@charset "UTF-8";
/*! 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 {
  -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;
}

/**
 * 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 */
}

/**
 * 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;
}

/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 35.5em) {
  .reveal.medium, .reveal.mediumlarge, .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.gm-style .gm-style-iw-c {
  padding: 10px;
  border-radius: 0;
}
@media print, screen and (min-width: 48.0625em) {
  .gm-style .gm-style-iw-c {
    padding: 20px 20px 10px;
  }
}

.gm-ui-hover-effect {
  top: -5px !important;
  right: -5px !important;
}
@media print, screen and (min-width: 48.0625em) {
  .gm-ui-hover-effect {
    top: 0 !important;
    right: 0 !important;
  }
}
.gm-ui-hover-effect img {
  width: 20px !important;
  height: 20px !important;
  margin: 0 !important;
}

.pac-container {
  z-index: 1005;
}
@media print, screen and (max-width: 72.49875em) {
  .pac-container {
    position: fixed !important;
  }
}

/* @if $xy-grid {
  $xy-grid: true !global;
} */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=35.5em&mediumlarge=48.0625em&large=64.0625em&xlarge=72.5em&xxlarge=81.25em&xxxlarge=93.75em";
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: calc(1.1428571429rem * 1.5 + 0.5714285714rem + 0.5714285714rem - 0.0714285714rem);
  margin: 0 0 1.1428571429rem;
  padding: 0.5714285714rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1.1428571429rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #cacaca;
}

::-moz-placeholder {
  color: #cacaca;
}

:-ms-input-placeholder {
  color: #cacaca;
}

::-ms-input-placeholder {
  color: #cacaca;
}

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1.1428571429rem;
}

[type=checkbox] + label, [type=checkbox] + .fld__label,
[type=radio] + label,
[type=radio] + .fld__label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5714285714rem;
  margin-right: 1.1428571429rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for], [type=checkbox] + [for].fld__label,
[type=radio] + label[for],
[type=radio] + [for].fld__label {
  cursor: pointer;
}

label > [type=checkbox], .fld__label > [type=checkbox],
label > [type=radio],
.fld__label > [type=radio] {
  margin-right: 0.5714285714rem;
}

[type=file] {
  width: 100%;
}

label, .fld__label {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle, .middle.fld__label {
  margin: 0 0 1.1428571429rem;
  line-height: 1.5;
  padding: 0.6428571429rem 0;
}

.help-text {
  margin-top: -0.5714285714rem;
  font-size: 0.9285714286rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1.1428571429rem;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label,
.input-group-button .fld__label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label,
.input-group-button .fld__label {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.1428571429rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5714285714rem;
}

.fieldset {
  margin: 1.2857142857rem 0;
  padding: 1.4285714286rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.2142857143rem;
  padding: 0 0.2142857143rem;
}

select {
  height: 2.7857142857rem;
  margin: 0 0 1.1428571429rem;
  padding: 0.5714285714rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1.1428571429rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1.1428571429rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.7142857143rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  -webkit-box-shadow: 0 0 5px #cacaca;
  box-shadow: 0 0 5px #cacaca;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: rgb(249, 236.1, 234.1);
}
.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::-moz-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #cc4b37;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5714285714rem;
  margin-bottom: 1.1428571429rem;
  font-size: 0.8571428571rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 1.7142857143rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.4285714286rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.3571428571rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.2857142857rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.2142857143rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1.1428571429rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 35.5em) {
  h1, .h1 {
    font-size: 3.4285714286rem;
  }
  h2, .h2 {
    font-size: 2.8571428571rem;
  }
  h3, .h3 {
    font-size: 2.2142857143rem;
  }
  h4, .h4 {
    font-size: 1.7857142857rem;
  }
  h5, .h5 {
    font-size: 1.4285714286rem;
  }
  h6, .h6 {
    font-size: 1.1428571429rem;
  }
}
a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(19.78, 104.06, 159.96);
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 1440px;
  height: 0;
  margin: 1.4285714286rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.6428571429rem 1.4285714286rem 0 1.3571428571rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.1428571429rem 0.2857142857rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 16px;
  line-height: 1.4;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.9285714286rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.1428571429rem 0.3571428571rem 0.0714285714rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

@media print, screen and (min-width: 35.5em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .mediumlarge-text-left {
    text-align: left;
  }
  .mediumlarge-text-right {
    text-align: right;
  }
  .mediumlarge-text-center {
    text-align: center;
  }
  .mediumlarge-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 72.5em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 81.25em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  padding-right: 0.7142857143rem;
  padding-left: 0.7142857143rem;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.fluid {
  padding-right: 0.7142857143rem;
  padding-left: 0.7142857143rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.cell {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.cell.shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

@media print, screen and (min-width: 35.5em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .grid-x > .mediumlarge-shrink, .grid-x > .mediumlarge-full, .grid-x > .mediumlarge-1, .grid-x > .mediumlarge-2, .grid-x > .mediumlarge-3, .grid-x > .mediumlarge-4, .grid-x > .mediumlarge-5, .grid-x > .mediumlarge-6, .grid-x > .mediumlarge-7, .grid-x > .mediumlarge-8, .grid-x > .mediumlarge-9, .grid-x > .mediumlarge-10, .grid-x > .mediumlarge-11, .grid-x > .mediumlarge-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 72.5em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 81.25em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 35.5em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .grid-x > .mediumlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .mediumlarge-12, .grid-x > .mediumlarge-11, .grid-x > .mediumlarge-10, .grid-x > .mediumlarge-9, .grid-x > .mediumlarge-8, .grid-x > .mediumlarge-7, .grid-x > .mediumlarge-6, .grid-x > .mediumlarge-5, .grid-x > .mediumlarge-4, .grid-x > .mediumlarge-3, .grid-x > .mediumlarge-2, .grid-x > .mediumlarge-1, .grid-x > .mediumlarge-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .mediumlarge-shrink {
    width: auto;
  }
  .grid-x > .mediumlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .mediumlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .mediumlarge-3 {
    width: 25%;
  }
  .grid-x > .mediumlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .mediumlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .mediumlarge-6 {
    width: 50%;
  }
  .grid-x > .mediumlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .mediumlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .mediumlarge-9 {
    width: 75%;
  }
  .grid-x > .mediumlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .mediumlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .mediumlarge-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 72.5em) {
  .grid-x > .xlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xlarge-12, .grid-x > .xlarge-11, .grid-x > .xlarge-10, .grid-x > .xlarge-9, .grid-x > .xlarge-8, .grid-x > .xlarge-7, .grid-x > .xlarge-6, .grid-x > .xlarge-5, .grid-x > .xlarge-4, .grid-x > .xlarge-3, .grid-x > .xlarge-2, .grid-x > .xlarge-1, .grid-x > .xlarge-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 81.25em) {
  .grid-x > .xxlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xxlarge-12, .grid-x > .xxlarge-11, .grid-x > .xxlarge-10, .grid-x > .xxlarge-9, .grid-x > .xxlarge-8, .grid-x > .xxlarge-7, .grid-x > .xxlarge-6, .grid-x > .xxlarge-5, .grid-x > .xxlarge-4, .grid-x > .xxlarge-3, .grid-x > .xxlarge-2, .grid-x > .xxlarge-1, .grid-x > .xxlarge-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-x > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xxlarge-3 {
    width: 25%;
  }
  .grid-x > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xxlarge-6 {
    width: 50%;
  }
  .grid-x > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xxlarge-9 {
    width: 75%;
  }
  .grid-x > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xxlarge-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.7142857143rem;
  margin-right: -0.7142857143rem;
}
@media print, screen and (min-width: 35.5em) {
  .grid-margin-x {
    margin-left: -1.0714285714rem;
    margin-right: -1.0714285714rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.4285714286rem);
  margin-left: 0.7142857143rem;
  margin-right: 0.7142857143rem;
}
@media print, screen and (min-width: 35.5em) {
  .grid-margin-x > .cell {
    width: calc(100% - 2.1428571429rem);
    margin-left: 1.0714285714rem;
    margin-right: 1.0714285714rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.4285714286rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.4285714286rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.4285714286rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.4285714286rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.4285714286rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.4285714286rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.4285714286rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.4285714286rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.4285714286rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.4285714286rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.4285714286rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.4285714286rem);
}
@media print, screen and (min-width: 35.5em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 2.1428571429rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 2.1428571429rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 2.1428571429rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 2.1428571429rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 2.1428571429rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 2.1428571429rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 2.1428571429rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 2.1428571429rem);
  }
}
@media print, screen and (min-width: 48.0625em) {
  .grid-margin-x > .mediumlarge-auto {
    width: auto;
  }
  .grid-margin-x > .mediumlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .mediumlarge-1 {
    width: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .mediumlarge-2 {
    width: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .mediumlarge-3 {
    width: calc(25% - 2.1428571429rem);
  }
  .grid-margin-x > .mediumlarge-4 {
    width: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .mediumlarge-5 {
    width: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .mediumlarge-6 {
    width: calc(50% - 2.1428571429rem);
  }
  .grid-margin-x > .mediumlarge-7 {
    width: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .mediumlarge-8 {
    width: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .mediumlarge-9 {
    width: calc(75% - 2.1428571429rem);
  }
  .grid-margin-x > .mediumlarge-10 {
    width: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .mediumlarge-11 {
    width: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .mediumlarge-12 {
    width: calc(100% - 2.1428571429rem);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 2.1428571429rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 2.1428571429rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 2.1428571429rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 2.1428571429rem);
  }
}
@media screen and (min-width: 72.5em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 2.1428571429rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 2.1428571429rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 2.1428571429rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 2.1428571429rem);
  }
}
@media screen and (min-width: 81.25em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 2.1428571429rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 2.1428571429rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 2.1428571429rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 2.1428571429rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.7142857143rem;
  margin-left: -0.7142857143rem;
}
@media print, screen and (min-width: 35.5em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1.0714285714rem;
    margin-left: -1.0714285714rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.7142857143rem;
  margin-left: -0.7142857143rem;
}
@media print, screen and (min-width: 35.5em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -1.0714285714rem;
    margin-left: -1.0714285714rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.7142857143rem;
  padding-left: 0.7142857143rem;
}
@media print, screen and (min-width: 35.5em) {
  .grid-padding-x > .cell {
    padding-right: 1.0714285714rem;
    padding-left: 1.0714285714rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 35.5em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .mediumlarge-up-1 > .cell {
    width: 100%;
  }
  .mediumlarge-up-2 > .cell {
    width: 50%;
  }
  .mediumlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .mediumlarge-up-4 > .cell {
    width: 25%;
  }
  .mediumlarge-up-5 > .cell {
    width: 20%;
  }
  .mediumlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .mediumlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .mediumlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 72.5em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 81.25em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }
  .xxlarge-up-2 > .cell {
    width: 50%;
  }
  .xxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xxlarge-up-4 > .cell {
    width: 25%;
  }
  .xxlarge-up-5 > .cell {
    width: 20%;
  }
  .xxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.4285714286rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.4285714286rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.4285714286rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.4285714286rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.4285714286rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.4285714286rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.4285714286rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.4285714286rem);
}

@media print, screen and (min-width: 35.5em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2.1428571429rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2.1428571429rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2.1428571429rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2.1428571429rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 2.1428571429rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2.1428571429rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2.1428571429rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2.1428571429rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2.1428571429rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2.1428571429rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 2.1428571429rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2.1428571429rem);
  }
}
@media print, screen and (min-width: 48.0625em) {
  .grid-margin-x.mediumlarge-up-1 > .cell {
    width: calc(100% - 2.1428571429rem);
  }
  .grid-margin-x.mediumlarge-up-2 > .cell {
    width: calc(50% - 2.1428571429rem);
  }
  .grid-margin-x.mediumlarge-up-3 > .cell {
    width: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x.mediumlarge-up-4 > .cell {
    width: calc(25% - 2.1428571429rem);
  }
  .grid-margin-x.mediumlarge-up-5 > .cell {
    width: calc(20% - 2.1428571429rem);
  }
  .grid-margin-x.mediumlarge-up-6 > .cell {
    width: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x.mediumlarge-up-7 > .cell {
    width: calc(14.2857142857% - 2.1428571429rem);
  }
  .grid-margin-x.mediumlarge-up-8 > .cell {
    width: calc(12.5% - 2.1428571429rem);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2.1428571429rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2.1428571429rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2.1428571429rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2.1428571429rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 2.1428571429rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2.1428571429rem);
  }
}
@media screen and (min-width: 72.5em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 2.1428571429rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 2.1428571429rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 2.1428571429rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 2.1428571429rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 2.1428571429rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 2.1428571429rem);
  }
}
@media screen and (min-width: 81.25em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 2.1428571429rem);
  }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 2.1428571429rem);
  }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 2.1428571429rem);
  }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 2.1428571429rem);
  }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 2.1428571429rem);
  }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 2.1428571429rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 35.5em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .small-margin-collapse > .mediumlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .mediumlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .mediumlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .mediumlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .mediumlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .mediumlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .mediumlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .mediumlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .mediumlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .mediumlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .mediumlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .mediumlarge-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 72.5em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 81.25em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 35.5em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 35.5em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 35.5em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .medium-margin-collapse > .mediumlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .mediumlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .mediumlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .mediumlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .mediumlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .mediumlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .mediumlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .mediumlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .mediumlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .mediumlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .mediumlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .mediumlarge-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 72.5em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 81.25em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 35.5em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .mediumlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .mediumlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .mediumlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .mediumlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .mediumlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .mediumlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .mediumlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .mediumlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .mediumlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .mediumlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .mediumlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .mediumlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .mediumlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .mediumlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .mediumlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .mediumlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .mediumlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .mediumlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .mediumlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .mediumlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .mediumlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .mediumlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .mediumlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .mediumlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .mediumlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .mediumlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .mediumlarge-margin-collapse > .mediumlarge-1 {
    width: 8.3333333333%;
  }
  .mediumlarge-margin-collapse > .mediumlarge-2 {
    width: 16.6666666667%;
  }
  .mediumlarge-margin-collapse > .mediumlarge-3 {
    width: 25%;
  }
  .mediumlarge-margin-collapse > .mediumlarge-4 {
    width: 33.3333333333%;
  }
  .mediumlarge-margin-collapse > .mediumlarge-5 {
    width: 41.6666666667%;
  }
  .mediumlarge-margin-collapse > .mediumlarge-6 {
    width: 50%;
  }
  .mediumlarge-margin-collapse > .mediumlarge-7 {
    width: 58.3333333333%;
  }
  .mediumlarge-margin-collapse > .mediumlarge-8 {
    width: 66.6666666667%;
  }
  .mediumlarge-margin-collapse > .mediumlarge-9 {
    width: 75%;
  }
  .mediumlarge-margin-collapse > .mediumlarge-10 {
    width: 83.3333333333%;
  }
  .mediumlarge-margin-collapse > .mediumlarge-11 {
    width: 91.6666666667%;
  }
  .mediumlarge-margin-collapse > .mediumlarge-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .mediumlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .mediumlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .mediumlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .mediumlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .mediumlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .mediumlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .mediumlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .mediumlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .mediumlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .mediumlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .mediumlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .mediumlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 72.5em) {
  .mediumlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .mediumlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .mediumlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .mediumlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .mediumlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .mediumlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .mediumlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .mediumlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .mediumlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .mediumlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .mediumlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .mediumlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 81.25em) {
  .mediumlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .mediumlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .mediumlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .mediumlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .mediumlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .mediumlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .mediumlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .mediumlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .mediumlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .mediumlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .mediumlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .mediumlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .mediumlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .mediumlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-margin-collapse > .mediumlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .mediumlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .mediumlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .mediumlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .mediumlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .mediumlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .mediumlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .mediumlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .mediumlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .mediumlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .mediumlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .mediumlarge-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 72.5em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 81.25em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 72.5em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 72.5em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 72.5em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 72.5em) {
  .xlarge-margin-collapse > .mediumlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .mediumlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .mediumlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .mediumlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .mediumlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .mediumlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .mediumlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .mediumlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .mediumlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .mediumlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .mediumlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .mediumlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 72.5em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 72.5em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 81.25em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 72.5em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 81.25em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 81.25em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 81.25em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 81.25em) {
  .xxlarge-margin-collapse > .mediumlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .mediumlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .mediumlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .mediumlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .mediumlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .mediumlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .mediumlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .mediumlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .mediumlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .mediumlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .mediumlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .mediumlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 81.25em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 81.25em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 81.25em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 81.25em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.4285714286rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.4285714286rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.4285714286rem / 2);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.4285714286rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.4285714286rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.4285714286rem / 2);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.4285714286rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.4285714286rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.4285714286rem / 2);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.4285714286rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.4285714286rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.4285714286rem / 2);
}

@media print, screen and (min-width: 35.5em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 2.1428571429rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 2.1428571429rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 2.1428571429rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 2.1428571429rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 2.1428571429rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 2.1428571429rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 2.1428571429rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 2.1428571429rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 2.1428571429rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 2.1428571429rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 2.1428571429rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 2.1428571429rem / 2);
  }
}
@media print, screen and (min-width: 48.0625em) {
  .mediumlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .mediumlarge-offset-0 {
    margin-left: calc(0% + 2.1428571429rem / 2);
  }
  .mediumlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .mediumlarge-offset-1 {
    margin-left: calc(8.3333333333% + 2.1428571429rem / 2);
  }
  .mediumlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .mediumlarge-offset-2 {
    margin-left: calc(16.6666666667% + 2.1428571429rem / 2);
  }
  .mediumlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .mediumlarge-offset-3 {
    margin-left: calc(25% + 2.1428571429rem / 2);
  }
  .mediumlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .mediumlarge-offset-4 {
    margin-left: calc(33.3333333333% + 2.1428571429rem / 2);
  }
  .mediumlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .mediumlarge-offset-5 {
    margin-left: calc(41.6666666667% + 2.1428571429rem / 2);
  }
  .mediumlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .mediumlarge-offset-6 {
    margin-left: calc(50% + 2.1428571429rem / 2);
  }
  .mediumlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .mediumlarge-offset-7 {
    margin-left: calc(58.3333333333% + 2.1428571429rem / 2);
  }
  .mediumlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .mediumlarge-offset-8 {
    margin-left: calc(66.6666666667% + 2.1428571429rem / 2);
  }
  .mediumlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .mediumlarge-offset-9 {
    margin-left: calc(75% + 2.1428571429rem / 2);
  }
  .mediumlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .mediumlarge-offset-10 {
    margin-left: calc(83.3333333333% + 2.1428571429rem / 2);
  }
  .mediumlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .mediumlarge-offset-11 {
    margin-left: calc(91.6666666667% + 2.1428571429rem / 2);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 2.1428571429rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 2.1428571429rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 2.1428571429rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 2.1428571429rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 2.1428571429rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 2.1428571429rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 2.1428571429rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 2.1428571429rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 2.1428571429rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 2.1428571429rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 2.1428571429rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 2.1428571429rem / 2);
  }
}
@media screen and (min-width: 72.5em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 2.1428571429rem / 2);
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 2.1428571429rem / 2);
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 2.1428571429rem / 2);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 2.1428571429rem / 2);
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 2.1428571429rem / 2);
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 2.1428571429rem / 2);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 2.1428571429rem / 2);
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 2.1428571429rem / 2);
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 2.1428571429rem / 2);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 2.1428571429rem / 2);
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 2.1428571429rem / 2);
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 2.1428571429rem / 2);
  }
}
@media screen and (min-width: 81.25em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 2.1428571429rem / 2);
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 2.1428571429rem / 2);
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 2.1428571429rem / 2);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 2.1428571429rem / 2);
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 2.1428571429rem / 2);
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 2.1428571429rem / 2);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 2.1428571429rem / 2);
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 2.1428571429rem / 2);
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 2.1428571429rem / 2);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 2.1428571429rem / 2);
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 2.1428571429rem / 2);
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 2.1428571429rem / 2);
  }
}
.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
@media print, screen and (min-width: 35.5em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .grid-y > .mediumlarge-shrink, .grid-y > .mediumlarge-full, .grid-y > .mediumlarge-1, .grid-y > .mediumlarge-2, .grid-y > .mediumlarge-3, .grid-y > .mediumlarge-4, .grid-y > .mediumlarge-5, .grid-y > .mediumlarge-6, .grid-y > .mediumlarge-7, .grid-y > .mediumlarge-8, .grid-y > .mediumlarge-9, .grid-y > .mediumlarge-10, .grid-y > .mediumlarge-11, .grid-y > .mediumlarge-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 72.5em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media screen and (min-width: 81.25em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 35.5em) {
  .grid-y > .medium-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .grid-y > .mediumlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .mediumlarge-12, .grid-y > .mediumlarge-11, .grid-y > .mediumlarge-10, .grid-y > .mediumlarge-9, .grid-y > .mediumlarge-8, .grid-y > .mediumlarge-7, .grid-y > .mediumlarge-6, .grid-y > .mediumlarge-5, .grid-y > .mediumlarge-4, .grid-y > .mediumlarge-3, .grid-y > .mediumlarge-2, .grid-y > .mediumlarge-1, .grid-y > .mediumlarge-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .mediumlarge-shrink {
    height: auto;
  }
  .grid-y > .mediumlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .mediumlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .mediumlarge-3 {
    height: 25%;
  }
  .grid-y > .mediumlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .mediumlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .mediumlarge-6 {
    height: 50%;
  }
  .grid-y > .mediumlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .mediumlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .mediumlarge-9 {
    height: 75%;
  }
  .grid-y > .mediumlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .mediumlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .mediumlarge-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-y > .large-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 72.5em) {
  .grid-y > .xlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 81.25em) {
  .grid-y > .xxlarge-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxlarge-12, .grid-y > .xxlarge-11, .grid-y > .xxlarge-10, .grid-y > .xxlarge-9, .grid-y > .xxlarge-8, .grid-y > .xxlarge-7, .grid-y > .xxlarge-6, .grid-y > .xxlarge-5, .grid-y > .xxlarge-4, .grid-y > .xxlarge-3, .grid-y > .xxlarge-2, .grid-y > .xxlarge-1, .grid-y > .xxlarge-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.7142857143rem;
  margin-bottom: -0.7142857143rem;
}
@media print, screen and (min-width: 35.5em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1.0714285714rem;
    margin-bottom: -1.0714285714rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.7142857143rem;
  padding-bottom: 0.7142857143rem;
}
@media print, screen and (min-width: 35.5em) {
  .grid-padding-y > .cell {
    padding-top: 1.0714285714rem;
    padding-bottom: 1.0714285714rem;
  }
}

.grid-margin-y {
  margin-top: -0.7142857143rem;
  margin-bottom: -0.7142857143rem;
}
@media print, screen and (min-width: 35.5em) {
  .grid-margin-y {
    margin-top: -1.0714285714rem;
    margin-bottom: -1.0714285714rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.4285714286rem);
  margin-top: 0.7142857143rem;
  margin-bottom: 0.7142857143rem;
}
@media print, screen and (min-width: 35.5em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.1428571429rem);
    margin-top: 1.0714285714rem;
    margin-bottom: 1.0714285714rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.4285714286rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.4285714286rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.4285714286rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.4285714286rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.4285714286rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.4285714286rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.4285714286rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.4285714286rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.4285714286rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.4285714286rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.4285714286rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.4285714286rem);
}
@media print, screen and (min-width: 35.5em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.1428571429rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.1428571429rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.1428571429rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.1428571429rem);
  }
}
@media print, screen and (min-width: 48.0625em) {
  .grid-margin-y > .mediumlarge-auto {
    height: auto;
  }
  .grid-margin-y > .mediumlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .mediumlarge-1 {
    height: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .mediumlarge-2 {
    height: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .mediumlarge-3 {
    height: calc(25% - 2.1428571429rem);
  }
  .grid-margin-y > .mediumlarge-4 {
    height: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .mediumlarge-5 {
    height: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .mediumlarge-6 {
    height: calc(50% - 2.1428571429rem);
  }
  .grid-margin-y > .mediumlarge-7 {
    height: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .mediumlarge-8 {
    height: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .mediumlarge-9 {
    height: calc(75% - 2.1428571429rem);
  }
  .grid-margin-y > .mediumlarge-10 {
    height: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .mediumlarge-11 {
    height: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .mediumlarge-12 {
    height: calc(100% - 2.1428571429rem);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.1428571429rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.1428571429rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.1428571429rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.1428571429rem);
  }
}
@media screen and (min-width: 72.5em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 2.1428571429rem);
  }
}
@media screen and (min-width: 81.25em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 2.1428571429rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 35.5em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .mediumlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .mediumlarge-grid-frame {
    width: 100%;
  }
  .mediumlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .mediumlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .mediumlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .mediumlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 72.5em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 81.25em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xxlarge-grid-frame {
    width: 100%;
  }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 35.5em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .grid-y.mediumlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 72.5em) {
  .grid-y.xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 81.25em) {
  .grid-y.xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 35.5em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .cell .grid-y.mediumlarge-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 72.5em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 81.25em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.7142857143rem;
  margin-bottom: -0.7142857143rem;
}
@media print, screen and (min-width: 35.5em) {
  .grid-margin-y {
    margin-top: -1.0714285714rem;
    margin-bottom: -1.0714285714rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.4285714286rem);
  margin-top: 0.7142857143rem;
  margin-bottom: 0.7142857143rem;
}
@media print, screen and (min-width: 35.5em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.1428571429rem);
    margin-top: 1.0714285714rem;
    margin-bottom: 1.0714285714rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.4285714286rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.4285714286rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.4285714286rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.4285714286rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.4285714286rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.4285714286rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.4285714286rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.4285714286rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.4285714286rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.4285714286rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.4285714286rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.4285714286rem);
}
@media print, screen and (min-width: 35.5em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.1428571429rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.1428571429rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.1428571429rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.1428571429rem);
  }
}
@media print, screen and (min-width: 48.0625em) {
  .grid-margin-y > .mediumlarge-auto {
    height: auto;
  }
  .grid-margin-y > .mediumlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .mediumlarge-1 {
    height: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .mediumlarge-2 {
    height: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .mediumlarge-3 {
    height: calc(25% - 2.1428571429rem);
  }
  .grid-margin-y > .mediumlarge-4 {
    height: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .mediumlarge-5 {
    height: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .mediumlarge-6 {
    height: calc(50% - 2.1428571429rem);
  }
  .grid-margin-y > .mediumlarge-7 {
    height: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .mediumlarge-8 {
    height: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .mediumlarge-9 {
    height: calc(75% - 2.1428571429rem);
  }
  .grid-margin-y > .mediumlarge-10 {
    height: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .mediumlarge-11 {
    height: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .mediumlarge-12 {
    height: calc(100% - 2.1428571429rem);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.1428571429rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.1428571429rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.1428571429rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 2.1428571429rem);
  }
}
@media screen and (min-width: 72.5em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 2.1428571429rem);
  }
}
@media screen and (min-width: 81.25em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 2.1428571429rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.4285714286rem);
}
@media print, screen and (min-width: 35.5em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.1428571429rem);
  }
}
@media print, screen and (min-width: 48.0625em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.1428571429rem);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.1428571429rem);
  }
}
@media screen and (min-width: 72.5em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.1428571429rem);
  }
}
@media screen and (min-width: 81.25em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.1428571429rem);
  }
}

@media print, screen and (min-width: 35.5em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2.1428571429rem);
  }
}
@media print, screen and (min-width: 48.0625em) {
  .grid-margin-y.mediumlarge-grid-frame {
    height: calc(100vh + 2.1428571429rem);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2.1428571429rem);
  }
}
@media screen and (min-width: 72.5em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 2.1428571429rem);
  }
}
@media screen and (min-width: 81.25em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 2.1428571429rem);
  }
}
.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe;
}
.label.primary {
  background: #1779ba;
  color: #fefefe;
}
.label.secondary {
  background: #767676;
  color: #fefefe;
}
.label.success {
  background: #3adb76;
  color: #0a0a0a;
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: -webkit-grab;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: rgb(19.55, 102.85, 158.1);
}
.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 2rem;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #1779ba;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active, input:checked + .fld__label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive, input:checked + .fld__label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.7142857143rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.8571428571rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1.1428571429rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: rgb(254.85, 254.85, 254.85);
  color: #0a0a0a;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: rgb(214.8186602871, 235.9894736842, 250.0313397129);
  color: #0a0a0a;
}
.callout.secondary {
  background-color: rgb(234.45, 234.45, 234.45);
  color: #0a0a0a;
}
.callout.success {
  background-color: rgb(225.45, 249.6, 234.45);
  color: #0a0a0a;
}
.callout.warning {
  background-color: rgb(255, 242.85, 216.75);
  color: #0a0a0a;
}
.callout.alert {
  background-color: rgb(247.35, 228, 225);
  color: #0a0a0a;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.dropdown-pane {
  position: absolute;
  z-index: 60;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #0a0a0a transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.8571428571rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(21.85, 114.95, 176.7);
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.8571428571rem;
  line-height: 1;
  color: #1779ba;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: rgb(19.78, 104.06, 159.96);
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button,
.menu .fld--file .fld__label,
.fld--file .menu .fld__label {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.5rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.menu.vertical {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 35.5em) {
  .menu.medium-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu.medium-vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .menu.mediumlarge-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu.mediumlarge-vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu.mediumlarge-expanded li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .menu.mediumlarge-simple li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .menu.large-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu.large-vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu.large-expanded li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 72.5em) {
  .menu.xlarge-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu.xlarge-vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu.xlarge-expanded li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 81.25em) {
  .menu.xxlarge-horizontal {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .menu.xxlarge-vertical {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu.xxlarge-expanded li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
  .menu.xxlarge-simple li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu.align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.menu.align-right li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu.align-center li .submenu li {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.5rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-centered > .menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.5rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.5rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.drilldown a {
  padding: 0 40px 0 20px;
  background: transparent;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0 40px 0 20px;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.5rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
}
@media print, screen and (min-width: 35.5em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .dropdown.menu.mediumlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.mediumlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.mediumlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.mediumlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.mediumlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.mediumlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.mediumlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.mediumlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.mediumlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.mediumlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media screen and (min-width: 72.5em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba;
  }
}
@media screen and (min-width: 81.25em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1779ba transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.5rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(10, 10, 10, 0.4);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 101;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fefefe;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 101;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 102;
}
.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 101;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fefefe;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 101;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 102;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 320px;
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px);
}
@media print, screen and (min-width: 35.5em) {
  .position-left {
    width: 490px;
    -webkit-transform: translateX(-490px);
    transform: translateX(-490px);
  }
}
.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px);
}
@media print, screen and (min-width: 35.5em) {
  .off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-490px);
    transform: translateX(-490px);
  }
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(320px);
  transform: translateX(320px);
}
@media print, screen and (min-width: 35.5em) {
  .off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(490px);
    transform: translateX(490px);
  }
}

.position-left.is-transition-push {
  -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 320px;
  -webkit-transform: translateX(320px);
  transform: translateX(320px);
}
@media print, screen and (min-width: 35.5em) {
  .position-right {
    width: 490px;
    -webkit-transform: translateX(490px);
    transform: translateX(490px);
  }
}
.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(320px);
  transform: translateX(320px);
}
@media print, screen and (min-width: 35.5em) {
  .off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(490px);
    transform: translateX(490px);
  }
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-320px);
  transform: translateX(-320px);
}
@media print, screen and (min-width: 35.5em) {
  .off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-490px);
    transform: translateX(-490px);
  }
}

.position-right.is-transition-push {
  -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 320px;
  -webkit-transform: translateY(-320px);
  transform: translateY(-320px);
}
@media print, screen and (min-width: 35.5em) {
  .position-top {
    height: 490px;
    -webkit-transform: translateY(-490px);
    transform: translateY(-490px);
  }
}
.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-320px);
  transform: translateY(-320px);
}
@media print, screen and (min-width: 35.5em) {
  .off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-490px);
    transform: translateY(-490px);
  }
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(320px);
  transform: translateY(320px);
}
@media print, screen and (min-width: 35.5em) {
  .off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(490px);
    transform: translateY(490px);
  }
}

.position-top.is-transition-push {
  -webkit-box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 320px;
  -webkit-transform: translateY(320px);
  transform: translateY(320px);
}
@media print, screen and (min-width: 35.5em) {
  .position-bottom {
    height: 490px;
    -webkit-transform: translateY(490px);
    transform: translateY(490px);
  }
}
.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(320px);
  transform: translateY(320px);
}
@media print, screen and (min-width: 35.5em) {
  .off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(490px);
    transform: translateY(490px);
  }
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-320px);
  transform: translateY(-320px);
}
@media print, screen and (min-width: 35.5em) {
  .off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-490px);
    transform: translateY(-490px);
  }
}

.position-bottom.is-transition-push {
  -webkit-box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  -webkit-transform: none;
  transform: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media print, screen and (min-width: 35.5em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 101;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 490px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 490px;
  }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 101;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 490px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 490px;
  }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 101;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 490px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 490px;
  }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
    z-index: 101;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 490px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 490px;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .position-left.reveal-for-mediumlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 101;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-mediumlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-mediumlarge {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 490px;
  }
  .position-left.reveal-for-mediumlarge ~ .off-canvas-content {
    margin-left: 490px;
  }
  .position-right.reveal-for-mediumlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 101;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-mediumlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-mediumlarge {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 490px;
  }
  .position-right.reveal-for-mediumlarge ~ .off-canvas-content {
    margin-right: 490px;
  }
  .position-top.reveal-for-mediumlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 101;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-mediumlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-mediumlarge {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 490px;
  }
  .position-top.reveal-for-mediumlarge ~ .off-canvas-content {
    margin-top: 490px;
  }
  .position-bottom.reveal-for-mediumlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 101;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-mediumlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-mediumlarge {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 490px;
  }
  .position-bottom.reveal-for-mediumlarge ~ .off-canvas-content {
    margin-bottom: 490px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 101;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 490px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 490px;
  }
  .position-right.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 101;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 490px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 490px;
  }
  .position-top.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 101;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 490px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 490px;
  }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    transform: none;
    z-index: 101;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 490px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 490px;
  }
}
@media screen and (min-width: 72.5em) {
  .position-left.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 101;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 490px;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 490px;
  }
  .position-right.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 101;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 490px;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 490px;
  }
  .position-top.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 101;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 490px;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 490px;
  }
  .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 101;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 490px;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 490px;
  }
}
@media screen and (min-width: 81.25em) {
  .position-left.reveal-for-xxlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 101;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xxlarge {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 490px;
  }
  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 490px;
  }
  .position-right.reveal-for-xxlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 101;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xxlarge {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 490px;
  }
  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 490px;
  }
  .position-top.reveal-for-xxlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 101;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xxlarge {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 490px;
  }
  .position-top.reveal-for-xxlarge ~ .off-canvas-content {
    margin-top: 490px;
  }
  .position-bottom.reveal-for-xxlarge {
    -webkit-transform: none;
    transform: none;
    z-index: 101;
    -webkit-transition: none;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xxlarge {
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 490px;
  }
  .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
    margin-bottom: 490px;
  }
}
@media print, screen and (min-width: 35.5em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .off-canvas.in-canvas-for-mediumlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-mediumlarge.position-left, .off-canvas.in-canvas-for-mediumlarge.position-right, .off-canvas.in-canvas-for-mediumlarge.position-top, .off-canvas.in-canvas-for-mediumlarge.position-bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-mediumlarge .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
@media screen and (min-width: 72.5em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}
@media screen and (min-width: 81.25em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none;
  }
  .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xxlarge .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(51, 51, 51, 0.6);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 35.5em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 35.5em) {
  .reveal {
    width: 622px;
    max-width: 1440px;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 35.5em) {
  .reveal.tiny {
    width: 30%;
    max-width: 1440px;
  }
}
@media print, screen and (min-width: 35.5em) {
  .reveal.small {
    width: 50%;
    max-width: 1440px;
  }
}
@media print, screen and (min-width: 35.5em) {
  .reveal.large {
    width: 90%;
    max-width: 1440px;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 35.49875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.align-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.align-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.align-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.align-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.align-middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-self-middle {
  -ms-flex-item-align: center;
  align-self: center;
}

.align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.align-center-middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

@media print, screen and (min-width: 35.5em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .mediumlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .mediumlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .mediumlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .mediumlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .mediumlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .mediumlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 72.5em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 81.25em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-child-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.flex-child-grow {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.flex-child-shrink {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 35.5em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .mediumlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .mediumlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .mediumlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .mediumlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .mediumlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .mediumlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .mediumlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mediumlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 72.5em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 81.25em) {
  .xxlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .xxlarge-flex-child-auto {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 35.49875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 35.5em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 35.5em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 35.49875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 35.5em) and (max-width: 48.06125em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 35.49875em), screen and (min-width: 48.0625em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 48.0625em) {
  .hide-for-mediumlarge {
    display: none !important;
  }
}

@media screen and (max-width: 48.06125em) {
  .show-for-mediumlarge {
    display: none !important;
  }
}

@media print, screen and (min-width: 48.0625em) and (max-width: 64.06125em) {
  .hide-for-mediumlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 48.06125em), screen and (min-width: 64.0625em) {
  .show-for-mediumlarge-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64.0625em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 64.06125em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64.0625em) and (max-width: 72.49875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 64.06125em), screen and (min-width: 72.5em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 72.5em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 72.49875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 72.5em) and (max-width: 81.24875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 72.49875em), screen and (min-width: 81.25em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 81.25em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 81.24875em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 81.25em) and (max-width: 93.74875em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 81.24875em), screen and (min-width: 93.75em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

:root {
  --colorPrimary: #e84d0b;
  --colorPrimaryDark: #b74502;
  --colorText: #000;
  --colorTextLight: #fff;
  --colorLink: #000;
  --colorLinkHover: #6e6e6e;
  --colorButton: #fff;
  --colorBodyBackground: #ececec;
}

body {
  background: #ececec;
  min-height: 100vh;
}

@font-face {
  font-family: "gt-america-standard-black";
  src: url("../fonts/GT-America-Standard-Black.woff2") format("woff2"), url("../fonts/GT-America-Standard-Black.woff") format("woff"), url("../fonts/GT-America-Standard-Black.eot") format("eot"), url("../fonts/GT-America-Standard-Black.ttf") format("truetype");
}
@font-face {
  font-family: "gt-america-condensed-black";
  src: url("../fonts/GT-America-Condensed-Black.woff2") format("woff2"), url("../fonts/GT-America-Condensed-Black.woff") format("woff"), url("../fonts/GT-America-Condensed-Black.eot") format("eot"), url("../fonts/GT-America-Condensed-Black.ttf") format("truetype");
}
@font-face {
  font-family: "gt-america-condensed-bold";
  src: url("../fonts/GT-America-Condensed-Bold.woff2") format("woff2"), url("../fonts/GT-America-Condensed-Bold.woff") format("woff"), url("../fonts/GT-America-Condensed-Bold.eot") format("eot"), url("../fonts/GT-America-Condensed-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "gt-america-standard-regular";
  src: url("../fonts/GT-America-Standard-Regular.woff2") format("woff2"), url("../fonts/GT-America-Standard-Regular.woff") format("woff"), url("../fonts/GT-America-Standard-Regular.eot") format("eot"), url("../fonts/GT-America-Standard-Regular.ttf") format("truetype");
}
.font-bold-italic {
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-style: italic;
}

.font-light-italic {
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: italic;
}

.font-bold {
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}

.font-medium {
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.font-regular {
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

body {
  font-size: 14px;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1,
.h1 {
  font-size: 42px;
  line-height: 52px;
  font-family: "gt-america-condensed-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media print, screen and (max-width: 48.06125em) {
  h1,
  .h1 {
    font-size: 28px;
    line-height: 35px;
  }
}

h2,
.h2 {
  font-size: 28px;
  font-family: "gt-america-condensed-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media print, screen and (max-width: 48.06125em) {
  h2,
  .h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

h3,
.h3 {
  font-size: 20px;
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}
@media print, screen and (max-width: 48.06125em) {
  h3,
  .h3 {
    font-size: 20px;
    line-height: 30px;
  }
}

h4, h5, h6,
.h4, .h5, .h6 {
  font-size: 14px;
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  color: #000;
  margin: 0;
}
@media print, screen and (max-width: 48.06125em) {
  h4, h5, h6,
  .h4, .h5, .h6 {
    font-size: 14px;
    line-height: 20px;
  }
}

.pagetitle {
  margin-bottom: 20px;
}
.pagetitle.pagetitle--searchresult {
  margin-top: 15px;
  font-size: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 75px;
}
@media print, screen and (max-width: 48.06125em) {
  .pagetitle.pagetitle--searchresult {
    max-height: 85px;
  }
}

.modaltitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modaltitle .has-tip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 5px;
}
.modaltitle .has-tip svg {
  max-width: 16px;
}

p {
  font-size: 14px;
  line-height: 24px;
}
p a {
  text-decoration: underline;
  color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
p a:hover {
  color: #6e6e6e;
}

a {
  color: #000;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
a:hover {
  color: #6e6e6e;
}
a[href^="tel:"] {
  text-decoration: none;
}
.panel--smartedit a {
  text-decoration: underline;
}

.text-welcome-headline {
  font-size: 25px;
  line-height: 35px;
}

.text-intro {
  font-size: 16px;
  line-height: 26px;
}

:root {
  --buttonColorPrimary: #e84d0b;
  --buttonBackgroundPrimary: #fff;
  --buttonBorderPrimary: 4px solid #e84d0b;
  --buttonColorPrimaryHover: #fff;
  --buttonBackgroundPrimaryHover: #e84d0b;
  --buttonBorderPrimaryHover: 4px solid #e84d0b;
  --buttonColorPrimaryDisabled: #c5c6c6;
  --buttonBackgroundPrimaryDisabled: #fff;
  --buttonBorderPrimaryDisabled: 4px solid #c5c6c6;
}

:root {
  --buttonColorSecondary: #00264b;
  --buttonBackgroundSecondary: #fff;
  --buttonBorderSecondary: 4px solid #00264b;
  --buttonColorSecondaryHover: #fff;
  --buttonBackgroundSecondaryHover: #00264b;
  --buttonBorderSecondaryHover: 4px solid #00264b;
  --buttonColorSecondaryDisabled: #c5c6c6;
  --buttonBackgroundSecondaryDisabled: #ececec;
  --buttonBorderSecondaryDisabled: 4px solid #c5c6c6;
}

:root {
  --buttonColorTertiary: #e84d0b;
  --buttonBackgroundTertiary: #fff;
  --buttonBorderTertiary: 4px solid #fff;
  --buttonColorTertiaryHover: #b74502;
  --buttonBackgroundTertiaryHover: #fff;
  --buttonBorderTertiaryHover: 4px solid #fff;
  --buttonColorTertiaryDisabled: #c5c6c6;
  --buttonBackgroundTertiaryDisabled: #fff;
  --buttonBorderTertiaryDisabled: 4px solid #fff;
}

:root {
  --buttonColorQuaternary: #000;
  --buttonBackgroundQuaternary: #ececec;
  --buttonBorderQuaternary: 2px solid #ececec;
  --buttonColorQuaternaryHover: #fff;
  --buttonBackgroundQuaternaryHover: #b74502;
  --buttonBorderQuaternaryHover: 2px solid #b74502;
  --buttonColorQuaternaryDisabled: #6e6e6e;
  --buttonBackgroundQuaternaryDisabled: #ececec;
  --buttonBorderQuaternaryDisabled: 2px solid #ececec;
}

:root {
  --buttonColorTotop: #fff;
  --buttonBackgroundTotop: #e84d0b;
  --buttonBorderTotop: 2px solid #e84d0b;
  --buttonColorTotopHover: #fff;
  --buttonBackgroundTotopHover: #b74502;
  --buttonBorderTotopHover: 2px solid #b74502;
}

:root {
  --buttonColorIcon: #fff;
  --buttonBackgroundIcon: #e84d0b;
  --buttonBorderIcon: 4px solid #e84d0b;
  --buttonColorIconHover: #fff;
  --buttonBackgroundIconHover: #b74502;
  --buttonBorderIconHover: 4px solid #b74502;
  --buttonColorIconDisabled: #c5c6c6;
  --buttonBackgroundIconDisabled: #ececec;
  --buttonBorderIconDisabled: 4px solid #ececec;
}

:root {
  --buttonColorTag: #fff;
  --buttonBackgroundTag: #e84d0b;
  --buttonColorTagHover: #fff;
  --buttonBackgroundTagHover: #b74502;
}

:root {
  --buttonDeleteColor: #e84d0b;
  --buttonDeleteColorHover: #000;
}

:root {
  --flagColor: #e84d0b;
}

html.has-offcanvas {
  overflow: hidden;
}

.position-right {
  opacity: 0;
}

.page-wrapper {
  overflow: hidden;
}
.page-wrapper:has(.has-breadcrumb) .breadcrumb {
  background-color: #fff;
}

.grid-margin-x:not(.header) > .cell:not([class*=-offset-]) {
  margin-left: 1.0714285714rem;
  margin-right: 1.0714285714rem;
}
@media print, screen and (max-width: 35.49875em) {
  .grid-margin-x:not(.header) > .cell:not([class*=-offset-]) {
    margin-left: 0.7142857143rem;
    margin-right: 0.7142857143rem;
  }
}

small {
  font-size: 12px;
}

.ci-image-wrapper {
  background: transparent !important;
}

img[ci-src]:not(.ci-image) {
  opacity: 0;
}

.searchfield-needs-login {
  background-color: #fefefe !important;
  opacity: 0.5 !important;
  border-color: #e3e3e3 !important;
}
.searchfield-needs-login ~ .input-group-button .searchfield__submit svg {
  fill: #e3e3e3 !important;
}

.needs-login {
  color: #e3e3e3 !important;
}
.needs-login:hover {
  color: #e3e3e3 !important;
}
.needs-login .cart-inner {
  background: #e3e3e3 !important;
  border-color: #e3e3e3 !important;
}
.needs-login .cart-inner .icon {
  color: #e3e3e3 !important;
}
.needs-login .cart-inner .icon svg {
  fill: #FFFFFF !important;
}
.needs-login .cart-inner:hover {
  color: #e3e3e3 !important;
}
.needs-login .icon {
  color: #e3e3e3 !important;
}
.needs-login .icon svg {
  fill: #e3e3e3 !important;
}
.needs-login .icon-text--link .icon-text__link {
  color: #e3e3e3 !important;
}
.needs-login .icon-text--link .icon-text__link:hover {
  color: #e3e3e3 !important;
}
.needs-login .input-group .searchfield {
  background: none;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3 !important;
}
.needs-login .input-group .searchfield svg {
  fill: #e3e3e3 !important;
}

.right {
  float: right;
}

.left {
  float: left;
}

.full-width {
  width: 100%;
}

.flex-left-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

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

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

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

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

.no-border {
  border: none;
}

.text-small {
  font-size: 12px;
}

.text-light {
  color: #6e6e6e;
}

.text-lighter {
  color: #c5c6c6;
}

.text-medium {
  font-size: 16px;
}

.text-highlight {
  color: #FDCA00;
}

.text-lighter .text-highlight,
.text-light .text-highlight {
  color: #000;
}

.is--underlined {
  text-decoration: underline;
}

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

.collapsed {
  height: 0;
  overflow: hidden;
}

.nobr {
  white-space: nowrap;
}

.mt-0,
.margin-top-0 {
  margin-top: 0 !important;
}

.mb-0,
.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10,
.margin-bottom-1 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20,
.mb--20,
.margin-bottom-2 {
  margin-bottom: 20px !important;
}

.mb-30,
.mb--30,
.margin-bottom-3 {
  margin-bottom: 30px !important;
}

.mb-40,
.mb--40,
.margin-bottom-4 {
  margin-bottom: 40px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10,
.margin-top-1 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20,
.margin-top-2 {
  margin-top: 20px !important;
}

.mt-23 {
  margin-top: 23px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-auto {
  margin-top: auto;
}

.mb-auto {
  margin-bottom: auto;
}

.ml-auto {
  margin-left: auto;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-auto {
  margin-right: auto;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.pb-0,
.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.rotate-45deg {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rotate-90deg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.rotate-180deg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.rotate-270deg {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

h1.has--icon .icon,
h2.has--icon .icon,
h3.has--icon .icon,
h4.has--icon .icon,
h5.has--icon .icon,
h6.has--icon .icon {
  bottom: -0.25em;
  display: inline-block;
  height: 1.4em;
  margin-right: 10px;
  position: relative;
  vertical-align: baseline;
  width: 1.4em;
}
h1.has--icon .icon svg,
h2.has--icon .icon svg,
h3.has--icon .icon svg,
h4.has--icon .icon svg,
h5.has--icon .icon svg,
h6.has--icon .icon svg {
  height: 100%;
  width: 100%;
}

.is-invisible, .is-invisible--no-flow {
  opacity: 0;
  height: 0;
  width: 0;
  margin: 0 !important;
  overflow: hidden;
}

.is-invisible--no-flow {
  position: absolute;
}

.no-scroll {
  overflow: hidden;
}

.z-index-10 {
  z-index: 10;
}

.position-relative {
  position: relative;
}

@media print, screen and (max-width: 35.49875em) {
  .text-right-small {
    text-align: right;
  }
}

@media print, screen and (max-width: 35.49875em) {
  .text-left-small {
    text-align: left;
  }
}

@media print, screen and (max-width: 48.06125em) {
  .text-right-medium {
    text-align: right;
  }
}

@media print, screen and (max-width: 48.06125em) {
  .text-left-medium {
    text-align: left;
  }
}

@media print, screen and (max-width: 64.06125em) {
  .text-right-mediumlarge {
    text-align: right;
  }
}

@media print, screen and (max-width: 64.06125em) {
  .text-left-mediumlarge {
    text-align: left;
  }
}

@media print, screen and (max-width: 72.49875em) {
  .text-right-large {
    text-align: right;
  }
}

@media print, screen and (max-width: 72.49875em) {
  .text-left-large {
    text-align: left;
  }
}

@media print, screen and (max-width: 81.24875em) {
  .text-right-xlarge {
    text-align: right;
  }
}

@media print, screen and (max-width: 81.24875em) {
  .text-left-xlarge {
    text-align: left;
  }
}

@media print, screen and (max-width: 93.74875em) {
  .text-right-xxlarge {
    text-align: right;
  }
}

@media print, screen and (max-width: 93.74875em) {
  .text-left-xxlarge {
    text-align: left;
  }
}

.panel {
  padding: 2.8571428571rem;
  background: #fff;
  border-radius: 0;
  margin-bottom: 2.1428571429rem;
  /* same behavior/layout as `&--fullsize` */
}
@media print, screen and (max-width: 72.49875em) {
  .panel {
    padding: 2.1428571429rem;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .panel {
    padding: 1.4285714286rem;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .panel {
    padding: 2.1428571429rem 1.0714285714rem;
  }
}
.panel .panel__itemhead {
  border-bottom: 0.142rem solid var(--colorPrimary);
}
.panel .panel__itemhead h1, .panel .panel__itemhead h2 {
  margin-bottom: 0.25rem;
}
.panel .panel__itembody {
  margin-top: 1.285rem;
  margin-bottom: 2.1428571429rem;
  overflow: hidden;
}
.panel .panel__inside {
  background: #6e6e6e;
  margin-left: -1.4285714286rem;
  margin-right: -1.4285714286rem;
}
.panel.grid-x {
  padding: 2.8571428571rem 1.7857142857rem;
}
@media print, screen and (max-width: 72.49875em) {
  .panel.grid-x {
    padding: 2.1428571429rem 1.0714285714rem;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .panel.grid-x {
    padding: 1.4285714286rem 0.7142857143rem;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .panel.grid-x {
    padding: 1.4285714286rem 0.5rem;
  }
}
.panel.panel--relative {
  position: relative;
}
.panel.panel--contentpanel {
  padding: 2.8571428571rem;
}
@media print, screen and (max-width: 48.06125em) {
  .panel.panel--contentpanel {
    padding: 1.4285714286rem;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .panel.panel--contentpanel {
    padding: 2.1428571429rem;
  }
}
.panel.panel--flat {
  padding-top: 1.4285714286rem;
  padding-bottom: 1.4285714286rem;
}
.panel.panel--narrow {
  padding-left: 1.4285714286rem;
  padding-right: 1.4285714286rem;
}
.panel.panel--lefthand {
  padding: 1.4285714286rem;
}
.panel.panel--lefthand .divider {
  margin: 1.0714285714rem 0 0 0;
}
.panel.panel--centered-sm > .panel__inner {
  padding-right: 0.7142857143rem;
  padding-left: 0.7142857143rem;
  width: 66.6666666667%;
  float: left;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 35.5em) {
  .panel.panel--centered-sm > .panel__inner {
    padding-right: 1.0714285714rem;
    padding-left: 1.0714285714rem;
  }
}
.panel.panel--centered-sm > .panel__inner, .panel.panel--centered-sm > .panel__inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.panel.panel--centered-sm > .panel__inner:last-child:not(:first-child) {
  float: right;
}
.panel.panel--centered-sm > .panel__inner, .panel.panel--centered-sm > .panel__inner:last-child:not(:first-child) {
  float: none;
  clear: both;
}
.panel.panel--centered-md > .panel__inner {
  padding-right: 0.7142857143rem;
  padding-left: 0.7142857143rem;
  width: 83.3333333333%;
  float: left;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 35.5em) {
  .panel.panel--centered-md > .panel__inner {
    padding-right: 1.0714285714rem;
    padding-left: 1.0714285714rem;
  }
}
.panel.panel--centered-md > .panel__inner, .panel.panel--centered-md > .panel__inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.panel.panel--centered-md > .panel__inner:last-child:not(:first-child) {
  float: right;
}
.panel.panel--centered-md > .panel__inner, .panel.panel--centered-md > .panel__inner:last-child:not(:first-child) {
  float: none;
  clear: both;
}
.panel.panel--centered-lg > .panel__inner {
  padding-right: 0.7142857143rem;
  padding-left: 0.7142857143rem;
  width: 100%;
  float: left;
  margin-right: auto;
  margin-left: auto;
}
@media print, screen and (min-width: 35.5em) {
  .panel.panel--centered-lg > .panel__inner {
    padding-right: 1.0714285714rem;
    padding-left: 1.0714285714rem;
  }
}
.panel.panel--centered-lg > .panel__inner, .panel.panel--centered-lg > .panel__inner:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.panel.panel--centered-lg > .panel__inner:last-child:not(:first-child) {
  float: right;
}
.panel.panel--centered-lg > .panel__inner, .panel.panel--centered-lg > .panel__inner:last-child:not(:first-child) {
  float: none;
  clear: both;
}
.panel[class^=panel--centered], .panel[class*=" panel--centered"] {
  padding: 2.8571428571rem;
}
@media print, screen and (max-width: 72.49875em) {
  .panel[class^=panel--centered], .panel[class*=" panel--centered"] {
    padding: 2.1428571429rem;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .panel[class^=panel--centered], .panel[class*=" panel--centered"] {
    padding: 1.4285714286rem;
  }
  .panel[class^=panel--centered]:not([class^=medium-offset]):not([class*=" medium-offset"]), .panel[class*=" panel--centered"]:not([class^=medium-offset]):not([class*=" medium-offset"]) {
    padding-right: 0.7142857143rem;
    padding-left: 0.7142857143rem;
    width: 100%;
    float: left;
  }
}
@media print, screen and (max-width: 48.06125em) and (min-width: 35.5em) {
  .panel[class^=panel--centered]:not([class^=medium-offset]):not([class*=" medium-offset"]), .panel[class*=" panel--centered"]:not([class^=medium-offset]):not([class*=" medium-offset"]) {
    padding-right: 1.0714285714rem;
    padding-left: 1.0714285714rem;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .panel[class^=panel--centered]:not([class^=medium-offset]):not([class*=" medium-offset"]), .panel[class^=panel--centered]:not([class^=medium-offset]):not([class*=" medium-offset"]):last-child:not(:first-child), .panel[class*=" panel--centered"]:not([class^=medium-offset]):not([class*=" medium-offset"]), .panel[class*=" panel--centered"]:not([class^=medium-offset]):not([class*=" medium-offset"]):last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .panel[class^=panel--centered]:not([class^=medium-offset]):not([class*=" medium-offset"]):last-child:not(:first-child), .panel[class*=" panel--centered"]:not([class^=medium-offset]):not([class*=" medium-offset"]):last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .panel[class^=panel--centered], .panel[class*=" panel--centered"] {
    padding: 2.1428571429rem 1.0714285714rem;
  }
}
.panel[class^=panel--centered] .grid-container__content,
.panel[class^=panel--centered] .grid-container__padding, .panel[class*=" panel--centered"] .grid-container__content,
.panel[class*=" panel--centered"] .grid-container__padding {
  padding: 0;
}
.panel.panel--fullsize {
  /* @include breakpoint(medium down) {
      width: 100%;
  } */
}
.panel.panel--fullsize:not(:has(.stage-slider-indented__hero-page-wrapper)) .grid-container__content,
.panel.panel--fullsize:not(:has(.stage-slider-indented__hero-page-wrapper)) .grid-container__padding {
  padding: 0;
}
.panel.panel--fullsize-hero {
  margin-bottom: 0;
}
.panel.panel--fullsize-hero:has(.themed-hero-page-wrapper) {
  padding: 0;
}
.panel.panel--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 1.4285714286rem !important;
  padding-top: 1.4285714286rem !important;
}
.panel.panel--buttons .button:first-child:last-child, .panel.panel--buttons .fld--file .fld__label:first-child:last-child, .fld--file .panel.panel--buttons .fld__label:first-child:last-child {
  margin-left: auto;
}
@media print, screen and (max-width: 48.06125em) {
  .panel.panel--buttons .button, .panel.panel--buttons .fld--file .fld__label, .fld--file .panel.panel--buttons .fld__label {
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .panel.panel--buttons .button + .button, .panel.panel--buttons .fld--file .fld__label + .button, .fld--file .panel.panel--buttons .fld__label + .button, .panel.panel--buttons .fld--file .button + .fld__label, .fld--file .panel.panel--buttons .button + .fld__label, .panel.panel--buttons .fld--file .fld__label + .fld__label, .fld--file .panel.panel--buttons .fld__label + .fld__label {
    margin-left: 0;
  }
}

.pos__content.panel {
  padding: 20px 40px 40px 40px;
}
@media print, screen and (max-width: 72.49875em) {
  .pos__content.panel {
    padding: 15px 30px 30px 30px;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .pos__content.panel {
    padding: 10px 20px 20px 20px;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .pos__content.panel {
    padding: 15px 15px 30px 15px;
  }
}
.pos__content.panel--flat {
  padding-top: 10px 20px 20px 20px;
  padding-bottom: 10px 20px 20px 20px;
}
.pos__content.panel--narrow {
  padding-left: 10px 20px 20px 20px;
  padding-right: 10px 20px 20px 20px;
}
.pos__content.panel--centered {
  padding: 20px 40px 40px 40px !important;
}
@media print, screen and (max-width: 48.06125em) {
  .pos__content.panel--centered {
    padding: 15px 15px 30px 15px !important;
  }
}
.pos__content .product-slider__container .product-slider .button--slider.slick-prev {
  left: 1.4285714286rem;
  margin-left: 0 !important;
}
.pos__content .product-slider__container .product-slider .button--slider.slick-next {
  right: 1.4285714286rem;
  margin-right: 0 !important;
}
@media print, screen and (min-width: 35.5em) {
  .pos__content .product-slider__container .product-slider:not(.reveal) .button--slider.slick-prev {
    left: 2.8571428571rem;
  }
  .pos__content .product-slider__container .product-slider .button--slider.slick-next {
    right: 1.4285714286rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .pos__content .product-slider__container .product-slider:not(.reveal) .button--slider.slick-prev {
    left: 2.8571428571rem;
  }
}

@media print, screen and (max-width: 93.74875em) {
  .yCmsComponent:has(.panel) + .yCmsComponent:has(.panel) > .grid-container__content,
  .yCmsComponent:has(.panel) + .yCmsComponent:has(.panel) > .grid-container__padding {
    padding-top: 0;
  }
}
@media print, screen and (max-width: 72.49875em) {
  .yCmsComponent:has(.panel) + .yCmsComponent:has(.panel) > .grid-container__content,
  .yCmsComponent:has(.panel) + .yCmsComponent:has(.panel) > .grid-container__padding {
    padding-top: 0;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .yCmsComponent:has(.panel) + .yCmsComponent:has(.panel) > .grid-container__content,
  .yCmsComponent:has(.panel) + .yCmsComponent:has(.panel) > .grid-container__padding {
    padding-top: 0;
  }
}
.yCmsComponent:has(.panel) + .yCmsComponent:has(.panel) > .grid-container__content > .grid-x > .cell > .panel,
.yCmsComponent:has(.panel) + .yCmsComponent:has(.panel) > .grid-container__padding > .grid-x > .cell > .panel {
  margin-top: -2.1428571429rem;
}

#svg {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}

[data-animation] {
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
}

[data-animation=from-left] {
  -webkit-transform: translate3d(-30px, 0, 0);
  transform: translate3d(-30px, 0, 0);
}
[data-animation=from-left].is-inviewport {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

[data-animation=from-right] {
  -webkit-transform: translate3d(30px, 0, 0);
  transform: translate3d(30px, 0, 0);
}
[data-animation=from-right].is-inviewport {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

[data-animation=from-top] {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}
[data-animation=from-top].is-inviewport {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

[data-animation=from-bottom] {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}
[data-animation=from-bottom].is-inviewport {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

table.dataTable {
  border-bottom: 0.0714285714rem solid rgba(0, 0, 0, 0.15);
}
table.dataTable thead > tr th {
  padding-block: 1.4285714286rem;
}
table.dataTable thead > tr th.dt-orderable-asc, table.dataTable thead > tr th.dt-ordering-asc {
  padding-right: 0.7142857143rem;
}
table.dataTable thead > tr th.dt-orderable-asc span.dt-column-order, table.dataTable thead > tr th.dt-ordering-asc span.dt-column-order {
  position: static;
}
table.dataTable thead > tr th.dt-orderable-asc span.dt-column-order:after, table.dataTable thead > tr th.dt-ordering-asc span.dt-column-order:after {
  content: none;
}
table.dataTable thead > tr th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr th.dt-ordering-asc span.dt-column-order:before {
  position: static;
  display: inline-block;
  margin-left: 0.3571428571rem;
  opacity: 1;
  content: "";
  width: 0.7857142857rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11' height='14'%3E%3Cg transform='matrix(1.346154 0 0 1.346154 0.38461488 -0)'%3E%3Cg%3E%3Cpath d='M6.7 4.4L7.3 3.8L3.8 0.4L0.4 3.8L1 4.4L3.8 1.5L6.7 4.4' stroke='%230a0a0a' stroke-width='0.5' fill='%230a0a0a' fill-rule='nonzero' stroke-opacity='1' /%3E%3Cpath d='M1 6L0.4 6.6L3.8 10L7.3 6.6L6.7 6L3.8 8.8L1 6' stroke='%230a0a0a' stroke-width='0.5' fill='%230a0a0a' fill-rule='nonzero' stroke-opacity='1' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-transform: translateY(0.1428571429rem);
  transform: translateY(0.1428571429rem);
}
table.dataTable thead > tr th.dt-ordering-asc span.dt-column-title, table.dataTable thead > tr th.dt-ordering-desc span.dt-column-title {
  color: #e84d0b;
}
table.dataTable thead > tr th.dt-ordering-asc span.dt-column-order:before, table.dataTable thead > tr th.dt-ordering-desc span.dt-column-order:before {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' standalone='no'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.0//EN' 'http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd'%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11' height='14'%3E%3Cg transform='matrix(1.346154 0 0 1.346154 0.38461488 -0)'%3E%3Cg%3E%3Cpath d='M6.7 4.4L7.3 3.8L3.8 0.4L0.4 3.8L1 4.4L3.8 1.5L6.7 4.4' stroke='%23E73331' stroke-width='0.5' fill='%23E73331' fill-rule='nonzero' stroke-opacity='1' /%3E%3Cpath d='M1 6L0.4 6.6L3.8 10L7.3 6.6L6.7 6L3.8 8.8L1 6' stroke='%23E73331' stroke-width='0.5' fill='%23E73331' fill-rule='nonzero' stroke-opacity='1' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
table.dataTable thead > tr th.dt-orderable-asc:hover, table.dataTable thead > tr th.dt-orderable-desc:hover {
  outline: none;
}
table.dataTable thead > tr th.dt-type-numeric {
  text-align: left;
}
table.dataTable tbody > tr td {
  padding-block: 1.4285714286rem;
}
table.dataTable tbody > tr td.dt-type-numeric {
  text-align: left;
}
table.dataTable tbody > tr.datatable__additional-information td {
  border-top: none;
  padding-block: 0;
}
table.dataTable tbody > tr.datatable__additional-information td .orders__item__row--details {
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
table.dataTable tbody > tr.datatable__additional-information td .orders__item__column {
  padding-block: 1.4285714286rem;
}
table.dataTable tbody > tr.is-active {
  background-color: #ececec;
}
table.dataTable tbody > tr.is-active + tr {
  background-color: #ececec;
}
table.dataTable tbody > tr.is-active + tr .orders__item__row--details {
  max-height: 21.4285714286rem;
}
table.dataTable tbody > tr:not(:has(.dt-empty)) {
  cursor: pointer;
}

@media print, screen and (min-width: 64.0625em) {
  .datatable .orders__search__range {
    width: 100%;
  }
}

form[data-module=datatable][data-loader] > .loader {
  opacity: 1;
  position: relative;
  display: inline-block;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
form[data-module=datatable][data-loader] > .loader div {
  border: 0.1428571429rem solid #e84d0b;
}

div.dt-container .dt-search {
  width: 100%;
}
div.dt-container .dt-search input {
  margin-left: 0;
  border-radius: 0;
  border-color: #c5c6c6;
  padding-inline: 1.0714285714rem;
}
@media print, screen and (min-width: 64.0625em) {
  div.dt-container .dt-search {
    width: 40%;
  }
}
div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell {
  text-align: left;
}

.dt-layout-row:not(.dt-layout-table) {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dt-layout-row:not(.dt-layout-table) .dt-layout-cell {
  width: 100%;
}
.dt-layout-row:not(.dt-layout-table) .dt-layout-end {
  margin-left: 0 !important;
}

.datatable {
  opacity: 0;
}
.datatable .button-holder {
  position: relative;
  bottom: -2.8571428571rem;
  margin-inline: -2.8571428571rem;
  text-align: center;
  padding-block: 1.4285714286rem;
  background-color: #ececec;
}
.datatable .button-holder:has(button.is-hidden) {
  display: none;
}
.datatable__mobile-row {
  pointer-events: none;
  cursor: default;
}
@media print, screen and (min-width: 64.0625em) {
  .datatable__mobile-row {
    display: none;
  }
}
.datatable tr:not(.datatable__mobile-row) {
  display: none;
}
@media print, screen and (min-width: 64.0625em) {
  .datatable tr:not(.datatable__mobile-row) {
    display: table-row;
  }
}
.datatable tr:not(.datatable__mobile-row):not(.datatable__additional-information):not(:has(th)):not(:has(.dt-empty)) {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" style="rotate: -90deg" viewBox="0 0 18 18" xml:space="preserve"><path d="m12.6 3.9-1-1.1L5.4 9l6.2 6.2 1-1.1L7.5 9z"/></svg>');
  background-position: right 1.4285714286rem bottom 50%;
  background-repeat: no-repeat;
}
.datatable tr:not(.datatable__mobile-row):not(.datatable__additional-information):not(:has(th)):not(:has(.dt-empty)).is-active {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" style="rotate: 90deg" viewBox="0 0 18 18" xml:space="preserve"><path d="m12.6 3.9-1-1.1L5.4 9l6.2 6.2 1-1.1L7.5 9z"/></svg>');
}
.datatable.table-loaded {
  opacity: 1;
}

#filter-collapse span {
  pointer-events: none;
}

.dt-layout-row.datatable-filters {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
}
.dt-layout-row.datatable-filters.expanded {
  max-height: 14.2857142857rem;
}

.color-primary {
  background: #e84d0b;
}

.color-primary-dark {
  background: #b74502;
}

.color-primary-light {
  background: #ff885a;
}

.color-secondary {
  background: #00264b;
}

.color-black {
  background: #000;
}

.color-white {
  background: #fff;
}

.color-link {
  background: #000;
}

.color-error {
  background: #bb0440;
}

.color-success {
  background: #54BA53;
}

.color-grey-10 {
  background: #333;
}

.color-grey-20 {
  background: #434343;
}

.color-grey-30 {
  background: #6e6e6e;
}

.color-grey-40 {
  background: #c5c6c6;
}

.color-grey-50 {
  background: #ececec;
}

.button, .fld--file .fld__label {
  color: var(--colorPrimary);
  font-size: 16px;
  padding: 10px 20px;
  margin: 0 0 5px 0;
  font-weight: auto;
  text-transform: uppercase;
  border-radius: 25px;
  font-family: "gt-america-condensed-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.button + .button, .fld--file .fld__label + .button, .fld--file .button + .fld__label, .fld--file .fld__label + .fld__label {
  margin-left: 1.4285714286rem;
}
.button:hover, .fld--file .fld__label:hover {
  color: var(--buttonColorPrimaryHover);
}
.button.button--disabled, .fld--file .button--disabled.fld__label, .button:disabled, .fld--file .fld__label:disabled {
  pointer-events: none;
}
.button.button--primary, .fld--file .fld__label {
  color: var(--buttonColorPrimary);
  display: inline-block;
  background-color: var(--buttonBackgroundPrimary);
  border: var(--buttonBorderPrimary);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
  min-height: 40px;
}
.button.button--primary svg, .fld--file .fld__label svg {
  fill: currentColor;
}
.button.button--primary:has(.icon):not(.quickorder__submit):not(.quickorder__close), .fld--file .fld__label:has(.icon):not(.quickorder__submit):not(.quickorder__close) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.button.button--primary:hover, .fld--file .fld__label:hover {
  color: var(--buttonColorPrimaryHover);
  background-color: var(--buttonBackgroundPrimaryHover);
  border: var(--buttonBorderPrimaryHover);
}
.button.button--primary.button--disabled, .fld--file .button--disabled.fld__label, .button.button--primary:disabled, .fld--file .fld__label:disabled {
  color: var(--buttonColorPrimaryDisabled);
  background-color: var(--buttonBackgroundPrimaryDisabled);
  border: var(--buttonBorderPrimaryDisabled);
}
.button.button--primary .icon, .fld--file .fld__label .icon {
  padding-left: 0.7142857143rem;
}
.button.button--primary.button--roomvo img, .fld--file .button--roomvo.fld__label img {
  height: 1.7142857143rem;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.button.button--secondary, .fld--file .button--secondary.fld__label {
  color: var(--buttonColorSecondary);
  background-color: var(--buttonBackgroundSecondary);
  border: var(--buttonBorderSecondary);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}
.button.button--secondary:hover, .fld--file .button--secondary.fld__label:hover {
  color: var(--buttonColorSecondaryHover);
  background-color: var(--buttonBackgroundSecondaryHover);
  border: var(--buttonBorderSecondaryHover);
}
.button.button--secondary.button--disabled, .fld--file .button--secondary.button--disabled.fld__label, .button.button--secondary:disabled, .fld--file .button--secondary.fld__label:disabled {
  color: var(--buttonColorSecondaryDisabled);
  background-color: var(--buttonBackgroundSecondaryDisabled);
  border: var(--buttonBorderSecondaryDisabled);
}
.button.button--tertiary, .fld--file .button--tertiary.fld__label {
  color: var(--buttonColorTertiary);
  background-color: var(--buttonBackgroundTertiary);
  border: var(--buttonBorderTertiary);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button.button--tertiary svg, .fld--file .button--tertiary.fld__label svg {
  fill: currentColor;
}
.button.button--tertiary:hover, .fld--file .button--tertiary.fld__label:hover {
  color: var(--buttonColorTertiaryHover);
  background-color: var(--buttonBackgroundTertiaryHover);
  border: var(--buttonBorderTertiaryHover);
}
.button.button--tertiary.button--disabled, .fld--file .button--tertiary.button--disabled.fld__label, .button.button--tertiary:disabled, .fld--file .button--tertiary.fld__label:disabled {
  color: var(--buttonColorTertiaryDisabled);
  background-color: var(--buttonBackgroundTertiaryDisabled);
  border: var(--buttonBorderTertiaryDisabled);
}
.button.button--quaternary, .fld--file .button--quaternary.fld__label {
  color: var(--buttonColorQuaternary);
  background-color: var(--buttonBackgroundQuaternary);
  border: var(--buttonBorderQuaternary);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button.button--quaternary svg, .fld--file .button--quaternary.fld__label svg {
  fill: currentColor;
}
.button.button--quaternary img, .fld--file .button--quaternary.fld__label img {
  height: 1.7142857143rem;
}
.button.button--quaternary:hover img, .fld--file .button--quaternary.fld__label:hover img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}
.button.button--quaternary:has(.icon), .fld--file .button--quaternary.fld__label:has(.icon) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.button.button--quaternary:hover, .fld--file .button--quaternary.fld__label:hover {
  color: var(--buttonColorQuaternaryHover);
  background-color: var(--buttonBackgroundQuaternaryHover);
  border: var(--buttonBorderQuaternaryHover);
}
.button.button--quaternary.button--disabled, .fld--file .button--quaternary.button--disabled.fld__label, .button.button--quaternary:disabled, .fld--file .button--quaternary.fld__label:disabled {
  color: var(--buttonColorQuaternaryDisabled);
  background-color: var(--buttonBackgroundQuaternaryDisabled);
  border: var(--buttonBorderQuaternaryDisabled);
}
.button.button--quaternary .icon, .fld--file .button--quaternary.fld__label .icon {
  padding-left: 0.7142857143rem;
}
.button.button--textlike, .fld--file .button--textlike.fld__label {
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  font-size: 14px;
  line-height: 24px;
  background-color: transparent;
  text-transform: none;
  margin: 0 0 1rem 0;
  padding: 0;
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button.button--textlike:hover, .fld--file .button--textlike.fld__label:hover {
  color: #6e6e6e;
}
.button.button--icon, .fld--file .button--icon.fld__label {
  padding: 5px 50px;
}
.button.button--icon svg, .fld--file .button--icon.fld__label svg {
  fill: currentColor;
}
.button.button--inline-icon, .fld--file .button--inline-icon.fld__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.button.button--inline-icon .icon, .fld--file .button--inline-icon.fld__label .icon {
  display: inline-block;
  margin-right: 0.7142857143rem;
  position: relative;
  top: 0.1428571429rem;
}
.button.button--inline-icon svg, .fld--file .button--inline-icon.fld__label svg {
  width: 1.2857142857rem;
  height: 1.2857142857rem;
  -webkit-transition: fill 0.2s;
  transition: fill 0.2s;
}
.button.button--inline-icon:hover svg, .fld--file .button--inline-icon.fld__label:hover svg {
  fill: #6e6e6e;
}
.button.button--hamburger, .fld--file .button--hamburger.fld__label {
  cursor: pointer;
  margin: auto;
  width: 3.2142857143rem;
  height: 1.7142857143rem;
  padding: 0 0.1428571429rem;
  text-align: center;
}
.button.button--hamburger span, .fld--file .button--hamburger.fld__label span {
  display: block;
  background: var(--colorPrimary);
  width: 2rem;
  height: 0.2142857143rem;
  position: relative;
  -webkit-transition: background 10ms ease;
  transition: background 10ms ease;
  -webkit-transform: translateY(calc(50% - 0.0714285714rem));
  transform: translateY(calc(50% - 0.0714285714rem));
}
.button.button--hamburger span:before, .fld--file .button--hamburger.fld__label span:before, .button.button--hamburger span:after, .fld--file .button--hamburger.fld__label span:after {
  -webkit-transition: top 250ms 10ms ease, -webkit-transform 250ms 10ms ease;
  transition: top 250ms 10ms ease, -webkit-transform 250ms 10ms ease;
  transition: top 250ms 10ms ease, transform 250ms 10ms ease;
  transition: top 250ms 10ms ease, transform 250ms 10ms ease, -webkit-transform 250ms 10ms ease;
  position: absolute;
  background: var(--colorPrimary);
  width: 100%;
  height: 0.2142857143rem;
  left: 0;
  content: "";
}
.button.button--hamburger span:before, .fld--file .button--hamburger.fld__label span:before {
  top: -0.4285714286rem;
}
.button.button--hamburger span:after, .fld--file .button--hamburger.fld__label span:after {
  top: 0.4285714286rem;
}
.button.button--hamburger.is--active span, .fld--file .button--hamburger.is--active.fld__label span {
  background: transparent;
}
.button.button--hamburger.is--active span:after, .fld--file .button--hamburger.is--active.fld__label span:after, .button.button--hamburger.is--active span:before, .fld--file .button--hamburger.is--active.fld__label span:before {
  -webkit-transition: top 250ms 10ms ease, -webkit-transform 250ms 10ms ease;
  transition: top 250ms 10ms ease, -webkit-transform 250ms 10ms ease;
  transition: top 250ms 10ms ease, transform 250ms 10ms ease;
  transition: top 250ms 10ms ease, transform 250ms 10ms ease, -webkit-transform 250ms 10ms ease;
  top: 0;
}
.button.button--hamburger.is--active span:before, .fld--file .button--hamburger.is--active.fld__label span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.button.button--hamburger.is--active span:after, .fld--file .button--hamburger.is--active.fld__label span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.button.button--auto-height, .fld--file .button--auto-height.fld__label {
  height: auto !important;
  line-height: 1.2;
}
.button.button--fullsize, .fld--file .button--fullsize.fld__label {
  width: 100%;
  display: block;
}
.button.button--text, .fld--file .button--text.fld__label, .button.button--underlined, .fld--file .button--underlined.fld__label {
  padding: 0;
  color: var(--colorText);
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.button.button--text:hover, .fld--file .button--text.fld__label:hover, .button.button--underlined:hover, .fld--file .button--underlined.fld__label:hover {
  color: #6e6e6e;
}
.button.button--text.button--inline-icon .icon, .fld--file .button--text.button--inline-icon.fld__label .icon, .button.button--inline-icon.button--underlined .icon, .fld--file .button--inline-icon.button--underlined.fld__label .icon {
  top: 0;
  margin-left: 0.7142857143rem;
  float: left;
}
.button.button--text-default, .fld--file .button--text-default.fld__label {
  font-size: 14px;
}
.button.button--text-small, .fld--file .button--text-small.fld__label {
  font-size: 12px;
}
.button.button--underlined, .fld--file .button--underlined.fld__label {
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.button.button--underlined:hover, .fld--file .button--underlined.fld__label:hover {
  color: #6e6e6e;
}
.button.button--totop, .fld--file .button--totop.fld__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0.3571428571rem 1.0714285714rem;
  font-size: 0;
  color: var(--buttonColorTotop);
  background-color: var(--buttonBackgroundTotop);
  border: var(--buttonBorderTotop);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media print, screen and (min-width: 64.0625em) {
  .button.button--totop, .fld--file .button--totop.fld__label {
    font-size: 1rem;
  }
}
.button.button--totop svg, .fld--file .button--totop.fld__label svg {
  fill: currentColor;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media print, screen and (min-width: 64.0625em) {
  .button.button--totop svg, .fld--file .button--totop.fld__label svg {
    margin-left: 0.7142857143rem;
  }
}
.button.button--totop:hover, .fld--file .button--totop.fld__label:hover {
  color: var(--buttonColorTotopHover);
  background-color: var(--buttonBackgroundTotopHover);
  border: var(--buttonBorderTotopHover);
}
.button.button--tag, .fld--file .button--tag.fld__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 1.0714285714rem;
  height: 2.5rem;
  white-space: nowrap;
  font-size: 16px;
  font-weight: normal;
  color: var(--buttonColorTag);
  background: var(--buttonBackgroundTag);
  border-radius: 1.4285714286rem;
  overflow: hidden;
  text-overflow: ellipsis;
}
.button.button--tag:hover, .fld--file .button--tag.fld__label:hover {
  color: var(--buttonColorTagHover);
  background: var(--buttonBackgroundTagHover);
}
.button.button--tag .icon, .fld--file .button--tag.fld__label .icon {
  margin-left: 0.7142857143rem;
}
.button.button--tag .icon svg, .fld--file .button--tag.fld__label .icon svg {
  fill: var(--buttonColorTag);
  width: 1.0714285714rem;
}
.button.button--tag--reset, .fld--file .button--tag--reset.fld__label {
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.button.button--loader, .fld--file .button--loader.fld__label {
  position: relative;
  outline: none;
  padding-left: 1.7857142857rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.button.button--loader .loader, .fld--file .button--loader.fld__label .loader {
  display: none;
  position: absolute;
  top: -2.1428571429rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.button.button--loader .loader div, .fld--file .button--loader.fld__label .loader div {
  border-color: #000;
}
.button.button--loader.is-active, .fld--file .button--loader.is-active.fld__label, .button.button--loader.is-loading, .fld--file .button--loader.is-loading.fld__label {
  font-size: 0;
  pointer-events: none;
  opacity: 1;
  overflow: visible;
  margin: auto !important;
}
.button.button--loader.is-active .button__plus, .fld--file .button--loader.is-active.fld__label .button__plus, .button.button--loader.is-loading .button__plus, .fld--file .button--loader.is-loading.fld__label .button__plus {
  display: none;
}
.button.button--loader.is-active .loader, .fld--file .button--loader.is-active.fld__label .loader, .button.button--loader.is-loading .loader, .fld--file .button--loader.is-loading.fld__label .loader {
  display: block;
}
.button.button--loader .button__plus, .fld--file .button--loader.fld__label .button__plus {
  line-height: 0;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.button.button--loader .button__plus svg, .fld--file .button--loader.fld__label .button__plus svg {
  height: 1rem;
  width: 1rem;
}
.button.button--loader:hover .button__plus, .fld--file .button--loader.fld__label:hover .button__plus {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.button.button--cart, .fld--file .button--cart.fld__label, .button.button--addtotemplate, .fld--file .button--addtotemplate.fld__label {
  position: relative;
}
.button.button--cart .button__text, .fld--file .button--cart.fld__label .button__text, .button.button--addtotemplate .button__text, .fld--file .button--addtotemplate.fld__label .button__text {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.button.button--cart .button__icon, .fld--file .button--cart.fld__label .button__icon, .button.button--addtotemplate .button__icon, .fld--file .button--addtotemplate.fld__label .button__icon {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.button.button--cart .button__icon .icon svg, .fld--file .button--cart.fld__label .button__icon .icon svg, .button.button--addtotemplate .button__icon .icon svg, .fld--file .button--addtotemplate.fld__label .button__icon .icon svg {
  fill: #fff;
}
.button.button--cart .button__spinner, .fld--file .button--cart.fld__label .button__spinner, .button.button--addtotemplate .button__spinner, .fld--file .button--addtotemplate.fld__label .button__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #e84d0b;
  border-radius: 50%;
  height: 1.7142857143rem;
  width: 1.7142857143rem;
  margin: -0.8571428571rem 0 0 -0.8571428571rem;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: none;
}
.button.button--cart .button__spinner:before, .fld--file .button--cart.fld__label .button__spinner:before, .button.button--cart .button__spinner:after, .fld--file .button--cart.fld__label .button__spinner:after, .button.button--addtotemplate .button__spinner:before, .fld--file .button--addtotemplate.fld__label .button__spinner:before, .button.button--addtotemplate .button__spinner:after, .fld--file .button--addtotemplate.fld__label .button__spinner:after {
  content: "";
  position: absolute;
}
.button.button--cart .button__spinner:before, .fld--file .button--cart.fld__label .button__spinner:before, .button.button--addtotemplate .button__spinner:before, .fld--file .button--addtotemplate.fld__label .button__spinner:before {
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, white), to(rgba(255, 255, 255, 0.9))) 0% 0%, -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.6))) 100% 0%, -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.3))) 100% 100%, -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0))) 0% 100%;
  background: linear-gradient(0deg, white 50%, rgba(255, 255, 255, 0.9) 100%) 0% 0%, linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 100%) 100% 0%, linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%) 100% 100%, linear-gradient(360deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%) 0% 100%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  top: -0.0714285714rem;
  bottom: -0.0714285714rem;
  left: -0.0714285714rem;
  right: -0.0714285714rem;
}
.button.button--cart .button__spinner:after, .fld--file .button--cart.fld__label .button__spinner:after, .button.button--addtotemplate .button__spinner:after, .fld--file .button--addtotemplate.fld__label .button__spinner:after {
  background: var(--buttonBackgroundPrimary);
  border-radius: 50%;
  top: 3%;
  bottom: 3%;
  left: 3%;
  right: 3%;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.button.button--cart > .icon, .fld--file .button--cart.fld__label > .icon, .button.button--addtotemplate > .icon, .fld--file .button--addtotemplate.fld__label > .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.button.button--cart > .icon svg, .fld--file .button--cart.fld__label > .icon svg, .button.button--addtotemplate > .icon svg, .fld--file .button--addtotemplate.fld__label > .icon svg {
  fill: #fff;
  width: 1.1428571429rem;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.button.button--cart:hover .button__spinner:after, .fld--file .button--cart.fld__label:hover .button__spinner:after, .button.button--addtotemplate:hover .button__spinner:after, .fld--file .button--addtotemplate.fld__label:hover .button__spinner:after {
  background-color: var(--buttonBackgroundPrimaryHover);
}
.button.button--cart.is-loading, .fld--file .button--cart.is-loading.fld__label, .button.button--addtotemplate.is-loading, .fld--file .button--addtotemplate.is-loading.fld__label {
  color: var(--buttonColorPrimary);
  background-color: var(--buttonBackgroundPrimary);
  border: var(--buttonBorderPrimary);
}
.button.button--cart.is-loading .button__text, .fld--file .button--cart.is-loading.fld__label .button__text, .button.button--addtotemplate.is-loading .button__text, .fld--file .button--addtotemplate.is-loading.fld__label .button__text {
  opacity: 0;
}
.button.button--cart.is-loading .button__icon, .fld--file .button--cart.is-loading.fld__label .button__icon, .button.button--addtotemplate.is-loading .button__icon, .fld--file .button--addtotemplate.is-loading.fld__label .button__icon {
  opacity: 0;
}
.button.button--cart.is-loading .button__spinner, .fld--file .button--cart.is-loading.fld__label .button__spinner, .button.button--addtotemplate.is-loading .button__spinner, .fld--file .button--addtotemplate.is-loading.fld__label .button__spinner {
  opacity: 1;
  -webkit-animation: spinner 0.5s linear infinite;
  animation: spinner 0.5s linear infinite;
}
.button.button--cart.is-complete .button__spinner:before, .fld--file .button--cart.is-complete.fld__label .button__spinner:before, .button.button--addtotemplate.is-complete .button__spinner:before, .fld--file .button--addtotemplate.is-complete.fld__label .button__spinner:before {
  background: #e84d0b;
}
.button.button--cart.is-complete > .icon, .fld--file .button--cart.is-complete.fld__label > .icon, .button.button--addtotemplate.is-complete > .icon, .fld--file .button--addtotemplate.is-complete.fld__label > .icon {
  opacity: 1;
  padding-left: 0;
}
.button.button--cart.is-complete > .icon svg, .fld--file .button--cart.is-complete.fld__label > .icon svg, .button.button--addtotemplate.is-complete > .icon svg, .fld--file .button--addtotemplate.is-complete.fld__label > .icon svg {
  fill: #e84d0b;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
.button.button--cart-loading.is-loading:has(.button__spinner).button--primary, .fld--file .button--cart-loading.is-loading.fld__label:has(.button__spinner) {
  color: var(--buttonBackgroundPrimary);
}
.button.button--cart-loading.is-loading:has(.button__spinner).button--secondary, .fld--file .button--cart-loading.is-loading.fld__label:has(.button__spinner).button--secondary {
  color: var(--buttonBackgroundSecondary);
}
.button.button--cart-loading.is-loading:has(.button__spinner).button--tertiary, .fld--file .button--cart-loading.is-loading.fld__label:has(.button__spinner).button--tertiary {
  color: var(--buttonBackgroundTertiary);
}
.button.button--cart-loading.is-loading:has(.button__spinner).button--quaternary, .fld--file .button--cart-loading.is-loading.fld__label:has(.button__spinner).button--quaternary {
  color: var(--buttonBackgroundQuaternary);
}
.button.button--addtotemplate, .fld--file .button--addtotemplate.fld__label {
  color: #000;
  background-color: #fff;
  border: transparent;
}
.button.button--addtotemplate .icon, .fld--file .button--addtotemplate.fld__label .icon {
  opacity: 1;
  position: relative;
  left: auto;
  -webkit-transform: none;
  transform: none;
}
.button.button--addtotemplate .icon svg, .fld--file .button--addtotemplate.fld__label .icon svg {
  fill: #000;
}
.button.button--addtotemplate .button__spinner + .icon, .fld--file .button--addtotemplate.fld__label .button__spinner + .icon {
  display: none;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
  transform: translate(-50%, -50%) !important;
}
.button.button--addtotemplate:hover, .fld--file .button--addtotemplate.fld__label:hover {
  color: #6e6e6e;
}
.button.button--addtotemplate:hover .icon svg, .fld--file .button--addtotemplate.fld__label:hover .icon svg {
  fill: #6e6e6e;
}
.button.button--addtotemplate.is-complete, .fld--file .button--addtotemplate.is-complete.fld__label {
  background: transparent;
  border: none;
}
.button.button--addtotemplate.is-complete .icon, .fld--file .button--addtotemplate.is-complete.fld__label .icon {
  display: none;
}
.button.button--addtotemplate.is-complete .button__spinner::before, .fld--file .button--addtotemplate.is-complete.fld__label .button__spinner::before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, black), to(rgba(0, 0, 0, 0.9))) 0% 0%, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.6))) 100% 0%, -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.3))) 100% 100%, -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0))) 0% 100%;
  background: linear-gradient(0deg, black 50%, rgba(0, 0, 0, 0.9) 100%) 0% 0%, linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 100%) 100% 0%, linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%) 100% 100%, linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%) 0% 100%;
}
.button.button--addtotemplate.is-complete .button__spinner::after, .fld--file .button--addtotemplate.is-complete.fld__label .button__spinner::after {
  background: #fff;
}
.button.button--addtotemplate.is-complete .button__spinner + .icon, .fld--file .button--addtotemplate.is-complete.fld__label .button__spinner + .icon {
  display: block;
}
.button.button--addtotemplate.is-complete .button__spinner + .icon svg, .fld--file .button--addtotemplate.is-complete.fld__label .button__spinner + .icon svg {
  fill: #000;
}
.button.button--note, .fld--file .button--note.fld__label {
  padding: 0;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.button.button--note svg, .fld--file .button--note.fld__label svg {
  fill: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button.button--note:hover, .fld--file .button--note.fld__label:hover {
  color: #6e6e6e;
}
.button.button--note:hover svg, .fld--file .button--note.fld__label:hover svg, .button.button--note.is-active svg, .fld--file .button--note.is-active.fld__label svg {
  fill: #e84d0b;
}
.button.button--delete, .fld--file .button--delete.fld__label {
  cursor: pointer;
}
.button.button--delete svg, .fld--file .button--delete.fld__label svg {
  fill: var(--buttonDeleteColor);
}
.button.button--delete:hover svg, .fld--file .button--delete.fld__label:hover svg {
  fill: var(--buttonDeleteColorHover);
}
.button.button--single--icon, .fld--file .button--single--icon.fld__label {
  height: auto;
  width: auto;
  padding: 0;
}
.button.button--single--icon:hover svg, .fld--file .button--single--icon.fld__label:hover svg {
  fill: #6e6e6e;
}
.button.button--icon-left, .fld--file .button--icon-left.fld__label {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.button.button--icon-left .icon, .fld--file .button--icon-left.fld__label .icon {
  padding-left: 0;
  margin-right: 0.7142857143rem;
}
.button.button--icon-only, .fld--file .button--icon-only.fld__label {
  height: auto;
  padding: 0.3571428571rem;
  width: auto;
}
.button.button--icon-only svg, .fld--file .button--icon-only.fld__label svg {
  height: 1.2857142857rem;
  width: 1.2857142857rem;
}
.button.button--icon-only:hover svg, .fld--file .button--icon-only.fld__label:hover svg {
  fill: #6e6e6e;
}
.button.button--icon-only:disabled, .fld--file .button--icon-only.fld__label:disabled {
  opacity: 0.25;
}
.button.button--icon-left, .fld--file .button--icon-left.fld__label {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.button.button--icon-left .icon, .fld--file .button--icon-left.fld__label .icon {
  padding-left: 0;
  margin-right: 0.7142857143rem;
}
.button:has(.button__spinner), .fld--file .fld__label:has(.button__spinner) {
  position: relative;
}
.button:has(.button__spinner) .button__text, .fld--file .fld__label:has(.button__spinner) .button__text {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.button:has(.button__spinner) .button__spinner, .fld--file .fld__label:has(.button__spinner) .button__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #e84d0b;
  border-radius: 50%;
  height: 1.7142857143rem;
  width: 1.7142857143rem;
  margin: -0.8571428571rem 0 0 -0.8571428571rem;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: none;
}
.button:has(.button__spinner) .button__spinner:before, .fld--file .fld__label:has(.button__spinner) .button__spinner:before, .button:has(.button__spinner) .button__spinner:after, .fld--file .fld__label:has(.button__spinner) .button__spinner:after {
  content: "";
  position: absolute;
}
.button:has(.button__spinner) .button__spinner:before, .fld--file .fld__label:has(.button__spinner) .button__spinner:before {
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, white), to(rgba(255, 255, 255, 0.9))) 0% 0%, -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.6))) 100% 0%, -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.6)), to(rgba(255, 255, 255, 0.3))) 100% 100%, -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0))) 0% 100%;
  background: linear-gradient(0deg, white 50%, rgba(255, 255, 255, 0.9) 100%) 0% 0%, linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 100%) 100% 0%, linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%) 100% 100%, linear-gradient(360deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%) 0% 100%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  top: -0.0714285714rem;
  bottom: -0.0714285714rem;
  left: -0.0714285714rem;
  right: -0.0714285714rem;
}
.button:has(.button__spinner) .button__spinner:after, .fld--file .fld__label:has(.button__spinner) .button__spinner:after {
  background: var(--buttonBackgroundPrimary);
  border-radius: 50%;
  top: 3%;
  bottom: 3%;
  left: 3%;
  right: 3%;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.button:has(.button__spinner) > .icon, .fld--file .fld__label:has(.button__spinner) > .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.button:has(.button__spinner) > .icon svg, .fld--file .fld__label:has(.button__spinner) > .icon svg {
  fill: #fff;
  width: 1.1428571429rem;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.button:has(.button__spinner):hover .button__spinner:after, .fld--file .fld__label:has(.button__spinner):hover .button__spinner:after {
  background-color: var(--buttonBackgroundPrimaryHover);
}
.button:has(.button__spinner).is-loading .button__text, .fld--file .fld__label:has(.button__spinner).is-loading .button__text {
  opacity: 0;
}
.button:has(.button__spinner).is-loading .button__icon, .fld--file .fld__label:has(.button__spinner).is-loading .button__icon {
  opacity: 0;
}
.button:has(.button__spinner).is-loading .button__spinner, .fld--file .fld__label:has(.button__spinner).is-loading .button__spinner {
  opacity: 1;
  -webkit-animation: spinner 0.5s linear infinite;
  animation: spinner 0.5s linear infinite;
}
.button:has(.button__spinner).is-warning .button__text, .fld--file .fld__label:has(.button__spinner).is-warning .button__text {
  opacity: 0;
}
.button:has(.button__spinner).is-warning .button__spinner, .fld--file .fld__label:has(.button__spinner).is-warning .button__spinner {
  opacity: 0;
}
.button:has(.button__spinner).is-warning .button__spinner:before, .fld--file .fld__label:has(.button__spinner).is-warning .button__spinner:before {
  background: #e84d0b;
}
.button:has(.button__spinner).is-warning > .icon + .icon, .fld--file .fld__label:has(.button__spinner).is-warning > .icon + .icon {
  opacity: 1;
  padding-left: 0;
}
.button:has(.button__spinner).is-warning > .icon + .icon svg, .fld--file .fld__label:has(.button__spinner).is-warning > .icon + .icon svg {
  fill: var(--buttonColorPrimary);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
.button:has(.button__spinner).is-warning + p.is-error, .fld--file .fld__label:has(.button__spinner).is-warning + p.is-error {
  color: #bb0440;
}
.button:has(.button__spinner).is-complete .button__text, .fld--file .fld__label:has(.button__spinner).is-complete .button__text {
  opacity: 0;
}
.button:has(.button__spinner).is-complete .button__spinner, .fld--file .fld__label:has(.button__spinner).is-complete .button__spinner {
  opacity: 1;
}
.button:has(.button__spinner).is-complete .button__spinner:before, .fld--file .fld__label:has(.button__spinner).is-complete .button__spinner:before {
  background: #e84d0b;
}
.button:has(.button__spinner).is-complete > .icon, .fld--file .fld__label:has(.button__spinner).is-complete > .icon {
  opacity: 1;
  padding-left: 0;
}
.button:has(.button__spinner).is-complete > .icon svg, .fld--file .fld__label:has(.button__spinner).is-complete > .icon svg {
  fill: #e84d0b;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}
.button:has(.button__spinner).is-complete > .icon + .icon, .fld--file .fld__label:has(.button__spinner).is-complete > .icon + .icon {
  opacity: 0;
}
.button:has(.button__spinner).is-complete .button--disabled, .fld--file .fld__label:has(.button__spinner).is-complete .button--disabled, .button:has(.button__spinner).is-complete:disabled, .fld--file .fld__label:has(.button__spinner).is-complete:disabled, .button:has(.button__spinner).is-warning .button--disabled, .fld--file .fld__label:has(.button__spinner).is-warning .button--disabled, .button:has(.button__spinner).is-warning:disabled, .fld--file .fld__label:has(.button__spinner).is-warning:disabled, .button:has(.button__spinner).is-loading .button--disabled, .fld--file .fld__label:has(.button__spinner).is-loading .button--disabled, .button:has(.button__spinner).is-loading:disabled, .fld--file .fld__label:has(.button__spinner).is-loading:disabled {
  color: var(--buttonColorPrimary);
  background-color: var(--buttonBackgroundPrimary);
  border: var(--buttonBorderIcon);
}
.button[data-modal-submit]:disabled, .fld--file [data-modal-submit].fld__label:disabled {
  position: relative;
}
.button[data-modal-submit]:disabled.is-loading:after, .fld--file [data-modal-submit].fld__label:disabled.is-loading:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2.1428571429rem;
  border: 0.1428571429rem solid #c5c6c6;
  border-top: 0.1428571429rem solid #e84d0b;
  border-radius: 50%;
  display: block;
  width: 1.1428571429rem;
  height: 1.1428571429rem;
  -webkit-animation: submit-loading 1s linear infinite;
  animation: submit-loading 1s linear infinite;
  margin-top: -0.5714285714rem;
}

@-webkit-keyframes submit-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes submit-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.button--text-on-mobile .button--text-on-mobile__text {
  display: none;
}
@media print, screen and (max-width: 48.06125em) {
  .button--text-on-mobile .button--text-on-mobile__text {
    display: inline-block;
  }
}

.button--slider {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.8571428571rem;
  height: 2.8571428571rem;
  background: #fefefe;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
}
.button--slider.slick-hidden {
  opacity: 0;
  pointer-events: none;
}
.button--slider.slick-disabled {
  opacity: 0;
  pointer-events: none;
}
.button--slider.slick-prev {
  left: 0;
}
.button--slider.slick-next {
  right: 0;
}
.button--slider.slick-next .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.button--slider svg {
  fill: #0a0a0a;
  width: 1.4285714286rem;
  height: 1.4285714286rem;
}
.button--slider:before {
  display: none;
}
.button--slider:hover svg {
  fill: #6e6e6e;
}
@media print, screen and (max-width: 48.06125em) {
  .button--slider {
    display: none;
  }
}

button {
  cursor: pointer;
}

.input-group > :last-child.button, .fld--file .input-group > .fld__label:last-child {
  border-radius: 25px;
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.icon {
  line-height: 0;
  display: inline-block;
}
.icon svg {
  fill: #e84d0b;
  height: 24px;
  width: 24px;
}
.icon--double svg:first-child {
  margin-right: -9px;
}
.icon--double svg:last-child {
  margin-left: -9px;
}
.icon--big svg {
  height: 40px;
  width: 40px;
}
.icon--mirror svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.icon--small .icon svg {
  height: 12px;
  width: 12px;
}

label, .fld__label {
  color: #00264b;
  font-size: 12px;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
label:after, .fld__label:after {
  display: block;
  margin-top: -10px;
  color: #bb0440;
  font-size: 12px;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
label.datepicker:after, .datepicker.fld__label:after {
  margin-top: 0;
}
label.datepicker input[readonly], .datepicker.fld__label input[readonly] {
  background: #fff;
  cursor: pointer;
}
label[data-form-help]:after, [data-form-help].fld__label:after {
  content: attr(data-form-help);
  color: #6e6e6e;
}
label[data-form-help].has-error:after, [data-form-help].has-error.fld__label:after, label[data-form-help].has-initial-error:after, [data-form-help].has-initial-error.fld__label:after, label[data-form-help].has-password-error:after, [data-form-help].has-password-error.fld__label:after {
  color: #bb0440;
}
label[data-form-error] + button, [data-form-error].fld__label + button {
  margin-top: 20px;
}
label.has-error, .has-error.fld__label {
  color: #bb0440;
}
label.has-error:after, .has-error.fld__label:after {
  content: attr(data-form-error);
  margin-bottom: 10px;
}
label.has-error > *:after, .has-error.fld__label > *:after {
  content: attr(data-form-error);
  margin-bottom: 10px;
  color: #bb0440;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
label.has-initial-error, .has-initial-error.fld__label {
  color: #bb0440;
}
label.has-initial-error:after, .has-initial-error.fld__label:after {
  content: attr(data-form-initial-error);
}
label.has-initial-error.has-success:after, .has-initial-error.has-success.fld__label:after {
  content: "";
}
label.has-initial-success, .has-initial-success.fld__label {
  color: #54BA53;
}
label.has-initial-success:after, .has-initial-success.fld__label:after {
  content: attr(data-form-initial-success);
  color: #54BA53;
}
label.has-initial-success.has-success:after, .has-initial-success.has-success.fld__label:after {
  content: "";
}
label.has-password-error, .has-password-error.fld__label {
  color: #bb0440;
}
label.has-password-error:after, .has-password-error.fld__label:after {
  content: attr(data-form-error-password);
}
label.label--small, .label--small.fld__label {
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  margin-bottom: 5px;
}
label.is-optional .requiredsign, .is-optional.fld__label .requiredsign {
  display: none;
}
label.is-optional.has-error .requiredsign, .is-optional.has-error.fld__label .requiredsign {
  display: inline-block;
}
label.is-required .requiredsign, .is-required.fld__label .requiredsign {
  display: block;
}
label input, .fld__label input {
  margin-top: 2px !important;
}
label .has-tip .icon svg, .fld__label .has-tip .icon svg {
  width: 12px;
  height: 12px;
}
label.is-valid [type=text], .is-valid.fld__label [type=text],
label.is-valid [type=password],
.is-valid.fld__label [type=password], label.is-valid [type=date], .is-valid.fld__label [type=date],
label.is-valid [type=datetime],
.is-valid.fld__label [type=datetime], label.is-valid [type=datetime-local], .is-valid.fld__label [type=datetime-local],
label.is-valid [type=month],
.is-valid.fld__label [type=month], label.is-valid [type=week], .is-valid.fld__label [type=week],
label.is-valid [type=email],
.is-valid.fld__label [type=email], label.is-valid [type=number], .is-valid.fld__label [type=number],
label.is-valid [type=search],
.is-valid.fld__label [type=search], label.is-valid [type=tel], .is-valid.fld__label [type=tel],
label.is-valid [type=time],
.is-valid.fld__label [type=time], label.is-valid [type=url], .is-valid.fld__label [type=url], label.is-valid [type=color], .is-valid.fld__label [type=color], label.is-valid textarea, .is-valid.fld__label textarea {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgZmlsbD0iIzU0QkE1MyIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeD0iMHB4IiB5PSIwcHgiCiAgICAgd2lkdGg9IjE4cHgiIGhlaWdodD0iMThweCIgdmlld0JveD0iMCAwIDE4IDE4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxOCAxODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBkPSJNMi41LDkuNGwtMC45LDEuMmw2LjEsNC45bDktMTJsLTEuMi0wLjlMNy4zLDEzLjNMMi41LDkuNHoiLz4KPC9zdmc+Cg==");
  background-position: 95% center;
  background-repeat: no-repeat;
  border-color: #54BA53;
}
label.is-valid [type=text][type=password], label.is-valid [type=text][data-form-password], .is-valid.fld__label [type=text][data-form-password],
label.is-valid [type=password][type=password],
.is-valid.fld__label [type=password][type=password],
label.is-valid [type=password][data-form-password], label.is-valid [type=date][type=password], label.is-valid [type=date][data-form-password], .is-valid.fld__label [type=date][data-form-password],
label.is-valid [type=datetime][type=password],
label.is-valid [type=datetime][data-form-password],
.is-valid.fld__label [type=datetime][data-form-password], label.is-valid [type=datetime-local][type=password], label.is-valid [type=datetime-local][data-form-password], .is-valid.fld__label [type=datetime-local][data-form-password],
label.is-valid [type=month][type=password],
label.is-valid [type=month][data-form-password],
.is-valid.fld__label [type=month][data-form-password], label.is-valid [type=week][type=password], label.is-valid [type=week][data-form-password], .is-valid.fld__label [type=week][data-form-password],
label.is-valid [type=email][type=password],
label.is-valid [type=email][data-form-password],
.is-valid.fld__label [type=email][data-form-password], label.is-valid [type=number][type=password], label.is-valid [type=number][data-form-password], .is-valid.fld__label [type=number][data-form-password],
label.is-valid [type=search][type=password],
label.is-valid [type=search][data-form-password],
.is-valid.fld__label [type=search][data-form-password], label.is-valid [type=tel][type=password], label.is-valid [type=tel][data-form-password], .is-valid.fld__label [type=tel][data-form-password],
label.is-valid [type=time][type=password],
label.is-valid [type=time][data-form-password],
.is-valid.fld__label [type=time][data-form-password], label.is-valid [type=url][type=password], label.is-valid [type=url][data-form-password], .is-valid.fld__label [type=url][data-form-password], label.is-valid [type=color][type=password], label.is-valid [type=color][data-form-password], .is-valid.fld__label [type=color][data-form-password], label.is-valid textarea[type=password], label.is-valid textarea[data-form-password], .is-valid.fld__label textarea[data-form-password] {
  background-image: none;
}

.has-duplicate-error:after {
  content: attr(data-error-duplicate);
  margin-bottom: 10px;
  margin-top: -10px;
  color: #bb0440;
  display: block;
  font-size: 12px;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.has-duplicate-error .has-error:after {
  display: none;
}

[type=text],
[type=password], [type=date],
[type=datetime], [type=datetime-local],
[type=month], [type=week],
[type=email], [type=number],
[type=search], [type=tel],
[type=time], [type=url], [type=color], textarea {
  height: 40px;
  padding: 0 15px 0 0;
  color: #00264b;
  border: 1px solid #00264b;
  border-radius: 0;
  border-width: 0 0 2px 0;
  background: #fff;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  -webkit-appearance: none;
}
[type=text]:focus,
[type=password]:focus, [type=date]:focus,
[type=datetime]:focus, [type=datetime-local]:focus,
[type=month]:focus, [type=week]:focus,
[type=email]:focus, [type=number]:focus,
[type=search]:focus, [type=tel]:focus,
[type=time]:focus, [type=url]:focus, [type=color]:focus, textarea:focus {
  color: #000;
  border: 1px solid #000;
  border-width: 0 0 2px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
}
[type=text]::-webkit-input-placeholder, [type=password]::-webkit-input-placeholder, [type=date]::-webkit-input-placeholder, [type=datetime]::-webkit-input-placeholder, [type=datetime-local]::-webkit-input-placeholder, [type=month]::-webkit-input-placeholder, [type=week]::-webkit-input-placeholder, [type=email]::-webkit-input-placeholder, [type=number]::-webkit-input-placeholder, [type=search]::-webkit-input-placeholder, [type=tel]::-webkit-input-placeholder, [type=time]::-webkit-input-placeholder, [type=url]::-webkit-input-placeholder, [type=color]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #6e6e6e !important;
}
[type=text]::-moz-placeholder, [type=password]::-moz-placeholder, [type=date]::-moz-placeholder, [type=datetime]::-moz-placeholder, [type=datetime-local]::-moz-placeholder, [type=month]::-moz-placeholder, [type=week]::-moz-placeholder, [type=email]::-moz-placeholder, [type=number]::-moz-placeholder, [type=search]::-moz-placeholder, [type=tel]::-moz-placeholder, [type=time]::-moz-placeholder, [type=url]::-moz-placeholder, [type=color]::-moz-placeholder, textarea::-moz-placeholder {
  color: #6e6e6e !important;
}
[type=text]:-ms-input-placeholder, [type=password]:-ms-input-placeholder, [type=date]:-ms-input-placeholder, [type=datetime]:-ms-input-placeholder, [type=datetime-local]:-ms-input-placeholder, [type=month]:-ms-input-placeholder, [type=week]:-ms-input-placeholder, [type=email]:-ms-input-placeholder, [type=number]:-ms-input-placeholder, [type=search]:-ms-input-placeholder, [type=tel]:-ms-input-placeholder, [type=time]:-ms-input-placeholder, [type=url]:-ms-input-placeholder, [type=color]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #6e6e6e !important;
}
[type=text]::-ms-input-placeholder, [type=password]::-ms-input-placeholder, [type=date]::-ms-input-placeholder, [type=datetime]::-ms-input-placeholder, [type=datetime-local]::-ms-input-placeholder, [type=month]::-ms-input-placeholder, [type=week]::-ms-input-placeholder, [type=email]::-ms-input-placeholder, [type=number]::-ms-input-placeholder, [type=search]::-ms-input-placeholder, [type=tel]::-ms-input-placeholder, [type=time]::-ms-input-placeholder, [type=url]::-ms-input-placeholder, [type=color]::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #6e6e6e !important;
}
[type=text]::placeholder,
[type=password]::placeholder, [type=date]::placeholder,
[type=datetime]::placeholder, [type=datetime-local]::placeholder,
[type=month]::placeholder, [type=week]::placeholder,
[type=email]::placeholder, [type=number]::placeholder,
[type=search]::placeholder, [type=tel]::placeholder,
[type=time]::placeholder, [type=url]::placeholder, [type=color]::placeholder, textarea::placeholder {
  color: #6e6e6e !important;
}
.has-error [type=text], .has-initial-error [type=text],
.has-error [type=password],
.has-initial-error [type=password], .has-error [type=date], .has-initial-error [type=date],
.has-error [type=datetime],
.has-initial-error [type=datetime], .has-error [type=datetime-local], .has-initial-error [type=datetime-local],
.has-error [type=month],
.has-initial-error [type=month], .has-error [type=week], .has-initial-error [type=week],
.has-error [type=email],
.has-initial-error [type=email], .has-error [type=number], .has-initial-error [type=number],
.has-error [type=search],
.has-initial-error [type=search], .has-error [type=tel], .has-initial-error [type=tel],
.has-error [type=time],
.has-initial-error [type=time], .has-error [type=url], .has-initial-error [type=url], .has-error [type=color], .has-initial-error [type=color], .has-error textarea, .has-initial-error textarea {
  border: 1px solid #bb0440;
  border-width: 0 0 2px 0;
  background-color: #fff;
}
[type=text].valid:not(.invalid) [type=text],
[type=text].valid:not(.invalid) [type=password], [type=text].valid:not(.invalid) [type=date],
[type=text].valid:not(.invalid) [type=datetime], [type=text].valid:not(.invalid) [type=datetime-local],
[type=text].valid:not(.invalid) [type=month], [type=text].valid:not(.invalid) [type=week],
[type=text].valid:not(.invalid) [type=email], [type=text].valid:not(.invalid) [type=number],
[type=text].valid:not(.invalid) [type=search], [type=text].valid:not(.invalid) [type=tel],
[type=text].valid:not(.invalid) [type=time], [type=text].valid:not(.invalid) [type=url], [type=text].valid:not(.invalid) [type=color], [type=text].valid:not(.invalid) textarea,
[type=password].valid:not(.invalid) [type=text],
[type=password].valid:not(.invalid) [type=password],
[type=password].valid:not(.invalid) [type=date],
[type=password].valid:not(.invalid) [type=datetime],
[type=password].valid:not(.invalid) [type=datetime-local],
[type=password].valid:not(.invalid) [type=month],
[type=password].valid:not(.invalid) [type=week],
[type=password].valid:not(.invalid) [type=email],
[type=password].valid:not(.invalid) [type=number],
[type=password].valid:not(.invalid) [type=search],
[type=password].valid:not(.invalid) [type=tel],
[type=password].valid:not(.invalid) [type=time],
[type=password].valid:not(.invalid) [type=url],
[type=password].valid:not(.invalid) [type=color],
[type=password].valid:not(.invalid) textarea, [type=date].valid:not(.invalid) [type=text],
[type=date].valid:not(.invalid) [type=password], [type=date].valid:not(.invalid) [type=date],
[type=date].valid:not(.invalid) [type=datetime], [type=date].valid:not(.invalid) [type=datetime-local],
[type=date].valid:not(.invalid) [type=month], [type=date].valid:not(.invalid) [type=week],
[type=date].valid:not(.invalid) [type=email], [type=date].valid:not(.invalid) [type=number],
[type=date].valid:not(.invalid) [type=search], [type=date].valid:not(.invalid) [type=tel],
[type=date].valid:not(.invalid) [type=time], [type=date].valid:not(.invalid) [type=url], [type=date].valid:not(.invalid) [type=color], [type=date].valid:not(.invalid) textarea,
[type=datetime].valid:not(.invalid) [type=text],
[type=datetime].valid:not(.invalid) [type=password],
[type=datetime].valid:not(.invalid) [type=date],
[type=datetime].valid:not(.invalid) [type=datetime],
[type=datetime].valid:not(.invalid) [type=datetime-local],
[type=datetime].valid:not(.invalid) [type=month],
[type=datetime].valid:not(.invalid) [type=week],
[type=datetime].valid:not(.invalid) [type=email],
[type=datetime].valid:not(.invalid) [type=number],
[type=datetime].valid:not(.invalid) [type=search],
[type=datetime].valid:not(.invalid) [type=tel],
[type=datetime].valid:not(.invalid) [type=time],
[type=datetime].valid:not(.invalid) [type=url],
[type=datetime].valid:not(.invalid) [type=color],
[type=datetime].valid:not(.invalid) textarea, [type=datetime-local].valid:not(.invalid) [type=text],
[type=datetime-local].valid:not(.invalid) [type=password], [type=datetime-local].valid:not(.invalid) [type=date],
[type=datetime-local].valid:not(.invalid) [type=datetime], [type=datetime-local].valid:not(.invalid) [type=datetime-local],
[type=datetime-local].valid:not(.invalid) [type=month], [type=datetime-local].valid:not(.invalid) [type=week],
[type=datetime-local].valid:not(.invalid) [type=email], [type=datetime-local].valid:not(.invalid) [type=number],
[type=datetime-local].valid:not(.invalid) [type=search], [type=datetime-local].valid:not(.invalid) [type=tel],
[type=datetime-local].valid:not(.invalid) [type=time], [type=datetime-local].valid:not(.invalid) [type=url], [type=datetime-local].valid:not(.invalid) [type=color], [type=datetime-local].valid:not(.invalid) textarea,
[type=month].valid:not(.invalid) [type=text],
[type=month].valid:not(.invalid) [type=password],
[type=month].valid:not(.invalid) [type=date],
[type=month].valid:not(.invalid) [type=datetime],
[type=month].valid:not(.invalid) [type=datetime-local],
[type=month].valid:not(.invalid) [type=month],
[type=month].valid:not(.invalid) [type=week],
[type=month].valid:not(.invalid) [type=email],
[type=month].valid:not(.invalid) [type=number],
[type=month].valid:not(.invalid) [type=search],
[type=month].valid:not(.invalid) [type=tel],
[type=month].valid:not(.invalid) [type=time],
[type=month].valid:not(.invalid) [type=url],
[type=month].valid:not(.invalid) [type=color],
[type=month].valid:not(.invalid) textarea, [type=week].valid:not(.invalid) [type=text],
[type=week].valid:not(.invalid) [type=password], [type=week].valid:not(.invalid) [type=date],
[type=week].valid:not(.invalid) [type=datetime], [type=week].valid:not(.invalid) [type=datetime-local],
[type=week].valid:not(.invalid) [type=month], [type=week].valid:not(.invalid) [type=week],
[type=week].valid:not(.invalid) [type=email], [type=week].valid:not(.invalid) [type=number],
[type=week].valid:not(.invalid) [type=search], [type=week].valid:not(.invalid) [type=tel],
[type=week].valid:not(.invalid) [type=time], [type=week].valid:not(.invalid) [type=url], [type=week].valid:not(.invalid) [type=color], [type=week].valid:not(.invalid) textarea,
[type=email].valid:not(.invalid) [type=text],
[type=email].valid:not(.invalid) [type=password],
[type=email].valid:not(.invalid) [type=date],
[type=email].valid:not(.invalid) [type=datetime],
[type=email].valid:not(.invalid) [type=datetime-local],
[type=email].valid:not(.invalid) [type=month],
[type=email].valid:not(.invalid) [type=week],
[type=email].valid:not(.invalid) [type=email],
[type=email].valid:not(.invalid) [type=number],
[type=email].valid:not(.invalid) [type=search],
[type=email].valid:not(.invalid) [type=tel],
[type=email].valid:not(.invalid) [type=time],
[type=email].valid:not(.invalid) [type=url],
[type=email].valid:not(.invalid) [type=color],
[type=email].valid:not(.invalid) textarea, [type=number].valid:not(.invalid) [type=text],
[type=number].valid:not(.invalid) [type=password], [type=number].valid:not(.invalid) [type=date],
[type=number].valid:not(.invalid) [type=datetime], [type=number].valid:not(.invalid) [type=datetime-local],
[type=number].valid:not(.invalid) [type=month], [type=number].valid:not(.invalid) [type=week],
[type=number].valid:not(.invalid) [type=email], [type=number].valid:not(.invalid) [type=number],
[type=number].valid:not(.invalid) [type=search], [type=number].valid:not(.invalid) [type=tel],
[type=number].valid:not(.invalid) [type=time], [type=number].valid:not(.invalid) [type=url], [type=number].valid:not(.invalid) [type=color], [type=number].valid:not(.invalid) textarea,
[type=search].valid:not(.invalid) [type=text],
[type=search].valid:not(.invalid) [type=password],
[type=search].valid:not(.invalid) [type=date],
[type=search].valid:not(.invalid) [type=datetime],
[type=search].valid:not(.invalid) [type=datetime-local],
[type=search].valid:not(.invalid) [type=month],
[type=search].valid:not(.invalid) [type=week],
[type=search].valid:not(.invalid) [type=email],
[type=search].valid:not(.invalid) [type=number],
[type=search].valid:not(.invalid) [type=search],
[type=search].valid:not(.invalid) [type=tel],
[type=search].valid:not(.invalid) [type=time],
[type=search].valid:not(.invalid) [type=url],
[type=search].valid:not(.invalid) [type=color],
[type=search].valid:not(.invalid) textarea, [type=tel].valid:not(.invalid) [type=text],
[type=tel].valid:not(.invalid) [type=password], [type=tel].valid:not(.invalid) [type=date],
[type=tel].valid:not(.invalid) [type=datetime], [type=tel].valid:not(.invalid) [type=datetime-local],
[type=tel].valid:not(.invalid) [type=month], [type=tel].valid:not(.invalid) [type=week],
[type=tel].valid:not(.invalid) [type=email], [type=tel].valid:not(.invalid) [type=number],
[type=tel].valid:not(.invalid) [type=search], [type=tel].valid:not(.invalid) [type=tel],
[type=tel].valid:not(.invalid) [type=time], [type=tel].valid:not(.invalid) [type=url], [type=tel].valid:not(.invalid) [type=color], [type=tel].valid:not(.invalid) textarea,
[type=time].valid:not(.invalid) [type=text],
[type=time].valid:not(.invalid) [type=password],
[type=time].valid:not(.invalid) [type=date],
[type=time].valid:not(.invalid) [type=datetime],
[type=time].valid:not(.invalid) [type=datetime-local],
[type=time].valid:not(.invalid) [type=month],
[type=time].valid:not(.invalid) [type=week],
[type=time].valid:not(.invalid) [type=email],
[type=time].valid:not(.invalid) [type=number],
[type=time].valid:not(.invalid) [type=search],
[type=time].valid:not(.invalid) [type=tel],
[type=time].valid:not(.invalid) [type=time],
[type=time].valid:not(.invalid) [type=url],
[type=time].valid:not(.invalid) [type=color],
[type=time].valid:not(.invalid) textarea, [type=url].valid:not(.invalid) [type=text],
[type=url].valid:not(.invalid) [type=password], [type=url].valid:not(.invalid) [type=date],
[type=url].valid:not(.invalid) [type=datetime], [type=url].valid:not(.invalid) [type=datetime-local],
[type=url].valid:not(.invalid) [type=month], [type=url].valid:not(.invalid) [type=week],
[type=url].valid:not(.invalid) [type=email], [type=url].valid:not(.invalid) [type=number],
[type=url].valid:not(.invalid) [type=search], [type=url].valid:not(.invalid) [type=tel],
[type=url].valid:not(.invalid) [type=time], [type=url].valid:not(.invalid) [type=url], [type=url].valid:not(.invalid) [type=color], [type=url].valid:not(.invalid) textarea, [type=color].valid:not(.invalid) [type=text],
[type=color].valid:not(.invalid) [type=password], [type=color].valid:not(.invalid) [type=date],
[type=color].valid:not(.invalid) [type=datetime], [type=color].valid:not(.invalid) [type=datetime-local],
[type=color].valid:not(.invalid) [type=month], [type=color].valid:not(.invalid) [type=week],
[type=color].valid:not(.invalid) [type=email], [type=color].valid:not(.invalid) [type=number],
[type=color].valid:not(.invalid) [type=search], [type=color].valid:not(.invalid) [type=tel],
[type=color].valid:not(.invalid) [type=time], [type=color].valid:not(.invalid) [type=url], [type=color].valid:not(.invalid) [type=color], [type=color].valid:not(.invalid) textarea, textarea.valid:not(.invalid) [type=text],
textarea.valid:not(.invalid) [type=password], textarea.valid:not(.invalid) [type=date],
textarea.valid:not(.invalid) [type=datetime], textarea.valid:not(.invalid) [type=datetime-local],
textarea.valid:not(.invalid) [type=month], textarea.valid:not(.invalid) [type=week],
textarea.valid:not(.invalid) [type=email], textarea.valid:not(.invalid) [type=number],
textarea.valid:not(.invalid) [type=search], textarea.valid:not(.invalid) [type=tel],
textarea.valid:not(.invalid) [type=time], textarea.valid:not(.invalid) [type=url], textarea.valid:not(.invalid) [type=color], textarea.valid:not(.invalid) textarea {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgZmlsbD0iIzU0QkE1MyIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeD0iMHB4IiB5PSIwcHgiCiAgICAgd2lkdGg9IjE4cHgiIGhlaWdodD0iMThweCIgdmlld0JveD0iMCAwIDE4IDE4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxOCAxODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBkPSJNMi41LDkuNGwtMC45LDEuMmw2LjEsNC45bDktMTJsLTEuMi0wLjlMNy4zLDEzLjNMMi41LDkuNHoiLz4KPC9zdmc+Cg==");
  background-position: 95% center;
  background-repeat: no-repeat;
  border-color: #54BA53;
}
[type=text].valid:not(.invalid) [type=text][type=password], [type=text].valid:not(.invalid) [type=text][data-form-password],
[type=text].valid:not(.invalid) [type=password][type=password],
[type=text].valid:not(.invalid) [type=password][data-form-password], [type=text].valid:not(.invalid) [type=date][type=password], [type=text].valid:not(.invalid) [type=date][data-form-password],
[type=text].valid:not(.invalid) [type=datetime][type=password],
[type=text].valid:not(.invalid) [type=datetime][data-form-password], [type=text].valid:not(.invalid) [type=datetime-local][type=password], [type=text].valid:not(.invalid) [type=datetime-local][data-form-password],
[type=text].valid:not(.invalid) [type=month][type=password],
[type=text].valid:not(.invalid) [type=month][data-form-password], [type=text].valid:not(.invalid) [type=week][type=password], [type=text].valid:not(.invalid) [type=week][data-form-password],
[type=text].valid:not(.invalid) [type=email][type=password],
[type=text].valid:not(.invalid) [type=email][data-form-password], [type=text].valid:not(.invalid) [type=number][type=password], [type=text].valid:not(.invalid) [type=number][data-form-password],
[type=text].valid:not(.invalid) [type=search][type=password],
[type=text].valid:not(.invalid) [type=search][data-form-password], [type=text].valid:not(.invalid) [type=tel][type=password], [type=text].valid:not(.invalid) [type=tel][data-form-password],
[type=text].valid:not(.invalid) [type=time][type=password],
[type=text].valid:not(.invalid) [type=time][data-form-password], [type=text].valid:not(.invalid) [type=url][type=password], [type=text].valid:not(.invalid) [type=url][data-form-password], [type=text].valid:not(.invalid) [type=color][type=password], [type=text].valid:not(.invalid) [type=color][data-form-password], [type=text].valid:not(.invalid) textarea[type=password], [type=text].valid:not(.invalid) textarea[data-form-password],
[type=password].valid:not(.invalid) [type=text][type=password],
[type=password].valid:not(.invalid) [type=text][data-form-password],
[type=password].valid:not(.invalid) [type=password][type=password],
[type=password].valid:not(.invalid) [type=password][data-form-password],
[type=password].valid:not(.invalid) [type=date][type=password],
[type=password].valid:not(.invalid) [type=date][data-form-password],
[type=password].valid:not(.invalid) [type=datetime][type=password],
[type=password].valid:not(.invalid) [type=datetime][data-form-password],
[type=password].valid:not(.invalid) [type=datetime-local][type=password],
[type=password].valid:not(.invalid) [type=datetime-local][data-form-password],
[type=password].valid:not(.invalid) [type=month][type=password],
[type=password].valid:not(.invalid) [type=month][data-form-password],
[type=password].valid:not(.invalid) [type=week][type=password],
[type=password].valid:not(.invalid) [type=week][data-form-password],
[type=password].valid:not(.invalid) [type=email][type=password],
[type=password].valid:not(.invalid) [type=email][data-form-password],
[type=password].valid:not(.invalid) [type=number][type=password],
[type=password].valid:not(.invalid) [type=number][data-form-password],
[type=password].valid:not(.invalid) [type=search][type=password],
[type=password].valid:not(.invalid) [type=search][data-form-password],
[type=password].valid:not(.invalid) [type=tel][type=password],
[type=password].valid:not(.invalid) [type=tel][data-form-password],
[type=password].valid:not(.invalid) [type=time][type=password],
[type=password].valid:not(.invalid) [type=time][data-form-password],
[type=password].valid:not(.invalid) [type=url][type=password],
[type=password].valid:not(.invalid) [type=url][data-form-password],
[type=password].valid:not(.invalid) [type=color][type=password],
[type=password].valid:not(.invalid) [type=color][data-form-password],
[type=password].valid:not(.invalid) textarea[type=password],
[type=password].valid:not(.invalid) textarea[data-form-password], [type=date].valid:not(.invalid) [type=text][type=password], [type=date].valid:not(.invalid) [type=text][data-form-password],
[type=date].valid:not(.invalid) [type=password][type=password],
[type=date].valid:not(.invalid) [type=password][data-form-password], [type=date].valid:not(.invalid) [type=date][type=password], [type=date].valid:not(.invalid) [type=date][data-form-password],
[type=date].valid:not(.invalid) [type=datetime][type=password],
[type=date].valid:not(.invalid) [type=datetime][data-form-password], [type=date].valid:not(.invalid) [type=datetime-local][type=password], [type=date].valid:not(.invalid) [type=datetime-local][data-form-password],
[type=date].valid:not(.invalid) [type=month][type=password],
[type=date].valid:not(.invalid) [type=month][data-form-password], [type=date].valid:not(.invalid) [type=week][type=password], [type=date].valid:not(.invalid) [type=week][data-form-password],
[type=date].valid:not(.invalid) [type=email][type=password],
[type=date].valid:not(.invalid) [type=email][data-form-password], [type=date].valid:not(.invalid) [type=number][type=password], [type=date].valid:not(.invalid) [type=number][data-form-password],
[type=date].valid:not(.invalid) [type=search][type=password],
[type=date].valid:not(.invalid) [type=search][data-form-password], [type=date].valid:not(.invalid) [type=tel][type=password], [type=date].valid:not(.invalid) [type=tel][data-form-password],
[type=date].valid:not(.invalid) [type=time][type=password],
[type=date].valid:not(.invalid) [type=time][data-form-password], [type=date].valid:not(.invalid) [type=url][type=password], [type=date].valid:not(.invalid) [type=url][data-form-password], [type=date].valid:not(.invalid) [type=color][type=password], [type=date].valid:not(.invalid) [type=color][data-form-password], [type=date].valid:not(.invalid) textarea[type=password], [type=date].valid:not(.invalid) textarea[data-form-password],
[type=datetime].valid:not(.invalid) [type=text][type=password],
[type=datetime].valid:not(.invalid) [type=text][data-form-password],
[type=datetime].valid:not(.invalid) [type=password][type=password],
[type=datetime].valid:not(.invalid) [type=password][data-form-password],
[type=datetime].valid:not(.invalid) [type=date][type=password],
[type=datetime].valid:not(.invalid) [type=date][data-form-password],
[type=datetime].valid:not(.invalid) [type=datetime][type=password],
[type=datetime].valid:not(.invalid) [type=datetime][data-form-password],
[type=datetime].valid:not(.invalid) [type=datetime-local][type=password],
[type=datetime].valid:not(.invalid) [type=datetime-local][data-form-password],
[type=datetime].valid:not(.invalid) [type=month][type=password],
[type=datetime].valid:not(.invalid) [type=month][data-form-password],
[type=datetime].valid:not(.invalid) [type=week][type=password],
[type=datetime].valid:not(.invalid) [type=week][data-form-password],
[type=datetime].valid:not(.invalid) [type=email][type=password],
[type=datetime].valid:not(.invalid) [type=email][data-form-password],
[type=datetime].valid:not(.invalid) [type=number][type=password],
[type=datetime].valid:not(.invalid) [type=number][data-form-password],
[type=datetime].valid:not(.invalid) [type=search][type=password],
[type=datetime].valid:not(.invalid) [type=search][data-form-password],
[type=datetime].valid:not(.invalid) [type=tel][type=password],
[type=datetime].valid:not(.invalid) [type=tel][data-form-password],
[type=datetime].valid:not(.invalid) [type=time][type=password],
[type=datetime].valid:not(.invalid) [type=time][data-form-password],
[type=datetime].valid:not(.invalid) [type=url][type=password],
[type=datetime].valid:not(.invalid) [type=url][data-form-password],
[type=datetime].valid:not(.invalid) [type=color][type=password],
[type=datetime].valid:not(.invalid) [type=color][data-form-password],
[type=datetime].valid:not(.invalid) textarea[type=password],
[type=datetime].valid:not(.invalid) textarea[data-form-password], [type=datetime-local].valid:not(.invalid) [type=text][type=password], [type=datetime-local].valid:not(.invalid) [type=text][data-form-password],
[type=datetime-local].valid:not(.invalid) [type=password][type=password],
[type=datetime-local].valid:not(.invalid) [type=password][data-form-password], [type=datetime-local].valid:not(.invalid) [type=date][type=password], [type=datetime-local].valid:not(.invalid) [type=date][data-form-password],
[type=datetime-local].valid:not(.invalid) [type=datetime][type=password],
[type=datetime-local].valid:not(.invalid) [type=datetime][data-form-password], [type=datetime-local].valid:not(.invalid) [type=datetime-local][type=password], [type=datetime-local].valid:not(.invalid) [type=datetime-local][data-form-password],
[type=datetime-local].valid:not(.invalid) [type=month][type=password],
[type=datetime-local].valid:not(.invalid) [type=month][data-form-password], [type=datetime-local].valid:not(.invalid) [type=week][type=password], [type=datetime-local].valid:not(.invalid) [type=week][data-form-password],
[type=datetime-local].valid:not(.invalid) [type=email][type=password],
[type=datetime-local].valid:not(.invalid) [type=email][data-form-password], [type=datetime-local].valid:not(.invalid) [type=number][type=password], [type=datetime-local].valid:not(.invalid) [type=number][data-form-password],
[type=datetime-local].valid:not(.invalid) [type=search][type=password],
[type=datetime-local].valid:not(.invalid) [type=search][data-form-password], [type=datetime-local].valid:not(.invalid) [type=tel][type=password], [type=datetime-local].valid:not(.invalid) [type=tel][data-form-password],
[type=datetime-local].valid:not(.invalid) [type=time][type=password],
[type=datetime-local].valid:not(.invalid) [type=time][data-form-password], [type=datetime-local].valid:not(.invalid) [type=url][type=password], [type=datetime-local].valid:not(.invalid) [type=url][data-form-password], [type=datetime-local].valid:not(.invalid) [type=color][type=password], [type=datetime-local].valid:not(.invalid) [type=color][data-form-password], [type=datetime-local].valid:not(.invalid) textarea[type=password], [type=datetime-local].valid:not(.invalid) textarea[data-form-password],
[type=month].valid:not(.invalid) [type=text][type=password],
[type=month].valid:not(.invalid) [type=text][data-form-password],
[type=month].valid:not(.invalid) [type=password][type=password],
[type=month].valid:not(.invalid) [type=password][data-form-password],
[type=month].valid:not(.invalid) [type=date][type=password],
[type=month].valid:not(.invalid) [type=date][data-form-password],
[type=month].valid:not(.invalid) [type=datetime][type=password],
[type=month].valid:not(.invalid) [type=datetime][data-form-password],
[type=month].valid:not(.invalid) [type=datetime-local][type=password],
[type=month].valid:not(.invalid) [type=datetime-local][data-form-password],
[type=month].valid:not(.invalid) [type=month][type=password],
[type=month].valid:not(.invalid) [type=month][data-form-password],
[type=month].valid:not(.invalid) [type=week][type=password],
[type=month].valid:not(.invalid) [type=week][data-form-password],
[type=month].valid:not(.invalid) [type=email][type=password],
[type=month].valid:not(.invalid) [type=email][data-form-password],
[type=month].valid:not(.invalid) [type=number][type=password],
[type=month].valid:not(.invalid) [type=number][data-form-password],
[type=month].valid:not(.invalid) [type=search][type=password],
[type=month].valid:not(.invalid) [type=search][data-form-password],
[type=month].valid:not(.invalid) [type=tel][type=password],
[type=month].valid:not(.invalid) [type=tel][data-form-password],
[type=month].valid:not(.invalid) [type=time][type=password],
[type=month].valid:not(.invalid) [type=time][data-form-password],
[type=month].valid:not(.invalid) [type=url][type=password],
[type=month].valid:not(.invalid) [type=url][data-form-password],
[type=month].valid:not(.invalid) [type=color][type=password],
[type=month].valid:not(.invalid) [type=color][data-form-password],
[type=month].valid:not(.invalid) textarea[type=password],
[type=month].valid:not(.invalid) textarea[data-form-password], [type=week].valid:not(.invalid) [type=text][type=password], [type=week].valid:not(.invalid) [type=text][data-form-password],
[type=week].valid:not(.invalid) [type=password][type=password],
[type=week].valid:not(.invalid) [type=password][data-form-password], [type=week].valid:not(.invalid) [type=date][type=password], [type=week].valid:not(.invalid) [type=date][data-form-password],
[type=week].valid:not(.invalid) [type=datetime][type=password],
[type=week].valid:not(.invalid) [type=datetime][data-form-password], [type=week].valid:not(.invalid) [type=datetime-local][type=password], [type=week].valid:not(.invalid) [type=datetime-local][data-form-password],
[type=week].valid:not(.invalid) [type=month][type=password],
[type=week].valid:not(.invalid) [type=month][data-form-password], [type=week].valid:not(.invalid) [type=week][type=password], [type=week].valid:not(.invalid) [type=week][data-form-password],
[type=week].valid:not(.invalid) [type=email][type=password],
[type=week].valid:not(.invalid) [type=email][data-form-password], [type=week].valid:not(.invalid) [type=number][type=password], [type=week].valid:not(.invalid) [type=number][data-form-password],
[type=week].valid:not(.invalid) [type=search][type=password],
[type=week].valid:not(.invalid) [type=search][data-form-password], [type=week].valid:not(.invalid) [type=tel][type=password], [type=week].valid:not(.invalid) [type=tel][data-form-password],
[type=week].valid:not(.invalid) [type=time][type=password],
[type=week].valid:not(.invalid) [type=time][data-form-password], [type=week].valid:not(.invalid) [type=url][type=password], [type=week].valid:not(.invalid) [type=url][data-form-password], [type=week].valid:not(.invalid) [type=color][type=password], [type=week].valid:not(.invalid) [type=color][data-form-password], [type=week].valid:not(.invalid) textarea[type=password], [type=week].valid:not(.invalid) textarea[data-form-password],
[type=email].valid:not(.invalid) [type=text][type=password],
[type=email].valid:not(.invalid) [type=text][data-form-password],
[type=email].valid:not(.invalid) [type=password][type=password],
[type=email].valid:not(.invalid) [type=password][data-form-password],
[type=email].valid:not(.invalid) [type=date][type=password],
[type=email].valid:not(.invalid) [type=date][data-form-password],
[type=email].valid:not(.invalid) [type=datetime][type=password],
[type=email].valid:not(.invalid) [type=datetime][data-form-password],
[type=email].valid:not(.invalid) [type=datetime-local][type=password],
[type=email].valid:not(.invalid) [type=datetime-local][data-form-password],
[type=email].valid:not(.invalid) [type=month][type=password],
[type=email].valid:not(.invalid) [type=month][data-form-password],
[type=email].valid:not(.invalid) [type=week][type=password],
[type=email].valid:not(.invalid) [type=week][data-form-password],
[type=email].valid:not(.invalid) [type=email][type=password],
[type=email].valid:not(.invalid) [type=email][data-form-password],
[type=email].valid:not(.invalid) [type=number][type=password],
[type=email].valid:not(.invalid) [type=number][data-form-password],
[type=email].valid:not(.invalid) [type=search][type=password],
[type=email].valid:not(.invalid) [type=search][data-form-password],
[type=email].valid:not(.invalid) [type=tel][type=password],
[type=email].valid:not(.invalid) [type=tel][data-form-password],
[type=email].valid:not(.invalid) [type=time][type=password],
[type=email].valid:not(.invalid) [type=time][data-form-password],
[type=email].valid:not(.invalid) [type=url][type=password],
[type=email].valid:not(.invalid) [type=url][data-form-password],
[type=email].valid:not(.invalid) [type=color][type=password],
[type=email].valid:not(.invalid) [type=color][data-form-password],
[type=email].valid:not(.invalid) textarea[type=password],
[type=email].valid:not(.invalid) textarea[data-form-password], [type=number].valid:not(.invalid) [type=text][type=password], [type=number].valid:not(.invalid) [type=text][data-form-password],
[type=number].valid:not(.invalid) [type=password][type=password],
[type=number].valid:not(.invalid) [type=password][data-form-password], [type=number].valid:not(.invalid) [type=date][type=password], [type=number].valid:not(.invalid) [type=date][data-form-password],
[type=number].valid:not(.invalid) [type=datetime][type=password],
[type=number].valid:not(.invalid) [type=datetime][data-form-password], [type=number].valid:not(.invalid) [type=datetime-local][type=password], [type=number].valid:not(.invalid) [type=datetime-local][data-form-password],
[type=number].valid:not(.invalid) [type=month][type=password],
[type=number].valid:not(.invalid) [type=month][data-form-password], [type=number].valid:not(.invalid) [type=week][type=password], [type=number].valid:not(.invalid) [type=week][data-form-password],
[type=number].valid:not(.invalid) [type=email][type=password],
[type=number].valid:not(.invalid) [type=email][data-form-password], [type=number].valid:not(.invalid) [type=number][type=password], [type=number].valid:not(.invalid) [type=number][data-form-password],
[type=number].valid:not(.invalid) [type=search][type=password],
[type=number].valid:not(.invalid) [type=search][data-form-password], [type=number].valid:not(.invalid) [type=tel][type=password], [type=number].valid:not(.invalid) [type=tel][data-form-password],
[type=number].valid:not(.invalid) [type=time][type=password],
[type=number].valid:not(.invalid) [type=time][data-form-password], [type=number].valid:not(.invalid) [type=url][type=password], [type=number].valid:not(.invalid) [type=url][data-form-password], [type=number].valid:not(.invalid) [type=color][type=password], [type=number].valid:not(.invalid) [type=color][data-form-password], [type=number].valid:not(.invalid) textarea[type=password], [type=number].valid:not(.invalid) textarea[data-form-password],
[type=search].valid:not(.invalid) [type=text][type=password],
[type=search].valid:not(.invalid) [type=text][data-form-password],
[type=search].valid:not(.invalid) [type=password][type=password],
[type=search].valid:not(.invalid) [type=password][data-form-password],
[type=search].valid:not(.invalid) [type=date][type=password],
[type=search].valid:not(.invalid) [type=date][data-form-password],
[type=search].valid:not(.invalid) [type=datetime][type=password],
[type=search].valid:not(.invalid) [type=datetime][data-form-password],
[type=search].valid:not(.invalid) [type=datetime-local][type=password],
[type=search].valid:not(.invalid) [type=datetime-local][data-form-password],
[type=search].valid:not(.invalid) [type=month][type=password],
[type=search].valid:not(.invalid) [type=month][data-form-password],
[type=search].valid:not(.invalid) [type=week][type=password],
[type=search].valid:not(.invalid) [type=week][data-form-password],
[type=search].valid:not(.invalid) [type=email][type=password],
[type=search].valid:not(.invalid) [type=email][data-form-password],
[type=search].valid:not(.invalid) [type=number][type=password],
[type=search].valid:not(.invalid) [type=number][data-form-password],
[type=search].valid:not(.invalid) [type=search][type=password],
[type=search].valid:not(.invalid) [type=search][data-form-password],
[type=search].valid:not(.invalid) [type=tel][type=password],
[type=search].valid:not(.invalid) [type=tel][data-form-password],
[type=search].valid:not(.invalid) [type=time][type=password],
[type=search].valid:not(.invalid) [type=time][data-form-password],
[type=search].valid:not(.invalid) [type=url][type=password],
[type=search].valid:not(.invalid) [type=url][data-form-password],
[type=search].valid:not(.invalid) [type=color][type=password],
[type=search].valid:not(.invalid) [type=color][data-form-password],
[type=search].valid:not(.invalid) textarea[type=password],
[type=search].valid:not(.invalid) textarea[data-form-password], [type=tel].valid:not(.invalid) [type=text][type=password], [type=tel].valid:not(.invalid) [type=text][data-form-password],
[type=tel].valid:not(.invalid) [type=password][type=password],
[type=tel].valid:not(.invalid) [type=password][data-form-password], [type=tel].valid:not(.invalid) [type=date][type=password], [type=tel].valid:not(.invalid) [type=date][data-form-password],
[type=tel].valid:not(.invalid) [type=datetime][type=password],
[type=tel].valid:not(.invalid) [type=datetime][data-form-password], [type=tel].valid:not(.invalid) [type=datetime-local][type=password], [type=tel].valid:not(.invalid) [type=datetime-local][data-form-password],
[type=tel].valid:not(.invalid) [type=month][type=password],
[type=tel].valid:not(.invalid) [type=month][data-form-password], [type=tel].valid:not(.invalid) [type=week][type=password], [type=tel].valid:not(.invalid) [type=week][data-form-password],
[type=tel].valid:not(.invalid) [type=email][type=password],
[type=tel].valid:not(.invalid) [type=email][data-form-password], [type=tel].valid:not(.invalid) [type=number][type=password], [type=tel].valid:not(.invalid) [type=number][data-form-password],
[type=tel].valid:not(.invalid) [type=search][type=password],
[type=tel].valid:not(.invalid) [type=search][data-form-password], [type=tel].valid:not(.invalid) [type=tel][type=password], [type=tel].valid:not(.invalid) [type=tel][data-form-password],
[type=tel].valid:not(.invalid) [type=time][type=password],
[type=tel].valid:not(.invalid) [type=time][data-form-password], [type=tel].valid:not(.invalid) [type=url][type=password], [type=tel].valid:not(.invalid) [type=url][data-form-password], [type=tel].valid:not(.invalid) [type=color][type=password], [type=tel].valid:not(.invalid) [type=color][data-form-password], [type=tel].valid:not(.invalid) textarea[type=password], [type=tel].valid:not(.invalid) textarea[data-form-password],
[type=time].valid:not(.invalid) [type=text][type=password],
[type=time].valid:not(.invalid) [type=text][data-form-password],
[type=time].valid:not(.invalid) [type=password][type=password],
[type=time].valid:not(.invalid) [type=password][data-form-password],
[type=time].valid:not(.invalid) [type=date][type=password],
[type=time].valid:not(.invalid) [type=date][data-form-password],
[type=time].valid:not(.invalid) [type=datetime][type=password],
[type=time].valid:not(.invalid) [type=datetime][data-form-password],
[type=time].valid:not(.invalid) [type=datetime-local][type=password],
[type=time].valid:not(.invalid) [type=datetime-local][data-form-password],
[type=time].valid:not(.invalid) [type=month][type=password],
[type=time].valid:not(.invalid) [type=month][data-form-password],
[type=time].valid:not(.invalid) [type=week][type=password],
[type=time].valid:not(.invalid) [type=week][data-form-password],
[type=time].valid:not(.invalid) [type=email][type=password],
[type=time].valid:not(.invalid) [type=email][data-form-password],
[type=time].valid:not(.invalid) [type=number][type=password],
[type=time].valid:not(.invalid) [type=number][data-form-password],
[type=time].valid:not(.invalid) [type=search][type=password],
[type=time].valid:not(.invalid) [type=search][data-form-password],
[type=time].valid:not(.invalid) [type=tel][type=password],
[type=time].valid:not(.invalid) [type=tel][data-form-password],
[type=time].valid:not(.invalid) [type=time][type=password],
[type=time].valid:not(.invalid) [type=time][data-form-password],
[type=time].valid:not(.invalid) [type=url][type=password],
[type=time].valid:not(.invalid) [type=url][data-form-password],
[type=time].valid:not(.invalid) [type=color][type=password],
[type=time].valid:not(.invalid) [type=color][data-form-password],
[type=time].valid:not(.invalid) textarea[type=password],
[type=time].valid:not(.invalid) textarea[data-form-password], [type=url].valid:not(.invalid) [type=text][type=password], [type=url].valid:not(.invalid) [type=text][data-form-password],
[type=url].valid:not(.invalid) [type=password][type=password],
[type=url].valid:not(.invalid) [type=password][data-form-password], [type=url].valid:not(.invalid) [type=date][type=password], [type=url].valid:not(.invalid) [type=date][data-form-password],
[type=url].valid:not(.invalid) [type=datetime][type=password],
[type=url].valid:not(.invalid) [type=datetime][data-form-password], [type=url].valid:not(.invalid) [type=datetime-local][type=password], [type=url].valid:not(.invalid) [type=datetime-local][data-form-password],
[type=url].valid:not(.invalid) [type=month][type=password],
[type=url].valid:not(.invalid) [type=month][data-form-password], [type=url].valid:not(.invalid) [type=week][type=password], [type=url].valid:not(.invalid) [type=week][data-form-password],
[type=url].valid:not(.invalid) [type=email][type=password],
[type=url].valid:not(.invalid) [type=email][data-form-password], [type=url].valid:not(.invalid) [type=number][type=password], [type=url].valid:not(.invalid) [type=number][data-form-password],
[type=url].valid:not(.invalid) [type=search][type=password],
[type=url].valid:not(.invalid) [type=search][data-form-password], [type=url].valid:not(.invalid) [type=tel][type=password], [type=url].valid:not(.invalid) [type=tel][data-form-password],
[type=url].valid:not(.invalid) [type=time][type=password],
[type=url].valid:not(.invalid) [type=time][data-form-password], [type=url].valid:not(.invalid) [type=url][type=password], [type=url].valid:not(.invalid) [type=url][data-form-password], [type=url].valid:not(.invalid) [type=color][type=password], [type=url].valid:not(.invalid) [type=color][data-form-password], [type=url].valid:not(.invalid) textarea[type=password], [type=url].valid:not(.invalid) textarea[data-form-password], [type=color].valid:not(.invalid) [type=text][type=password], [type=color].valid:not(.invalid) [type=text][data-form-password],
[type=color].valid:not(.invalid) [type=password][type=password],
[type=color].valid:not(.invalid) [type=password][data-form-password], [type=color].valid:not(.invalid) [type=date][type=password], [type=color].valid:not(.invalid) [type=date][data-form-password],
[type=color].valid:not(.invalid) [type=datetime][type=password],
[type=color].valid:not(.invalid) [type=datetime][data-form-password], [type=color].valid:not(.invalid) [type=datetime-local][type=password], [type=color].valid:not(.invalid) [type=datetime-local][data-form-password],
[type=color].valid:not(.invalid) [type=month][type=password],
[type=color].valid:not(.invalid) [type=month][data-form-password], [type=color].valid:not(.invalid) [type=week][type=password], [type=color].valid:not(.invalid) [type=week][data-form-password],
[type=color].valid:not(.invalid) [type=email][type=password],
[type=color].valid:not(.invalid) [type=email][data-form-password], [type=color].valid:not(.invalid) [type=number][type=password], [type=color].valid:not(.invalid) [type=number][data-form-password],
[type=color].valid:not(.invalid) [type=search][type=password],
[type=color].valid:not(.invalid) [type=search][data-form-password], [type=color].valid:not(.invalid) [type=tel][type=password], [type=color].valid:not(.invalid) [type=tel][data-form-password],
[type=color].valid:not(.invalid) [type=time][type=password],
[type=color].valid:not(.invalid) [type=time][data-form-password], [type=color].valid:not(.invalid) [type=url][type=password], [type=color].valid:not(.invalid) [type=url][data-form-password], [type=color].valid:not(.invalid) [type=color][type=password], [type=color].valid:not(.invalid) [type=color][data-form-password], [type=color].valid:not(.invalid) textarea[type=password], [type=color].valid:not(.invalid) textarea[data-form-password], textarea.valid:not(.invalid) [type=text][type=password], textarea.valid:not(.invalid) [type=text][data-form-password],
textarea.valid:not(.invalid) [type=password][type=password],
textarea.valid:not(.invalid) [type=password][data-form-password], textarea.valid:not(.invalid) [type=date][type=password], textarea.valid:not(.invalid) [type=date][data-form-password],
textarea.valid:not(.invalid) [type=datetime][type=password],
textarea.valid:not(.invalid) [type=datetime][data-form-password], textarea.valid:not(.invalid) [type=datetime-local][type=password], textarea.valid:not(.invalid) [type=datetime-local][data-form-password],
textarea.valid:not(.invalid) [type=month][type=password],
textarea.valid:not(.invalid) [type=month][data-form-password], textarea.valid:not(.invalid) [type=week][type=password], textarea.valid:not(.invalid) [type=week][data-form-password],
textarea.valid:not(.invalid) [type=email][type=password],
textarea.valid:not(.invalid) [type=email][data-form-password], textarea.valid:not(.invalid) [type=number][type=password], textarea.valid:not(.invalid) [type=number][data-form-password],
textarea.valid:not(.invalid) [type=search][type=password],
textarea.valid:not(.invalid) [type=search][data-form-password], textarea.valid:not(.invalid) [type=tel][type=password], textarea.valid:not(.invalid) [type=tel][data-form-password],
textarea.valid:not(.invalid) [type=time][type=password],
textarea.valid:not(.invalid) [type=time][data-form-password], textarea.valid:not(.invalid) [type=url][type=password], textarea.valid:not(.invalid) [type=url][data-form-password], textarea.valid:not(.invalid) [type=color][type=password], textarea.valid:not(.invalid) [type=color][data-form-password], textarea.valid:not(.invalid) textarea[type=password], textarea.valid:not(.invalid) textarea[data-form-password] {
  background-image: none;
}
[type=text].has-tip,
[type=password].has-tip, [type=date].has-tip,
[type=datetime].has-tip, [type=datetime-local].has-tip,
[type=month].has-tip, [type=week].has-tip,
[type=email].has-tip, [type=number].has-tip,
[type=search].has-tip, [type=tel].has-tip,
[type=time].has-tip, [type=url].has-tip, [type=color].has-tip, textarea.has-tip {
  border: 1px solid #00264b;
}

textarea {
  padding: 15px;
  border-width: 2px;
}
textarea.valid:not(.invalid) {
  background-position: 99% 12px;
  border-width: 2px;
}
textarea:focus, .has-error textarea, .is-valid textarea, .has-initial-error textarea {
  border-width: 2px;
}
textarea + .textarea-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
textarea + .textarea-footer::after {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
textarea + .textarea-footer .remaining-characters {
  font-size: 12px;
  font-weight: 400;
  color: #434343;
  text-align: right;
}
textarea + .textarea-footer .textarea-hint {
  font-size: 0.857em;
  color: #6e6e6e;
  line-height: 1.2;
}
textarea + .textarea-footer .textarea-hint a {
  color: #6e6e6e;
}
textarea + .textarea-footer .textarea-hint a:hover {
  color: #000;
}

label:has(.textarea-footer), .fld__label:has(.textarea-footer) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.has-error [type=search]::-webkit-input-placeholder {
  color: #bb0440 !important;
}

.has-error [type=search]::-moz-placeholder {
  color: #bb0440 !important;
}

.has-error [type=search]:-ms-input-placeholder {
  color: #bb0440 !important;
}

.has-error [type=search]::-ms-input-placeholder {
  color: #bb0440 !important;
}

.has-error [type=search]::placeholder {
  color: #bb0440 !important;
}

p.has-error,
label.error,
.error.fld__label,
small.has-error {
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #bb0440;
}

label.error, .error.fld__label {
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #bb0440;
  margin-top: -10px;
  font-size: 12px;
}

.validate.is-valid {
  position: relative;
}
.validate.is-valid input {
  border: 1px solid #54BA53;
  border-width: 0 0 2px 0;
}
.validate.is-valid:after {
  content: "";
  width: 20px;
  right: 10px;
  top: 35px;
  height: 20px;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgZmlsbD0iIzU0QkE1MyIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeD0iMHB4IiB5PSIwcHgiCiAgICAgd2lkdGg9IjE4cHgiIGhlaWdodD0iMThweCIgdmlld0JveD0iMCAwIDE4IDE4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxOCAxODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBkPSJNMi41LDkuNGwtMC45LDEuMmw2LjEsNC45bDktMTJsLTEuMi0wLjlMNy4zLDEzLjNMMi41LDkuNHoiLz4KPC9zdmc+Cg==");
  display: block;
}

[data-form-validate-blur] .is-valid input, [data-form-validate-blur] .is-valid select {
  border: 1px solid #54BA53;
  border-width: 0 0 2px 0;
}
[data-form-validate-blur] .is-valid textarea {
  border: 1px solid #54BA53;
  border-width: 2px;
}

.quantity button {
  margin: 0;
  border: 1px solid #00264b;
  color: #00264b;
  background: #ececec;
  font-size: 28px;
  font-weight: 400;
  line-height: 0;
  padding: 5px 10px 10px;
}
.quantity button.quantity__minus {
  border-right-width: 0;
}
.quantity button.quantity__minus.button--disabled {
  color: #c5c6c6;
}
.quantity button.quantity__plus {
  border-left-width: 0;
  padding-bottom: 5px;
  border-radius: 0 !important;
}
.quantity button.quantity__plus.button--disabled {
  color: #c5c6c6;
}
.quantity button:disabled {
  color: #c5c6c6;
  cursor: default;
}
.quantity button:not(:disabled):hover {
  color: #6e6e6e;
}
.quantity input[type=number] {
  text-align: center;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  min-height: 100%;
  border-width: 1px;
  padding: 0 15px;
}
.quantity input[type=number]:disabled {
  background: #fff;
}
.quantity + .help-block.form-error {
  margin-top: 0.3571428571rem;
}

/* clears the 'X' from Internet Explorer */
input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* clears the arrows from Chrome and Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

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

/* disables focus zoom on iOS */
@supports (-webkit-overflow-scrolling: touch) {
  select,
  textarea,
  input {
    font-size: 16px !important;
  }
}
select {
  height: 40px;
}
select.error {
  background-color: rgba(187, 4, 64, 0.1);
}

.select-wrapper select[data-select] {
  display: block;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: absolute;
  pointer-events: none;
}
.select-wrapper .select-container input {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: none;
}
.select-wrapper .select-container input[aria-expanded=true] {
  border-width: 0 0 2px 0 !important;
}
.select-wrapper .select-container input.valid {
  background-image: none !important;
  border-color: #00264b !important;
  border-width: 0 0 2px 0 !important;
}
.select-wrapper .select-container.has-success input {
  border: 1px solid #54BA53 !important;
  border-width: 0 0 2px 0 !important;
}
.select-wrapper .select-container i.select-triangle {
  width: 18px;
  height: 18px;
  right: 20px;
  top: 32%;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgogICAgIHZpZXdCb3g9IjAgMCAxOCAxOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHRpdGxlPmZ1bmN0aW9uL2ljL2Fycm93IGxlZnQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8cG9seWdvbiBwb2ludHM9IjEyLjYsMy45IDExLjYsMi44IDUuNCw5IDExLjYsMTUuMiAxMi42LDE0LjEgNy41LDkgIi8+Cjwvc3ZnPg==");
  pointer-events: none;
}
.select-wrapper .select-container i.select-triangle.hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.select-wrapper .select-container .select-dropdown {
  max-height: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
  background: #fff;
}
.select-wrapper .select-container .select-dropdown.is-open {
  -webkit-box-shadow: none;
  box-shadow: none;
  max-height: 800px;
  border: 1px solid #00264b;
}
.select-wrapper .select-container .select-dropdown li a {
  color: #000 !important;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 0 15px 0 10px !important;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  position: relative;
}
.select-wrapper .select-container .select-dropdown li a.selected {
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  background: transparent !important;
}
.select-wrapper .select-container .select-dropdown li a:hover {
  color: #e84d0b !important;
  background: transparent !important;
}
.select-wrapper .select-container .select-dropdown li a.is-disabled {
  color: #c5c6c6 !important;
  cursor: default;
  pointer-events: none;
}
.select-wrapper .select-container .select-dropdown li a.is-disabled:hover {
  color: #c5c6c6 !important;
}
.select-wrapper .select-container .select-dropdown li a.is-inactive {
  color: #c5c6c6 !important;
}
.select-wrapper .select-container .select-dropdown li a.is-inactive:hover {
  color: #e84d0b !important;
  background: transparent !important;
}
.select-wrapper .select-container .select-dropdown li a.availability-option {
  display: block;
}
.select-wrapper .select-container .select-dropdown li a.availability-option span {
  display: block;
  width: auto;
}
.select-wrapper .select-container .select-dropdown li a.availability-option span.main-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 30px);
  overflow: hidden;
}
.select-wrapper .select-container .select-dropdown li a.availability-option span.available {
  right: 0;
  top: 50%;
  position: absolute;
}
.select-wrapper .select-container .select-dropdown li a.availability-option span.available::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
  display: block;
  border-radius: 50%;
  background-color: #c5c6c6;
}
.select-wrapper .select-container .select-dropdown li a.availability-option span.available.green::after {
  background-color: #54BA53;
}
.select-wrapper .select-container .select-dropdown li a.availability-option span.available.yellow::after {
  background-color: #FDCA00;
}
.select-wrapper .select-container .select-dropdown li a.availability-option span.available.red::after {
  background-color: #bb0440;
}
.select-wrapper .select-container .select-dropdown li a.availability-option span.available.grey::after {
  background-color: #c5c6c6;
}
.select-wrapper .select-container .select-dropdown li a.availability-option [data-availability-text]::before {
  content: attr(data-availability-text);
  position: absolute;
  color: #000;
  font-weight: normal;
  display: none;
  top: -11px;
  right: 0;
  padding-left: 25px;
  padding-right: 30px;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(12%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 12%, rgb(255, 255, 255) 100%);
}
.select-wrapper .select-container .select-dropdown li a.availability-option:hover [data-availability-text]::before {
  display: block;
  -webkit-animation: fadeIn;
  animation: fadeIn;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
select[disabled] + .select-container,
select[disabled=disabled] + .select-container,
select[disabled=true] + .select-container {
  color: #c5c6c6 !important;
  background-color: #c5c6c6 !important;
  cursor: not-allowed;
  pointer-events: none;
}
select[disabled] + .select-container input,
select[disabled=disabled] + .select-container input,
select[disabled=true] + .select-container input {
  color: #c5c6c6 !important;
  background-color: #ececec !important;
  border-width: 0 0 2px 0;
  cursor: not-allowed;
  pointer-events: none;
}
select[disabled] + .select-container:hover,
select[disabled=disabled] + .select-container:hover,
select[disabled=true] + .select-container:hover {
  color: #c5c6c6 !important;
  cursor: not-allowed;
}

.has-error .select-wrapper .select-container input,
.select-wrapper.has-error .select-container input {
  background-color: rgba(187, 4, 64, 0.1);
  border-width: 0 0 2px 0;
  border-color: #bb0440 !important;
}
.has-error .select-wrapper .help-block.form-error,
.select-wrapper.has-error .help-block.form-error {
  display: none;
}
.has-error .select-wrapper select[disabled=disabled] + .select-container,
.has-error .select-wrapper select[disabled=true] + .select-container,
.select-wrapper.has-error select[disabled=disabled] + .select-container,
.select-wrapper.has-error select[disabled=true] + .select-container {
  color: #c5c6c6 !important;
  background-color: #c5c6c6 !important;
  cursor: not-allowed;
  pointer-events: none;
}
.has-error .select-wrapper select[disabled=disabled] + .select-container input,
.has-error .select-wrapper select[disabled=true] + .select-container input,
.select-wrapper.has-error select[disabled=disabled] + .select-container input,
.select-wrapper.has-error select[disabled=true] + .select-container input {
  color: #c5c6c6 !important;
  background-color: #ececec !important;
  cursor: not-allowed;
  pointer-events: none;
}
.has-error .select-wrapper select[disabled=disabled] + .select-container:hover,
.has-error .select-wrapper select[disabled=true] + .select-container:hover,
.select-wrapper.has-error select[disabled=disabled] + .select-container:hover,
.select-wrapper.has-error select[disabled=true] + .select-container:hover {
  color: #c5c6c6 !important;
  cursor: not-allowed;
}

select[disabled=disabled] + .select-container,
select[disabled=true] + .select-container {
  color: #c5c6c6 !important;
  background-color: #c5c6c6 !important;
  cursor: not-allowed;
  pointer-events: none;
}
select[disabled=disabled] + .select-container input,
select[disabled=true] + .select-container input {
  color: #c5c6c6 !important;
  background-color: #ececec !important;
  cursor: not-allowed;
  pointer-events: none;
}
select[disabled=disabled] + .select-container:hover,
select[disabled=true] + .select-container:hover {
  color: #c5c6c6 !important;
  cursor: not-allowed;
}

.form:not(:last-child) {
  margin-bottom: 20px;
}
.form.no--space-y {
  margin-bottom: 0;
}
.form.no--space-y > .panel {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
.form.no--space-y + .form > .panel {
  padding-top: 0 !important;
}
.form.no--space-y + .form > .panel .fld--checkbox {
  margin: 45px 0 15px;
}
.form [data-tooltip] {
  border: 1px solid black;
  border-radius: 50%;
  display: inline-block;
  height: 20px;
  margin-left: 5px;
  padding: 1px;
  position: relative;
  text-align: center;
  top: -2px;
  vertical-align: middle;
  width: 20px;
  line-height: 0;
}
.form [data-tooltip] svg {
  height: 16px;
  width: 16px;
}
.form__group:not(:last-child) {
  border-bottom: 2px solid #ececec;
  margin-bottom: 35px;
  padding-bottom: 25px;
}
.form__separator {
  width: 100%;
}
.form__separator hr {
  border-bottom: 2px solid #ececec;
  margin: 25px auto 20px;
}
.form__row--buttons:not(.has--stretched-buttons) {
  margin-bottom: -20px;
  margin-top: 15px;
}
.form__row--buttons:not(.has--stretched-buttons) .button, .form__row--buttons:not(.has--stretched-buttons) .fld--file .fld__label, .fld--file .form__row--buttons:not(.has--stretched-buttons) .fld__label {
  margin-bottom: 20px;
}
.form__row--buttons:not(.has--stretched-buttons) .button:not(:last-child), .form__row--buttons:not(.has--stretched-buttons) .fld--file .fld__label:not(:last-child), .fld--file .form__row--buttons:not(.has--stretched-buttons) .fld__label:not(:last-child) {
  margin-right: 20px;
}
@media print, screen and (max-width: 35.49875em) {
  .form__row--buttons:not(.has--stretched-buttons) .button, .form__row--buttons:not(.has--stretched-buttons) .fld--file .fld__label, .fld--file .form__row--buttons:not(.has--stretched-buttons) .fld__label {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    width: 100%;
  }
}
.form__row--buttons.has--stretched-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -10px -10px;
  width: calc(100% + 20px);
}
.form__row--buttons.has--stretched-buttons:not(:first-child) {
  margin-top: 30px;
}
.form__row--buttons.has--stretched-buttons .button, .form__row--buttons.has--stretched-buttons .fld--file .fld__label, .fld--file .form__row--buttons.has--stretched-buttons .fld__label {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: center;
  margin: 0 10px 10px;
}
@media screen and (min-width: 81.25em) {
  .form__row--buttons.has--stretched-buttons .button, .form__row--buttons.has--stretched-buttons .fld--file .fld__label, .fld--file .form__row--buttons.has--stretched-buttons .fld__label {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .form__row--buttons.has--stretched-buttons .button, .form__row--buttons.has--stretched-buttons .fld--file .fld__label, .fld--file .form__row--buttons.has--stretched-buttons .fld__label {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    margin: 0 10px 20px;
  }
}
.form__row--buttons.has--stretched-buttons .friendly-captcha {
  width: calc(100% - 10px);
}
.form__row--buttons.has--stretched-buttons .friendly-captcha + .button, .form__row--buttons.has--stretched-buttons .fld--file .friendly-captcha + .fld__label, .fld--file .form__row--buttons.has--stretched-buttons .friendly-captcha + .fld__label {
  margin-top: 2.1428571429rem;
}
.form--background-gray {
  padding: 20px 20px 0 20px;
  background: #ececec;
}
.form--background-gray button[type=submit] {
  margin-bottom: 20px;
}
.form--background-gray button[type=submit]:disabled {
  background: #f6f6f6;
}

.form-error {
  color: #bb0440;
  font-size: 12px;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fld--file .fld__control {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}
.fld--file .fld__label {
  margin: 15px 0 10px;
}
.fld--file .fld__label * {
  pointer-events: none;
}
.fld--file.is-disabled {
  pointer-events: none;
}
.fld--file.is-disabled .fld__label {
  cursor: default;
  color: var(--buttonColorPrimaryDisabled);
  background-color: var(--buttonBackgroundPrimaryDisabled);
  border: var(--buttonBorderPrimaryDisabled);
}
.fld--checkbox {
  margin: 30px 0;
}
.fld--checkbox.has--dependencies {
  margin: 20px 0 0;
}
.fld--checkbox.has--dependencies + [data-depends-on] {
  margin-top: 20px;
}
.fld--checkbox-group {
  margin-bottom: 1rem;
}
.fld--checkbox-group:not(.is--inline) .fld--checkbox {
  margin: 0 0 10px;
}
.fld--checkbox-group:not(.is--inline) .fld--checkbox:last-child {
  margin-bottom: 0;
}
.fld--checkbox-group:not(.is--inline) .fld--checkbox input[data-validation=checkbox-input-combo] {
  margin-bottom: 0;
  margin-left: 30px;
  max-width: 300px;
  width: calc(100% - 30px);
}
.fld--radio-group .fld__controls .radio + label, .fld--radio-group .fld__controls .radio + .fld__label {
  margin-left: 3px;
}
.fld--radio-group .fld__controls.has-error label:before, .fld--radio-group .fld__controls.has-error .fld__label:before {
  border: 1px solid #bb0440;
  background-color: rgba(187, 4, 64, 0.1);
}
.fld--radio-group .fld__controls.has-error:after {
  content: attr(data-form-error);
  display: block;
  margin-bottom: 10px;
  margin-top: 5px;
  color: #bb0440;
  font-size: 12px;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
}
.fld--radio-group:not(.is--inline) .fld--radio {
  margin-top: 20px;
}
.fld--radio-group.is--inline .fld__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 5px 0 10px;
}
.fld--radio-group-image .fld--radio-image .formfield-label--image {
  display: block;
  color: #6e6e6e;
}
.fld--radio-group-image .fld--radio-image .formfield-label--image::before, .fld--radio-group-image .fld--radio-image .formfield-label--image::after {
  display: none;
}
.fld--radio-group-image .fld--radio-image .formfield-label--image .formfield-label__icon {
  display: block;
}
.fld--radio-group-image .fld--radio-image .formfield-label--image .formfield-label__icon .icon {
  width: 100%;
  height: 100%;
  display: block;
}
.fld--radio-group-image .fld--radio-image .formfield-label--image:has(#icon1) {
  --icon-color: #e73331;
}
.fld--radio-group-image .fld--radio-image .formfield-label--image:has(#icon2) {
  --icon-color: #f5821e;
}
.fld--radio-group-image .fld--radio-image .formfield-label--image:has(#icon3) {
  --icon-color: #fff000;
}
.fld--radio-group-image .fld--radio-image .formfield-label--image:has(#icon4) {
  --icon-color: #73ff9b;
}
.fld--radio-group-image .fld--radio-image .formfield-label--image:has(#icon5) {
  --icon-color: #46d26e;
}
.fld--radio-group-image .fld--radio-image .formfield-label--image:has(#icon6) {
  --icon-color: #1eaa3c;
}
.fld--radio-group-image .fld--radio-image .formfield-label--image:hover .formfield-label__icon, .fld--radio-group-image .fld--radio-image .formfield-label--image:focus .formfield-label__icon {
  color: var(--icon-color);
}
.fld--radio-group-image .fld--radio-image .radio:checked + .formfield-label--image .formfield-label__icon {
  color: var(--icon-color) !important;
}
.fld--radio.has-error {
  margin-bottom: 20px;
}
.fld--radio.has-error ~ .fld--radio label:before, .fld--radio.has-error ~ .fld--radio .fld__label:before {
  background-color: rgba(187, 4, 64, 0.2);
  -webkit-box-shadow: 0 0 0 1px #bb0440;
  box-shadow: 0 0 0 1px #bb0440;
}

.g-recaptcha-wrapper {
  margin-left: 10px;
}
.g-recaptcha-wrapper .has-error:after {
  margin-top: 0;
}
.g-recaptcha-wrapper > p {
  max-width: 300px;
}

.friendly-captcha {
  margin-left: 10px;
}
.friendly-captcha .has-error:after {
  margin-top: 0;
}
.friendly-captcha > p {
  max-width: 300px;
}

.recaptcha__privacyinfo {
  max-width: 300px;
  font-size: 12px;
  line-height: 1.4;
  margin: -15px 0 -10px;
}

.dropzone__preview {
  margin: 0;
  list-style: none;
}
.dropzone__remove {
  padding: 0;
  margin-right: 5px;
}
.dropzone__remove svg {
  fill: currentColor;
  width: 18px;
}
.dropzone__item {
  padding-top: 30px;
  margin-bottom: 3px;
  display: grid;
  grid-template-columns: 20px 1fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media print, screen and (max-width: 64.06125em) {
  .dropzone__item {
    padding-top: 5px;
  }
}
.dropzone__item .dropzone__remove {
  grid-area: 1/1/2/2;
}
.dropzone__item .dropzone__filename {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  grid-area: 1/2/2/3;
}
.dropzone__item .dropzone__errormessage {
  width: 100%;
  grid-area: 2/1/3/3;
}
.dropzone__item.dz-error {
  color: #bb0440;
}
.dropzone__item.dz-error .dropzone__filename,
.dropzone__item.dz-error .dropzone__remove {
  display: none;
}
.dropzone__errormessage {
  width: 100%;
  font-size: 12px;
}

.fileupload-uploadarea {
  margin: 15px auto 20px auto;
}
.fileupload-uploadarea [data-dropzone] {
  border: 1px solid #e84d0b;
  min-height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 40px;
}
.fileupload-uploadarea [data-dropzone].is-disabled {
  margin-bottom: 20px;
}
.fileupload-uploadarea [data-dropzone].is-disabled label.fld__label, .fileupload-uploadarea [data-dropzone].is-disabled .fld__label {
  background: none;
  border: 0;
}
.fileupload-uploadarea label.fld__label, .fileupload-uploadarea .fld__label {
  border: 0;
  color: #000;
  background-color: transparent;
  text-transform: none;
  width: 100%;
  text-align: center;
  position: relative;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
  margin: auto;
}
.fileupload-uploadarea label.fld__label:hover, .fileupload-uploadarea .fld__label:hover {
  color: #000;
  background-color: transparent;
  border: none;
}
.fileupload-uploadarea label.fld__label:before, .fileupload-uploadarea .fld__label:before {
  content: "";
  color: #e84d0b;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='\"%23e84d0b\"' d='M16 288c-8.8 0-16 7.2-16 16v32c0 8.8 7.2 16 16 16h112v-64zm489-183L407.1 7c-4.5-4.5-10.6-7-17-7H384v128h128v-6.1c0-6.3-2.5-12.4-7-16.9zm-153 31V0H152c-13.3 0-24 10.7-24 24v264h128v-65.2c0-14.3 17.3-21.4 27.4-11.3L379 308c6.6 6.7 6.6 17.4 0 24l-95.7 96.4c-10.1 10.1-27.4 3-27.4-11.3V352H128v136c0 13.3 10.7 24 24 24h336c13.3 0 24-10.7 24-24V160H376c-13.2 0-24-10.8-24-24z'%3E%3C/path%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 4px;
  left: -10px;
}
.fileupload-uploadarea label.fld__label + button, .fileupload-uploadarea .fld__label + button {
  margin-top: 20px;
}

[data-depends-on] {
  -webkit-animation: slide-down 1s ease-out;
  animation: slide-down 1s ease-out;
  overflow: hidden;
}

@-webkit-keyframes slide-down {
  from {
    max-height: 0;
  }
  to {
    max-height: 800px;
  }
}

@keyframes slide-down {
  from {
    max-height: 0;
  }
  to {
    max-height: 800px;
  }
}
.fileupload .loader {
  display: none;
}
.fileupload.uploading label[data-dropzone-button], .fileupload.uploading [data-dropzone-button].fld__label {
  color: transparent;
  background-color: var(--buttonBackgroundPrimaryDisabled);
  border: var(--buttonBorderPrimaryDisabled);
  pointer-events: none;
  position: relative;
}
.fileupload.uploading label[data-dropzone-button] .loader, .fileupload.uploading [data-dropzone-button].fld__label .loader {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.fileupload .cell.mediumlarge-4.medium-6,
.fileupload .cell.mediumlarge-8.medium-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.fileupload .cell.mediumlarge-4.medium-6 h4 {
  margin-right: 20px;
}
.fileupload .dropzone__preview {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  margin-left: 20px;
}
@media print, screen and (max-width: 64.06125em) {
  .fileupload .cell.mediumlarge-8.medium-6 {
    display: block;
  }
  .fileupload .dropzone__preview {
    margin: 0;
  }
}
.fileupload .fld--file {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
}
@media print, screen and (max-width: 35.49875em) {
  .fileupload .cell.mediumlarge-8.medium-6 {
    margin-bottom: 20px;
  }
}
.fileupload-check {
  width: 0;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.combobox {
  position: relative;
  /**
   * Old solution and maybe we need to reuse the `__submit` part
   */
  /* &__submit {
      &.button.button--icon {
          svg {
              fill: $color-primary;
              width: 18px;
          }
      }
  }

  &__dropdown {
      &.button.button--icon {
          svg {
              fill: $color-black;
              width: 18px;
              transform: rotate(-90deg);
          }
      }
  } */
}
.combobox__submit.button.button--icon, .fld--file .combobox__submit.button--icon.fld__label, .combobox__dropdown.button.button--icon, .fld--file .combobox__dropdown.button--icon.fld__label {
  padding: 7px 11px 5px 11px;
  border-radius: 0 0 0 0;
  margin-bottom: 0 !important;
  /**
   * New: added `svg` from the old solution `__dropdown`
   */
}
@media print, screen and (max-width: 48.06125em) {
  .combobox__submit.button.button--icon, .fld--file .combobox__submit.button--icon.fld__label, .combobox__dropdown.button.button--icon, .fld--file .combobox__dropdown.button--icon.fld__label {
    margin-bottom: 0 !important;
  }
}
.combobox__submit.button.button--icon svg, .fld--file .combobox__submit.button--icon.fld__label svg, .combobox__dropdown.button.button--icon svg, .fld--file .combobox__dropdown.button--icon.fld__label svg {
  fill: #000;
  width: 18px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.combobox .input-group-field.focus ~ .input-group-button .combobox,
.combobox .input-group-field.open ~ .input-group-button .combobox {
  /**
   * Old solution and maybe we need to reuse the `__submit` part
   */
  /* &__submit {
      &.button.button--icon {
          background: $color-primary;

          svg {
              fill: $color-white;
          }
      }
  } */
  /**
   * New: added `__submit` from the old solution
   */
}
.combobox .input-group-field.focus ~ .input-group-button .combobox__submit.button.button--icon, .combobox .input-group-field.focus ~ .input-group-button .fld--file .combobox__submit.button--icon.fld__label, .fld--file .combobox .input-group-field.focus ~ .input-group-button .combobox__submit.button--icon.fld__label, .combobox .input-group-field.focus ~ .input-group-button .combobox__dropdown.button.button--icon, .combobox .input-group-field.focus ~ .input-group-button .fld--file .combobox__dropdown.button--icon.fld__label, .fld--file .combobox .input-group-field.focus ~ .input-group-button .combobox__dropdown.button--icon.fld__label,
.combobox .input-group-field.open ~ .input-group-button .combobox__submit.button.button--icon,
.combobox .input-group-field.open ~ .input-group-button .fld--file .combobox__submit.button--icon.fld__label,
.fld--file .combobox .input-group-field.open ~ .input-group-button .combobox__submit.button--icon.fld__label,
.combobox .input-group-field.open ~ .input-group-button .combobox__dropdown.button.button--icon,
.combobox .input-group-field.open ~ .input-group-button .fld--file .combobox__dropdown.button--icon.fld__label,
.fld--file .combobox .input-group-field.open ~ .input-group-button .combobox__dropdown.button--icon.fld__label {
  background: #fff;
}
.combobox .input-group-field.focus ~ .input-group-button .combobox__submit.button.button--icon svg, .combobox .input-group-field.focus ~ .input-group-button .fld--file .combobox__submit.button--icon.fld__label svg, .fld--file .combobox .input-group-field.focus ~ .input-group-button .combobox__submit.button--icon.fld__label svg, .combobox .input-group-field.focus ~ .input-group-button .combobox__dropdown.button.button--icon svg, .combobox .input-group-field.focus ~ .input-group-button .fld--file .combobox__dropdown.button--icon.fld__label svg, .fld--file .combobox .input-group-field.focus ~ .input-group-button .combobox__dropdown.button--icon.fld__label svg,
.combobox .input-group-field.open ~ .input-group-button .combobox__submit.button.button--icon svg,
.combobox .input-group-field.open ~ .input-group-button .fld--file .combobox__submit.button--icon.fld__label svg,
.fld--file .combobox .input-group-field.open ~ .input-group-button .combobox__submit.button--icon.fld__label svg,
.combobox .input-group-field.open ~ .input-group-button .combobox__dropdown.button.button--icon svg,
.combobox .input-group-field.open ~ .input-group-button .fld--file .combobox__dropdown.button--icon.fld__label svg,
.fld--file .combobox .input-group-field.open ~ .input-group-button .combobox__dropdown.button--icon.fld__label svg {
  fill: #000;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.combobox__list-wrapper {
  border-left: 1px solid #c5c6c6;
  border-right: 1px solid #c5c6c6;
  border-bottom: 1px solid #c5c6c6;
  position: absolute;
  top: 100%;
  background: #fff;
  z-index: 1;
  width: 100%;
  max-width: 650px;
  max-height: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  overflow: hidden;
}
.combobox__list-wrapper.open {
  max-height: 500px;
}
.combobox__list-wrapper.focus {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  z-index: 5;
}
.combobox__list-inner {
  position: relative;
  max-height: 500px;
}
.combobox__list {
  list-style: none;
  margin: 0;
  overflow: hidden;
}
.combobox__list-item {
  font-size: 1rem;
  line-height: 1.5;
  padding: 10px 15px;
  cursor: pointer;
  position: relative;
  z-index: 4;
}
.combobox__list-item:hover {
  background: #ececec;
}
.combobox__list-item.selected {
  font-weight: bold;
}
.combobox__list-item.combobox__list-item--recent + .combobox__list-item:not(.combobox__list-item--recent) {
  position: relative;
  margin-top: 20px;
}
.combobox__list-item.combobox__list-item--recent + .combobox__list-item:not(.combobox__list-item--recent):before {
  content: "";
  position: absolute;
  top: -11px;
  left: 32px;
  width: calc(100% - 64px);
  height: 2px;
  background-color: #ececec;
}
.combobox__list-item-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.combobox__list-item:has(input:disabled) {
  cursor: not-allowed;
}
.combobox__list-item input[type=checkbox]:disabled + label, .combobox__list-item input[type=checkbox]:disabled + .fld__label {
  border: none;
  cursor: not-allowed;
  color: #6e6e6e;
}
.combobox .list-search__input {
  margin-bottom: 14px;
}
.combobox .list-search__input.open {
  color: #000;
  border: 1px solid #000;
  border-width: 0 0 2px 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
}
.combobox [type=search].valid:not(.invalid) {
  background-image: none;
}
.combobox .searchfield .input-group-button .searchfield__reset {
  right: 45px;
  z-index: 4;
}
.combobox .ps-scrollbar-x-rail,
.combobox .ps-scrollbar-y-rail {
  z-index: 5;
}
.combobox[data-combobox-multi] {
  width: 100%;
}
.combobox[data-combobox-multi] .combobox__list-wrapper {
  max-width: none;
}
.combobox .ps-active-y.ps-theme-foundation > .ps-scrollbar-y-rail {
  opacity: 0.6;
}
.combobox label, .combobox .fld__label {
  position: relative;
}
.combobox label.has-error > input:not([type=hidden]), .combobox .has-error.fld__label > input:not([type=hidden]) {
  margin-bottom: 1.9285714286rem;
}
.combobox label.has-error:after, .combobox .has-error.fld__label:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translateY(calc(100% + 1.0714285714rem));
  transform: translateY(calc(100% + 1.0714285714rem));
}

/* Styling for react-search-bar component */
react-search-bar {
  margin: 0 !important;
  border: none !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: none !important;
}

.checkbox {
  position: absolute;
  opacity: 0;
}
.checkbox + label, .checkbox + .fld__label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-left: 0;
  padding-left: 2.1428571429rem;
  line-height: 1.4;
  font-size: 1rem;
}
.checkbox + label a, .checkbox + .fld__label a {
  text-decoration: underline;
}
.checkbox + label:before, .checkbox + .fld__label:before {
  content: "";
  margin-right: 0.6428571429rem;
  margin-top: -11px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 3px solid #00264b;
}
.checkbox.error + label:before, .checkbox.error + .fld__label:before {
  background-color: rgba(187, 4, 64, 0.2);
  border-color: #bb0440;
}
.checkbox:checked + label:before, .checkbox:checked + .fld__label:before {
  background: #fff;
  border: 3px solid #00264b;
}
.checkbox:disabled + label, .checkbox:disabled + .fld__label {
  color: #434343;
  cursor: auto;
  border: 0.0714285714rem solid #434343;
}
.checkbox:disabled + label:before, .checkbox:disabled + .fld__label:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ececec #ddd;
}
.checkbox:checked + label:after, .checkbox:checked + .fld__label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 49%;
  margin-top: -0.0714285714rem;
  background: white;
  width: 0.1428571429rem;
  height: 0.1428571429rem;
  -webkit-box-shadow: 0.1428571429rem 0 0 #00264b, 0.2857142857rem 0 0 #00264b, 0.2857142857rem -0.1428571429rem 0 #00264b, 0.2857142857rem -0.2857142857rem 0 #00264b, 0.2857142857rem -0.4285714286rem 0 #00264b, 0.2857142857rem -0.5714285714rem 0 #00264b;
  box-shadow: 0.1428571429rem 0 0 #00264b, 0.2857142857rem 0 0 #00264b, 0.2857142857rem -0.1428571429rem 0 #00264b, 0.2857142857rem -0.2857142857rem 0 #00264b, 0.2857142857rem -0.4285714286rem 0 #00264b, 0.2857142857rem -0.5714285714rem 0 #00264b;
  -webkit-transform: rotate(45deg) scale(1.2);
  transform: rotate(45deg) scale(1.2);
}

.checkbox--inside-label {
  position: absolute;
  opacity: 0;
}
.checkbox--inside-label ~ .formfield-label__span {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-left: 0;
  padding-left: 2.1428571429rem;
  line-height: 1.4;
  font-size: 1rem;
  display: inline-block;
}
.checkbox--inside-label ~ .formfield-label__span a {
  text-decoration: underline;
}
.checkbox--inside-label ~ .formfield-label__span:before {
  content: "";
  margin-right: 0.6428571429rem;
  margin-top: -11px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  vertical-align: text-top;
  width: 20px;
  height: 20px;
  background: white;
  border: 3px solid #00264b;
}
.checkbox--inside-label:checked ~ .formfield-label__span:before {
  background: #fff;
  border: 3px solid #00264b;
}
.checkbox--inside-label:checked ~ .formfield-label__span:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 49%;
  margin-top: -0.0714285714rem;
  background: white;
  width: 0.1428571429rem;
  height: 0.1428571429rem;
  -webkit-box-shadow: 0.1428571429rem 0 0 #00264b, 0.2857142857rem 0 0 #00264b, 0.2857142857rem -0.1428571429rem 0 #00264b, 0.2857142857rem -0.2857142857rem 0 #00264b, 0.2857142857rem -0.4285714286rem 0 #00264b, 0.2857142857rem -0.5714285714rem 0 #00264b;
  box-shadow: 0.1428571429rem 0 0 #00264b, 0.2857142857rem 0 0 #00264b, 0.2857142857rem -0.1428571429rem 0 #00264b, 0.2857142857rem -0.2857142857rem 0 #00264b, 0.2857142857rem -0.4285714286rem 0 #00264b, 0.2857142857rem -0.5714285714rem 0 #00264b;
  -webkit-transform: rotate(45deg) scale(1.2);
  transform: rotate(45deg) scale(1.2);
}
.checkbox--inside-label:disabled ~ .formfield-label__span {
  color: #434343;
  cursor: auto;
}
.checkbox--inside-label:disabled ~ .formfield-label__span:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ececec #ddd;
}
label.has-error .checkbox--inside-label ~ .formfield-label__span:before, .has-error.fld__label .checkbox--inside-label ~ .formfield-label__span:before {
  background-color: rgba(187, 4, 64, 0.2);
  border-color: #bb0440;
}

.checkbox-switch {
  height: 0;
  width: 0;
  position: absolute;
  visibility: hidden;
}
.checkbox-switch + label, .checkbox-switch + .fld__label {
  cursor: pointer;
  line-height: 1;
  display: block;
  position: relative;
  padding-left: 2.4285714286rem;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.checkbox-switch + label:before, .checkbox-switch + .fld__label:before {
  content: "";
  position: absolute;
  inset: 50% auto 0 0;
  width: 1.7142857143rem;
  height: 1rem;
  background: #fff;
  border: 0.0714285714rem solid #6e6e6e;
  border-radius: 0.7142857143rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkbox-switch + label:after, .checkbox-switch + .fld__label:after {
  content: "";
  position: absolute;
  inset: 50% auto auto 0.2857142857rem;
  width: 0.4285714286rem;
  height: 0.4285714286rem;
  background: #6e6e6e;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.checkbox-switch:checked + label:after, .checkbox-switch:checked + .fld__label:after {
  background: #54BA53;
}
.checkbox-switch:checked + label:after, .checkbox-switch:checked + .fld__label:after {
  left: 1rem;
}
.checkbox-switch:checked + label .checkbox-switch--off, .checkbox-switch:checked + .fld__label .checkbox-switch--off {
  display: none;
}
.checkbox-switch:not(:checked) + label .checkbox-switch--on, .checkbox-switch:not(:checked) + .fld__label .checkbox-switch--on {
  display: none;
}
.checkbox-switch:active:after {
  width: 1.7142857143rem;
}

.checkbox-labelwrapper:after {
  margin-top: 0.3571428571rem;
}

.checkbox-large + label, .checkbox-large + .fld__label {
  font-size: 16px;
  font-weight: 500;
  padding-left: 2.5rem;
}
.checkbox-large + label::before, .checkbox-large + .fld__label::before {
  width: 1.5714285714rem;
  height: 1.5714285714rem;
  border: 0.0714285714rem solid #333;
  margin-top: -0.7857142857rem;
}
.checkbox-large:checked + label::after, .checkbox-large:checked + .fld__label::after {
  left: 0.4285714286rem;
}

.universal-switch {
  --switchWidth: 4rem;
  --switchHeight: 1.714rem;
  --switchCircleWidth: 1.428rem;
  --switchCircleMargin: 0.142rem;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.1;
  font-size: 0.857rem;
  color: #000;
  height: var(--switchHeight);
  margin: 0;
  width: var(--switchWidth);
}
.universal-switch label, .universal-switch .fld__label {
  line-height: 1.1;
  font-size: 0.857rem;
}
.universal-switch .switch-paddle {
  border-radius: calc(var(--switchHeight) / 2);
  height: var(--switchHeight);
  background: #ececec;
  width: var(--switchWidth);
}
.universal-switch .switch-paddle:after {
  margin: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.1428571429rem 0.1428571429rem 0.0714285714rem rgba(0, 0, 0, 0.18);
  box-shadow: 0 0.1428571429rem 0.1428571429rem 0.0714285714rem rgba(0, 0, 0, 0.18);
  height: var(--switchCircleWidth);
  width: var(--switchCircleWidth);
  top: var(--switchCircleMargin);
  left: var(--switchCircleMargin);
}
.universal-switch .switch-inactive {
  right: calc(var(--switchCircleMargin) + 1rem);
  color: #6e6e6e;
}
.universal-switch .switch-active {
  left: calc(var(--switchCircleMargin) + 1rem);
  color: #fff;
}
.universal-switch input:checked ~ .switch-paddle {
  background: #6e6e6e;
}
.universal-switch input:checked ~ .switch-paddle:after {
  left: calc(var(--switchWidth) - var(--switchCircleWidth) - var(--switchCircleMargin));
}

label:has(.checkbox--inside-label).has-error:after, .fld__label:has(.checkbox--inside-label).has-error:after {
  margin-top: 0.3571428571rem;
}

.radio {
  position: absolute;
  opacity: 0;
}
.radio + label, .radio + .fld__label {
  font-size: 14px;
  position: relative;
  cursor: pointer;
  padding: 0;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.radio + label + p, .radio + .fld__label + p {
  padding-left: 2.2857142857rem;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #434343;
  font-size: 12px;
  line-height: 1.2857142857rem;
}
.radio + label:before, .radio + .fld__label:before {
  content: "";
  margin-right: 9px;
  display: inline-block;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: white;
  -webkit-box-shadow: 0 0 0 3px #00264b;
  box-shadow: 0 0 0 3px #00264b;
}
.radio.error + label:before, .radio.error + .fld__label:before {
  background-color: rgba(187, 4, 64, 0.2);
  -webkit-box-shadow: 0 0 0 1px #bb0440;
  box-shadow: 0 0 0 1px #bb0440;
}
.radio:checked + label:before, .radio:checked + .fld__label:before {
  -webkit-box-shadow: 0 0 0 3px #00264b;
  box-shadow: 0 0 0 3px #00264b;
}
.radio:disabled + label, .radio:disabled + .fld__label {
  color: #434343;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
}
.radio:disabled + label:before, .radio:disabled + .fld__label:before {
  background: #ececec #ddd;
}
.radio:checked + label:after, .radio:checked + .fld__label:after {
  content: "";
  position: absolute;
  background: #00264b;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 17px;
  left: 4px;
}

.loader {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 24px;
}
.loader div {
  position: absolute;
  top: 27px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loader + p {
  display: none;
}
.loader.has-error + p {
  display: block;
  text-align: center;
  color: #bb0440;
  opacity: 1;
}

.loader div:nth-child(1) {
  left: 6px;
  -webkit-animation: loader1 0.6s infinite;
  animation: loader1 0.6s infinite;
}

.loader div:nth-child(2) {
  left: 6px;
  -webkit-animation: loader2 0.6s infinite;
  animation: loader2 0.6s infinite;
}

.loader div:nth-child(3) {
  left: 26px;
  -webkit-animation: loader2 0.6s infinite;
  animation: loader2 0.6s infinite;
}

.loader div:nth-child(4) {
  left: 45px;
  -webkit-animation: loader3 0.6s infinite;
  animation: loader3 0.6s infinite;
}

@-webkit-keyframes loader1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    border: 1px solid #ececec;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes loader1 {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    border: 1px solid #ececec;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes loader3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    border: 1px solid #ececec;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes loader3 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    border: 1px solid #ececec;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes loader2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}
@keyframes loader2 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(19px, 0);
    transform: translate(19px, 0);
  }
}
[data-loader] {
  position: relative;
}
[data-loader] * {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
[data-loader] > .loader {
  opacity: 0;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-25%, -25%);
  transform: translate(-25%, -25%);
}

.has-loader > *:not(.loader) {
  opacity: 0;
  pointer-events: none;
}
.has-loader > .loader {
  display: inline-block;
  opacity: 1;
}
.has-loader > .loader div {
  top: 6px;
  border-color: #e84d0b;
}

.stark-submit-order-button.has-loader,
.stark-submit-psp-order-button.has-loader {
  pointer-events: none;
  color: var(--buttonColorPrimaryDisabled);
  background-color: var(--buttonBackgroundPrimaryDisabled);
  border: var(--buttonBorderPrimaryDisabled);
}
.stark-submit-order-button.has-loader .loader,
.stark-submit-psp-order-button.has-loader .loader {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.energylabel {
  display: inline-block;
  padding: 0 5px;
  font-size: 20px;
  background: currentColor;
  position: relative;
  margin: 0 25px 0 0;
  line-height: 24px;
}
.energylabel .energylabel__label {
  color: #fff;
}
.energylabel:after {
  content: "";
  left: 100%;
  top: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: currentColor;
  border-width: 12px;
  margin-top: -12px;
}

ul.list li,
.paragraph ul li {
  list-style: none;
  padding: 2px 0;
}
ul.list li:before,
.paragraph ul li:before {
  content: "■";
  color: #e84d0b;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

ol.list,
.paragraph ol {
  counter-reset: listItem;
  margin: 0;
}
ol.list li,
.paragraph ol li {
  list-style: none;
  padding: 2px 10px 2px 30px;
  counter-increment: listItem;
}
ol.list li:before,
.paragraph ol li:before {
  content: "." counter(listItem, decimal-leading-zero);
  color: #e84d0b;
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: inline-block;
  margin-left: -30px;
  margin-right: 7px;
  text-align: right;
  direction: rtl;
}

.list--checkmark {
  margin-left: 0;
}
.list--checkmark li {
  list-style: none;
  padding-left: 30px;
  position: relative;
}
.list--checkmark li:not(:last-child) {
  margin-bottom: 10px;
}
.list--checkmark li:before {
  content: url("data:image/svg+xml,%3Csvg%20xmlns=%27http://www.w3.org/2000/svg%27%20width=%2718px%27%20height=%2718px%27%3E%3Cpath%20fill=%27%2354BA53%27%20d=%27M2.5,9.4l-0.9,1.2l6.1,4.9l9-12l-1.2-0.9L7.3,13.3L2.5,9.4z%27/%3E%3C/svg%3E%0A");
  width: 18px;
  position: absolute;
  top: 3px;
  left: 0;
}

.list--checkboxes {
  margin-bottom: 0;
  margin-left: 0;
}
.list--checkboxes li:not(:last-child) {
  margin-bottom: 10px;
}
.list--checkboxes li::before {
  content: normal !important;
}

.flag {
  background: var(--flagColor);
  color: #fff;
  font-weight: 700;
  padding: 2px 8px 3px 8px;
  display: inline-block;
  position: relative;
  white-space: nowrap;
  margin-bottom: 5px;
  height: 26px;
}
.flag--request {
  background: #165CBC;
}
.flag--request:after {
  border: 13px solid #165CBC;
  border-right-color: transparent;
}
.flag.ribbon::after {
  content: "";
  position: absolute;
  right: calc(26px / 2 * -1);
  top: 0;
  border-top: calc(26px / 2) solid var(--flagColor);
  border-bottom: calc(26px / 2) solid var(--flagColor);
  border-right: calc(26px / 2) solid transparent;
}

.flagcontainer, .flag-wrapper {
  position: relative;
}

.flag-wrapper {
  display: inline-block;
}

.reveal {
  margin-inline: auto;
}
@media print, screen and (min-width: 35.5em) {
  .reveal.mediumlarge {
    width: 80%;
    max-width: 980px;
  }
}
@media print, screen and (min-width: 35.5em) {
  .reveal.medium {
    width: 80%;
    max-width: 800px;
  }
}
.reveal .modalcontent {
  background: #fff;
}
@media print, screen and (max-width: 48.06125em) {
  .reveal .modalcontent .button:not(.combobox__submit), .reveal .modalcontent .fld--file .fld__label:not(.combobox__submit), .fld--file .reveal .modalcontent .fld__label:not(.combobox__submit) {
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 10px !important;
    display: block;
    text-align: center;
  }
}
.reveal-overlay--image .reveal {
  padding: 0;
  width: 114.2857142857rem;
  max-width: 95vw;
}
.reveal-overlay--image .reveal .close-button {
  position: absolute;
  top: 2.1428571429rem;
  right: 2.1428571429rem;
  cursor: pointer;
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  border: 0.0714285714rem solid #c5c6c6;
  border-radius: 0.2857142857rem;
  width: 3.1428571429rem;
  height: 3.1428571429rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: background 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background 0.2s ease, box-shadow 0.2s ease;
  transition: background 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.reveal-overlay--image .reveal .close-button svg {
  fill: #000 !important;
}
.reveal-overlay--image .reveal .close-button:hover {
  background: #fff;
  border: 0.0714285714rem solid #434343;
}
.reveal-overlay--image .reveal .close-button:hover svg {
  fill: #000 !important;
}
.reveal-overlay--image .reveal .close-button:focus-visible {
  outline: 0.1428571429rem solid #e84d0b;
  outline-offset: 0.1428571429rem;
  -webkit-box-shadow: 0 0 0 0.2857142857rem rgba(232, 77, 11, 0.2);
  box-shadow: 0 0 0 0.2857142857rem rgba(232, 77, 11, 0.2);
}
.reveal-overlay--image .reveal .reveal__slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.reveal-overlay--image .reveal .reveal__slider .slick-list {
  width: 100%;
  height: 100%;
}
.reveal-overlay--image .reveal .reveal__slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.reveal-overlay--image .reveal .reveal__slider .slick-slide {
  height: 100%;
}
.reveal-overlay--image .reveal .reveal__slider .slick-slide > div {
  height: 100%;
}
.reveal-overlay--image .reveal .reveal__slider__slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 28.5714285714rem;
}
.reveal-overlay--image .reveal .reveal__slider__slide .ci-alternative-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.reveal-overlay--image .reveal .reveal__slider__slide img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 90vh;
  -o-object-fit: contain;
  object-fit: contain;
}
@media print, screen and (max-width: 48.06125em) {
  .reveal-overlay--image .reveal .reveal__slider__slide img {
    max-height: 80vh;
  }
}
.reveal-overlay--image .reveal .reveal__slider:not(.slick-initialized) .reveal__slider__slide {
  display: none;
}
.reveal-overlay--image .reveal .reveal__slider:not(.slick-initialized) .reveal__slider__slide:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reveal-overlay--image .reveal .slick-prev,
.reveal-overlay--image .reveal .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.1428571429rem;
  height: 3.1428571429rem;
  border: 0.0714285714rem solid #c5c6c6;
  border-radius: 0.2857142857rem;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  z-index: 10;
  -webkit-transition: background 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background 0.2s ease, box-shadow 0.2s ease;
  transition: background 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}
.reveal-overlay--image .reveal .slick-prev:hover,
.reveal-overlay--image .reveal .slick-next:hover {
  background: #fff;
  border: 0.0714285714rem solid #434343;
}
.reveal-overlay--image .reveal .slick-prev:focus-visible,
.reveal-overlay--image .reveal .slick-next:focus-visible {
  outline: 0.1428571429rem solid #e84d0b;
  outline-offset: 0.1428571429rem;
  -webkit-box-shadow: 0 0 0 0.2857142857rem rgba(232, 77, 11, 0.2);
  box-shadow: 0 0 0 0.2857142857rem rgba(232, 77, 11, 0.2);
}
.reveal-overlay--image .reveal .slick-prev.slick-disabled,
.reveal-overlay--image .reveal .slick-next.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.reveal-overlay--image .reveal .slick-prev:before,
.reveal-overlay--image .reveal .slick-next:before {
  display: none;
}
.reveal-overlay--image .reveal .slick-prev svg,
.reveal-overlay--image .reveal .slick-next svg {
  fill: #000;
  width: 1.7142857143rem;
  height: 1.7142857143rem;
}
@media print, screen and (max-width: 48.06125em) {
  .reveal-overlay--image .reveal .slick-prev,
  .reveal-overlay--image .reveal .slick-next {
    display: none !important;
  }
}
.reveal-overlay--image .reveal .slick-prev {
  left: 2.1428571429rem;
}
.reveal-overlay--image .reveal .slick-next {
  right: 2.1428571429rem;
}
.reveal-overlay--image .reveal .slick-next .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.reveal-overlay--image .reveal .slick-dots--modal {
  position: absolute;
  bottom: 2.1428571429rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5714285714rem;
  z-index: 10;
  list-style: none;
  margin: 0;
  padding: 0.7142857143rem 1rem;
  background: rgba(255, 255, 255, 0.9);
  border: 0.0714285714rem solid #c5c6c6;
  border-radius: 1.4285714286rem;
}
.reveal-overlay--image .reveal .slick-dots--modal li {
  margin: 0;
  padding: 0;
  position: relative;
}
.reveal-overlay--image .reveal .slick-dots--modal li button {
  width: 0.8571428571rem;
  height: 0.8571428571rem;
  border-radius: 50%;
  background: #c5c6c6;
  padding: 0;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  display: block;
  -webkit-transition: background 0.2s ease;
  transition: background 0.2s ease;
  position: relative;
}
.reveal-overlay--image .reveal .slick-dots--modal li button:before {
  content: "";
  position: absolute;
  width: 3.1428571429rem;
  height: 3.1428571429rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.reveal-overlay--image .reveal .slick-dots--modal li button:hover {
  background: #434343;
}
.reveal-overlay--image .reveal .slick-dots--modal li button:focus-visible {
  outline: 0.1428571429rem solid #e84d0b;
  outline-offset: 0.2857142857rem;
}
.reveal-overlay--image .reveal .slick-dots--modal li.slick-active button {
  background: #e84d0b;
}
.reveal-overlay--image .reveal .slick-dots--modal:has(li:hover) {
  background: #fff;
  border: 0.0714285714rem solid #434343;
}
@media print, screen and (max-width: 48.06125em) {
  .reveal-overlay--image .reveal .slick-dots--modal {
    bottom: 1.7857142857rem;
    gap: 0.4285714286rem;
    padding: 0.4285714286rem 0.7142857143rem;
  }
  .reveal-overlay--image .reveal .slick-dots--modal li button {
    width: 0.7142857143rem;
    height: 0.7142857143rem;
  }
}

.divider {
  border-color: #c5c6c6;
  margin: 30px 0;
}
.divider--light {
  border-color: #ececec;
  border-bottom-width: 2px;
}
.divider--attention {
  border-color: #e84d0b;
  border-bottom-width: 2px;
}

.divider--text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e84d0b;
  font-size: 24px;
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.divider--text:before, .divider--text:after {
  content: "";
  display: inline-block;
  height: 1px;
  background: #e84d0b;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.divider--text:before {
  margin-right: 6px;
}
.divider--text:after {
  margin-left: 6px;
}

.datepicker {
  position: relative;
}
.datepicker:hover .input-group-button svg {
  color: #000;
  fill: #000;
}
.datepicker:hover input:disabled + .input-group-button svg {
  color: #c5c6c6;
  fill: #c5c6c6;
}
.datepicker .input-group-wrapper {
  position: relative;
}
.datepicker .input-group-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
}
@media print, screen and (max-width: 48.06125em) {
  .datepicker .input-group-field {
    padding-right: 20px;
  }
}
.datepicker .input-group-field.active + .input-group-button svg {
  color: #000;
  fill: #000;
}
.datepicker .input-group-button {
  position: absolute;
  right: 0;
  top: 10px;
  height: 100%;
  padding: 0 10px;
  pointer-events: none;
}
.datepicker .input-group-button svg {
  width: 20px;
  color: #c5c6c6;
  fill: #c5c6c6;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.datepicker .flatpickr-calendar {
  border: 1px solid #00264b;
  background: #fff;
  min-width: 220px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.datepicker .flatpickr-calendar.hasTime .flatpickr-time {
  height: 2.8571428571rem;
  border-top: 1px solid #c5c6c6;
}
.datepicker .flatpickr-months .flatpickr-prev-month:hover svg,
.datepicker .flatpickr-months .flatpickr-next-month:hover svg {
  stroke: #e84d0b;
}
.datepicker .flatpickr-day:hover,
.datepicker .flatpickr-day:focus {
  background: none;
  color: #e84d0b;
  border-color: transparent;
}
.datepicker .flatpickr-day.today {
  border-color: #c5c6c6;
}
.datepicker .flatpickr-day.today:hover,
.datepicker .flatpickr-day.today:focus {
  background: none;
  color: #e84d0b;
  border-color: transparent;
}
.datepicker .flatpickr-day.selected,
.datepicker .flatpickr-day.selected:focus,
.datepicker .flatpickr-day.selected:hover,
.datepicker .flatpickr-day.selected.prevMonthDay,
.datepicker .flatpickr-day.selected.nextMonthDay {
  color: #fff;
  background: #e84d0b;
  border-color: #e84d0b;
}
.datepicker .flatpickr-day.flatpickr-disabled,
.datepicker .flatpickr-day.flatpickr-disabled:hover,
.datepicker .flatpickr-day.prevMonthDay,
.datepicker .flatpickr-day.nextMonthDay,
.datepicker .flatpickr-day.notAllowed,
.datepicker .flatpickr-day.notAllowed.prevMonthDay,
.datepicker .flatpickr-day.notAllowed.nextMonthDay {
  color: #c5c6c6;
  background: transparent;
  border-color: transparent;
}
.datepicker span.flatpickr-weekday {
  color: #c5c6c6;
  font-weight: bold;
}
.datepicker .flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.datepicker .flatpickr-time.time24hr .numInputWrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 49%;
  height: 2.8571428571rem;
  float: left;
}
.datepicker .flatpickr-time .numInputWrapper {
  position: relative;
}
.datepicker .flatpickr-time .numInputWrapper input {
  width: 100%;
  display: inline-block;
}
.datepicker .flatpickr-time .numInputWrapper span {
  position: absolute;
  right: 0;
  width: 1rem;
  padding: 0 0.2857142857rem 0 0.1428571429rem;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid #c5c6c6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
}
.datepicker .flatpickr-time .numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.datepicker .flatpickr-time .numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.datepicker .flatpickr-time .numInputWrapper span.arrowUp:after {
  border-left: 0.2857142857rem solid transparent;
  border-right: 0.2857142857rem solid transparent;
  border-bottom: 0.2857142857rem solid #000;
  top: 26%;
}
.datepicker .flatpickr-time .numInputWrapper span.arrowDown {
  top: 50%;
}
.datepicker .flatpickr-time .numInputWrapper span.arrowDown:after {
  border-left: 0.2857142857rem solid transparent;
  border-right: 0.2857142857rem solid transparent;
  border-top: 0.2857142857rem solid #000;
  top: 40%;
}
.datepicker .flatpickr-time .numInputWrapper:hover {
  background: #ececec;
}
.datepicker .flatpickr-time .numInputWrapper:hover span {
  opacity: 1;
}
.datepicker .flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #000;
  font-size: 1rem;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}
.datepicker .flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}
.datepicker .flatpickr-time-separator {
  color: #000;
  height: inherit;
  float: left;
  line-height: inherit;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-flex-item-align: center;
  align-self: center;
}

.datepicker-hint {
  display: none;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 500;
  margin: -7px 0 0;
}

.tabs {
  border: 0;
}
.tabs .tabs-title {
  background: #ececec;
  cursor: pointer;
}
.tabs .tabs-title > a,
.tabs .tabs-title > label,
.tabs .tabs-title > .fld__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: inherit;
  outline: none;
}
.tabs .tabs-title > a .icon,
.tabs .tabs-title > label .icon,
.tabs .tabs-title > .fld__label .icon {
  margin-right: 0.7142857143rem;
}
.tabs .tabs-title > a .icon svg,
.tabs .tabs-title > label .icon svg,
.tabs .tabs-title > .fld__label .icon svg {
  max-width: 1.4285714286rem;
}
@media print, screen and (max-width: 48.06125em) {
  .tabs .tabs-title > a .icon,
  .tabs .tabs-title > label .icon,
  .tabs .tabs-title > .fld__label .icon {
    display: none;
  }
}
.tabs .tabs-title > a.has-error, .tabs .tabs-title > a.is-valid {
  position: relative;
}
.tabs .tabs-title > a.has-error:after, .tabs .tabs-title > a.is-valid:after {
  position: absolute;
  right: -0.3571428571rem;
}
.tabs .tabs-title > a.has-error:after {
  content: "!";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.4285714286rem;
  aspect-ratio: 1;
  color: #fefefe;
  background-color: #e84d0b;
  border-radius: 50%;
  font-family: "gt-america-standard-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.tabs .tabs-title > a.is-valid:after {
  content: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgZmlsbD0iIzU0QkE1MyIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeD0iMHB4IiB5PSIwcHgiCiAgICAgd2lkdGg9IjE4cHgiIGhlaWdodD0iMThweCIgdmlld0JveD0iMCAwIDE4IDE4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAxOCAxODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBkPSJNMi41LDkuNGwtMC45LDEuMmw2LjEsNC45bDktMTJsLTEuMi0wLjlMNy4zLDEzLjNMMi41LDkuNHoiLz4KPC9zdmc+Cg==");
}
.tabs .tabs-title.is-active > a {
  color: #e84d0b;
  background: #fff;
  font-style: normal;
  font-weight: bold;
}

.tabs-content {
  border: 0;
}

.bg--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.box {
  padding: 20px;
  position: relative;
}
.box + .box, .box + .icon-text {
  margin-top: 20px;
}
.box--bordered {
  border: 1px solid #c5c6c6;
}
.box--bordered > .grid-x:last-child {
  margin-bottom: -10px;
}

.changelabel {
  font-size: 12px;
  line-height: 16px;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  border-radius: 3px;
  color: #fff;
  background-color: #FDCA00;
  padding: 1px 4px;
  display: inline-block;
  margin: 0 0 5px 0;
}
.changelabel--progress {
  background-color: #FDCA00;
}
.changelabel--success {
  background-color: #54BA53;
}
.changelabel--error {
  background-color: #bb0440;
}
.changelabel--expired {
  background-color: #c5c6c6;
}

progress {
  display: block;
  width: 0;
  height: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  color: #e84d0b;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
progress::-moz-progress-bar {
  background: #e84d0b;
}
progress::-webkit-progress-value {
  background: #e84d0b;
}

.requests-status {
  background-color: #6e6e6e;
  padding: 2px 4px;
  border-radius: 5px;
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  color: #fff;
}
.requests-status.green {
  background-color: #54BA53;
}
.requests-status.yellow {
  background-color: #FDCA00;
}
.requests-status.red {
  background-color: #bb0440;
}
.requests-status.blue {
  background-color: #165CBC;
}
.requests-status.orange {
  background-color: #dc6720;
}

.promotional-note {
  margin-bottom: 0;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  position: absolute;
  left: 40px;
  padding-right: 40px;
  padding-top: 20px;
}
.promotional-note + hr {
  display: block;
  opacity: 0;
  height: 0;
  margin-bottom: 60px;
}
@media print, screen and (min-width: 35.5em) {
  .promotional-note {
    position: relative;
    padding-right: 0;
    padding-top: 0;
    left: -35px;
  }
  .promotional-note + hr {
    display: none;
  }
}
.promotional-note .icon {
  margin-right: 10px;
}
.orderhistory__products__number .promotional-note {
  margin-left: -25px;
  width: 100%;
}
@media print, screen and (min-width: 35.5em) {
  .orderhistory__products__number .promotional-note {
    margin-left: -5px;
    width: 110%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .orderhistory__products__number .promotional-note {
    margin-left: -22px;
    width: 120%;
  }
}

figure.image-with-caption {
  position: relative;
  padding-bottom: 2rem;
}
figure.image-with-caption figcaption {
  position: absolute;
  bottom: 0;
  right: 1.0714285714rem;
  padding: 1.0714285714rem 1.4285714286rem;
  font-size: 16px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}

.offcanvas-navigation {
  width: 320px;
}
.offcanvas-navigation .close-button {
  position: absolute;
  top: 14px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
}
.offcanvas-navigation .is-drilldown-submenu {
  padding-bottom: 20px;
}
.offcanvas-navigation.position-right {
  opacity: 1;
}

.offcanvas-navigation__list {
  margin: 0;
  padding: 0;
}
.offcanvas-navigation__list__item {
  height: 50px;
  border-bottom: 1px solid #c5c6c6;
  background: #ececec;
}
.offcanvas-navigation__list__item a {
  display: block;
  height: 100%;
  line-height: 50px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.offcanvas-navigation__list__item--logo, .offcanvas-navigation__list__item--back, .offcanvas-navigation__list__item--all {
  background: #fff;
}
.offcanvas-navigation__list__item--logo img {
  width: 90px;
}
.offcanvas-navigation__list__item--back a {
  text-align: center;
  font-weight: 800;
  font-size: 1.3571428571rem;
}
.offcanvas-navigation__list__item.is-active > a {
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  color: #000;
  background: #ececec;
}
.offcanvas-navigation__list__item--all {
  font-weight: 500;
}
.offcanvas-navigation__list__item.js-drilldown-back a {
  padding-left: 40px;
}
.offcanvas-navigation__list__item.js-drilldown-back a:before {
  position: absolute;
  top: 50%;
  left: 10px;
  border: 0;
  width: 36px;
  height: 36px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26"%3E%3Cpolyline fill="%230a0a0a" points="12.6,3.9 11.6,2.8 5.4,9 11.6,15.2 12.6,14.1 7.5,9"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 7px 0 0;
}
.offcanvas-navigation__list__item.is-drilldown-submenu-parent a:after {
  position: absolute;
  top: 50%;
  right: 5px;
  border: 0;
  width: 36px;
  height: 36px;
  background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 26"%3E%3Cpolyline fill="%230a0a0a" points="12.6,3.9 11.6,2.8 5.4,9 11.6,15.2 12.6,14.1 7.5,9"/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.offcanvas-navigation__teaser .button.button--primary, .offcanvas-navigation__teaser .fld--file .fld__label, .fld--file .offcanvas-navigation__teaser .fld__label {
  display: block;
  text-align: center;
  padding: 10px 20px;
}
.offcanvas-navigation__teaser--info {
  padding: 20px;
}
.offcanvas-navigation__teaser--image {
  padding-top: 40px;
}
.offcanvas-navigation__teaser--image img {
  width: 100%;
  max-height: 320px;
}
.offcanvas-navigation__teaser--image a, .offcanvas-navigation__teaser--image.is-submenu-item a {
  padding: 0;
}
.offcanvas-navigation__teaser__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offcanvas-navigation__teaser__content p {
  line-height: 120%;
}
.offcanvas-navigation__teaser__content .icon {
  margin-right: 10px;
}

.off-canvas {
  -webkit-transform: translateX(320px);
  transform: translateX(320px);
}

.icon-text > span:nth-child(1) {
  margin-right: 5px;
  display: inline-block;
}
.icon-text > span:nth-child(2) {
  margin-left: 5px;
  display: inline-block;
}
.icon-text .icon-text__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.icon-text .icon-text__text {
  line-height: 1.3;
}
.icon-text .icon-text__text span {
  display: block;
}
.icon-text--link .icon-text__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  color: #000;
}
.icon-text--link .icon-text__link:hover {
  color: #6e6e6e;
}
.icon-text--link .icon-text__link:hover svg {
  fill: #6e6e6e;
}
.icon-text--link .icon-text__link > span:nth-child(1) {
  margin-right: 5px;
  display: inline-block;
}
.icon-text--link .icon-text__link > span:nth-child(2) {
  margin-left: 5px;
  display: inline-block;
}
.icon-text--border {
  border: 1px solid #c5c6c6;
  padding-left: 8px;
  padding-right: 8px;
}
.dynamic-fields .icon-text.has--small-icon {
  margin-top: 20px;
}
.icon-text.has--small-icon .icon-text__link:focus {
  outline: 0;
}
.icon-text.has--small-icon .icon-text__link:disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.25;
}
.icon-text.has--small-icon .icon-text__link.is--collapsed .icon-text__icon--unreveal {
  display: none;
}
.icon-text.has--small-icon .icon-text__link.is--collapsed .icon-text__icon--reveal {
  display: inline-block;
}
.icon-text.has--small-icon .icon-text__link:not(.is--collapsed) .icon-text__icon--unreveal {
  display: inline-block;
}
.icon-text.has--small-icon .icon-text__link:not(.is--collapsed) .icon-text__icon--reveal {
  display: none;
}
.icon-text.has--small-icon svg {
  height: 16px;
  width: 16px;
}
.icon-text.lead .icon-text__icon .icon {
  margin-top: 3px;
}

.cart {
  display: inline-block;
}
.cart > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart.cart--requests {
  border-radius: 30px;
  border-width: 4px;
  border-color: #e84d0b;
  border-style: solid;
  overflow: hidden;
}
.cart.cart--requests .cart__inner {
  border: none;
}
.cart__inner {
  color: #e84d0b;
  background: none;
  border: 4px solid #e84d0b;
  border-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 10px;
  position: relative;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.cart__inner:hover {
  background: #e84d0b;
  color: #fff;
}
.cart__requested {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  padding: 0 5px;
  font-size: 7px;
  color: #fff;
  background: #165CBC;
  position: relative;
}
.cart__requested:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -3px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 3px;
  border-color: transparent transparent transparent #165CBC;
}
.cart__requested__count {
  font-size: 12px;
}
.cart__itemcount {
  position: relative;
  top: -7px;
  left: 10px;
  margin-right: 20px;
  font-size: 12px;
  font-weight: 700;
}
.cart__icon {
  position: absolute;
  height: 24px;
  left: 10px;
  top: 8px;
}
.cart__icon svg {
  fill: currentColor;
  width: 22px;
}
.cart__price {
  display: inline-block;
  font-size: 14px;
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  white-space: nowrap;
}
.cart--empty {
  text-align: center;
  width: 120px;
}
.cart--empty .cart__icon {
  position: relative;
  left: 50%;
  top: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media print, screen and (max-width: 35.49875em) {
  .cart--empty {
    width: 80px;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .cart__inner {
    padding: 0 12px;
  }
  .cart__itemcount {
    left: 32%;
  }
  .cart__icon {
    left: 50%;
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%);
  }
  .cart__price {
    display: none;
  }
}

.cart__content {
  position: relative;
}
.cart__content .tile-grid.tile-grid--listview.grid-x.grid-margin-x {
  padding: 0 4px;
}
@media print, screen and (max-width: 48.06125em) {
  .cart__content .tile-grid.tile-grid--listview.grid-x.grid-margin-x {
    padding: 0;
  }
}
.cart__content .promotion-tile {
  display: none;
}
@media print, screen and (max-width: 64.06125em) {
  .cart__content .cart__sidebar {
    position: static;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .cart__content .cart__sidebar .cart-checkout {
    background: transparent;
  }
  .cart__content .cart__sidebar .cart-checkout .cart-checkout__price,
  .cart__content .cart__sidebar .cart-checkout button,
  .cart__content .cart__sidebar .cart-checkout .button,
  .cart__content .cart__sidebar .cart-checkout .fld--file .fld__label,
  .fld--file .cart__content .cart__sidebar .cart-checkout .fld__label,
  .cart__content .cart__sidebar .cart-checkout .cart-checkout__proceedshopping {
    display: none;
  }
}
.cart__content .cart__footer {
  z-index: 10;
  width: calc(100% + 12px);
  margin: 0;
  -webkit-box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.15);
}
.cart__content .cart__footer.is-stuck {
  position: fixed;
}
.cart__content .cart__footer.is-at-bottom {
  bottom: 0;
}
.cart__content .cart__footer .cart-checkout {
  margin: 0;
}
.cart__content .cart__footer .cart-checkout__message {
  display: none;
}
@media print, screen and (min-width: 64.0625em) {
  .cart__content .cart__footer .cart-checkout__proceedshopping {
    display: none;
  }
}

.cart__empty {
  display: none;
  text-align: center;
  padding: 50px;
  width: 100%;
}
@media print, screen and (min-width: 64.0625em) {
  .cart__empty {
    padding: 100px 0;
    margin: auto;
    max-width: 500px;
  }
}
.cart__empty:only-child {
  display: block;
}
.cart__empty h2 {
  margin-bottom: 5px;
}
.cart__empty .icon {
  margin-bottom: 20px;
}
.cart__empty .icon svg {
  width: 64px;
  height: 64px;
}

.tile-grid--form + .cart__empty {
  display: block;
}

@media print, screen and (max-width: 35.49875em) {
  .tile-grid--orderItems .cart-article-headline {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .tile-grid--orderItems .cart-article-actions {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .tile-grid--orderItems .tile-grid__wrapper {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

.cart__legend {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% - 1.4285714286rem);
  margin-left: 0.7142857143rem;
  margin-right: 0.7142857143rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart__legend > div {
  padding: 5px 10px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cart__legend span {
  width: 100%;
}
.cart__legend div:nth-child(1) {
  width: 45.5%;
}
.cart__legend div:nth-child(2) {
  width: 20%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 20px;
}
.cart__legend div:nth-child(3) {
  width: 18.5%;
}
.cart__legend div:nth-child(4) {
  width: 16%;
  text-align: right;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media print, screen and (max-width: 64.06125em) {
  .cart__legend div:nth-child(1) {
    width: 50%;
  }
  .cart__legend div:nth-child(3) {
    width: 18%;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .cart__legend {
    display: none;
  }
}

.tile-grid--empty .cart__legend,
.tile-grid--empty .tile-grid__subline {
  display: none;
}
.tile-grid--empty .cart__empty {
  display: block;
}

.cart--compact .quickorder__accordion .accordion-title {
  padding: 1.0714285714rem;
}
.cart--compact .quickorder__accordion .accordion-content {
  padding: 0;
}
.cart--compact .quickorder__headline {
  display: none;
}
.cart--compact .quickorder__container {
  padding: 0;
}
.cart--compact:has(.quickorder.has-focus) .dropdown-navigation {
  z-index: 5;
}
.cart--compact .headline__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
  -ms-flex-align: top;
  align-items: top;
  margin-top: 2.1428571429rem;
  margin-bottom: 1.4285714286rem;
}
.cart--compact .headline__wrapper h1 {
  margin-bottom: 0;
}
.cart--compact .headline__wrapper__text {
  padding-right: 1.4285714286rem;
}
.cart--compact .cart-actions {
  margin-bottom: 0;
}
.cart--compact .cart__legend {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% - 1.4285714286rem);
  margin-left: 0.7142857143rem;
  margin-right: 0.7142857143rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart--compact .cart__legend div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  padding-left: 1.4285714286rem;
}
@media screen and (min-width: 72.5em) {
  .cart--compact .cart__legend div {
    max-width: 65.5%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 1.4285714286rem;
    padding-left: 0;
  }
}
.cart--compact .cart-checkout__taxandshipping button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  text-decoration: underline;
}
.cart--compact .cart-checkout__taxandshipping button:hover {
  text-decoration: none;
}
.cart--compact .product-tile__note button {
  margin-left: 0.3571428571rem;
}
.cart--compact .product-tile__note .icon {
  margin-left: 0;
}
.cart--compact .product-tile__note .button--delete[data-cart-delete-item] {
  margin-left: 1.4285714286rem;
}

.searchfield {
  position: relative;
  max-width: 650px;
}
.searchfield .input-group-field {
  padding-right: 85px;
}
.has-error .searchfield .input-group-field {
  padding-right: 40px;
}
.searchfield .input-group-field::-webkit-search-cancel-button, .searchfield .input-group-field::-ms-clear {
  display: none;
}
.searchfield .input-group-field:not(:valid) ~ .input-group-button .searchfield__reset {
  display: none;
}
.searchfield .input-group-field:focus ~ .input-group-button .searchfield__submit {
  background: none;
  border-top: none;
  border-right: none !important;
  border-bottom: none;
}
.searchfield .input-group-field:focus ~ .input-group-button .searchfield__submit svg {
  fill: #e84d0b;
}
.header .searchfield .input-group-field:focus ~ .input-group-button .searchfield__submit {
  border-right: 1px solid #fff;
}
.searchfield .input-group-button {
  position: absolute;
  bottom: 1px;
  right: 1px;
}
.quickorder .searchfield .input-group-button {
  top: 2px;
}
.searchfield .input-group-button .searchfield__reset {
  background: #c5c6c6;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  position: absolute;
  line-height: 0;
  padding: 0 0 3px 0;
  top: 50%;
  right: 55px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.searchfield .input-group-button .searchfield__reset svg {
  width: 12px;
  height: 20px;
  fill: #fff;
}
.searchfield .input-group-button .searchfield__submit {
  padding: 7px 11px 5px 11px;
}
.searchfield .input-group-button .searchfield__submit svg {
  fill: #00264b;
  width: 18px;
}
.searchfield--visual-search .input-group-field {
  padding: 0 3.9285714286rem 0 1.0714285714rem;
}
@media print, screen and (min-width: 35.5em) {
  .searchfield--visual-search .input-group-field {
    padding: 0 6.0714285714rem 0 3.9285714286rem;
  }
}
.searchfield--visual-search .input-group-field:focus ~ .searchfield__submit {
  background: none;
  border-left: none !important;
}
.searchfield--visual-search .input-group-field:focus ~ .searchfield__submit svg {
  fill: #e84d0b;
}
.header .searchfield--visual-search .input-group-field:focus ~ .searchfield__submit {
  border-right: 0.0714285714rem solid #fff;
}
.searchfield--visual-search .searchfield__submit {
  position: absolute;
  left: 0;
  display: none;
  padding: 0.5rem 0.7857142857rem 0.3571428571rem 0.7857142857rem;
}
@media print, screen and (min-width: 35.5em) {
  .searchfield--visual-search .searchfield__submit {
    display: block;
  }
}
.searchfield--visual-search .searchfield__submit svg {
  width: 1.2857142857rem;
}
.searchfield--visual-search .input-group-button {
  top: 0;
  right: 0.0714285714rem;
  bottom: 0;
}
.quickorder .searchfield--visual-search .input-group-button {
  top: 0.1428571429rem;
}
.searchfield--visual-search .searchfield__visual-search-button {
  height: 100% !important;
  padding: 0.5rem 0.7857142857rem 0.3571428571rem 0.7857142857rem;
  margin: 0;
  position: absolute;
  right: 0.0714285714rem;
}
.searchfield--visual-search .searchfield__visual-search-button.has-tip:not(.input-group-field):not(.button--primary) {
  cursor: pointer;
}
.searchfield--visual-search .searchfield__visual-search-button.has-tip:not(.input-group-field):not(.button--primary) .icon {
  margin-left: 0;
}
.searchfield--visual-search .searchfield__visual-search-button.has-tip:not(.input-group-field):not(.button--primary) svg {
  width: 1.4285714286rem;
  height: 1.4285714286rem;
}
.searchfield--visual-search .searchfield__visual-search-button svg {
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  fill: #e84d0b;
}

.passwordfield {
  position: relative;
}
.passwordfield .input-group-field {
  padding-right: 40px;
}
.passwordfield .input-group-field::-webkit-search-cancel-button, .passwordfield .input-group-field::-ms-clear {
  display: none;
}
.passwordfield .input-group-button {
  position: absolute;
  right: 0;
}
.passwordfield .input-group-button .passwordfield__toggle {
  padding: 8px 11px;
}
.passwordfield .input-group-button .passwordfield__toggle .passwordfield__icon-visible {
  display: block;
}
.passwordfield .input-group-button .passwordfield__toggle .passwordfield__icon-notvisible {
  display: none;
}
.passwordfield .input-group-button .passwordfield__toggle svg {
  width: 22px;
  fill: #c5c6c6;
  color: #c5c6c6;
}
.passwordfield--visible .input-group-button .passwordfield__toggle .passwordfield__icon-visible {
  display: none;
}
.passwordfield--visible .input-group-button .passwordfield__toggle .passwordfield__icon-notvisible {
  display: block;
}
.passwordfield--visible .input-group-button .passwordfield__toggle svg {
  fill: #6e6e6e;
  color: #6e6e6e;
}

.has-tip:not(.input-group-field):not(.button--primary) {
  border: 0;
  font-weight: normal;
  cursor: auto;
}
.has-tip .icon {
  margin-left: 5px;
}
.has-tip .icon svg {
  width: 18px;
  height: 18px;
}

.tooltip {
  background-color: #fff;
  color: #000;
  font-size: 14px;
  border: 1px solid #ececec;
  border-left: 3px solid #000;
  padding: 8px 15px 15px 35px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIxOHB4IiBoZWlnaHQ9IjE4cHgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5mdW5jdGlvbi9pYy9pbmZvPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxnIGlkPSJmdW5jdGlvbi9pYy9pbmZvIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxnIGlkPSJHcm91cC03Ij4gICAgICAgICAgICA8cGF0aCBkPSJNOSwxLjQ2MjUgQzQuODQzOCwxLjQ2MjUgMS40NjI1LDQuODQzOCAxLjQ2MjUsOSBDMS40NjI1LDEzLjE1NjIgNC44NDM4LDE2LjUzNzUgOSwxNi41Mzc1IEMxMy4xNTYyLDE2LjUzNzUgMTYuNTM3NSwxMy4xNTYyIDE2LjUzNzUsOSBDMTYuNTM3NSw0Ljg0MzggMTMuMTU2MiwxLjQ2MjUgOSwxLjQ2MjUgTTksMTggQzQuMDM3NCwxOCAwLDEzLjk2MjYgMCw5IEMwLDQuMDM3NCA0LjAzNzQsMCA5LDAgQzEzLjk2MjYsMCAxOCw0LjAzNzQgMTgsOSBDMTgsMTMuOTYyNiAxMy45NjI2LDE4IDksMTgiIGlkPSJGaWxsLTEiPjwvcGF0aD4gICAgICAgICAgICA8cG9seWdvbiBpZD0iRmlsbC0zIiBwb2ludHM9IjEwLjAxMjUgMTMuMzAzMTI1IDEwLjAxMjUgNi40OTY4NzUgNi45MTg3NSA2LjQ5Njg3NSA2LjkxODc1IDcuOTU5Mzc1IDguNTUgNy45NTkzNzUgOC41NSAxMy4zMDMxMjUgNi45MTg3NSAxMy4zMDMxMjUgNi45MTg3NSAxNC43NjU2MjUgMTEuNTMxMjUgMTQuNzY1NjI1IDExLjUzMTI1IDEzLjMwMzEyNSI+PC9wb2x5Z29uPiAgICAgICAgICAgIDxwYXRoIGQ9Ik0xMC4xODEyNSwzLjk2NTYyNSBDMTAuMTgxMjUsNC41NTU5MTI1IDkuNzAyNzg3NSw1LjAzNDM3NSA5LjExMjUsNS4wMzQzNzUgQzguNTIyMzI1LDUuMDM0Mzc1IDguMDQzNzUsNC41NTU5MTI1IDguMDQzNzUsMy45NjU2MjUgQzguMDQzNzUsMy4zNzU0NSA4LjUyMjMyNSwyLjg5Njg3NSA5LjExMjUsMi44OTY4NzUgQzkuNzAyNzg3NSwyLjg5Njg3NSAxMC4xODEyNSwzLjM3NTQ1IDEwLjE4MTI1LDMuOTY1NjI1IiBpZD0iRmlsbC01Ij48L3BhdGg+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: left 12px top 12px;
  background-size: 12px;
  max-width: 18rem;
}
.tooltip--success {
  border-left: 3px solid #54BA53;
}
.tooltip:after {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border: inset 0.85rem;
  z-index: 1;
}
.tooltip:before {
  z-index: 2;
}
.tooltip.bottom::before {
  border-color: transparent transparent #fff !important;
}
.tooltip.bottom::after {
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #ececec;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip.top::before {
  border-color: #fff transparent transparent !important;
}
.tooltip.top::after {
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #ececec transparent transparent;
  bottom: auto;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip.align-left::after {
  left: 14.4%;
  right: auto;
}
.tooltip.align-right::after {
  left: auto;
  right: 6px;
}
.tooltip.align-right::before {
  left: auto;
  right: 19px;
}
.tooltip.right::after {
  display: none;
}
.tooltip.left::before {
  border-color: transparent transparent transparent #fff;
}
.tooltip.left::after {
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #ececec;
  bottom: auto;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tooltip.notification {
  border-left-color: #165CBC;
}

.navigation-list ul, .navigation-list li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.navigation-list ul {
  display: inline-block;
}
.navigation-list a, .navigation-list button[data-cookienote-show] {
  display: block;
  padding: 5px 0;
  color: #000;
}
.navigation-list a:hover, .navigation-list button[data-cookienote-show]:hover {
  color: #6e6e6e;
}
.navigation-list button[data-cookienote-show] {
  line-height: inherit;
  font-size: inherit;
}

.newsletter-registration {
  padding-bottom: 25px;
}
.newsletter-registration .form-message {
  margin: 0;
}
.newsletter-registration__group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
}
@media print, screen and (min-width: 48.0625em) {
  .newsletter-registration__group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.newsletter-registration__group label, .newsletter-registration__group .fld__label {
  width: 100%;
}
.newsletter-registration__group input {
  margin-top: 0 !important;
}
.newsletter-registration__group .button, .newsletter-registration__group .fld--file .fld__label, .fld--file .newsletter-registration__group .fld__label {
  margin: 0 0 1rem;
  font-size: 16px;
}
@media print, screen and (min-width: 48.0625em) {
  .newsletter-registration__group .button, .newsletter-registration__group .fld--file .fld__label, .fld--file .newsletter-registration__group .fld__label {
    margin-left: 20px;
  }
}
.newsletter-registration .recaptcha-container .g-recaptcha-wrapper {
  margin-left: 0;
}
.newsletter-registration .friendly-captcha .frc-captcha {
  margin-left: 0;
}

.grid-container__breadcrumb > .grid-x {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 93.74875em) {
  .grid-container__breadcrumb {
    padding: 0 4.2857142857rem;
    margin-bottom: -2.1428571429rem;
  }
}
@media print, screen and (max-width: 81.24875em) {
  .grid-container__breadcrumb {
    padding: 0 4.2857142857rem;
  }
}
@media print, screen and (max-width: 72.49875em) {
  .grid-container__breadcrumb {
    padding: 0 2.1428571429rem;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .grid-container__breadcrumb {
    padding: 0 2.1428571429rem;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .grid-container__breadcrumb {
    padding: 0 1.0714285714rem;
    margin-bottom: -1.0714285714rem;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.0714285714rem 1rem;
}
.breadcrumb.cell {
  margin-left: 0;
  width: unset;
}
.breadcrumb ol, .breadcrumb li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.breadcrumb ol {
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.breadcrumb li:first-child {
  padding-left: 0;
}
.breadcrumb li:after {
  content: "";
  overflow: hidden;
  display: block;
  font-size: 0;
  width: 0.3571428571rem;
  height: 0.3571428571rem;
  border-top: 1px solid #6e6e6e;
  border-right: 1px solid #6e6e6e;
  position: relative;
  top: -0.1428571429rem;
  z-index: 2;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0 0.8571428571rem;
}
.breadcrumb li:last-child {
  padding-right: 1rem;
}
.breadcrumb li:last-child,
.breadcrumb li .is-active {
  color: #000;
  display: block;
  overflow: hidden;
}
.breadcrumb li:last-child span,
.breadcrumb li .is-active span {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}
.breadcrumb li:last-child::after,
.breadcrumb li .is-active::after {
  display: none;
}
@media print, screen and (max-width: 48.06125em) {
  .breadcrumb li {
    display: none;
  }
  .breadcrumb li:nth-last-child(-n+2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.breadcrumb a,
.breadcrumb span {
  color: #6e6e6e;
  font-size: 12px;
  display: block;
  min-height: 1rem;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.breadcrumb a:hover,
.breadcrumb span:hover {
  color: #000;
}

.lefthand-navigation {
  font-size: 16px;
  margin-bottom: 20px;
}
.lefthand-navigation .accordion-menu {
  margin-left: 0;
}
.lefthand-navigation .accordion-menu .nested.is-accordion-submenu {
  margin-left: 0;
}
.lefthand-navigation .accordion-menu > li > a + button {
  display: none;
}
@media print, screen and (max-width: 48.06125em) {
  .lefthand-navigation {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s;
    transition: max-height 0.2s;
  }
  .lefthand-navigation > ul {
    margin-bottom: 20px;
  }
  .lefthand-navigation.show-all-categories {
    max-height: 2000px;
  }
}
.lefthand-navigation .accordion-menu .is-accordion-submenu a,
.lefthand-navigation a {
  padding: 0 0 0 20px;
  line-height: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  margin-right: 0;
}
.lefthand-navigation .accordion-menu .is-accordion-submenu a:hover,
.lefthand-navigation a:hover {
  color: #e84d0b;
}
.lefthand-navigation .accordion-menu .is-accordion-submenu a span,
.lefthand-navigation a span {
  display: block;
  padding-right: 38px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lefthand-navigation .accordion-menu .is-accordion-submenu a ~ .submenu-toggle::after,
.lefthand-navigation a ~ .submenu-toggle::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgogICAgIHZpZXdCb3g9IjAgMCAxOCAxOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHRpdGxlPmZ1bmN0aW9uL2ljL2Fycm93IGxlZnQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8cG9seWdvbiBwb2ludHM9IjEyLjYsMy45IDExLjYsMi44IDUuNCw5IDExLjYsMTUuMiAxMi42LDE0LjEgNy41LDkgIi8+Cjwvc3ZnPg==");
  width: 18px;
  height: 18px;
  position: absolute;
  background-size: contain;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}
.lefthand-navigation .accordion-menu .is-accordion-submenu a ~ .submenu-toggle,
.lefthand-navigation a ~ .submenu-toggle {
  height: 54px;
}
.lefthand-navigation .accordion-menu .is-accordion-submenu a ~ .submenu-toggle::after,
.lefthand-navigation a ~ .submenu-toggle::after {
  border: none;
  right: 15px;
  top: 50%;
  bottom: auto;
}
.lefthand-navigation .accordion-menu .is-accordion-submenu a ~ .submenu-toggle[aria-expanded=true]::after,
.lefthand-navigation a ~ .submenu-toggle[aria-expanded=true]::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.lefthand-navigation .accordion-menu .is-accordion-submenu a.has-active-child,
.lefthand-navigation a.has-active-child {
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  color: #000;
}
.lefthand-navigation .accordion-menu .is-accordion-submenu a.has-active-child:hover,
.lefthand-navigation a.has-active-child:hover {
  color: #e84d0b;
}
.lefthand-navigation .accordion-menu .is-accordion-submenu a.has-active-child:after,
.lefthand-navigation a.has-active-child:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.lefthand-navigation .accordion-menu .is-accordion-submenu a.is-activelink,
.lefthand-navigation a.is-activelink {
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  color: #e84d0b;
}
.lefthand-navigation .accordion-menu .is-accordion-submenu a.is-activelink + .submenu-toggle[aria-expanded=true]::after, .lefthand-navigation .accordion-menu .is-accordion-submenu a.is-activelink:after,
.lefthand-navigation a.is-activelink + .submenu-toggle[aria-expanded=true]::after,
.lefthand-navigation a.is-activelink:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.lefthand-navigation li:has(button[aria-expanded=true]) > a {
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.lefthand-navigation > ul > li > a.is-activelink {
  color: #fff;
  background: #00264b;
}
.lefthand-navigation > ul > li > ul li {
  background: #fff;
  border-bottom: 1px solid #c5c6c6;
}
.lefthand-navigation > ul > li > ul > li > a.is-activelink, .lefthand-navigation > ul > li > ul > li > a.has-active-child {
  -webkit-box-shadow: 5px 0 0 #e84d0b inset;
  box-shadow: 5px 0 0 #e84d0b inset;
  background: #ececec;
}
.lefthand-navigation > ul > li > ul > li > ul {
  border-top: 1px solid #c5c6c6;
}
.lefthand-navigation > ul > li > ul > li > ul > li:last-child {
  border-bottom: 0;
}
.lefthand-navigation > ul > li > ul > li > ul > li > a {
  padding-left: 40px !important;
}
.lefthand-navigation > ul > li > ul > li > ul > li > ul {
  border-top: 1px solid #c5c6c6;
}
.lefthand-navigation > ul > li > ul > li > ul > li > ul > li:last-child {
  border-bottom: 0;
}
.lefthand-navigation > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 60px;
}
.lefthand-navigation .is-level0 .nested .nested {
  display: none !important;
}
.lefthand-navigation .is-level0 li {
  border-bottom: 1px solid #c5c6c6;
}
.lefthand-navigation .is-level0 > li > ul li {
  background: #fff;
  border-bottom: 1px solid #c5c6c6;
}
.lefthand-navigation .is-level0 > li > ul > li > a:hover {
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700 !important;
  -webkit-box-shadow: 5px 0 0 #e84d0b inset !important;
  box-shadow: 5px 0 0 #e84d0b inset !important;
  background: #ececec;
}
.lefthand-navigation .is-level0 > li > ul > li > a::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgogICAgIHZpZXdCb3g9IjAgMCAxOCAxOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHRpdGxlPmZ1bmN0aW9uL2ljL2Fycm93IGxlZnQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8cG9seWdvbiBwb2ludHM9IjEyLjYsMy45IDExLjYsMi44IDUuNCw5IDExLjYsMTUuMiAxMi42LDE0LjEgNy41LDkgIi8+Cjwvc3ZnPg==");
  width: 18px;
  height: 18px;
  position: absolute;
  background-size: contain;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.product-tile {
  background: #fff;
  padding: 25px 15px 15px 15px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  /* No Match */
}
.tile-grid--listview .product-tile {
  padding: 30px 15px 15px 15px;
}
.product-tile:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -10px;
  z-index: 1;
  background: #e84d0b;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  pointer-events: none;
}
.product-tile:hover {
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
}
.product-tile a {
  outline: none;
}
.product-tile a:hover {
  color: inherit;
}
.product-tile .product-tile__image img.ci-alternative-image {
  width: 100%;
  height: auto;
}
.product-tile:not(.product-tile--slider) .flagcontainer {
  position: absolute;
  display: none;
  top: -10px;
  left: -15px;
}
@media print, screen and (min-width: 64.0625em) {
  .product-tile:not(.product-tile--slider) .flagcontainer {
    left: auto;
    right: -15px;
    top: -129px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .product-tile:not(.product-tile--slider) .flagcontainer .flag:nth-child(4) {
    display: none;
  }
  .product-tile:not(.product-tile--slider) .flagcontainer .flag-wrapper:nth-child(2) {
    display: none;
  }
}
.tile-grid--listview .product-tile:not(.product-tile--slider) .flagcontainer {
  display: inline-block;
  left: 0;
  right: auto;
  top: 0;
  z-index: 2;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.tile-grid--listview .product-tile:not(.product-tile--slider) .flagcontainer .flag {
  display: inline-block;
  margin-bottom: 5px;
}
@media print, screen and (max-width: 48.06125em) {
  .tile-grid--listview .product-tile:not(.product-tile--slider) .flagcontainer {
    top: 0;
  }
}
.product-tile.product-tile--slider .flagcontainer {
  display: none;
}
.product-tile.product-tile--slider .product-tile__image .flagcontainer {
  position: absolute;
  top: 0;
  left: -15px;
  right: auto;
  display: inline-block;
  margin-bottom: 5px;
}
.product-tile .show-on-listview,
.product-tile .show-on-mobile {
  display: none;
}
.product-tile .hide-on-mobile,
.product-tile .hide-on-listview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-tile .priceblock {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.product-tile .changelabel {
  position: absolute;
  bottom: 5px;
  right: 15px;
}
.product-tile.has-changelabel {
  padding-bottom: 50px;
}
.product-tile a[href=""] {
  pointer-events: none;
}
.product-tile .button--delete {
  cursor: pointer !important;
}
.product-tile.product-tile--cart-no-match {
  cursor: default;
  pointer-events: initial;
  min-height: auto;
  padding-bottom: 2.1428571429rem;
}
.product-tile.product-tile--cart-no-match .product-tile__top,
.product-tile.product-tile--cart-no-match .product-tile__left-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-tile.product-tile--cart-no-match .product-tile__header {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.product-tile.product-tile--cart-no-match .product-tile__image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.product-tile.product-tile--cart-no-match .product-tile__image:after {
  display: none;
}
.product-tile.product-tile--cart-no-match .product-tile__name p {
  margin-bottom: 0;
}
.product-tile.product-tile--cart-no-match .product-tile__info-text,
.product-tile.product-tile--cart-no-match .product-tile__alternates {
  padding: 0.0714285714rem 0.4285714286rem;
  background: #ececec;
  margin: 0;
  font-size: 0.8571428571rem;
  white-space: nowrap;
}
.product-tile.product-tile--cart-no-match .product-tile__info-text:not(:first-child),
.product-tile.product-tile--cart-no-match .product-tile__alternates:not(:first-child) {
  margin-top: 0.7142857143rem;
}
.product-tile.product-tile--cart-no-match .product-tile__info-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-tile.product-tile--cart-no-match .product-tile__info-text .icon {
  margin-right: 0.3571428571rem;
}
.product-tile.product-tile--cart-no-match .product-tile__info-text .icon svg {
  width: 1rem;
  height: 1rem;
}
.product-tile.product-tile--cart-no-match .product-tile__alternates {
  display: inline-block;
  width: auto;
}
.product-tile.product-tile--cart-no-match .product-tile__alternates .button.button--textlike, .product-tile.product-tile--cart-no-match .product-tile__alternates .fld--file .button--textlike.fld__label, .fld--file .product-tile.product-tile--cart-no-match .product-tile__alternates .button--textlike.fld__label {
  margin: 0;
  font-size: 0.8571428571rem;
}
.product-tile.product-tile--cart-no-match .product-tile__bottom {
  min-height: -webkit-fit-content;
  min-height: -moz-fit-content;
  min-height: fit-content;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-tile.product-tile--cart-no-match .product-tile__packingunit {
  float: right;
}
.product-tile.product-tile--cart-no-match::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 1;
  opacity: 0.5;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 48.0625em) {
  .product-tile.product-tile--cart-no-match .product-tile__bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .product-tile.product-tile--cart-no-match .product-tile__image {
    width: 6.4285714286rem;
    margin-right: 1.4285714286rem;
  }
}
@media screen and (min-width: 72.5em) {
  .product-tile.product-tile--cart-no-match .product-tile__image {
    width: 8.5714285714rem;
  }
  .product-tile.product-tile--cart-no-match .product-tile__bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.product-tile__note {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 12px;
}
.product-tile__note [data-note-add] {
  display: none;
}
.product-tile__note form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-tile__note form:not(:last-child) {
  margin-right: 10px;
}
.product-tile__note .loader {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-tile__note .button, .product-tile__note .fld--file .fld__label, .fld--file .product-tile__note .fld__label {
  padding: 0;
  margin: 0 auto;
}
.product-tile__note .button:not(:last-child), .product-tile__note .fld--file .fld__label:not(:last-child), .fld--file .product-tile__note .fld__label:not(:last-child) {
  margin-right: 10px;
}
.product-tile__note .button .icon, .product-tile__note .fld--file .fld__label .icon, .fld--file .product-tile__note .fld__label .icon {
  color: #000;
}
.product-tile__note .button svg, .product-tile__note .fld--file .fld__label svg, .fld--file .product-tile__note .fld__label svg {
  max-width: 18px;
}
@media print, screen and (min-width: 64.0625em) {
  .product-tile__note .button svg, .product-tile__note .fld--file .fld__label svg, .fld--file .product-tile__note .fld__label svg {
    max-width: 20px;
  }
}
.product-tile__note .button.button--disabled svg, .product-tile__note .fld--file .button--disabled.fld__label svg, .fld--file .product-tile__note .button--disabled.fld__label svg {
  fill: #c5c6c6;
}

.product-tile__manufacturer p,
.product-tile__sku p,
.product-tile__ean p {
  color: #6e6e6e;
  margin: 0;
  padding-right: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-tile__manufacturer p::after,
.product-tile__sku p::after,
.product-tile__ean p::after {
  content: " ";
}

.product-tile_articlenumber {
  display: none;
}
.product-tile_articlenumber p {
  font-size: 12px;
  color: #6e6e6e;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 22px;
}
.product-slider .product-tile_articlenumber {
  display: block;
}

.product-tile__name p {
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  margin: 0 0 10px;
  height: 70px;
  overflow: hidden;
}
.product-tile__name p::after {
  content: " ";
}

.product-tile__features p {
  font-size: 12px;
  margin: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-tile__features p::after {
  content: " ";
}
.modal-alternate-products__suggestion .product-tile__features {
  display: none;
}

#js_filter-results .product-tile__features {
  display: none;
}
#js_filter-results .tile-grid--listview .product-tile__features:not(.hide-on-listview) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#js_filter-results .product-tile__middle {
  margin-top: 20px;
}
@media print, screen and (max-width: 35.49875em) {
  #js_filter-results .product-tile__middle {
    margin-top: 0;
  }
}
#js_filter-results .tile-grid--listview .product-tile__middle {
  margin-top: 0;
}

.modal-alternate-products__suggestion .product-tile__top,
.modal-alternate-products__suggestion .product-tile__left-main {
  margin-bottom: auto;
}

.product-tile__middle .delivery {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  min-height: 36px;
}
.product-tile__middle .delivery .icon {
  min-width: 0;
}
.product-tile__middle .delivery .delivery__shop {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  border-right: 1px solid #6e6e6e;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px;
}
.product-tile__middle .delivery .delivery__shop .icon {
  margin-right: 10px;
}
.product-tile__middle .delivery .delivery__shipping {
  padding-left: 15px;
  text-align: right;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.product-tile__middle .delivery .delivery__shipping .icon {
  margin-right: 10px;
}

.product-tile__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 55px;
  min-height: 84.45px;
}
.product-tile__bottom .product-tile__bottom__row1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 10px 0 0 0;
}
.product-tile__bottom .product-tile__bottom__row1 > div {
  padding: 10px 0 10px 0;
}
.product-tile__bottom .product-tile__bottom__row1 div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-tile__bottom .product-tile__bottom__row1 div:last-child:not(:first-child) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.product-tile__bottom .product-tile__bottom__row1 div:first-child {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-right: 10px;
}
.product-tile__bottom .product-tile__bottom__row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: end;
  align-content: end;
}
.modal-alternate-products__suggestion .product-tile__bottom {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
@media print, screen and (min-width: 48.0625em) {
  .tile-grid--listview .product-tile__bottom {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
.product-tile__bottom > .product-tile__variants,
.product-tile__bottom > .product-tile__parcel {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0 5px 0;
}
.product-tile__bottom > .product-tile__variants > div,
.product-tile__bottom > .product-tile__parcel > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-tile__bottom > .product-tile__variants > div > div,
.product-tile__bottom > .product-tile__parcel > div > div {
  white-space: normal;
}
.product-tile__bottom > .product-tile__variants {
  margin-right: 10px;
}
.product-tile__bottom .product-tile__productdata,
.product-tile__bottom .product-tile__price {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media print, screen and (min-width: 48.0625em) {
  .tile-grid--listview .product-tile__bottom .product-tile__productdata,
  .tile-grid--listview .product-tile__bottom .product-tile__price {
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 0;
  }
}
@media print, screen and (max-width: 81.24875em) {
  .product-tile__bottom .product-tile__productdata,
  .product-tile__bottom .product-tile__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media print, screen and (max-width: 72.49875em) {
  .product-tile__bottom .product-tile__productdata,
  .product-tile__bottom .product-tile__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .product-tile__bottom .product-tile__productdata,
  .product-tile__bottom .product-tile__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}
.product-tile__bottom .product-tile__productdata a,
.product-tile__bottom .product-tile__price a {
  line-height: 1;
}
@media print, screen and (max-width: 93.74875em) {
  .product-tile__bottom > .product-tile__reviews,
  .product-tile__bottom > .product-tile__variants,
  .product-tile__bottom > .product-tile__parcel {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-left: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
@media print, screen and (max-width: 81.24875em) {
  .product-tile__bottom > .product-tile__reviews,
  .product-tile__bottom > .product-tile__variants,
  .product-tile__bottom > .product-tile__parcel {
    width: 100%;
    margin-bottom: 10px;
  }
  .product-tile__bottom > .product-tile__reviews > div,
  .product-tile__bottom > .product-tile__variants > div,
  .product-tile__bottom > .product-tile__parcel > div {
    width: 100%;
    padding-left: 0;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .product-tile__bottom > .product-tile__reviews,
  .product-tile__bottom > .product-tile__variants,
  .product-tile__bottom > .product-tile__parcel {
    width: 100%;
  }
}
@media print, screen and (max-width: 93.74875em) {
  .product-tile__bottom > .product-tile__variants + .product-tile__parcel {
    margin-top: 0px;
  }
}
.product-tile__bottom > .product-tile__reviews,
.product-tile__bottom > .product-tile__variants {
  -ms-flex-item-align: center;
  align-self: center;
  min-height: 24px;
}
@media print, screen and (max-width: 35.49875em) {
  .product-tile__bottom > .product-tile__variants {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.product-tile__bottom .product-tile__productdata {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: -3px;
}
@media print, screen and (max-width: 81.24875em) {
  .product-tile__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .product-tile__bottom .product-tile__productdata,
  .product-tile__bottom .product-tile__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .product-tile__bottom .product-tile__productdata {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

.product-tile__variants,
.product-tile__parcel {
  font-size: 12px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: right;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  white-space: nowrap;
}
.product-tile__variants .icon,
.product-tile__parcel .icon {
  margin-right: 10px;
}

.product-tile__productdata {
  min-height: 49px;
  margin-top: 10px;
}

.product-tile__datasheet {
  margin-top: 4px;
  font-size: 12px;
}
.product-tile__datasheet a {
  text-decoration: underline;
}

.product-tile__image {
  position: relative;
}
.product-tile__image picture {
  width: 13.1428571429rem;
  margin: 0 auto;
  text-align: center;
}
.product-tile__image .ci-alternative-wrapper {
  width: 100%;
  max-width: 13.1428571429rem;
  margin: 0 auto;
  text-align: center;
}
.product-tile__image .flagcontainer {
  display: inline-block !important;
}
.tile-grid--listview .product-tile__image .flagcontainer {
  display: none !important;
}

.account__content .tile-grid--listview .flag {
  display: block;
  top: -15px;
  left: -15px;
}
.account__content .tile > .flag-wrapper > .flag {
  top: 0;
  left: 0;
}

.product-tile__attributes {
  display: none;
  font-size: 12px;
  padding-top: 0.5rem;
}
.modal-alternate-products__suggestion .product-tile__attributes {
  display: block;
}
.product-tile__attributes dl {
  text-align: center;
}
.product-tile__attributes dt {
  margin-bottom: 4px;
}
.product-tile__attributes dd {
  margin-bottom: 5px;
}
@media print, screen and (max-width: 64.06125em) {
  .product-tile__attributes {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    width: 100%;
  }
  .product-tile__attributes dl {
    text-align: left;
  }
}

/* PRICE */
.product-tile__price {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  text-align: right;
  margin: 10px 0 0 auto;
  position: relative;
}

.product-tile__price-not-binding {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1px 6px;
  background: #ececec;
  margin: 10px 0;
  font-size: 12px;
  white-space: nowrap;
}
.product-tile__price-not-binding.is-visible {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media (min-width: 1300px) {
  .product-tile__price-not-binding {
    position: absolute;
    bottom: -43px;
    left: 0;
    margin: 0;
  }
}
@media (min-width: 1400px) {
  .product-tile__price-not-binding {
    bottom: -33px;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .product-tile__price-not-binding {
    margin: 30px 0 10px 0;
  }
}
.product-tile__price-not-binding .icon {
  margin-right: 5px;
}
.product-tile__price-not-binding .icon svg {
  width: 14px;
  height: 14px;
}

/* MOBILEANSICHT */
.tile-grid--tileview .product-tile {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-height: 17.1428571429rem;
}
.tile-grid--tileview .product-tile .show-on-listview {
  display: none;
}
.tile-grid--tileview .product-tile .hide-on-mobile {
  display: none;
}
.tile-grid--tileview .product-tile .show-on-mobile {
  display: inline-block;
}
.tile-grid--tileview .product-tile .product-tile__top a,
.tile-grid--tileview .product-tile .product-tile__top .product-tile__link-dummy,
.tile-grid--tileview .product-tile .product-tile__left-main a,
.tile-grid--tileview .product-tile .product-tile__left-main .product-tile__link-dummy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tile-grid--tileview .product-tile .product-tile__image {
  width: 6.4285714286rem;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 20px;
}
.tile-grid--tileview .product-tile .product-tile__header {
  width: calc(100% - 140px);
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.tile-grid--tileview .product-tile .product-tile__features {
  width: 100%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.tile-grid--tileview .product-tile .product-tile__features p {
  margin-bottom: 0;
}
.tile-grid--tileview .product-tile .product-tile__name p {
  height: 92px;
  margin: 0;
}
@media print, screen and (max-width: 35.49875em) {
  .tile-grid--tileview .product-tile .product-tile__name p {
    height: auto;
  }
}
.tile-grid--tileview .product-tile .product-tile__variants {
  margin: 10px 0 15px 0;
}
.tile-grid--tileview .product-tile .product-tile__variants > div {
  width: 100%;
}
.tile-grid--tileview .product-tile .product-tile__price {
  margin-top: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-height: 31px;
}
.tile-grid--tileview .product-tile .product-tile__delivery {
  margin-top: 10px;
}
.tile-grid--tileview .product-tile .product-tile__bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.tile-grid--tileview .product-tile .product-tile__productdata {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-height: 0;
}
.tile-grid--tileview .product-tile .product-tile__productdata {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media print, screen and (max-width: 81.24875em) {
  .product-tile {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-height: 17.1428571429rem;
  }
  .product-tile .show-on-listview {
    display: none;
  }
  .product-tile .hide-on-mobile {
    display: none;
  }
  .product-tile .show-on-mobile {
    display: inline-block;
  }
  .product-tile .product-tile__top a,
  .product-tile .product-tile__top .product-tile__link-dummy,
  .product-tile .product-tile__left-main a,
  .product-tile .product-tile__left-main .product-tile__link-dummy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-tile .product-tile__image {
    width: 6.4285714286rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 20px;
  }
  .product-tile .product-tile__header {
    width: calc(100% - 140px);
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .product-tile .product-tile__features {
    width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .product-tile .product-tile__features p {
    margin-bottom: 0;
  }
  .product-tile .product-tile__name p {
    height: 92px;
    margin: 0;
  }
}
@media print, screen and (max-width: 81.24875em) and (max-width: 35.49875em) {
  .product-tile .product-tile__name p {
    height: auto;
  }
}
@media print, screen and (max-width: 81.24875em) {
  .product-tile .product-tile__variants {
    margin: 10px 0 15px 0;
  }
  .product-tile .product-tile__variants > div {
    width: 100%;
  }
  .product-tile .product-tile__price {
    margin-top: 10px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-height: 31px;
  }
  .product-tile .product-tile__delivery {
    margin-top: 10px;
  }
  .product-tile .product-tile__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .product-tile .product-tile__productdata {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    min-height: 0;
  }
  .product-tile .product-tile__productdata {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}

/* LISTENANSICHT */
@media screen and (min-width: 72.5em) {
  .tile-grid--listview .show-on-listview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .tile-grid--listview .hide-on-listview {
    display: none;
  }
  .tile-grid--listview .product-tile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .tile-grid--listview .product-tile__top {
    -webkit-box-flex: 4;
    -ms-flex: 4 1 50%;
    flex: 4 1 50%;
  }
  .tile-grid--listview .product-tile__top,
  .tile-grid--listview .product-tile__left-main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: 100%;
  }
  .tile-grid--listview .product-tile__top a,
  .tile-grid--listview .product-tile__top .product-tile__link-dummy,
  .tile-grid--listview .product-tile__left-main a,
  .tile-grid--listview .product-tile__left-main .product-tile__link-dummy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .tile-grid--listview .product-tile__top a .product-tile__header,
  .tile-grid--listview .product-tile__top .product-tile__link-dummy .product-tile__header,
  .tile-grid--listview .product-tile__left-main a .product-tile__header,
  .tile-grid--listview .product-tile__left-main .product-tile__link-dummy .product-tile__header {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
}
@media screen and (min-width: 72.5em) and (max-width: 64.06125em) {
  .tile-grid--listview .product-tile__top a .product-tile__header p,
  .tile-grid--listview .product-tile__top .product-tile__link-dummy .product-tile__header p,
  .tile-grid--listview .product-tile__left-main a .product-tile__header p,
  .tile-grid--listview .product-tile__left-main .product-tile__link-dummy .product-tile__header p {
    max-width: 190px;
  }
}
@media screen and (min-width: 72.5em) {
  .tile-grid--listview .product-tile__top a .product-tile__image,
  .tile-grid--listview .product-tile__top .product-tile__link-dummy .product-tile__image,
  .tile-grid--listview .product-tile__left-main a .product-tile__image,
  .tile-grid--listview .product-tile__left-main .product-tile__link-dummy .product-tile__image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-right: 20px;
    width: 8.5714285714rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
@media screen and (min-width: 72.5em) and (max-width: 72.49875em) {
  .tile-grid--listview .product-tile__top a .product-tile__image,
  .tile-grid--listview .product-tile__top .product-tile__link-dummy .product-tile__image,
  .tile-grid--listview .product-tile__left-main a .product-tile__image,
  .tile-grid--listview .product-tile__left-main .product-tile__link-dummy .product-tile__image {
    width: 6.4285714286rem;
  }
}
@media screen and (min-width: 72.5em) {
  .tile-grid--listview .product-tile__top a .product-tile__features,
  .tile-grid--listview .product-tile__top .product-tile__link-dummy .product-tile__features,
  .tile-grid--listview .product-tile__left-main a .product-tile__features,
  .tile-grid--listview .product-tile__left-main .product-tile__link-dummy .product-tile__features {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .tile-grid--listview .product-tile__top a .product-tile__features p,
  .tile-grid--listview .product-tile__top .product-tile__link-dummy .product-tile__features p,
  .tile-grid--listview .product-tile__left-main a .product-tile__features p,
  .tile-grid--listview .product-tile__left-main .product-tile__link-dummy .product-tile__features p {
    white-space: normal;
  }
  .tile-grid--listview .product-tile__top a .product-tile__manufacturer p,
  .tile-grid--listview .product-tile__top a .product-tile__features p,
  .tile-grid--listview .product-tile__top .product-tile__link-dummy .product-tile__manufacturer p,
  .tile-grid--listview .product-tile__top .product-tile__link-dummy .product-tile__features p,
  .tile-grid--listview .product-tile__left-main a .product-tile__manufacturer p,
  .tile-grid--listview .product-tile__left-main a .product-tile__features p,
  .tile-grid--listview .product-tile__left-main .product-tile__link-dummy .product-tile__manufacturer p,
  .tile-grid--listview .product-tile__left-main .product-tile__link-dummy .product-tile__features p {
    padding-right: 0;
  }
  .tile-grid--listview .product-tile__top a .product-tile__manufacturer p:after,
  .tile-grid--listview .product-tile__top a .product-tile__features p:after,
  .tile-grid--listview .product-tile__top .product-tile__link-dummy .product-tile__manufacturer p:after,
  .tile-grid--listview .product-tile__top .product-tile__link-dummy .product-tile__features p:after,
  .tile-grid--listview .product-tile__left-main a .product-tile__manufacturer p:after,
  .tile-grid--listview .product-tile__left-main a .product-tile__features p:after,
  .tile-grid--listview .product-tile__left-main .product-tile__link-dummy .product-tile__manufacturer p:after,
  .tile-grid--listview .product-tile__left-main .product-tile__link-dummy .product-tile__features p:after {
    display: none;
  }
  .tile-grid--listview .product-tile__middle {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding-right: 20px;
    min-height: 36px;
  }
  .tile-grid--listview .product-tile__middle .icon {
    width: 24px;
    text-align: center;
  }
  .tile-grid--listview .product-tile__middle .delivery__shop > div,
  .tile-grid--listview .product-tile__middle .delivery__shipping > div {
    width: 91px;
    white-space: normal;
    text-align: right;
  }
}
@media screen and (min-width: 72.5em) and (max-width: 72.49875em) {
  .tile-grid--listview .product-tile__middle {
    -ms-flex-preferred-size: 25%;
  }
}
@media screen and (min-width: 72.5em) and (max-width: 48.06125em) {
  .tile-grid--listview .product-tile__middle {
    -ms-flex-preferred-size: 30%;
  }
}
@media screen and (min-width: 72.5em) {
  .tile-grid--listview .product-tile__delivery {
    display: inline-block;
    border-right: 1px solid #6e6e6e;
  }
  .tile-grid--listview .product-tile__delivery .delivery {
    display: block;
    width: 100%;
  }
  .tile-grid--listview .product-tile__delivery .delivery__shipping,
  .tile-grid--listview .product-tile__delivery .delivery__shop {
    font-size: 12px;
    text-align: right;
    border: none;
    padding: 10px 20px;
    white-space: nowrap;
  }
  .tile-grid--listview .product-tile__bottom {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 2;
    -ms-flex: 2 1 35%;
    flex: 2 1 35%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
  }
}
@media screen and (min-width: 72.5em) and (max-width: 72.49875em) {
  .tile-grid--listview .product-tile__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 72.5em) {
  .tile-grid--listview .product-tile__bottom .product-tile__productdata {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0;
  }
  .tile-grid--listview .product-tile__bottom .product-tile__bottom__row2 {
    width: 100%;
  }
  .tile-grid--listview .product-tile__bottom .product-tile__variants,
  .tile-grid--listview .product-tile__bottom .product-tile__parcel {
    text-align: left;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .tile-grid--listview .product-tile__bottom .product-tile__variants + .product-tile__parcel {
    margin-top: 10px;
  }
  .tile-grid--listview .product-tile__bottom .product-tile__energylabel {
    float: left;
    margin: 10px 0;
  }
  .tile-grid--listview .product-tile__bottom .product-tile__datasheet {
    float: left;
    margin-top: 11px;
  }
  .tile-grid--listview .product-tile__bottom .product-tile__price {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .tile-grid--listview .product-tile__name p {
    margin-bottom: 0;
    height: auto;
    max-height: 48px;
  }
}
/* CART */
@media print, screen and (min-width: 48.0625em) {
  .product-tile--cart.product-tile--request .product-tile__bottom, .product-tile--cart.product-tile--movedToRequest .product-tile__bottom {
    margin-top: 32px;
  }
}
.product-tile--cart a[href=""] {
  pointer-events: none;
}
.product-tile--cart .flag-wrapper {
  left: 0;
  top: 0;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  z-index: 2;
}
.product-tile--cart .flag {
  position: absolute;
}
.product-tile--cart .product-tile__top .product-tile__manufacturer p,
.product-tile--cart .product-tile__left-main .product-tile__manufacturer p {
  padding-right: 0;
}
.product-tile--cart .product-tile__top .product-tile__sku p,
.product-tile--cart .product-tile__left-main .product-tile__sku p {
  padding-right: 50px;
}
@media print, screen and (max-width: 48.06125em) {
  .product-tile--cart .product-tile__features p:empty {
    display: none;
  }
  .product-tile--cart .product-tile__name p {
    height: auto;
  }
}
.product-tile--cart .product-tile__delivery {
  font-size: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-tile--cart .product-tile__delivery .delivery .delivery__shop,
.product-tile--cart .product-tile__delivery .delivery .delivery__shipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-tile--cart .product-tile__delivery .delivery-availability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-tile--cart .product-tile__delivery .delivery-availability-green::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #54BA53;
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.product-tile--cart .product-tile__delivery .delivery-availability-red::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #bb0440;
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.product-tile--cart .product-tile__delivery .delivery-availability-yellow::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FDCA00;
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.product-tile--cart .product-tile__delivery .delivery-availability-grey::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #c5c6c6;
  content: "";
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 50%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
@media print, screen and (min-width: 48.0625em) {
  .product-tile--cart .product-tile__middle {
    height: 100%;
    padding-top: 5px;
  }
}
.product-tile--cart .product-tile__middle .product-tile__delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
}
@media print, screen and (min-width: 48.0625em) {
  .product-tile--cart .product-tile__middle .product-tile__delivery {
    height: calc(100% - 1.25rem);
  }
}
@media print, screen and (max-width: 48.06125em) {
  .product-tile--cart .product-tile__middle .product-tile__delivery {
    display: none;
  }
}
.product-tile--cart .product-tile__middle .delivery .delivery__shop,
.product-tile--cart .product-tile__middle .delivery .delivery__shipping {
  text-align: right;
  border: none;
  padding: 10px 20px;
  white-space: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-tile--cart .product-tile__middle .product-tile__productdata {
  min-height: 0;
  margin-top: 5px;
}
.product-tile--cart .product-tile__bottom {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-tile--cart .product-tile__bottom .product-tile__productdata {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  min-height: 0;
}
.product-tile--cart .product-tile__bottom .product-tile__price {
  margin: 0 0 10px;
}
@media print, screen and (min-width: 48.0625em) {
  .product-tile--cart .product-tile__bottom .product-tile__price {
    text-align: left;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .product-tile--cart .product-tile__bottom .product-tile__price {
    width: 50%;
    margin-bottom: 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .product-tile--cart .product-tile__bottom .product-tile__price {
    text-align: right;
    width: 100%;
  }
  .product-tile--cart .product-tile__bottom .product-tile__price a {
    display: block;
    padding: 18px 0 0 0;
  }
  .product-tile--cart .product-tile__bottom .product-tile__price .priceblock {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .product-tile--cart .product-tile__bottom .product-tile__price a {
    padding: 0;
    display: inline;
  }
}
.product-tile--cart .product-tile__bottom .product-tile__delivery {
  width: 50%;
  display: none;
}
@media print, screen and (max-width: 48.06125em) {
  .product-tile--cart .product-tile__bottom .product-tile__delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: -8px;
  }
  .product-tile--cart .product-tile__bottom .product-tile__delivery .delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
  }
}
.product-tile--cart .product-tile__bottom .delivery__shop {
  border-color: transparent;
}
.product-tile--cart .product-tile__bottom .quantity {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin: 10px 0 0 auto;
  width: 50%;
  max-width: 135px;
}
@media print, screen and (min-width: 48.0625em) {
  .product-tile--cart .product-tile__bottom .quantity {
    width: 100%;
    margin-top: 0;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .product-tile--cart .product-tile__bottom .quantity {
    width: 50%;
  }
}
.product-tile--cart .product-tile__bottom .quantity input[type=number] {
  padding: 0;
  min-width: 3.0714285714rem;
}
.product-tile--cart .product-tile__bottom .product-tile__packingunit {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  text-align: right;
  width: 100%;
  font-weight: 500;
}
.product-tile--cart .product-tile__bottom .product-tile__alternates {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  margin-top: 1rem;
}
.product-tile--cart .product-tile__bottom .product-tile__alternates button {
  font-size: 12px;
  text-decoration: underline;
  text-align: left;
}
.product-tile--cart:not(.product-tile--cart-no-match):not(.product-tile--template) .product-tile__bottom {
  width: 100%;
}
@media print, screen and (min-width: 48.0625em) {
  .product-tile--cart .priceblock {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media print, screen and (min-width: 35.5em) and (max-width: 48.06125em) {
  .product-tile--cart {
    /* 568 - 769 */
    padding-bottom: 0;
    margin-top: 0;
  }
  .product-tile--cart .product-tile__image {
    width: 14.2857142857rem;
  }
  .product-tile--cart.has-changelabel {
    padding-bottom: 20px;
  }
  .product-tile--cart .product-tile__header {
    width: calc(100% - 250px);
  }
  .product-tile--cart .product-tile__header .product-tile__features.show-on-listview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-tile--cart .product-tile__features.hide-on-listview,
  .product-tile--cart .product-tile__productdata.hide-on-listview {
    display: none;
  }
  .product-tile--cart .product-tile__bottom {
    display: block;
    position: relative;
  }
  .product-tile--cart .product-tile__bottom .product-tile__productdata {
    width: 50%;
    -ms-flex-item-align: start;
    align-self: flex-start;
    float: left;
    display: block;
    margin-bottom: 10px;
  }
  .product-tile--cart .product-tile__bottom .product-tile__datasheet,
  .product-tile--cart .product-tile__bottom .product-tile__energylabel {
    display: inline-block;
  }
  .product-tile--cart .product-tile__bottom .product-tile__datasheet {
    position: relative;
    top: -4px;
  }
  .product-tile--cart .product-tile__bottom .product-tile__price {
    width: calc(100% - 155px);
    -ms-flex-item-align: end;
    align-self: flex-end;
    float: left;
    display: block;
    position: relative;
    top: 0;
    right: 0;
  }
  .product-tile--cart .product-tile__bottom .quantity {
    max-width: 135px;
    float: right;
    position: relative;
    margin-top: 0;
  }
  .product-tile--cart .product-tile__bottom .product-tile__delivery {
    margin-bottom: -15px;
  }
  .product-tile--cart .product-tile__bottom .product-tile__packingunit {
    margin-bottom: 10px;
  }
  .product-tile--cart .product-tile__bottom .product-tile__delivery .delivery {
    position: static;
  }
}

/*
 * Curated Products - Mix of default and cart tile
 * `--calculator` => adapted version of curated product tile
 * for changes check info in `partials/tiles/calculator-product-tile.mustache`
 */
.product-tile--curated,
.product-tile--calculator {
  /* Unbelievable hack to make this sh!t work!
   * Would be interesting to know why this component is implemented
   * in this complicated way. Adaptations are almost impossible. */
}
.product-tile--curated p,
.product-tile--calculator p {
  height: auto !important;
  max-width: none !important;
}
.product-tile--curated .flag-wrapper,
.product-tile--calculator .flag-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.product-tile--curated .product-tile__left,
.product-tile--calculator .product-tile__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-tile--curated .product-tile__left .product-tile__delivery,
.product-tile--calculator .product-tile__left .product-tile__delivery {
  display: none;
}
.product-tile--curated .product-tile__right,
.product-tile--calculator .product-tile__right {
  position: relative;
}
.product-tile--curated .product-tile__right .product-tile__delivery,
.product-tile--calculator .product-tile__right .product-tile__delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.product-tile--curated .product-tile__right .product-tile__delivery .delivery,
.product-tile--calculator .product-tile__right .product-tile__delivery .delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.product-tile--curated .product-tile__right .product-tile__delivery .delivery__shipping,
.product-tile--curated .product-tile__right .product-tile__delivery .delivery__shop,
.product-tile--calculator .product-tile__right .product-tile__delivery .delivery__shipping,
.product-tile--calculator .product-tile__right .product-tile__delivery .delivery__shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-tile--curated .product-tile__right .product-tile__delivery .delivery-availability,
.product-tile--calculator .product-tile__right .product-tile__delivery .delivery-availability {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-tile--curated .product-tile__right .product-tile__price,
.product-tile--calculator .product-tile__right .product-tile__price {
  min-height: auto;
}
.product-tile--curated .product-tile__right .product-tile__price:not(:last-child),
.product-tile--calculator .product-tile__right .product-tile__price:not(:last-child) {
  margin-bottom: 0.7142857143rem;
}
.product-tile--curated .product-tile__right .product-tile__price-not-binding,
.product-tile--calculator .product-tile__right .product-tile__price-not-binding {
  margin: 0 0 0.7142857143rem 0;
}
.product-tile--curated .product-tile__delivery,
.product-tile--calculator .product-tile__delivery {
  font-size: 0.8571428571rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-tile--curated .product-tile__form__row,
.product-tile--calculator .product-tile__form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.product-tile--curated .input-group,
.product-tile--calculator .input-group {
  margin-bottom: 0;
}
.product-tile--curated .input-group.quantity,
.product-tile--calculator .input-group.quantity {
  max-width: 9.6428571429rem;
}
.product-tile--curated .product-tile__packingunit,
.product-tile--calculator .product-tile__packingunit {
  text-align: right;
}
.product-tile--curated .product-tile__form__column:not(:last-child),
.product-tile--calculator .product-tile__form__column:not(:last-child) {
  margin-right: 0.7142857143rem;
}
.product-tile--curated button[data-cart-button],
.product-tile--calculator button[data-cart-button] {
  min-height: auto;
  height: 2.8571428571rem;
  padding: 0 0.7142857143rem;
  margin: 0;
}
.product-tile--curated button[data-cart-button] .icon,
.product-tile--calculator button[data-cart-button] .icon {
  padding: 0;
}
.product-tile--curated button[data-cart-button].is-loading .suggest-tile__addtocart__icon-cart,
.product-tile--calculator button[data-cart-button].is-loading .suggest-tile__addtocart__icon-cart {
  color: var(--buttonBackgroundPrimary);
}
@media print, screen and (min-width: 35.5em) {
  .product-tile--curated .product-tile__right .product-tile__delivery,
  .product-tile--calculator .product-tile__right .product-tile__delivery {
    position: absolute;
    width: 50%;
    top: 0;
    left: 0;
  }
  .product-tile--curated .product-tile__right .product-tile__delivery .delivery,
  .product-tile--calculator .product-tile__right .product-tile__delivery .delivery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-tile--curated .product-tile__right .product-tile__delivery .delivery__shop:not(:last-child),
  .product-tile--calculator .product-tile__right .product-tile__delivery .delivery__shop:not(:last-child) {
    margin-bottom: 0.7142857143rem;
  }
  .product-tile--curated .product-tile__right .product-tile__delivery .product-tile__price,
  .product-tile--curated .product-tile__right .product-tile__delivery .product-tile__form,
  .product-tile--calculator .product-tile__right .product-tile__delivery .product-tile__price,
  .product-tile--calculator .product-tile__right .product-tile__delivery .product-tile__form {
    width: 50%;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .product-tile--curated .product-tile__right,
  .product-tile--calculator .product-tile__right {
    margin-left: auto;
  }
  .product-tile--curated .product-tile__right .product-tile__delivery,
  .product-tile--calculator .product-tile__right .product-tile__delivery {
    position: static;
    width: 100%;
    border-right: none;
  }
  .product-tile--curated .product-tile__right .delivery,
  .product-tile--calculator .product-tile__right .delivery {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
  .product-tile--curated .product-tile__right .delivery__shop,
  .product-tile--curated .product-tile__right .delivery__shipping,
  .product-tile--calculator .product-tile__right .delivery__shop,
  .product-tile--calculator .product-tile__right .delivery__shipping {
    padding: 0;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .product-tile--curated .product-tile__left,
  .product-tile--calculator .product-tile__left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .product-tile--curated .product-tile__left .product-tile__delivery,
  .product-tile--calculator .product-tile__left .product-tile__delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product-tile--curated .product-tile__left-main,
  .product-tile--calculator .product-tile__left-main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .product-tile--curated .product-tile__right,
  .product-tile--calculator .product-tile__right {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .product-tile--curated .product-tile__right .product-tile__delivery,
  .product-tile--calculator .product-tile__right .product-tile__delivery {
    display: none;
  }
  .product-tile--curated .product-tile__right .product-tile__form__column:not(:last-child),
  .product-tile--calculator .product-tile__right .product-tile__form__column:not(:last-child) {
    margin-right: 16%;
  }
}
@media screen and (min-width: 72.5em) {
  .product-tile--curated .product-tile__right,
  .product-tile--calculator .product-tile__right {
    -ms-flex-preferred-size: 45%;
    flex-basis: 45%;
  }
  .product-tile--curated .product-tile__right .product-tile__form__row,
  .product-tile--calculator .product-tile__right .product-tile__form__row {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  .product-tile--curated .product-tile__right .product-tile__form__column:not(:last-child),
  .product-tile--calculator .product-tile__right .product-tile__form__column:not(:last-child) {
    margin-right: 0;
  }
  .product-tile--curated .product-tile__right .product-tile__price,
  .product-tile--calculator .product-tile__right .product-tile__price {
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product-tile--curated .product-tile__right .product-tile__price > span:first-child,
  .product-tile--calculator .product-tile__right .product-tile__price > span:first-child {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .product-tile--curated .product-tile__right .product-tile__price > a,
  .product-tile--calculator .product-tile__right .product-tile__price > a {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .product-tile--curated .product-tile__right .product-tile__price > p.product-tile__price-not-binding,
  .product-tile--calculator .product-tile__right .product-tile__price > p.product-tile__price-not-binding {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .product-tile--curated .product-tile__right .product-tile__price-not-binding,
  .product-tile--calculator .product-tile__right .product-tile__price-not-binding {
    position: static;
  }
}
@media screen and (min-width: 81.25em) {
  .product-tile--curated .product-tile__right .product-tile__price-not-binding,
  .product-tile--calculator .product-tile__right .product-tile__price-not-binding {
    position: static;
  }
}

.product-tile--cart--quickorder {
  -webkit-animation-name: fade-in;
  animation-name: fade-in;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
}

@media print, screen and (min-width: 48.0625em) {
  .product-tile--request .product-tile__bottom,
  .product-tile--movedToRequest .product-tile__bottom {
    -webkit-box-flex: 2;
    -ms-flex: 2 1 calc(35% - 100px);
    flex: 2 1 calc(35% - 100px);
  }
}

@media print, screen and (min-width: 48.0625em) {
  .product-tile--request .product-tile__bottom {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 450px;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 450px;
  }
}
/* DELETE + RESTORE */
.tile-grid--listview .product-tile__note,
.tile-grid--listview .product-tile__top,
.tile-grid--listview .product-tile__left-main,
.tile-grid--listview .product-tile__middle,
.tile-grid--listview .product-tile__bottom,
.tile-grid--listview .product-tile__form {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.product-tile--deleted:after {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.product-tile--deleted .product-tile__note,
.product-tile--deleted .product-tile__top,
.product-tile--deleted .product-tile__left-main,
.product-tile--deleted .product-tile__middle,
.product-tile--deleted .product-tile__bottom,
.product-tile--deleted .product-tile__form,
.product-tile--deleted .flag,
.product-tile--deleted .changelabel {
  opacity: 0;
  pointer-events: none;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.product-tile--deleted .product-tile__restore {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.product-tile__restore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 0 20px;
}
@media print, screen and (min-width: 64.0625em) {
  .product-tile__restore {
    padding: 0 15vw;
  }
}
.product-tile__restore form {
  margin: 0;
}
.product-tile__restore button:hover {
  color: #6e6e6e;
}
.product-tile__restore .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 10px;
  background: #e84d0b;
  padding: 5px;
  position: absolute;
  margin-left: -34px;
  top: 0;
}
.product-tile__restore .icon svg {
  fill: #fff;
  width: 16px;
}
.product-tile__restore a {
  text-decoration: underline;
  margin-top: 5px;
  display: inline-block;
}

/* NOTE */
@media print, screen and (max-width: 35.49875em) {
  .product-tile--note .product-tile__note {
    position: static;
    width: 100%;
    display: block;
    margin: 10px 0 0;
  }
  .product-tile--note .product-tile__note .button, .product-tile--note .product-tile__note .fld--file .fld__label, .fld--file .product-tile--note .product-tile__note .fld__label {
    font-size: 14px;
  }
}
.product-tile--note .product-tile__top .product-tile__manufacturer p,
.product-tile--note .product-tile__left-main .product-tile__manufacturer p {
  padding-right: 0;
}
.product-tile--note .product-tile__top .product-tile__sku p,
.product-tile--note .product-tile__left-main .product-tile__sku p {
  padding-right: 0;
}
.product-tile--note .product-tile__middle {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
@media print, screen and (max-width: 48.06125em) {
  .product-tile--note .product-tile__middle .product-tile__delivery {
    display: none;
  }
}
.product-tile--note .product-tile__bottom {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (min-width: 48.0625em) {
  .product-tile--note .product-tile__bottom .product-tile__productdata {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    min-height: 0;
  }
}
.product-tile--note .product-tile__bottom .product-tile__price {
  margin: 0 0 10px;
}
@media print, screen and (min-width: 48.0625em) {
  .product-tile--note .product-tile__bottom .product-tile__price {
    text-align: left;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .product-tile--note .product-tile__bottom .product-tile__price {
    width: 50%;
    margin-bottom: 0;
  }
}
.product-tile--note .product-tile__bottom .product-tile__form {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  margin-left: auto;
}
@media print, screen and (min-width: 35.5em) {
  .product-tile--note .product-tile__bottom .product-tile__form {
    width: auto;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .product-tile--note .priceblock {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

/* TEMPLATE */
.product-tile--template .product-tile__name p {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.product-tile--template .product-tile__form {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
}
.product-tile--template .product-tile__form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product-tile--template .product-tile__form__row .quantity {
  width: 100%;
  margin-top: 0;
}
.product-tile--template .product-tile__form__row .button--cart {
  padding: 0.5714285714rem 1.0714285714rem;
  margin-left: 1.4285714286rem;
}
.product-tile--template .product-tile__form__row .button--cart .icon {
  margin: 0;
  padding: 0;
}
.product-tile--template .product-tile__form__row .button--cart .icon svg {
  width: 1.2857142857rem;
  height: 1.2857142857rem;
  fill: currentColor;
}
.product-tile--template .product-tile__form .product-tile__packingunit {
  margin-left: auto;
}
.product-tile--template .product-tile__image:after {
  display: none;
}
.product-tile--template .product-tile__middle {
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.product-tile--template .product-tile__middle .product-tile__delivery {
  margin-top: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.product-tile--template .product-tile__middle .product-tile__delivery .delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media print, screen and (max-width: 72.49875em) {
  .product-tile--template .product-tile__middle .product-tile__delivery .delivery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.product-tile--template .product-tile__middle .product-tile__delivery .delivery-availability {
  width: 12.8571428571rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 1.4285714286rem;
  position: relative;
}
@media print, screen and (max-width: 72.49875em) {
  .product-tile--template .product-tile__middle .product-tile__delivery .delivery-availability {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.product-tile--template .product-tile__middle .product-tile__delivery .delivery-availability::before {
  content: "";
  background-color: #54BA53;
  width: 0.7142857143rem;
  height: 0.7142857143rem;
  border-radius: 50%;
  display: block;
  margin-right: auto;
  position: absolute;
  left: 0;
}
.product-tile--template .product-tile__middle .product-tile__delivery .delivery-availability-green::before {
  background-color: #54BA53;
}
.product-tile--template .product-tile__middle .product-tile__delivery .delivery-availability-red::before {
  background-color: #bb0440;
}
.product-tile--template .product-tile__middle .product-tile__delivery .delivery-availability-yellow::before {
  background-color: #FDCA00;
}
.product-tile--template .product-tile__middle .product-tile__delivery .delivery-availability-grey::before {
  background-color: #c5c6c6;
}
@media screen and (min-width: 72.5em) {
  .product-tile--template .product-tile__middle {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}
.product-tile--template .product-tile__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 72.5em) {
  .product-tile--template .product-tile__bottom {
    margin-top: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
@media screen and (min-width: 81.25em) {
  .product-tile--template .product-tile__bottom {
    min-width: 15rem;
  }
}
@media print, screen and (max-width: 72.49875em) {
  .product-tile--template .product-tile__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .product-tile--template .product-tile__bottom {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
}
@media print, screen and (max-width: 72.49875em) {
  .product-tile--template .product-tile__bottom .product-tile__delivery {
    margin-bottom: 0.7142857143rem;
  }
}
.product-tile--template .product-tile__bottom .product-tile__delivery .delivery {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.product-tile--template .product-tile__bottom .product-tile__delivery .delivery .delivery-availability {
  width: 12.8571428571rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 1.4285714286rem;
  position: relative;
}
@media print, screen and (max-width: 72.49875em) {
  .product-tile--template .product-tile__bottom .product-tile__delivery .delivery .delivery-availability {
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
}
.product-tile--template .product-tile__bottom .product-tile__delivery .delivery .delivery-availability::before {
  position: absolute;
  left: 0;
}
.product-tile--template .product-tile__bottom .product-tile__price {
  margin-bottom: 0.7142857143rem;
  width: 100%;
  text-align: right;
}
.product-tile--template .product-tile__bottom .product-tile__price .articledetail__product-priceblock {
  margin-bottom: 0;
}
.product-tile--template .product-tile__bottom .product-tile__price .priceblock__partial:not(:first-child) {
  display: none;
}
.product-tile--template .product-tile__bottom .product-tile__price .priceblock {
  text-align: left;
  margin-left: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.product-tile--template .product-tile__bottom .product-tile__price a {
  padding: 0;
}
@media screen and (min-width: 72.5em) {
  .product-tile--template .product-tile__bottom .product-tile__price {
    width: 100%;
    text-align: right;
  }
}
@media print, screen and (max-width: 72.49875em) {
  .product-tile--template .product-tile__bottom .product-tile__price {
    margin: auto;
    float: none;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .product-tile--template .product-tile__bottom .product-tile__price {
    margin: 0.7142857143rem 0 0.7142857143rem;
  }
}
.product-tile--template.product-tile--cart .product-tile__bottom .product-tile__productdata {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.tile-grid--listview .product-tile--template.product-tile--cart {
  padding: 1.7857142857rem 1.0714285714rem 1.4285714286rem;
}
@media screen and (min-width: 72.5em) {
  .tile-grid--listview .product-tile--template.product-tile--cart .product-tile__top {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

/* SLIDER */
.product-tile--slider {
  padding-top: 15px;
}
.product-tile--slider .product-tile__image {
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
.product-tile--slider .product-tile__image .flag {
  float: left;
  margin-right: 5px;
}
@media print, screen and (max-width: 48.06125em) {
  .product-tile--slider .product-tile__image {
    text-align: center;
    /* width: 70%; */
  }
  .product-tile--slider .product-tile__image picture {
    left: 50%;
    margin-left: -25%;
  }
}
.product-tile--slider .product-tile__manufacturer p,
.product-tile--slider .product-tile__name p,
.product-tile--slider .product-tile__features p {
  height: auto;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media print, screen and (max-width: 48.06125em) {
  .product-tile--slider .product-tile__manufacturer p,
  .product-tile--slider .product-tile__name p,
  .product-tile--slider .product-tile__features p {
    font-size: 12px;
  }
}
.product-tile--slider .product-tile__name p {
  white-space: normal;
  margin: 0;
  overflow: hidden;
  height: 48px;
}
.product-tile--slider .product-tile__price {
  margin-bottom: 0;
}
.product-tile--slider .product-tile__price .priceblock {
  margin-top: 20px;
}
.product-tile--slider a:hover {
  color: #000;
}

.product-tile.product-tile--calculator {
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}
.product-tile.product-tile--calculator:hover {
  -webkit-box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
}
.product-tile.product-tile--calculator .amount-calculator--calculated {
  padding: 0;
  margin: 0;
  background-color: transparent;
  display: block;
}
.product-tile.product-tile--calculator .amount-calculator--calculated p {
  font-size: 0.8571428571rem;
  line-height: 1.1428571429rem;
}
.product-tile.product-tile--calculator .amount-calculator--calculated input[type=number][data-submit-amount] {
  display: none;
}
.product-tile.product-tile--calculator .amount-calculator--calculated .amount-calculator__price-calculated {
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
}
.product-tile.product-tile--calculator .amount-calculator--calculated .amount-calculator__price-corresponds {
  font-size: 12px;
}

.promotion-tile {
  background: #fff;
  border: 1px solid #6e6e6e;
  padding: 30px 20px;
  margin-bottom: 30px;
}

.promotion-module {
  background: #fff;
  border: 1px solid #6e6e6e;
  padding: 30px 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 28px;
}

.filter {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  float: left;
  margin: 0 20px 20px 0;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: normal;
  color: #000;
  background: #fff;
}
@media print, screen and (max-width: 48.06125em) {
  .filter {
    width: 100%;
    margin-bottom: 10px;
  }
}
.filter:hover {
  color: #6e6e6e;
}
.filter.hover {
  color: #fff;
  background: #e84d0b;
}
.filter.hover svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.filter svg {
  fill: currentColor;
  margin-left: 10px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.filter__container {
  max-height: 64px;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease, opacity 0.2s ease;
  transition: max-height 0.2s ease, opacity 0.2s ease;
}
@media print, screen and (max-width: 48.06125em) {
  .filter__container {
    max-height: 0;
    margin-top: 10px;
  }
}
.show-all-filters .filter__container {
  max-height: 1000px;
}
@media print, screen and (max-width: 48.06125em) {
  .show-all-filters .filter__container {
    max-height: 1000px;
  }
}
.filter__container [data-apply-filter] {
  margin: 0 0 20px 0;
}
.filter__container > div {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.filter__container.has-loader {
  cursor: progress;
}
.filter__container.has-loader > * {
  opacity: 1;
}
.filter__container.has-loader .filter__panel.is-open {
  cursor: progress;
  pointer-events: none;
}
.filter__container.has-loader .filter__panel.is-open > *:not(.loader) {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  opacity: 0.5;
}
.filter__container.has-loader .filter__panel.is-open .loader {
  position: absolute;
  opacity: 1;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -60%) scale(1.4);
  transform: translate(-50%, -60%) scale(1.4);
}
.filter__container.has-loader .filter__panel.is-open .loader div {
  border-color: #e84d0b;
}

.filter__toggle {
  margin-bottom: 20px;
}
.filter__toggle.is-active span {
  display: none;
}
.filter__toggle.is-active span.is-hidden {
  display: block !important;
}
@media print, screen and (max-width: 48.06125em) {
  .filter__toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 15px;
    width: 100%;
    color: #000;
    background: #fff;
    font-weight: 400;
    border: 1px solid #cacaca;
  }
  .filter__toggle:hover {
    color: #000;
  }
  .filter__toggle .icon {
    margin-right: 10px;
    margin-left: auto;
  }
  .filter__toggle .icon svg {
    fill: #e84d0b;
    height: 25px;
    width: 25px;
  }
  .filter__toggle .icon:last-child {
    margin-right: 0;
  }
  .filter__toggle .icon:last-child svg {
    fill: #000;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .filter__toggle.is-active {
    color: #fff;
    background: #e84d0b;
  }
  .filter__toggle.is-active .icon svg {
    fill: #fff;
  }
  .filter__toggle.is-active .icon:last-child svg {
    fill: #fff;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.filter__panel {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.filter__panel .radio + label, .filter__panel .radio + .fld__label,
.filter__panel .checkbox + label,
.filter__panel .checkbox + .fld__label {
  width: 100%;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 48.06125em) {
  .filter__panel {
    width: 100%;
  }
}

.filter__search {
  position: relative;
  margin: 0;
}
.filter__search__input {
  padding-right: 40px;
}
.filter__search .icon {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -7px;
}
.filter__search .icon:last-child {
  display: none;
  cursor: pointer;
}
.filter__search.has-value .icon:first-child {
  display: none;
}
.filter__search.has-value .icon:last-child {
  display: block;
}

.filter__content {
  margin-bottom: 10px;
  height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
}
.filter__content.has-search {
  height: 196px;
}
.filter__content.has-range {
  height: auto;
}

.filter__count {
  color: #c5c6c6;
}

.filter__noresults {
  padding: 10px 15px;
  background: #ececec;
}

.filter__slider {
  height: 4px;
}
.filter__slider .slider-fill {
  background: #e84d0b;
}
.filter__slider .slider-handle {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #cacaca;
}
.filter__slider__label {
  width: 45%;
  position: relative;
}
.filter__slider__label [type=number] {
  margin: 0;
}
.filter__slider__label:after {
  content: attr(data-filter-slider-unit);
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #c5c6c6;
  font-weight: normal;
}
.filter__slider__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media print, screen and (max-width: 48.06125em) {
  .filter__tags {
    margin-bottom: 0;
  }
}
.filter__tags .filter__toggle {
  margin: 0;
}
.filter__tags__content .button--tag.hide {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
@media print, screen and (max-width: 48.06125em) {
  .filter__tags__content {
    max-height: 240px;
    overflow: hidden;
    -webkit-transition: max-height 0.2s;
    transition: max-height 0.2s;
  }
  .filter__tags__content .button--tag.hide {
    display: none !important;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .show-all-tags .filter__tags__content {
    max-height: 1000px;
  }
  .show-all-tags .filter__tags__content [data-filter-showtags] {
    display: none;
  }
  .show-all-tags .filter__tags__content .button--tag.hide {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.filter__tags__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.filter__tags__buttons .button, .filter__tags__buttons .fld--file .fld__label, .fld--file .filter__tags__buttons .fld__label {
  margin: 0 20px 20px 0;
}

.filter-categorie {
  position: relative;
}

.filter-categorie-header-mobile,
.magazine-filter__mobile-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.filter-categorie-header-mobile .filter__toggle,
.magazine-filter__mobile-button-wrapper .filter__toggle {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60%;
  flex: 0 1 60%;
  margin-right: 15px;
  margin-bottom: 0;
}
.filter-categorie-header-mobile .tile-grid-header__sorting,
.magazine-filter__mobile-button-wrapper .tile-grid-header__sorting {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40%;
  flex: 0 1 40%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 10px;
  height: 100%;
}
.filter-categorie-header-mobile .tile-grid-header__sorting .dropdown-navigation .icon-arrow-single .icon,
.magazine-filter__mobile-button-wrapper .tile-grid-header__sorting .dropdown-navigation .icon-arrow-single .icon {
  display: block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.filter-categorie-header-mobile .tile-grid-header__sorting .dropdown-navigation .dropdown-navigation__toggle:focus,
.magazine-filter__mobile-button-wrapper .tile-grid-header__sorting .dropdown-navigation .dropdown-navigation__toggle:focus {
  color: #6e6e6e;
}
.filter-categorie-header-mobile .tile-grid-header__sorting .dropdown-navigation .dropdown-navigation__toggle:focus svg,
.magazine-filter__mobile-button-wrapper .tile-grid-header__sorting .dropdown-navigation .dropdown-navigation__toggle:focus svg {
  fill: #6e6e6e;
}
.filter-categorie-header-mobile .tile-grid-header__sorting .dropdown-navigation .dropdown-navigation__toggle:focus .icon,
.magazine-filter__mobile-button-wrapper .tile-grid-header__sorting .dropdown-navigation .dropdown-navigation__toggle:focus .icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media only screen and (max-width: 380px) {
  .filter-categorie-header-mobile,
  .magazine-filter__mobile-button-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .filter-categorie-header-mobile .filter__toggle,
  .magazine-filter__mobile-button-wrapper .filter__toggle {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-right: 10px;
  }
  .filter-categorie-header-mobile .tile-grid-header__sorting,
  .magazine-filter__mobile-button-wrapper .tile-grid-header__sorting {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  margin-left: auto;
  margin-right: auto;
}
.pagination li,
.pagination .pagination__page {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 40px;
  text-align: center;
  position: relative;
  font-size: 16px;
}
.pagination li.active, .pagination li.is-active,
.pagination .pagination__page.active,
.pagination .pagination__page.is-active {
  display: block;
}
.pagination li.active:after, .pagination li.is-active:after,
.pagination .pagination__page.active:after,
.pagination .pagination__page.is-active:after {
  content: "";
  display: block;
  background: #e84d0b;
  height: 3px;
  width: 25px;
  margin: 5px auto 0 auto;
  position: absolute;
  left: 50%;
  bottom: -4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.pagination li a,
.pagination .pagination__page a {
  display: block;
}

.pagination__back,
.pagination__forward {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 60px;
  flex: 0 1 60px;
  width: 80px;
  text-align: center;
}

.pagination__forward svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.definition-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.definition-list dt {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  margin: 0;
  max-width: 100%;
  padding-top: 5px;
  padding-right: 15px;
}
@media print, screen and (min-width: 35.5em) {
  .definition-list dt {
    border-bottom: 1px solid #ececec;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 35%;
    flex: 1 0 35%;
    max-width: 35%;
    padding-bottom: 5px;
  }
}
.definition-list dd {
  border-bottom: 1px solid #ececec;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
  padding-bottom: 5px;
}
@media print, screen and (min-width: 35.5em) {
  .definition-list dd {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 65%;
    flex: 1 0 65%;
    max-width: 65%;
    padding-top: 5px;
  }
}
.definition-list dt.full-width, .definition-list dd.full-width {
  text-align: left;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 35.5em) {
  .definition-list dt.full-width, .definition-list dd.full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    max-width: 100%;
  }
}

.definition-list--openingtimes {
  display: block;
}
.definition-list--openingtimes dt {
  border-bottom: none;
  display: inline-block;
  font-weight: normal;
  max-width: none;
  padding: 0;
  width: 70px;
}
.definition-list--openingtimes dd {
  border-bottom: none;
  display: inline-block;
  max-width: none;
  padding: 0;
  width: calc(100% - 80px);
}

.has--inline-definition-list .definition-list dt,
.has--inline-definition-list .definition-list dd {
  float: left;
  width: auto;
}
.has--inline-definition-list .definition-list dt {
  clear: both;
  margin-right: 5px;
}
.has--inline-definition-list .definition-list::before, .has--inline-definition-list .definition-list::after {
  content: "";
  display: table;
}
.has--inline-definition-list .definition-list::after {
  clear: both;
}

.definition-list--checkout-summary {
  width: 100%;
  display: block;
}
.definition-list--checkout-summary::before, .definition-list--checkout-summary::after {
  content: " ";
  display: table;
}
.definition-list--checkout-summary::after {
  clear: both;
}
.definition-list--checkout-summary dt, .definition-list--checkout-summary dd {
  border-bottom: none;
  margin-bottom: 6px;
}
.definition-list--checkout-summary dt {
  padding: 0;
  float: left;
  min-width: 60%;
  vertical-align: top;
}
.definition-list--checkout-summary dd {
  text-align: right;
  font-size: 16px;
  padding: 0;
  float: left;
  min-width: 40%;
}
.definition-list--checkout-summary dd:not(:first-of-type).definition-list--sum,
.definition-list--checkout-summary dt:not(:first-of-type).definition-list--sum {
  border-top: 1px solid #c5c6c6;
  padding-top: 10px;
  margin-top: 15px;
}
.definition-list--checkout-summary dd:not(:first-of-type).definition-list--sum {
  font-size: 20px;
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.definition-list--checkout-summary dt.definition-list--comment {
  min-width: 100%;
  padding-right: 10px;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
}

.definition-list--no-columns {
  display: block;
}
.definition-list--no-columns > dt, .definition-list--no-columns > dd {
  border-bottom: 0;
  max-width: 100%;
  width: 100%;
}
.definition-list--no-columns > dt {
  padding-bottom: 0;
}
.definition-list--no-columns > dd {
  padding-top: 0;
}
.definition-list--no-columns .definition-list {
  margin-bottom: 0;
}
.box .definition-list--no-columns:last-child {
  margin-bottom: 0;
}

.content-module {
  background: #fff;
  text-align: center;
  padding: 40px 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mainmenu {
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  font-family: "gt-america-condensed-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* submenu =  MEGAMENÜ */
  /* AB HIER BIG MENÜ ALS LISTEN IM MEGAMENÜ */
}
@media print, screen and (max-width: 64.06125em) {
  .mainmenu {
    display: none;
  }
}
.mainmenu .menu {
  font-size: 16px;
  z-index: 10;
}
.mainmenu .menu > li.is-dropdown-submenu-parent {
  border-top: none;
}
.mainmenu .menu > li.is-dropdown-submenu-parent > a {
  padding-right: 0;
}
.mainmenu .mainmenu__level1 > .menu {
  display: none;
}
.mainmenu .mainmenu__level1.is-active > .menu {
  display: block;
}
.mainmenu .first-sub::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  top: -1px;
  -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.18);
}
.mainmenu .mainmenu__level1 > a {
  text-transform: uppercase;
  color: #00264b;
}
.mainmenu .mainmenu__level1 > a.is-active {
  color: #e84d0b;
}
.mainmenu .mainmenu__level1.is-active > a, .mainmenu .mainmenu__level1:hover > a {
  color: #000 !important;
  font-weight: 900;
}
.mainmenu .mainmenu__level1.is-active > a:hover, .mainmenu .mainmenu__level1:hover > a:hover {
  font-weight: 900;
  color: #e84d0b !important;
}
.mainmenu .mainmenu__level1 > a {
  -webkit-transition: none;
  transition: none;
  padding-top: 25px !important;
  padding-bottom: 25px !important;
  padding-right: 50px !important;
}
.mainmenu .mainmenu__level1 > a.is-active {
  font-weight: 900;
}
.mainmenu .mainmenu__level1 > a.is-active:hover {
  font-weight: 900;
  color: #e84d0b;
}
.mainmenu .mainmenu__level1 > a::after {
  display: none !important;
}
.mainmenu .mainmenu__level1 > .submenu {
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
  margin-left: -19px;
  border: none;
}
.mainmenu .mainmenu__level2 {
  padding: 0 0 0 26px;
  background: #fff;
  color: #00264b;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-left: 3px solid transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: static;
  background: transparent;
}
.mainmenu .mainmenu__level2 > a {
  padding: 18px 0;
  margin-top: -1px;
  border-top: 1px solid rgba(0, 0, 0, 0);
  border-bottom: 1px solid #6e6e6e;
  -webkit-transition: none;
  transition: none;
}
.mainmenu .mainmenu__level2 > a::after {
  border: none !important;
}
.mainmenu .mainmenu__level2 > a.is-active, .mainmenu .mainmenu__level2 > a:hover {
  color: #e84d0b;
}
.mainmenu .mainmenu__level2:first-child {
  padding-top: 15px;
}
.mainmenu .mainmenu__level2:last-child {
  padding-bottom: 15px;
}
.mainmenu .mainmenu__level2:last-child > a {
  border-bottom: none;
}
.mainmenu .mainmenu__level2.is-active {
  background-color: #f6f6f6;
  border-left: 3px solid #e84d0b;
}
.mainmenu .mainmenu__level2.is-active > a {
  background-color: transparent;
  color: #000;
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  position: relative;
  display: block;
  border-top: 1px solid #f6f6f6 !important;
  border-bottom: 1px solid #f6f6f6;
}
.mainmenu .mainmenu__level2.is-active > a:hover {
  color: #e84d0b;
}
.mainmenu .mainmenu__level2.is-active > a::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgogICAgIHZpZXdCb3g9IjAgMCAxOCAxOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHRpdGxlPmZ1bmN0aW9uL2ljL2Fycm93IGxlZnQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8cG9seWdvbiBwb2ludHM9IjEyLjYsMy45IDExLjYsMi44IDUuNCw5IDExLjYsMTUuMiAxMi42LDE0LjEgNy41LDkgIi8+Cjwvc3ZnPg==");
  width: 18px;
  height: 18px;
  position: absolute;
  background-size: contain;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-4px) rotate(-180deg);
  transform: translateY(-4px) rotate(-180deg);
}
.mainmenu .mainmenu__megamenu {
  top: 1px !important;
  left: 100% !important;
  padding: 40px 30px;
  margin-left: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  border-left: 4px solid #ececec;
  border-top: none;
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.mainmenu .mainmenu__megamenu::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.18);
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.18);
}
.mainmenu .mainmenu__megamenu li {
  list-style: none;
}
.mainmenu .mainmenu__megamenu .mainmenu__megamenu__items {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  padding-bottom: 40px;
}
.mainmenu .mainmenu__megamenu.js-dropdown-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mainmenu .mainmenu__megamenu.js-dropdown-active.has-teaser .mainmenu__megamenu__items {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 75%;
  flex: 0 1 75%;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.mainmenu .mainmenu__megamenu.js-dropdown-active.has-teaser .mainmenu__megamenu__teaser {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%;
}
.mainmenu .mainmenu__level3 {
  font-size: 14px;
  list-style: none;
  margin-bottom: 20px;
  display: block;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.mainmenu .mainmenu__level3 > a {
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  color: #00264b;
}
.mainmenu .mainmenu__level3 a:hover {
  color: #e84d0b;
}
.mainmenu .mainmenu__level3 a.is-active {
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.mainmenu .mainmenu__level4 {
  font-size: 14px;
  padding: 15px 0;
}
.mainmenu .has-infoteaser {
  padding-bottom: 10px;
}
.mainmenu .mainmenu__infoteaser {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
}
.mainmenu .mainmenu__infoteaser .icon {
  margin-right: 10px;
  margin-top: -3px;
}
.mainmenu .mainmenu__infoteaser h4 {
  line-height: 1;
  margin-bottom: 0;
}
.mainmenu .mainmenu__infoteaser .button, .mainmenu .mainmenu__infoteaser .fld--file .fld__label, .fld--file .mainmenu .mainmenu__infoteaser .fld__label {
  height: 40px;
  margin-left: 20px;
}

.mainmenu--homepage {
  background: transparent;
  margin-left: -20px;
}
.mainmenu--homepage .dropdown {
  z-index: 0;
}
.mainmenu--homepage .first-sub {
  display: block;
  position: static;
}
.mainmenu--homepage .first-sub:before {
  display: none;
}
.mainmenu--homepage .mainmenu__level1 {
  width: 100%;
}
.mainmenu--homepage .mainmenu__level1 > .submenu {
  -webkit-box-shadow: none;
  box-shadow: none;
  width: calc(100% + 19px) !important;
}
.mainmenu--homepage .mainmenu__level2:first-child {
  padding-top: 10px;
}
.mainmenu--homepage .mainmenu__megamenu {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mainmenu--homepage .mainmenu__megamenu:before {
  display: none;
}

.image-slider {
  position: relative;
  margin-bottom: 40px;
}
.image-slider .easyzoom-flyout {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-slider .easyzoom-flyout img {
  width: auto;
  max-width: 2000px;
}

.image-slider__stage .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.image-slider__stage .slick-slide {
  aspect-ratio: 1/1;
  border: 1px solid #c5c6c6;
}
.image-slider__stage .slick-slide > div {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.image-slider__stage__slide {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
.image-slider__stage__slide a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.image-slider__stage__slide div.ci-image-wrapper,
.image-slider__stage__slide picture {
  padding-right: 1px;
}
.image-slider__stage__slide img {
  width: 403px;
  height: auto;
  max-width: 100%;
}
@media print, screen and (max-width: 35.49875em) {
  .image-slider__stage__slide img {
    width: 99%;
  }
}
.image-slider__stage:not(.slick-initialized) .image-slider__stage__slide {
  display: none;
}

div[data-imageslider-thumbs]:not(.slick-initialized) {
  display: none;
}

.image-slider__thumbs {
  position: relative;
  padding: 0 50px;
  margin-top: 20px;
}
.image-slider__thumbs .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.image-slider__thumbs .slick-slide {
  border: 1px solid #c5c6c6;
  margin: 0 3px;
}
.image-slider__thumbs .slick-slide.slick-current {
  border: 1px solid #e84d0b;
}
.image-slider__thumbs__slide {
  cursor: pointer;
  aspect-ratio: 1/1;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.image-slider__thumbs__slide img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.image-slider__thumbs .slick-prev,
.image-slider__thumbs .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #c5c6c6;
  cursor: pointer;
}
.image-slider__thumbs .slick-prev.slick-hidden,
.image-slider__thumbs .slick-next.slick-hidden {
  display: none;
}
.image-slider__thumbs .slick-prev svg,
.image-slider__thumbs .slick-next svg {
  fill: #0a0a0a;
  width: 13px;
  height: 13px;
}
.image-slider__thumbs .slick-prev:before,
.image-slider__thumbs .slick-next:before {
  display: none;
}
.image-slider__thumbs .slick-prev {
  left: 0;
}
.image-slider__thumbs .slick-next {
  right: 0;
}
.image-slider__thumbs .slick-next .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.dropdown-navigation {
  height: 100%;
}

.dropdown-navigation__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
.dropdown-navigation__toggle:focus, .dropdown-navigation__toggle:hover {
  color: #6e6e6e;
}
.dropdown-navigation__toggle:focus svg, .dropdown-navigation__toggle:hover svg {
  fill: #6e6e6e;
}
.dropdown-navigation__toggle strong {
  margin-left: 10px;
}
.dropdown-navigation__toggle .icon {
  display: none;
  margin-left: 10px;
}
.tile-grid-header .dropdown-navigation__toggle .icon-arrow-single .icon {
  display: block;
}
.dropdown-navigation__toggle.has-arrow .icon-arrow-single {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
  height: 25px;
  width: 25px;
  position: relative;
  left: 8px;
}
.dropdown-navigation__toggle.has-arrow .icon {
  display: block;
  margin-left: 0px;
}
.dropdown-navigation__toggle.has-arrow.hover .icon-arrow-single {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.header__usermenu .dropdown-navigation__toggle .icon-user-signin .icon {
  display: block;
}
.header__usermenu .dropdown-navigation__toggle .icon-user-signin .icon svg {
  fill: #54BA53;
}
.minicart__header .dropdown-navigation__toggle .icon-options .icon {
  display: block;
}

.dropdown-navigation__panel {
  width: auto;
  min-width: 200px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  z-index: 11;
}
.dropdown-navigation__panel a,
.dropdown-navigation__panel button {
  display: block;
}
.dropdown-navigation__panel a:not(:last-child),
.dropdown-navigation__panel button:not(:last-child) {
  margin-bottom: 10px;
}
.dropdown-navigation__panel a:hover,
.dropdown-navigation__panel button:hover {
  color: #e84d0b;
}
.dropdown-navigation__panel a.is-active,
.dropdown-navigation__panel button.is-active {
  font-weight: bold;
}

.modal-auto-locator-prompt .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-top: 20px;
}

:root {
  --pagenoteBgColor: #fff;
  --pagenoteColor: #000;
}

.pagenote,
.interactive-pagenote {
  background-color: var(--pagenoteBgColor);
  color: var(--pagenoteColor);
  text-align: center;
  padding: 15px 0;
  position: relative;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.pagenote__content,
.interactive-pagenote__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center;
  margin: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 40px;
  max-width: 960px;
}
.pagenote__content .icon,
.interactive-pagenote__content .icon {
  border-radius: 50%;
  width: 21px;
  height: 21px;
  text-align: center;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-bottom: -4px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-left: -30px;
}
.pagenote__content p,
.interactive-pagenote__content p {
  margin: 0;
  padding-left: 40px;
  text-align: left;
  max-width: 960px;
}
.pagenote__content p,
.interactive-pagenote__content p {
  margin: 0;
}
.pagenote__content b,
.interactive-pagenote__content b {
  display: block;
  margin-bottom: 5px;
}
@media print, screen and (max-width: 48.06125em) {
  .pagenote__content,
  .interactive-pagenote__content {
    margin: 0px 10px 10px 10px;
  }
  .pagenote__content .icon,
  .interactive-pagenote__content .icon {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    position: absolute;
    margin-left: -25px;
  }
  .pagenote__content .icon:before,
  .interactive-pagenote__content .icon:before {
    line-height: 16px !important;
    font-size: 0.82em !important;
  }
  .pagenote__content b,
  .interactive-pagenote__content b {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: 25px;
  }
  .pagenote__content p,
  .interactive-pagenote__content p {
    text-align: left;
    padding-left: 20px;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .pagenote__content p,
  .interactive-pagenote__content p {
    padding-left: 0;
  }
}
.pagenote__close,
.interactive-pagenote__close {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40px;
  flex: 0 1 40px;
  position: absolute;
  right: 0;
}
.pagenote__close button,
.interactive-pagenote__close button {
  cursor: pointer;
}
.pagenote__close svg,
.interactive-pagenote__close svg {
  height: 20px;
  width: 20px;
  fill: var(--pagenoteColor);
}
.pagenote__close:hover svg,
.interactive-pagenote__close:hover svg {
  opacity: 0.5;
}
.pagenote--slideIn,
.interactive-pagenote--slideIn {
  -webkit-animation: pagenoteSlideUp 0.8s ease-out;
  animation: pagenoteSlideUp 0.8s ease-out;
}
.pagenote--slideUp,
.interactive-pagenote--slideUp {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0.1;
}
.pagenote--notification .icon,
.interactive-pagenote--notification .icon {
  background-color: #165CBC;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxOCAxOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxMCw2LjUgNi45LDYuNSA2LjksOCA4LjUsOCA4LjUsMTMuMyA2LjksMTMuMyA2LjksMTQuOCAxMS41LDE0LjggMTEuNSwxMy4zIDEwLDEzLjMgIi8+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05LjEsNWMwLjYsMCwxLjEtMC41LDEuMS0xLjFTOS43LDIuOCw5LjEsMi44QzguNSwyLjksOCwzLjQsOCw0UzguNSw1LDkuMSw1eiIvPgo8L3N2Zz4K");
  background-size: 17px;
}
@media print, screen and (max-width: 48.06125em) {
  .pagenote--notification .icon,
  .interactive-pagenote--notification .icon {
    background-size: 14px;
  }
}
.pagenote--success .icon,
.interactive-pagenote--success .icon {
  background-color: #54BA53;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxOCAxOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHRpdGxlPmZ1bmN0aW9uL2ljL2NoZWNrbWFya18xODwvdGl0bGU+CjxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgo8Zz4KCQoJCTxnIGlkPSJSZWN0YW5nbGUtQ29weS0yIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg5LjUwMDAwMCwgNy4wMDAwMDApIHNjYWxlKC0xLCAxKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC05LjUwMDAwMCwgLTcuMDAwMDAwKSAiPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01LjcsMTEuN2w2LjksMC41bDAuMS0xLjZsLTUuNC0wLjRMOCwxLjhMNi40LDEuN2wtMC42LDguNUw1LjcsMTEuN3oiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K");
  background-size: 17px;
}
@media print, screen and (max-width: 48.06125em) {
  .pagenote--success .icon,
  .interactive-pagenote--success .icon {
    background-size: 14px;
  }
}
.pagenote--error .icon,
.interactive-pagenote--error .icon {
  background-color: #bb0440;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxOCAxOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxNSw0IDEzLjYsMi42IDguNiw3LjUgNC4xLDIuOSAyLjYsNC40IDcuMiw5IDIuNiwxMy42IDQuMSwxNSA4LjYsMTAuNCAxMy42LDE1LjMgMTUsMTMuOSAxMC4xLDkgIi8+Cjwvc3ZnPgo=");
  background-size: 15px;
}
.pagenote--warning,
.interactive-pagenote--warning {
  padding-top: 1px;
}
.pagenote--warning .icon,
.interactive-pagenote--warning .icon {
  background-color: #FDCA00;
}
.pagenote--warning .icon::before,
.interactive-pagenote--warning .icon::before {
  content: "!";
  color: #fff;
  font-size: 1em;
  line-height: 21px;
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.pagenote-promocode__content,
.interactive-pagenote-promocode__content {
  padding-right: 40px;
  margin: 0 auto;
}
.pagenote-promocode__content p,
.interactive-pagenote-promocode__content p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
}
.pagenote-promocode__content p:last-child,
.interactive-pagenote-promocode__content p:last-child {
  margin-bottom: 0;
}
.pagenote-promocode__content .promocode__text-highlight,
.interactive-pagenote-promocode__content .promocode__text-highlight {
  font-weight: bold;
}
.pagenote-promocode .clipboardbutton,
.interactive-pagenote-promocode .clipboardbutton {
  margin-left: 11px;
}
.pagenote-promocode .clipboardbutton .icon,
.interactive-pagenote-promocode .clipboardbutton .icon {
  margin-left: 0;
}
.pagenote-promocode .clipboardbutton .icon svg,
.interactive-pagenote-promocode .clipboardbutton .icon svg {
  fill: var(--pagenoteColor);
}
.pagenote-promocode .clipboardbutton .icon:hover,
.interactive-pagenote-promocode .clipboardbutton .icon:hover {
  opacity: 0.5;
}
.pagenote-promocode .clipboardbutton--success .icon svg,
.interactive-pagenote-promocode .clipboardbutton--success .icon svg {
  fill: #54BA53;
}
.pagenote-promocode__info,
.interactive-pagenote-promocode__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 11px;
}
.pagenote-promocode__info .icon,
.interactive-pagenote-promocode__info .icon {
  margin-left: 0;
}
.pagenote-promocode__info .icon svg,
.interactive-pagenote-promocode__info .icon svg {
  fill: var(--pagenoteColor);
}
.pagenote-promocode__info .icon:hover,
.interactive-pagenote-promocode__info .icon:hover {
  opacity: 0.5;
}
.pagenote .grid-container,
.interactive-pagenote .grid-container {
  width: 100%;
  position: relative;
}

@-webkit-keyframes pagenoteSlideUp {
  0% {
    max-height: 0;
    padding: 0 0;
  }
  100% {
    max-height: 200px;
    padding: 15px 0;
  }
}

@keyframes pagenoteSlideUp {
  0% {
    max-height: 0;
    padding: 0 0;
  }
  100% {
    max-height: 200px;
    padding: 15px 0;
  }
}
.minicart {
  width: 490px;
  max-width: 100%;
  border-top: 5px solid #e84d0b;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.minicart .dropdown-pane {
  border-top: 0;
}
.minicart .dropdown-navigation__toggle {
  border: 1px solid #cacaca;
  border-width: 0 1px;
  border-color: transparent;
  -webkit-transition: -webkit-box-shadow 0s;
  transition: -webkit-box-shadow 0s;
  transition: box-shadow 0s;
  transition: box-shadow 0s, -webkit-box-shadow 0s;
}
.minicart .dropdown-navigation__toggle.hover {
  border-color: #cacaca;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.minicart .dropdown-navigation__toggle .icon {
  margin: 0 10px;
}

.minicart__button--checkout {
  display: inline-block;
}
.is-empty .minicart__button--checkout {
  display: none;
}

.minicart__price .priceblock {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.minicart__price .priceblock__partial {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.minicart__manufacturer {
  color: #6e6e6e;
  margin-bottom: 10px;
}

.minicart__name {
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  margin-bottom: 10px;
  height: 5ex;
}
.minicart__name a {
  text-decoration: none;
}

.minicart__features {
  margin-top: auto;
  font-size: 12px;
}

.minicart__button--directorder {
  display: none;
}
.is-empty .minicart__button--directorder {
  display: inline-block;
}

.minicart__header {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 55px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.minicart__header.fixedsticky-on {
  width: 490px;
}
.minicart__header__title {
  margin: 0 auto 0 30px;
  font-weight: bold;
}
.minicart__header__button {
  padding: 15px 10px;
  margin: 0;
}

.minicart__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-height: calc(100vh - 60px);
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.minicart__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 15px 0 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.minicart__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 30px;
  right: 30px;
  height: 1px;
  background: #c5c6c6;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.minicart__item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -30px;
  background: #e84d0b;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.minicart__item:first-child:before {
  display: none;
}
.minicart__item:hover {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15), 0 -2px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15), 0 -2px 4px 0 rgba(0, 0, 0, 0.15);
  -webkit-transform: translate3d(-20px, 0, 0);
  transform: translate3d(-20px, 0, 0);
}
.minicart__item:hover:before {
  background: transparent;
}
.minicart__item:hover + .minicart__item:before {
  background: transparent;
}
.minicart__item:hover .minicart__delete {
  -webkit-transform: translate3d(35px, 0, 0);
  transform: translate3d(35px, 0, 0);
}
.minicart__item__content {
  width: 100%;
  padding: 20px 0;
}
.minicart__item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.minicart__item__row:first-child:not(:last-child) {
  padding-bottom: 10px;
}
.minicart__item__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.minicart__item__column:nth-child(2) {
  padding-left: 70px;
  margin-right: -30px;
}
.minicart__item__restore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 30px;
  right: 30px;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.minicart__item__restore p {
  width: calc(100% - 34px);
  margin: 0;
}
.minicart__item__restore .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 10px;
  background: #e84d0b;
}
.minicart__item__restore .icon svg {
  fill: #fff;
  width: 16px;
}
.minicart__item .quantity {
  margin-bottom: 0;
}

.minicart__item__column,
.minicart__delete {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.minicart__item--deleted:hover {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.minicart__item--deleted:after {
  right: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.minicart__item--deleted .minicart__item__column,
.minicart__item--deleted .minicart__delete {
  opacity: 0;
  pointer-events: none;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.minicart__item--deleted .minicart__item__restore {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.minicart__item--hidden {
  pointer-events: none;
  height: 0;
  overflow: hidden;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

.minicart__packaging {
  display: block;
  text-align: right;
  margin: 2px 0 0 0;
  font-size: 12px;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.minicart__delete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25px;
  background: #e84d0b;
  cursor: pointer;
  -webkit-transform: translate3d(40px, 0, 0);
  transform: translate3d(40px, 0, 0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.minicart__delete svg {
  width: 16px;
  fill: #fff;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.minicart__totalprice {
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}

.minicart__sum {
  font-size: 20px;
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  text-align: right;
}

.minicart__taxandshipping {
  font-size: 12px;
  display: block;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: right;
}
.minicart__taxandshipping a {
  text-decoration: underline;
}

.minicart__footer {
  position: sticky;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 12px 30px;
  background: #fff;
  -webkit-box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 -2px 4px 0 rgba(0, 0, 0, 0.15);
}
.minicart__footer.fixedsticky-on {
  width: 490px;
}
.minicart__footer button {
  text-align: center;
}
.minicart__footer__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 18px;
}

.minicart__empty {
  display: none;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  max-width: 380px;
  margin: auto;
}
.minicart__empty:nth-child(2) {
  display: block;
}
.minicart__empty h2 {
  margin-bottom: 5px;
}
.minicart__empty .icon {
  margin-bottom: 20px;
}
.minicart__empty .icon svg {
  width: 64px;
  height: 64px;
}

.minicart__restore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -100px;
  padding: 20px 30px 0;
}
.minicart__restore p {
  width: calc(100% - 34px);
  margin: 0;
}
.minicart__restore .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 10px;
  background: #e84d0b;
}
.minicart__restore .icon svg {
  fill: #fff;
  width: 16px;
}

.download-module__item {
  border-bottom: 1px solid #000;
  padding: 20px 0 15px;
}
.download-module__item h4 {
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 30px;
  font-size: 16px;
}
.download-module__item:last-child {
  border-bottom: none;
}

.download-module h3 {
  margin-bottom: 10px;
}

.download-module__item__small {
  border-bottom: none;
  padding: 10px 0 5px 0;
}
.download-module__item__small a {
  text-decoration: underline;
}

*[data-reveal] {
  opacity: 0;
  -webkit-animation: reveal-fade-in 0.3s;
  animation: reveal-fade-in 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  border-top: 0.2857142857rem solid #e84d0b;
  padding: 2.8571428571rem 1.7857142857rem;
  outline: none;
}
@media print, screen and (min-width: 64.0625em) {
  *[data-reveal] {
    padding: 2.8571428571rem 3.5714285714rem;
  }
}
*[data-reveal] .close-button {
  right: 1.1428571429rem;
  top: 0.7142857143rem;
}
*[data-reveal] .close-button svg {
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  fill: #000;
}
*[data-reveal] .close-button:hover svg {
  fill: #6e6e6e;
}

.reveal__actions {
  margin-top: 2.1428571429rem;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 1.0714285714rem;
}
.reveal__actions a, .reveal__actions button {
  width: 100%;
  text-align: center;
}
@media print, screen and (min-width: 35.5em) {
  .reveal__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .reveal__actions a, .reveal__actions button {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.reveal__actions--full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.reveal__actions--full a:first-child {
  margin-bottom: 1.0714285714rem;
}
@media print, screen and (min-width: 35.5em) {
  .reveal__actions--full {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media print, screen and (min-width: 35.5em) {
  .reveal__actions--left-aligned {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
}
@media print, screen and (min-width: 35.5em) {
  .reveal__actions--space-between {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.reveal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@-webkit-keyframes reveal-overlay-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes reveal-overlay-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes reveal-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes reveal-fade-in {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.accordion {
  background: none;
}
.accordion .accordion-content {
  border: none;
  padding: 25px 40px;
  padding: 20px 80px 30px 20px;
}
.accordion .accordion-title {
  border: none;
  padding: 18px 20px;
  border-bottom: none;
  background: #fff;
  color: #00264b;
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
}
.accordion .accordion-title:focus {
  background: #fff;
  color: #000;
  outline: none;
}
.accordion .accordion-title:hover {
  background: #fff;
  color: #000;
}
.accordion .accordion-title:before {
  content: "";
  width: 18px;
  height: 18px;
  right: 30px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJFYmVuZV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IgogICAgIHZpZXdCb3g9IjAgMCAxOCAxOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KICAgIDxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6I2U4NGQwYjt9Cjwvc3R5bGU+CiAgICA8dGl0bGU+ZnVuY3Rpb24vaWMvYXJyb3cgbGVmdDwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMTIuNiwzLjkgMTEuNiwyLjggNS40LDkgMTEuNiwxNS4yIDEyLjYsMTQuMSA3LjUsOSAiLz4KPC9zdmc+Cg==");
}
.accordion .accordion-title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: left;
}
.accordion .accordion-item {
  border-bottom: 4px solid #e84d0b;
  background: #fff;
}
.accordion .accordion-item:last-child:not(.is-active) > .accordion-title, .accordion .accordion-item:last-child > .accordion-content:last-child {
  border-bottom: none;
}
.accordion .accordion-item:last-child {
  border-bottom: none;
}
.accordion .accordion-item.is-active .accordion-title:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion .accordion-item.is-disabled .accordion-title {
  color: #c5c6c6;
  cursor: not-allowed;
}
.accordion .accordion-item.is-disabled .accordion-title:hover {
  color: #c5c6c6;
}
.accordion .accordion-item.is-disabled .accordion-title:before {
  background-image: none;
  background-color: #c5c6c6;
  -webkit-mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgogICAgIHZpZXdCb3g9IjAgMCAxOCAxOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHRpdGxlPmZ1bmN0aW9uL2ljL2Fycm93IGxlZnQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8cG9seWdvbiBwb2ludHM9IjEyLjYsMy45IDExLjYsMi44IDUuNCw5IDExLjYsMTUuMiAxMi42LDE0LjEgNy41LDkgIi8+Cjwvc3ZnPg==");
  mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgogICAgIHZpZXdCb3g9IjAgMCAxOCAxOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHRpdGxlPmZ1bmN0aW9uL2ljL2Fycm93IGxlZnQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8cG9seWdvbiBwb2ludHM9IjEyLjYsMy45IDExLjYsMi44IDUuNCw5IDExLjYsMTUuMiAxMi42LDE0LjEgNy41LDkgIi8+Cjwvc3ZnPg==");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.accordion .accordion-item.is-disabled .accordion-content {
  display: none;
}
.accordion .accordion-item.is-disabled.is-active .accordion-title:before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.accordion.accordion--grey .accordion-item .accordion-title:hover {
  color: #6e6e6e;
}
.accordion.accordion--grey .accordion-item.is-active .accordion-title {
  color: #6e6e6e;
}
.accordion.accordion--grey:not(.accordion--cards) .accordion-item:not(:last-child) {
  border-bottom: 2px solid #ececec;
}
.accordion.accordion--cards {
  display: grid;
  grid-template-columns: 1fr;
  -webkit-column-gap: 1.25rem;
  -moz-column-gap: 1.25rem;
  column-gap: 1.25rem;
}
@media print, screen and (min-width: 48.0625em) {
  .accordion.accordion--cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .accordion.accordion--cards {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.accordion.accordion--cards .accordion-item {
  border-bottom: none;
}
.accordion.accordion--cards .accordion-item .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.accordion.accordion--cards .accordion-item .accordion-title .icon {
  margin-right: 0.785rem;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
.accordion.accordion--cards .accordion-item .accordion-content {
  padding-top: 0;
  padding-bottom: 0.5rem;
}
.accordion.accordion--cards .accordion-item:not(:first-child) .accordion-title {
  border-top: 2px solid #ececec;
}
@media print, screen and (min-width: 48.0625em) {
  .accordion.accordion--cards .accordion-item:nth-child(2) .accordion-title {
    border-top: none;
  }
  .accordion.accordion--cards .accordion-item:not(:nth-child(-n+2)) .accordion-title {
    border-top: 2px solid #ececec;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .accordion.accordion--cards .accordion-item:nth-child(3) .accordion-title {
    border-top: none;
  }
  .accordion.accordion--cards .accordion-item:not(:nth-child(-n+3)) .accordion-title {
    border-top: 2px solid #ececec;
  }
}

.accordion-variant .accordion-title {
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.accordion-variant .accordion-title:before {
  display: none;
}
.accordion-variant .accordion-title span {
  display: inline-block;
  width: 10px;
  text-align: center;
}
.accordion-variant .accordion-title span:before {
  content: "+";
  display: inline-block;
}
.accordion-variant .is-active .accordion-title {
  color: #e84d0b;
}
.accordion-variant .is-active .accordion-title span:before {
  content: "-";
}

.quickorder::after {
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.quickorder.has-focus::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 6;
  opacity: 1;
}
.quickorder.has-focus .quickorder__close {
  display: block;
}
@media print, screen and (max-width: 48.06125em) {
  .quickorder.has-focus .quickorder__quantity,
  .quickorder.has-focus .quickorder__submit {
    display: block;
  }
}
.quickorder .quickorder__container {
  background: #fff;
  padding: 15px 15px 40px;
  position: relative;
  z-index: 7;
}
@media print, screen and (max-width: 48.06125em) {
  .quickorder .quickorder__container {
    padding: 15px;
    margin-top: 20px;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .quickorder .quickorder__container {
    padding: 15px 0;
    background: none;
  }
}
.quickorder .searchfield .input-group-button .searchfield__reset {
  position: relative;
  top: 8px;
  right: 12px;
  -webkit-transform: none;
  transform: none;
}
.quickorder .quickorder__close {
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  right: 0;
  margin: 0;
  padding: 10px;
  line-height: 0;
  display: none;
}
.quickorder .quickorder__close .icon {
  padding-left: 0;
}
.quickorder .quickorder__close .icon svg {
  fill: #e84d0b;
  width: 20px;
  height: 20px;
}
.quickorder .quickorder__close:hover {
  background-color: #e84d0b;
  border-color: #e84d0b;
}
.quickorder .quickorder__close:hover .icon svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}
.quickorder .quickorder__form {
  position: relative;
}
.quickorder .suggestlayer {
  position: absolute;
  z-index: 11;
  width: 100%;
  top: 39px;
}
.quickorder .suggestlayer__footer {
  display: none;
}
.quickorder .loader {
  display: none;
}
.quickorder .loader div {
  border: 2px solid #000;
}
.quickorder.is--loading {
  position: relative;
}
.quickorder.is--loading .loader {
  position: absolute;
  z-index: 10;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.quickorder.is--loading .quickorder__container {
  pointer-events: none;
}
.quickorder.is--loading .quickorder__container > * {
  opacity: 0.4;
}
.quickorder .icon-text:not(:first-child) {
  margin-left: 20px;
}
@media print, screen and (max-width: 48.06125em) {
  .quickorder .icon-text:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }
}
.quickorder .icon-text__link {
  padding: 5px 0;
}
.quickorder .icon-text svg {
  max-width: 20px;
}
.quickorder .icon-text--border {
  border: none;
}
.quickorder .icon-text--border:first-child {
  margin-right: auto;
}
.quickorder .icon-text--border + .icon-text {
  border-left: 0;
  margin-left: 0;
}
.quickorder .icon-excel-upload .icon-text__icon {
  margin-bottom: -5px;
}

.quickorder__headline {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}

.quickorder__form {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media print, screen and (max-width: 48.06125em) {
  .quickorder__form {
    display: block;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .quickorder__form .input-group {
    margin: 0;
    max-width: 50%;
  }
}
.quickorder__form label, .quickorder__form .fld__label {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.quickorder__form label.has-error:after, .quickorder__form .has-error.fld__label:after {
  margin-top: 10px;
}
@media print, screen and (min-width: 48.0625em) {
  .quickorder__form label.has-error:after, .quickorder__form .has-error.fld__label:after {
    position: absolute;
  }
}
.quickorder__form label.has-error [type=search], .quickorder__form .has-error.fld__label [type=search] {
  border: 1px solid #00264b;
  background: #fff;
}
.quickorder__form [type=search] {
  margin-top: 0 !important;
  padding-right: 25px;
}
@media print, screen and (min-width: 48.0625em) {
  .quickorder__form [type=search] {
    margin: 0 !important;
  }
}
.quickorder__form [type=search]:focus {
  padding-right: 40px;
}
.has-error .quickorder__form [type=search]::-webkit-input-placeholder {
  color: #00264b !important;
}
.has-error .quickorder__form [type=search]::-moz-placeholder {
  color: #00264b !important;
}
.has-error .quickorder__form [type=search]:-ms-input-placeholder {
  color: #00264b !important;
}
.has-error .quickorder__form [type=search]::-ms-input-placeholder {
  color: #00264b !important;
}
.has-error .quickorder__form [type=search]::placeholder {
  color: #00264b !important;
}
.quickorder__form .searchfield__submit {
  background: #e84d0b;
  border-top: 1px solid #6e6e6e;
  border-right: 1px solid #6e6e6e !important;
  border-bottom: 1px solid #6e6e6e;
}
.quickorder__form .searchfield__submit .icon svg {
  fill: #fff;
}
@media print, screen and (max-width: 48.06125em) {
  .quickorder__form .quickorder__submit {
    display: inline-block;
    float: right;
  }
  .quickorder__form .quickorder__submit:disabled {
    border-color: #c5c6c6;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .quickorder__form .quickorder__submit {
    display: none;
    float: none;
    width: 100%;
  }
}

.quickorder__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 15px;
  height: 40px;
  min-width: 160px;
}
@media print, screen and (max-width: 48.06125em) {
  .quickorder__quantity {
    margin: 0 0 15px;
    display: inline-block;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .quickorder__quantity {
    width: 100%;
    height: auto;
    display: none;
  }
  .quickorder__quantity .quantity.input-group {
    max-width: 100%;
  }
}
.quickorder__quantity .quantity {
  max-width: 165px;
  margin: 0 15px 0 0;
}
.quickorder__quantity .quantity .input-group-field {
  -ms-flex: 1 1 auto;
}

.quickorder__submit {
  margin: 0 0 0 auto;
}

.quickorder__packaging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}

.amount-calculator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  padding: 1.4285714286rem;
  margin: 1.4285714286rem 0 2.1428571429rem 0;
  background: #f6f6f6;
}
.amount-calculator label, .amount-calculator .fld__label {
  white-space: nowrap;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.amount-calculator label, .amount-calculator .fld__label,
.amount-calculator span {
  display: block;
  font-size: 12px;
}
.amount-calculator input,
.amount-calculator select {
  display: block;
  background-color: transparent;
}
.amount-calculator .amount-calculator__quantity {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 46%;
  flex: 0 1 46%;
}
.amount-calculator .amount-calculator__equal {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.amount-calculator .amount-calculator__priceblock {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.amount-calculator__priceblock {
  padding-top: 1.4285714286rem;
}
.amount-calculator__priceblock a {
  text-decoration: underline;
}
.amount-calculator__priceblock p {
  font-weight: 500;
  margin: 0;
}

.amount-calculator__quantity .input-group {
  margin-bottom: 0.3571428571rem;
}

.amount-calculator__taxadvice {
  font-size: 12px;
}

.amount-calculator__equal {
  font-size: 20px;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  padding: 1.7142857143rem 0.7142857143rem 0 1.0714285714rem;
}

.amount-calculator__price {
  font-size: 24px;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  white-space: nowrap;
}

/* AMOUNT CALCULATOR WITH UNIT FIELD */
.amount-calculator--unit {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.amount-calculator--unit:has(.help-block.form-error + .amount-calculator__priceblock) .amount-calculator__quantity + .help-block.form-error {
  width: 100%;
  margin-block: 0.3571428571rem;
}
.amount-calculator--unit .amount-calculator__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.amount-calculator--unit .amount-calculator__quantity label, .amount-calculator--unit .amount-calculator__quantity .fld__label {
  width: calc(50% - 0.7142857143rem);
}
.amount-calculator--unit .amount-calculator__quantity label:first-child, .amount-calculator--unit .amount-calculator__quantity .fld__label:first-child {
  margin-right: 1.4285714286rem;
}
.amount-calculator--unit .amount-calculator__priceblock {
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.amount-calculator--unit .amount-calculator__taxadvice br {
  display: none;
}

.amount-calculator .amount-calculator__quantity[data-amount=calculated] label, .amount-calculator .amount-calculator__quantity[data-amount=calculated] .fld__label {
  width: 100%;
  max-width: 10rem;
}
.amount-calculator .amount-calculator__quantity[data-amount=calculated] label:first-child, .amount-calculator .amount-calculator__quantity[data-amount=calculated] .fld__label:first-child {
  margin-right: 0;
}
.amount-calculator .amount-calculator__quantity[data-amount=calculated] .amount-calculator__quantity-input-wrapper {
  position: relative;
}
.amount-calculator .amount-calculator__quantity[data-amount=calculated] .amount-calculator__quantity-unit {
  position: absolute;
  right: 0.7142857143rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.amount-calculator .amount-calculator__quantity[data-amount=calculated] + .amount-calculator__priceblock {
  margin-top: 0.7142857143rem;
  padding: 0;
}
.amount-calculator .amount-calculator__quantity[data-amount=calculated] + .amount-calculator__priceblock .amount-calculator__price-corresponds {
  color: #6e6e6e;
}

.suggest-tile {
  padding: 0.7142857143rem 1.4285714286rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: #fff;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  z-index: 1;
}
.suggest-tile:hover, .suggest-tile.is-active {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.suggestlayer__results--extended .suggest-tile {
  padding-bottom: 20px;
  width: 100%;
}
.suggestlayer__results--extended .suggest-tile .suggest-tile__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.suggestlayer__results--extended .button--cart {
  padding: 5px 10px;
}
.suggestlayer__results--extended .button--cart svg {
  height: 18px;
  width: 18px;
  fill: #e84d0b;
}
.suggestlayer__results--extended .button--cart:hover svg {
  fill: #fff;
}
.suggestlayer__results--extended .suggest-tile__addtocart__icon-cart {
  opacity: 1;
}
.suggestlayer__results--extended.is-loading .suggest-tile__addtocart__icon-cart, .suggestlayer__results--extended.is-complete .suggest-tile__addtocart__icon-cart {
  opacity: 0;
}
.suggestlayer__results--extended .suggest-tile__addtocart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media print, screen and (max-width: 48.06125em) {
  .suggestlayer__results--extended .suggest-tile__addtocart {
    display: none;
  }
}
.quickorder .suggestlayer__results--extended .suggest-tile__addtocart {
  display: none;
}
.suggestlayer__results--extended .suggest-tile-extended-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 45px;
  width: inherit;
}

.is-active > .suggest-tile {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  z-index: 2;
}

.suggest-tile__image {
  margin-right: 10px;
  width: 50px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.suggest-tile__manufacture {
  font-size: 12px;
  color: #6e6e6e;
}
.suggestlayer__results--extended .suggest-tile__manufacture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.suggest-tile__productname {
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.suggestlayer__results--extended .suggest-tile__productname {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  padding-right: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.suggest-tile__articlenumber {
  font-size: 12px;
  display: none;
}
.suggestlayer__results--extended .suggest-tile__articlenumber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.suggestlayer__results--extended .suggest-tile__articlenumber span {
  display: none;
}

.suggest-tile__features {
  display: none;
}

.suggestlayer__wrapper--products {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-block: 1.0714285714rem;
}
.suggestlayer__header {
  padding-inline: 1.4285714286rem;
  font-size: 1.2857142857rem;
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.suggestlayer__header--emptyresult {
  padding: 2.1428571429rem;
}
.suggestlayer__header--emptyresult .icon {
  background-color: #bb0440;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxOCAxOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxNSw0IDEzLjYsMi42IDguNiw3LjUgNC4xLDIuOSAyLjYsNC40IDcuMiw5IDIuNiwxMy42IDQuMSwxNSA4LjYsMTAuNCAxMy42LDE1LjMgMTUsMTMuOSAxMC4xLDkgIi8+Cjwvc3ZnPgo=");
  background-size: 15px;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  text-align: center;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 10px;
  margin-bottom: -4px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.suggestlayer__results {
  margin-top: 1.0714285714rem;
}
.suggestlayer__footer {
  padding-block: 1.0714285714rem 0.3571428571rem;
  padding-inline: 1.4285714286rem;
}
.suggestlayer__footer a {
  text-decoration: underline;
}
.suggestlayer__footer a.is-active {
  color: #6e6e6e;
}
.suggestlayer:not(:empty) {
  background: #fff;
  border: solid 0.1428571429rem #c5c6c6;
  display: none;
}
.suggestlayer:not(:empty).is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 48.06125em) {
  .suggestlayer:not(:empty).is-active {
    max-height: calc(100vh - 71px - 32px);
    overflow-y: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.suggestlayer:not(:empty) .divider {
  margin: 0.7142857143rem;
}
.suggestlayer--desktop {
  display: none;
}
.suggestlayer--desktop > .suggestlayer__wrapper--products > .suggestlayer__header,
.suggestlayer--desktop > .suggestlayer__wrapper--products > .suggestlayer__results,
.suggestlayer--desktop > .suggestlayer__wrapper--products > .suggestlayer__results--extended {
  border-right: solid 0.1428571429rem #c5c6c6;
}
.suggestlayer--desktop > .category-suggestlayer__wrapper {
  margin-left: -0.1428571429rem;
}
@media print, screen and (min-width: 64.0625em) {
  .suggestlayer--desktop {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.suggestlayer--mobile {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
.suggestlayer--mobile .suggestlayer__results,
.suggestlayer--mobile .category-suggestlayer__result-list,
.suggestlayer--mobile .service-suggestlayer__result-list {
  margin-top: 0;
}
.suggestlayer--mobile .category-suggestlayer {
  min-width: auto;
}
.suggestlayer--mobile .category-suggestlayer:nth-child(2) {
  border-left: none;
}
.suggestlayer--mobile .service-suggestlayer {
  border-top: none;
}
.suggestlayer--mobile .accordion {
  margin: 0;
}
.suggestlayer--mobile .accordion-item {
  padding-block: 0;
}
.suggestlayer--mobile .accordion-title {
  padding: 1rem 1.4285714286rem;
}
.suggestlayer--mobile .accordion-content {
  padding: 0 0 1rem 0;
}
@media print, screen and (min-width: 64.0625em) {
  .suggestlayer--mobile {
    display: none;
  }
}

.category-suggestlayer {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding-bottom: 0.7142857143rem;
}
.category-suggestlayer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-preferred-size: 67%;
  flex-basis: 67%;
  border-left: solid 0.1428571429rem #c5c6c6;
}
@media print, screen and (max-width: 48.06125em) {
  .category-suggestlayer__wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-left: none;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.category-suggestlayer:nth-child(2) {
  border-left: solid 0.1428571429rem #c5c6c6;
}
@media print, screen and (max-width: 48.06125em) {
  .category-suggestlayer:nth-child(2) {
    border-left: none;
  }
}
.category-suggestlayer__result-list {
  margin-top: 0.7142857143rem;
}
.category-suggestlayer__result-item {
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  padding-block: 0.7142857143rem;
  padding-inline: 2.8571428571rem 1.4285714286rem;
  text-transform: uppercase;
  display: block;
}
.category-suggestlayer__result-item:hover {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
}

.service-suggestlayer {
  width: 100%;
  border-top: solid 0.1428571429rem #c5c6c6;
}
.service-suggestlayer__result-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.7142857143rem 1.4285714286rem;
}
.service-suggestlayer__result-item:hover {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
}
.service-suggestlayer__image {
  margin-right: 0.7142857143rem;
  max-width: 4.5714285714rem;
  height: 4.5714285714rem;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.service-suggestlayer__text-content p {
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  margin: 0;
  line-height: 1.2857142857rem;
}
.service-suggestlayer__title {
  color: #6e6e6e;
}
@media print, screen and (max-width: 48.06125em) {
  .service-suggestlayer {
    border-top: none;
  }
}

.category-suggestlayer,
.service-suggestlayer {
  padding-top: 1.0714285714rem;
}

.header__search .suggestlayer {
  position: absolute;
  z-index: 11;
  width: calc(100% - 21.7857142857rem);
  top: 71px;
  /**
   * #INFO: The following style classes are added (or removed) via JS
   */
  /* small width (one column) */
  /* medium width (two columns) */
  /* either brands or categories */
  /* borders */
}
@media print, screen and (max-width: 48.06125em) {
  .header__search .suggestlayer {
    top: 92px;
    left: 0;
    width: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--prod), .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--serv), .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--one-cat), .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--one-cat-serv) {
    max-width: 28.5714285714rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--prod-serv), .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--prod-one-cat), .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--prod-one-cat-serv), .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--one-cat-serv-long), .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--two-cat), .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--two-cat-serv), .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--two-cat-serv-long), .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--serv-long) {
    max-width: 57.1428571429rem;
  }
}
.header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--prod-two-cat) .category-suggestlayer__wrapper, .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--two-cat) .category-suggestlayer__wrapper {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--prod-one-cat) .category-suggestlayer__wrapper, .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--prod-serv) .category-suggestlayer__wrapper, .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--prod-one-cat-serv) .category-suggestlayer__wrapper {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
@media print, screen and (min-width: 64.0625em) {
  .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--two-cat) .category-suggestlayer__wrapper, .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--two-cat-serv) .category-suggestlayer__wrapper, .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--two-cat-serv-long) .category-suggestlayer__wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--one-cat) .category-suggestlayer, .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--one-cat-serv) .category-suggestlayer, .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--one-cat-serv-long) .category-suggestlayer, .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--prod-one-cat) .category-suggestlayer, .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--prod-one-cat-serv) .category-suggestlayer, .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--prod-one-cat-serv-long) .category-suggestlayer {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--one-cat) .category-suggestlayer__wrapper, .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--serv) .category-suggestlayer__wrapper, .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--serv-long) .category-suggestlayer__wrapper, .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--one-cat-serv) .category-suggestlayer__wrapper, .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--one-cat-serv-long) .category-suggestlayer__wrapper, .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--two-cat) .category-suggestlayer__wrapper, .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--two-cat-serv) .category-suggestlayer__wrapper, .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--two-cat-serv-long) .category-suggestlayer__wrapper {
  border-left: none;
}
.header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--prod-serv) .service-suggestlayer, .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--prod-serv-long) .service-suggestlayer, .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--serv) .service-suggestlayer, .header__search .suggestlayer:has(.suggestlayer--desktop.js_suggestlayer--serv-long) .service-suggestlayer {
  border-top: none;
}

.extended-range__results .suggest-tile:last-child {
  padding-bottom: 0;
}

.password-strength {
  display: inline-block;
}
.password-strength .input-group-button {
  top: 0;
}

.password-strength__meter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.password-strength__meter span {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 5px 5px 5px 0;
  height: 3px;
  display: inline-block;
  background: #6e6e6e;
}
.password-strength__meter span:last-child {
  margin-right: 0;
}
.password-strength__meter.strong span {
  background: #54BA53;
}
.password-strength__meter.good span:nth-child(1) {
  background: #FDCA00;
}
.password-strength__meter.good span:nth-child(2) {
  background: #FDCA00;
}
.password-strength__meter.weak span:nth-child(1) {
  background: #bb0440;
}

.password-strength__text {
  font-size: 12px;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.password-strength__text::after {
  display: inline-block;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.password-strength__text.strong::after {
  content: attr(data-pwstrength-strong);
  color: #54BA53;
}
.password-strength__text.good::after {
  content: attr(data-pwstrength-good);
  color: #FDCA00;
}
.password-strength__text.weak::after {
  content: attr(data-pwstrength-weak);
  color: #bb0440;
}

.note__empty {
  display: none;
}
.note__empty:first-child {
  display: block;
}
.note__empty h2 {
  margin-bottom: 5px;
}
.note__empty .icon {
  margin-bottom: 20px;
}
.note__empty .icon svg {
  width: 64px;
  height: 64px;
}

.cart-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 20px 0;
}
.cart-actions.is-hidden {
  margin: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  opacity: 0;
  overflow: hidden;
  height: 0;
  pointer-events: none;
}
.tile-grid--empty .cart-actions.is-hidden {
  margin-bottom: 20px;
}
.cart-actions .icon-text:not(:first-child) {
  margin-left: 20px;
  padding-left: 15px;
}
@media print, screen and (max-width: 48.06125em) {
  .cart-actions .icon-text:not(:first-child) {
    margin-left: 15px;
    padding-left: 15px;
  }
}
.cart-actions .icon-text__link {
  padding: 5px 0;
}
.cart-actions .icon-text__link.link--disabled {
  pointer-events: none;
  color: #c5c6c6;
}
.cart-actions .icon-text__link.link--disabled svg {
  fill: #c5c6c6;
}
.cart-actions .icon-text__link.button--disabled {
  pointer-events: none;
  color: #c5c6c6;
}
.cart-actions .icon-text__link.button--disabled svg {
  fill: #c5c6c6;
}
.cart-actions .icon-text svg {
  max-width: 20px;
}
.cart-actions .icon-text:nth-child(3) {
  margin-left: 0;
  padding-left: 10px;
}
.cart-actions .icon-text--border {
  border: none;
}
.cart-actions .icon-text--border + .icon-text {
  margin-left: 0;
}
.cart-actions a[role=button] {
  pointer-events: none;
  color: #6e6e6e;
}
.cart-actions a[role=button] svg {
  fill: #6e6e6e;
}
.cart-actions .icon-excel-download .icon-text__icon {
  margin-bottom: -5px;
}
.cart-actions.cart-actions--carttools div:first-child {
  margin-right: auto;
}
.cart-actions.cart-actions--carttools div {
  margin-right: 15px;
}
.cart-actions.cart-actions--carttools div:last-child {
  border-left: 1px solid #000;
  padding-left: 15px;
  margin-right: 0;
}
@media print, screen and (max-width: 35.49875em) {
  .cart-actions.cart-actions--carttools {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cart-actions.cart-actions--carttools .icon-text {
    border: 0;
    padding: 0;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .cart-actions.cart-actions--carttools .icon-text--border {
    border: 0;
  }
  .cart-actions.cart-actions--carttools div:last-child {
    border-left: 0;
  }
}

.cart-actions--note {
  margin-top: 0;
}
@media print, screen and (max-width: 35.49875em) {
  .cart-actions--note {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .cart-actions--note .icon-text:not(:first-child) {
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .cart-actions--note .icon-text__link {
    padding: 10px 0;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .cart-actions--note .icon-text:nth-child(2) {
    border-left: none;
  }
}
@media screen and (min-width: 72.5em) {
  .cart-actions--note {
    margin-top: -10px;
  }
}

@media print, screen and (max-width: 35.49875em) {
  .cart-actions--carttemplate .cart-actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .cart-actions--carttemplate .cart-actions .icon-text:nth-child(3) {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}

@media print, screen and (max-width: 64.06125em) {
  .cart-actions--excel {
    display: none;
  }
}

.dropdown-navigation:has(.cart-actions) {
  height: auto;
  margin-left: auto;
  position: relative;
}
.dropdown-navigation:has(.cart-actions) > button {
  margin-bottom: 0;
  padding: 0;
  background-color: #fff;
  border-radius: 50%;
}
.dropdown-navigation:has(.cart-actions) > button > span {
  padding: 0.7142857143rem;
  cursor: pointer;
}
.dropdown-navigation:has(.cart-actions) > button .icon {
  display: block;
  margin-left: 0;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.dropdown-navigation:has(.cart-actions) > button .icon svg {
  width: 1.2857142857rem;
  height: 1.2857142857rem;
  fill: #e84d0b;
}
.dropdown-navigation:has(.cart-actions) .dropdown-pane {
  padding: 0;
  z-index: 60;
}
.dropdown-navigation:has(.cart-actions) .dropdown-pane .cart-actions {
  margin-block: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.dropdown-navigation:has(.cart-actions) .dropdown-pane .cart-actions div {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  border-bottom: 0.0714285714rem solid #c5c6c6;
}
.dropdown-navigation:has(.cart-actions) .dropdown-pane .cart-actions button, .dropdown-navigation:has(.cart-actions) .dropdown-pane .cart-actions a {
  padding: 0.7142857143rem;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.cart-checkout {
  position: sticky;
  top: 150px;
  padding: 1rem;
  margin-bottom: 20px;
  background: #fff;
}
.cart-checkout .button, .cart-checkout .fld--file .fld__label, .fld--file .cart-checkout .fld__label {
  width: 100%;
  margin-left: 0;
}
.cart-checkout__price {
  display: block;
  margin-bottom: 20px;
}
.cart-checkout__totalprice {
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cart-checkout__totalprice .icon {
  margin-left: 5px;
}
.cart-checkout__totalprice .icon svg {
  width: 12px;
  height: 12px;
}
.cart-checkout__sum {
  font-size: 20px;
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  text-align: right;
  display: inline-block;
  float: right;
}
.cart-checkout__taxandshipping {
  font-size: 12px;
  display: block;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: right;
  width: 100%;
  margin-top: 10px;
}
.cart-checkout__taxandshipping a {
  text-decoration: underline;
}
.cart-checkout__proceedshopping {
  margin: 10px 0 0;
  text-align: center;
}
.cart-checkout__message {
  padding: 10px 10px 10px 45px;
  background: #ececec;
  font-size: 14px;
  position: relative;
}
.cart-checkout__message:not(:first-child) {
  margin-top: 15px;
}
.cart-checkout__message .icon {
  position: absolute;
  top: 10px;
  left: 10px;
}
.cart-checkout .articledetail__requestinfo {
  margin: 0 0 20px 0;
}

.cart-delivery {
  margin-bottom: 1.4285714286rem;
}
.cart-delivery .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
}
.cart-delivery .tabs .tab--disabled {
  pointer-events: none;
}
.cart-delivery .tabs .tab--disabled a {
  color: #c5c6c6;
}
.cart-delivery .tabs .tabs-title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}
.cart-delivery .tabs .tabs-title:only-child {
  max-width: 50%;
  border-bottom-width: 0.0714285714rem solid #fff;
  margin-bottom: -0.0714285714rem;
}
.cart-delivery .accordion .accordion-title {
  font-size: 14px;
}
.cart-delivery .accordion .accordion-title:before {
  right: 0;
}
.cart-delivery .accordion .accordion-content {
  padding: 0;
}
.cart-delivery table td:first-child {
  padding-right: 0.7142857143rem;
}
@media print, screen and (max-width: 64.06125em) {
  .cart-delivery .flatpickr-calendar {
    top: 0.0714285714rem !important;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.cart-delivery__headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.7142857143rem;
}
.cart-delivery__headline button:hover svg {
  fill: #6e6e6e;
}
.cart-delivery__duration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  margin: 1.4285714286rem 0 0.7142857143rem;
}
.cart-delivery__duration .icon {
  margin-right: 0.7142857143rem;
}
.cart-delivery__date {
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}
.cart-delivery .datepicker-disabled + .datepicker-hint--cart {
  display: block;
}

.cart-delivery--pickup .cart-delivery__duration .icon:nth-child(2) {
  display: none;
}

.cart-delivery--delivery .cart-delivery__duration .icon:nth-child(1) {
  display: none;
}

.checkout__address .cart-delivery .tabs-content:has(.tabs-panel:only-child) {
  border-top: 0.0714285714rem solid #c5c6c6;
}
.checkout__address .cart-delivery .tabs-title {
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #fff;
  border: 0.0714285714rem solid #c5c6c6;
  position: relative;
}
.checkout__address .cart-delivery .tabs-title.is-active {
  border-bottom: 0.0714285714rem solid transparent;
}
.checkout__address .cart-delivery .tabs-title.is-active::after {
  content: "";
  display: block;
  width: calc(100% + 0.1428571429rem);
  height: 0.3571428571rem;
  background-color: #e84d0b;
  position: absolute;
  top: -0.0714285714rem;
  left: -0.0714285714rem;
  right: -0.0714285714rem;
}
.checkout__address .cart-delivery .tabs-title.is-active a {
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  background: #fff;
  color: #000;
}

.address-list .checkbox + label, .address-list .checkbox + .fld__label {
  font-size: inherit;
}
.address-list .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.address-list .tabs-title {
  float: none;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  border: 1px solid #c5c6c6;
  position: relative;
  white-space: nowrap;
}
.address-list .tabs-title:not(:first-child) {
  border-left: 1px solid transparent;
}
.address-list .tabs-title.is-active {
  border-bottom: 1px solid transparent;
}
.address-list .tabs-title.is-active::after {
  content: " ";
  display: block;
  width: calc(100% + 2px);
  height: 5px;
  background-color: #e84d0b;
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
}
.address-list .tabs-title.is-active a {
  color: #000;
}
.address-list .tabs-content {
  border: none;
}
.address-list .tabs-panel {
  padding: 0;
}

.address-list__actions {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.address-list__actions .searchfield {
  width: 100%;
  margin: 0;
}
@media print, screen and (min-width: 64.0625em) {
  .address-list__actions .searchfield {
    width: 35%;
  }
}
.address-list__actions .searchfield .input-group-button {
  pointer-events: none;
}
.address-list__actions .searchfield .button--reset {
  pointer-events: all;
}
.address-list__actions .button--text, .address-list__actions .button.button--underlined, .address-list__actions .fld--file .button--underlined.fld__label, .fld--file .address-list__actions .button--underlined.fld__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .address-list__actions .button--text, .address-list__actions .button.button--underlined, .address-list__actions .fld--file .button--underlined.fld__label, .fld--file .address-list__actions .button--underlined.fld__label {
    margin-top: 20px;
    width: 100%;
  }
}
.address-list__actions .button--text .icon, .address-list__actions .button.button--underlined .icon, .address-list__actions .fld--file .button--underlined.fld__label .icon, .fld--file .address-list__actions .button--underlined.fld__label .icon {
  font-size: 24px;
  margin-right: 5px;
}
.address-list__actions .button--text:hover, .address-list__actions .button.button--underlined:hover, .address-list__actions .fld--file .button--underlined.fld__label:hover, .fld--file .address-list__actions .button--underlined.fld__label:hover {
  color: #6e6e6e;
}
.address-list__actions .button--disabled {
  color: #c5c6c6;
}
.address-list__actions .button--disabled svg {
  fill: #c5c6c6;
}

.address-list__restore {
  display: none;
  width: 100%;
}

.address-list__item {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  /* &:last-child {
      border-bottom: 1px solid $color-grey-40;
  } */
}
.address-list__item:after {
  content: "" !important;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e84d0b;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translate3d(101%, 0, 0);
  transform: translate3d(101%, 0, 0);
}
.address-list__item:not(:first-child) {
  border-top: 1px solid #c5c6c6;
}
.address-list__item > div,
.address-list__item > form {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media screen and (min-width: 72.5em) {
  .address-list__item {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .address-list__item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.address-list__item .addressblock {
  margin: 0;
}
.address-list__item .address-list__cell {
  padding-bottom: 15px;
  width: 100%;
}
@media print, screen and (min-width: 64.0625em) {
  .address-list__item .address-list__cell {
    padding-right: 25px;
    padding-bottom: 0;
  }
}
.address-list__item .address-list__cell--select {
  width: 50%;
}
@media print, screen and (max-width: 64.06125em) {
  .address-list__item .address-list__cell--select {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .address-list__item .address-list__cell--select {
    width: 24%;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .address-list__item .address-list__cell--company,
  .address-list__item .address-list__cell--address {
    width: 38%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .address-list__item .address-list__cell--checkbox {
    width: 20%;
  }
}
.address-list__item .address-list__cell--checkbox.form--disabled {
  pointer-events: none;
}
.address-list__item .address-list__cell--checkbox.form--disabled label, .address-list__item .address-list__cell--checkbox.form--disabled .fld__label {
  color: #c5c6c6;
}
.address-list__item .address-list__cell--checkbox.form--disabled label::before, .address-list__item .address-list__cell--checkbox.form--disabled .fld__label::before {
  background: #c5c6c6;
  border: 1px solid #c5c6c6;
}
.address-list__item .address-list__cell--actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 50%;
  min-height: 40px;
  padding-right: 0;
}
.address-list__item .address-list__cell--actions .button, .address-list__item .address-list__cell--actions .fld--file .fld__label, .fld--file .address-list__item .address-list__cell--actions .fld__label {
  padding: 10px 18px;
}
.address-list__item .address-list__cell--actions .button + .button, .address-list__item .address-list__cell--actions .fld--file .fld__label + .button, .fld--file .address-list__item .address-list__cell--actions .fld__label + .button, .address-list__item .address-list__cell--actions .fld--file .button + .fld__label, .fld--file .address-list__item .address-list__cell--actions .button + .fld__label, .address-list__item .address-list__cell--actions .fld--file .fld__label + .fld__label, .fld--file .address-list__item .address-list__cell--actions .fld__label + .fld__label {
  margin-left: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .address-list__item .address-list__cell--actions {
    padding-bottom: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .address-list__item .address-list__cell--actions {
    width: 20%;
  }
}
.address-list__item .address-list__cell--actions .button.button--inline-icon, .address-list__item .address-list__cell--actions .fld--file .button--inline-icon.fld__label, .fld--file .address-list__item .address-list__cell--actions .button--inline-icon.fld__label {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  margin-bottom: 0;
}
.address-list__item .address-list__cell--actions .button.button--inline-icon:hover svg, .address-list__item .address-list__cell--actions .fld--file .button--inline-icon.fld__label:hover svg, .fld--file .address-list__item .address-list__cell--actions .button--inline-icon.fld__label:hover svg {
  fill: #6e6e6e;
}
@media print, screen and (max-width: 64.06125em) {
  .address-list__item .address-list__cell--actions .button.button--inline-icon, .address-list__item .address-list__cell--actions .fld--file .button--inline-icon.fld__label, .fld--file .address-list__item .address-list__cell--actions .button--inline-icon.fld__label {
    padding-left: 0;
  }
}
.address-list__item .address-list__cell--actions .button--disabled {
  pointer-events: none;
}
.address-list__item .address-list__cell--actions .button--disabled svg {
  fill: #c5c6c6;
}

.address-list__item--deleted > div,
.address-list__item--deleted > form {
  opacity: 0;
}
.address-list__item--deleted:after {
  -webkit-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
}

.changerequest {
  color: #6e6e6e;
}
.changerequest a, .changerequest strong {
  color: #6e6e6e;
}

.address-form .checkbox + label, .address-form .checkbox + .fld__label {
  font-size: inherit;
}

.address-form__subline {
  font-size: 16px;
  margin-top: 20px;
}

.address-form__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.address-form__cell label, .address-form__cell .fld__label {
  width: 100%;
}

.progressbar {
  text-align: center;
  padding: 30px 0 30px 0;
  display: block;
  width: 100%;
  counter-reset: progresscount;
}
.progressbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.progressbar__item {
  margin-right: 45px;
  position: relative;
  min-width: 1px;
}
.progressbar__item::after {
  content: "";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgogICAgIHZpZXdCb3g9IjAgMCAxOCAxOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHRpdGxlPmZ1bmN0aW9uL2ljL2Fycm93IGxlZnQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8cG9seWdvbiBwb2ludHM9IjEyLjYsMy45IDExLjYsMi44IDUuNCw5IDExLjYsMTUuMiAxMi42LDE0LjEgNy41LDkgIi8+Cjwvc3ZnPg==");
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  width: 12px;
  height: 12px;
  right: -30px;
  top: 5px;
  opacity: 0.6;
}
.progressbar__item:last-child {
  margin-right: 0;
}
.progressbar__item:last-child::after {
  display: none;
}
.progressbar__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.progressbar__item a:hover .progressbar__label {
  color: #e84d0b;
}
.progressbar__item a:hover .progressbar__number {
  background-color: #e84d0b;
}
.progressbar__item.is-active .progressbar__number {
  background: #e84d0b;
}
.progressbar__item.is-active .progressbar__label {
  color: #e84d0b;
}
.progressbar__item:not(.is-selectable) a {
  pointer-events: none;
}
.progressbar__item:not(.is-selectable) .progressbar__label {
  color: #c5c6c6;
}
.progressbar__item:not(.is-selectable) .progressbar__number {
  background-color: #ececec;
  color: #c5c6c6;
  border: solid 1px #c5c6c6;
}
@media print, screen and (max-width: 48.06125em) {
  .progressbar__item {
    margin-right: 40px;
  }
  .progressbar__item::after {
    right: -22px;
  }
}

.progressbar__number {
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  border-radius: 50%;
  background: #6e6e6e;
  color: #fff;
  text-align: center;
  margin-right: 10px;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  display: table;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.progressbar__number::before {
  counter-increment: progresscount;
  content: counter(progresscount);
  position: absolute;
  top: 49%;
  left: 49%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.progressbar__label {
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  color: #6e6e6e;
  line-height: 1;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media print, screen and (max-width: 48.06125em) {
  .progressbar__label {
    display: none;
  }
  .is-active .progressbar__label {
    display: inline-block;
  }
}

.addressblock {
  margin-bottom: 20px;
}

.addressblock__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.addressblock__header h3, .addressblock__header h4, .addressblock__header h5 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -ms-flex-item-align: center;
  align-self: center;
}
.addressblock__header h4 {
  font-weight: bold;
  margin: 0;
}
.addressblock__header .button, .addressblock__header .fld--file .fld__label, .fld--file .addressblock__header .fld__label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-bottom: 0;
}
.addressblock__header .button .icon svg, .addressblock__header .fld--file .fld__label .icon svg, .fld--file .addressblock__header .fld__label .icon svg {
  width: 20px;
}

@media print, screen and (max-width: 35.49875em) {
  .addressblock__header--with-button {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .addressblock__header--with-button button {
    width: 100%;
  }
}

.addressblock__editable {
  margin-bottom: 25px;
}
.addressblock__editable .divider {
  margin: 10px 0 15px 0;
}

.addressblock__row {
  display: block;
}

.priceblock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.priceblock__partial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.priceblock__partial:first-child:not(:last-child) {
  padding-right: 15px;
}
.priceblock__partial:first-child .priceblock__label + .priceblock__price {
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
}
.priceblock__partial:first-child .priceblock__label + .priceblock__price .priceblock__price__from,
.priceblock__partial:first-child .priceblock__label + .priceblock__price .priceblock__price__unit {
  font-size: 12px;
}
.priceblock__partial:last-child:not(:first-child) {
  padding-left: 15px;
  color: #333;
  border-left: 1px solid #333;
}
.priceblock__partial:last-child:not(:first-child) .priceblock__label + .priceblock__price {
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 2px;
}

.priceblock__price {
  line-height: 1.2;
  white-space: nowrap;
}
.priceblock__price:last-child:not(:first-child) .priceblock__price__unit {
  font-size: 12px;
}

.priceblock__label {
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 1;
}

.delivery .icon {
  min-width: 35px;
}

.delivery__shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.delivery__shop .icon svg {
  width: 19px;
  height: 19px;
}

.delivery__shopname {
  display: block;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 5px;
}

.delivery__shipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.delivery-method {
  padding: 20px;
  background: #ececec;
}
.delivery-method .lead {
  margin: 10px 0 30px;
}
.delivery-method .lead .has-tip {
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
}
.delivery-method .tabs {
  background: #ececec;
}
.delivery-method .tabs .tabs-title input {
  display: none;
}
.delivery-method .tabs .tab--disabled {
  pointer-events: none;
}
.delivery-method .tabs .tab--disabled a {
  color: #c5c6c6;
}
.delivery-method .addressblock__header {
  min-height: 26px;
}
@media print, screen and (min-width: 48.0625em) {
  .delivery-method .cell:last-child:not(:first-child) {
    padding-left: 30px;
  }
}

[data-orders-search-collapse] .is-accordion-submenu-parent > a {
  display: inline-block;
}
[data-orders-search-collapse] .is-accordion-submenu-parent > a::after {
  display: none !important;
}
[data-orders-search-collapse] .menu-title--collapse {
  display: none;
}
[data-orders-search-collapse] .menu-title--expand {
  display: block;
}
[data-orders-search-collapse].is-active .menu-title--collapse {
  display: block;
}
[data-orders-search-collapse].is-active .menu-title--expand {
  display: none;
}
[data-orders-search-collapse] .orders__search label:not(.datepicker), [data-orders-search-collapse] .orders__search .fld__label:not(.datepicker) {
  margin-top: 0;
}
@media print, screen and (min-width: 64.0625em) {
  [data-orders-search-collapse] .orders__search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
  [data-orders-search-collapse] .orders__search .orders__search__range {
    margin-top: 0.3571428571rem;
  }
}

[data-loader-more-results] {
  width: 0;
  height: 0;
}
[data-loader-more-results].has-loader {
  width: 100%;
  height: 2.1428571429rem;
}

[data-loader-expand-filter].has-loader,
[data-loader-more-results].has-loader,
[data-loader-filter-results].has-loader {
  position: relative;
  overflow: hidden;
}
[data-loader-expand-filter].has-loader > .loader,
[data-loader-more-results].has-loader > .loader,
[data-loader-filter-results].has-loader > .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
[data-loader-expand-filter]:not(.has-loader) > .loader,
[data-loader-more-results]:not(.has-loader) > .loader,
[data-loader-filter-results]:not(.has-loader) > .loader {
  display: none;
}

.orders__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 64.0625em) {
  .orders__search {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.orders__search input[type=text],
.orders__search input[type=search] {
  margin: 0 !important;
}
.orders__search input[type=search] {
  padding-right: 35px;
}
.orders__search input[type=search]:focus {
  padding-right: 85px;
}
.orders__search label:not(.datepicker), .orders__search .fld__label:not(.datepicker) {
  margin-top: 10px;
}
.orders__search__filter {
  width: 100%;
  max-width: none;
}
@media print, screen and (min-width: 64.0625em) {
  .orders__search__filter {
    margin-right: 15px;
    width: 45%;
  }
}
@media screen and (min-width: 72.5em) {
  .orders__search__filter {
    width: 40%;
  }
}
.orders__search__filter .input-group-button {
  bottom: 1px;
  right: 1px;
}
.orders__search__range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
@media print, screen and (min-width: 64.0625em) {
  .orders__search__range {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 93.75em) {
  .orders__search__range {
    width: 50%;
  }
}
.orders__search__range .input-group {
  width: calc(50% - 7px);
  margin-bottom: 0;
}
@media print, screen and (max-width: 35.49875em) {
  .orders__search__range .input-group:nth-child(2) .flatpickr-calendar {
    right: 0 !important;
    left: auto !important;
  }
}
.orders__search__range .input-group:last-child {
  margin-right: 0;
  width: 100%;
}
@media print, screen and (min-width: 64.0625em) {
  .orders__search__range .input-group {
    margin-right: 15px;
    width: unset;
  }
  .orders__search__range .input-group:last-child {
    width: unset;
  }
}
@media screen and (min-width: 72.5em) {
  .orders__search__range .input-group {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.orders__search__range .select-wrapper {
  width: 100%;
}
@media print, screen and (min-width: 64.0625em) {
  .orders__search__range .select-wrapper {
    width: auto;
    min-width: 170px;
  }
}

form:not(.offer-form) .orders__search .searchfield__submit.is-active {
  background: #e84d0b;
}
form:not(.offer-form) .orders__search .searchfield__submit.is-active svg {
  fill: #fff;
}

.offer-form .searchfield__submit {
  pointer-events: none;
}

@media print, screen and (min-width: 64.0625em) {
  .orders__sort {
    display: none;
  }
}

.orders__list {
  list-style: none;
  margin: 0;
}
.orders__list--list {
  margin-bottom: 20px;
}
.orders__list-wrapper {
  position: relative;
}
.orders__list-wrapper .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.orders__item {
  border-bottom: 1px solid #c5c6c6;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  padding: 0;
}
@media print, screen and (min-width: 64.0625em) {
  .orders__item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .orders__item.is-active {
    background: #ececec;
  }
}
.orders__item--header {
  font-weight: 700;
}
@media print, screen and (max-width: 64.06125em) {
  .orders__item--header {
    display: none;
  }
}
.orders__item--header .orders__item__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.orders__item--header .orders__item__column .icon {
  margin-left: 5px;
}
.orders__item--header .orders__item__column .icon svg {
  width: 10px;
}
@media print, screen and (min-width: 64.0625em) {
  .orders__item--header .orders__item__column--tiny {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: visible;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .orders__item--header .orders__item__column--verytiny {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: visible;
  }
}
.orders__item__column {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 50%;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 64.0625em) {
  .orders__item__column {
    padding-right: 5px;
    width: 20%;
    margin: 0;
  }
  .orders__item--with-status .orders__item__column {
    width: 18%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .orders__item__column--tiny {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 0;
    width: 12%;
  }
  .orders__item--with-status .orders__item__column--tiny {
    width: 12%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .orders__item__column--verytiny {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
    width: 10%;
  }
  .orders__item--with-status .orders__item__column--verytiny {
    width: 8%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .orders__item__column--smaller {
    width: 15.5%;
  }
  .orders__item--with-status .orders__item__column--smaller {
    width: 13%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .orders__item__column--larger {
    width: 27.5%;
  }
  .orders__item--with-status .orders__item__column--larger {
    width: 21%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .orders__item__column--huge {
    width: 37.5%;
  }
  .orders__item--with-status .orders__item__column--huge {
    width: 21%;
  }
}
.orders__item__column.sort svg {
  stroke: #000;
}
.orders__item__column.sort.asc, .orders__item__column.sort.desc {
  color: #e84d0b;
  font-weight: bold;
}
.orders__item__column.sort.asc svg, .orders__item__column.sort.desc svg {
  fill: #e84d0b;
  stroke: #e84d0b;
}
.orders__item__column .addressblock {
  margin: 0;
}
.orders__item__column strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media print, screen and (min-width: 64.0625em) {
  .orders__item__column strong {
    display: none;
  }
}
.orders__item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 0 5px;
}
@media print, screen and (min-width: 64.0625em) {
  .orders__item__row {
    padding-bottom: 20px;
  }
}
.orders__item__row--details {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
  padding: 0;
}
.orders__item.is-active .orders__item__row--details {
  max-height: 300px;
}
.orders__item.is-active .orders__item__row--details--requests {
  padding-bottom: 20px;
}
@media print, screen and (max-width: 64.06125em) {
  .orders__item.is-active .orders__item__row--details--requests {
    padding-bottom: 0;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .orders__item__row--details {
    max-height: 0 !important;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .orders__item__row--details .orders__item__links {
    display: block;
  }
  .orders__item__row--details strong {
    display: block;
  }
}
.orders__item__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media print, screen and (min-width: 64.0625em) {
  .orders__item__links {
    display: none;
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 15px;
  }
}
.orders__item__links a {
  text-decoration: underline;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 64.0625em) {
  .orders__item__links a {
    margin-bottom: 0;
  }
  .orders__item__links a:not(:first-child) {
    margin-left: 20px;
  }
}
.orders__item__button {
  margin: 0;
  padding: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.orders__item.is-active .orders__item__button {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media print, screen and (max-width: 64.06125em) {
  .orders__item__button {
    display: none !important;
  }
}
.orders__item__button svg {
  width: 18px;
}
.orders__item__button:hover svg {
  fill: #6e6e6e;
}
.orders__item__button--delete {
  margin: 0;
  padding: 0;
}
.orders__item__button--delete svg {
  width: 18px;
}
.orders__item__button--delete:hover svg {
  fill: #6e6e6e;
}

.orders__noresult {
  margin: 20px 0 0;
}
@media print, screen and (min-width: 64.0625em) {
  .orders__noresult {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.orders__pagination {
  margin-bottom: 0;
}
.orders__pagination li {
  display: block;
}
.orders__pagination li.disabled {
  cursor: not-allowed;
}
.orders__pagination li.disabled a {
  pointer-events: none;
}
.orders__pagination li:last-child:not(.disabled) {
  display: none;
}

span.description {
  display: block;
}

.info-text__light-blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(22, 92, 188, 0.15);
}
.info-text__light-blue + .info-text__light-blue {
  margin-top: 15px;
}
.info-text__light-blue a {
  text-decoration: underline;
  font-weight: bold;
}

.akonto-wrapper:not(:first-child) {
  border-top: 1px solid #c5c6c6;
  margin-top: 35px;
  padding-top: 25px;
}

.akonto-balance {
  margin-bottom: 30px;
}
.akonto-balance .h5 {
  margin-bottom: 20px;
}

.akonto-contact-person {
  background-color: #ececec;
  padding: 24px;
}
.akonto-contact-person__details {
  margin: 0;
}
.akonto-contact-person__intro {
  display: block;
  margin-bottom: 15px;
}

.akonto-footnote {
  display: block;
  margin-top: 50px;
}

/*
 * #INFO: Since this is not a new component, but a new feature, I had
 *  to work with the existing classes and properties and adapt them to
 *  the new feature. Therefore the implementation is not as clean as
 *  it could be.
*/
.orders-approval .orders__list-approver .accordion {
  margin-bottom: 0;
}
.orders-approval .orders__list-approver .accordion-title {
  border-bottom: 1px solid #c5c6c6;
}
.orders-approval .orders__list-approver-row:not(:last-child) {
  margin-bottom: 1rem;
}
.orders-approval [data-orders-search-collapse] {
  margin-bottom: 1rem;
}
.orders-approval [data-orders-toggle] {
  cursor: pointer;
  position: relative;
}
.orders-approval .orders__item--no-details [data-orders-toggle] {
  cursor: default;
}
.orders-approval .orders__item__button-details {
  display: none;
}
@media print, screen and (min-width: 64.0625em) {
  .orders-approval .orders__list--approvalTab .orders__item__row:not(.orders__item__row--details) .orders__item__column, .orders-approval .orders__list--approvedTab .orders__item__row:not(.orders__item__row--details) .orders__item__column {
    width: 16.6666666667%;
  }
  .orders-approval .orders__list .orders__item__row {
    margin-right: 1.4285714286rem;
  }
  .orders-approval .orders__list .orders__item__button-details {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 2.2857142857rem;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .orders-approval .orders__list-approver-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2.8571428571rem;
  }
  .orders-approval .orders__item--no-details .orders__item__button-details {
    display: none;
  }
  .orders-approval .accordion .accordion-title:before {
    right: 1.6428571429rem;
  }
}
@media screen and (min-width: 93.75em) {
  .orders-approval .orders__list-approver-row {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
    gap: 2.8571428571rem;
  }
}

.totalpricelist__row {
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.totalpricelist__row dt {
  width: 60%;
  margin-bottom: 15px;
}
.totalpricelist__row dd {
  width: 40%;
  text-align: right;
  font-size: 16px;
}
.totalpricelist__row.totalpricelist__sum {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.totalpricelist__row .totalpricelist__sum__price {
  font-size: 24px;
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}

.product-slider {
  position: relative;
  margin: 0 -10px;
}
.product-slider div[data-module=productSlider]:not(.slick-initialized) {
  opacity: 0;
  height: 100px;
}
.product-slider--color-light {
  color: #fefefe;
}
.product-slider__container {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
  padding-bottom: 20px;
}
@media print, screen and (min-width: 35.5em) {
  .product-slider__container {
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
}
.product-slider__container > .grid-container {
  position: relative;
}
.product-slider__container .button, .product-slider__container .fld--file .fld__label, .fld--file .product-slider__container .fld__label {
  display: inline-block;
  text-transform: none;
  font-size: 16px;
}
.product-slider__headline {
  margin: 15px 0;
  font-size: 34px;
}
@media print, screen and (min-width: 35.5em) {
  .product-slider__headline {
    margin-top: 20px;
  }
}
.hero-content-page .product-slider__headline {
  font-size: 28px;
  font-family: "gt-america-condensed-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
@media print, screen and (max-width: 48.06125em) {
  .hero-content-page .product-slider__headline {
    font-size: 24px;
    line-height: 30px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .product-slider__copy {
    max-width: 50vw;
  }
}
.product-slider .slick-list {
  overflow: visible;
}
.product-slider .slick-track {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-slider .slick-slide {
  padding: 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
@media screen and (min-width: 72.5em) {
  .product-slider .slick-prev {
    left: 50%;
    margin-left: calc(-50vw + 8px);
  }
}
@media screen and (min-width: 72.5em) {
  .product-slider .slick-next {
    right: 50%;
    margin-right: calc(-50vw + 7px);
  }
}
@media print, screen and (max-width: 48.06125em) {
  .product-slider .button--slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .product-slider .button--slider {
    display: none !important;
  }
}
.product-slider .product-tile {
  margin-bottom: 0;
}

.shop-highlights + .product-slider__container {
  padding-bottom: 0;
}
@media print, screen and (min-width: 35.5em) {
  .shop-highlights + .product-slider__container {
    padding-bottom: 0;
  }
}
.shop-highlights + .product-slider__container .product-slider__headline {
  font-size: 28px;
}
@media print, screen and (min-width: 35.5em) {
  .shop-highlights + .product-slider__container .product-slider__headline {
    margin-top: 0;
  }
}

.stage-slider {
  position: relative;
  margin-bottom: 15px;
  height: 300px;
  overflow: hidden;
}
@media print, screen and (min-width: 35.5em) {
  .stage-slider {
    margin-bottom: 20px;
    height: 450px;
  }
}
.stage-slider .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  font-size: 0;
  list-style: none;
}
@media print, screen and (min-width: 35.5em) {
  .stage-slider .slick-dots {
    bottom: 20px;
  }
}
.stage-slider .slick-dots li.slick-active button:before {
  background: #e84d0b;
}
.stage-slider .slick-dots li:not(.slick-active) button:hover:before {
  background: #c5c6c6;
}
.stage-slider .slick-dots button {
  width: 20px;
  height: 20px;
  padding: 0;
  background: transparent;
  position: relative;
  outline: none;
}
.stage-slider .slick-dots button:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #fefefe;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 35.5em) {
  .stage-slider .slick-dots button:before {
    width: 10px;
    height: 10px;
  }
}
.stage-slider .slick-current [data-animation] {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.stage-slider progress {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.stage-slider__slide {
  height: 300px;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 35.5em) {
  .stage-slider__slide {
    height: 450px;
  }
}
.stage-slider__slide .button, .stage-slider__slide .fld--file .fld__label, .fld--file .stage-slider__slide .fld__label {
  font-size: 16px;
  text-transform: none;
  margin: 0;
}
@media print, screen and (max-width: 48.06125em) {
  .stage-slider__slide .button, .stage-slider__slide .fld--file .fld__label, .fld--file .stage-slider__slide .fld__label {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.stage-slider__content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #fefefe;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.stage-slider__content:hover, .stage-slider__content:focus {
  color: #fefefe;
}
@media print, screen and (min-width: 35.5em) {
  .stage-slider__content {
    padding: 60px;
  }
}
.stage-slider__content > .grid-container {
  width: 100%;
}
.stage-slider__content__row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.stage-slider__visual {
  height: 100%;
}
.stage-slider__visual .ci-image-wrapper:has(div),
.stage-slider__visual picture {
  height: 100% !important;
  padding-bottom: 0 !important;
}
.stage-slider__visual .ci-image-wrapper .ci-image,
.stage-slider__visual picture img,
.stage-slider__visual video {
  width: 100%;
  height: 100%;
  -webkit-transform: scale3d(1.05, 1.05, 1.05);
  transform: scale3d(1.05, 1.05, 1.05);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;", sans-serif;
}
.slick-current .stage-slider__visual .ci-image-wrapper .ci-image,
.slick-current .stage-slider__visual picture img,
.slick-current .stage-slider__visual video {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.stage-slider__visual .ci-alternative-wrapper {
  width: 100%;
  height: 100%;
}
.stage-slider__visual img.ci-alternative-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (min-width: 93.75em) {
  .stage-slider__copy {
    padding-left: 15px;
  }
}
.stage-slider__copy h2,
.stage-slider__copy .stage-slider__headline {
  font-size: 28px;
}
@media print, screen and (min-width: 48.0625em) {
  .stage-slider__copy h2,
  .stage-slider__copy .stage-slider__headline {
    font-size: 56px;
    line-height: 52px;
  }
}
@media print, screen and (min-width: 35.5em) {
  .stage-slider__copy p {
    margin-top: 30px;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .stage-slider__copy p.lead {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 35.5em) {
  .stage-slider__copy p.lead {
    font-size: 20px;
    margin-bottom: 35px;
  }
}
.stage-slider__copy p:last-child {
  margin-bottom: 0;
}

.stage-slider__countdown {
  position: absolute;
  bottom: 0;
  left: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (min-width: 93.75em) {
  .stage-slider__countdown {
    left: 30px;
  }
}
.stage-slider__countdown__text {
  margin-right: 10px;
}
.stage-slider__countdown__time {
  padding: 0 10px;
  color: #e84d0b;
  background: #fefefe;
  border-radius: 4px;
  border: 2px solid #e84d0b;
  min-width: 125px;
}

.stage-slider__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.stage-slider__product__images {
  position: relative;
  width: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media print, screen and (min-width: 48.0625em) {
  .stage-slider__product__images {
    width: 290px;
  }
}
@media screen and (min-width: 72.5em) {
  .stage-slider__product__images {
    margin-left: 2%;
    width: 330px;
  }
}
@media screen and (min-width: 81.25em) {
  .stage-slider__product__images {
    margin-left: 6%;
  }
}
.stage-slider__product__images .flagcontainer {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.stage-slider__product__images .flagcontainer .flag {
  display: block;
}
@media print, screen and (max-width: 64.06125em) {
  .stage-slider__product__images .flagcontainer .flag:nth-child(4) {
    display: none;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .stage-slider__product__images .flagcontainer {
    top: 20px;
  }
}
.stage-slider__product__images .slideshow__images {
  max-width: 300px;
  margin: 0 auto;
}
.stage-slider__product__description {
  position: relative;
  z-index: 1;
  margin-left: -10px;
  max-width: 350px;
}
@media print, screen and (min-width: 48.0625em) {
  .stage-slider__product__description {
    margin-left: -80px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .stage-slider__product__description {
    margin-left: -40px;
  }
}
@media screen and (max-width: 350px) {
  .stage-slider__product__description {
    margin-left: -20px;
    max-width: 160px;
  }
}
.stage-slider__product__info {
  color: #000;
  background: #fefefe;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  margin-bottom: 5px;
}
@media print, screen and (min-width: 48.0625em) {
  .stage-slider__product__info {
    margin-bottom: 10px;
  }
}
.stage-slider__product__info h3 {
  margin: 0;
  font-size: 18px;
}
@media print, screen and (max-width: 35.49875em) {
  .stage-slider__product__info h3 {
    font-size: 14px;
    line-height: 1.5;
    max-height: 45px;
    overflow: hidden;
  }
}
@media screen and (max-width: 350px) {
  .stage-slider__product__info h3 {
    font-size: 12px;
    max-height: 36px;
  }
}
.stage-slider__product__info p {
  font-size: 12px;
}
.stage-slider__product__info p:last-child {
  margin: 0;
}
.stage-slider__product__info .button, .stage-slider__product__info .fld--file .fld__label, .fld--file .stage-slider__product__info .fld__label {
  margin: 0;
}
.stage-slider__product__info__inner {
  padding: 5px 10px;
}
@media print, screen and (min-width: 48.0625em) {
  .stage-slider__product__info__inner {
    padding: 10px 20px;
  }
}
.stage-slider__product__info__inner--price {
  color: #fefefe;
  background: #e84d0b;
}
.stage-slider__product__info__inner .ci-image-wrapper {
  margin-bottom: 10px;
  max-width: 120px;
}
@media print, screen and (max-width: 48.06125em) {
  .stage-slider__product__info__inner .ci-image-wrapper {
    display: none;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .stage-slider__product__info__inner p {
    display: none;
  }
}
.stage-slider__product__info__price {
  padding: 5px 10px;
  color: #fefefe;
  background: #e84d0b;
}
@media print, screen and (min-width: 48.0625em) {
  .stage-slider__product__info__price {
    padding: 5px 20px;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .stage-slider__product__info__price .priceblock__price__value {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .stage-slider__product__info__price .priceblock__price__value {
    font-size: 40px;
  }
}
@media screen and (max-width: 350px) {
  .stage-slider__product__info__price .priceblock__price__value {
    font-size: 16px;
  }
}
.stage-slider__product__info__price .priceblock__partial:first-child .priceblock__label + .priceblock__price .priceblock__price__from, .stage-slider__product__info__price .priceblock__partial:first-child .priceblock__label + .priceblock__price .priceblock__price__unit {
  font-size: 14px;
}
@media screen and (max-width: 350px) {
  .stage-slider__product__info__price .priceblock__partial:first-child .priceblock__label + .priceblock__price .priceblock__price__from, .stage-slider__product__info__price .priceblock__partial:first-child .priceblock__label + .priceblock__price .priceblock__price__unit {
    font-size: 10px;
  }
}
.stage-slider__product__info__manufacturer {
  display: none;
}

.stage-slider__slide--offer .stage-slider__content {
  pointer-events: none;
}
@media print, screen and (max-width: 48.06125em) {
  .stage-slider__slide--offer .stage-slider__content__text {
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .stage-slider__slide--offer .stage-slider__content__offer {
    margin-bottom: 20px;
  }
}
.stage-slider__slide--offer .stage-slider__product__images,
.stage-slider__slide--offer .stage-slider__product__description .button,
.stage-slider__slide--offer .stage-slider__product__description .fld--file .fld__label,
.fld--file .stage-slider__slide--offer .stage-slider__product__description .fld__label {
  pointer-events: all;
}
@media print, screen and (max-width: 64.06125em) {
  .stage-slider__slide--offer .stage-slider__copy p.lead {
    margin-bottom: 0;
  }
}

@media print, screen and (max-width: 48.06125em) {
  .stage-slider__slide--countdown {
    height: auto;
  }
  .stage-slider__slide--countdown .stage-slider__visual {
    position: absolute;
    top: 0;
    left: 0;
  }
  .stage-slider__slide--countdown .stage-slider__copy .stage-slider__headline {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 20px;
  }
  .stage-slider__slide--countdown .stage-slider__copy p {
    display: none;
  }
  .stage-slider__slide--countdown .stage-slider__product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .stage-slider__slide--countdown .stage-slider__product__images {
    width: 100%;
    max-width: none;
  }
  .stage-slider__slide--countdown .stage-slider__product__images .slideshow__images {
    max-width: 300px;
    margin: 0 auto;
  }
  .stage-slider__slide--countdown .stage-slider__product__info {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .stage-slider__slide--countdown .stage-slider__product__info__price .priceblock {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .stage-slider__slide--countdown .stage-slider__product__info__manufacturer {
    display: block;
  }
  .stage-slider__slide--countdown .stage-slider__product__info .ci-image-wrapper {
    display: none;
  }
  .stage-slider__slide--countdown .stage-slider__product__description {
    margin-left: 0;
    width: 100%;
    max-width: none;
  }
  .stage-slider__slide--countdown .stage-slider__product__description .button, .stage-slider__slide--countdown .stage-slider__product__description .fld--file .fld__label, .fld--file .stage-slider__slide--countdown .stage-slider__product__description .fld__label {
    display: none;
  }
  .stage-slider__slide--countdown .stage-slider__countdown {
    bottom: -40px;
  }
}
@media print, screen and (min-width: 35.5em) {
  .stage-slider__slide--countdown .stage-slider__content {
    padding: 20px;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .stage-slider__slide--countdown .stage-slider__content {
    padding: 60px 20px;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .stage-slider__slide--countdown .stage-slider__content {
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 60px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .stage-slider__slide--countdown .stage-slider__content__offer {
    display: block;
  }
}
@media print, screen and (max-width: 72.49875em) {
  .stage-slider__slide--countdown .stage-slider__content .stage-slider__headline {
    -ms-hyphens: auto;
    hyphens: auto;
  }
}

.stage-slider-indented__hero-page-wrapper .grid-container__padding {
  padding: 0 !important;
}
.stage-slider-indented__hero-page-wrapper .stage-slider {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
}

@media print, screen and (max-width: 48.06125em) {
  .grid-container__padding > .grid-x > .stage-slider {
    height: auto;
  }
}

@-moz-document url-prefix() {
  .stage-slider__visual .ci-image-wrapper img,
  .stage-slider__visual picture img,
  .stage-slider__visual video {
    transform: scale3d(1, 1, 1);
  }
}
.slideshow {
  position: relative;
  background: #fefefe;
}
.slideshow__images {
  padding: 10px;
}
@media print, screen and (min-width: 48.0625em) {
  .slideshow__images {
    padding: 20px;
  }
}
.slideshow__images .ci-image-wrapper {
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0;
  padding: 1.4285714286rem !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1/1 !important;
  position: relative !important;
}
.slideshow__images .ci-image-wrapper img {
  position: absolute !important;
  top: 20px !important;
  left: 20px !important;
  width: calc(100% - 40px) !important;
  height: calc(100% - 40px) !important;
  aspect-ratio: 1/1 !important;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;", sans-serif;
}
.slideshow__images .ci-image-wrapper.is-visible {
  opacity: 1;
}
.slideshow__images .ci-image-wrapper:not(:first-child) {
  position: absolute !important;
  inset: 0 !important;
}
.slideshow__button {
  position: absolute;
  bottom: 0;
  opacity: 0;
  padding: 5px;
  pointer-events: none;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
@media print, screen and (max-width: 48.06125em) {
  .slideshow__button {
    display: none !important;
  }
}
.slideshow__button.is-visible {
  opacity: 1;
  pointer-events: all;
}
.slideshow__button:hover svg {
  fill: #6e6e6e;
}
.slideshow__button--prev {
  left: 0;
}
.slideshow__button--next {
  right: 0;
}
.slideshow__button--next .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.shop-highlights {
  margin-top: -1.0714285714rem;
  background: #fff;
}
@media print, screen and (min-width: 35.5em) {
  .shop-highlights {
    margin-top: 0;
    margin-bottom: 1.4285714286rem;
    padding-top: 2.1428571429rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .shop-highlights {
    height: 43.5714285714rem;
    overflow: hidden;
  }
}
.shop-highlights .shop-highlights__title-image {
  width: 1.7142857143rem;
  height: 1.7142857143rem;
  margin-right: 0.7142857143rem;
}
.shop-highlights .shop-highlights__title-image .ci-image-wrapper:has(div) {
  height: 100% !important;
  padding-bottom: 0 !important;
}
.shop-highlights .accordion {
  margin: 0;
}
.shop-highlights .accordion-item {
  position: relative;
  border-bottom: 0.2142857143rem solid #c5c6c6;
}
@media print, screen and (min-width: 48.0625em) {
  .shop-highlights .accordion-item {
    border: none;
  }
  .shop-highlights .accordion-item.is-active .accordion-title {
    color: #000;
  }
}
.shop-highlights .accordion-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 2.1428571429rem;
}
@media print, screen and (max-width: 48.06125em) {
  .shop-highlights .accordion-title {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .shop-highlights .accordion-title {
    font-size: 18px;
    line-height: 32px;
    color: #c5c6c6;
  }
  .shop-highlights .accordion-title:focus {
    color: #c5c6c6;
  }
  .shop-highlights .accordion-title:hover {
    color: #000;
  }
}
.shop-highlights .accordion-title:before {
  display: none;
}
.shop-highlights .accordion-content {
  padding: 0 0 1.4285714286rem 2.8571428571rem;
}
@media print, screen and (max-width: 48.06125em) {
  .shop-highlights .accordion-content {
    display: block !important;
    height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 1.4285714286rem !important;
  }
  .shop-highlights .accordion-content p {
    display: none;
  }
}
.shop-highlights .button, .shop-highlights .fld--file .fld__label, .fld--file .shop-highlights .fld__label {
  font-size: 16px;
  text-transform: none;
}
.shop-highlights__progress {
  display: none;
}
@media print, screen and (min-width: 48.0625em) {
  .shop-highlights__progress {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    height: 0.2142857143rem;
    background: #c5c6c6;
  }
}
.shop-highlights__visual {
  position: relative;
  height: 37.1428571429rem;
  margin: 1.4285714286rem 0 2.8571428571rem 2.8571428571rem;
  overflow: hidden;
  -webkit-box-shadow: -0.7142857143rem 0.7142857143rem 3.5714285714rem 0 rgba(0, 0, 0, 0.3);
  box-shadow: -0.7142857143rem 0.7142857143rem 3.5714285714rem 0 rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 81.25em) {
  .shop-highlights__visual {
    margin-left: 0;
    margin-right: 0;
    -webkit-transform: translateX(7.1428571429rem);
    transform: translateX(7.1428571429rem);
  }
}
.shop-highlights__visual__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.shop-highlights__visual__slide.is-visible {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.shop-highlights__visual__slide .ci-image-wrapper:has(div) {
  height: 100% !important;
  padding-bottom: 0 !important;
}
.shop-highlights__visual .ci-image-wrapper img,
.shop-highlights__visual video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;", sans-serif;
}

.category-slider {
  margin-bottom: 1.4285714286rem;
  position: relative;
}
.category-slider div[data-module=categorySlider]:not(.slick-initialized) {
  opacity: 0;
  height: 7.1428571429rem;
}
@media print, screen and (min-width: 35.5em) {
  .category-slider {
    margin-bottom: 2.1428571429rem;
  }
}
.category-slider .slick-list {
  overflow: visible;
}
.category-slider .slick-track {
  margin-left: 0;
}
.category-slider .slick-slide {
  padding: 1.0714285714rem 0 0;
}
@media print, screen and (max-width: 35.49875em) {
  .category-slider .slick-slide:not(.slick-active) {
    display: none;
  }
}
@media screen and (min-width: 72.5em) {
  .category-slider .slick-prev {
    left: 50%;
    margin-left: calc(-50vw + 8px);
  }
}
@media screen and (min-width: 72.5em) {
  .category-slider .slick-next {
    right: 50%;
    margin-right: calc(-50vw + 7px);
  }
}
.category-slider__headline {
  font-size: 28px;
}
.category-slider__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.category-slider__item:not(:last-child) {
  margin-bottom: 0.3571428571rem;
}
.category-slider__item .icon {
  margin-right: 0.7142857143rem;
  margin-left: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media print, screen and (min-width: 35.5em) {
  .category-slider__item .icon {
    display: none;
  }
}
.category-slider__item .icon svg {
  width: 1.4285714286rem;
  height: 1.4285714286rem;
}
@media print, screen and (min-width: 35.5em) {
  .category-slider__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 10.7142857143rem;
    width: 17.8571428571rem !important;
    padding: 0 1.4285714286rem;
    margin-bottom: 0;
    margin-right: 1.0714285714rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 35.5em) and (min-width: 64.0625em) {
  .category-slider__item {
    padding: 0 2.8571428571rem;
  }
}
@media print, screen and (min-width: 35.5em) {
  .category-slider__item .category-slider__button {
    font-size: 16px;
    font-family: "gt-america-condensed-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .category-slider__item:hover .category-slider__button {
    font-size: 16px;
    color: #e84d0b;
    border-color: #e84d0b;
    background: rgba(255, 255, 255, 0.8);
  }
  .category-slider__item:hover .category-slider__image {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .category-slider__item {
    padding: 0 2.8571428571rem;
  }
}
@media print, screen and (min-width: 35.5em) {
  .category-slider__image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
.category-slider__image {
  display: block;
  width: 2.8571428571rem;
  height: 100%;
  min-height: 2.8571428571rem;
  margin-right: 1.0714285714rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 35.5em) {
  .category-slider__image {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
}
.category-slider__button {
  position: relative;
  font-size: 16px;
  font-weight: auto;
}
@media print, screen and (min-width: 35.5em) {
  .category-slider__button {
    padding: 10px 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
    text-decoration: none;
  }
  .category-slider__button:hover {
    color: #e84d0b;
    border-color: #e84d0b;
    background: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (min-width: 72.5em) {
  .hero-content-page .category-slider .slick-prev {
    left: 0.5rem;
    margin-left: 0;
  }
  .hero-content-page .category-slider .slick-next {
    right: 0.5rem;
    margin-right: 0;
  }
}

.category-slider-section .category-slider {
  overflow: hidden;
}
.category-slider-section .category-slider div[data-module=categorySlider]:not(.slick-initialized) {
  opacity: 1;
  height: auto;
}
.category-slider-section .category-slider .button--slider {
  -webkit-transform: translateY(calc(-50% + 0.5357142857rem + 0.7857142857rem / 2));
  transform: translateY(calc(-50% + 0.5357142857rem + 0.7857142857rem / 2));
}
.category-slider-section .category-slider .slick-slide {
  padding: 0;
}
@media screen and (min-width: 72.5em) {
  .category-slider-section .category-slider .slick-prev {
    left: 0.5rem;
    margin-left: 0;
  }
}
@media screen and (min-width: 72.5em) {
  .category-slider-section .category-slider .slick-next {
    right: 0.5rem;
    margin-right: 0;
  }
}
.category-slider-section .category-slider__loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}

.gallery-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gallery-slider .slick-slide {
  margin: 0 0.5357142857rem;
}
.gallery-slider .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.gallery-slider:not(.reveal) .slick-slide:first-child {
  margin-left: 0;
}
.gallery-slider:not(.reveal) .slick-slide:last-child {
  margin-right: 0;
}

.gallery-slider.reveal {
  max-width: 44.2857142857rem;
}
.gallery-slider:not(.reveal) {
  position: relative;
}
.gallery-slider .button--slider.slick-prev {
  left: 1.4285714286rem;
}
.gallery-slider .button--slider.slick-next {
  right: 1.4285714286rem;
}
.gallery-slider div[data-module=gallerySlider]:not(.slick-initialized) {
  opacity: 0;
  height: 7.1428571429rem;
}
.gallery-slider .slick-slider.no-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.gallery-slider .slick-track {
  margin-left: 0;
}
.gallery-slider__headline {
  font-size: 28px;
}
.gallery-slider__item {
  cursor: pointer;
  aspect-ratio: 1/1;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.gallery-slider__item .ci-alternative-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.gallery-slider__item .icon {
  margin-right: 0.7142857143rem;
  margin-left: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media print, screen and (min-width: 35.5em) {
  .gallery-slider__item .icon {
    display: none;
  }
}
.gallery-slider__item .icon svg {
  width: 1.4285714286rem;
  height: 1.4285714286rem;
}
@media print, screen and (min-width: 35.5em) {
  .gallery-slider__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .gallery-slider__item .gallery-slider__button {
    font-size: 16px;
    font-family: "gt-america-condensed-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .gallery-slider__item:hover .gallery-slider__button {
    font-size: 16px;
    color: #e84d0b;
    border-color: #e84d0b;
    background: rgba(255, 255, 255, 0.8);
  }
  .gallery-slider__item:hover .gallery-slider__image {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.gallery-slider__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
@media print, screen and (min-width: 35.5em) {
  .gallery-slider__image {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
}
.gallery-slider__zoomitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
}
.gallery-slider__zoomitem .ci-alternative-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.gallery-slider__zoomitem .gallery-slider__image {
  width: auto;
  height: auto;
  max-width: none;
  min-height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}
@media print, screen and (max-width: 48.06125em) {
  .gallery-slider__zoomitem .gallery-slider__image {
    max-width: 100%;
  }
}
.gallery-slider__button {
  position: relative;
  font-size: 16px;
  font-weight: auto;
}
@media print, screen and (min-width: 35.5em) {
  .gallery-slider__button {
    padding: 10px 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
    text-decoration: none;
  }
  .gallery-slider__button:hover {
    color: #e84d0b;
    border-color: #e84d0b;
    background: rgba(255, 255, 255, 0.8);
  }
}

.reveal.galleryzoom {
  width: auto !important;
}
@media print, screen and (max-width: 48.06125em) {
  .reveal.galleryzoom {
    height: auto !important;
    min-height: auto !important;
    max-width: calc(100vw - 1.4285714286rem) !important;
    max-height: calc(100vh - 1.4285714286rem) !important;
    padding: 0 !important;
  }
  .reveal.galleryzoom .slick-slide {
    margin: 0 !important;
  }
}
.reveal.galleryzoom .close-button {
  padding: 0.4285714286rem 0.7142857143rem !important;
  background: #fefefe;
  top: 0;
  right: 0;
}

.reveal-overlay--image .slick-slider {
  padding: 0.7142857143rem;
}
.reveal-overlay--image .modalcontent {
  position: relative;
}

.extended-category-slider {
  margin-bottom: 20px;
  position: relative;
}
.extended-category-slider div[data-module=categorySlider]:not(.slick-initialized) {
  opacity: 0;
  height: 100px;
}
@media print, screen and (min-width: 35.5em) {
  .extended-category-slider {
    margin-bottom: 30px;
  }
}
.extended-category-slider .slick-list {
  overflow: visible;
}
.extended-category-slider .slick-track {
  margin-left: 0;
}
.extended-category-slider .slick-slide {
  padding: 15px 0 0;
}
@media print, screen and (max-width: 35.49875em) {
  .extended-category-slider .slick-slide:not(.slick-active) {
    display: none;
  }
}
@media screen and (min-width: 72.5em) {
  .extended-category-slider .slick-prev {
    left: 50%;
    margin-left: calc(-50vw + 8px);
  }
}
@media screen and (min-width: 72.5em) {
  .extended-category-slider .slick-next {
    right: 50%;
    margin-right: calc(-50vw + 7px);
  }
}
.extended-category-slider__headline {
  font-size: 28px;
}
.extended-category-slider__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: #fff;
}
.extended-category-slider__item .icon {
  margin-right: 10px;
  margin-left: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media print, screen and (min-width: 35.5em) {
  .extended-category-slider__item .icon {
    display: none;
  }
}
.extended-category-slider__item .icon svg {
  width: 20px;
  height: 20px;
}
@media print, screen and (min-width: 35.5em) {
  .extended-category-slider__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 150px;
    width: 250px !important;
    padding: 0 20px;
    margin-right: 15px;
    text-align: center;
  }
}
@media print, screen and (min-width: 35.5em) and (min-width: 64.0625em) {
  .extended-category-slider__item {
    padding: 0 40px;
  }
}
@media print, screen and (min-width: 35.5em) {
  .extended-category-slider__item .category-slider__button {
    font-size: 16px;
    font-family: "gt-america-condensed-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  }
  .extended-category-slider__item:hover .category-slider__button {
    font-size: 16px;
    color: #e84d0b;
    border-color: #e84d0b;
    background: rgba(255, 255, 255, 0.8);
  }
  .extended-category-slider__item:hover .category-slider__image {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@media print, screen and (min-width: 35.5em) {
  .extended-category-slider--top .extended-category-slider__item {
    margin-top: 38.4px;
  }
  .extended-category-slider--top .extended-category-slider__button {
    position: absolute;
    left: 0;
    top: -38.4px;
  }
}
@media print, screen and (min-width: 35.5em) {
  .extended-category-slider--center .extended-category-slider__button {
    padding: 10px 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid #fff;
    text-decoration: none;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .extended-category-slider--center .extended-category-slider__button:hover {
    color: #e84d0b;
    border-color: #e84d0b;
    background: rgba(255, 255, 255, 0.8);
  }
}
@media print, screen and (min-width: 35.5em) {
  .extended-category-slider--bottom .extended-category-slider__item {
    margin-bottom: 38.4px;
  }
  .extended-category-slider--bottom .extended-category-slider__button {
    position: absolute;
    left: 0;
    bottom: -38.4px;
  }
}
@media print, screen and (min-width: 35.5em) {
  .extended-category-slider__image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
.extended-category-slider__image {
  display: block;
  width: 40px;
  height: 100%;
  min-height: 40px;
  margin-right: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 35.5em) {
  .extended-category-slider__image {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
}
.extended-category-slider__button {
  position: relative;
  font-size: 16px;
  font-weight: auto;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.modal-alternate-products__suggestion {
  background: #ececec;
}
.modal-alternate-products__suggestion-list.tile-grid .tile {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 48.0625em) {
  .modal-alternate-products__suggestion-list.tile-grid .tile {
    width: calc(50% - 1.876rem);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .modal-alternate-products__suggestion-list.tile-grid .tile {
    width: calc(33.3333333% - 1.25rem);
  }
}
@media screen and (min-width: 72.5em) {
  .modal-alternate-products__suggestion-list.tile-grid .tile {
    width: calc(25% - 1.25rem);
  }
}
.modal-alternate-products .product-tile .delivery {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal-alternate-products .product-tile .delivery__shop, .modal-alternate-products .product-tile .delivery__shipping {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 0;
  text-align: right;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.modal-alternate-products .product-tile .delivery__shop {
  border-right: 0;
  border-bottom: 1px solid #6e6e6e;
  padding-bottom: 1rem;
}
.modal-alternate-products .product-tile .delivery__shipping {
  padding-top: 1rem;
}
.modal-alternate-products .product-tile__note {
  display: none;
}
.modal-alternate-products .product-tile .flag-wrapper *:nth-child(n+3) {
  display: none;
}

.modal-dangerous-goods-downloads ul {
  margin-top: 2.1428571429rem;
  margin-inline: 0;
  margin-bottom: 0;
  max-height: 21.4285714286rem;
  padding-right: 2.1428571429rem;
  overflow: auto;
  list-style: none;
}
@media print, screen and (max-width: 35.49875em) {
  .modal-dangerous-goods-downloads ul {
    max-height: none;
    padding-right: 0;
  }
}
.modal-dangerous-goods-downloads ul li {
  padding: 1.0714285714rem 0;
  border-bottom: 1px solid #c5c6c6;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.modal-dangerous-goods-downloads ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.modal-dangerous-goods-downloads ul li .modal-dangerous-goods-downloads__download-title {
  display: block;
  margin-bottom: 0.7142857143rem;
}
.modal-dangerous-goods-downloads ul .modal-dangerous-goods-downloads__download-wapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.modal-dangerous-goods-downloads ul .modal-dangerous-goods-downloads__download-wapper:hover .modal-dangerous-goods-downloads__download-button {
  text-decoration: none;
  color: var(--buttonColorQuaternaryHover);
  background-color: var(--buttonBackgroundQuaternaryHover);
  border: var(--buttonBorderQuaternaryHover);
}
.modal-dangerous-goods-downloads ul .modal-dangerous-goods-downloads__download-wapper:hover .modal-dangerous-goods-downloads__download-description {
  color: #6e6e6e;
}
.modal-dangerous-goods-downloads ul .modal-dangerous-goods-downloads__download-wapper:hover .modal-dangerous-goods-downloads__download-description svg {
  fill: #6e6e6e;
}
.modal-dangerous-goods-downloads ul .modal-dangerous-goods-downloads__download-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  margin-right: 1.0714285714rem;
  width: 21.4285714286rem;
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}
@media print, screen and (max-width: 48.06125em) {
  .modal-dangerous-goods-downloads ul .modal-dangerous-goods-downloads__download-description {
    margin-right: 0;
    padding-block: 1.4285714286rem;
  }
}
.modal-dangerous-goods-downloads ul .modal-dangerous-goods-downloads__download-description .articledetail__downloads__name {
  word-break: break-all;
}
.modal-dangerous-goods-downloads ul .modal-dangerous-goods-downloads__download-description .articledetail__downloads__size {
  white-space: nowrap;
}
.modal-dangerous-goods-downloads ul .modal-dangerous-goods-downloads__download-description .icon {
  margin-right: 1.0714285714rem;
}
.modal-dangerous-goods-downloads ul .modal-dangerous-goods-downloads__download-description svg {
  width: 3.2142857143rem;
  height: 3.2142857143rem;
}
.modal-dangerous-goods-downloads ul .modal-dangerous-goods-downloads__download-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  margin-block: 1.4285714286rem;
  margin-right: 0;
  z-index: 9;
}
.modal-dangerous-goods-downloads ul .modal-dangerous-goods-downloads__download-button.button--icon {
  padding-block: 1.0714285714rem;
}
.modal-dangerous-goods-downloads ul .modal-dangerous-goods-downloads__download-button .icon {
  padding-left: 0;
  padding-right: 0.7142857143rem;
}
@media print, screen and (max-width: 48.06125em) {
  .modal-dangerous-goods-downloads ul .modal-dangerous-goods-downloads__download-button {
    display: none !important;
  }
}

.modal-salesarea-decision .checkbox--disabled {
  pointer-events: none;
}
.modal-salesarea-decision .checkbox--disabled label, .modal-salesarea-decision .checkbox--disabled .fld__label {
  color: #c5c6c6;
  border-color: #c5c6c6;
}
.modal-salesarea-decision .checkbox--disabled label:after, .modal-salesarea-decision .checkbox--disabled .fld__label:after {
  background: #c5c6c6;
}
.modal-salesarea-decision .checkbox--disabled input {
  color: #c5c6c6;
  border-color: #c5c6c6;
}
.modal-salesarea-decision .checkbox--disabled i.select-triangle {
  opacity: 0.35;
}

.modal-search-alternate-products .tile-grid--search {
  background-color: #ececec;
  padding: 1.4285714286rem 2.1428571429rem;
}
.modal-search-alternate-products .panel.panel--contentpanel {
  padding: 1rem;
}
.modal-search-alternate-products .searchfield {
  margin-bottom: 0.5rem;
}
.modal-search-alternate-products .tile-grid.tile-grid--listview .tile {
  margin-left: 1.0714285714rem;
  margin-right: 1.0714285714rem;
  width: calc(100% - 2.1428571429rem);
}
.modal-search-alternate-products .product-tile {
  cursor: default;
}
.modal-search-alternate-products .product-tile_articlenumber {
  display: block;
}
.modal-search-alternate-products .tile-grid--listview .product-tile__bottom {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-search-alternate-products .product-tile__bottom {
  min-height: auto;
}
.modal-search-alternate-products .tile-grid-footer {
  margin: 0;
}
.modal-search-alternate-products .tile-grid-close-modal {
  padding: 1.4285714286rem 2.1428571429rem 0 2.1428571429rem;
}
.modal-search-alternate-products .tile-grid-close-modal .button, .modal-search-alternate-products .tile-grid-close-modal .fld--file .fld__label, .fld--file .modal-search-alternate-products .tile-grid-close-modal .fld__label {
  margin: 0;
}
@media print, screen and (min-width: 48.0625em) and (max-width: 64.06125em) {
  .modal-search-alternate-products .tile-grid.tile-grid--listview .tile {
    display: grid;
    grid-template-areas: "A B" "C C";
  }
  .modal-search-alternate-products .tile-grid--listview .product-tile__top {
    grid-area: A;
  }
  .modal-search-alternate-products .tile-grid--listview .product-tile__middle {
    grid-area: B;
    text-align: right;
  }
  .modal-search-alternate-products .tile-grid--listview .product-tile__bottom {
    grid-area: C;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
  .modal-search-alternate-products .tile-grid--listview .product-tile__delivery {
    border-right: none;
  }
}

.priv-consent__row:not(:last-child) {
  margin-bottom: 30px;
}
.priv-consent__row.priv-consent__actions + .priv-consent__row.priv-consent__remember {
  margin-top: -15px;
}
.priv-consent__logo img {
  max-height: 50px;
}
.priv-consent__content a {
  text-decoration: underline;
}

.general-contractor__entry {
  border-top: 0.0714285714rem solid #c5c6c6;
}
.general-contractor__entry:last-child {
  border-bottom: 0.0714285714rem solid #c5c6c6;
}

.general-contractor__row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding: 1.4285714286rem 0;
}
.general-contractor__row .general-contractor__col:first-child {
  -ms-flex-preferred-size: 66.66666%;
  flex-basis: 66.66666%;
}
.general-contractor__row--header {
  font-weight: bold;
}
.general-contractor__row--button:hover {
  background: #f6f6f6;
  color: #e84d0b;
}
@media print, screen and (min-width: 64.0625em) {
  .general-contractor__row {
    padding: 1.4285714286rem 1.0714285714rem;
  }
}

.new-serviceprovider__form-content {
  max-width: 19.2857142857rem;
}
.new-serviceprovider__form-content .new-serviceprovider__form-field--input-unit {
  position: relative;
}
.new-serviceprovider__form-content .new-serviceprovider__form-field--input-unit input {
  margin-right: 1.0714285714rem;
  width: calc(100% - 1.0714285714rem);
}
.new-serviceprovider__form-content .new-serviceprovider__input-unit {
  position: absolute;
  top: calc(50% - 0.75rem + 0.7714285714rem);
  right: 0;
}
.new-serviceprovider__form-content .checkbox-switch + label, .new-serviceprovider__form-content .checkbox-switch + .fld__label {
  line-height: inherit;
  margin: 0.1428571429rem 0 1.1428571429rem 0;
}

.hero-banner:not(.hero-banner--smart) {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-bottom: 1.4285714286rem;
}
@media print, screen and (min-width: 35.5em) {
  .hero-banner:not(.hero-banner--smart) {
    margin-bottom: 2.1428571429rem;
    padding-top: 3.4285714286rem;
    padding-bottom: 3.4285714286rem;
  }
}
.hero-banner > .grid-container {
  position: relative;
}
.hero-banner .hero-banner__headline,
.hero-banner .hero-banner__content {
  color: #fefefe;
}
.hero-banner .hero-banner__headline {
  margin: 0;
}
.hero-banner .hero-banner__title-image {
  display: inline-block;
  -webkit-box-shadow: 0.1428571429rem 0.1428571429rem 0.2142857143rem rgba(0, 0, 0, 0.45);
  box-shadow: 0.1428571429rem 0.1428571429rem 0.2142857143rem rgba(0, 0, 0, 0.45);
}
.hero-banner .hero-banner__title-image img {
  height: 8.9285714286rem;
  width: auto;
}
.hero-banner.hero-banner--text-dark .hero-banner__headline,
.hero-banner.hero-banner--text-dark .hero-banner__content {
  color: #0a0a0a;
}

.paragraph {
  border-bottom: 1px solid #6e6e6e;
  padding: 30px 0 20px 0;
}
.paragraph h2 {
  font-size: 14px;
}
.paragraph:last-child {
  border-bottom: none;
}
.paragraph a {
  text-decoration: underline;
}

.pageheadline {
  font-size: 28px;
}

.sitemap__list {
  width: 100%;
  overflow: hidden;
  margin: 0 0 40px 0;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
@media print, screen and (max-width: 48.06125em) {
  .sitemap__list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .sitemap__list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.sitemap__list .sitemap__list {
  -webkit-column-count: unset;
  -moz-column-count: unset;
  column-count: unset;
  margin-bottom: 0;
}
.sitemap__list h2 {
  margin-bottom: 0;
}
.sitemap__list li {
  -webkit-column-count: unset;
  -moz-column-count: unset;
  column-count: unset;
  padding: 0 20px 10px 0;
  margin-left: 0;
  list-style: none;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
}
.sitemap__list li a {
  font-size: 16px;
}
.sitemap__list li ul {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sitemap__list li li {
  display: block;
  width: 100%;
}

.sitemap__category {
  margin-top: 40px;
}

.xlsuploadmodal .cell:nth-child(1) {
  border-right: 0.0714285714rem solid #000;
  padding-right: 2.1428571429rem;
}
@media print, screen and (max-width: 48.06125em) {
  .xlsuploadmodal .cell:nth-child(1) {
    border: 0;
    padding-right: 0;
  }
}
.xlsuploadmodal *[type=submit] {
  pointer-events: none;
  color: var(--buttonColorPrimaryDisabled);
  background-color: var(--buttonBackgroundPrimaryDisabled);
  border: var(--buttonBorderPrimaryDisabled);
}
.dz-max-files-reached .xlsuploadmodal *[type=submit] {
  pointer-events: auto;
  color: var(--buttonColorPrimary);
  background-color: var(--buttonBackgroundPrimary);
  border: var(--buttonBorderPrimary);
}
.xlsuploadmodal + .loader {
  display: none;
}
.xlsuploadmodal:after {
  content: "";
  opacity: 0;
  -webkit-transition: opacity ease-out 0.4s;
  transition: opacity ease-out 0.4s;
}
.upload-in-progress .xlsuploadmodal:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background: rgba(51, 51, 51, 0.6);
  position: absolute;
  z-index: 1;
  opacity: 1;
}
.upload-in-progress .xlsuploadmodal + .loader {
  display: block;
  position: absolute;
  top: 30%;
  left: 50%;
  -webkit-transform: translateX(-70%);
  transform: translateX(-70%);
  z-index: 2;
}
.xlsuploadmodal__upload-end-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7142857143rem;
}

.payment_note {
  padding: 1rem 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.payment_note:nth-child(odd) {
  background-color: #ececec;
}
.payment_note--headline {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
}
.payment_note--content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 75%;
  flex: 1 1 75%;
}
.payment_support {
  padding: 1rem 0.5rem;
}

@media print, screen and (min-width: 64.0625em) {
  .loaner-cockpit__sort {
    display: none;
  }
}
.loaner-cockpit__list {
  list-style: none;
  margin: 0;
}
.loaner-cockpit__list--list {
  margin-bottom: 20px;
}
.loaner-cockpit__item {
  border-bottom: 1px solid #c5c6c6;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  padding: 0;
}
@media print, screen and (min-width: 64.0625em) {
  .loaner-cockpit__item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .loaner-cockpit__item.is-active {
    background: #ececec;
  }
}
.loaner-cockpit__item--header {
  font-weight: 700;
}
@media print, screen and (max-width: 64.06125em) {
  .loaner-cockpit__item--header {
    display: none;
  }
}
.loaner-cockpit__item--header .loaner-cockpit__item__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.loaner-cockpit__item--header .loaner-cockpit__item__column .icon {
  margin-left: 5px;
}
.loaner-cockpit__item--header .loaner-cockpit__item__column .icon svg {
  width: 10px;
}
@media print, screen and (min-width: 64.0625em) {
  .loaner-cockpit__item--header .loaner-cockpit__item__column--tiny {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: visible;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .loaner-cockpit__item--header .loaner-cockpit__item__column--verytiny {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    overflow: visible;
  }
}
.loaner-cockpit__item__column {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 50%;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 64.0625em) {
  .loaner-cockpit__item__column {
    padding-right: 5px;
    width: 20%;
    margin: 0;
  }
  .loaner-cockpit__item--with-status .loaner-cockpit__item__column {
    width: 18%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .loaner-cockpit__item__column--tiny {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 0;
    width: 12%;
  }
  .loaner-cockpit__item--with-status .loaner-cockpit__item__column--tiny {
    width: 12%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .loaner-cockpit__item__column--verytiny {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
    width: 10%;
  }
  .loaner-cockpit__item--with-status .loaner-cockpit__item__column--verytiny {
    width: 8%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .loaner-cockpit__item__column--smaller {
    width: 15.5%;
  }
  .loaner-cockpit__item--with-status .loaner-cockpit__item__column--smaller {
    width: 13%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .loaner-cockpit__item__column--larger {
    width: 27.5%;
  }
  .loaner-cockpit__item--with-status .loaner-cockpit__item__column--larger {
    width: 21%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .loaner-cockpit__item__column--huge {
    width: 37.5%;
  }
  .loaner-cockpit__item--with-status .loaner-cockpit__item__column--huge {
    width: 21%;
  }
}
.loaner-cockpit__item__column.sort svg {
  stroke: #000;
}
.loaner-cockpit__item__column.sort.asc, .loaner-cockpit__item__column.sort.desc {
  color: #e84d0b;
  font-weight: bold;
}
.loaner-cockpit__item__column.sort.asc svg, .loaner-cockpit__item__column.sort.desc svg {
  fill: #e84d0b;
  stroke: #e84d0b;
}
.loaner-cockpit__item__column .addressblock {
  margin: 0;
}
.loaner-cockpit__item__column strong {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media print, screen and (min-width: 64.0625em) {
  .loaner-cockpit__item__column strong {
    display: none;
  }
}
.loaner-cockpit__item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px 0 5px;
}
@media print, screen and (min-width: 64.0625em) {
  .loaner-cockpit__item__row {
    padding-bottom: 20px;
  }
}
.loaner-cockpit__item__row--details {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s;
  transition: max-height 0.3s;
  padding: 0;
}
.loaner-cockpit__item.is-active .loaner-cockpit__item__row--details {
  max-height: 300px;
}
.loaner-cockpit__item.is-active .loaner-cockpit__item__row--details--requests {
  padding-bottom: 20px;
}
@media print, screen and (max-width: 64.06125em) {
  .loaner-cockpit__item.is-active .loaner-cockpit__item__row--details--requests {
    padding-bottom: 0;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .loaner-cockpit__item__row--details {
    max-height: 0 !important;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .loaner-cockpit__item__row--details .loaner-cockpit__item__links {
    display: block;
  }
  .loaner-cockpit__item__row--details strong {
    display: block;
  }
}
.loaner-cockpit__item__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
@media print, screen and (min-width: 64.0625em) {
  .loaner-cockpit__item__links {
    display: none;
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 15px;
  }
}
.loaner-cockpit__item__links a {
  text-decoration: underline;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 64.0625em) {
  .loaner-cockpit__item__links a {
    margin-bottom: 0;
  }
  .loaner-cockpit__item__links a:not(:first-child) {
    margin-left: 20px;
  }
}
.loaner-cockpit__item__button {
  margin: 0;
  padding: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.loaner-cockpit__item.is-active .loaner-cockpit__item__button {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media print, screen and (max-width: 64.06125em) {
  .loaner-cockpit__item__button {
    display: none !important;
  }
}
.loaner-cockpit__item__button svg {
  width: 18px;
}
.loaner-cockpit__item__button:hover svg {
  fill: #6e6e6e;
}
.loaner-cockpit__item__button--delete {
  margin: 0;
  padding: 0;
}
.loaner-cockpit__item__button--delete svg {
  width: 18px;
}
.loaner-cockpit__item__button--delete:hover svg {
  fill: #6e6e6e;
}
.loaner-cockpit__noresult {
  margin: 20px 0 0;
}
@media print, screen and (min-width: 64.0625em) {
  .loaner-cockpit__noresult {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.loaner-cockpit__pagination {
  margin-bottom: 0;
}
.loaner-cockpit__pagination li {
  display: block;
}
.loaner-cockpit span.description {
  display: block;
}
.loaner-cockpit .info-text__light-blue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(22, 92, 188, 0.15);
}
.loaner-cockpit .info-text__light-blue + .info-text__light-blue {
  margin-top: 15px;
}
.loaner-cockpit .info-text__light-blue a {
  text-decoration: underline;
  font-weight: bold;
}
.loaner-cockpit .info-text__light-grey {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ececec;
}
.loaner-cockpit .info-text__light-grey a {
  text-decoration: underline;
  font-weight: bold;
}
.loaner-cockpit .searchfield {
  width: 100%;
  margin: 0;
}
@media print, screen and (min-width: 64.0625em) {
  .loaner-cockpit .searchfield {
    width: 35%;
  }
}
.loaner-cockpit .searchfield .input-group-button {
  pointer-events: none;
}
.loaner-cockpit .searchfield .button--reset {
  pointer-events: all;
}

.login-logos {
  text-align: center;
}
.login-logos h2 {
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.login-logos__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.1428571429rem 0 2.8571428571rem 0;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
@media print, screen and (max-width: 48.06125em) {
  .login-logos__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.login-logos__items {
  list-style: none;
  padding: 0 1.4285714286rem;
}
.login-logos__items img {
  max-height: 2.1428571429rem;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.login-logos__items img[src*=svg] {
  width: 100%;
}
@media print, screen and (max-width: 48.06125em) {
  .login-logos__items {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    max-width: 50%;
  }
  .login-logos__items:nth-child(-n+2) {
    padding: 0 1.4285714286rem 1.4285714286rem 1.4285714286rem;
  }
}

.clipboardbutton {
  cursor: pointer;
}
.clipboardbutton.has-tip:not(.input-group-field):not(.button--primary) {
  cursor: pointer;
}
.clipboardbutton__icon--success {
  display: none;
}
.clipboardbutton__icon--success .icon svg {
  fill: #54BA53;
}
.clipboardbutton--success {
  cursor: default;
}
.clipboardbutton--success.has-tip:not(.input-group-field):not(.button--primary) {
  cursor: default;
}
.clipboardbutton--success .clipboardbutton__icon--success {
  display: inline;
}
.clipboardbutton--success .clipboardbutton__icon--action {
  display: none;
}

.toggle-text {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  max-height: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.toggle-text.expanded {
  max-height: 1999px;
  margin-bottom: 1rem;
}
.toggle-text.expanded ~ .toggle-button .toggle-button__showmore {
  display: none;
}
.toggle-text:not(.expanded) ~ .toggle-button .toggle-button__showless {
  display: none;
}

.toggle-text-headline {
  cursor: pointer;
}

.button.toggle-button, .fld--file .toggle-button.fld__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px auto;
}

.store-address__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.store-address__content:not(:first-child) {
  margin-top: 0.785rem;
}
.store-address__brand-logo, .store-address__location-marker {
  max-height: 2.0714285714rem;
}
.store-address__brand-logo {
  max-width: calc(100% - 2.5rem);
}
.store-address__location-marker {
  max-width: 1.7857142857rem;
}
.store-address__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.store-info-acc__openh {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.store-info-acc__openh > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.store-info-acc__openh > span > span:not(:first-child) {
  margin-left: 0.5rem;
}
.store-info-acc .openingtimes__category:not(:last-child) {
  margin-bottom: 1rem;
}
.store-info-acc .openingtimes__label {
  margin-bottom: 0.5rem;
}
.store-info-acc .openingtimes__type:not(:last-child) {
  margin-bottom: 0.5rem;
}
.store-info-acc.accordion .accordion-item {
  background: none;
}
.store-info-acc.accordion .accordion-item .accordion-title {
  background: none;
  padding: 1rem 0;
}
.store-info-acc.accordion .accordion-item .accordion-title:hover {
  background: none;
}
.store-info-acc.accordion .accordion-item .accordion-content {
  background: none;
  padding: 0 0 1rem;
}
.store-info-acc.accordion .accordion-item .accordion-content > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 72.5em) {
  .store-info-acc.accordion .accordion-item {
    border-color: #c5c6c6;
  }
  .store-info-acc.accordion .accordion-item:first-child {
    border-top: 1px solid #c5c6c6;
  }
  .store-info-acc.accordion .accordion-item:last-child .accordion-content {
    padding-bottom: 0;
  }
  .store-info-acc.accordion .accordion-item .accordion-title {
    pointer-events: none !important;
  }
  .store-info-acc.accordion .accordion-item .accordion-title:before {
    display: none !important;
  }
  .store-info-acc.accordion .accordion-item .accordion-content {
    display: block !important;
  }
  .store-info-acc.accordion .accordion-item .accordion-content p {
    margin-bottom: 0.5rem;
    line-height: 1.5;
  }
  .store-info-acc.accordion .accordion-item .accordion-content .button, .store-info-acc.accordion .accordion-item .accordion-content .fld--file .fld__label, .fld--file .store-info-acc.accordion .accordion-item .accordion-content .fld__label {
    margin-top: 1rem;
  }
}
@media print, screen and (max-width: 72.49875em) {
  .store-info-acc.accordion .accordion-item {
    background: none;
  }
  .store-info-acc.accordion .accordion-item:first-child {
    border-top: 1px solid #000;
  }
  .store-info-acc.accordion .accordion-item:last-child {
    border-bottom: 1px solid #000;
  }
}

.titci__headline h3 {
  margin-bottom: 0.8571428571rem;
}
@media print, screen and (min-width: 48.0625em) {
  .titci__main--text-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
.titci__main--text-only .titci__image, .titci__main--text-single .titci__image {
  display: none;
}
.titci__image img {
  margin: 0.4285714286rem 0 1rem;
}
.titci__image figure.image-with-caption {
  margin: 0.4285714286rem 0 1rem;
}
.titci__image figure.image-with-caption img {
  margin: 0;
}
.titci__content {
  margin-top: 0.8571428571rem;
}
@media print, screen and (min-width: 48.0625em) {
  .titci__content {
    margin-top: 0;
  }
}
.titci__button .button, .titci__button .fld--file .fld__label, .fld--file .titci__button .fld__label {
  margin-bottom: 1rem;
}
.titci__button:first-child .button, .titci__button:first-child .fld--file .fld__label, .fld--file .titci__button:first-child .fld__label {
  margin-top: 0.4285714286rem;
}
.titci__button .button.button--primary, .titci__button .fld--file .fld__label, .fld--file .titci__button .fld__label {
  background-color: var(--colorPrimary);
  border-color: var(--colorPrimary);
}
.titci__button .button.button--primary:hover, .titci__button .fld--file .fld__label:hover, .fld--file .titci__button .fld__label:hover {
  background-color: var(--colorPrimaryDark);
  border-color: var(--colorPrimaryDark);
}
.titci--default .titci__headline--left .titci__headline-inner, .titci--default .titci__headline--right .titci__headline-inner {
  margin: 0 0.7142857143rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% - 1.4285714286rem);
  margin-left: 0.7142857143rem;
  margin-right: 0.7142857143rem;
}
@media print, screen and (min-width: 35.5em) {
  .titci--default .titci__headline--left .titci__headline-inner, .titci--default .titci__headline--right .titci__headline-inner {
    margin: 0 1.0714285714rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .titci--default .titci__headline--left .titci__headline-inner {
    width: calc(33.3333333333% - 2.1428571429rem);
  }
}
@media screen and (min-width: 72.5em) {
  .titci--default .titci__headline--left .titci__headline-inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 min(24.4285714286rem, 100%);
    flex: 0 0 min(24.4285714286rem, 100%);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .titci--default .titci__headline--right .titci__headline-inner {
    width: calc(66.6666666667% - 2.1428571429rem);
    margin-left: calc(33.3333333333% + 2.1428571429rem / 2);
  }
}
@media screen and (min-width: 72.5em) {
  .titci--default .titci__headline--right .titci__headline-inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 24.4285714286rem);
    flex: 0 0 calc(100% - 24.4285714286rem);
    margin-left: auto;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .titci--default .titci__image {
    width: calc(33.33333% - 2 * 1.0714285714rem);
    max-width: 24.4285714286rem;
  }
}
@media screen and (min-width: 72.5em) {
  .titci--default .titci__image {
    width: 24.4285714286rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 72.5em) {
  .titci--default:has(.titci__main--additional-text) .titci__headline--left .titci__headline-inner {
    width: calc(33.3333333333% - 2.1428571429rem);
  }
}
@media screen and (min-width: 72.5em) {
  .titci--default:has(.titci__main--additional-text) .titci__headline--right .titci__headline-inner {
    width: calc(66.6666666667% - 2.1428571429rem);
    margin-left: calc(33.3333333333% + 2.1428571429rem / 2);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .titci--default:has(.titci__main--text-left) .titci__headline--left .titci__headline-inner {
    width: calc(66.6666666667% - 2.1428571429rem);
  }
}
@media screen and (min-width: 72.5em) {
  .titci--default:has(.titci__main--text-left) .titci__headline--left .titci__headline-inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 24.4285714286rem);
    flex: 0 0 calc(100% - 24.4285714286rem);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .titci--default:has(.titci__main--text-left) .titci__headline--right .titci__headline-inner {
    width: calc(33.3333333333% - 2.1428571429rem);
    margin-left: calc(66.6666666667% + 2.1428571429rem / 2);
  }
}
@media screen and (min-width: 72.5em) {
  .titci--default:has(.titci__main--text-left) .titci__headline--right .titci__headline-inner {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 min(24.4285714286rem, 100%);
    flex: 0 0 min(24.4285714286rem, 100%);
    margin-left: auto;
  }
}
@media screen and (min-width: 72.5em) {
  .titci--default:has(.titci__main--text-left):has(.titci__main--additional-text) .titci__headline--left .titci__headline-inner {
    width: calc(66.6666666667% - 2.1428571429rem);
  }
}
@media screen and (min-width: 72.5em) {
  .titci--default:has(.titci__main--text-left):has(.titci__main--additional-text) .titci__headline--right .titci__headline-inner {
    width: calc(33.3333333333% - 2.1428571429rem);
    margin-left: calc(66.6666666667% + 2.1428571429rem / 2);
  }
}
.titci--equal .titci__headline--left .titci__headline-inner, .titci--equal .titci__headline--right .titci__headline-inner {
  margin: 0 0.7142857143rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% - 1.4285714286rem);
  margin-left: 0.7142857143rem;
  margin-right: 0.7142857143rem;
}
@media print, screen and (min-width: 35.5em) {
  .titci--equal .titci__headline--left .titci__headline-inner, .titci--equal .titci__headline--right .titci__headline-inner {
    margin: 0 1.0714285714rem;
  }
}
@media screen and (min-width: 72.5em) {
  .titci--equal .titci__headline--left .titci__headline-inner, .titci--equal .titci__headline--right .titci__headline-inner {
    width: calc(50% - 2.1428571429rem);
  }
}
@media screen and (min-width: 72.5em) {
  .titci--equal .titci__headline--left .titci__headline-inner {
    margin-left: calc(50% + 2.1428571429rem / 2);
  }
}
@media print, screen and (min-width: 48.0625em) {
  .titci--equal .titci__headline--right .titci__headline-inner {
    width: calc(33.3333333333% - 2.1428571429rem);
    margin-left: calc(66.6666666667% + 2.1428571429rem / 2);
  }
}
@media screen and (min-width: 72.5em) {
  .titci--equal .titci__headline--right .titci__headline-inner {
    margin-left: calc(50% + 2.1428571429rem / 2);
  }
}
.titci--equal .titci__image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% - 1.4285714286rem);
  margin-left: 0.7142857143rem;
  margin-right: 0.7142857143rem;
}
.titci--equal .titci__image img {
  width: 100%;
  max-width: none;
}
@media print, screen and (min-width: 48.0625em) {
  .titci--equal .titci__image {
    width: calc(33.3333333333% - 2.1428571429rem);
  }
}
@media screen and (min-width: 72.5em) {
  .titci--equal .titci__image {
    width: calc(50% - 2.1428571429rem);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .titci--equal:has(.titci__main--additional-text) .titci__headline--left .titci__headline-inner, .titci--equal:has(.titci__main--additional-text) .titci__headline--right .titci__headline-inner {
    width: calc(50% - 2.1428571429rem);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .titci--equal:has(.titci__main--additional-text) .titci__headline--right .titci__headline-inner {
    margin-left: calc(50% + 2.1428571429rem / 2);
  }
}
@media print, screen and (min-width: 48.0625em) {
  .titci--align-middle .titci__main {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.unit-mapping__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-column-gap: 0.7142857143rem;
  -moz-column-gap: 0.7142857143rem;
  column-gap: 0.7142857143rem;
  position: relative;
}
.unit-mapping__row--header {
  margin-bottom: 0.7142857143rem;
}
@media print, screen and (max-width: 48.06125em) {
  .unit-mapping__row {
    width: calc(100% - 0.7142857143rem);
  }
}
@media print, screen and (max-width: 35.49875em) {
  .unit-mapping__row {
    width: calc(100% - 1.0714285714rem);
  }
}
.unit-mapping__col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 0.3571428571rem);
  flex: 0 0 calc(50% - 0.3571428571rem);
}
.unit-mapping select[data-unit-mapping-select] + .select-container > input,
.unit-mapping input[data-unit-mapping-input] {
  margin-bottom: 0.7142857143rem;
}
.unit-mapping button[data-unit-mapping-row-add] {
  padding: 0.3571428571rem 0;
}
.unit-mapping button[data-unit-mapping-delete] {
  padding: 0;
  margin: 0;
  position: absolute;
  top: calc(50% - 0.3571428571rem);
  right: -1.6428571429rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.unit-mapping button[data-unit-mapping-delete] svg {
  width: 1.2857142857rem;
  height: 1.2857142857rem;
}
.unit-mapping > .formfield-label__span {
  display: inline-block;
  margin-bottom: 0.7142857143rem;
}

.input-group-add > .formfield-label__span {
  display: inline-block;
  margin-bottom: 0.7142857143rem;
}
.input-group-add input {
  margin-bottom: 0.7142857143rem;
}
.input-group-add__fields {
  padding-bottom: 0.3571428571rem;
}
@media print, screen and (min-width: 64.0625em) {
  .input-group-add--twoColumns .input-group-add__fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 0.7142857143rem;
    -moz-column-gap: 0.7142857143rem;
    column-gap: 0.7142857143rem;
  }
}

.openingtimes__label--category {
  font-weight: bold;
}
.openingtimes__label--category:not(:has(+ .openingtimes__type .openingtimes__row)) {
  display: none;
}
.openingtimes__label--type {
  font-style: italic;
}
.openingtimes__type--closed .openingtimes__label {
  text-decoration: underline;
}
.openingtimes__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.openingtimes__col {
  position: relative;
}
.openingtimes__col--day {
  margin-right: auto;
}
.openingtimes__col--time, .openingtimes__col--hour {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-preferred-size: 7.1428571429rem;
  flex-basis: 7.1428571429rem;
  text-align: right;
  margin-left: auto;
}
.openingtimes__col--time {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.openingtimes__col__divider {
  position: absolute;
  left: 50%;
}

.search-tile {
  background: #fff;
  padding: 1.0714285714rem;
  margin-bottom: 2.1428571429rem;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  border: 0.0714285714rem solid #c5c6c6;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media print, screen and (max-width: 48.06125em) {
  .search-tile.tile--hidden-for-pagination {
    display: none;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .search-tile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.search-tile__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 1.0714285714rem;
  max-width: 21.4285714286rem;
}
@media print, screen and (max-width: 64.06125em) {
  .search-tile__text {
    max-width: none;
    margin-right: 0;
    margin-bottom: 1.0714285714rem;
  }
}
.search-tile__wrapper-downloads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}
@media print, screen and (max-width: 64.06125em) {
  .search-tile__wrapper-downloads {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
  }
  .search-tile__wrapper-downloads a {
    width: 100%;
  }
}
.search-tile__button--download {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: normal;
  text-decoration: underline;
  margin-right: 2.1428571429rem;
  margin-bottom: 0;
  z-index: 9;
}
.search-tile__button--download.button--icon {
  padding: 1.4285714286rem 1.0714285714rem 1.4285714286rem 0.7142857143rem;
}
.search-tile__button--download .icon {
  padding-left: 0;
  padding-right: 0.7142857143rem;
}
.search-tile__button--download:hover {
  text-decoration: none;
}
.search-tile__button--download:last-child {
  margin-right: 13.0714285714rem;
}
@media print, screen and (max-width: 64.06125em) {
  .search-tile__button--download {
    margin-bottom: 1rem;
  }
  .search-tile__button--download.button, .fld--file .search-tile__button--download.fld__label, .search-tile__button--download:last-child {
    margin-right: 0;
  }
  .search-tile__button--download.button--icon {
    padding-block: 0.7142857143rem;
  }
}
.search-tile__button--more-downloads {
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  z-index: 9;
}
.search-tile__button--more-downloads.button--textlike {
  padding: 1.4285714286rem 1.0714285714rem;
  margin-bottom: 0;
}
.search-tile__button--more-downloads:hover {
  text-decoration: none;
}
@media print, screen and (max-width: 64.06125em) {
  .search-tile__button--more-downloads.button--textlike {
    padding-block: 0.7142857143rem;
  }
}
.search-tile:hover {
  -webkit-box-shadow: 0 0 0.4285714286rem 0.0714285714rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.4285714286rem 0.0714285714rem rgba(0, 0, 0, 0.2);
}
.search-tile a {
  outline: none;
}
.search-tile a:hover {
  color: inherit;
}
.search-tile__manufacturer p, .search-tile__sku p {
  color: #6e6e6e;
  margin: 0;
  padding-right: 2.8571428571rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search-tile__manufacturer p::after, .search-tile__sku p::after {
  content: " ";
}
.search-tile__name p {
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.search-tile__name p::after {
  content: " ";
}
.search-tile__features {
  margin-top: auto;
}
.search-tile__features p {
  font-size: 12px;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  line-height: 1.25;
}
.search-tile__features p::after {
  content: " ";
}
@media print, screen and (max-width: 64.06125em) {
  .search-tile__features p {
    max-width: none;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .search-tile__features {
    margin-top: 0.7142857143rem;
  }
}
.search-tile__image {
  width: 8.5714285714rem;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.7142857143rem;
  margin-bottom: 0.7142857143rem;
}
.search-tile__image:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 32.5714285714rem;
  padding-bottom: min(100%, 32.5714285714rem);
}
.search-tile__image .ci-image-wrapper,
.search-tile__image .ci-alternative-wrapper,
.search-tile__image picture,
.search-tile__image .picture {
  position: absolute;
  inset: 0;
}
.search-tile__image .lazyload {
  opacity: 0;
  width: 100%;
  height: 100%;
  max-width: 32.5714285714rem;
  max-height: 32.5714285714rem;
}
.search-tile__image picture,
.search-tile__image .picture {
  width: 100%;
  text-align: center;
}
.search-tile__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media print, screen and (max-width: 64.06125em) {
  .search-tile__image {
    width: 100%;
  }
}
.search-tile__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 71.4285714286rem;
}
@media print, screen and (max-width: 64.06125em) {
  .search-tile__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.0714285714rem;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .search-tile__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 0;
  }
}

.service-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  padding: calc(1em * 1.285);
  border-radius: 1em;
  -webkit-box-shadow: 0 0.0714285714rem 0.1428571429rem 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0.0714285714rem 0.1428571429rem 0 rgba(0, 0, 0, 0.06);
  border: 0.0714285714rem solid #ececec;
  padding: 1.285em;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.service-tile:hover {
  -webkit-box-shadow: 0 0.2857142857rem 0.4285714286rem -0.0714285714rem rgba(0, 0, 0, 0.1), 0 0.1428571429rem 0.2857142857rem -0.0714285714rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.2857142857rem 0.4285714286rem -0.0714285714rem rgba(0, 0, 0, 0.1), 0 0.1428571429rem 0.2857142857rem -0.0714285714rem rgba(0, 0, 0, 0.1);
}
.service-tile__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-tile__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  gap: 1.285em;
  margin-right: 0.6425em;
}
.service-tile__icon-wrapper {
  width: 3.4285714286rem;
  height: 3.4285714286rem;
  background-color: #f6f6f6;
  border-radius: calc(1em * 1.285);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.service-tile__icon-wrapper img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 1.7142857143rem;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.service-tile__text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.service-tile__title {
  color: #000;
  margin: 0;
}
.service-tile__description {
  font-size: 0.875em;
  color: #6e6e6e;
  margin-top: 0.125em;
  margin-bottom: 0;
}
.service-tile__chevron {
  width: 1.2857142857rem;
  height: 1.2857142857rem;
  color: #e84d0b;
  -o-object-fit: contain;
  object-fit: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.grid-container__header {
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0 0.1428571429rem 0 0.4285714286rem #e84d0b;
  box-shadow: 0 0.1428571429rem 0 0.4285714286rem #e84d0b;
  padding: 0 60px;
  z-index: 12;
}
.grid-container__header .grid-container > .grid-x {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 93.74875em) {
  .grid-container__header .grid-container {
    padding: 0 45px;
  }
}
@media print, screen and (max-width: 81.24875em) {
  .grid-container__header .grid-container {
    padding: 0 35px;
  }
}
@media print, screen and (max-width: 72.49875em) {
  .grid-container__header .grid-container {
    padding: 0 7px;
  }
}
.grid-container__header.is-stuck:not(.sticky-paused) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-name: slideTop;
  animation-name: slideTop;
  z-index: 10;
}
.grid-container__header.is-stuck:not(.sticky-paused) .mainmenu {
  display: none;
}
@media print, screen and (max-width: 72.49875em) {
  .grid-container__header.sticky.is-anchored {
    position: fixed;
    right: 0;
    top: 0 !important;
    left: 0;
    z-index: 100;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  }
  .grid-container__header.sticky.is-anchored.has-shoplogos {
    top: 40px !important;
  }
  .grid-container__header.sticky.is-anchored.hidden {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
  }
}
@media print, screen and (max-width: 48.06125em) {
  .grid-container__header {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.grid-container__header .header__mwst-toggle {
  position: absolute;
  bottom: -45px;
  right: 0.9375rem;
  z-index: 1;
}
@media print, screen and (min-width: 48.0625em) {
  .grid-container__header .universal-switch {
    --switchWidth: 8.6rem;
  }
}
@media print, screen and (min-width: 48.0625em) and (max-width: 64.06125em) {
  .grid-container__header .header__mwst-toggle {
    bottom: 15px;
  }
  .grid-container__header .header__cart {
    margin-top: -30px;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .grid-container__header .header__search--mwst form#search,
  .grid-container__header .header__search--mwst form#SearchFieldId {
    margin-right: 4.285rem;
  }
  .grid-container__header .universal-switch {
    --switchWidth: 4rem;
    font-size: 0.571rem;
  }
  .grid-container__header .universal-switch label, .grid-container__header .universal-switch .fld__label {
    font-size: 0.571rem;
  }
  .grid-container__header .header__mwst-toggle {
    right: 0;
    bottom: 1.285rem;
    text-align: center;
  }
  .grid-container__header .switch-inactive {
    right: 0.357rem;
    width: 1.785rem;
  }
  .grid-container__header .switch-active {
    left: 0.357rem;
    width: 1.785rem;
  }
}

.header {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 7.1428571429rem;
  position: relative;
}
@media print, screen and (max-width: 48.06125em) {
  .header {
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.header .header__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.header .header__logo img {
  width: auto;
  height: 2.3571428571rem;
}
@media print, screen and (max-width: 64.06125em) {
  .header .header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .header .header__logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 50px;
    padding: 10px 0;
    margin: 0;
  }
  .header .header__logo .header__logo__image {
    margin: 0;
    height: 100%;
  }
  .header .header__logo img {
    height: 2.8571428571rem;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .header .header__logo .header__logo__image {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .header__logo img {
    max-height: 2.8571428571rem;
    height: auto !important;
  }
}
.header .header__search {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .header__search form {
  width: 100%;
}
.header .header__search .input-group {
  margin-bottom: 0;
}
@media print, screen and (max-width: 48.06125em) {
  .header .header__search .input-group {
    max-width: 100%;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .header .header__search [type=search] {
    border-left: 0;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .header .header__search {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    margin: 0 0 0 0;
  }
  .header .header__search form {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .header .header__search {
    margin: 0 0 0 0;
  }
}
.header .header__usermenu {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9285714286rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 0;
  min-height: 48px;
}
@media print, screen and (max-width: 48.06125em) {
  .header .header__usermenu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.header .header__cart {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: right;
}
@media print, screen and (max-width: 48.06125em) {
  .header .header__cart {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 -20px 0 0;
    font-size: 0;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .header .header__cart {
    margin: 0 0 0 0;
  }
}
.header .header__cart .cart {
  display: block;
}
.header .header__branch,
.header .header__note,
.header .header__user,
.header .header__offcanvas-trigger {
  margin-right: 30px;
  text-align: left;
  float: right;
}
@media print, screen and (max-width: 72.49875em) {
  .header .header__branch,
  .header .header__note,
  .header .header__user,
  .header .header__offcanvas-trigger {
    margin-right: 10px;
  }
}
.header .header__branch .icon-text__link,
.header .header__note .icon-text__link,
.header .header__user .icon-text__link,
.header .header__offcanvas-trigger .icon-text__link {
  height: 100%;
  text-align: left;
}
.header .header__branch b, .header .header__branch strong,
.header .header__note b,
.header .header__note strong,
.header .header__user b,
.header .header__user strong,
.header .header__offcanvas-trigger b,
.header .header__offcanvas-trigger strong {
  font-weight: 500;
}
.header .header__note,
.header .header__branch {
  display: inline-block;
  -webkit-box-flex: 0;
  flex: 0 1 0;
  -ms-flex: 0 1 auto;
}
.header .header__note .icon-text__text,
.header .header__branch .icon-text__text {
  max-width: 120px;
}
.header .header__note .icon-text__text > span,
.header .header__branch .icon-text__text > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media print, screen and (max-width: 81.24875em) {
  .header .header__note .icon-text__text,
  .header .header__branch .icon-text__text {
    display: none !important;
  }
}
.header .header__branch {
  padding-left: 0;
}
@media print, screen and (min-width: 64.0625em) {
  .header .header__branch {
    padding-left: 21px;
  }
}
.header .header__branch svg {
  height: 24px;
  width: 24px;
}
.header .header__note {
  display: none;
}
.header .header__note .icon-text__text {
  white-space: nowrap;
}
.header .header__note svg {
  fill: #000;
}
.header .header__note:hover svg {
  fill: #6e6e6e;
}
.header .header__user {
  display: inline-block;
  height: 48px;
  -ms-flex-item-align: center;
  align-self: center;
}
@media screen and (min-width: 81.25em) {
  .header .header__user {
    margin: 0 15px 0 0;
  }
}
.header .header__user svg {
  height: 24px;
  width: 24px;
  color: #e84d0b;
}
@media print, screen and (max-width: 81.24875em) {
  .header .header__user .icon-text__text {
    display: none !important;
  }
}
.header .header__user .dropdown-navigation .icon {
  margin: 0 5px 0 0;
}
@media screen and (min-width: 81.25em) {
  .header .header__user .dropdown-navigation .icon {
    margin-right: 10px;
  }
}
.header .header__user .dropdown-navigation span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}
.header .header__user .dropdown-navigation span span {
  display: block;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media print, screen and (max-width: 81.24875em) {
  .header .header__user .dropdown-navigation span:not(.icon) {
    display: none !important;
  }
}
.header .header__user .dropdown-navigation__toggle {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (min-width: 72.5em) {
  .header .header__user .dropdown-navigation__toggle {
    padding: 0 15px;
    border: 1px solid #cacaca;
    border-width: 0 1px;
    border-color: transparent;
    -webkit-transition: -webkit-box-shadow 0s;
    transition: -webkit-box-shadow 0s;
    transition: box-shadow 0s;
    transition: box-shadow 0s, -webkit-box-shadow 0s;
  }
  .header .header__user .dropdown-navigation__toggle.hover {
    border-color: #cacaca;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  }
}
@media print, screen and (max-width: 81.24875em) {
  .header .header__user .dropdown-navigation__toggle {
    padding-bottom: 5px;
  }
}
.header .header__user .dropdown-navigation__panel {
  border-top: 0;
}
@media screen and (min-width: 81.25em) {
  .header .header__user .dropdown-navigation__panel {
    padding-top: 3px;
  }
}
.header .header__offcanvas-trigger {
  margin-right: 0;
  display: none;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
@media print, screen and (max-width: 64.06125em) {
  .header .header__offcanvas-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 20px;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .header .header__offcanvas-trigger {
    margin-left: 0;
  }
}
.is-stuck:not(.sticky-paused) .header {
  height: 4.2857142857rem;
}
.is-stuck:not(.sticky-paused) .header .header__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  height: 40px;
  padding: 0;
}
.is-stuck:not(.sticky-paused) .header .header__logo .header__logo__image {
  margin: 0;
  height: 100%;
  line-height: 0;
}
.is-stuck:not(.sticky-paused) .header .header__logo .ci-image-wrapper {
  height: 2.3571428571rem !important;
}
.is-stuck:not(.sticky-paused) .header .header__logo img:not(.ci-image) {
  width: 100%;
  height: auto;
  max-height: 2.3571428571rem;
}
.is-stuck:not(.sticky-paused) .header .header__note,
.is-stuck:not(.sticky-paused) .header .header__branch,
.is-stuck:not(.sticky-paused) .header .header__user {
  margin-right: 40px;
}

.is-stuck.sticky-paused {
  position: absolute !important;
}

@media print, screen and (max-width: 48.06125em) {
  .sticky-container {
    background: #fff;
  }
}

@-webkit-keyframes slideTop {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}

@keyframes slideTop {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.erpPdp {
  display: none !important;
}

.grid-container__header-new {
  background: #fff;
  -webkit-box-shadow: 0 0.1428571429rem 0 0 rgb(231, 51, 49);
  box-shadow: 0 0.1428571429rem 0 0 rgb(231, 51, 49);
  padding: 0 60px;
  z-index: 12;
}
.grid-container__header-new .grid-container > .grid-x {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 93.74875em) {
  .grid-container__header-new .grid-container {
    padding: 0 45px;
  }
}
@media print, screen and (max-width: 81.24875em) {
  .grid-container__header-new .grid-container {
    padding: 0 35px;
  }
}
@media print, screen and (max-width: 72.49875em) {
  .grid-container__header-new .grid-container {
    padding: 0 7px;
  }
}
.grid-container__header-new.is-stuck:not(.sticky-paused) {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-name: slideTop;
  animation-name: slideTop;
  z-index: 10;
}
.grid-container__header-new.is-stuck:not(.sticky-paused) .mainmenu {
  display: none;
}
@media print, screen and (max-width: 72.49875em) {
  .grid-container__header-new.sticky.is-anchored {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 100;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1), -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    top: 0;
  }
  .grid-container__header-new.sticky.is-anchored.hidden {
    -webkit-transform: translateY(-150%);
    transform: translateY(-150%);
    opacity: 0;
  }
}
.grid-container__header-new .header {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: calc(7.1428571429rem + 30px);
  position: relative;
}
@media print, screen and (max-width: 48.06125em) {
  .grid-container__header-new .header {
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 10px;
  }
}
.grid-container__header-new .header .header__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.grid-container__header-new .header .header__logo img {
  width: auto;
  height: 2.3571428571rem;
  -o-object-fit: contain;
  object-fit: contain;
}
@media print, screen and (max-width: 64.06125em) {
  .grid-container__header-new .header .header__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .grid-container__header-new .header .header__logo {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 4.2857142857rem;
    padding: 10px 0;
    margin: 0;
  }
  .grid-container__header-new .header .header__logo .header__logo__image {
    margin: 0;
    height: 2.8571428571rem;
  }
  .grid-container__header-new .header .header__logo img {
    height: 2.8571428571rem;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .grid-container__header-new .header .header__logo .header__logo__image {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .grid-container__header-new .header .header__logo img {
    max-height: 2.8571428571rem;
    height: auto !important;
  }
}
.grid-container__header-new .header .header__search {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
.grid-container__header-new .header .header__search form {
  width: 100%;
}
.grid-container__header-new .header .header__search .input-group {
  margin-bottom: 0;
}
@media print, screen and (max-width: 48.06125em) {
  .grid-container__header-new .header .header__search .input-group {
    max-width: 100%;
  }
}
.grid-container__header-new .header .header__search [type=search] {
  background: #ececec;
  border: none;
}
@media print, screen and (max-width: 48.06125em) {
  .grid-container__header-new .header .header__search [type=search] {
    border-left: 0;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .grid-container__header-new .header .header__search {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 70%;
    flex: 1 1 70%;
    margin-left: auto;
    margin-right: auto;
  }
  .grid-container__header-new .header .header__search form {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .grid-container__header-new .header .header__search {
    margin: 0 0 0 0;
  }
}
.grid-container__header-new .header .header__usermenu {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.9285714286rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-right: 0;
  min-height: 48px;
}
@media print, screen and (max-width: 48.06125em) {
  .grid-container__header-new .header .header__usermenu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.grid-container__header-new .header .header__cart {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  text-align: right;
}
@media print, screen and (max-width: 48.06125em) {
  .grid-container__header-new .header .header__cart {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0 0 0 0;
    font-size: 0;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .grid-container__header-new .header .header__cart {
    margin: 0 0 0 0;
  }
}
.grid-container__header-new .header .header__cart .cart {
  display: block;
}
.grid-container__header-new .header .header__branch,
.grid-container__header-new .header .header__note,
.grid-container__header-new .header .header__user,
.grid-container__header-new .header .header__offcanvas-trigger {
  margin-right: 30px;
  text-align: left;
  float: right;
}
@media print, screen and (max-width: 72.49875em) {
  .grid-container__header-new .header .header__branch,
  .grid-container__header-new .header .header__note,
  .grid-container__header-new .header .header__user,
  .grid-container__header-new .header .header__offcanvas-trigger {
    margin-right: 10px;
  }
}
.grid-container__header-new .header .header__branch .icon-text__link,
.grid-container__header-new .header .header__note .icon-text__link,
.grid-container__header-new .header .header__user .icon-text__link,
.grid-container__header-new .header .header__offcanvas-trigger .icon-text__link {
  height: 100%;
  text-align: left;
}
.grid-container__header-new .header .header__branch b, .grid-container__header-new .header .header__branch strong,
.grid-container__header-new .header .header__note b,
.grid-container__header-new .header .header__note strong,
.grid-container__header-new .header .header__user b,
.grid-container__header-new .header .header__user strong,
.grid-container__header-new .header .header__offcanvas-trigger b,
.grid-container__header-new .header .header__offcanvas-trigger strong {
  font-weight: 500;
}
.grid-container__header-new .header .header__note,
.grid-container__header-new .header .header__branch {
  display: inline-block;
  -webkit-box-flex: 0;
  flex: 0 1 0;
  -ms-flex: 0 1 auto;
}
.grid-container__header-new .header .header__note .icon-text__text,
.grid-container__header-new .header .header__branch .icon-text__text {
  max-width: 120px;
}
.grid-container__header-new .header .header__note .icon-text__text > span,
.grid-container__header-new .header .header__branch .icon-text__text > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media print, screen and (max-width: 81.24875em) {
  .grid-container__header-new .header .header__note .icon-text__text,
  .grid-container__header-new .header .header__branch .icon-text__text {
    display: none !important;
  }
}
.grid-container__header-new .header .header__branch {
  padding-left: 0;
}
@media print, screen and (min-width: 64.0625em) {
  .grid-container__header-new .header .header__branch {
    padding-left: 21px;
  }
}
.grid-container__header-new .header .header__branch svg {
  height: 24px;
  width: 24px;
}
.grid-container__header-new .header .header__note {
  display: none;
}
.grid-container__header-new .header .header__note .icon-text__text {
  white-space: nowrap;
}
.grid-container__header-new .header .header__note svg {
  fill: #000;
}
.grid-container__header-new .header .header__note:hover svg {
  fill: #6e6e6e;
}
.grid-container__header-new .header .header__user {
  display: inline-block;
  height: 48px;
  -ms-flex-item-align: center;
  align-self: center;
}
@media screen and (min-width: 81.25em) {
  .grid-container__header-new .header .header__user {
    margin: 0 15px 0 0;
  }
}
.grid-container__header-new .header .header__user svg {
  height: 24px;
  width: 24px;
  color: #e84d0b;
}
@media print, screen and (max-width: 81.24875em) {
  .grid-container__header-new .header .header__user .icon-text__text {
    display: none !important;
  }
}
.grid-container__header-new .header .header__user .dropdown-navigation .icon {
  margin: 0 5px 0 0;
}
@media screen and (min-width: 81.25em) {
  .grid-container__header-new .header .header__user .dropdown-navigation .icon {
    margin-right: 10px;
  }
}
.grid-container__header-new .header .header__user .dropdown-navigation span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}
.grid-container__header-new .header .header__user .dropdown-navigation span span {
  display: block;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media print, screen and (max-width: 81.24875em) {
  .grid-container__header-new .header .header__user .dropdown-navigation span:not(.icon) {
    display: none !important;
  }
}
.grid-container__header-new .header .header__user .dropdown-navigation__toggle {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media screen and (min-width: 72.5em) {
  .grid-container__header-new .header .header__user .dropdown-navigation__toggle {
    padding: 0 15px;
    border: 1px solid #cacaca;
    border-width: 0 1px;
    border-color: transparent;
    -webkit-transition: -webkit-box-shadow 0s;
    transition: -webkit-box-shadow 0s;
    transition: box-shadow 0s;
    transition: box-shadow 0s, -webkit-box-shadow 0s;
  }
  .grid-container__header-new .header .header__user .dropdown-navigation__toggle.hover {
    border-color: #cacaca;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  }
}
@media print, screen and (max-width: 81.24875em) {
  .grid-container__header-new .header .header__user .dropdown-navigation__toggle {
    padding-bottom: 5px;
  }
}
.grid-container__header-new .header .header__user .dropdown-navigation__panel {
  border-top: 0;
}
@media screen and (min-width: 81.25em) {
  .grid-container__header-new .header .header__user .dropdown-navigation__panel {
    padding-top: 3px;
  }
}
.grid-container__header-new .header .header__offcanvas-trigger {
  margin-right: 0;
  display: none;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
@media print, screen and (max-width: 64.06125em) {
  .grid-container__header-new .header .header__offcanvas-trigger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 20px;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .grid-container__header-new .header .header__offcanvas-trigger {
    margin-left: 0;
  }
}
.grid-container__header-new.header--checkout .header {
  height: calc(4.2857142857rem + 30px);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (max-width: 48.06125em) {
  .grid-container__header-new.header--checkout .header {
    padding-bottom: 0;
  }
}
.grid-container__header-new.header--checkout .header .header__cart {
  margin-block: auto;
}
.grid-container__header-new.is-stuck:not(.sticky-paused) .header {
  height: calc(4.2857142857rem + 30px) !important;
}
.grid-container__header-new.is-stuck:not(.sticky-paused) .header .header__logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  height: 40px;
  padding: 0;
}
.grid-container__header-new.is-stuck:not(.sticky-paused) .header .header__logo .header__logo__image {
  margin: 0;
  height: 100%;
  line-height: 0;
}
.grid-container__header-new.is-stuck:not(.sticky-paused) .header .header__logo img {
  width: 100%;
  height: auto;
  max-height: 2.3571428571rem;
}
.grid-container__header-new.is-stuck:not(.sticky-paused) .header .header__note,
.grid-container__header-new.is-stuck:not(.sticky-paused) .header .header__branch,
.grid-container__header-new.is-stuck:not(.sticky-paused) .header .header__user {
  margin-right: 40px;
}
.grid-container__header-new .is-stuck.sticky-paused {
  position: absolute !important;
}
.grid-container__header-new .header__mwst-toggle {
  position: absolute;
  bottom: -45px;
  right: 0.9375rem;
  z-index: 1;
}
@media print, screen and (min-width: 48.0625em) {
  .grid-container__header-new .universal-switch {
    --switchWidth: 8.6rem;
  }
}
@media print, screen and (min-width: 48.0625em) and (max-width: 64.06125em) {
  .grid-container__header-new .header__mwst-toggle {
    bottom: 15px;
  }
  .grid-container__header-new .header__cart {
    margin-top: -30px;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .grid-container__header-new .header__search--mwst form#search,
  .grid-container__header-new .header__search--mwst form#SearchFieldId {
    margin-right: 4.285rem;
  }
  .grid-container__header-new .universal-switch {
    --switchWidth: 4rem;
    font-size: 0.571rem;
  }
  .grid-container__header-new .universal-switch label, .grid-container__header-new .universal-switch .fld__label {
    font-size: 0.571rem;
  }
  .grid-container__header-new .header__mwst-toggle {
    right: 0;
    bottom: 1.285rem;
    text-align: center;
  }
  .grid-container__header-new .switch-inactive {
    right: 0.357rem;
    width: 1.785rem;
  }
  .grid-container__header-new .switch-active {
    left: 0.357rem;
    width: 1.785rem;
  }
}

.grid-container__header-new.is-stuck .header__mwst-toggle {
  display: none;
}

@keyframes slideTop {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
.erpPdp {
  display: none !important;
}

.grid-container__footer {
  background: #fff;
  border-top: 3px solid #e84d0b;
  margin-top: 60px;
  overflow: hidden;
}
@media print, screen and (max-width: 35.49875em) {
  .grid-container__footer {
    margin-top: 40px;
  }
}
.grid-container__footer > .grid-container {
  padding: 0 6px;
}
@media print, screen and (min-width: 35.5em) {
  .grid-container__footer > .grid-container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 72.5em) {
  .grid-container__footer > .grid-container {
    padding: 0 45px;
  }
}
@media screen and (min-width: 93.75em) {
  .grid-container__footer > .grid-container {
    padding: 0 25px;
  }
}

.footer {
  background: #fff;
  padding-top: 30px;
}
.footer .footer__copyright {
  border-top: 1px solid #ececec;
  padding: 25px 0;
  margin-top: 20px;
  text-align: right;
}
@media print, screen and (max-width: 35.49875em) {
  .footer .footer__copyright {
    text-align: left;
  }
}
.footer .footer__serviceblock {
  margin-bottom: 30px;
}
.footer .footer__serviceblock .h3 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
.footer .footer__serviceblock .navigation-list .h3 {
  margin-bottom: 6px;
}
.footer .footer__serviceblock a {
  text-decoration: none;
}
.footer .footer__serviceblock .ci-image-wrapper {
  margin: 0 0 10px 0;
  max-width: 100px;
}
.footer .footer__serviceblock:nth-child(3n+1) {
  clear: left;
}
.footer .footer__paymentlist {
  max-width: 200px;
}
.footer .footer__paymentlist > .ci-image-wrapper {
  display: inline;
  max-width: 52px;
  margin-right: 10px;
  float: left;
}
.footer .footer__paymentlist > img {
  display: inline;
  width: 52px;
  height: 30px;
  margin-right: 10px;
  margin-bottom: 10px;
  aspect-ratio: 26/15;
  float: left;
}
.footer .newsletter-registration::after {
  content: "";
  border-bottom: 1px solid #ececec;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: calc(100% - 1.4285714286rem);
  margin-left: 0.7142857143rem;
  margin-right: 0.7142857143rem;
  margin-top: 30px;
}
.footer .footer__pagetitle {
  text-align: right;
  margin-top: -25px;
  padding-bottom: 25px;
}
@media print, screen and (max-width: 35.49875em) {
  .footer .footer__pagetitle {
    text-align: left;
  }
}

.button--totop {
  position: fixed;
  bottom: 0;
  right: 20px;
  z-index: 1;
  opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.button--totop.is-pinned {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
@media print, screen and (max-width: 35.49875em) {
  .button--totop {
    display: none;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .button--totop {
    right: 30px;
  }
}
@media screen and (min-width: 72.5em) {
  .button--totop {
    right: 60px;
  }
}

.grid-container__content.hero-content-page {
  min-height: 50vh;
}

.grid-container__content > .grid-x,
.grid-container__content > .yCmsContentSlot > .grid-x,
.grid-container__content > form > .grid-x,
.grid-container__content > .yCmsContentSlot > form > .grid-x,
.grid-container__padding > .grid-x,
.grid-container__padding > .yCmsContentSlot > .grid-x,
.grid-container__padding > form > .grid-x,
.grid-container__padding > .yCmsContentSlot > form > .grid-x {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 93.74875em) {
  .grid-container__content,
  .grid-container__padding {
    padding: 30px 47px 0 47px;
  }
}
@media print, screen and (max-width: 72.49875em) {
  .grid-container__content,
  .grid-container__padding {
    padding: 30px 17px 0 17px;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .grid-container__content,
  .grid-container__padding {
    padding: 15px 6px 0 6px;
  }
}

@media print, screen and (max-width: 93.74875em) {
  .grid-container__padding {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media print, screen and (max-width: 72.49875em) {
  .grid-container__padding {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .grid-container__padding {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.grid-container--margin-top {
  margin-top: 30px;
}
@media print, screen and (max-width: 35.49875em) {
  .grid-container--margin-top {
    margin-top: 20px;
  }
}

.grid-container--margin-top-large {
  margin-top: 80px;
}
@media print, screen and (max-width: 35.49875em) {
  .grid-container--margin-top-large {
    margin-top: 20px;
  }
}

.userlogin {
  margin-bottom: 0;
}
.userlogin h3 {
  margin-bottom: 22px;
}
.userlogin h3 + p {
  margin-top: -7px;
}
.userlogin label, .userlogin .fld__label {
  margin-bottom: 24px;
}
.userlogin label a, .userlogin .fld__label a {
  float: right;
  color: #6e6e6e;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.userlogin label a:hover, .userlogin .fld__label a:hover {
  color: #c5c6c6;
}
.userlogin + .panel {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
@media print, screen and (max-width: 64.06125em) {
  .userlogin {
    margin-bottom: 30px;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .userlogin--modal {
    margin-bottom: 0;
  }
}

.form-message {
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #000;
}
@media print, screen and (max-width: 35.49875em) {
  .form-message {
    padding: 15px;
  }
}
.form-message:not(:last-child) {
  margin-bottom: 20px;
}
.form-message .icon {
  display: inline-block;
  margin-right: 20px;
}
.form-message .button, .form-message .fld--file .fld__label, .fld--file .form-message .fld__label {
  margin-top: 25px;
}
.form-message p:last-child {
  margin: 0;
}
h3 + .form-message, .box--bordered + .form-message {
  margin-top: 20px !important;
}
.form-message .definition-list--openingtimes {
  color: #6e6e6e;
}
.form-message--no-headline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-message--no-headline h4,
.form-message--no-headline p {
  margin-bottom: 0;
}

.form-message--clean {
  padding: 20px 0;
  border: none;
}

.form-message--success {
  border-color: #54BA53;
}
.form-message--success .icon svg {
  color: #54BA53;
}

.form-message--info {
  border-color: #FDCA00;
}
.form-message--info .icon svg {
  color: #FDCA00;
}

.form-message--warning {
  border-color: #bb0440;
}
.form-message--warning .icon svg {
  color: #bb0440;
}

.form-message__headline {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-message__headline:not(:last-child) {
  margin-bottom: 15px;
}
.form-message__headline a {
  text-decoration: none;
}

.tile-grid .tile-grid__wrapper {
  width: 100%;
}
.tile-grid .tile {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(33.3333333333% - 1.4285714286rem);
  margin-left: 0.7142857143rem;
  margin-right: 0.7142857143rem;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  margin-bottom: 18px;
}
@media print, screen and (max-width: 64.06125em) {
  .tile-grid .tile {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 2.1428571429rem);
    margin-left: 1.0714285714rem;
    margin-right: 1.0714285714rem;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: calc(50% - 1.876rem);
    margin-bottom: 26px;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .tile-grid .tile {
    margin-bottom: 26px;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .tile-grid .tile.tile--hidden-for-pagination {
    display: none;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .tile-grid .tile {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 1.4285714286rem);
    margin-left: 0.7142857143rem;
    margin-right: 0.7142857143rem;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.tile-grid--search .tile-grid .tile {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(25% - 1.4285714286rem);
  margin-left: 0.7142857143rem;
  margin-right: 0.7142857143rem;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
@media print, screen and (max-width: 64.06125em) {
  .tile-grid--search .tile-grid .tile {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 2.1428571429rem);
    margin-left: 1.0714285714rem;
    margin-right: 1.0714285714rem;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: calc(50% - 1.876rem);
  }
}
@media print, screen and (max-width: 48.06125em) {
  .tile-grid--search .tile-grid .tile .tile-grid-header__listview-toggler {
    display: none;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .tile-grid--search .tile-grid .tile.tile--hidden-for-pagination {
    display: none;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .tile-grid--search .tile-grid .tile {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 1.4285714286rem);
    margin-left: 0.7142857143rem;
    margin-right: 0.7142857143rem;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
}
.tile-grid.tile-grid--listview .tile {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(100% - 1.4285714286rem);
  margin-left: 0.7142857143rem;
  margin-right: 0.7142857143rem;
}
@media print, screen and (min-width: 35.5em) {
  .tile-grid.tile-grid--listview .tile {
    margin-left: 1.0714285714rem;
    margin-right: 1.0714285714rem;
    width: calc(100% - 2.1428571429rem);
  }
}
@media print, screen and (max-width: 72.49875em) {
  .tile-grid.tile-grid--listview--blockview .tile {
    display: block;
  }
  .tile-grid.tile-grid--listview--blockview .tile .product-tile__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media print, screen and (max-width: 72.49875em) and (max-width: 48.06125em) {
  .tile-grid.tile-grid--listview--blockview .tile.tile--hidden-for-pagination {
    display: none;
  }
}
.tile-grid.tile-grid--tileview .tile {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

@media print, screen and (min-width: 48.0625em) {
  .tile-grid--search .tile-grid-header .tile-grid-header__listview-toggler {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

.tile-grid--orderItems .product-tile__remove-from-requests,
.tile-grid--orderItems .product-tile__add-to-requests {
  display: none;
}
.tile-grid--orderItems.tile-grid--requestItems-available .product-tile__add-to-requests {
  display: block;
}

.tile-grid--requestItems .product-tile__remove-from-requests,
.tile-grid--requestItems .product-tile__add-to-requests {
  display: none;
}
.tile-grid--requestItems .product-tile--movedToRequest .product-tile__remove-from-requests {
  display: block;
}

.tile-grid--empty.tile-grid--requestItems-available .cart__empty {
  display: none;
}

.tile-grid--form {
  width: 100%;
}

.tile-grid__subline {
  margin-top: 30px;
}

.tile a:not(.tile__link),
.tile .product-tile__link-dummy:not(.tile__link),
.tile .quantity {
  position: relative;
  z-index: 1;
}

.tile__link::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.tile-grid-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 35.49875em) {
  .tile-grid-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .tile-grid-header {
    margin-bottom: 0;
  }
}

.tile-grid-header__total-products {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-item-align: center;
  align-self: center;
}
.tile-grid-header__total-products .totalproducts,
.tile-grid-header__total-products .totalproducts h1 {
  font-size: 14px;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  display: inline-block;
}
.tile-grid-header__total-products .totalproducts h1 + span::before {
  content: "(";
  display: inline-block;
}
.tile-grid-header__total-products .totalproducts h1 + span::after {
  content: ")";
  display: inline-block;
}
@media print, screen and (max-width: 35.49875em) {
  .tile-grid-header__total-products {
    margin-bottom: 20px;
  }
}

@media print, screen and (max-width: 35.49875em) {
  .tile-grid-preheader .js_load-previous:not(.is-invisible):not(.is-invisible--no-flow) {
    margin-top: -10px;
    margin-bottom: 30px;
  }
}

.tile-grid-header__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media print, screen and (max-width: 35.49875em) {
  .tile-grid-header__options {
    display: none;
  }
}
.tile-grid-header__options .dropdown-navigation__toggle .icon {
  margin-left: 20px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.tile-grid-header__options .dropdown-navigation__toggle.hover .icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.tile-grid-header__sorting,
.tile-grid-header__listview-toggler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tile-grid-header__sorting label, .tile-grid-header__sorting .fld__label,
.tile-grid-header__listview-toggler label,
.tile-grid-header__listview-toggler .fld__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.tile-grid-header__listview-toggler button {
  padding: 5px 10px;
  margin: 0;
}
.tile-grid-header__listview-toggler button:nth-child(1) {
  margin-left: 20px;
}
.tile-grid-header__listview-toggler button:nth-child(2) {
  margin-left: 0;
  margin-right: 5px;
}
.tile-grid-header__listview-toggler button svg {
  fill: #000;
}
.tile-grid-header__listview-toggler button.is-active svg {
  fill: #e84d0b;
}
@media screen and (max-width: 47.9375em) {
  .tile-grid-header__listview-toggler {
    display: none;
  }
}
@media screen and (min-width: 48em) {
  .tile-grid-header__listview-toggler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 15px;
    padding-right: 10px;
  }
}

@media print, screen and (min-width: 35.5em) {
  .tile-grid-header__sorting {
    height: 100%;
  }
}

.tile-grid-header__sorting__label {
  white-space: nowrap;
  margin-right: 10px;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.tile-grid-header__sorting__select {
  margin: 0;
}

.js_load-more__container .js_load-previous {
  margin: 20px auto 40px auto;
}

.tile-grid-footer {
  text-align: center;
  margin: 20px 0 40px 0;
}
.tile-grid-footer .pagination {
  display: none;
}
@media print, screen and (max-width: 48.06125em) {
  .tile-grid-footer .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .tile-grid-footer .button, .tile-grid-footer .fld--file .fld__label, .fld--file .tile-grid-footer .fld__label {
    display: none;
  }
}
.tile-grid-footer .button--loader .loader div {
  border-color: #000;
}

.tile-grid.successor-predecessor-tile .tile {
  width: calc(50% - 1.25rem);
}
@media print, screen and (max-width: 72.49875em) {
  .tile-grid.successor-predecessor-tile .tile {
    width: calc(90% - 1.25rem);
  }
}

@media print, screen and (max-width: 48.06125em) {
  .grid-container__content .grid--articledetail {
    margin-left: -1.0714285714rem;
    margin-right: -1.0714285714rem;
  }
}

@media print, screen and (max-width: 72.49875em) {
  .grid--articledetail .panel {
    padding: 1.4285714286rem;
  }
}

.grid--articledetail .flag.highlightFlag .flag__text:after {
  content: "*";
}
.grid--articledetail .flag.highlightFlag + .flag-action__message.hide {
  display: block !important;
}
.grid--articledetail .promocode__container {
  padding: 0.7142857143rem 1.4285714286rem;
  margin: 0 -1.4285714286rem;
  border: 0.1428571429rem solid #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.grid--articledetail .promocode__container p {
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.grid--articledetail .promocode__container p span.promocode__text-highlight {
  font-weight: bold;
}

.articledetail__images {
  position: relative;
}
.articledetail__images .flagcontainer {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
@media print, screen and (max-width: 48.06125em) {
  .articledetail__images .flagcontainer {
    top: -1.4285714286rem;
    left: -1.4285714286rem;
  }
}
.articledetail__images .flag-top {
  height: 0;
}
.articledetail__images .flag-top .flagcontainer {
  position: relative;
  display: inline-block;
  z-index: 2;
  top: 0;
  left: 0;
}
.articledetail__primary {
  background: #fff;
  padding: 2.8571428571rem;
  margin-bottom: 4.2857142857rem;
}
@media print, screen and (max-width: 35.49875em) {
  .articledetail__primary {
    margin-left: 0;
    margin-right: 0;
    padding: 0.7142857143rem;
  }
}
.articledetail__description {
  background: #fff;
  padding: 2.1428571429rem 2.8571428571rem 2.1428571429rem 0.7142857143rem;
}
@media print, screen and (max-width: 64.06125em) {
  .articledetail__description {
    background: none;
    padding: 0;
  }
}
.articledetail__description .accordion {
  background: none;
}
.articledetail__description .accordion-content {
  border: none;
  padding: 1.7857142857rem 2.8571428571rem;
}
@media print, screen and (min-width: 64.0625em) {
  .articledetail__description .accordion-content {
    display: block !important;
    height: auto !important;
    padding: 0;
    margin-block: 1.0714285714rem 0;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .articledetail__description .accordion-content {
    padding: 1.4285714286rem;
  }
}
.articledetail__description .accordion-title {
  border: none;
  border-bottom: none;
  background: #fff;
  padding: 0.7142857143rem 0;
}
@media print, screen and (min-width: 64.0625em) {
  .articledetail__description .accordion-title {
    pointer-events: none;
  }
}
.articledetail__description .accordion-title h3 {
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-family: "gt-america-condensed-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  margin: 0;
}
.articledetail__description .accordion-title:before {
  display: none;
}
.articledetail__description .accordion-title:hover {
  background: #fff;
  color: #000;
}
@media print, screen and (max-width: 64.06125em) {
  .articledetail__description .accordion-title {
    padding: 0.7142857143rem 1.4285714286rem;
  }
  .articledetail__description .accordion-title h3 {
    font-size: 14px;
    line-height: 1;
  }
  .articledetail__description .accordion-title:before {
    display: inline-block;
  }
}
.articledetail__description .accordion-item {
  border-bottom: none;
  background: #fff;
  padding-bottom: 3.9285714286rem;
}
.articledetail__description .accordion-item:last-child:not(.is-active) > .accordion-title, .articledetail__description .accordion-item:last-child > .accordion-content:last-child {
  border-bottom: none;
}
@media print, screen and (max-width: 64.06125em) {
  .articledetail__description .accordion-item {
    margin-bottom: 0.2142857143rem;
    padding-bottom: 0;
  }
  .articledetail__description .accordion-item.is-active .accordion-title {
    background: #434343;
    color: #fff;
  }
  .articledetail__description .accordion-item.is-active .accordion-title:before {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxOCAxOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHRpdGxlPmZ1bmN0aW9uL2ljL2Fycm93IGxlZnQ8L3RpdGxlPgo8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxMi42LDMuOSAxMS42LDIuOCA1LjQsOSAxMS42LDE1LjIgMTIuNiwxNC4xIDcuNSw5ICIvPgo8L3N2Zz4K");
  }
}
.articledetail__description__property-disclaimer {
  font-size: 0.8571428571rem;
  line-height: 1.4285714286rem;
}
.articledetail__description__navigation {
  margin: 0 0 0 -2.1428571429rem;
  padding: 0 0 7.1428571429rem 0.7142857143rem;
}
.articledetail__description__navigation li {
  margin: 0;
  padding: 0 0 0 0.7142857143rem;
  list-style: none;
}
.articledetail__description__navigation a {
  padding: 0.5714285714rem 2.8571428571rem;
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-family: "gt-america-condensed-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.articledetail__description__navigation a.is-active, .articledetail__description__navigation a:hover {
  background: #00264b;
  color: #fff;
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.articledetail__downloads {
  list-style: none;
  margin: 0;
  padding: 0;
}
.articledetail__downloads li {
  width: 100%;
  display: block;
  padding: 1.0714285714rem 0;
  border-bottom: 0.0714285714rem solid #c5c6c6;
}
.articledetail__downloads a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.articledetail__downloads a:hover {
  color: #6e6e6e;
}
.articledetail__downloads a:hover svg {
  fill: #6e6e6e;
}
.articledetail__downloads .articledetail__downloads__name {
  word-break: break-all;
}
.articledetail__downloads .articledetail__downloads__size {
  white-space: nowrap;
}
.articledetail__downloads .icon {
  margin-right: 1.0714285714rem;
}
.articledetail__downloads svg {
  width: 3.2142857143rem;
  height: 3.2142857143rem;
}
.articledetail__header {
  margin-bottom: 1.7857142857rem;
}
.articledetail__header.has--flag {
  padding-top: 1.4285714286rem;
}
.articledetail__header .articledetail__header__article-name .h2 {
  font-size: 24px;
  max-height: 7.1428571429rem;
  overflow: hidden;
}
@media print, screen and (max-width: 64.06125em) {
  .articledetail__header .articledetail__header__article-name .h2 {
    font-size: 20px;
    max-height: 6.7857142857rem;
  }
}
.articledetail__vto-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.0714285714rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.articledetail__vto-wrapper:has(.vto-container:only-child) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.articledetail__vto-wrapper .vto-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-preferred-size: calc(50% - 1.0714285714rem);
  flex-basis: calc(50% - 1.0714285714rem);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.articledetail__vto-wrapper .vto-container button, .articledetail__vto-wrapper .vto-container a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.3571428571rem;
  margin: 0;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 13.2142857143rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.articledetail__vto-wrapper .vto-container button .text, .articledetail__vto-wrapper .vto-container a .text {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.articledetail__vto-wrapper .vto-container button .icon, .articledetail__vto-wrapper .vto-container a .icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.articledetail__vto-wrapper .vto-container button .icon img, .articledetail__vto-wrapper .vto-container a .icon img {
  width: 1.7142857143rem;
  height: 1.7142857143rem;
}
@media print, screen and (min-width: 35.5em) and (max-width: 48.06125em) {
  .articledetail__vto-wrapper .vto-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media print, screen and (min-width: 48.0625em) and (max-width: 64.06125em) {
  .articledetail__vto-wrapper .vto-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.articledetail__vto-wrapper:has(.vto-container--roomvo-tile):has(.vto-container--roomvo-room) {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.articledetail__vto-wrapper:has(.vto-container--roomvo-tile):has(.vto-container--roomvo-room) .vto-container--roomvo-tile .button > .text, .articledetail__vto-wrapper:has(.vto-container--roomvo-tile):has(.vto-container--roomvo-room) .vto-container--roomvo-tile .fld--file .fld__label > .text, .fld--file .articledetail__vto-wrapper:has(.vto-container--roomvo-tile):has(.vto-container--roomvo-room) .vto-container--roomvo-tile .fld__label > .text {
  max-width: 7.1428571429rem;
}
.articledetail__vto-wrapper:has(.vto-container--roomvo-tile):has(.vto-container--roomvo-room) .vto-container--roomvo-room .button > .text, .articledetail__vto-wrapper:has(.vto-container--roomvo-tile):has(.vto-container--roomvo-room) .vto-container--roomvo-room .fld--file .fld__label > .text, .fld--file .articledetail__vto-wrapper:has(.vto-container--roomvo-tile):has(.vto-container--roomvo-room) .vto-container--roomvo-room .fld__label > .text {
  max-width: 9.6428571429rem;
}
.articledetail__vto-wrapper .js-roomvo-test-container {
  display: none;
}
.articledetail__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 0.5714285714rem;
}
@media print, screen and (max-width: 48.06125em) {
  .articledetail__brand {
    margin-bottom: 0;
  }
}
.articledetail__brandlink {
  display: block;
}
.articledetail__brandname {
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 7.1428571429rem;
  flex: 1 1 7.1428571429rem;
}
.articledetail__brandlogo {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 7.1428571429rem;
  flex: 0 1 7.1428571429rem;
}
.articledetail__brandlogo img {
  max-width: 5.7142857143rem;
  height: auto;
  float: left;
}
.articledetail__articlenumber {
  margin-bottom: 1.0714285714rem;
}
.articledetail__packingunit, .articledetail__reviews {
  margin-bottom: 0.7142857143rem;
}
@media print, screen and (max-width: 48.06125em) {
  .articledetail__reviews {
    font-size: 12px;
  }
}
.articledetail__datasheets {
  margin-bottom: 2.1428571429rem;
}
.articledetail__datasheets a {
  text-decoration: underline;
}
.articledetail__datasheets .energylabel {
  font-size: 24px;
  padding-top: 0.1428571429rem;
  padding-bottom: 0.1428571429rem;
}
.articledetail__datasheets .energylabel:after {
  border-width: 1rem;
  margin-top: -1rem;
}
.articledetail__product-gallery {
  margin-bottom: 2.8571428571rem;
}
.articledetail__product-priceblock {
  margin-bottom: 1.4285714286rem;
}
.articledetail__product-priceblock .priceblock__partial:first-child:not(:last-child) .priceblock__label + .priceblock__price {
  font-size: 24px;
}
.articledetail__product-priceblock .priceblock__partial:first-child:not(:last-child) .priceblock__price:last-child {
  text-align: right;
}
.articledetail__product-priceblock .priceblock__label {
  font-size: 14px;
}
.articledetail__product-priceblock .priceblock__price__unit {
  font-size: 12px;
}
.articledetail__surcharge {
  margin-bottom: 1.4285714286rem;
}
.articledetail__delivery, .articledetail__parcel {
  margin-bottom: 25px;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.articledetail__delivery .delivery__shop, .articledetail__parcel .delivery__shop {
  margin-bottom: 10px;
}
.articledetail__delivery .delivery__shop .delivery__shopname, .articledetail__parcel .delivery__shop .delivery__shopname {
  display: block;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  text-decoration: underline;
  margin-top: 5px;
}
.articledetail__delivery .delivery__shop .delivery__other-locations, .articledetail__parcel .delivery__shop .delivery__other-locations {
  padding: 0;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: underline;
  color: #000;
}
.articledetail__delivery .delivery__shop .delivery__other-locations:hover, .articledetail__parcel .delivery__shop .delivery__other-locations:hover {
  color: #000;
  text-decoration: none;
}
.articledetail__delivery .delivery__shop > div,
.articledetail__delivery .delivery__shipping > div, .articledetail__parcel .delivery__shop > div,
.articledetail__parcel .delivery__shipping > div {
  padding-left: 1.4285714286rem;
}
.articledetail__delivery .delivery__shop > div::before,
.articledetail__delivery .delivery__shipping > div::before, .articledetail__parcel .delivery__shop > div::before,
.articledetail__parcel .delivery__shipping > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3571428571rem;
  width: 0.7142857143rem;
  height: 0.7142857143rem;
  margin-right: 0.7142857143rem;
  display: none;
  border-radius: 50%;
}
.articledetail__delivery .delivery__shop .delivery-availability,
.articledetail__delivery .delivery__shipping .delivery-availability, .articledetail__parcel .delivery__shop .delivery-availability,
.articledetail__parcel .delivery__shipping .delivery-availability {
  position: relative;
}
.articledetail__delivery .delivery__shop .delivery-availability-green::before,
.articledetail__delivery .delivery__shipping .delivery-availability-green::before, .articledetail__parcel .delivery__shop .delivery-availability-green::before,
.articledetail__parcel .delivery__shipping .delivery-availability-green::before {
  display: inline-block;
  background-color: #54BA53;
}
.articledetail__delivery .delivery__shop .delivery-availability-red::before,
.articledetail__delivery .delivery__shipping .delivery-availability-red::before, .articledetail__parcel .delivery__shop .delivery-availability-red::before,
.articledetail__parcel .delivery__shipping .delivery-availability-red::before {
  display: inline-block;
  background-color: #bb0440;
}
.articledetail__delivery .delivery__shop .delivery-availability-red .delivery__shopname,
.articledetail__delivery .delivery__shipping .delivery-availability-red .delivery__shopname, .articledetail__parcel .delivery__shop .delivery-availability-red .delivery__shopname,
.articledetail__parcel .delivery__shipping .delivery-availability-red .delivery__shopname {
  margin-left: 1.4285714286rem;
}
.articledetail__delivery .delivery__shop .delivery-availability-yellow::before,
.articledetail__delivery .delivery__shipping .delivery-availability-yellow::before, .articledetail__parcel .delivery__shop .delivery-availability-yellow::before,
.articledetail__parcel .delivery__shipping .delivery-availability-yellow::before {
  display: inline-block;
  background-color: #FDCA00;
}
.articledetail__delivery .delivery__shop .delivery-availability-yellow .delivery__shopname,
.articledetail__delivery .delivery__shipping .delivery-availability-yellow .delivery__shopname, .articledetail__parcel .delivery__shop .delivery-availability-yellow .delivery__shopname,
.articledetail__parcel .delivery__shipping .delivery-availability-yellow .delivery__shopname {
  margin-left: 1.4285714286rem;
}
.articledetail__delivery .delivery__shop .delivery-availability-grey::before,
.articledetail__delivery .delivery__shipping .delivery-availability-grey::before, .articledetail__parcel .delivery__shop .delivery-availability-grey::before,
.articledetail__parcel .delivery__shipping .delivery-availability-grey::before {
  display: inline-block;
  background-color: #c5c6c6;
}
.articledetail__delivery .delivery__shop .delivery-availability-grey .delivery__shopname,
.articledetail__delivery .delivery__shipping .delivery-availability-grey .delivery__shopname, .articledetail__parcel .delivery__shop .delivery-availability-grey .delivery__shopname,
.articledetail__parcel .delivery__shipping .delivery-availability-grey .delivery__shopname {
  margin-left: 1.4285714286rem;
}
.articledetail__availability-section {
  margin-top: 1.4285714286rem;
  padding: 0;
}
.articledetail__availability-section .delivery__shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.7142857143rem;
  margin-bottom: 1.0714285714rem;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.articledetail__availability-section .delivery__shop .icon svg {
  width: 1.3571428571rem;
  height: 1.3571428571rem;
}
.articledetail__availability-section .delivery__other-locations {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  margin-top: 5px;
  margin-bottom: 0;
  display: block;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  text-decoration: underline;
  color: #165CBC;
  margin-top: 0.8571428571rem;
}
.articledetail__availability-section .delivery__other-locations:hover {
  color: #165CBC;
  text-decoration: none;
}
.articledetail__availability-section .delivery__no-other-locations {
  font-size: 14px;
  color: #6e6e6e;
  margin: 0;
  padding: 0.7142857143rem 0;
}

.delivery:has(.delivery__wrapper) .delivery__shop,
.delivery:has(.delivery__wrapper) .delivery__shipping {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.7142857143rem;
  margin-bottom: 0.7142857143rem;
}
.delivery:has(.delivery__wrapper) .delivery__shop > .icon,
.delivery:has(.delivery__wrapper) .delivery__shipping > .icon {
  min-width: unset;
}
.delivery:has(.delivery__wrapper) .delivery__shop > .icon svg,
.delivery:has(.delivery__wrapper) .delivery__shipping > .icon svg {
  width: 1.5714285714rem;
  height: 1.5714285714rem;
}
.delivery__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0.7142857143rem;
}
.delivery__active-shop {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: 12px;
  color: #6e6e6e;
}
.delivery__shopname {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: 0;
}
.delivery__availability {
  color: inherit;
}
.delivery__change-location {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.25;
}
.delivery__change-location .icon {
  min-width: unset;
}
.delivery__change-location .icon svg {
  width: 1rem;
  height: 1rem;
}

.location:not(.register .location) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.7142857143rem;
  padding: 1rem 2.2857142857rem 1rem 2.2857142857rem;
  border: 1px solid #ececec;
}
.location:not(.register .location) .openingtimes__accordion {
  margin: 0;
}
.location:not(.register .location) .openingtimes__accordion .accordion-item {
  background: none;
  border: none;
}
.location:not(.register .location) .openingtimes__accordion .accordion-title {
  position: absolute;
  top: 1rem;
  right: 2.2857142857rem;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0;
  font-weight: 400;
  padding: 0;
  margin: 0;
  background: none;
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.location:not(.register .location) .openingtimes__accordion .accordion-title::before {
  right: 0;
  top: 0;
  margin: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.location:not(.register .location) .openingtimes__accordion .accordion-title:hover, .location:not(.register .location) .openingtimes__accordion .accordion-title:focus {
  background: none;
}
.location:not(.register .location) .openingtimes__accordion .accordion-item.is-active .accordion-title:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.location:not(.register .location) .openingtimes__accordion .accordion-content {
  padding: 0;
  background: none;
  display: none;
}
.location:not(.register .location) .openingtimes__accordion .accordion-item.is-active .accordion-content {
  display: block;
  padding: 0.5714285714rem 0;
}
.location:not(.register .location) .button, .location:not(.register .location) .fld--file .fld__label, .fld--file .location:not(.register .location) .fld__label {
  margin-top: 0.5714285714rem;
  width: 100%;
}

.location__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.location__address-text {
  font-size: 12px;
  color: #000;
  margin: 0;
}
.location__availability {
  font-size: 0.9285714286rem;
}
.location__shopname {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin: 0 0 0.2857142857rem 0;
}

.location--green .location__availability {
  color: #54BA53;
}

.location--yellow .location__availability {
  color: #B8860B;
}

.location--grey .location__availability {
  color: #6e6e6e;
}

.location-container .location,
.delivery-locations__content .location {
  background: #fff;
  border: 1px solid #ececec;
  position: relative;
  margin-block: 0.7142857143rem;
  padding: 1rem 2.2857142857rem 1rem 2.2857142857rem;
}
.location-container .location--active,
.delivery-locations__content .location--active {
  background: #f6f6f6;
  border: 1px solid #ececec;
}
.location-container .location:has(input[type=radio]:checked),
.delivery-locations__content .location:has(input[type=radio]:checked) {
  border: 1px solid #6e6e6e;
}
.location-container .location__radio,
.delivery-locations__content .location__radio {
  position: absolute;
  left: 1.1428571429rem;
  top: 1.1428571429rem;
  width: 1.4285714286rem;
  height: 1.4285714286rem;
  cursor: pointer;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #c5c6c6;
  border-radius: 50%;
  background: #fff;
}
.location-container .location__radio:checked::after,
.delivery-locations__content .location__radio:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.7142857143rem;
  height: 0.7142857143rem;
  border-radius: 50%;
  background: #e84d0b;
}
.location-container .location__clickable-area,
.delivery-locations__content .location__clickable-area {
  display: block;
  cursor: pointer;
  margin: 0;
}
.location-container .location__clickable-area .location__header,
.delivery-locations__content .location__clickable-area .location__header {
  padding: 0;
}
.location-container .location:has(.location__radio),
.delivery-locations__content .location:has(.location__radio) {
  padding: 1rem 2.2857142857rem 1rem 3.4285714286rem;
}

.delivery-locations.is-open {
  opacity: 1 !important;
  visibility: visible !important;
}
.delivery-locations__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.4285714286rem;
}
.delivery-locations__header__text-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.7142857143rem;
}
.delivery-locations__header p {
  margin: 0;
}
.delivery-locations__header button {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.delivery-locations__header button > .icon svg {
  width: 1.4285714286rem;
  height: 1.4285714286rem;
}
.delivery-locations__title {
  margin: 0;
  font-size: 1.1428571429rem;
}
.delivery-locations__title + p {
  color: #6e6e6e;
}
.delivery-locations__content {
  padding: 1.4285714286rem;
}
.delivery-locations__footer {
  padding: 1.4285714286rem;
  border-top: 1px solid #ececec;
  position: sticky;
  bottom: 0;
  background: #fff;
}
.delivery-locations__accordion .accordion-item {
  background: none;
  border-bottom: 1px solid #434343;
}
.delivery-locations__accordion .accordion-title {
  background: none;
  padding: 1.1428571429rem 0;
}
.delivery-locations__accordion .accordion-content {
  padding: 0 0 1.1428571429rem 0;
  background: none;
}

.location-item__name {
  font-weight: 700;
  display: block;
  margin-bottom: 0.2857142857rem;
}
.location-item__availability {
  font-size: 0.9285714286rem;
  color: inherit;
}
.location-item__address {
  padding: 1.1428571429rem 0;
}
.location-item__address-label {
  font-weight: 700;
  margin-bottom: 0.2857142857rem;
}
.location-item__address-text {
  color: #000;
}
.location-item__divider {
  margin: 0.5714285714rem 0;
}
.location-item__select {
  width: 100%;
  margin-top: 1.1428571429rem;
}
.location-item--green .location-item__availability {
  color: #54BA53;
}
.location-item--red .location-item__availability {
  color: #bb0440;
}
.location-item--yellow .location-item__availability {
  color: #FDCA00;
}
.location-item--grey .location-item__availability {
  color: #c5c6c6;
}

.articledetail__parcel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.articledetail__parcel a {
  margin-left: 0.7142857143rem;
}
.articledetail__cart-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-inline: 1.4285714286rem;
  padding-bottom: 1.4285714286rem;
}
.articledetail__cart-buttons.panel__inside {
  background-color: #f6f6f6;
}
.articledetail__cart-buttons .button, .articledetail__cart-buttons .fld--file .fld__label, .fld--file .articledetail__cart-buttons .fld__label {
  height: 2.8571428571rem;
  margin-bottom: 0;
}
.articledetail__cart-buttons .button--alternate-articles {
  margin-left: 0;
}
.articledetail__cart-buttons .button--note svg {
  width: 1.4285714286rem;
  height: 1.4285714286rem;
}
.articledetail__cart-buttons .loader {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media print, screen and (max-width: 48.06125em) {
  .articledetail__cart-buttons {
    margin: 0 -1.4285714286rem;
  }
}
.articledetail__variants-selects .select-wrapper {
  max-width: 21.4285714286rem;
  width: 100%;
  display: block;
  margin-bottom: 0.7142857143rem;
}
@media print, screen and (max-width: 48.06125em) {
  .articledetail__variants-selects .select-wrapper {
    max-width: 100%;
  }
}
.articledetail__variants-selects span {
  max-width: 21.4285714286rem;
  width: 100%;
  display: block;
}
@media print, screen and (max-width: 48.06125em) {
  .articledetail__variants-selects span {
    max-width: 100%;
  }
}
.articledetail__variants-selects label, .articledetail__variants-selects .fld__label {
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
}
.articledetail__productnotes {
  margin-top: 2.1428571429rem;
}
.articledetail__productnotes .articledetail__productnote {
  width: 3.4285714286rem;
  height: 3.4285714286rem;
  display: inline-block;
  overflow: hidden;
}
.articledetail__productnotes .articledetail__productnote:not(:last-child) {
  margin-right: 0.7142857143rem;
}
.articledetail__productnotes__row:not(:last-child) {
  margin-bottom: 0.7142857143rem;
}
.articledetail__productnotes__signalword {
  display: block;
  margin: 0.7142857143rem 0;
}
.articledetail__productnotes__statements {
  line-height: 1.6;
}
.articledetail__productnotes__documents {
  line-height: 1.6;
}
.articledetail__productnotes__documents a {
  display: block;
  text-decoration: underline;
}
.articledetail__amount-calculator .amount-calculator--unit {
  margin-bottom: 0;
}
@media print, screen and (max-width: 48.06125em) {
  .articledetail__amount-calculator {
    margin: 0 -1.4285714286rem;
  }
}
.articledetail__variantslist {
  display: block;
  margin-bottom: 0.7142857143rem;
}
.articledetail__variantslist dt, .articledetail__variantslist dd {
  border: none;
  max-width: none;
  padding: 0;
}
.articledetail__requestinfo, .articledetail__approvalCustomer, .articledetail__archiveProduct {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  background: #f6f6f6;
  padding: 1.4285714286rem;
  margin: -1.0714285714rem -1.4285714286rem 1.7857142857rem -1.4285714286rem;
}
.articledetail__requestinfo .icon, .articledetail__approvalCustomer .icon, .articledetail__archiveProduct .icon {
  margin-right: 0.7142857143rem;
}
.articledetail__requestinfo svg, .articledetail__approvalCustomer svg, .articledetail__archiveProduct svg {
  height: 1.2857142857rem;
  width: 1.2857142857rem;
}
.articledetail__requestinfo p, .articledetail__approvalCustomer p, .articledetail__archiveProduct p {
  margin: -1.4285714286rem 0 0 2.1428571429rem;
}
.articledetail__requestinfo.articledetail__surchargesinfo, .articledetail__approvalCustomer.articledetail__surchargesinfo, .articledetail__archiveProduct.articledetail__surchargesinfo {
  margin: 0 0 1.0714285714rem 0;
}
.articledetail__requestinfo.anonymoususer-info-text, .articledetail__approvalCustomer.anonymoususer-info-text, .articledetail__archiveProduct.anonymoususer-info-text {
  display: inline-block;
}
.articledetail__requestinfo.anonymoususer-info-text .icon, .articledetail__approvalCustomer.anonymoususer-info-text .icon, .articledetail__archiveProduct.anonymoususer-info-text .icon {
  vertical-align: middle;
}

.button--addtotemplate .button__text {
  font-family: "gt-america-condensed-bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  text-transform: none;
}

@media print, screen and (min-width: 64.0625em) {
  .articledetail__vendor-information__headline,
  #modal-vendor-information__headline {
    margin-bottom: 2.1428571429rem;
  }
}
.articledetail__vendor-information__subheadline,
#modal-vendor-information__subheadline {
  font-size: 14px;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 1.7142857143rem;
  margin-bottom: 1.2857142857rem;
}
@media print, screen and (min-width: 64.0625em) {
  .articledetail__vendor-information__subheadline,
  #modal-vendor-information__subheadline {
    margin-top: 0;
    margin-bottom: auto;
  }
}
.articledetail__vendor-information__button,
#modal-vendor-information__button {
  font-size: 14px;
  text-decoration: underline;
}
.articledetail__vendor-information p,
#modal-vendor-information p {
  margin-bottom: 0;
}
.articledetail__vendor-information .link,
#modal-vendor-information .link {
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.articledetail__vendor-information .link:hover,
#modal-vendor-information .link:hover {
  color: #6e6e6e;
}

#modal-select-location {
  margin-bottom: 230px;
}

.cookienote {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1006;
  color: #fff;
  background: rgba(110, 110, 110, 0.95);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cookienote.is-visible {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: all;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.cookienote p {
  font-size: 16px;
  margin-right: 20px;
}
.cookienote a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.cookienote a:hover {
  color: #fff;
}
.cookienote .cookienote__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px;
}
.cookienote .cookienote__buttons .cookienote__button--accept {
  height: 40px;
  padding-left: 100px;
  padding-right: 100px;
}
@media print, screen and (max-width: 48.06125em) {
  .cookienote .cookienote__buttons {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .cookienote .cookienote__buttons .cookienote__button--accept {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .cookienote {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .cookienote p {
    font-size: 12px;
  }
}

.cookienote--storelocator {
  color: #fff;
  background: rgba(110, 110, 110, 0.95);
  margin-bottom: 0;
  padding: 20px 20px 30px 20px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cookienote--storelocator.is-visible {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  pointer-events: all;
}
.cookienote--storelocator img {
  max-width: 50px;
  margin: auto;
  margin-bottom: 20px;
}
.cookienote--storelocator p {
  margin-bottom: 20px;
}
.cookienote--storelocator p a {
  color: #fff;
}
.cookienote--storelocator button {
  width: 100%;
}
.cookienote--storelocator ~ * {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.page-home .breadcrumb {
  display: none;
}
.page-home .grid-container__header .mainmenu .dropdown.menu .mainmenufirst:first-child > a {
  color: #000 !important;
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}
.page-home .grid-container__header .mainmenu .dropdown.menu .is-dropdown-submenu {
  display: none;
}

.home-stage {
  background: #fff;
}
.home-stage .home-stage__menu {
  margin-right: 0;
  border-right: 4px solid #ececec;
  margin-top: 3px;
  width: 24%;
}
.home-stage .home-stage__menu .mainmenu--homepage .mainmenu__level2:first-child {
  padding-top: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .home-stage .home-stage__menu {
    display: none;
  }
}
.home-stage .home-stage__stage {
  padding: 30px 0 0 0;
  width: 74%;
  margin: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .home-stage .home-stage__stage {
    width: 100%;
    margin: 0;
  }
}

.grid-container__content--home {
  background: #fff;
  padding-bottom: 30px;
}

.checkout__address h4 {
  font-weight: bold;
  margin: 0;
}
.checkout__address textarea {
  min-height: 7.1428571429rem;
}
.checkout__address .optionaltext {
  margin-top: 1.7857142857rem;
  display: inline-block;
}
.checkout__address .divider {
  margin: 0.7142857143rem 0 1.0714285714rem 0;
}
.checkout__address .panel {
  margin-bottom: 0.7142857143rem;
  width: 100%;
}
.checkout__address label, .checkout__address .fld__label {
  margin-bottom: 1.4285714286rem;
}

.checkout__address-row {
  margin-bottom: 1.4285714286rem;
}
.checkout__address-row .definition-list--openingtimes {
  max-width: 28.5714285714rem;
}
.checkout__address-row p {
  margin-bottom: 1.4285714286rem;
}
.checkout__address-row input,
.checkout__address-row .datepicker {
  max-width: 21.4285714286rem;
}
.checkout__address-row label + .datepicker, .checkout__address-row .fld__label + .datepicker {
  margin-top: -1.0714285714rem;
}

.checkout__payment-method {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.0714285714rem solid #c5c6c6;
  padding: 0 0 1.7857142857rem 0;
}
.checkout__payment-method label, .checkout__payment-method .fld__label {
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 2.8571428571rem;
  margin-bottom: 0.3571428571rem;
}
.checkout__payment-method label::before, .checkout__payment-method .fld__label::before {
  margin-right: 1.0714285714rem;
  margin-top: 0.1428571429rem;
  position: absolute;
  left: 0;
  top: 0.2857142857rem;
}
.checkout__payment-method .ci-alternative-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 0.7142857143rem;
}
.checkout__payment-method .ci-alternative-wrapper img.ci-alternative-image {
  max-width: 5.1428571429rem;
  max-height: 3.5714285714rem;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media print, screen and (max-width: 35.49875em) {
  .checkout__payment-method .ci-alternative-wrapper {
    margin: 0.7142857143rem 0 0 0;
  }
}
.checkout__payment-method .radio:checked + label:after, .checkout__payment-method .radio:checked + .fld__label:after {
  top: 1.4285714286rem;
}

.checkout__payment-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.checkout__payment-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-left: 1.4285714286rem;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media print, screen and (max-width: 35.49875em) {
  .checkout__payment-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.checkout__payment-info {
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  padding: 0 0 0 3.4285714286rem;
}

@media print, screen and (min-width: 35.5em) {
  .checkout__voucher > .cell.medium-auto:first-child {
    margin-right: 0.4687rem;
  }
  .checkout__voucher > .cell.medium-auto:last-child {
    margin-left: 0.4687rem;
  }
  .checkout__voucher > .cell.medium-auto .panel {
    min-height: 5.7142857143rem;
  }
}
.checkout__voucher__button {
  color: #6e6e6e;
}
@media print, screen and (min-width: 35.5em) {
  .checkout__voucher__button {
    margin-top: 1rem;
  }
}
.checkout__voucher__button strong {
  color: #000;
}
.checkout__voucher__field label, .checkout__voucher__field .fld__label {
  margin-top: 0.5714285714rem;
}

.checkout__overview,
.checkout__summary {
  position: sticky;
  top: 10.7142857143rem;
  margin-bottom: 0.7142857143rem;
}
.checkout__overview .divider,
.checkout__summary .divider {
  margin: 0.7142857143rem 0;
}
.checkout__overview label, .checkout__overview .fld__label,
.checkout__summary label,
.checkout__summary .fld__label {
  font-size: 14px;
}
.checkout__overview .panel .button + .button, .checkout__overview .panel .fld--file .fld__label + .button, .fld--file .checkout__overview .panel .fld__label + .button, .checkout__overview .panel .fld--file .button + .fld__label, .fld--file .checkout__overview .panel .button + .fld__label, .checkout__overview .panel .fld--file .fld__label + .fld__label, .fld--file .checkout__overview .panel .fld__label + .fld__label,
.checkout__summary .panel .button + .button,
.checkout__summary .panel .fld--file .fld__label + .button,
.fld--file .checkout__summary .panel .fld__label + .button,
.checkout__summary .panel .fld--file .button + .fld__label,
.fld--file .checkout__summary .panel .button + .fld__label,
.checkout__summary .panel .fld--file .fld__label + .fld__label,
.fld--file .checkout__summary .panel .fld__label + .fld__label {
  margin-left: 0;
  margin-top: 1rem;
}

.checkout__summary__completedelivery {
  margin-top: 1.1428571429rem;
}

.paypal-retry-info {
  margin-top: 1.0714285714rem;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.1428571429rem;
  font-size: 12px;
  color: #6e6e6e;
}
.paypal-retry-info__text {
  margin-left: 0.7142857143rem;
}

dd.checkout__totalprice {
  font-size: 20px;
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}

.checkout__summary__custom-logisticcosts {
  display: inline-block;
  margin-top: 0.2142857143rem;
}
.checkout__summary__custom-logisticcosts dt,
.checkout__summary__custom-logisticcosts dd {
  max-width: 100%;
}

dt.checkout__summary__custom-logisticcosts,
dd.checkout__summary__custom-logisticcosts {
  font-size: 14px;
  margin-bottom: 0;
}

dd.checkout__summary__custom-logisticcosts {
  margin-bottom: 0.4285714286rem;
}

.checkout__summary__modal-abort-approval-order .formfield-label__span {
  font-weight: bold;
}
.checkout__summary__modal-abort-approval-order .reveal__actions {
  margin-top: 1.4285714286rem;
}

.checkout__product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  background: #f6f6f6;
  padding: 1.4285714286rem;
  margin-top: 1.4285714286rem;
  margin-bottom: 1.0714285714rem;
}
.checkout__product-info .icon {
  margin-right: 0.7142857143rem;
}
.checkout__product-info svg {
  height: 1.2857142857rem;
  width: 1.2857142857rem;
}

.checkout__products {
  width: 100%;
  border-collapse: collapse;
}
.checkout__products .divider {
  margin: 0.7142857143rem 0 1.0714285714rem 0;
}
@media print, screen and (max-width: 48.06125em) {
  .checkout__products tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .checkout__products tr:first-child {
    display: none;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .checkout__products tr:last-child td {
    border-bottom: 0;
    padding-bottom: 0;
  }
}
.checkout__products th,
.checkout__products td {
  text-align: center;
  vertical-align: top;
  padding-right: 0.7142857143rem;
}
.checkout__products th.text-left,
.checkout__products td.text-left {
  text-align: left;
}
.checkout__products th:first-child,
.checkout__products td:first-child {
  text-align: left;
}
.checkout__products th:last-child,
.checkout__products td:last-child {
  text-align: right;
  padding-right: 0;
}
@media print, screen and (max-width: 48.06125em) {
  .checkout__products th,
  .checkout__products td {
    width: 100%;
    padding: 0;
  }
}
.checkout__products th.checkout__products__image,
.checkout__products td.checkout__products__image {
  width: 4.2857142857rem;
}
@media print, screen and (max-width: 48.06125em) {
  .checkout__products th.checkout__products__image,
  .checkout__products td.checkout__products__image {
    width: 100%;
    padding-top: 1.4285714286rem;
  }
  .checkout__products th.checkout__products__image img,
  .checkout__products td.checkout__products__image img {
    max-width: 4.2857142857rem;
  }
}
.checkout__products th.checkout__products__description,
.checkout__products td.checkout__products__description {
  text-align: left;
}
.checkout__products th.checkout__products__description p,
.checkout__products td.checkout__products__description p {
  margin-bottom: 0;
}
.checkout__products th.checkout__products__number,
.checkout__products td.checkout__products__number {
  text-align: left;
  width: 7.8571428571rem;
}
@media print, screen and (min-width: 64.0625em) {
  .checkout__products th.checkout__products__number,
  .checkout__products td.checkout__products__number {
    width: 10.7142857143rem;
  }
}
@media screen and (min-width: 72.5em) {
  .checkout__products th.checkout__products__number,
  .checkout__products td.checkout__products__number {
    width: 14.2857142857rem;
  }
}
.checkout__products th.checkout__products__number--first,
.checkout__products td.checkout__products__number--first {
  text-align: center;
}
.checkout__products th.checkout__products__number:last-child,
.checkout__products td.checkout__products__number:last-child {
  width: 7.1428571429rem;
  text-align: right;
}
.checkout__products th.checkout__products__number .priceblock,
.checkout__products td.checkout__products__number .priceblock {
  display: block;
}
.checkout__products th.checkout__products__number strong,
.checkout__products td.checkout__products__number strong {
  display: none;
}
@media print, screen and (max-width: 48.06125em) {
  .checkout__products th.checkout__products__number,
  .checkout__products td.checkout__products__number {
    width: 33.3333%;
    margin-top: 1.4285714286rem;
    padding-bottom: 1.4285714286rem;
    border-bottom: 0.0714285714rem solid #c5c6c6;
  }
  .checkout__products th.checkout__products__number strong,
  .checkout__products td.checkout__products__number strong {
    display: block;
  }
  .checkout__products th.checkout__products__number--first,
  .checkout__products td.checkout__products__number--first {
    text-align: left;
  }
  .checkout__products th.checkout__products__number:last-child,
  .checkout__products td.checkout__products__number:last-child {
    width: 33.3333%;
  }
}
.checkout__products--requested td.checkout__products__number:last-child, .checkout__products--requested th.checkout__products__number:last-child {
  width: 10.7142857143rem;
}
@media print, screen and (max-width: 48.06125em) {
  .checkout__products--requested td.checkout__products__number, .checkout__products--requested th.checkout__products__number {
    width: 50%;
    text-align: left;
  }
  .checkout__products--requested td.checkout__products__number:last-child, .checkout__products--requested th.checkout__products__number:last-child {
    text-align: right;
    width: 50%;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .checkout__products td {
    padding-top: 1.4285714286rem;
    padding-bottom: 1.4285714286rem;
    border-bottom: 0.0714285714rem solid #c5c6c6;
  }
}
.checkout__products .priceblock {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.checkout__products .priceblock .priceblock__label {
  display: none;
}
.checkout__products .priceblock .priceblock__price,
.checkout__products .priceblock .priceblock__price__unit {
  font-size: 14px !important;
  font-weight: 400 !important;
  white-space: normal;
  line-height: unset;
}
.checkout__products.checkout__products--requested .checkout__products__number {
  padding-bottom: 5rem;
  position: relative;
}
.checkout__products .checkout__product-info {
  white-space: nowrap;
  position: absolute;
  right: 0;
  font-size: 12px;
  padding: 0.7142857143rem 1.4285714286rem 0.7142857143rem 0.7142857143rem;
  margin-top: 0;
  margin-bottom: 0;
}

.checkout__comment .divider {
  margin: 0.7142857143rem 0 1.0714285714rem 0;
}
@media print, screen and (max-width: 64.06125em) {
  .cell.hide-for-large .checkout__comment {
    display: none;
  }
}
.checkout__comment label, .checkout__comment .fld__label {
  max-width: 47.1428571429rem;
  margin: 0;
}
.checkout__comment .datepicker {
  max-width: 22.8571428571rem;
}

small.s-grey {
  display: block;
  color: #6e6e6e;
}

.checkout__infoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  background: #f6f6f6;
  padding: 1.4285714286rem;
  margin: -1.0714285714rem -1.4285714286rem 1.7857142857rem -1.4285714286rem;
}
.checkout__infoBox .icon {
  margin-right: 0.7142857143rem;
}
.checkout__infoBox svg {
  height: 1.2857142857rem;
  width: 1.2857142857rem;
}

[data-voucher-message] {
  color: #54BA53;
}
[data-voucher-message].error {
  color: #bb0440;
}

:root {
  --mapsClusterColor: #e84d0b;
  --mapsFontFamily: gt-america-standard-regular, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.storelocator .searchfield {
  max-width: 100%;
}
.storelocator .tabs-title {
  width: 50%;
  text-align: center;
}
.storelocator .tabs-content {
  border: 0;
}
.storelocator .button--disabled {
  pointer-events: none;
}

.storelocator__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 400;
  margin-bottom: 10px;
}
.storelocator__subtitle .has-tip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 5px;
}
.storelocator__subtitle .has-tip svg {
  max-width: 16px;
}

.storelocator__map {
  height: 60vh;
}
.storelocator__map .cluster > div {
  border-radius: 50%;
  border: 2px solid #fff;
  color: #fff;
  background-color: #e84d0b;
  font-size: 16px;
  line-height: 40px;
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}

.storelocator__tabs {
  border-left: 25px solid #ececec;
  border-right: 25px solid #ececec;
}
@media print, screen and (min-width: 48.0625em) {
  .storelocator__tabs {
    display: none;
  }
}

.storelocator__panel {
  padding: 0;
}
@media print, screen and (min-width: 48.0625em) {
  .storelocator__panel {
    max-height: 60vh;
    display: block;
  }
}
.storelocator__panel--list {
  scroll-behavior: smooth;
}
@media print, screen and (min-width: 48.0625em) {
  .storelocator__panel--list {
    overflow: auto;
    padding-right: 10px;
  }
}
.storelocator__panel--map {
  padding: 30px 0;
}
@media print, screen and (min-width: 48.0625em) {
  .storelocator__panel--map {
    padding: 0 0 0 10px;
  }
}

@media print, screen and (max-width: 48.06125em) {
  .storelocator__results {
    margin-left: -25px;
    margin-right: -25px;
    padding-top: 20px;
    background: #ececec;
  }
}

.storelocator__noresults {
  height: 60vh;
}

.storelocator__infowindow {
  text-align: center;
}
.storelocator__infowindow p {
  text-align: left;
}
.storelocator__infowindow p span {
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  display: block;
  line-height: 1.5;
}
.storelocator__infowindow form {
  margin-bottom: 0;
  text-align: center;
}
.storelocator__infowindow form .button, .storelocator__infowindow form .fld--file .fld__label, .fld--file .storelocator__infowindow form .fld__label {
  display: inline-block;
}

.storelocator__item {
  border-bottom: 1px solid #c5c6c6;
  padding: 10px 25px;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
@media print, screen and (min-width: 48.0625em) {
  .storelocator__item {
    border: 1px solid #c5c6c6;
    padding: 10px;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .storelocator__item.is-active, .storelocator__item:hover {
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  }
}
.storelocator__item:not(:last-child) {
  margin-bottom: 15px;
}
.storelocator__item__header {
  height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.storelocator__item__header img {
  max-width: 75px;
}
.storelocator__item__brand-logo, .storelocator__item__location-marker {
  max-height: 2.0714285714rem;
}
.storelocator__item__brand-logo {
  max-width: calc(100% - 2.5rem);
}
.storelocator__item__location-marker {
  max-width: 1.7857142857rem;
}
.storelocator__item a.button, .storelocator__item .fld--file a.fld__label, .fld--file .storelocator__item a.fld__label {
  margin-bottom: 1rem;
}
.storelocator__item p:last-child {
  margin-bottom: 0;
}
.storelocator__item p span {
  display: block;
}
.storelocator__item p .button, .storelocator__item p .fld--file .fld__label, .fld--file .storelocator__item p .fld__label {
  display: inline-block;
}
.storelocator__item .accordion {
  margin-bottom: 0;
}
.storelocator__item .accordion .accordion-title {
  padding-top: 0;
  padding-bottom: 10px;
  font-size: 14px;
}
.storelocator__item .accordion .accordion-title:before {
  right: 0;
  top: 5px;
}
.storelocator__item .accordion .accordion-content {
  padding: 0;
}
.storelocator__item form {
  margin-top: 10px;
}

@media print, screen and (max-width: 48.06125em) {
  .storelocator__parent {
    padding-bottom: 0;
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden;
  }
}

.modalcontent .storelocator__parent.cell.panel {
  margin-left: 0.9375rem;
  margin-right: 0.9375rem;
  width: calc(100% - 1.875rem);
  padding: 0;
}

.modal-storelocator .grid-container--margin-top {
  margin-top: 0;
}
.modal-storelocator .panel {
  margin: 0;
  padding: 0;
  width: 100%;
}

.checkout--success__image {
  position: relative;
  z-index: 5;
}
.checkout--success__image .bg {
  height: 21.4285714286rem;
  width: 100%;
}
.checkout--success__content {
  margin-top: -15.7142857143rem;
  position: relative;
  z-index: 5;
}
@media print, screen and (min-width: 35.5em) {
  .checkout--success__content {
    margin-top: -16.7857142857rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .checkout--success__content {
    margin-top: -17.8571428571rem;
  }
}
.checkout--success__content__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkout--success__content__header svg {
  width: 5.1428571429rem;
  height: 5.1428571429rem;
  margin-right: 1.7142857143rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #54BA53;
}
@media print, screen and (min-width: 35.5em) {
  .checkout--success__content__header svg {
    width: 8.8571428571rem;
    height: 8.8571428571rem;
    margin-right: 2.2857142857rem;
  }
}
.checkout--success__content__header h1 {
  font-size: 16px;
  line-height: 1.7142857143rem;
}
@media print, screen and (min-width: 35.5em) {
  .checkout--success__content__header h1 {
    font-size: 28px;
    font-family: "gt-america-condensed-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 2.5rem;
  }
}
.checkout--success__content__header p,
.checkout--success__content__header a.button--textlike {
  color: #6e6e6e;
}
.checkout--success__content__header a.button--textlike:hover {
  color: #000;
}
.checkout--success__content__header div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  text-align: left;
}
.checkout--success__content__header div span {
  font-size: 12px;
  color: #6e6e6e;
  margin-bottom: 0.5714285714rem;
}
@media print, screen and (min-width: 35.5em) {
  .checkout--success__content__header div span {
    font-size: 16px;
  }
}
.register--customer-complete .checkout--success__content {
  margin-top: -10.7142857143rem;
}
.register--customer-complete .checkout--success__content h1 {
  margin-bottom: 0;
}
.checkout--success__content .box {
  padding: 1.7857142857rem;
}
@media print, screen and (min-width: 35.5em) {
  .checkout--success__content .box {
    padding: 2.8571428571rem 3.5714285714rem;
  }
}
.checkout--success__content .box h1 {
  margin-bottom: 1.5rem;
}
.checkout--success__content .box .button, .checkout--success__content .box .fld--file .fld__label, .fld--file .checkout--success__content .box .fld__label {
  display: inline-block;
}
.checkout--success__content .box--white {
  background: #fff;
}

.register--customer-complete:has(+ .customer-feedback) .checkout--success__content__header {
  padding-bottom: 1.0714285714rem;
  border-bottom: 0.0714285714rem solid #c5c6c6;
}
@media print, screen and (min-width: 35.5em) {
  .register--customer-complete:has(+ .customer-feedback) .checkout--success__content__header {
    padding-bottom: 2.1428571429rem;
  }
}

.register h3 + a.button, .register .fld--file h3 + a.fld__label, .fld--file .register h3 + a.fld__label {
  margin-top: 0.5rem;
}
.register--customer .checkbox + label:before, .register--customer .checkbox + .fld__label:before {
  margin-top: 0;
  top: 0;
}
.register--customer .checkbox:checked + label:after, .register--customer .checkbox:checked + .fld__label:after {
  margin-top: 0.5rem;
  top: 0;
}
.register--customer .progressbar {
  margin-top: 0;
}
@media print, screen and (max-width: 81.24875em) {
  .register--customer .progressbar {
    padding-top: 0;
  }
}
.register--customer .form-message {
  margin-bottom: 1.4285714286rem;
  padding-bottom: 1rem;
  margin-top: 0.7142857143rem;
}
.register--customer .button, .register--customer .fld--file .fld__label, .fld--file .register--customer .fld__label {
  display: inline-block;
  text-align: center;
}
.register--customer .panel {
  margin-bottom: 0.7142857143rem;
  padding-bottom: 1.4285714286rem;
}
.register--customer .location__logo {
  margin-bottom: 0.7142857143rem;
}
.register--customer .location__logo img {
  max-height: 2.1428571429rem;
}
@media print, screen and (min-width: 48.0625em) {
  .register--customer .location__address p:last-child {
    margin-bottom: 0;
  }
}
.register--customer .box > .button--icon-only {
  position: absolute;
  right: 0.3571428571rem;
  top: 0.3571428571rem;
}
.register--customer__logos-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 1.4285714286rem 0;
}
@media print, screen and (min-width: 64.0625em) {
  .register--customer__logos-grid {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 81.25em) {
  .register--customer__logos-grid {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.register--customer__logos-grid-is-empty {
  margin: 0;
}
.register--customer__logos {
  padding: 0.7142857143rem;
  margin-bottom: 0.7142857143rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}
.register--customer__logos .ci-image-wrapper {
  max-height: 1.5rem;
}
.register--customer__logos img.ci-alternative-image {
  height: 1.5rem;
  width: auto;
}
@media print, screen and (max-width: 64.06125em) {
  .register--customer__logos {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .register--customer__logos img.ci-alternative-image {
    height: auto;
    width: auto;
    max-height: 2.5rem;
    max-width: 100%;
  }
}
@media print, screen and (min-width: 35.5em) {
  .register--customer #companyAdditional {
    margin-top: 1.7142857143rem !important;
  }
}
.register--customer .dropzone__item {
  padding-top: 0.5rem;
  grid-template-rows: auto;
}
.register--customer .flatpickr-calendar {
  position: relative;
  top: auto !important;
  left: auto !important;
}
.register--customer .billing-address-toggle .fld--radio-group {
  margin-bottom: 1.4285714286rem;
}
@media print, screen and (min-width: 35.5em) {
  .register--customer .billing-address-toggle .fld--radio-group {
    margin-bottom: 1.7857142857rem;
  }
}
.register--customer-complete .checkout--success__content {
  margin-top: -19.6428571429rem;
}
.register--customer-with-brand .register--customer__input-wrapper:has(.formfield-label__span) .form__row--buttons {
  padding-top: 1.7142857143rem;
}
.register--customer-with-brand .form__row--buttons {
  margin: 0 !important;
}
.register--customer-with-brand .form__row--buttons .button, .register--customer-with-brand .form__row--buttons .fld--file .fld__label, .fld--file .register--customer-with-brand .form__row--buttons .fld__label {
  margin-top: 0.1428571429rem;
  margin-bottom: 1.1428571429rem;
}
.register #different-billing-address {
  margin-top: 1rem;
}
.register__account-card .fld.fld--radio.formfield-control-template {
  margin-top: 0.3571428571rem;
}
.register__account-card .fld__label {
  font-size: 16px;
  color: #333;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.register__account-card h4 {
  font-size: 16px;
  color: #333;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.register__account-card h4:has(+ ul) {
  margin-bottom: 0.3571428571rem;
}
.register__account-card .radio + label, .register__account-card .radio + .fld__label {
  font-size: 16px;
  color: #333;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 0.7142857143rem;
}
.register__account-card .radio + label:before, .register__account-card .radio + .fld__label:before {
  position: relative;
  top: 0.2142857143rem;
}
.register__account-card .radio:checked + label:after, .register__account-card .radio:checked + .fld__label:after {
  top: 21px;
}

.account--dashboard .account__content .panel {
  padding: 20px;
}
@media print, screen and (min-width: 35.5em) {
  .account--dashboard .account__content .panel {
    min-height: calc(100% - 120px);
  }
}
.account--dashboard .account__content .panel :last-child {
  margin-bottom: 0;
}
.account--dashboard .account__content .panel__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.account--dashboard .account__content .panel__header .icon {
  bottom: -5px;
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  position: relative;
  vertical-align: baseline;
  width: 20px;
}
.account--dashboard .account__content .panel__header .icon svg {
  height: 100%;
  width: 100%;
}
.account--dashboard .account__content .panel__header .button--single--icon .icon {
  margin-right: 0;
}
.account__image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100px;
}
.account__image.account__image--starklub {
  background-position: center top;
}
.account__header {
  margin-bottom: 40px;
}
@media print, screen and (max-width: 35.49875em) {
  .account__header {
    margin-bottom: 20px;
  }
  .account__header p:not(.show-for-mobile) {
    display: none;
  }
}
.account--address-management .account__content .panel {
  padding: 10px 20px 20px;
}
@media print, screen and (min-width: 64.0625em) {
  .account--address-management .account__content .panel {
    padding: 20px 40px 40px;
  }
}
.account--address-management .address-list__item {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 0;
}
.account--address-management .address-list__item::after {
  content: normal;
}
@media print, screen and (max-width: 48.06125em) {
  .account--address-management .address-list__item {
    padding-right: 20px;
  }
}
@media print, screen and (max-width: 72.49875em) {
  .account--address-management .address-list__item .address-list__cell {
    width: 85%;
  }
}
.account--address-management .address-list__item .address-list__cell--actions {
  min-height: 0;
}
@media print, screen and (min-width: 64.0625em) {
  .account--address-management .address-list__item .address-list__cell--company, .account--address-management .address-list__item .address-list__cell--address {
    width: 32%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .account--address-management .address-list__item .address-list__cell--checkbox {
    width: 26%;
  }
}
@media print, screen and (max-width: 72.49875em) {
  .account--address-management .address-list__item .address-list__cell--actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    position: absolute;
    right: 0;
    top: 20px;
    width: 15%;
  }
  .account--address-management .address-list__item .address-list__cell--actions .button.button--inline-icon, .account--address-management .address-list__item .address-list__cell--actions .fld--file .button--inline-icon.fld__label, .fld--file .account--address-management .address-list__item .address-list__cell--actions .button--inline-icon.fld__label {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .account--address-management .address-list__item .address-list__cell--actions {
    width: 10%;
  }
}
.account--address-management-billing .panel__inner {
  padding-top: 10px;
}
@media print, screen and (min-width: 64.0625em) {
  .account--address-management-billing .panel__inner {
    padding-top: 20px;
  }
}
.account--address-management-billing .account__content:not(:last-child) .panel {
  margin-bottom: 0;
  border-bottom: 1px solid #c5c6c6;
}
.account--address-management-billing .address-list__item {
  border-top: 0;
  padding-top: 10px;
}
.account--address-management-billing .address-list__item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
@media print, screen and (min-width: 64.0625em) {
  .account--address-management-billing .address-list__item .address-list__cell {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .account--address-management-billing .address-list__item .address-list__cell--company, .account--address-management-billing .address-list__item .address-list__cell--address {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .account--address-management-billing .address-list__item .address-list__cell--checkbox {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .account--address-management-billing .address-list__item .address-list__cell--actions {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
.account--request-pricelist .panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.account--request-pricelist__text {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.account--request-pricelist__button {
  margin-top: 10px;
  margin-bottom: 0;
}
.account--request-pricelist__button.has-loader button {
  color: transparent;
  opacity: 1;
}
.account--request-pricelist__button.has-loader .loader {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.account--request-pricelist__options {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
}
.account--request-pricelist__options li {
  padding: 15px 0;
  border-bottom: 1px solid #c5c6c6;
}
.account--request-pricelist__options li:first-child {
  border-top: 1px solid #c5c6c6;
}
.account--request-pricelist__options li label, .account--request-pricelist__options li .fld__label {
  margin-right: 0;
}
.account--request-pricelist__options li.has-error ~ li label:before, .account--request-pricelist__options li.has-error ~ li .fld__label:before {
  background-color: rgba(187, 4, 64, 0.2);
  border-color: #bb0440;
}
.account--billing-mgmt .account__content:not(:last-child) {
  border-bottom: 1px solid #c5c6c6;
}
.account--billing-mgmt .account__content:not(:last-child) .panel {
  margin-bottom: 0;
}
.account--billing-mgmt .panel {
  padding-bottom: calc(2.8571428571rem * 0.75);
}
.account .tabs-title {
  background: #fff;
}
.account .tabs-title.is-active > a {
  color: #000;
}

.account__header__twobuttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 72.49875em) {
  .account__header__twobuttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .account__header__twobuttons .button, .account__header__twobuttons .fld--file .fld__label, .fld--file .account__header__twobuttons .fld__label {
    margin-bottom: 15px;
  }
  .account__header__twobuttons .button--text, .account__header__twobuttons .button.button--underlined, .account__header__twobuttons .fld--file .button--underlined.fld__label, .fld--file .account__header__twobuttons .button--underlined.fld__label {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .account__header__twobuttons h1 .has-tip, .account__header__twobuttons h2 .has-tip, .account__header__twobuttons h3 .has-tip {
    vertical-align: middle;
  }
}
.account__header__twobuttons + .dropdown-navigation {
  margin-bottom: 20px;
}

.account__accordion {
  border-top: 1px solid #6e6e6e;
}
.account__accordion .accordion-content {
  border-top: 1px solid #6e6e6e;
  padding-left: 20px;
  padding-right: 20px;
}
.account__accordion .accordion-title__tools {
  float: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
}
.account__accordion .accordion-title__tools .button--disabled {
  margin: 0 10px;
}
@media print, screen and (max-width: 48.06125em) {
  .account__accordion .accordion-title__tools {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    float: none;
  }
  .account__accordion .accordion-title__tools .button--text, .account__accordion .accordion-title__tools .button.button--underlined, .account__accordion .accordion-title__tools .fld--file .button--underlined.fld__label, .fld--file .account__accordion .accordion-title__tools .button--underlined.fld__label {
    display: none;
  }
}
.account__accordion .accordion-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.account__accordion .accordion-title:before {
  right: 0;
}
.account__accordion .accordion-title button {
  margin: 0 10px;
  cursor: pointer;
}
@media print, screen and (max-width: 48.06125em) {
  .account__accordion .accordion-title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .account__accordion .accordion-title .button--text, .account__accordion .accordion-title .button.button--underlined, .account__accordion .accordion-title .fld--file .button--underlined.fld__label, .fld--file .account__accordion .accordion-title .button--underlined.fld__label {
    display: none;
  }
}
.account__accordion .accordion-item:last-child {
  border-bottom: 1px solid #000;
}
.account__accordion .button--disabled {
  cursor: default;
  color: var(--buttonColorPrimaryDisabled);
  background-color: #fff;
  border: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.account__accordion .button--disabled .icon svg {
  fill: var(--buttonColorPrimaryDisabled);
}

.account--list--lastchange {
  color: #6e6e6e;
  margin: 0 0 20px 0;
}

.accordion-content__tools {
  display: none;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 48.06125em) {
  .accordion-content__tools {
    display: block;
  }
  .accordion-content__tools .button, .accordion-content__tools .fld--file .fld__label, .fld--file .accordion-content__tools .fld__label {
    text-align: left;
  }
  .accordion-content__tools .button.has-tip .icon, .accordion-content__tools .fld--file .has-tip.fld__label .icon, .fld--file .accordion-content__tools .has-tip.fld__label .icon {
    margin-left: 0;
  }
}
.accordion-content__tools .button, .accordion-content__tools .fld--file .fld__label, .fld--file .accordion-content__tools .fld__label {
  font-size: 14px;
  margin-bottom: 15px;
}
.accordion-content__tools .button + .button, .accordion-content__tools .fld--file .fld__label + .button, .fld--file .accordion-content__tools .fld__label + .button, .accordion-content__tools .fld--file .button + .fld__label, .fld--file .accordion-content__tools .button + .fld__label, .accordion-content__tools .fld--file .fld__label + .fld__label, .fld--file .accordion-content__tools .fld__label + .fld__label {
  margin-left: 0;
}

.account__orderoffer-delivery .cart-delivery {
  margin-top: -15px;
}
.account__orderoffer-delivery .cart-delivery .tabs-content {
  border-left: 1px solid #c5c6c6;
  border-right: 1px solid #c5c6c6;
  border-bottom: 1px solid #c5c6c6;
}
.account__orderoffer-delivery .cart-delivery .tabs-content:has(.tabs-panel:only-child) {
  border-top: 1px solid #c5c6c6;
}
.account__orderoffer-delivery .tabs-title {
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #fff;
  border: 1px solid #c5c6c6;
}
.account__orderoffer-delivery .tabs-title.is-active {
  border-bottom: none;
}
.account__orderoffer-delivery .tabs-title.is-active a {
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  background: #fff;
  border-top: 0.35rem solid #e84d0b;
  padding: 0.9rem 1.5rem 1.25rem;
}

.account__orderoffer-delivery__customerdata .cell {
  width: 100%;
  margin-bottom: 20px;
}

.account__catalogs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 64.06125em) {
  .account__catalogs-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.account__catalogs-list__header {
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  margin-bottom: 0.3571428571rem;
}

.account__catalogs-list__item:not(:last-child) {
  margin-right: 1.0714285714rem;
}
@media print, screen and (max-width: 64.06125em) {
  .account__catalogs-list__item {
    margin-right: 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .account__catalogs-list__item:not(:last-child) {
    margin-bottom: 0.3571428571rem;
  }
  .account__catalogs-list__item label, .account__catalogs-list__item .fld__label {
    display: inline-block;
  }
}

.account--serviceproviders .account__content .panel {
  padding: 10px 20px 20px;
}
.account--serviceproviders button.account-details-button {
  position: absolute;
  top: 50%;
  right: 0;
  margin: 0 0 0.3571428571rem 0;
  padding: 0.7142857143rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.account--serviceproviders button.account-details-button .icon {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  height: 1.2857142857rem;
  width: 1.2857142857rem;
}
.account--serviceproviders button.account-details-button .icon svg {
  height: 1.2857142857rem;
  width: 1.2857142857rem;
}
.account--serviceproviders button.account-details-button.is-active .icon {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.account--serviceproviders .account-row__main,
.account--serviceproviders .account-row__details {
  z-index: 1;
  opacity: 1;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.account--serviceproviders .account-row__loader {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.05);
}
.account--serviceproviders .account-row__loader .loader div {
  top: calc(50% - 5.5px);
  border-color: var(--colorPrimary);
}
.account--serviceproviders .account-row__loader.is-loading {
  z-index: 2;
}
.account--serviceproviders .account-row__loader.is-hidden {
  z-index: -1;
}
.account--serviceproviders .account-row.is-loading .account-row__main,
.account--serviceproviders .account-row.is-loading .account-row__details {
  opacity: 0.66666;
}
@media print, screen and (min-width: 64.0625em) {
  .account--serviceproviders .account__content .panel {
    padding: 20px 40px 40px;
  }
  .account--serviceproviders .account-row {
    padding: 0 1.0714285714rem;
  }
  .account--serviceproviders .account-row .account-row__details {
    max-height: 0;
  }
  .account--serviceproviders .account-row.is-active {
    background-color: #ececec;
  }
  .account--serviceproviders .account-row.is-active .account-row__details {
    max-height: 21.4285714286rem;
  }
  .account--serviceproviders button.account-details-button {
    right: -0.8571428571rem;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .account--serviceproviders button.account-details-button {
    display: none;
  }
}

.account__buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.account__order-approval-management {
  margin-left: 0.7142857143rem;
  text-align: right;
  text-decoration: underline;
}

.account--customer-card .account-table--customer-card__holder {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 30%;
  flex: 0 1 30%;
}
.account--customer-card .account-table--customer-card__email {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 38%;
  flex: 0 1 38%;
}
.account--customer-card .account-table--customer-card__number {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 22%;
  flex: 0 1 22%;
}
.account--customer-card .account-table--customer-card__controls {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 5.4285714286rem;
  flex: 1 0 5.4285714286rem;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.account--customer-card .account-table--customer-card__controls .button, .account--customer-card .account-table--customer-card__controls .fld--file .fld__label, .fld--file .account--customer-card .account-table--customer-card__controls .fld__label {
  margin: 0;
}
.account--customer-card .account-table--customer-card__controls .button + .button, .account--customer-card .account-table--customer-card__controls .fld--file .fld__label + .button, .fld--file .account--customer-card .account-table--customer-card__controls .fld__label + .button, .account--customer-card .account-table--customer-card__controls .fld--file .button + .fld__label, .fld--file .account--customer-card .account-table--customer-card__controls .button + .fld__label, .account--customer-card .account-table--customer-card__controls .fld--file .fld__label + .fld__label, .fld--file .account--customer-card .account-table--customer-card__controls .fld__label + .fld__label {
  margin: 0;
}
@media print, screen and (max-width: 72.49875em) {
  .account--customer-card .account-table .account-table__header {
    display: none;
  }
  .account--customer-card .account-table .account-table__row:not(.account-table__row--details),
  .account--customer-card .account-table .account-table form:not(.account-row) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .account--customer-card .account-table .account-table__col-header-mobile {
    display: block;
  }
  .account--customer-card .account-table .account-table__col {
    width: auto !important;
  }
  .account--customer-card .account-table--customer-card__holder {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
  }
  .account--customer-card .account-table--customer-card__email {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 55%;
    flex: 1 1 55%;
  }
  .account--customer-card .account-table--customer-card__number {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 45%;
    flex: 1 1 45%;
  }
  .account--customer-card .account-table--customer-card__controls {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 5.4285714286rem;
    flex: 0 0 5.4285714286rem;
  }
}

.account__company-address .definition-list .icon-text {
  width: 100%;
}
.account__company-address .definition-list .button--edit-email {
  width: 100%;
}
.account__company-address .definition-list .button--edit-email .icon-text__icon {
  margin-left: auto;
}
.account__company-address .definition-list .button--edit-email .icon-text__icon .icon svg {
  width: 1em;
  height: 1em;
}

.account--orderhistory .divider {
  margin: 0.7142857143rem 0 1.4285714286rem 0;
}
.account--orderhistory .panel__content {
  margin-top: 3.5714285714rem;
}
.account--orderhistory .panel__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.account--orderhistory .panel__header > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media print, screen and (max-width: 48.06125em) {
  .account--orderhistory .panel__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .account--orderhistory .panel__header > *:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .account--orderhistory .panel__header > *:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}
.account--orderhistory .panel__header .ci-image-wrapper {
  width: auto;
  text-align: right;
}
.account--orderhistory .panel__header img {
  width: auto;
  max-height: 5rem;
  float: right;
}
@media print, screen and (max-width: 48.06125em) {
  .account--orderhistory .panel__header img {
    float: left;
    margin-bottom: 0.7142857143rem;
  }
}
.account--orderhistory .panel__documents {
  margin-top: 1rem;
}
@media print, screen and (min-width: 64.0625em) {
  .account--orderhistory .panel__documents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .account--orderhistory .panel__documents > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
  }
  .account--orderhistory .panel__documents__invoice-delivery {
    text-align: right;
    padding-left: 2rem;
  }
}
.account--orderhistory .totalpricelist {
  max-width: 23.5714285714rem;
  width: 100%;
  margin-left: auto;
}
.account--orderhistory .totalpricelist dt.definition-list--comment {
  min-width: 100%;
  padding-right: 0.7142857143rem;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: normal;
}

.download-module {
  background: #ececec;
  padding: 1rem;
}
.download-module__list {
  display: block;
  max-width: 31.4285714286rem;
}
.download-module__list--more:not(.expanded) {
  display: none;
}
.download-module__list--more.expanded + .download-module__show-more {
  display: none;
}
.download-module__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  overflow: hidden;
}
.download-module__item .icon-text--link {
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.3571428571rem;
}
.download-module__item .icon-text--link .icon-text__text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.download-module__show-more {
  max-width: 31.4285714286rem;
  margin-top: 0.5rem;
}
.download-module__show-more .button--text, .download-module__show-more .button.button--underlined, .download-module__show-more .fld--file .button--underlined.fld__label, .fld--file .download-module__show-more .button--underlined.fld__label {
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 1rem;
}
.download-module .icon-text__link span.icon-text__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.download-module .icon-text__link[disabled] {
  pointer-events: none;
  cursor: default;
}
.download-module .icon-text__link.is-loading .icon-text__icon {
  position: relative;
}
.download-module .icon-text__link.is-loading .icon {
  opacity: 0;
}
.download-module .icon-text__link.is-loading .spinner {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1;
  -webkit-animation: spinner 0.5s linear infinite;
  animation: spinner 0.5s linear infinite;
}
.download-module .icon-text__link.is-loading .spinner:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, black), to(rgba(0, 0, 0, 0.9))) 0% 0%, -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.6))) 100% 0%, -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.3))) 100% 100%, -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0))) 0% 100%;
  background: linear-gradient(0deg, black 50%, rgba(0, 0, 0, 0.9) 100%) 0% 0%, linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.6) 100%) 100% 0%, linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 100%) 100% 100%, linear-gradient(360deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%) 0% 100%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
}
.download-module .icon-text__link.is-loading .spinner:after {
  content: "";
  display: block;
  width: calc(100% - 0.1428571429rem * 2);
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  left: 0;
  background: #ececec;
  border-radius: 50%;
  margin: 0.1428571429rem;
}
.download-module span {
  pointer-events: none;
}
@media print, screen and (min-width: 64.0625em) {
  .download-module {
    display: inline-block;
  }
  .download-module__list {
    overflow: hidden;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .download-module__item .icon-text--link .icon-text__link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: right;
  }
}

.orderhistory__products {
  width: 100%;
  border-collapse: collapse;
  margin-top: 2.1428571429rem;
}
@media print, screen and (max-width: 64.06125em) {
  .orderhistory__products {
    margin-top: -1.4285714286rem;
  }
}
.orderhistory__products tr {
  border-bottom: 1px solid #c5c6c6;
}
.orderhistory__products tr.no-border {
  border-bottom: none;
}
.orderhistory__products tr td {
  padding: 1.4285714286rem 0 1.4285714286rem 0;
}
@media print, screen and (max-width: 64.06125em) {
  .orderhistory__products tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 0;
    padding-top: 0;
  }
  .orderhistory__products tr td {
    padding: 0;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .orderhistory__products tr:first-child {
    display: none;
  }
}
.orderhistory__products th {
  border-bottom: 0.0714285714rem solid #c5c6c6;
  padding-bottom: 0.7142857143rem;
}
.orderhistory__products th, .orderhistory__products td {
  text-align: left;
  vertical-align: top;
  padding-right: 0.7142857143rem;
}
.orderhistory__products th strong, .orderhistory__products td strong {
  display: none;
}
.orderhistory__products th:nth-child(4), .orderhistory__products th:nth-child(5), .orderhistory__products th:last-child, .orderhistory__products td:nth-child(4), .orderhistory__products td:nth-child(5), .orderhistory__products td:last-child {
  text-align: right;
  padding-right: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .orderhistory__products th, .orderhistory__products td {
    width: 100%;
    padding: 0;
  }
  .orderhistory__products th strong, .orderhistory__products td strong {
    display: block;
  }
  .orderhistory__products th:nth-child(1), .orderhistory__products th:nth-child(2), .orderhistory__products th:nth-child(3), .orderhistory__products td:nth-child(1), .orderhistory__products td:nth-child(2), .orderhistory__products td:nth-child(3) {
    margin-bottom: 0.7142857143rem;
  }
  .orderhistory__products th:nth-child(4), .orderhistory__products th:nth-child(5), .orderhistory__products th:last-child, .orderhistory__products td:nth-child(4), .orderhistory__products td:nth-child(5), .orderhistory__products td:last-child {
    text-align: left;
    padding-right: 0.7142857143rem;
  }
  .orderhistory__products th:nth-child(4), .orderhistory__products td:nth-child(4) {
    width: 40% !important;
  }
  .orderhistory__products th:nth-child(5), .orderhistory__products th:last-child, .orderhistory__products td:nth-child(5), .orderhistory__products td:last-child {
    width: 30% !important;
  }
  .orderhistory__products th .priceblock, .orderhistory__products td .priceblock {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
.orderhistory__products th.orderhistory__products__position, .orderhistory__products td.orderhistory__products__position {
  width: 70px;
}
@media print, screen and (max-width: 64.06125em) {
  .orderhistory__products th.orderhistory__products__position, .orderhistory__products td.orderhistory__products__position {
    width: 100%;
    padding-top: 1.4285714286rem;
  }
}
.orderhistory__products th.orderhistory__products__description, .orderhistory__products td.orderhistory__products__description {
  text-align: left;
  padding-right: 5rem;
  max-width: 15.7142857143rem;
}
.orderhistory__products th.orderhistory__products__description p, .orderhistory__products td.orderhistory__products__description p {
  margin-bottom: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .orderhistory__products th.orderhistory__products__description, .orderhistory__products td.orderhistory__products__description {
    padding-right: 0;
    max-width: none;
  }
}
.orderhistory__products th .orderhistory__products__artnr, .orderhistory__products td .orderhistory__products__artnr {
  color: #6e6e6e;
}
.orderhistory__products th .orderhistory__products__artnr a, .orderhistory__products td .orderhistory__products__artnr a {
  color: #6e6e6e;
}
.orderhistory__products th .orderhistory__products__manufacturer, .orderhistory__products td .orderhistory__products__manufacturer {
  color: #6e6e6e;
}
.orderhistory__products th.orderhistory__products__alternatives, .orderhistory__products td.orderhistory__products__alternatives {
  padding: 0;
}
@media print, screen and (max-width: 48.06125em) {
  .orderhistory__products th.orderhistory__products__alternatives, .orderhistory__products td.orderhistory__products__alternatives {
    width: 100% !important;
  }
  .orderhistory__products th.orderhistory__products__alternatives .accordion-content, .orderhistory__products td.orderhistory__products__alternatives .accordion-content {
    padding-left: 1.4285714286rem;
  }
}
.orderhistory__products th.orderhistory__products__alternatives .accordion, .orderhistory__products td.orderhistory__products__alternatives .accordion {
  margin-bottom: 0;
}
.orderhistory__products th.orderhistory__products__alternatives .accordion .accordion-item,
.orderhistory__products th.orderhistory__products__alternatives .accordion .accordion-title,
.orderhistory__products th.orderhistory__products__alternatives .accordion .accordion-content, .orderhistory__products td.orderhistory__products__alternatives .accordion .accordion-item,
.orderhistory__products td.orderhistory__products__alternatives .accordion .accordion-title,
.orderhistory__products td.orderhistory__products__alternatives .accordion .accordion-content {
  background: transparent;
}
.orderhistory__products th.orderhistory__products__alternatives .accordion .accordion-item, .orderhistory__products td.orderhistory__products__alternatives .accordion .accordion-item {
  text-align: left;
}
.orderhistory__products th.orderhistory__products__alternatives .accordion .accordion-item .accordion-title:before, .orderhistory__products td.orderhistory__products__alternatives .accordion .accordion-item .accordion-title:before {
  height: 1.285714286em;
  width: 1.285714286em;
  right: 0;
  margin-top: -0.642857143em;
}
.orderhistory__products th.orderhistory__products__alternatives .accordion .accordion-title, .orderhistory__products td.orderhistory__products__alternatives .accordion .accordion-title {
  display: inline-block;
  padding-right: 2rem;
  font-size: 1rem;
  padding-top: 0;
  padding-bottom: 0;
}
.orderhistory__products th.orderhistory__products__alternatives .accordion .accordion-title:hover, .orderhistory__products td.orderhistory__products__alternatives .accordion .accordion-title:hover {
  color: #e84d0b;
}
.orderhistory__products th.orderhistory__products__alternatives .accordion .accordion-content, .orderhistory__products td.orderhistory__products__alternatives .accordion .accordion-content {
  padding: 0;
}
.orderhistory__products th.orderhistory__products__alternatives .accordion tr, .orderhistory__products td.orderhistory__products__alternatives .accordion tr {
  border-bottom: none;
}
@media print, screen and (max-width: 64.06125em) {
  .orderhistory__products th.orderhistory__products__alternatives .accordion tr:first-child, .orderhistory__products td.orderhistory__products__alternatives .accordion tr:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.orderhistory__products th.orderhistory__products__alternatives .orderhistory__products, .orderhistory__products td.orderhistory__products__alternatives .orderhistory__products {
  margin-top: 0;
}
@media print, screen and (min-width: 48.0625em) {
  .orderhistory__products th td, .orderhistory__products td td {
    padding-top: 1.4285714286rem;
    padding-bottom: 1.4285714286rem;
  }
}
.orderhistory__products th.orderhistory__products__number, .orderhistory__products td.orderhistory__products__number {
  width: 10rem;
}
.orderhistory__products th.orderhistory__products__number:last-child, .orderhistory__products td.orderhistory__products__number:last-child {
  width: 7.1428571429rem;
}
.orderhistory__products th.orderhistory__products__number strong, .orderhistory__products td.orderhistory__products__number strong {
  display: none;
}
.orderhistory__products th.orderhistory__products__number:has(.help-block.form-error) .help-block.form-error + .quantity-calculation__wrapper, .orderhistory__products td.orderhistory__products__number:has(.help-block.form-error) .help-block.form-error + .quantity-calculation__wrapper {
  float: none !important;
  width: 100%;
  text-align: right;
}
@media print, screen and (max-width: 64.06125em) {
  .orderhistory__products th.orderhistory__products__number, .orderhistory__products td.orderhistory__products__number {
    margin-top: 0.3571428571rem;
    padding-bottom: 1.4285714286rem;
    border-bottom: 0.0714285714rem solid #c5c6c6;
  }
  .orderhistory__products th.orderhistory__products__number strong, .orderhistory__products td.orderhistory__products__number strong {
    display: block;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .orderhistory__products th.orderhistory__products__number--offer, .orderhistory__products td.orderhistory__products__number--offer {
    width: 50% !important;
    border: 0;
    padding-bottom: 0;
  }
  .orderhistory__products th.orderhistory__products__number--offer:last-child, .orderhistory__products td.orderhistory__products__number--offer:last-child {
    width: 100% !important;
    padding-bottom: 1.4285714286rem;
    border-bottom: 0.0714285714rem solid #c5c6c6;
  }
}
.orderhistory__products th.orderhistory__products__number--amount, .orderhistory__products td.orderhistory__products__number--amount {
  width: 14.2857142857rem;
  text-align: left;
  padding-left: 5%;
}
.orderhistory__products th.orderhistory__products__number--amount p, .orderhistory__products td.orderhistory__products__number--amount p {
  margin: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .orderhistory__products th.orderhistory__products__number--quantity:last-child, .orderhistory__products td.orderhistory__products__number--quantity:last-child {
    width: 60% !important;
    padding-right: 0;
    padding-left: 30%;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .orderhistory__products th.orderhistory__products__number--quantity:last-child, .orderhistory__products td.orderhistory__products__number--quantity:last-child {
    width: 60% !important;
    padding-right: 0;
    padding-left: 15%;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .orderhistory__products th.orderhistory__products__date, .orderhistory__products td.orderhistory__products__date {
    width: 100%;
    padding-top: 1.4285714286rem;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .orderhistory__products th.orderhistory__products__details, .orderhistory__products td.orderhistory__products__details {
    margin-top: 0.3571428571rem;
    padding-bottom: 1.4285714286rem;
    border-bottom: 0.0714285714rem solid #c5c6c6;
    width: 100% !important;
  }
}
.orderhistory__products .priceblock {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.orderhistory__products .priceblock .priceblock__label {
  display: none;
}
.orderhistory__products .priceblock .priceblock__price,
.orderhistory__products .priceblock .priceblock__price__unit {
  font-size: 14px !important;
  font-weight: 400 !important;
  white-space: normal;
  line-height: unset;
}
.orderhistory__products .quantity {
  margin-bottom: 0.3571428571rem;
}
@media print, screen and (max-width: 64.06125em) {
  .orderhistory__products .quantity {
    margin-top: 0.3571428571rem;
  }
}
.orderhistory__products .quantity > input.valid {
  background: none;
  border: 1px solid #00264b;
}

.orderhistory__products__surchargesprice {
  display: block;
  margin-top: 0.7142857143rem;
  font-size: 12px;
}

.orderhistory--orderForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.orderhistory--price-explanation {
  margin-top: auto;
  padding-top: 1.4285714286rem;
}
.orderhistory--price-explanation:empty,
.orderhistory--price-explanation p:empty {
  display: none;
}

.orderhistory__buttons {
  margin-top: 1.4285714286rem;
}
.orderhistory__buttons .button + .button, .orderhistory__buttons .fld--file .fld__label + .button, .fld--file .orderhistory__buttons .fld__label + .button, .orderhistory__buttons .fld--file .button + .fld__label, .fld--file .orderhistory__buttons .button + .fld__label, .orderhistory__buttons .fld--file .fld__label + .fld__label, .fld--file .orderhistory__buttons .fld__label + .fld__label {
  margin-left: 0;
}
.orderhistory__buttons .button:first-child:not(:last-child), .orderhistory__buttons .fld--file .fld__label:first-child:not(:last-child), .fld--file .orderhistory__buttons .fld__label:first-child:not(:last-child) {
  margin-right: 1.0714285714rem;
}
@media print, screen and (max-width: 35.49875em) {
  .orderhistory__buttons .button, .orderhistory__buttons .fld--file .fld__label, .fld--file .orderhistory__buttons .fld__label {
    width: 100%;
    text-align: center;
  }
  .orderhistory__buttons .button:first-child:not(:last-child), .orderhistory__buttons .fld--file .fld__label:first-child:not(:last-child), .fld--file .orderhistory__buttons .fld__label:first-child:not(:last-child) {
    margin-right: 0;
  }
}

.orderhistory__orderform {
  margin-top: -2.1428571429rem;
}
.orderhistory__orderform > .panel__content {
  max-width: 23.5714285714rem;
  width: 100%;
  margin-left: auto;
}
.orderhistory__orderform .button--loader {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.orderhistory__orderform .button--loader .loader {
  top: -1rem;
}
.orderhistory__orderform .button--loader .loader div {
  border-color: #fff;
}

.account-contacts table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-collapse: collapse;
}
@media screen and (min-width: 93.75em) {
  .account-contacts table {
    display: table;
  }
}
.account-contacts table thead {
  display: none;
}
@media screen and (min-width: 93.75em) {
  .account-contacts table thead {
    display: table-header-group;
    padding-right: 2.1428571429rem;
  }
}
.account-contacts table tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
}
.account-contacts table tbody tr:not(:has(.dt-empty)) {
  cursor: unset;
}
@media screen and (min-width: 93.75em) {
  .account-contacts table tbody {
    display: table-row-group;
  }
}
.account-contacts table .contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  cursor: unset !important;
  border-bottom: 1px solid #c5c6c6;
}
@media print, screen and (max-width: 35.49875em) {
  .account-contacts table .contact-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 93.75em) {
  .account-contacts table .contact-row {
    display: table-row;
  }
}
.account-contacts table .contact-row td {
  -ms-flex-line-pack: baseline;
  align-content: baseline;
}
@media print, screen and (max-width: 93.74875em) {
  .account-contacts table .contact-row td {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 0;
    width: 50%;
    padding-block: 0.7142857143rem;
  }
}
.account-contacts table .contact-row td:before {
  content: attr(data-th);
  position: relative;
  white-space: nowrap;
  font-weight: bold;
}
@media screen and (min-width: 93.75em) {
  .account-contacts table .contact-row td:before {
    display: none;
  }
}
@media print, screen and (max-width: 93.74875em) {
  .account-contacts table .contact-row:last-child:before {
    display: none;
  }
}
.account-contacts table .contact-row td:has(.js-contact-details) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media print, screen and (min-width: 35.5em) {
  .account-contacts table .contact-row td:has(.js-contact-details) {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .account-contacts table .contact-row td:has(.js-contact-details) .button, .account-contacts table .contact-row td:has(.js-contact-details) .fld--file .fld__label, .fld--file .account-contacts table .contact-row td:has(.js-contact-details) .fld__label {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.account-contacts__header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-bottom: 1.0714285714rem;
}
@media screen and (min-width: 93.75em) {
  .account-contacts__header-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.account-contacts__header-container .new-contact {
  width: 100%;
  margin-bottom: 1.0714285714rem;
}
@media screen and (min-width: 93.75em) {
  .account-contacts__header-container .new-contact {
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.account-contacts__sort {
  margin-bottom: 1.0714285714rem;
}
@media screen and (min-width: 93.75em) {
  .account-contacts__sort {
    display: none;
  }
}
.account-contacts__sort label, .account-contacts__sort .fld__label {
  margin-bottom: 0;
}
.account-contacts .button-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-block: 4.2857142857rem;
}
.account-contacts .account-contacts__search {
  width: 100%;
}
@media screen and (min-width: 93.75em) {
  .account-contacts .account-contacts__search {
    width: 26.4285714286rem;
  }
}
.account-contacts .account-contacts__search .searchfield {
  max-width: none;
}
@media screen and (min-width: 93.75em) {
  .account-contacts .account-contacts__search .searchfield {
    max-width: 26.4285714286rem;
  }
}
.account-contacts .account-contacts__search .input-group-field {
  margin: 0;
}
.account-contacts .button--loader:disabled {
  opacity: 0.5;
}
.account-contacts .loader {
  display: block;
  margin: 0 auto;
}
.account-contacts .loader div {
  top: 0.5714285714rem;
  border-color: #e84d0b;
}
.account-contacts__modal__user__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.1428571429rem;
  font-weight: 700;
  margin-bottom: 0;
}
.account-contacts__modal__user__name button {
  margin: -0.1428571429rem 0 0 0.7142857143rem;
}
.account-contacts__modal__user__name svg {
  width: 1.4285714286rem;
  height: 1.4285714286rem;
}
.account-contacts__modal__user__name .icon {
  pointer-events: none;
}
.account-contacts__modal .tabs .tabs-title {
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #fff;
  border: 0.0714285714rem solid #c5c6c6;
  position: relative;
  width: 50%;
}
.account-contacts__modal .tabs .tabs-title:has(> a:focus):not(.is-active) {
  background: #e6e6e6;
}
.account-contacts__modal .tabs .tabs-title.is-active {
  border-bottom: 0.0714285714rem solid transparent;
}
.account-contacts__modal .tabs .tabs-title.is-active::after {
  content: "";
  display: block;
  width: calc(100% + 0.1428571429rem);
  height: 0.3571428571rem;
  background-color: #e84d0b;
  position: absolute;
  top: -0.0714285714rem;
  left: -0.0714285714rem;
  right: -0.0714285714rem;
}
.account-contacts__modal .tabs .tabs-title.is-active a {
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  background: #fff;
  color: #000;
}
.account-contacts__modal .tabs .tabs-title a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media print, screen and (min-width: 48.0625em) {
  .account-contacts__modal .tabs .tabs-title {
    width: 33.3333%;
  }
}
.account-contacts__modal .tabs .tabs-content {
  margin-top: 1.4285714286rem;
}
.account-contacts__form__fields:not(:first-child) {
  border-top: 0.1428571429rem solid #c5c6c6;
  padding-top: 1.0714285714rem;
}
.account-contacts__form__fields__heading {
  font-weight: 700;
}
.account-contacts__form__fields > * {
  margin-bottom: 1.0714285714rem;
}
.account-contacts__form__fields:last-child > *:last-child {
  margin-bottom: 0;
}
.account-contacts__form__fields .formfield-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.account-contacts__form__fields .formfield-label__span {
  min-width: 7.1428571429rem;
}
.account-contacts__form__fields .formfield-label input {
  margin: 0;
}
.account-contacts__form__fields .button.button--icon, .account-contacts__form__fields .fld--file .button--icon.fld__label, .fld--file .account-contacts__form__fields .button--icon.fld__label {
  padding-inline: 1.4285714286rem;
}
.account-contacts__form__fields .order-approval-amount__input-wrapper {
  display: block;
  position: relative;
}
.account-contacts__form__fields .order-approval-amount__input-wrapper:after {
  content: "€";
  position: absolute;
  right: 0.7142857143rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}
.account-contacts__form__fields .order-approval-amount__input-wrapper input {
  text-align: right;
  padding-right: 1.4285714286rem;
  margin-bottom: 0.1428571429rem;
}
@media print, screen and (min-width: 48.0625em) {
  .account-contacts__form__fields {
    max-width: 33.3333333333%;
  }
}
.account-contacts__form .formfield-label:has(input[type=email][required]) .formfield-label__span:after {
  content: " *";
}
.account-contacts__form .formfield-label:has(input[type=email]) .requiredsign {
  display: none;
}
.account-contacts__form #customer-card-wrapper .customer-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.account-contacts__form #customer-card-wrapper .customer-card label, .account-contacts__form #customer-card-wrapper .customer-card .fld__label {
  position: relative;
  margin-top: -0.0714285714rem;
  margin-inline: 0;
  padding-right: 2.4285714286rem;
  cursor: pointer;
}
.account-contacts__form #customer-card-wrapper .customer-card span {
  line-height: 0;
  vertical-align: middle;
}
.account-contacts__form #customer-card-wrapper .customer-card svg {
  width: 1.4285714286rem;
  height: 1.4285714286rem;
}
.account-contacts__form #customer-card-wrapper .customer-card input:not(:checked) + label > span, .account-contacts__form #customer-card-wrapper .customer-card input:not(:checked) + .fld__label > span {
  -webkit-text-decoration: line-through 0.1428571429rem;
  text-decoration: line-through 0.1428571429rem;
}
.account-contacts__form #customer-card-wrapper .customer-card .icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.account-contacts__form #customer-card-wrapper .customer-card + .customer-card {
  margin-top: 0.3571428571rem;
}
.account-contacts__form #customer-card-wrapper:not(:empty) + label, .account-contacts__form #customer-card-wrapper:not(:empty) + .fld__label {
  display: none;
}
.account-contacts__form .button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.account-contacts__form .button-wrapper p.is-error {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: right;
}

@media print, screen and (min-width: 35.5em) {
  #modal-delete-user .reveal__actions {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #modal-delete-user .reveal__actions p.is-error {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
  }
}

.shop-advantages {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ececec;
}
.shop-advantages__items {
  margin-right: 0.7142857143rem;
  margin-left: 0.7142857143rem;
  margin-bottom: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media print, screen and (min-width: 35.5em) {
  .shop-advantages__items {
    margin-right: 1.0714285714rem;
    margin-left: 1.0714285714rem;
  }
}
.shop-advantages__items li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shop-advantages__items .icon {
  margin-right: 10px;
}
.shop-advantages__items .icon svg {
  max-width: 20px;
}
.shop-advantages__items img:not(.ci-image) {
  width: 24px;
  height: 23px;
  aspect-ratio: 24/23;
  margin-right: 10px;
}

.account-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-collapse: collapse;
  width: 100%;
}
.account-table__row, .account-table__header {
  text-align: left;
  padding: 1.4285714286rem 0;
}
.account-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.account-table__row--labelrow {
  padding-bottom: 0;
}
.account-table__col {
  padding-right: 1.4285714286rem;
}
.account-table__col-header-mobile {
  display: none;
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}
@media print, screen and (max-width: 64.06125em) {
  .account-table__col-header-mobile {
    display: block;
  }
}
.account-table .in-change {
  color: #c5c6c6;
}
.account-table .in-change .select-wrapper .select-container a {
  color: #c5c6c6 !important;
}
.account-table .in-change label, .account-table .in-change .fld__label {
  color: #c5c6c6;
}
.account-table .in-change .checkbox-switch label, .account-table .in-change .checkbox-switch .fld__label,
.account-table .in-change .select-dropdown.is-open {
  border-color: #c5c6c6;
}
.account-table .in-change input {
  color: #c5c6c6;
  border: 1px solid #c5c6c6;
}
.account-table .order-approval-status-column {
  position: relative;
}
.account-table .order-approval-status-column span {
  position: absolute;
}
.account-table .checkbox-switch-wrapper {
  padding-block: 0.9285714286rem;
}
.account-table--useraccounts__user {
  width: 30%;
}
.account-table--useraccounts__role {
  width: 12.8571428571rem;
}
.account-table--useraccounts__role .select-wrapper .select-container input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.account-table--useraccounts__role .select-wrapper .select-container i.select-triangle {
  right: 0.7142857143rem;
}
.account-table--useraccounts__price-display {
  width: 9.6428571429rem;
  padding-right: 3.5714285714rem;
}
.account-table--useraccounts__remove {
  position: absolute;
  right: 1.4285714286rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.account-table--useraccounts__remove .button, .account-table--useraccounts__remove .fld--file .fld__label, .fld--file .account-table--useraccounts__remove .fld__label {
  margin: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .account-table--useraccounts__remove {
    top: 1.4285714286rem;
    right: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.account-table--useraccounts__submit {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .account-table--useraccounts__submit {
    top: 0;
    right: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.account-table .order-approval-amount,
.account-table .release-required-amount {
  width: 7.1428571429rem;
}
.account-table .order-approval-amount input,
.account-table .release-required-amount input {
  text-align: right;
  padding-right: 1.4285714286rem;
  margin-bottom: 0;
}
.account-table .order-approval-amount__input-wrapper,
.account-table .release-required-amount__input-wrapper {
  display: block;
  position: relative;
}
.account-table .order-approval-amount__input-wrapper:after,
.account-table .release-required-amount__input-wrapper:after {
  content: "€";
  position: absolute;
  right: 0.7142857143rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1;
}
.account-table form:not(.account-row) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  position: relative;
}
.account-table label, .account-table .fld__label {
  margin-left: 0;
  font-size: 14px;
}
.account-table .is--mainuser {
  pointer-events: none;
}
.account-table .is--mainuser .account-table--useraccounts__remove {
  width: 1.6428571429rem;
}
@media print, screen and (max-width: 64.06125em) {
  .account-table .is--mainuser .account-table--useraccounts__user,
  .account-table .is--mainuser .account-table--useraccounts__contact {
    max-width: none;
  }
  .account-table .is--mainuser .account-table--useraccounts__role {
    padding-left: 0;
  }
}
.account-table .account-table__header {
  border-bottom: 1px solid #c5c6c6;
}
.account-table--useraccounts .addressblock {
  margin-bottom: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .account-table--useraccounts {
    margin-top: 1.4285714286rem;
  }
  .account-table--useraccounts tr:first-child {
    display: none;
  }
  .account-table--useraccounts tr {
    border-top: 1px solid #c5c6c6;
    padding: 1.4285714286rem 0;
  }
}
.account-table--useraccounts .account-table__header > div:not(.account-table--useraccounts__remove):not(.account-table--serviceproviders__remove) {
  padding-right: 1.4285714286rem;
  text-align: left;
  white-space: nowrap;
}
.account-table--useraccounts .account-table__header > div:not(.account-table--useraccounts__remove):not(.account-table--serviceproviders__remove):nth-child(1) {
  width: 30%;
}
.account-table--useraccounts .account-table__header > div:not(.account-table--useraccounts__remove):not(.account-table--serviceproviders__remove):nth-child(2) {
  width: 12.8571428571rem;
}
.account-table--useraccounts .account-table__header > div:not(.account-table--useraccounts__remove):not(.account-table--serviceproviders__remove):nth-child(3) {
  width: 9.6428571429rem;
  padding-right: 3.5714285714rem;
}
.account-table--useraccounts .account-table__header > div:not(.account-table--useraccounts__remove):not(.account-table--serviceproviders__remove).account-table--useraccounts__remove:not(:first-child) {
  text-align: right;
  padding-right: 0;
}
.account-table--useraccounts .account-table__header > div:not(.account-table--useraccounts__remove):not(.account-table--serviceproviders__remove).account-table--useraccounts__remove:not(:first-child) button {
  padding-right: 0;
  margin-top: 0.5rem;
}
.account-table--useraccounts .account-table__header > div:not(.account-table--useraccounts__remove):not(.account-table--serviceproviders__remove) {
  padding-right: 1.4285714286rem;
}
.account-table--useraccounts__remove {
  -ms-flex-item-align: center;
  align-self: center;
}
.account-table--useraccounts__remove input {
  margin-bottom: 0;
}
.account-table .account-table__row:not(.account-table__row--details),
.account-table .account-table__header,
.account-table form:not(.account-row) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.account-table .account-table__row:not(.account-table__row--details) > div:not(.account-table--useraccounts__remove):not(.account-table--serviceproviders__remove),
.account-table .account-table__header > div:not(.account-table--useraccounts__remove):not(.account-table--serviceproviders__remove),
.account-table form:not(.account-row) > div:not(.account-table--useraccounts__remove):not(.account-table--serviceproviders__remove) {
  vertical-align: top;
}
.account-table .account-table__row:not(.account-table__row--details) > div:not(.account-table--useraccounts__remove):not(.account-table--serviceproviders__remove) > strong:first-of-type,
.account-table .account-table__header > div:not(.account-table--useraccounts__remove):not(.account-table--serviceproviders__remove) > strong:first-of-type,
.account-table form:not(.account-row) > div:not(.account-table--useraccounts__remove):not(.account-table--serviceproviders__remove) > strong:first-of-type {
  display: none;
}
@media print, screen and (max-width: 64.06125em) {
  .account-table .account-table__row:not(.account-table__row--details) > div:not(.account-table--useraccounts__remove):not(.account-table--serviceproviders__remove) > strong:first-of-type,
  .account-table .account-table__header > div:not(.account-table--useraccounts__remove):not(.account-table--serviceproviders__remove) > strong:first-of-type,
  .account-table form:not(.account-row) > div:not(.account-table--useraccounts__remove):not(.account-table--serviceproviders__remove) > strong:first-of-type {
    display: block;
    color: #000;
    margin-bottom: 0.3571428571rem;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .account-table .account-table__row:not(.account-table__row--details),
  .account-table .account-table__header,
  .account-table form:not(.account-row) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .account-table .account-table__row:not(.account-table__row--details) > div:not(.account-table--useraccounts__remove):not(.account-table--serviceproviders__remove),
  .account-table .account-table__header > div:not(.account-table--useraccounts__remove):not(.account-table--serviceproviders__remove),
  .account-table form:not(.account-row) > div:not(.account-table--useraccounts__remove):not(.account-table--serviceproviders__remove) {
    width: 100%;
    max-width: none;
    padding: 0 1.4285714286rem 0 0;
    border-bottom: none;
    margin-bottom: 1rem;
  }
  .account-table .account-table__row:not(.account-table__row--details) .account-table--useraccounts__order-approval,
  .account-table .account-table__header .account-table--useraccounts__order-approval,
  .account-table form:not(.account-row) .account-table--useraccounts__order-approval {
    margin-bottom: 0;
  }
  .account-table .account-table__row:not(.account-table__row--details) .select-wrapper,
  .account-table .account-table__header .select-wrapper,
  .account-table form:not(.account-row) .select-wrapper {
    max-width: 12.8571428571rem;
  }
  .account-table .account-table__row:not(.account-table__row--details) [type=checkbox] + label, .account-table .account-table__row:not(.account-table__row--details) [type=checkbox] + .fld__label,
  .account-table .account-table__header [type=checkbox] + label,
  .account-table .account-table__header [type=checkbox] + .fld__label,
  .account-table form:not(.account-row) [type=checkbox] + label,
  .account-table form:not(.account-row) [type=checkbox] + .fld__label {
    margin-left: 0;
  }
}
.account-table .account-table__row.account-table--serviceproviders__empty,
.account-table .account-table__row.account-table--general-contractor__empty {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.account-table .account-table__header {
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
}
@media print, screen and (max-width: 64.06125em) {
  .account-table .account-table__header {
    display: none;
  }
}
.account-table .account-row {
  position: relative;
  border-bottom: 1px solid #c5c6c6;
}
.account-table .account-row:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -0.7142857143rem;
  z-index: 1;
  background: #e84d0b;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  pointer-events: none;
  display: none;
}
.account-table .account-row__restore {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: 2.1428571429rem;
  right: 2.1428571429rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media print, screen and (min-width: 64.0625em) {
  .account-table .account-row__restore {
    padding: 0 10vw;
  }
}
.account-table .account-row__restore form {
  width: calc(100% - 34px);
  margin: 0;
  color: #000;
}
.account-table .account-row__restore button:hover {
  color: #6e6e6e;
}
.account-table .account-row__restore .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1.7142857143rem;
  height: 1.7142857143rem;
  border-radius: 50%;
  margin-right: 0.7142857143rem;
  background: #e84d0b;
}
.account-table .account-row__restore .icon svg {
  fill: #fff;
  width: 1.1428571429rem;
}
.account-table .account-row--deleted {
  overflow: hidden;
}
.account-table .account-row--deleted .account-row__restore {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.account-table .account-row--deleted .account-row__restore strong {
  display: block;
}
.account-table .account-row--deleted:after {
  display: block;
  -webkit-animation-name: slide-to-left;
  animation-name: slide-to-left;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.account-table .account-row--deleted:not([data-serviceprovider-item]) > div:not(.account-row__restore) {
  opacity: 0;
  pointer-events: none;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.account-table .account-row--deleted[data-serviceprovider-item] > div:not(.account-row__main) {
  opacity: 0;
  pointer-events: none;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.account-table .account-row--deleted[data-serviceprovider-item] .account-row__main > div:not(.account-row__restore) {
  opacity: 0;
  pointer-events: none;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.account-table .account-row--animate-back {
  overflow: hidden;
}
.account-table .account-row--animate-back:after {
  display: block;
  -webkit-animation-name: slide-to-right;
  animation-name: slide-to-right;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.account-table .account-table--useraccounts__remove .button--disabled svg {
  fill: var(--buttonColorIconDisabled);
}
.account-table .account-table--useraccounts__role .form--disabled,
.account-table .account-table--useraccounts__status .form--disabled,
.account-table .account-table--useraccounts__priceDisplayStatus .form--disabled {
  pointer-events: none;
}
.account-table .account-table--useraccounts__role .form--disabled label, .account-table .account-table--useraccounts__role .form--disabled .fld__label,
.account-table .account-table--useraccounts__status .form--disabled label,
.account-table .account-table--useraccounts__status .form--disabled .fld__label,
.account-table .account-table--useraccounts__priceDisplayStatus .form--disabled label,
.account-table .account-table--useraccounts__priceDisplayStatus .form--disabled .fld__label {
  color: #c5c6c6;
  border-color: #c5c6c6;
}
.account-table .account-table--useraccounts__role .form--disabled label:after, .account-table .account-table--useraccounts__role .form--disabled .fld__label:after,
.account-table .account-table--useraccounts__status .form--disabled label:after,
.account-table .account-table--useraccounts__status .form--disabled .fld__label:after,
.account-table .account-table--useraccounts__priceDisplayStatus .form--disabled label:after,
.account-table .account-table--useraccounts__priceDisplayStatus .form--disabled .fld__label:after {
  background: #c5c6c6;
}
.account-table .account-table--useraccounts__role .form--disabled input,
.account-table .account-table--useraccounts__status .form--disabled input,
.account-table .account-table--useraccounts__priceDisplayStatus .form--disabled input {
  color: #c5c6c6;
  border-color: #c5c6c6;
}
.account-table .account-table--useraccounts__role .form--disabled i.select-triangle,
.account-table .account-table--useraccounts__status .form--disabled i.select-triangle,
.account-table .account-table--useraccounts__priceDisplayStatus .form--disabled i.select-triangle {
  opacity: 0.35;
}

.account--approvalmgmt .account-table__header,
.account--approvalmgmt .account-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  padding-bottom: 0.3571428571rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.account--approvalmgmt .account-table__row > div.account-table--approvalmgmt__level,
.account--approvalmgmt .account-table__row > div.account-table--approvalmgmt__user {
  padding-right: 0.7142857143rem;
}
.account--approvalmgmt .account-table__row > div.account-table--approvalmgmt__add {
  padding-right: 0;
}
.account--approvalmgmt .account-table__header {
  font-weight: bold;
}
.account--approvalmgmt .account-table__footer {
  margin-top: 1.4285714286rem;
}
.account--approvalmgmt .account-table__footer .icon-text__text {
  text-decoration: underline;
}
.account--approvalmgmt .account-table--approvalmgmt__level,
.account--approvalmgmt .account-table--approvalmgmt__user,
.account--approvalmgmt .account-table--approvalmgmt__remove,
.account--approvalmgmt .account-table--approvalmgmt__add {
  position: relative;
}
.account--approvalmgmt .account-table--approvalmgmt__level input,
.account--approvalmgmt .account-table--approvalmgmt__user input,
.account--approvalmgmt .account-table--approvalmgmt__remove input,
.account--approvalmgmt .account-table--approvalmgmt__add input {
  margin-bottom: 0.1428571429rem;
}
.account--approvalmgmt .account-table--approvalmgmt__level .formfield-label,
.account--approvalmgmt .account-table--approvalmgmt__user .formfield-label,
.account--approvalmgmt .account-table--approvalmgmt__remove .formfield-label,
.account--approvalmgmt .account-table--approvalmgmt__add .formfield-label {
  max-width: 17.8571428571rem;
}
.account--approvalmgmt .account-table--approvalmgmt__level,
.account--approvalmgmt .account-table--approvalmgmt__user {
  z-index: 3;
}
.account--approvalmgmt .account-table--approvalmgmt__add {
  z-index: 2;
}
.account--approvalmgmt .account-table--approvalmgmt__restore {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.account--approvalmgmt .account-table--approvalmgmt__restore a {
  text-decoration: underline;
}
.account--approvalmgmt .account-table--approvalmgmt__level {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}
.account--approvalmgmt .account-table--approvalmgmt__user {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}
.account--approvalmgmt .account-table--approvalmgmt__remove {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 2.1428571429rem;
  flex: 0 0 2.1428571429rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.account--approvalmgmt .account-table--approvalmgmt__add {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.account--approvalmgmt .account-row--deleted .account-table--approvalmgmt__level,
.account--approvalmgmt .account-row--deleted .account-table--approvalmgmt__user,
.account--approvalmgmt .account-row--deleted .account-table--approvalmgmt__remove,
.account--approvalmgmt .account-row--deleted .account-table--approvalmgmt__add {
  z-index: 1;
}
.account--approvalmgmt .account-row--deleted .account-table--approvalmgmt__restore {
  z-index: 2;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@media print, screen and (min-width: 35.5em) {
  .account--approvalmgmt .account-table__row > div.account-table--approvalmgmt__level,
  .account--approvalmgmt .account-table__row > div.account-table--approvalmgmt__user {
    padding-right: 1.0714285714rem;
  }
  .account--approvalmgmt .account-table--approvalmgmt__level {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
  }
  .account--approvalmgmt .account-table--approvalmgmt__add {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.5714285714rem;
    flex: 0 0 8.5714285714rem;
  }
}
@media print, screen and (min-width: 48.0625em) {
  .account--approvalmgmt .account-table__row > div.account-table--approvalmgmt__level,
  .account--approvalmgmt .account-table__row > div.account-table--approvalmgmt__user {
    padding-right: 0.7142857143rem;
  }
  .account--approvalmgmt .account-table--approvalmgmt__level {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
  }
  .account--approvalmgmt .account-table--approvalmgmt__add {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .account--approvalmgmt {
    /* .account-table--approvalmgmt__user {
        flex: 0 0 60%;
    } */
  }
  .account--approvalmgmt .account-table__header,
  .account--approvalmgmt .account-table__row {
    padding-bottom: 1.4285714286rem;
  }
  .account--approvalmgmt .account-table__row > div.account-table--approvalmgmt__level,
  .account--approvalmgmt .account-table__row > div.account-table--approvalmgmt__user {
    padding-right: 1.0714285714rem;
  }
  .account--approvalmgmt .account-table--approvalmgmt__level {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
  }
  .account--approvalmgmt .account-table--approvalmgmt__remove,
  .account--approvalmgmt .account-table--approvalmgmt__add {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
  }
}
@media screen and (min-width: 72.5em) {
  .account--approvalmgmt .account-table--approvalmgmt__level {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
  }
}

.account--serviceproviders .account-table--serviceproviders__remove {
  position: absolute;
  top: 50%;
  right: 1.4285714286rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.account--serviceproviders .account-table--serviceproviders__remove .button, .account--serviceproviders .account-table--serviceproviders__remove .fld--file .fld__label, .fld--file .account--serviceproviders .account-table--serviceproviders__remove .fld__label {
  margin: 0;
}
.account--serviceproviders .account-table--serviceproviders .account-table__header .account-table__col {
  position: relative;
}
.account--serviceproviders .account-table--serviceproviders .account-table__header .account-table__col [data-tooltip] {
  position: absolute;
  line-height: 1;
}
.account--serviceproviders .account-table--serviceproviders .account-table__col-header-mobile [data-tooltip] {
  position: absolute;
  line-height: 1;
}
.account--serviceproviders .account-table--serviceproviders .account-table--serviceproviders__remove {
  right: 0;
}
.account--serviceproviders .account-table--serviceproviders .account-table__row--details {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.7142857143rem 0 1.7857142857rem 0;
}
.account--serviceproviders .account-table--serviceproviders .account-table__col.account-table--serviceproviders__company {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 25%;
  flex: 1 0 25%;
}
.account--serviceproviders .account-table--serviceproviders .account-table__col.account-table--serviceproviders__customer-number {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 9.2857142857rem;
  flex: 1 0 9.2857142857rem;
}
.account--serviceproviders .account-table--serviceproviders .account-table__col.account-table--serviceproviders__release-required {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 13.5714285714rem;
  flex: 1 0 13.5714285714rem;
}
.account--serviceproviders .account-table--serviceproviders .account-table__col.account-table--serviceproviders__release-required .account-table__col-header-mobile {
  margin-bottom: 0.3571428571rem;
}
.account--serviceproviders .account-table--serviceproviders .account-table__col.account-table--serviceproviders__price-display {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 7.8571428571rem;
  flex: 1 0 7.8571428571rem;
}
.account--serviceproviders .account-table--serviceproviders .account-table__col.account-table--serviceproviders__price-display .account-table__col-header-mobile {
  margin-bottom: 0.3571428571rem;
}
.account--serviceproviders .account-table--serviceproviders .account-row__restore {
  display: block;
  text-align: center;
  padding: 0;
}
.account--serviceproviders .account-table--serviceproviders .checkbox-switch + label, .account--serviceproviders .account-table--serviceproviders .checkbox-switch + .fld__label {
  line-height: inherit;
}
@media print, screen and (min-width: 64.0625em) {
  .account--serviceproviders .account-table--serviceproviders .account-table__header {
    padding: 1.4285714286rem 5.3571428571rem 1.4285714286rem 1.0714285714rem;
  }
  .account--serviceproviders .account-table--serviceproviders .account-table--serviceproviders__remove {
    right: 1.6428571429rem;
  }
  .account--serviceproviders .account-table--serviceproviders .account-table__row {
    padding: 1.4285714286rem 3.9285714286rem 1.4285714286rem 0;
  }
}
@media print, screen and (max-width: 81.24875em) {
  .account--serviceproviders .account-table--serviceproviders .account-table__col.account-table--serviceproviders__release-required {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 11.7857142857rem;
    flex: 1 0 11.7857142857rem;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .account--serviceproviders .account-table--serviceproviders__remove {
    top: 1.4285714286rem;
    right: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .account--serviceproviders .account-table--serviceproviders .account-table__row {
    padding-bottom: 0;
  }
  .account--serviceproviders .account-table--serviceproviders .account-table__row--details {
    padding-top: 0;
    padding-bottom: 1.0714285714rem;
  }
  .account--serviceproviders .account-table--serviceproviders .account-table__col.account-table--serviceproviders__company, .account--serviceproviders .account-table--serviceproviders .account-table__col.account-table--serviceproviders__customer-number, .account--serviceproviders .account-table--serviceproviders .account-table__col.account-table--serviceproviders__release-required, .account--serviceproviders .account-table--serviceproviders .account-table__col.account-table--serviceproviders__price-display {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .account--serviceproviders .account-table--serviceproviders .account-table__col.account-table--serviceproviders__company, .account--serviceproviders .account-table--serviceproviders .account-table__col.account-table--serviceproviders__customer-number, .account--serviceproviders .account-table--serviceproviders .account-table__col.account-table--serviceproviders__release-required, .account--serviceproviders .account-table--serviceproviders .account-table__col.account-table--serviceproviders__price-display {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

@-webkit-keyframes slide-to-left {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slide-to-left {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes slide-to-right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slide-to-right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.carttemplates-table {
  border-collapse: collapse;
  width: 100%;
}
.carttemplates-table strong {
  display: none;
}
@media print, screen and (max-width: 48.06125em) {
  .carttemplates-table strong {
    display: block;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .carttemplates-table tbody {
    display: block;
  }
}
.carttemplates-table th {
  padding: 0 10px 20px 0;
  text-align: left;
}
.carttemplates-table th:last-child {
  padding-right: 0;
}
.carttemplates-table td {
  border-top: 1px solid #c5c6c6;
  padding: 20px 0;
}
@media print, screen and (max-width: 48.06125em) {
  .carttemplates-table td {
    display: block;
    float: left;
    width: 80%;
    border-top: none;
    padding: 20px 0 0 0;
  }
  .carttemplates-table td:nth-child(3) {
    padding-bottom: 20px;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .carttemplates-table tr {
    display: block;
    position: relative;
    border-top: 1px solid #c5c6c6;
  }
  .carttemplates-table tr::before, .carttemplates-table tr::after {
    display: table;
    content: " ";
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .carttemplates-table tr::after {
    clear: both;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .carttemplates-table tr:first-child {
    display: none;
  }
}
.carttemplates-table tr:last-child td {
  border-bottom: 1px solid #c5c6c6;
}
@media print, screen and (max-width: 48.06125em) {
  .carttemplates-table tr:last-child td {
    border-bottom: none;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .carttemplates-table tr:last-child tr {
    border-bottom: 1px solid #c5c6c6;
  }
}
.carttemplates-table .carttemplates-table__tools {
  text-align: right;
  min-width: 120px;
  margin-left: auto;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: auto;
}
.carttemplates-table .carttemplates-table__tools .button, .carttemplates-table .carttemplates-table__tools .fld--file .fld__label, .fld--file .carttemplates-table .carttemplates-table__tools .fld__label {
  margin: 0 5px;
  padding: 5px;
  cursor: pointer;
  display: inline-block;
}
.carttemplates-table .carttemplates-table__tools .button .icon, .carttemplates-table .carttemplates-table__tools .fld--file .fld__label .icon, .fld--file .carttemplates-table .carttemplates-table__tools .fld__label .icon {
  margin-right: 0;
}
.carttemplates-table .carttemplates-table__tools .button:first-child, .carttemplates-table .carttemplates-table__tools .fld--file .fld__label:first-child, .fld--file .carttemplates-table .carttemplates-table__tools .fld__label:first-child {
  margin-left: 0;
}
.carttemplates-table .carttemplates-table__tools .button:last-child, .carttemplates-table .carttemplates-table__tools .fld--file .fld__label:last-child, .fld--file .carttemplates-table .carttemplates-table__tools .fld__label:last-child {
  margin-right: 0;
}
@media print, screen and (max-width: 48.06125em) {
  .carttemplates-table .carttemplates-table__tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 10%;
    min-width: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .carttemplates-table .carttemplates-table__tools .button, .carttemplates-table .carttemplates-table__tools .fld--file .fld__label, .fld--file .carttemplates-table .carttemplates-table__tools .fld__label {
    text-align: left;
    margin: 0;
  }
}

.carttemplates-form__separator {
  text-align: center;
}
.carttemplates-form__separator p {
  margin: 0 0 10px 9px;
}
@media print, screen and (min-width: 48.0625em) {
  .carttemplates-form__separator p {
    margin: 30px 0 0;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .carttemplates-form .button, .carttemplates-form .fld--file .fld__label, .fld--file .carttemplates-form .fld__label {
    width: 100%;
    text-align: center;
    margin-left: 0;
    display: block;
  }
}
.carttemplates-form .button--reset {
  text-decoration: underline;
  color: #000;
  font-weight: normal;
}
.carttemplates-form .button--reset:hover {
  color: #6e6e6e;
}

[data-carttemplate-select].is-hidden ~ .carttemplates-form__separator {
  display: none;
}

.headline__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.7142857143rem;
}
.headline__wrapper__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.4285714286rem;
}
.headline__wrapper__text > .h2 {
  margin-bottom: 0;
}
.headline__wrapper__text button {
  margin-left: 0.7142857143rem;
}

.pricelists-table__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #c5c6c6;
}
@media print, screen and (max-width: 64.06125em) {
  .pricelists-table__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 0 25px;
  }
  .pricelists-table__row:nth-child(2) {
    padding-top: 0;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .pricelists-table__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.pricelists-table__row.is-inactive {
  color: #c5c6c6;
  pointer-events: none;
}
.pricelists-table__row.is-inactive .icon svg {
  fill: #c5c6c6;
}
.pricelists-table__row:hover .icon svg {
  fill: #6e6e6e;
}
@media print, screen and (max-width: 64.06125em) {
  .pricelists-table__column:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 35.5em) {
  .pricelists-table__column {
    width: 50%;
    padding-right: 20px;
  }
}
.pricelists-table__column strong {
  display: none;
}
@media print, screen and (max-width: 64.06125em) {
  .pricelists-table__column strong {
    display: block;
    margin-bottom: 5px;
  }
}
.pricelists-table__column .changelabel {
  margin: 0;
}
@media print, screen and (min-width: 64.0625em) {
  .pricelists-table__column--date, .pricelists-table__column--format, .pricelists-table__column--status {
    width: 200px;
  }
}
.pricelists-table__column--icon {
  width: 24px;
  padding: 0;
}
.pricelists-table__column--icon .icon {
  display: block;
  margin-bottom: -5px;
}
.pricelists-table__header {
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  padding-top: 0;
}
@media print, screen and (max-width: 64.06125em) {
  .pricelists-table__header {
    display: none;
  }
}

.pricelists-empty {
  text-align: center;
  padding: 50px;
  width: 100%;
}
@media print, screen and (min-width: 64.0625em) {
  .pricelists-empty {
    padding: 60px 0;
  }
}
.pricelists-empty h2 {
  margin-bottom: 5px;
}
.pricelists-empty .icon {
  margin-bottom: 20px;
}
.pricelists-empty .icon svg {
  width: 64px;
  height: 64px;
}

.sticky-support__toggle {
  position: fixed;
  bottom: -1%;
  left: -50px;
  z-index: 102;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fefefe;
  background: #e84d0b;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(100%, -50%, 0);
  transform: translate3d(100%, -50%, 0);
  -webkit-transition: -webkit-transform 0.2s 0.5s ease-in;
  transition: -webkit-transform 0.2s 0.5s ease-in;
  transition: transform 0.2s 0.5s ease-in;
  transition: transform 0.2s 0.5s ease-in, -webkit-transform 0.2s 0.5s ease-in;
}
@media print, screen and (max-width: 64.06125em) {
  .sticky-support__toggle {
    display: none;
  }
}
.sticky-support__toggle .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.2s 0.5s ease-in;
  transition: opacity 0.2s 0.5s ease-in;
  pointer-events: none;
}
.sticky-support__toggle .icon svg {
  pointer-events: none;
}
.sticky-support__toggle .icon:first-child {
  -webkit-transform: translate3d(-15%, -50%, 0);
  transform: translate3d(-15%, -50%, 0);
  opacity: 0;
  display: none;
}
.sticky-support__toggle .icon:last-child {
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.sticky-support__toggle .icon:last-child svg {
  width: 40px;
  height: 40px;
}
.sticky-support__toggle:hover {
  -webkit-transform: translate3d(100%, -50%, 0);
  transform: translate3d(100%, -50%, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.sticky-support__toggle:hover ~ .sticky-support__tooltip {
  display: block;
}
.sticky-support__toggle.is-move-out {
  -webkit-transform: translate3d(-20%, -50%, 0);
  transform: translate3d(-20%, -50%, 0);
}
.sticky-support__toggle.is-move-out .icon {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.sticky-support__toggle.is-move-out .icon:first-child {
  opacity: 1;
}
.sticky-support__toggle.is-move-out .icon:last-child {
  opacity: 0;
}
.sticky-support__toggle.is-move-out ~ .sticky-support__tooltip {
  display: none;
}
.sticky-support__toggle.is-moved-out {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.sticky-support__tooltip {
  background: rgba(52, 52, 52, 0.9);
  width: 180px;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  position: fixed;
  bottom: 2.5%;
  left: 80px;
  display: none;
  -webkit-animation: slide-in;
  animation: slide-in;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  border-radius: 4px;
}

@-webkit-keyframes slide-in {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide-in {
  from {
    opacity: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.sticky-support__button {
  position: relative;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  z-index: 100;
  color: #e84d0b;
  background: #fefefe;
  border: 2px solid #e84d0b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}
.sticky-support__button .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
}
.sticky-support__button .icon svg {
  width: 36px;
  height: 36px;
  pointer-events: none;
}
.sticky-support__button__text {
  position: absolute;
  bottom: 14px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.sticky-support__button--small {
  width: 40px;
  height: 40px;
}
.sticky-support__button--small .icon svg {
  width: 14px;
  height: 14px;
  fill: #e84d0b;
}
.sticky-support__button:hover {
  color: #fefefe;
  background: #e84d0b;
}
.sticky-support__button:hover svg {
  fill: #fefefe;
}

.sticky-support__navigation {
  position: fixed;
  bottom: -10%;
  left: -80px;
  z-index: -1;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 2px solid #e84d0b;
  -webkit-transform: translate3d(-10%, 20%, 0) rotate(90deg);
  transform: translate3d(-10%, 20%, 0) rotate(90deg);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  opacity: 0;
}
.sticky-support__navigation:focus {
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
}
@media print, screen and (max-width: 64.06125em) {
  .sticky-support__navigation {
    display: none;
  }
}
.sticky-support__navigation.is-active {
  right: 0;
  opacity: 1;
  -webkit-transform: translate3d(-27%, -32%, 0) rotate(0deg);
  transform: translate3d(-27%, -32%, 0) rotate(0deg);
  z-index: 100;
}
.sticky-support__navigation.is-active .sticky-support__button:hover {
  -webkit-transform: scale3d(1.2, 1.2, 1.2);
  transform: scale3d(1.2, 1.2, 1.2);
}
.sticky-support__navigation .sticky-support__button {
  position: absolute;
  z-index: 1;
}
.sticky-support__navigation .sticky-support__button .icon {
  top: 40%;
}
.sticky-support__navigation .sticky-support__button--small .icon {
  top: 50%;
}
.sticky-support__navigation .sticky-support__button:nth-child(1) {
  top: -4%;
  left: 59%;
}
.sticky-support__navigation .sticky-support__button:nth-child(2) {
  top: 5%;
  left: 73%;
}
.sticky-support__navigation .sticky-support__button:nth-child(3) {
  top: 37%;
  left: 85%;
}
.sticky-support__navigation .sticky-support__button:nth-child(3) .icon {
  top: 34%;
}
.sticky-support__navigation .sticky-support__button:nth-child(3) .icon svg {
  width: 28px;
  height: 28px;
}
.sticky-support__navigation .sticky-support__button:nth-child(4) {
  top: 70%;
  left: 74%;
}

.sticky-support__content {
  position: fixed;
  bottom: 0;
  left: 30px;
  z-index: 100;
  width: 500px;
  -webkit-transform: translate3d(0, 60px, 0);
  transform: translate3d(0, 60px, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #fefefe;
  border: 1px solid #e84d0b;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
}
.sticky-support__content.is-active {
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
  opacity: 1;
  pointer-events: all;
}
.sticky-support__content .addressblock__label {
  display: none;
}
.sticky-support__content .sticky-support__content__inner {
  padding: 30px 20px 20px;
  overflow: hidden;
  position: relative;
}
.sticky-support__content .sticky-support__content__inner .cell:nth-child(2) {
  padding-bottom: 9.2857142857rem;
}
.sticky-support__content__buttons {
  position: absolute;
  top: -20px;
  right: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
}
.sticky-support__content__buttons .sticky-support__button {
  margin-left: 10px;
}
.sticky-support__content__icon {
  display: none;
  width: 280px;
  height: 280px;
  color: #fefefe;
  background: #e84d0b;
  border-radius: 50%;
  position: absolute;
  bottom: -140px;
  right: -150px;
}
.sticky-support__content .sticky-support__content__icon {
  display: block;
}
.sticky-support__content__icon .icon {
  position: absolute;
  top: 35px;
  left: 55px;
}
.sticky-support__content__icon .icon svg {
  width: 55px;
  height: 55px;
}
.sticky-support__content__icon__text {
  position: absolute;
  top: 100px;
  left: 60px;
  font-size: 12px;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.highlights {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 35.5em) {
  .highlights {
    margin-bottom: 20px;
  }
}
.highlights .h2 {
  font-size: 28px;
}
.highlights__row {
  margin: 1.2857142857rem 0.7142857143rem 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1.0714285714rem;
}
.highlights__item {
  grid-column: span 2;
}
@media print, screen and (min-width: 48.0625em) {
  .highlights__item {
    grid-column: span 1;
  }
}

.highlight {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}
.highlight:nth-child(n+10) {
  display: none;
}
@media print, screen and (max-width: 48.06125em) {
  .highlight:nth-child(10) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .highlight:nth-child(n+10) {
    display: none;
  }
}
.highlight:hover {
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.45);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.45);
}
.highlight a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #fff;
  max-height: 7.8571428571rem;
  position: relative;
  aspect-ratio: 326/109;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0.5rem;
}
.highlight .ci-alternative-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}
.highlight img.ci-alternative-image {
  width: 100%;
  height: 100%;
  max-height: calc(7.8571428571rem - 2rem);
  -o-object-fit: contain;
  object-fit: contain;
}

.contentteaser {
  position: relative;
  overflow: hidden;
}
.contentteaser a {
  display: block;
}
.contentteaser a:hover {
  cursor: pointer;
}
.contentteaser:hover .contentteaser__image {
  -webkit-transform: scale(1.09);
  transform: scale(1.09);
}

.contentteaser__image {
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  position: relative;
}

.contentteaser__full {
  min-height: 650px;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 64.06125em) {
  .contentteaser__full {
    min-height: 0;
  }
}
.contentteaser__full .contentteaser__image {
  min-height: 650px;
  position: relative;
}
@media print, screen and (max-width: 64.06125em) {
  .contentteaser__full .contentteaser__image {
    min-height: 0;
    padding-bottom: 48.55%;
  }
}

.contentteaser__half {
  min-height: 315px;
  margin-bottom: 20px;
}
.contentteaser__half .contentteaser__image {
  position: relative;
  min-height: 315px;
}
@media print, screen and (max-width: 64.06125em) {
  .contentteaser__half .contentteaser__image {
    min-height: auto;
    padding-bottom: 48.55%;
  }
}

.contentteaser__textbox {
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px;
  margin-right: 60px;
}
.contentteaser__textbox h3 {
  font-size: 20px;
}
.contentteaser__textbox p {
  font-size: 16px;
}
.contentteaser__textbox .button, .contentteaser__textbox .fld--file .fld__label, .fld--file .contentteaser__textbox .fld__label {
  margin-top: 5px;
  font-size: 16px;
  text-transform: none;
}
@media print, screen and (max-width: 48.06125em) {
  .contentteaser__textbox {
    position: relative;
    margin-right: 0;
    padding: 15px;
  }
  .contentteaser__textbox h2, .contentteaser__textbox h3 {
    font-size: 20px;
  }
  .contentteaser__textbox p {
    font-size: 14px;
  }
}

.contentteaser-alt__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  border: 0.0714285714rem solid #c5c6c6;
}
.contentteaser-alt__inner:hover {
  -webkit-box-shadow: 0 0 0.4285714286rem 0.0714285714rem rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0.4285714286rem 0.0714285714rem rgba(0, 0, 0, 0.2);
}
.contentteaser-alt__aspect-ratio-wrapper {
  overflow: hidden;
}
.contentteaser-alt__image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.contentteaser-alt__textbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contentteaser-alt__topic {
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #6e6e6e;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0.7142857143rem;
}
.contentteaser-alt__button {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.contentteaser-alt:hover .contentteaser-alt__image {
  -webkit-transform: scale(1.09);
  transform: scale(1.09);
}

.contentteaser__slider-inner {
  position: relative;
  margin: 0 -0.7142857143rem;
}
.contentteaser__slider .contentteaser-alt {
  margin-left: 0.7142857143rem;
  margin-right: 0.7142857143rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.contentteaser__slider .contentteaser-alt__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.contentteaser__slider .contentteaser-alt__aspect-ratio-wrapper {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
}
.contentteaser__slider .contentteaser-alt__image {
  width: 100%;
  height: 100%;
}
.contentteaser__slider .contentteaser-alt__textbox {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 1.0714285714rem;
}
.contentteaser__slider .slick-track {
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contentteaser__slider .slick-slide {
  padding: 0.4285714286rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}
@media print, screen and (max-width: 35.49875em) {
  .contentteaser__slider .contentteaser-alt {
    margin-left: 0.7142857143rem;
    margin-right: 0.7142857143rem;
  }
  .contentteaser__slider .button--slider {
    display: none !important;
    /* #INFO: has to be `!important` because
     *      slick adds an inline display style */
  }
}
@media print, screen and (max-width: 64.06125em) {
  .contentteaser__slider .button--slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 72.5em) {
  .contentteaser__slider .slick-prev {
    left: 50%;
    margin-left: calc(-50vw + 8px);
  }
  .contentteaser__slider .slick-next {
    right: 50%;
    margin-right: calc(-50vw + 7px);
  }
}

.contentteaser__stories .contentteaser-alt__aspect-ratio-wrapper {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
}
.contentteaser__stories .contentteaser-alt__image {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.contentteaser__stories .contentteaser-alt__textbox {
  padding: 3rem 2.5rem;
  height: 100%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.contentteaser__stories .contentteaser-alt:first-child {
  margin-top: 0.4285714286rem;
}
@media print, screen and (max-width: 93.74875em) {
  .contentteaser__stories .contentteaser-alt__textbox {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }
}
@media print, screen and (max-width: 72.49875em) {
  .contentteaser__stories .contentteaser-alt__textbox {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .contentteaser__stories .contentteaser-alt__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contentteaser__stories .contentteaser-alt__aspect-ratio-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    aspect-ratio: 16/10;
  }
  .contentteaser__stories .contentteaser-alt__image {
    width: 100%;
    height: 100%;
  }
  .contentteaser__stories .contentteaser-alt__textbox {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 1.0714285714rem;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
.contentteaser__stories .contentteaser-alt + .contentteaser-alt {
  margin-top: 2.1428571429rem;
}

/* #INFO: This is a "workaround" to apply
 *      specific styles to the start page */
body[class*=start-page] .contentteaser__container,
body[class*=start-seite] .contentteaser__container,
.page-wrapper[class*=start-page] .contentteaser__container,
.page-wrapper[class*=start-seite] .contentteaser__container {
  margin-bottom: 1.2857142857rem;
  padding-top: 0;
  padding-bottom: 0;
}
body[class*=start-page] .contentteaser__container h2,
body[class*=start-seite] .contentteaser__container h2,
.page-wrapper[class*=start-page] .contentteaser__container h2,
.page-wrapper[class*=start-seite] .contentteaser__container h2 {
  font-size: 28px;
  margin: 1.0714285714rem 0;
}
body[class*=start-page] .contentteaser__container .grid-container__content,
body[class*=start-seite] .contentteaser__container .grid-container__content,
.page-wrapper[class*=start-page] .contentteaser__container .grid-container__content,
.page-wrapper[class*=start-seite] .contentteaser__container .grid-container__content {
  padding-top: 0;
}
@media print, screen and (max-width: 64.06125em) {
  body[class*=start-page] .contentteaser__container,
  body[class*=start-seite] .contentteaser__container,
  .page-wrapper[class*=start-page] .contentteaser__container,
  .page-wrapper[class*=start-seite] .contentteaser__container {
    margin-bottom: 1.8571428571rem;
  }
}
@media print, screen and (max-width: 48.06125em) {
  body[class*=start-page] .contentteaser__container,
  body[class*=start-seite] .contentteaser__container,
  .page-wrapper[class*=start-page] .contentteaser__container,
  .page-wrapper[class*=start-seite] .contentteaser__container {
    margin-bottom: 1.8571428571rem;
  }
}
body[class*=start-page] .contentteaser__slider .contentteaser-alt__inner,
body[class*=start-page] .contentteaser__stories .contentteaser-alt__inner,
body[class*=start-seite] .contentteaser__slider .contentteaser-alt__inner,
body[class*=start-seite] .contentteaser__stories .contentteaser-alt__inner,
.page-wrapper[class*=start-page] .contentteaser__slider .contentteaser-alt__inner,
.page-wrapper[class*=start-page] .contentteaser__stories .contentteaser-alt__inner,
.page-wrapper[class*=start-seite] .contentteaser__slider .contentteaser-alt__inner,
.page-wrapper[class*=start-seite] .contentteaser__stories .contentteaser-alt__inner {
  border: none;
}
body[class*=start-page] .contentteaser__slider .slick-list,
body[class*=start-seite] .contentteaser__slider .slick-list,
.page-wrapper[class*=start-page] .contentteaser__slider .slick-list,
.page-wrapper[class*=start-seite] .contentteaser__slider .slick-list {
  overflow: visible;
}

.panel .contentteaser__slider button.slick-prev {
  left: 0;
  margin-left: 0;
}
.panel .contentteaser__slider button.slick-next {
  right: 0;
  margin-right: 0;
}
.panel .contentteaser__slider .slick-list {
  margin-left: -0.7142857143rem;
}
.panel .contentteaser__slider-inner {
  margin: 0;
}

.linklist {
  display: none;
}
@media print, screen and (min-width: 35.5em) {
  .linklist {
    display: block;
  }
}
.linklist:not(.linklist--hero-content-page) {
  background: #fff;
  padding-top: 1.4285714286rem;
  padding-bottom: 1.0714285714rem;
  margin-bottom: 1.0714285714rem;
}
@media print, screen and (min-width: 35.5em) {
  .linklist:not(.linklist--hero-content-page) {
    margin-bottom: 1.4285714286rem;
  }
}

.linklist__item {
  display: block;
  font-size: 16px;
  text-decoration: underline;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 1.0714285714rem;
  margin-bottom: 0.7142857143rem;
}

.linklist__more {
  display: none;
  text-decoration: none;
}

@media print, screen and (max-width: 64.06125em) {
  .linklist__block:nth-child(n+4) {
    display: none;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .linklist__block:nth-child(n+3) {
    display: none;
  }
}
.linklist__block.is-last-visible-element .linklist__item:nth-child(5):not(.linklist__more) {
  display: none;
}
.linklist__block.is-last-visible-element .linklist__more {
  display: block;
}

.seomodule {
  padding-bottom: 0;
  background: #ececec;
}
.seomodule:has(.seomodule__content:empty), .seomodule:has(.seomodule__content > style:only-child) {
  display: none !important;
}
.seomodule .grid-container__content {
  min-height: 0;
}
.seomodule .seomodule__content {
  margin-bottom: 25px;
}
.seomodule .seomodule__content:last-of-type {
  margin-bottom: 0;
}
.seomodule .seomodule__content:last-of-type p:last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 48.06125em) {
  .seomodule {
    padding-top: 21px;
    padding-bottom: 0;
  }
  .seomodule .seocontent__content {
    margin-bottom: 15px;
  }
}

.statuspage__image {
  position: relative;
  z-index: 5;
}
.statuspage__image .bg {
  height: 300px;
  width: 100%;
}
.statuspage__content {
  margin-top: -220px;
  position: relative;
  z-index: 5;
}
@media print, screen and (min-width: 35.5em) {
  .statuspage__content {
    margin-top: -235px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .statuspage__content {
    margin-top: -250px;
  }
}
.register--customer-complete .statuspage__content {
  margin-top: -150px;
}
.statuspage__content .box {
  padding: 25px;
}
@media print, screen and (min-width: 35.5em) {
  .statuspage__content .box {
    padding: 40px 50px;
  }
}
.statuspage__content .box h1 {
  margin-bottom: 1.5rem;
}
.statuspage__content .box .button, .statuspage__content .box .fld--file .fld__label, .fld--file .statuspage__content .box .fld__label {
  display: inline-block;
}
.statuspage__content .box--white {
  background: #fff;
}

.backend-header-splitpage {
  background-color: #05326b;
  position: static !important;
  height: 80px;
}
.backend-header-splitpage .header__logo {
  padding: 40px 35px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  background-color: #fff;
}
.backend-header-splitpage .header__logo img {
  max-width: 170px;
}
@media print, screen and (max-width: 48.06125em) {
  .backend-header-splitpage .header__logo {
    height: auto;
  }
}

.backend-splitpage-header {
  margin-top: 70px;
}
.backend-splitpage-header h2 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 42px;
  color: #05326b;
  line-height: normal;
}
@media print, screen and (max-width: 48.06125em) {
  .backend-splitpage-header h2 {
    font-size: 20px;
  }
}
.backend-splitpage-header p {
  font-size: 16px;
}

.backend-splitpage-content {
  background-color: #05326b;
  color: #fff;
  padding: 35px;
}
.backend-splitpage-content p {
  margin-bottom: 35px;
}
.backend-splitpage-content h3 {
  text-transform: uppercase;
  font-size: 42px;
  margin-bottom: 20px;
  line-height: normal;
}
@media print, screen and (max-width: 48.06125em) {
  .backend-splitpage-content h3 {
    font-size: 20px;
  }
}
.backend-splitpage-content .button, .backend-splitpage-content .fld--file .fld__label, .fld--file .backend-splitpage-content .fld__label {
  margin-bottom: 25px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
}
.backend-splitpage-content .text-link {
  color: #fff;
  display: block;
  text-decoration: underline;
  font-size: 16px;
}

.button-backend {
  background-color: #f48221;
  color: #fff;
}
.button-backend:hover {
  background-color: rgb(215.330472103, 104.7553648069, 10.669527897);
}

.brand__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid #ececec;
  margin: 40px 0;
  padding: 0 0 40px 0;
}
.brand__section:nth-child(1) {
  border-top: 2px solid #ececec;
  padding: 40px 0 40px 0;
  margin: 10px 0 40px 0;
}
.brand__section.has-search .brand__list__item {
  display: none;
}

.brand__header {
  background: #fff;
}
.brand__header.is-stuck {
  padding-top: 20px;
  border-bottom: 1px solid #ececec;
}

.brand__letter {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
}

.brand__list {
  margin: 0;
  list-style: none;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-column-rule: 1px solid #ececec;
  -moz-column-rule: 1px solid #ececec;
  column-rule: 1px solid #ececec;
}
@media print, screen and (max-width: 48.06125em) {
  .brand__list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

.brand__list__item {
  list-style: none;
  padding-left: 0;
  font-size: 16px;
}
.brand__list__item.show {
  display: block !important;
}

.brand__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.brand__link.fade-out {
  opacity: 0.2;
  display: none;
}
.brand__link:hover {
  background: #ececec;
  color: #000;
}
@media print, screen and (max-width: 48.06125em) {
  .brand__link {
    padding: 6px 10px;
  }
}

.brand__name {
  -ms-flex-item-align: start;
  align-self: flex-start;
  display: inline-block;
}

.brand__amount {
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: inline-block;
  color: #c5c6c6;
  margin-left: auto;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.brand__navigation__list {
  margin: 25px 0 10px 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 48.06125em) {
  .brand__navigation__list {
    display: none;
  }
}
.brand__navigation__list li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 40px;
  flex: 0 1 40px;
  font-size: 16px;
}
.brand__navigation__list li a:hover {
  text-decoration: underline;
}
.brand__navigation__list li a:focus {
  color: #000;
}
.brand__navigation__list .is--disabled {
  opacity: 0.3;
  pointer-events: none;
}
.is-stuck .brand__navigation__list {
  margin: 10px 0 5px 0;
}

.brand__searchfield {
  max-width: none;
}

.shop-logos {
  background-color: #ececec;
}
.shop-logos .shop-logos__items {
  margin-right: 0.7142857143rem;
  margin-left: 0.7142857143rem;
  margin-bottom: 0;
  height: 3.2142857143rem;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-line-pack: center;
  align-content: center;
  position: relative;
}
@media print, screen and (min-width: 35.5em) {
  .shop-logos .shop-logos__items {
    margin-right: 1.0714285714rem;
    margin-left: 1.0714285714rem;
  }
}
.shop-logos .shop-logos__items h4 {
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-style: normal;
}
.shop-logos .shop-logos__items > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shop-logos .shop-logos__items > li:first-of-type {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  text-align: left;
}
.shop-logos .shop-logos__items > li:first-of-type img:not(.ci-image) {
  aspect-ratio: 1/1;
  margin-left: 0;
  margin-right: 1.0714285714rem;
}
.shop-logos .shop-logos__items .icon {
  margin-right: 0.7142857143rem;
}
.shop-logos .shop-logos__items .icon svg {
  max-width: 1.4285714286rem;
}
.shop-logos .shop-logos__items img:not(.ci-image) {
  width: auto;
  height: 1.7857142857rem;
  margin-left: 2.1428571429rem;
}
.shop-logos .shop-logos__items .shop-logos__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -ms-flex-line-pack: center;
  align-content: center;
  list-style: none;
}
.shop-logos .shop-logos__items .shop-logos__logos li {
  padding: 0;
  margin: 0;
}
.shop-logos .shop-logos__items-mobile {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 0;
}
.shop-logos .shop-logos__items-mobile li {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.shop-logos .shop-logos__items-mobile li:first-of-type {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-right: auto;
}
.shop-logos .shop-logos__items-mobile li h4 {
  font-size: 12px;
  line-height: 1;
}
.shop-logos .shop-logos__items-mobile li > span {
  padding-left: 0.7142857143rem;
  width: 100%;
  height: 100%;
  background: #ececec;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.shop-logos .shop-logos__items-mobile li > span img:not(.ci-image) {
  width: auto;
  height: 1.2857142857rem;
  display: block;
  z-index: 10;
  -o-object-fit: contain;
  object-fit: contain;
}
.shop-logos .shop-logos__items-mobile li > span:last-of-type {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  -webkit-animation-name: fadeInOut;
  animation-name: fadeInOut;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media print, screen and (min-width: 35.5em) {
  .shop-logos .shop-logos__items-mobile li > span img:not(.ci-image) {
    width: auto;
    height: 1.7857142857rem;
  }
}
.shop-logos .shop-logos__items-mobile li.shop-logos__items-mobile__images {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

@-webkit-keyframes fadeInOut {
  20%, 80% {
    opacity: 0;
  }
  40%, 60% {
    opacity: 1;
  }
}

@keyframes fadeInOut {
  20%, 80% {
    opacity: 0;
  }
  40%, 60% {
    opacity: 1;
  }
}
.iframe-component .panel__itembody .modal-privacy,
.iframe-page .panel__itembody .modal-privacy {
  margin: 0;
}
.iframe-component .modal-privacy,
.iframe-page .modal-privacy {
  display: none;
  margin: 25px 0;
}
.iframe-component .modal-privacy.show,
.iframe-page .modal-privacy.show {
  display: block;
}
.iframe-component .modal-privacy.show + iframe,
.iframe-page .modal-privacy.show + iframe {
  display: none;
}
.iframe-component .modal-privacy.show + .iframe-with-privacy > iframe,
.iframe-page .modal-privacy.show + .iframe-with-privacy > iframe {
  display: none;
}
.iframe-component iframe,
.iframe-page iframe {
  margin: 0;
  padding: 0;
  border: none;
  display: none;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 42.857rem;
}
.iframe-component iframe.show,
.iframe-page iframe.show {
  display: block;
}
.iframe-component .priv-consent--ardex,
.iframe-component .priv-consent--foxbase,
.iframe-component .priv-consent--universal,
.iframe-page .priv-consent--ardex,
.iframe-page .priv-consent--foxbase,
.iframe-page .priv-consent--universal {
  background: rgba(110, 110, 110, 0.95);
  color: #fff;
  padding: 20px 20px 30px 20px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
}
.iframe-component .priv-consent--ardex a,
.iframe-component .priv-consent--foxbase a,
.iframe-component .priv-consent--universal a,
.iframe-page .priv-consent--ardex a,
.iframe-page .priv-consent--foxbase a,
.iframe-page .priv-consent--universal a {
  color: #fff;
}
.iframe-component .priv-consent--ardex a:hover,
.iframe-component .priv-consent--foxbase a:hover,
.iframe-component .priv-consent--universal a:hover,
.iframe-page .priv-consent--ardex a:hover,
.iframe-page .priv-consent--foxbase a:hover,
.iframe-page .priv-consent--universal a:hover {
  opacity: 0.7;
}
.iframe-component .priv-consent--ardex label, .iframe-component .priv-consent--ardex .fld__label,
.iframe-component .priv-consent--foxbase label,
.iframe-component .priv-consent--foxbase .fld__label,
.iframe-component .priv-consent--universal label,
.iframe-component .priv-consent--universal .fld__label,
.iframe-page .priv-consent--ardex label,
.iframe-page .priv-consent--ardex .fld__label,
.iframe-page .priv-consent--foxbase label,
.iframe-page .priv-consent--foxbase .fld__label,
.iframe-page .priv-consent--universal label,
.iframe-page .priv-consent--universal .fld__label {
  color: #fff;
}
.iframe-component .priv-consent--ardex .priv-consent__row:not(:last-child),
.iframe-component .priv-consent--foxbase .priv-consent__row:not(:last-child),
.iframe-component .priv-consent--universal .priv-consent__row:not(:last-child),
.iframe-page .priv-consent--ardex .priv-consent__row:not(:last-child),
.iframe-page .priv-consent--foxbase .priv-consent__row:not(:last-child),
.iframe-page .priv-consent--universal .priv-consent__row:not(:last-child) {
  margin-bottom: 20px;
}
.iframe-component .priv-consent--ardex .priv-consent__logo img,
.iframe-component .priv-consent--foxbase .priv-consent__logo img,
.iframe-component .priv-consent--universal .priv-consent__logo img,
.iframe-page .priv-consent--ardex .priv-consent__logo img,
.iframe-page .priv-consent--foxbase .priv-consent__logo img,
.iframe-page .priv-consent--universal .priv-consent__logo img {
  max-height: 64px;
}
.iframe-component .priv-consent--ardex .priv-consent__actions + .priv-consent__remember,
.iframe-component .priv-consent--foxbase .priv-consent__actions + .priv-consent__remember,
.iframe-component .priv-consent--universal .priv-consent__actions + .priv-consent__remember,
.iframe-page .priv-consent--ardex .priv-consent__actions + .priv-consent__remember,
.iframe-page .priv-consent--foxbase .priv-consent__actions + .priv-consent__remember,
.iframe-page .priv-consent--universal .priv-consent__actions + .priv-consent__remember {
  margin-top: -10px;
}

.roomvo-page .vto-container {
  margin-top: 30px;
  position: relative;
}
.roomvo-page .vto-container__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 240px;
  opacity: 0.8;
  width: 100%;
}
.roomvo-page .button--roomvo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.roomvo-page .js-roomvo-test-container {
  display: none;
}

.private-brands .panel__itembody {
  margin-top: 0;
}
@media print, screen and (min-width: 35.5em) {
  .private-brands__items {
    margin-bottom: 1.285rem;
  }
}
.private-brands__items a {
  margin-top: 1.285rem;
  margin-right: 2.3rem;
  display: inline-block;
}
.private-brands__items img {
  height: 2.3rem;
  width: auto;
}

.store-cards .panel__itembody {
  margin-top: 1.2857142857rem;
}
.store-cards__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1.0714285714rem;
}
.store-cards__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-column: span 4;
  border: 1px solid #c5c6c6;
  padding: 0.7142857143rem;
}
@media print, screen and (min-width: 35.5em) {
  .store-cards__item {
    grid-column: span 2;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .store-cards__item {
    grid-column: span 1;
  }
}
.store-cards__item__header {
  height: 2.0714285714rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.store-cards__item__header img.ci-image {
  height: 0.8571428571rem;
  width: auto;
}
.store-cards__item__brand-logo, .store-cards__item__location-marker {
  max-height: 2.0714285714rem;
}
.store-cards__item__brand-logo {
  max-width: calc(100% - 2.5rem);
}
.store-cards__item__location-marker {
  max-width: 1.7857142857rem;
}
.store-cards__item p {
  width: 100%;
}
.store-cards__item p:last-child {
  margin-bottom: 0;
}
.store-cards__item p span {
  display: block;
}
.store-cards__item .button, .store-cards__item .fld--file .fld__label, .fld--file .store-cards__item .fld__label {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.cms-titc__items .titci .titci__separator {
  width: 100%;
  height: 0.1428571429rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  background: #ececec;
}
.cms-titc__items .titci:first-child .titci__separator {
  display: none;
}
.cms-titc__items .titci:has(:not(.titci__separator)):not(:first-child) {
  margin-top: 1.5rem;
}
.cms-titc__body h1, .cms-titc__body .h1, .cms-titc__body h2, .cms-titc__body .h2 {
  margin-bottom: 1.2857142857rem;
}
.cms-titc__body h3, .cms-titc__body .h3, .cms-titc__body h4, .cms-titc__body .h4 {
  margin-bottom: 1rem;
}

.cms-cic .panel__itembody {
  margin-top: 0;
}

.cms-accordion .panel__itembody {
  margin-top: 0;
  margin-bottom: 0;
}

.cms-rte__content > * {
  margin-bottom: 0.7142857143rem;
}
.cms-rte__content > *:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 72.5em) {
  .cms-rte__content > *:last-child {
    margin-bottom: 0;
  }
}

.cms-hero-grid__hero-content {
  position: relative;
}
.cms-hero-grid__hero-content h1:not(.cms-hero-grid__title-img-heading) {
  font-size: 2rem;
  line-height: 1.25;
  display: inline-block;
  padding: 0.5rem 1.285rem;
  background-color: var(--colorPrimary);
  color: var(--colorTextLight);
}
.cms-hero-grid__hero-content h1.cms-hero-grid__title-img-heading {
  margin: 0;
}
.cms-hero-grid__hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}
.cms-hero-grid__hero-bg .ci-image-wrapper,
.cms-hero-grid__hero-bg .ci-alternative-wrapper {
  display: block;
  padding-bottom: 26.6666666667% !important;
  height: 0;
  position: relative;
  overflow: hidden;
}
.cms-hero-grid__hero-bg .ci-image-wrapper > img,
.cms-hero-grid__hero-bg .ci-image-wrapper > picture,
.cms-hero-grid__hero-bg .ci-alternative-wrapper > img,
.cms-hero-grid__hero-bg .ci-alternative-wrapper > picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.cms-hero-grid__hero-bg .ci-image-wrapper img,
.cms-hero-grid__hero-bg .ci-image-wrapper source,
.cms-hero-grid__hero-bg .ci-alternative-wrapper img,
.cms-hero-grid__hero-bg .ci-alternative-wrapper source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.cms-hero-grid__wrapper {
  position: relative;
  z-index: 2;
}
.cms-hero-grid__sizer {
  padding-bottom: 26.6666666667%;
  position: relative;
}
.cms-hero-grid__inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-height: 100%;
}
.cms-hero-grid__inner--v-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
}
.cms-hero-grid__title-img {
  padding: 1.0714285714rem 3.2142857143rem;
  background-color: #fff;
  display: inline-block;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.45);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.45);
}
.cms-hero-grid__title-img img {
  height: 5.3571428571rem;
  width: auto !important;
}
@media screen and (min-width: 93.75em) {
  .cms-hero-grid__inner--v-center {
    margin-top: -2%;
  }
}
@media screen and (min-width: 72.5em) {
  .cms-hero-grid__wrapper {
    margin-top: 2%;
    display: grid;
    width: 100%;
    -webkit-column-gap: 5%;
    -moz-column-gap: 5%;
    column-gap: 5%;
    grid-template: [row1-start] "a b" auto [row1-end] [row2-start] "c b" 1fr [row2-end]/5fr 2fr;
  }
  .cms-hero-grid__hero-content {
    grid-area: a;
  }
  .cms-hero-grid__sizer {
    padding-bottom: 36.3636363636%;
  }
  .cms-hero-grid__inner {
    margin-top: 8%;
  }
  .cms-hero-grid__inner--v-center {
    margin-top: calc(-2% - 15px);
  }
  .cms-hero-grid__aside {
    grid-area: b;
    background-color: #ececec;
    padding: 1.428rem 2.142rem;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
  }
  .cms-hero-grid__main {
    grid-area: c;
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
    padding-top: 2rem;
  }
}
@media print, screen and (max-width: 72.49875em) {
  .cms-hero-grid {
    /*  margins and width should be calculated this way to be
        consistent with `.panel` and `.grid-container` class
        (and their css properties) */
    margin: 0 -30px;
    width: calc(100% + 60px);
  }
  .cms-hero-grid__hero-content {
    margin-top: -20px;
  }
  .cms-hero-grid__hero-content h1:not(.cms-hero-grid__title-img-heading) {
    font-size: 1.5rem;
    padding: 1.142rem 0.857rem;
    margin-bottom: 4%;
  }
  .cms-hero-grid__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cms-hero-grid__inner--v-center {
    margin-top: -1.0714285714rem;
  }
  .cms-hero-grid__aside, .cms-hero-grid__main {
    margin-top: 1.785rem;
  }
  .cms-hero-grid__aside {
    padding: 0 15px;
  }
  .cms-hero-grid__main {
    padding: 20px 15px 0;
    background-color: #fff;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .cms-hero-grid__hero-content h1:not(.cms-hero-grid__title-img-heading) {
    margin-bottom: 10%;
  }
  .cms-hero-grid__hero-bg .ci-image-wrapper,
  .cms-hero-grid__hero-bg .ci-alternative-wrapper {
    padding-bottom: 53.8461538462% !important;
  }
  .cms-hero-grid__sizer {
    padding-bottom: 53.8461538462%;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .cms-hero-grid {
    /*  margins and width should be calculated this way to be
        consistent with `.panel` and `.grid-container` class
        (and their css properties) */
    margin: 0 -20px;
    width: calc(100% + 40px);
  }
  .cms-hero-grid h1:not(.cms-hero-grid__title-img-heading) {
    font-size: 1.142rem;
  }
  .cms-hero-grid__title-img {
    padding: 0.7142857143rem 2.1428571429rem;
  }
  .cms-hero-grid__title-img img {
    height: 3.5714285714rem;
  }
}
@media print, screen and (max-width: 35.49875em) {
  .cms-hero-grid {
    /*  margins and width should be calculated this way to be
        consistent with `.panel` and `.grid-container` class
        (and their css properties) */
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
}

.cms-hero-banner:has(.hero-banner--smart) {
  padding-bottom: 0;
  aspect-ratio: 4/3;
  overflow: hidden;
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 48.0625em) {
  .cms-hero-banner:has(.hero-banner--smart) {
    aspect-ratio: 29/13;
  }
}
@media screen and (min-width: 72.5em) {
  .cms-hero-banner:has(.hero-banner--smart) {
    aspect-ratio: 96/23;
  }
}
@media screen and (min-width: 93.75em) {
  .cms-hero-banner:has(.hero-banner--smart) {
    aspect-ratio: 64/15;
  }
}
.cms-hero-banner .hero-banner.hero-banner--smart {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cms-hero-banner .hero-banner.hero-banner--smart .hero-banner__bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.cms-hero-banner .hero-banner.hero-banner--smart .hero-banner__bg picture {
  display: block;
}
.cms-hero-banner .hero-banner.hero-banner--smart .hero-banner__bg picture,
.cms-hero-banner .hero-banner.hero-banner--smart .hero-banner__bg source,
.cms-hero-banner .hero-banner.hero-banner--smart .hero-banner__bg img {
  width: 100%;
  height: 100%;
}
.cms-hero-banner .hero-banner.hero-banner--smart .hero-banner__bg source,
.cms-hero-banner .hero-banner.hero-banner--smart .hero-banner__bg img {
  -o-object-fit: cover;
  object-fit: cover;
}
.cms-hero-banner .hero-banner.hero-banner--smart .hero-banner__bg .ci-image-wrapper,
.cms-hero-banner .hero-banner.hero-banner--smart .hero-banner__bg .ci-alternative-wrapper {
  position: relative;
}
@media print, screen and (max-width: 48.06125em) {
  .cms-hero-banner .hero-banner.hero-banner--smart .hero-banner__bg source,
  .cms-hero-banner .hero-banner.hero-banner--smart .hero-banner__bg img {
    position: absolute;
    inset: 0;
  }
  .cms-hero-banner .hero-banner.hero-banner--smart .hero-banner__bg .ci-image-wrapper,
  .cms-hero-banner .hero-banner.hero-banner--smart .hero-banner__bg .ci-alternative-wrapper {
    padding-bottom: 53.8461538462% !important;
  }
}
.cms-hero-banner .hero-banner.hero-banner--smart .hero-banner__wrapper {
  z-index: 2;
}
.cms-hero-banner .hero-banner.hero-banner--smart .hero-banner__wrapper.panel {
  background: transparent;
}

.cms-margin-spacer-0 {
  height: 0rem;
}

.cms-margin-spacer-7 {
  height: 0.5rem;
}

.cms-margin-spacer-14 {
  height: 1rem;
}

.cms-margin-spacer-21 {
  height: 1.5rem;
}

.cms-margin-spacer-28 {
  height: 2rem;
}

.cms-margin-spacer-35 {
  height: 2.5rem;
}

.cms-margin-spacer-42 {
  height: 3rem;
}

.cms-margin-spacer-49 {
  height: 3.5rem;
}

.cms-margin-spacer-56 {
  height: 4rem;
}

.magazine-background {
  background-color: #fff;
  /* > .cell {
      max-width: rem-calc(1180);
      margin-inline: auto !important;
  } */
}

.magazine-filter__mobile-button-wrapper {
  margin-top: 1.2857142857rem;
}
.magazine-filter__mobile-button-wrapper .filter__toggle .icon:first-child svg {
  fill: var(--colorPrimary);
}
.magazine-filter__mobile-button-wrapper .filter__toggle.is-active {
  background-color: var(--colorPrimary);
}
.magazine-filter__wrapper {
  -webkit-transition: max-height 0.2s ease, opacity 0.2s ease;
  transition: max-height 0.2s ease, opacity 0.2s ease;
}
.magazine-filter__item {
  position: relative;
  width: 100%;
  margin-bottom: 0.7142857143rem;
}
.magazine-filter__item__checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.magazine-filter__item__checkbox + label, .magazine-filter__item__checkbox + .fld__label {
  margin: 0;
  padding: 0.7142857143rem 1.0714285714rem;
  font-size: 1rem;
  background-color: #ececec;
  width: 100%;
}
.magazine-filter__item__checkbox + label:hover, .magazine-filter__item__checkbox + .fld__label:hover {
  color: #fff;
  background-color: var(--colorPrimary);
}
.magazine-filter__item__checkbox:checked + label, .magazine-filter__item__checkbox:checked + .fld__label {
  color: #fff;
  background-color: var(--colorPrimary);
}
.magazine-filter .pageHeadline {
  padding-bottom: 0.7142857143rem;
}
@media print, screen and (min-width: 35.5em) {
  .magazine-filter__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.7142857143rem;
  }
  .magazine-filter__wrapper.filter__container {
    max-height: unset;
  }
  .magazine-filter__item {
    width: auto;
  }
  .magazine-filter__item__checkbox + label, .magazine-filter__item__checkbox + .fld__label {
    padding: 0.7142857143rem 1.4285714286rem;
    font-size: 1.1428571429rem;
    line-height: 1;
    font-weight: bold;
    color: #000;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    width: auto;
  }
}

.magazine-teaser {
  row-gap: 2.1428571429rem;
}
.magazine-teaser__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 2px solid #c5c6c6;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  min-height: 22.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .magazine-teaser__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .magazine-teaser__item:nth-child(1), .magazine-teaser__item:nth-child(4) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .magazine-teaser__item:not(.large-6) .magazine-teaser__item__image-holder {
    min-width: 65%;
  }
  .magazine-teaser__item:not(.large-6) .magazine-teaser__item__content {
    padding: 1.4285714286rem 2.1428571429rem;
  }
}
.magazine-teaser__item__image-holder {
  display: block;
  position: relative;
  height: 17.8571428571rem;
  min-width: 55%;
  overflow: hidden;
}
@media print, screen and (min-width: 64.0625em) {
  .magazine-teaser__item__image-holder {
    height: auto;
  }
}
.magazine-teaser__item__image-holder .ci-image-wrapper {
  width: 100%;
  height: 100%;
}
.magazine-teaser__item__image-holder img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.magazine-teaser__item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.0714285714rem 1.4285714286rem;
}
.magazine-teaser__item__content__tags {
  color: #6e6e6e;
  margin-bottom: 0;
}
.magazine-teaser__item__content__text {
  margin-bottom: 0.7142857143rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.magazine-teaser__item__content .button, .magazine-teaser__item__content .fld--file .fld__label, .fld--file .magazine-teaser__item__content .fld__label {
  -ms-flex-item-align: end;
  align-self: flex-end;
  /* border-color: $color-orange;
  background-color: $color-orange; */
  margin-bottom: 0;
  /* &:hover {
      border-color: $color-orange-dark;
      background-color: $color-orange-dark;
  } */
}
.magazine-teaser__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 2.1428571429rem;
  color: var(--colorPrimary);
  font-family: gt-america-standard-bold, monospace;
  line-height: 1;
  text-transform: uppercase;
}
.magazine-teaser__pagination__pointer {
  display: inline-block;
  margin: 0 0.7142857143rem;
  color: var(--colorPrimary);
}

.inactive {
  color: #6e6e6e;
  pointer-events: none;
}

.contact-form-conditional__wrapper {
  position: relative;
  width: 100%;
  height: auto;
  min-height: 21rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.contact-form-conditional__wrapper.has-loader {
  height: 21rem;
  overflow: hidden;
}
.contact-form-conditional__wrapper .cell:has(> label > input[name=firstname], > .fld__label > input[name=firstname]),
.contact-form-conditional__wrapper .cell:has(> label > input[name=lastname], > .fld__label > input[name=lastname]),
.contact-form-conditional__wrapper .cell:has(> label > input[name=zipCode], > .fld__label > input[name=zipCode]),
.contact-form-conditional__wrapper .cell:has(> label > input[name=city], > .fld__label > input[name=city]) {
  width: calc(50% - 30px / 2 - 30px / 2);
}
@media print, screen and (max-width: 35.49875em) {
  .contact-form-conditional__wrapper .cell:has(> label > input[name=firstname], > .fld__label > input[name=firstname]),
  .contact-form-conditional__wrapper .cell:has(> label > input[name=lastname], > .fld__label > input[name=lastname]),
  .contact-form-conditional__wrapper .cell:has(> label > input[name=zipCode], > .fld__label > input[name=zipCode]),
  .contact-form-conditional__wrapper .cell:has(> label > input[name=city], > .fld__label > input[name=city]) {
    width: calc(100% - 20px / 2 - 20px / 2);
  }
}
.contact-form-conditional .form__group:not(:last-child) {
  margin-bottom: 1.7857142857rem;
}
.contact-form-conditional .form__row--buttons .friendly-captcha {
  width: calc(100% - 10px);
}
.contact-form-conditional .form__row--buttons .friendly-captcha + .button, .contact-form-conditional .form__row--buttons .fld--file .friendly-captcha + .fld__label, .fld--file .contact-form-conditional .form__row--buttons .friendly-captcha + .fld__label {
  margin-top: 2.1428571429rem;
}
.contact-form-conditional .form__row--buttons.has--stretched-buttons:not(:first-child) {
  margin-top: 0;
}
.contact-form-conditional textarea {
  resize: vertical;
}

.article-slider {
  margin-bottom: 2.5rem;
  position: relative;
  overflow: hidden;
}
.article-slider div[data-module=articleSlider]:not(.slick-initialized) {
  opacity: 0;
  height: 7.1428571429rem;
}
.article-slider__head {
  margin-bottom: 2rem;
}
.article-slider__headline {
  color: var(--colorPrimary);
  line-height: 1.2;
}
.article-slider__subheadline {
  font-size: 20px;
  margin: 0;
}
.article-slider__slider {
  position: relative;
}
.article-slider__item-inner {
  position: relative;
  -webkit-box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
  margin: 0.1428571429rem 0.5714285714rem 0.5714285714rem 0.1428571429rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.article-slider__item-image {
  margin-bottom: 2.5rem;
}
.article-slider__item-image img {
  width: 100%;
  height: auto;
}
.article-slider__item-content {
  padding: 0 2.5rem;
  margin-bottom: 10.5rem;
}
.article-slider__item-content:last-child {
  margin-bottom: 1.5rem;
}
.article-slider__item-category {
  color: #6e6e6e;
}
.article-slider__item-button {
  position: absolute;
  left: 2.5rem;
  right: 0;
  bottom: 2.5rem;
}
.article-slider__item-button a.button, .article-slider__item-button .fld--file a.fld__label, .fld--file .article-slider__item-button a.fld__label {
  display: inline-block;
  margin-bottom: 0;
}
.article-slider__loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}
.article-slider .button--slider {
  top: 42%;
  -webkit-transform: none;
  transform: none;
}
.article-slider .slick-list {
  margin-left: -1.5714285714rem;
}
.article-slider .slick-slide {
  margin-left: 1.5714285714rem;
}

.contact__content .openingtimes {
  max-width: 25rem;
}

.category-component {
  padding: 1.0714285714rem 0.3571428571rem;
  background-color: #ececec;
}
.category-component__brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1.4285714286rem;
}
.category-component__brand__header {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.category-component__brand__logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 40%;
  margin-bottom: 0.7142857143rem;
}
.category-component__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-left: 1.4285714286rem;
}
.category-component__element h3 {
  font-size: 1.1428571429rem;
}
.category-component__element img {
  margin-right: 1.0714285714rem;
  width: 2.1428571429rem;
}
.category-component__element:hover {
  color: #6e6e6e;
}
@media print, screen and (max-width: 64.06125em) {
  .category-component h2 {
    font-size: 1.4285714286rem;
  }
  .category-component__element p {
    font-size: 0.8571428571rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .category-component {
    padding: 1.7857142857rem 1.0714285714rem;
  }
  .category-component__brand {
    margin-bottom: 0;
  }
  .category-component__brand__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .category-component__brand p {
    font-size: 1.1428571429rem;
  }
  .category-component__element {
    padding-left: 0;
  }
  .category-component__element h3 {
    font-size: 1.2857142857rem;
  }
  .category-component__element img {
    margin-right: 2.1428571429rem;
  }
}

.cms-curated-products .tile-grid.tile-grid--listview .product-tile {
  border: 1px solid #c5c6c6;
}
.cms-curated-products__all-to-cart {
  text-align: center;
}
.cms-curated-products__all-to-cart .button, .cms-curated-products__all-to-cart .fld--file .fld__label, .fld--file .cms-curated-products__all-to-cart .fld__label {
  margin: 0 auto;
}

.cms-terralis-joint-calculator .panel__itembody,
.cms-terralis-gabion-calculator .panel__itembody,
.cms-terralis-mortar-calculator .panel__itembody {
  margin-top: 0;
}
.cms-terralis-joint-calculator .joint-calculator__wrapper,
.cms-terralis-joint-calculator .gabion-calculator__wrapper,
.cms-terralis-joint-calculator .mortar-calculator__wrapper,
.cms-terralis-gabion-calculator .joint-calculator__wrapper,
.cms-terralis-gabion-calculator .gabion-calculator__wrapper,
.cms-terralis-gabion-calculator .mortar-calculator__wrapper,
.cms-terralis-mortar-calculator .joint-calculator__wrapper,
.cms-terralis-mortar-calculator .gabion-calculator__wrapper,
.cms-terralis-mortar-calculator .mortar-calculator__wrapper {
  position: relative;
  max-width: 568px;
  margin: 0 auto;
}
@media print, screen and (min-width: 64.0625em) {
  .cms-terralis-joint-calculator .joint-calculator__wrapper,
  .cms-terralis-joint-calculator .gabion-calculator__wrapper,
  .cms-terralis-joint-calculator .mortar-calculator__wrapper,
  .cms-terralis-gabion-calculator .joint-calculator__wrapper,
  .cms-terralis-gabion-calculator .gabion-calculator__wrapper,
  .cms-terralis-gabion-calculator .mortar-calculator__wrapper,
  .cms-terralis-mortar-calculator .joint-calculator__wrapper,
  .cms-terralis-mortar-calculator .gabion-calculator__wrapper,
  .cms-terralis-mortar-calculator .mortar-calculator__wrapper {
    max-width: calc(769px);
  }
}
@media screen and (min-width: 72.5em) {
  .cms-terralis-joint-calculator .joint-calculator__wrapper,
  .cms-terralis-joint-calculator .gabion-calculator__wrapper,
  .cms-terralis-joint-calculator .mortar-calculator__wrapper,
  .cms-terralis-gabion-calculator .joint-calculator__wrapper,
  .cms-terralis-gabion-calculator .gabion-calculator__wrapper,
  .cms-terralis-gabion-calculator .mortar-calculator__wrapper,
  .cms-terralis-mortar-calculator .joint-calculator__wrapper,
  .cms-terralis-mortar-calculator .gabion-calculator__wrapper,
  .cms-terralis-mortar-calculator .mortar-calculator__wrapper {
    max-width: calc(1025px);
  }
}
@media screen and (min-width: 81.25em) {
  .cms-terralis-joint-calculator .joint-calculator__wrapper,
  .cms-terralis-joint-calculator .gabion-calculator__wrapper,
  .cms-terralis-joint-calculator .mortar-calculator__wrapper,
  .cms-terralis-gabion-calculator .joint-calculator__wrapper,
  .cms-terralis-gabion-calculator .gabion-calculator__wrapper,
  .cms-terralis-gabion-calculator .mortar-calculator__wrapper,
  .cms-terralis-mortar-calculator .joint-calculator__wrapper,
  .cms-terralis-mortar-calculator .gabion-calculator__wrapper,
  .cms-terralis-mortar-calculator .mortar-calculator__wrapper {
    max-width: calc(1025px);
  }
}
@media screen and (min-width: 93.75em) {
  .cms-terralis-joint-calculator .joint-calculator__wrapper,
  .cms-terralis-joint-calculator .gabion-calculator__wrapper,
  .cms-terralis-joint-calculator .mortar-calculator__wrapper,
  .cms-terralis-gabion-calculator .joint-calculator__wrapper,
  .cms-terralis-gabion-calculator .gabion-calculator__wrapper,
  .cms-terralis-gabion-calculator .mortar-calculator__wrapper,
  .cms-terralis-mortar-calculator .joint-calculator__wrapper,
  .cms-terralis-mortar-calculator .gabion-calculator__wrapper,
  .cms-terralis-mortar-calculator .mortar-calculator__wrapper {
    max-width: calc(1160px);
  }
}
.cms-terralis-joint-calculator .joint-calculator__product-select-placeholder,
.cms-terralis-joint-calculator .gabion-calculator__product-select-placeholder,
.cms-terralis-joint-calculator .mortar-calculator__product-select-placeholder,
.cms-terralis-gabion-calculator .joint-calculator__product-select-placeholder,
.cms-terralis-gabion-calculator .gabion-calculator__product-select-placeholder,
.cms-terralis-gabion-calculator .mortar-calculator__product-select-placeholder,
.cms-terralis-mortar-calculator .joint-calculator__product-select-placeholder,
.cms-terralis-mortar-calculator .gabion-calculator__product-select-placeholder,
.cms-terralis-mortar-calculator .mortar-calculator__product-select-placeholder {
  background-color: #ececec;
  height: 5.9285714286rem;
  margin: 0 auto 1rem;
  max-width: 568px;
}
@media print, screen and (min-width: 64.0625em) {
  .cms-terralis-joint-calculator .joint-calculator__product-select-placeholder,
  .cms-terralis-joint-calculator .gabion-calculator__product-select-placeholder,
  .cms-terralis-joint-calculator .mortar-calculator__product-select-placeholder,
  .cms-terralis-gabion-calculator .joint-calculator__product-select-placeholder,
  .cms-terralis-gabion-calculator .gabion-calculator__product-select-placeholder,
  .cms-terralis-gabion-calculator .mortar-calculator__product-select-placeholder,
  .cms-terralis-mortar-calculator .joint-calculator__product-select-placeholder,
  .cms-terralis-mortar-calculator .gabion-calculator__product-select-placeholder,
  .cms-terralis-mortar-calculator .mortar-calculator__product-select-placeholder {
    max-width: calc(755px);
  }
}
@media screen and (min-width: 72.5em) {
  .cms-terralis-joint-calculator .joint-calculator__product-select-placeholder,
  .cms-terralis-joint-calculator .gabion-calculator__product-select-placeholder,
  .cms-terralis-joint-calculator .mortar-calculator__product-select-placeholder,
  .cms-terralis-gabion-calculator .joint-calculator__product-select-placeholder,
  .cms-terralis-gabion-calculator .gabion-calculator__product-select-placeholder,
  .cms-terralis-gabion-calculator .mortar-calculator__product-select-placeholder,
  .cms-terralis-mortar-calculator .joint-calculator__product-select-placeholder,
  .cms-terralis-mortar-calculator .gabion-calculator__product-select-placeholder,
  .cms-terralis-mortar-calculator .mortar-calculator__product-select-placeholder {
    max-width: calc(1011px);
  }
}
@media screen and (min-width: 81.25em) {
  .cms-terralis-joint-calculator .joint-calculator__product-select-placeholder,
  .cms-terralis-joint-calculator .gabion-calculator__product-select-placeholder,
  .cms-terralis-joint-calculator .mortar-calculator__product-select-placeholder,
  .cms-terralis-gabion-calculator .joint-calculator__product-select-placeholder,
  .cms-terralis-gabion-calculator .gabion-calculator__product-select-placeholder,
  .cms-terralis-gabion-calculator .mortar-calculator__product-select-placeholder,
  .cms-terralis-mortar-calculator .joint-calculator__product-select-placeholder,
  .cms-terralis-mortar-calculator .gabion-calculator__product-select-placeholder,
  .cms-terralis-mortar-calculator .mortar-calculator__product-select-placeholder {
    max-width: calc(1011px);
  }
}
@media screen and (min-width: 93.75em) {
  .cms-terralis-joint-calculator .joint-calculator__product-select-placeholder,
  .cms-terralis-joint-calculator .gabion-calculator__product-select-placeholder,
  .cms-terralis-joint-calculator .mortar-calculator__product-select-placeholder,
  .cms-terralis-gabion-calculator .joint-calculator__product-select-placeholder,
  .cms-terralis-gabion-calculator .gabion-calculator__product-select-placeholder,
  .cms-terralis-gabion-calculator .mortar-calculator__product-select-placeholder,
  .cms-terralis-mortar-calculator .joint-calculator__product-select-placeholder,
  .cms-terralis-mortar-calculator .gabion-calculator__product-select-placeholder,
  .cms-terralis-mortar-calculator .mortar-calculator__product-select-placeholder {
    max-width: calc(1146px);
  }
}
.cms-terralis-joint-calculator app-joint-calculator .column-label,
.cms-terralis-gabion-calculator app-joint-calculator .column-label,
.cms-terralis-mortar-calculator app-joint-calculator .column-label {
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 20px;
  margin: 0 0 1.1428571429rem;
}
@media print, screen and (max-width: 48.06125em) {
  .cms-terralis-joint-calculator app-joint-calculator .column-label,
  .cms-terralis-gabion-calculator app-joint-calculator .column-label,
  .cms-terralis-mortar-calculator app-joint-calculator .column-label {
    font-size: 20px;
    line-height: 30px;
  }
}
.cms-terralis-joint-calculator app-joint-calculator br,
.cms-terralis-gabion-calculator app-joint-calculator br,
.cms-terralis-mortar-calculator app-joint-calculator br {
  display: none;
}
.cms-terralis-joint-calculator app-joint-calculator label, .cms-terralis-joint-calculator app-joint-calculator .fld__label,
.cms-terralis-gabion-calculator app-joint-calculator label,
.cms-terralis-gabion-calculator app-joint-calculator .fld__label,
.cms-terralis-mortar-calculator app-joint-calculator label,
.cms-terralis-mortar-calculator app-joint-calculator .fld__label {
  position: relative;
}
.cms-terralis-joint-calculator app-joint-calculator label .calculator-unit, .cms-terralis-joint-calculator app-joint-calculator .fld__label .calculator-unit,
.cms-terralis-gabion-calculator app-joint-calculator label .calculator-unit,
.cms-terralis-gabion-calculator app-joint-calculator .fld__label .calculator-unit,
.cms-terralis-mortar-calculator app-joint-calculator label .calculator-unit,
.cms-terralis-mortar-calculator app-joint-calculator .fld__label .calculator-unit {
  position: absolute;
  right: 20px;
  top: calc(100% + 9px);
}
.cms-terralis-joint-calculator app-joint-calculator ng-select,
.cms-terralis-gabion-calculator app-joint-calculator ng-select,
.cms-terralis-mortar-calculator app-joint-calculator ng-select {
  height: 40px;
  color: #00264b;
  font-size: 14px;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
  line-height: 1.5;
  margin: 0 0 1.1428571429rem;
}
.cms-terralis-joint-calculator app-joint-calculator ng-select input,
.cms-terralis-gabion-calculator app-joint-calculator ng-select input,
.cms-terralis-mortar-calculator app-joint-calculator ng-select input {
  margin: 0;
}
.cms-terralis-joint-calculator app-joint-calculator ng-select .ng-select-container,
.cms-terralis-gabion-calculator app-joint-calculator ng-select .ng-select-container,
.cms-terralis-mortar-calculator app-joint-calculator ng-select .ng-select-container {
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #00264b;
  border-radius: 0;
  border-width: 0 0 2px 0;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 3.2142857143rem 0 1.0714285714rem;
}
.cms-terralis-joint-calculator app-joint-calculator ng-select .ng-value-container,
.cms-terralis-gabion-calculator app-joint-calculator ng-select .ng-value-container,
.cms-terralis-mortar-calculator app-joint-calculator ng-select .ng-value-container {
  -ms-flex-item-align: center;
  align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.cms-terralis-joint-calculator app-joint-calculator ng-select .ng-arrow-wrapper,
.cms-terralis-gabion-calculator app-joint-calculator ng-select .ng-arrow-wrapper,
.cms-terralis-mortar-calculator app-joint-calculator ng-select .ng-arrow-wrapper {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cms-terralis-joint-calculator app-joint-calculator ng-select .ng-arrow-wrapper .ng-arrow,
.cms-terralis-gabion-calculator app-joint-calculator ng-select .ng-arrow-wrapper .ng-arrow,
.cms-terralis-mortar-calculator app-joint-calculator ng-select .ng-arrow-wrapper .ng-arrow {
  width: 18px !important;
  height: 18px !important;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgogICAgIHZpZXdCb3g9IjAgMCAxOCAxOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHRpdGxlPmZ1bmN0aW9uL2ljL2Fycm93IGxlZnQ8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8cG9seWdvbiBwb2ludHM9IjEyLjYsMy45IDExLjYsMi44IDUuNCw5IDExLjYsMTUuMiAxMi42LDE0LjEgNy41LDkgIi8+Cjwvc3ZnPg==");
}
.cms-terralis-joint-calculator app-joint-calculator ng-select ng-dropdown-panel,
.cms-terralis-gabion-calculator app-joint-calculator ng-select ng-dropdown-panel,
.cms-terralis-mortar-calculator app-joint-calculator ng-select ng-dropdown-panel {
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #00264b;
  border-radius: 0;
  border-width: 0 0 2px 0;
  border-top: none;
}
.cms-terralis-joint-calculator app-joint-calculator ng-select ng-dropdown-panel .ng-option,
.cms-terralis-gabion-calculator app-joint-calculator ng-select ng-dropdown-panel .ng-option,
.cms-terralis-mortar-calculator app-joint-calculator ng-select ng-dropdown-panel .ng-option {
  padding: 0.7142857143rem 1.0714285714rem;
  cursor: pointer;
}
.cms-terralis-joint-calculator app-joint-calculator ng-select ng-dropdown-panel .ng-option:hover:not(.ng-option-selected),
.cms-terralis-gabion-calculator app-joint-calculator ng-select ng-dropdown-panel .ng-option:hover:not(.ng-option-selected),
.cms-terralis-mortar-calculator app-joint-calculator ng-select ng-dropdown-panel .ng-option:hover:not(.ng-option-selected) {
  color: #e84d0b;
}
.cms-terralis-joint-calculator app-joint-calculator ng-select ng-dropdown-panel .ng-option.ng-option-selected,
.cms-terralis-gabion-calculator app-joint-calculator ng-select ng-dropdown-panel .ng-option.ng-option-selected,
.cms-terralis-mortar-calculator app-joint-calculator ng-select ng-dropdown-panel .ng-option.ng-option-selected {
  color: #c5c6c6;
  cursor: default;
}
.cms-terralis-joint-calculator app-joint-calculator ng-select .ng-dropdown-panel-items,
.cms-terralis-gabion-calculator app-joint-calculator ng-select .ng-dropdown-panel-items,
.cms-terralis-mortar-calculator app-joint-calculator ng-select .ng-dropdown-panel-items {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.cms-terralis-joint-calculator app-joint-calculator ng-select.ng-select-opened .ng-dropdown-panel-items,
.cms-terralis-gabion-calculator app-joint-calculator ng-select.ng-select-opened .ng-dropdown-panel-items,
.cms-terralis-mortar-calculator app-joint-calculator ng-select.ng-select-opened .ng-dropdown-panel-items {
  max-height: 150px;
}
.cms-terralis-joint-calculator app-joint-calculator ng-select.ng-select-opened .ng-arrow-wrapper .ng-arrow,
.cms-terralis-gabion-calculator app-joint-calculator ng-select.ng-select-opened .ng-arrow-wrapper .ng-arrow,
.cms-terralis-mortar-calculator app-joint-calculator ng-select.ng-select-opened .ng-arrow-wrapper .ng-arrow {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cms-terralis-joint-calculator app-joint-calculator input[type=number],
.cms-terralis-gabion-calculator app-joint-calculator input[type=number],
.cms-terralis-mortar-calculator app-joint-calculator input[type=number] {
  padding: 0 3.2142857143rem 0 1.0714285714rem;
}
.cms-terralis-joint-calculator app-joint-calculator form > .gd-grid > div:first-child > label:first-of-type, .cms-terralis-joint-calculator app-joint-calculator form > .gd-grid > div:first-child > .fld__label:first-of-type,
.cms-terralis-gabion-calculator app-joint-calculator form > .gd-grid > div:first-child > label:first-of-type,
.cms-terralis-gabion-calculator app-joint-calculator form > .gd-grid > div:first-child > .fld__label:first-of-type,
.cms-terralis-mortar-calculator app-joint-calculator form > .gd-grid > div:first-child > label:first-of-type,
.cms-terralis-mortar-calculator app-joint-calculator form > .gd-grid > div:first-child > .fld__label:first-of-type {
  position: absolute;
  top: 0.5rem;
  left: 1rem;
}
@media print, screen and (min-width: 64.0625em) {
  .cms-terralis-joint-calculator app-joint-calculator form > .gd-grid > div:first-child > label:first-of-type, .cms-terralis-joint-calculator app-joint-calculator form > .gd-grid > div:first-child > .fld__label:first-of-type,
  .cms-terralis-gabion-calculator app-joint-calculator form > .gd-grid > div:first-child > label:first-of-type,
  .cms-terralis-gabion-calculator app-joint-calculator form > .gd-grid > div:first-child > .fld__label:first-of-type,
  .cms-terralis-mortar-calculator app-joint-calculator form > .gd-grid > div:first-child > label:first-of-type,
  .cms-terralis-mortar-calculator app-joint-calculator form > .gd-grid > div:first-child > .fld__label:first-of-type {
    left: 1.5rem;
  }
}
.cms-terralis-joint-calculator app-joint-calculator form > .gd-grid > div:first-child > ng-select:first-of-type,
.cms-terralis-gabion-calculator app-joint-calculator form > .gd-grid > div:first-child > ng-select:first-of-type,
.cms-terralis-mortar-calculator app-joint-calculator form > .gd-grid > div:first-child > ng-select:first-of-type {
  position: absolute;
  top: calc(0.5rem + 1.5714285714rem);
  left: 1rem;
  width: calc(100% - 2rem);
  max-width: calc(540px);
}
@media print, screen and (min-width: 64.0625em) {
  .cms-terralis-joint-calculator app-joint-calculator form > .gd-grid > div:first-child > ng-select:first-of-type,
  .cms-terralis-gabion-calculator app-joint-calculator form > .gd-grid > div:first-child > ng-select:first-of-type,
  .cms-terralis-mortar-calculator app-joint-calculator form > .gd-grid > div:first-child > ng-select:first-of-type {
    left: 1.5rem;
    max-width: calc(727px);
  }
}
@media screen and (min-width: 72.5em) {
  .cms-terralis-joint-calculator app-joint-calculator form > .gd-grid > div:first-child > ng-select:first-of-type,
  .cms-terralis-gabion-calculator app-joint-calculator form > .gd-grid > div:first-child > ng-select:first-of-type,
  .cms-terralis-mortar-calculator app-joint-calculator form > .gd-grid > div:first-child > ng-select:first-of-type {
    max-width: calc(983px);
  }
}
@media screen and (min-width: 81.25em) {
  .cms-terralis-joint-calculator app-joint-calculator form > .gd-grid > div:first-child > ng-select:first-of-type,
  .cms-terralis-gabion-calculator app-joint-calculator form > .gd-grid > div:first-child > ng-select:first-of-type,
  .cms-terralis-mortar-calculator app-joint-calculator form > .gd-grid > div:first-child > ng-select:first-of-type {
    max-width: calc(983px);
  }
}
@media screen and (min-width: 93.75em) {
  .cms-terralis-joint-calculator app-joint-calculator form > .gd-grid > div:first-child > ng-select:first-of-type,
  .cms-terralis-gabion-calculator app-joint-calculator form > .gd-grid > div:first-child > ng-select:first-of-type,
  .cms-terralis-mortar-calculator app-joint-calculator form > .gd-grid > div:first-child > ng-select:first-of-type {
    max-width: calc(1118px);
  }
}
@media print, screen and (max-width: 64.06125em) {
  .cms-terralis-joint-calculator app-joint-calculator form > .gd-grid,
  .cms-terralis-gabion-calculator app-joint-calculator form > .gd-grid,
  .cms-terralis-mortar-calculator app-joint-calculator form > .gd-grid {
    background-color: #ececec;
    padding: 1rem;
    max-width: 568px;
    margin: 0 auto;
  }
  .cms-terralis-joint-calculator app-joint-calculator form > .gd-grid > div:not(:last-child),
  .cms-terralis-gabion-calculator app-joint-calculator form > .gd-grid > div:not(:last-child),
  .cms-terralis-mortar-calculator app-joint-calculator form > .gd-grid > div:not(:last-child) {
    border-bottom: 1px solid #c5c6c6;
    margin-bottom: 1.4285714286rem;
    padding-bottom: 0.3571428571rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .cms-terralis-joint-calculator app-joint-calculator form > .gd-grid,
  .cms-terralis-gabion-calculator app-joint-calculator form > .gd-grid,
  .cms-terralis-mortar-calculator app-joint-calculator form > .gd-grid {
    max-width: 769px;
    margin: 0 auto;
  }
  .cms-terralis-joint-calculator app-joint-calculator form > .gd-grid > div,
  .cms-terralis-gabion-calculator app-joint-calculator form > .gd-grid > div,
  .cms-terralis-mortar-calculator app-joint-calculator form > .gd-grid > div {
    background-color: #ececec;
    padding: 1rem;
    width: calc(33.33333333% - 14px);
    margin: 0 7px;
  }
}
@media screen and (min-width: 72.5em) {
  .cms-terralis-joint-calculator app-joint-calculator form > .gd-grid,
  .cms-terralis-gabion-calculator app-joint-calculator form > .gd-grid,
  .cms-terralis-mortar-calculator app-joint-calculator form > .gd-grid {
    max-width: 1025px;
  }
}
@media screen and (min-width: 81.25em) {
  .cms-terralis-joint-calculator app-joint-calculator form > .gd-grid,
  .cms-terralis-gabion-calculator app-joint-calculator form > .gd-grid,
  .cms-terralis-mortar-calculator app-joint-calculator form > .gd-grid {
    max-width: 1025px;
  }
}
@media screen and (min-width: 93.75em) {
  .cms-terralis-joint-calculator app-joint-calculator form > .gd-grid,
  .cms-terralis-gabion-calculator app-joint-calculator form > .gd-grid,
  .cms-terralis-mortar-calculator app-joint-calculator form > .gd-grid {
    max-width: 1160px;
  }
}
.cms-terralis-joint-calculator app-joint-calculator .result > .gd-grid,
.cms-terralis-gabion-calculator app-joint-calculator .result > .gd-grid,
.cms-terralis-mortar-calculator app-joint-calculator .result > .gd-grid {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.cms-terralis-joint-calculator app-joint-calculator .result > .gd-grid > div,
.cms-terralis-gabion-calculator app-joint-calculator .result > .gd-grid > div,
.cms-terralis-mortar-calculator app-joint-calculator .result > .gd-grid > div {
  width: 45%;
}
.cms-terralis-joint-calculator app-joint-calculator .result > .gd-grid > div:nth-child(1), .cms-terralis-joint-calculator app-joint-calculator .result > .gd-grid > div:nth-child(2),
.cms-terralis-gabion-calculator app-joint-calculator .result > .gd-grid > div:nth-child(1),
.cms-terralis-gabion-calculator app-joint-calculator .result > .gd-grid > div:nth-child(2),
.cms-terralis-mortar-calculator app-joint-calculator .result > .gd-grid > div:nth-child(1),
.cms-terralis-mortar-calculator app-joint-calculator .result > .gd-grid > div:nth-child(2) {
  margin-bottom: 1.0714285714rem;
}
@media print, screen and (min-width: 48.0625em) {
  .cms-terralis-joint-calculator app-joint-calculator .result > .gd-grid > div,
  .cms-terralis-gabion-calculator app-joint-calculator .result > .gd-grid > div,
  .cms-terralis-mortar-calculator app-joint-calculator .result > .gd-grid > div {
    width: 40%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .cms-terralis-joint-calculator app-joint-calculator .result > .gd-grid > div,
  .cms-terralis-gabion-calculator app-joint-calculator .result > .gd-grid > div,
  .cms-terralis-mortar-calculator app-joint-calculator .result > .gd-grid > div {
    width: 24%;
  }
  .cms-terralis-joint-calculator app-joint-calculator .result > .gd-grid > div:nth-child(1), .cms-terralis-joint-calculator app-joint-calculator .result > .gd-grid > div:nth-child(2),
  .cms-terralis-gabion-calculator app-joint-calculator .result > .gd-grid > div:nth-child(1),
  .cms-terralis-gabion-calculator app-joint-calculator .result > .gd-grid > div:nth-child(2),
  .cms-terralis-mortar-calculator app-joint-calculator .result > .gd-grid > div:nth-child(1),
  .cms-terralis-mortar-calculator app-joint-calculator .result > .gd-grid > div:nth-child(2) {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 72.5em) {
  .cms-terralis-joint-calculator app-joint-calculator .result > .gd-grid > div,
  .cms-terralis-gabion-calculator app-joint-calculator .result > .gd-grid > div,
  .cms-terralis-mortar-calculator app-joint-calculator .result > .gd-grid > div {
    width: 22%;
  }
}
@media screen and (min-width: 81.25em) {
  .cms-terralis-joint-calculator app-joint-calculator .result > .gd-grid > div,
  .cms-terralis-gabion-calculator app-joint-calculator .result > .gd-grid > div,
  .cms-terralis-mortar-calculator app-joint-calculator .result > .gd-grid > div {
    width: 20%;
  }
}
@media screen and (min-width: 93.75em) {
  .cms-terralis-joint-calculator app-joint-calculator .result > .gd-grid > div,
  .cms-terralis-gabion-calculator app-joint-calculator .result > .gd-grid > div,
  .cms-terralis-mortar-calculator app-joint-calculator .result > .gd-grid > div {
    width: 18%;
  }
}
.cms-terralis-joint-calculator app-joint-calculator .result--item,
.cms-terralis-gabion-calculator app-joint-calculator .result--item,
.cms-terralis-mortar-calculator app-joint-calculator .result--item {
  border: 1px solid var(--colorPrimary);
  text-align: center;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  padding: 0 10px 10px;
}
.cms-terralis-joint-calculator app-joint-calculator .result--title,
.cms-terralis-gabion-calculator app-joint-calculator .result--title,
.cms-terralis-mortar-calculator app-joint-calculator .result--title {
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 14px;
  background-color: var(--colorPrimary);
  color: #fff;
  padding: 8px 10px;
  white-space: nowrap;
  line-height: 1;
  margin: 0 -10px 10px;
  width: calc(100% + 20px);
}
.cms-terralis-joint-calculator app-joint-calculator .result--unit,
.cms-terralis-gabion-calculator app-joint-calculator .result--unit,
.cms-terralis-mortar-calculator app-joint-calculator .result--unit {
  font-size: 14px;
  text-transform: lowercase;
  display: inline-block;
  line-height: 1;
}
.cms-terralis-joint-calculator app-joint-calculator .result--number,
.cms-terralis-gabion-calculator app-joint-calculator .result--number,
.cms-terralis-mortar-calculator app-joint-calculator .result--number {
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 28px;
  display: inline-block;
  line-height: 1;
}
.cms-terralis-joint-calculator app-joint-calculator .result--number:not(:first-child),
.cms-terralis-gabion-calculator app-joint-calculator .result--number:not(:first-child),
.cms-terralis-mortar-calculator app-joint-calculator .result--number:not(:first-child) {
  margin-left: 0.2142857143rem;
}
.cms-terralis-joint-calculator app-joint-calculator .result--number:not(:last-child),
.cms-terralis-gabion-calculator app-joint-calculator .result--number:not(:last-child),
.cms-terralis-mortar-calculator app-joint-calculator .result--number:not(:last-child) {
  margin-right: 0.2142857143rem;
}
.cms-terralis-joint-calculator .terralis-joint-calc__inner,
.cms-terralis-joint-calculator .terralis-gabion-calc__inner,
.cms-terralis-joint-calculator .terralis-mortar-calc__inner,
.cms-terralis-gabion-calculator .terralis-joint-calc__inner,
.cms-terralis-gabion-calculator .terralis-gabion-calc__inner,
.cms-terralis-gabion-calculator .terralis-mortar-calc__inner,
.cms-terralis-mortar-calculator .terralis-joint-calc__inner,
.cms-terralis-mortar-calculator .terralis-gabion-calc__inner,
.cms-terralis-mortar-calculator .terralis-mortar-calc__inner {
  max-width: 568px;
  margin: 0 auto;
}
.cms-terralis-joint-calculator .terralis-joint-calc__input-fields-wrapper, .cms-terralis-joint-calculator .terralis-joint-calc__result-wrapper,
.cms-terralis-joint-calculator .terralis-gabion-calc__input-fields-wrapper,
.cms-terralis-joint-calculator .terralis-gabion-calc__result-wrapper,
.cms-terralis-joint-calculator .terralis-mortar-calc__input-fields-wrapper,
.cms-terralis-joint-calculator .terralis-mortar-calc__result-wrapper,
.cms-terralis-gabion-calculator .terralis-joint-calc__input-fields-wrapper,
.cms-terralis-gabion-calculator .terralis-joint-calc__result-wrapper,
.cms-terralis-gabion-calculator .terralis-gabion-calc__input-fields-wrapper,
.cms-terralis-gabion-calculator .terralis-gabion-calc__result-wrapper,
.cms-terralis-gabion-calculator .terralis-mortar-calc__input-fields-wrapper,
.cms-terralis-gabion-calculator .terralis-mortar-calc__result-wrapper,
.cms-terralis-mortar-calculator .terralis-joint-calc__input-fields-wrapper,
.cms-terralis-mortar-calculator .terralis-joint-calc__result-wrapper,
.cms-terralis-mortar-calculator .terralis-gabion-calc__input-fields-wrapper,
.cms-terralis-mortar-calculator .terralis-gabion-calc__result-wrapper,
.cms-terralis-mortar-calculator .terralis-mortar-calc__input-fields-wrapper,
.cms-terralis-mortar-calculator .terralis-mortar-calc__result-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 0 1rem;
}
.cms-terralis-joint-calculator .terralis-joint-calc__input-fields-wrapper .error-message, .cms-terralis-joint-calculator .terralis-joint-calc__result-wrapper .error-message,
.cms-terralis-joint-calculator .terralis-gabion-calc__input-fields-wrapper .error-message,
.cms-terralis-joint-calculator .terralis-gabion-calc__result-wrapper .error-message,
.cms-terralis-joint-calculator .terralis-mortar-calc__input-fields-wrapper .error-message,
.cms-terralis-joint-calculator .terralis-mortar-calc__result-wrapper .error-message,
.cms-terralis-gabion-calculator .terralis-joint-calc__input-fields-wrapper .error-message,
.cms-terralis-gabion-calculator .terralis-joint-calc__result-wrapper .error-message,
.cms-terralis-gabion-calculator .terralis-gabion-calc__input-fields-wrapper .error-message,
.cms-terralis-gabion-calculator .terralis-gabion-calc__result-wrapper .error-message,
.cms-terralis-gabion-calculator .terralis-mortar-calc__input-fields-wrapper .error-message,
.cms-terralis-gabion-calculator .terralis-mortar-calc__result-wrapper .error-message,
.cms-terralis-mortar-calculator .terralis-joint-calc__input-fields-wrapper .error-message,
.cms-terralis-mortar-calculator .terralis-joint-calc__result-wrapper .error-message,
.cms-terralis-mortar-calculator .terralis-gabion-calc__input-fields-wrapper .error-message,
.cms-terralis-mortar-calculator .terralis-gabion-calc__result-wrapper .error-message,
.cms-terralis-mortar-calculator .terralis-mortar-calc__input-fields-wrapper .error-message,
.cms-terralis-mortar-calculator .terralis-mortar-calc__result-wrapper .error-message {
  width: 100%;
  text-align: center;
  color: #bb0440;
}
.cms-terralis-joint-calculator .terralis-joint-calc__input-fields-wrapper,
.cms-terralis-joint-calculator .terralis-gabion-calc__input-fields-wrapper,
.cms-terralis-joint-calculator .terralis-mortar-calc__input-fields-wrapper,
.cms-terralis-gabion-calculator .terralis-joint-calc__input-fields-wrapper,
.cms-terralis-gabion-calculator .terralis-gabion-calc__input-fields-wrapper,
.cms-terralis-gabion-calculator .terralis-mortar-calc__input-fields-wrapper,
.cms-terralis-mortar-calculator .terralis-joint-calc__input-fields-wrapper,
.cms-terralis-mortar-calculator .terralis-gabion-calc__input-fields-wrapper,
.cms-terralis-mortar-calculator .terralis-mortar-calc__input-fields-wrapper {
  border-bottom: 1px solid #c5c6c6;
  margin-bottom: 1.4285714286rem;
  padding-bottom: 1.4285714286rem;
}
.cms-terralis-joint-calculator .terralis-joint-calc__input-box,
.cms-terralis-joint-calculator .terralis-gabion-calc__input-box,
.cms-terralis-joint-calculator .terralis-mortar-calc__input-box,
.cms-terralis-gabion-calculator .terralis-joint-calc__input-box,
.cms-terralis-gabion-calculator .terralis-gabion-calc__input-box,
.cms-terralis-gabion-calculator .terralis-mortar-calc__input-box,
.cms-terralis-mortar-calculator .terralis-joint-calc__input-box,
.cms-terralis-mortar-calculator .terralis-gabion-calc__input-box,
.cms-terralis-mortar-calculator .terralis-mortar-calc__input-box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.3333333333% - 2rem / 3);
  flex: 0 0 calc(33.3333333333% - 2rem / 3);
  padding: 1rem;
  background-color: #ececec;
}
.cms-terralis-joint-calculator .terralis-joint-calc__input-box--product,
.cms-terralis-joint-calculator .terralis-gabion-calc__input-box--product,
.cms-terralis-joint-calculator .terralis-mortar-calc__input-box--product,
.cms-terralis-gabion-calculator .terralis-joint-calc__input-box--product,
.cms-terralis-gabion-calculator .terralis-gabion-calc__input-box--product,
.cms-terralis-gabion-calculator .terralis-mortar-calc__input-box--product,
.cms-terralis-mortar-calculator .terralis-joint-calc__input-box--product,
.cms-terralis-mortar-calculator .terralis-gabion-calc__input-box--product,
.cms-terralis-mortar-calculator .terralis-mortar-calc__input-box--product {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.cms-terralis-joint-calculator .terralis-joint-calc__input-box--strength,
.cms-terralis-joint-calculator .terralis-gabion-calc__input-box--strength,
.cms-terralis-joint-calculator .terralis-mortar-calc__input-box--strength,
.cms-terralis-gabion-calculator .terralis-joint-calc__input-box--strength,
.cms-terralis-gabion-calculator .terralis-gabion-calc__input-box--strength,
.cms-terralis-gabion-calculator .terralis-mortar-calc__input-box--strength,
.cms-terralis-mortar-calculator .terralis-joint-calc__input-box--strength,
.cms-terralis-mortar-calculator .terralis-gabion-calc__input-box--strength,
.cms-terralis-mortar-calculator .terralis-mortar-calc__input-box--strength {
  margin-left: auto;
}
.cms-terralis-joint-calculator .terralis-joint-calc__input-wrapper,
.cms-terralis-joint-calculator .terralis-gabion-calc__input-wrapper,
.cms-terralis-joint-calculator .terralis-mortar-calc__input-wrapper,
.cms-terralis-gabion-calculator .terralis-joint-calc__input-wrapper,
.cms-terralis-gabion-calculator .terralis-gabion-calc__input-wrapper,
.cms-terralis-gabion-calculator .terralis-mortar-calc__input-wrapper,
.cms-terralis-mortar-calculator .terralis-joint-calc__input-wrapper,
.cms-terralis-mortar-calculator .terralis-gabion-calc__input-wrapper,
.cms-terralis-mortar-calculator .terralis-mortar-calc__input-wrapper {
  position: relative;
}
.cms-terralis-joint-calculator .terralis-joint-calc__input-wrapper input,
.cms-terralis-joint-calculator .terralis-gabion-calc__input-wrapper input,
.cms-terralis-joint-calculator .terralis-mortar-calc__input-wrapper input,
.cms-terralis-gabion-calculator .terralis-joint-calc__input-wrapper input,
.cms-terralis-gabion-calculator .terralis-gabion-calc__input-wrapper input,
.cms-terralis-gabion-calculator .terralis-mortar-calc__input-wrapper input,
.cms-terralis-mortar-calculator .terralis-joint-calc__input-wrapper input,
.cms-terralis-mortar-calculator .terralis-gabion-calc__input-wrapper input,
.cms-terralis-mortar-calculator .terralis-mortar-calc__input-wrapper input {
  padding: 0 3.2142857143rem 0 1.0714285714rem;
}
.cms-terralis-joint-calculator .terralis-joint-calc__input-wrapper:last-child input[type=text],
.cms-terralis-joint-calculator .terralis-joint-calc__input-wrapper:last-child input[type=number],
.cms-terralis-joint-calculator .terralis-gabion-calc__input-wrapper:last-child input[type=text],
.cms-terralis-joint-calculator .terralis-gabion-calc__input-wrapper:last-child input[type=number],
.cms-terralis-joint-calculator .terralis-mortar-calc__input-wrapper:last-child input[type=text],
.cms-terralis-joint-calculator .terralis-mortar-calc__input-wrapper:last-child input[type=number],
.cms-terralis-gabion-calculator .terralis-joint-calc__input-wrapper:last-child input[type=text],
.cms-terralis-gabion-calculator .terralis-joint-calc__input-wrapper:last-child input[type=number],
.cms-terralis-gabion-calculator .terralis-gabion-calc__input-wrapper:last-child input[type=text],
.cms-terralis-gabion-calculator .terralis-gabion-calc__input-wrapper:last-child input[type=number],
.cms-terralis-gabion-calculator .terralis-mortar-calc__input-wrapper:last-child input[type=text],
.cms-terralis-gabion-calculator .terralis-mortar-calc__input-wrapper:last-child input[type=number],
.cms-terralis-mortar-calculator .terralis-joint-calc__input-wrapper:last-child input[type=text],
.cms-terralis-mortar-calculator .terralis-joint-calc__input-wrapper:last-child input[type=number],
.cms-terralis-mortar-calculator .terralis-gabion-calc__input-wrapper:last-child input[type=text],
.cms-terralis-mortar-calculator .terralis-gabion-calc__input-wrapper:last-child input[type=number],
.cms-terralis-mortar-calculator .terralis-mortar-calc__input-wrapper:last-child input[type=text],
.cms-terralis-mortar-calculator .terralis-mortar-calc__input-wrapper:last-child input[type=number] {
  margin-bottom: 0;
}
.cms-terralis-joint-calculator .terralis-joint-calc__input-unit,
.cms-terralis-joint-calculator .terralis-gabion-calc__input-unit,
.cms-terralis-joint-calculator .terralis-mortar-calc__input-unit,
.cms-terralis-gabion-calculator .terralis-joint-calc__input-unit,
.cms-terralis-gabion-calculator .terralis-gabion-calc__input-unit,
.cms-terralis-gabion-calculator .terralis-mortar-calc__input-unit,
.cms-terralis-mortar-calculator .terralis-joint-calc__input-unit,
.cms-terralis-mortar-calculator .terralis-gabion-calc__input-unit,
.cms-terralis-mortar-calculator .terralis-mortar-calc__input-unit {
  position: absolute;
  right: 1.4285714286rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cms-terralis-joint-calculator .terralis-joint-calc .select-wrapper:last-child input[type=text],
.cms-terralis-joint-calculator .terralis-gabion-calc .select-wrapper:last-child input[type=text],
.cms-terralis-joint-calculator .terralis-mortar-calc .select-wrapper:last-child input[type=text],
.cms-terralis-gabion-calculator .terralis-joint-calc .select-wrapper:last-child input[type=text],
.cms-terralis-gabion-calculator .terralis-gabion-calc .select-wrapper:last-child input[type=text],
.cms-terralis-gabion-calculator .terralis-mortar-calc .select-wrapper:last-child input[type=text],
.cms-terralis-mortar-calculator .terralis-joint-calc .select-wrapper:last-child input[type=text],
.cms-terralis-mortar-calculator .terralis-gabion-calc .select-wrapper:last-child input[type=text],
.cms-terralis-mortar-calculator .terralis-mortar-calc .select-wrapper:last-child input[type=text] {
  margin-bottom: 0;
}
.cms-terralis-joint-calculator .terralis-joint-calc__result-wrapper,
.cms-terralis-joint-calculator .terralis-gabion-calc__result-wrapper,
.cms-terralis-joint-calculator .terralis-mortar-calc__result-wrapper,
.cms-terralis-gabion-calculator .terralis-joint-calc__result-wrapper,
.cms-terralis-gabion-calculator .terralis-gabion-calc__result-wrapper,
.cms-terralis-gabion-calculator .terralis-mortar-calc__result-wrapper,
.cms-terralis-mortar-calculator .terralis-joint-calc__result-wrapper,
.cms-terralis-mortar-calculator .terralis-gabion-calc__result-wrapper,
.cms-terralis-mortar-calculator .terralis-mortar-calc__result-wrapper {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.cms-terralis-joint-calculator .terralis-joint-calc__result-box,
.cms-terralis-joint-calculator .terralis-gabion-calc__result-box,
.cms-terralis-joint-calculator .terralis-mortar-calc__result-box,
.cms-terralis-gabion-calculator .terralis-joint-calc__result-box,
.cms-terralis-gabion-calculator .terralis-gabion-calc__result-box,
.cms-terralis-gabion-calculator .terralis-mortar-calc__result-box,
.cms-terralis-mortar-calculator .terralis-joint-calc__result-box,
.cms-terralis-mortar-calculator .terralis-gabion-calc__result-box,
.cms-terralis-mortar-calculator .terralis-mortar-calc__result-box {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 3rem / 4);
  flex: 0 0 calc(25% - 3rem / 4);
  text-align: center;
  border: 0.0714285714rem solid var(--colorPrimary);
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  max-width: 14.2857142857rem;
}
.cms-terralis-joint-calculator .terralis-joint-calc__result-label,
.cms-terralis-joint-calculator .terralis-gabion-calc__result-label,
.cms-terralis-joint-calculator .terralis-mortar-calc__result-label,
.cms-terralis-gabion-calculator .terralis-joint-calc__result-label,
.cms-terralis-gabion-calculator .terralis-gabion-calc__result-label,
.cms-terralis-gabion-calculator .terralis-mortar-calc__result-label,
.cms-terralis-mortar-calculator .terralis-joint-calc__result-label,
.cms-terralis-mortar-calculator .terralis-gabion-calc__result-label,
.cms-terralis-mortar-calculator .terralis-mortar-calc__result-label {
  background-color: var(--colorPrimary);
  padding: 0.5714285714rem 0.7142857143rem;
}
.cms-terralis-joint-calculator .terralis-joint-calc__result-label h3, .cms-terralis-joint-calculator .terralis-joint-calc__result-label h4,
.cms-terralis-joint-calculator .terralis-gabion-calc__result-label h3,
.cms-terralis-joint-calculator .terralis-gabion-calc__result-label h4,
.cms-terralis-joint-calculator .terralis-mortar-calc__result-label h3,
.cms-terralis-joint-calculator .terralis-mortar-calc__result-label h4,
.cms-terralis-gabion-calculator .terralis-joint-calc__result-label h3,
.cms-terralis-gabion-calculator .terralis-joint-calc__result-label h4,
.cms-terralis-gabion-calculator .terralis-gabion-calc__result-label h3,
.cms-terralis-gabion-calculator .terralis-gabion-calc__result-label h4,
.cms-terralis-gabion-calculator .terralis-mortar-calc__result-label h3,
.cms-terralis-gabion-calculator .terralis-mortar-calc__result-label h4,
.cms-terralis-mortar-calculator .terralis-joint-calc__result-label h3,
.cms-terralis-mortar-calculator .terralis-joint-calc__result-label h4,
.cms-terralis-mortar-calculator .terralis-gabion-calc__result-label h3,
.cms-terralis-mortar-calculator .terralis-gabion-calc__result-label h4,
.cms-terralis-mortar-calculator .terralis-mortar-calc__result-label h3,
.cms-terralis-mortar-calculator .terralis-mortar-calc__result-label h4 {
  color: var(--colorTextLight);
}
.cms-terralis-joint-calculator .terralis-joint-calc__result,
.cms-terralis-joint-calculator .terralis-gabion-calc__result,
.cms-terralis-joint-calculator .terralis-mortar-calc__result,
.cms-terralis-gabion-calculator .terralis-joint-calc__result,
.cms-terralis-gabion-calculator .terralis-gabion-calc__result,
.cms-terralis-gabion-calculator .terralis-mortar-calc__result,
.cms-terralis-mortar-calculator .terralis-joint-calc__result,
.cms-terralis-mortar-calculator .terralis-gabion-calc__result,
.cms-terralis-mortar-calculator .terralis-mortar-calc__result {
  padding: 0.7142857143rem;
}
.cms-terralis-joint-calculator .terralis-joint-calc__result p,
.cms-terralis-joint-calculator .terralis-gabion-calc__result p,
.cms-terralis-joint-calculator .terralis-mortar-calc__result p,
.cms-terralis-gabion-calculator .terralis-joint-calc__result p,
.cms-terralis-gabion-calculator .terralis-gabion-calc__result p,
.cms-terralis-gabion-calculator .terralis-mortar-calc__result p,
.cms-terralis-mortar-calculator .terralis-joint-calc__result p,
.cms-terralis-mortar-calculator .terralis-gabion-calc__result p,
.cms-terralis-mortar-calculator .terralis-mortar-calc__result p {
  margin-bottom: 0;
  line-height: 1;
}
.cms-terralis-joint-calculator .terralis-joint-calc__result span,
.cms-terralis-joint-calculator .terralis-gabion-calc__result span,
.cms-terralis-joint-calculator .terralis-mortar-calc__result span,
.cms-terralis-gabion-calculator .terralis-joint-calc__result span,
.cms-terralis-gabion-calculator .terralis-gabion-calc__result span,
.cms-terralis-gabion-calculator .terralis-mortar-calc__result span,
.cms-terralis-mortar-calculator .terralis-joint-calc__result span,
.cms-terralis-mortar-calculator .terralis-gabion-calc__result span,
.cms-terralis-mortar-calculator .terralis-mortar-calc__result span {
  display: inline-block;
}
.cms-terralis-joint-calculator .terralis-joint-calc__result span[data-terralis-result],
.cms-terralis-joint-calculator .terralis-gabion-calc__result span[data-terralis-result],
.cms-terralis-joint-calculator .terralis-mortar-calc__result span[data-terralis-result],
.cms-terralis-gabion-calculator .terralis-joint-calc__result span[data-terralis-result],
.cms-terralis-gabion-calculator .terralis-gabion-calc__result span[data-terralis-result],
.cms-terralis-gabion-calculator .terralis-mortar-calc__result span[data-terralis-result],
.cms-terralis-mortar-calculator .terralis-joint-calc__result span[data-terralis-result],
.cms-terralis-mortar-calculator .terralis-gabion-calc__result span[data-terralis-result],
.cms-terralis-mortar-calculator .terralis-mortar-calc__result span[data-terralis-result] {
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-size: 28px;
}
.cms-terralis-joint-calculator .terralis-joint-calc__result span[data-terralis-result]:not(:first-child),
.cms-terralis-joint-calculator .terralis-gabion-calc__result span[data-terralis-result]:not(:first-child),
.cms-terralis-joint-calculator .terralis-mortar-calc__result span[data-terralis-result]:not(:first-child),
.cms-terralis-gabion-calculator .terralis-joint-calc__result span[data-terralis-result]:not(:first-child),
.cms-terralis-gabion-calculator .terralis-gabion-calc__result span[data-terralis-result]:not(:first-child),
.cms-terralis-gabion-calculator .terralis-mortar-calc__result span[data-terralis-result]:not(:first-child),
.cms-terralis-mortar-calculator .terralis-joint-calc__result span[data-terralis-result]:not(:first-child),
.cms-terralis-mortar-calculator .terralis-gabion-calc__result span[data-terralis-result]:not(:first-child),
.cms-terralis-mortar-calculator .terralis-mortar-calc__result span[data-terralis-result]:not(:first-child) {
  margin-left: 0.2142857143rem;
}
.cms-terralis-joint-calculator .terralis-joint-calc__result span[data-terralis-result]:not(:last-child),
.cms-terralis-joint-calculator .terralis-gabion-calc__result span[data-terralis-result]:not(:last-child),
.cms-terralis-joint-calculator .terralis-mortar-calc__result span[data-terralis-result]:not(:last-child),
.cms-terralis-gabion-calculator .terralis-joint-calc__result span[data-terralis-result]:not(:last-child),
.cms-terralis-gabion-calculator .terralis-gabion-calc__result span[data-terralis-result]:not(:last-child),
.cms-terralis-gabion-calculator .terralis-mortar-calc__result span[data-terralis-result]:not(:last-child),
.cms-terralis-mortar-calculator .terralis-joint-calc__result span[data-terralis-result]:not(:last-child),
.cms-terralis-mortar-calculator .terralis-gabion-calc__result span[data-terralis-result]:not(:last-child),
.cms-terralis-mortar-calculator .terralis-mortar-calc__result span[data-terralis-result]:not(:last-child) {
  margin-right: 0.2142857143rem;
}
@media print, screen and (max-width: 64.06125em) {
  .cms-terralis-joint-calculator .terralis-joint-calc__input-box,
  .cms-terralis-joint-calculator .terralis-gabion-calc__input-box,
  .cms-terralis-joint-calculator .terralis-mortar-calc__input-box,
  .cms-terralis-gabion-calculator .terralis-joint-calc__input-box,
  .cms-terralis-gabion-calculator .terralis-gabion-calc__input-box,
  .cms-terralis-gabion-calculator .terralis-mortar-calc__input-box,
  .cms-terralis-mortar-calculator .terralis-joint-calc__input-box,
  .cms-terralis-mortar-calculator .terralis-gabion-calc__input-box,
  .cms-terralis-mortar-calculator .terralis-mortar-calc__input-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .cms-terralis-joint-calculator .terralis-joint-calc__result-box,
  .cms-terralis-joint-calculator .terralis-gabion-calc__result-box,
  .cms-terralis-joint-calculator .terralis-mortar-calc__result-box,
  .cms-terralis-gabion-calculator .terralis-joint-calc__result-box,
  .cms-terralis-gabion-calculator .terralis-gabion-calc__result-box,
  .cms-terralis-gabion-calculator .terralis-mortar-calc__result-box,
  .cms-terralis-mortar-calculator .terralis-joint-calc__result-box,
  .cms-terralis-mortar-calculator .terralis-gabion-calc__result-box,
  .cms-terralis-mortar-calculator .terralis-mortar-calc__result-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 1rem / 2);
    flex: 0 0 calc(50% - 1rem / 2);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .cms-terralis-joint-calculator .terralis-joint-calc__inner,
  .cms-terralis-joint-calculator .terralis-gabion-calc__inner,
  .cms-terralis-joint-calculator .terralis-mortar-calc__inner,
  .cms-terralis-gabion-calculator .terralis-joint-calc__inner,
  .cms-terralis-gabion-calculator .terralis-gabion-calc__inner,
  .cms-terralis-gabion-calculator .terralis-mortar-calc__inner,
  .cms-terralis-mortar-calculator .terralis-joint-calc__inner,
  .cms-terralis-mortar-calculator .terralis-gabion-calc__inner,
  .cms-terralis-mortar-calculator .terralis-mortar-calc__inner {
    max-width: 769px;
  }
}
@media screen and (min-width: 72.5em) {
  .cms-terralis-joint-calculator .terralis-joint-calc__inner,
  .cms-terralis-joint-calculator .terralis-gabion-calc__inner,
  .cms-terralis-joint-calculator .terralis-mortar-calc__inner,
  .cms-terralis-gabion-calculator .terralis-joint-calc__inner,
  .cms-terralis-gabion-calculator .terralis-gabion-calc__inner,
  .cms-terralis-gabion-calculator .terralis-mortar-calc__inner,
  .cms-terralis-mortar-calculator .terralis-joint-calc__inner,
  .cms-terralis-mortar-calculator .terralis-gabion-calc__inner,
  .cms-terralis-mortar-calculator .terralis-mortar-calc__inner {
    max-width: 1025px;
  }
}
@media screen and (min-width: 81.25em) {
  .cms-terralis-joint-calculator .terralis-joint-calc__inner,
  .cms-terralis-joint-calculator .terralis-gabion-calc__inner,
  .cms-terralis-joint-calculator .terralis-mortar-calc__inner,
  .cms-terralis-gabion-calculator .terralis-joint-calc__inner,
  .cms-terralis-gabion-calculator .terralis-gabion-calc__inner,
  .cms-terralis-gabion-calculator .terralis-mortar-calc__inner,
  .cms-terralis-mortar-calculator .terralis-joint-calc__inner,
  .cms-terralis-mortar-calculator .terralis-gabion-calc__inner,
  .cms-terralis-mortar-calculator .terralis-mortar-calc__inner {
    max-width: 1025px;
  }
}
@media screen and (min-width: 93.75em) {
  .cms-terralis-joint-calculator .terralis-joint-calc__inner,
  .cms-terralis-joint-calculator .terralis-gabion-calc__inner,
  .cms-terralis-joint-calculator .terralis-mortar-calc__inner,
  .cms-terralis-gabion-calculator .terralis-joint-calc__inner,
  .cms-terralis-gabion-calculator .terralis-gabion-calc__inner,
  .cms-terralis-gabion-calculator .terralis-mortar-calc__inner,
  .cms-terralis-mortar-calculator .terralis-joint-calc__inner,
  .cms-terralis-mortar-calculator .terralis-gabion-calc__inner,
  .cms-terralis-mortar-calculator .terralis-mortar-calc__inner {
    max-width: 1160px;
  }
}
.cms-terralis-joint-calculator .calculator-product-wrapper,
.cms-terralis-gabion-calculator .calculator-product-wrapper,
.cms-terralis-mortar-calculator .calculator-product-wrapper {
  margin-top: 2.8571428571rem;
  padding: 0 0.3571428571rem;
}

.declaration-of-performance__form {
  margin-bottom: 1.5rem;
}
.declaration-of-performance__form .searchfield {
  display: block;
  max-width: 71.4285714286rem;
  margin-bottom: 2.1428571429rem;
}
.declaration-of-performance__form .searchfield label, .declaration-of-performance__form .searchfield .fld__label {
  width: 100%;
  max-width: 71.4285714286rem;
  font-size: 20px;
  font-weight: bold;
}
.declaration-of-performance__form .searchfield input.valid {
  background-image: none;
}
.declaration-of-performance__form__filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 71.4285714286rem;
  position: relative;
  margin-bottom: 2.1428571429rem;
}
.declaration-of-performance__form__filter-wrapper .filter.hover {
  color: #000;
  background-color: #fff;
}
.declaration-of-performance__form__filter-wrapper .filter__content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 17.8571428571rem;
  margin-bottom: 0;
}
.declaration-of-performance__form__filter-wrapper .filter__content label, .declaration-of-performance__form__filter-wrapper .filter__content .fld__label {
  font-size: 14px;
}
.declaration-of-performance__form__filter-wrapper .filter__content .input-group-field:last-child label, .declaration-of-performance__form__filter-wrapper .filter__content .input-group-field:last-child .fld__label {
  margin-bottom: 0;
}
.declaration-of-performance__form__filter-wrapper .filter.button, .declaration-of-performance__form__filter-wrapper .fld--file .filter.fld__label, .fld--file .declaration-of-performance__form__filter-wrapper .filter.fld__label,
.declaration-of-performance__form__filter-wrapper .dropdown-pane {
  width: inherit;
  margin: 0;
  border: 0.0714285714rem solid #c5c6c6;
}
.declaration-of-performance__form__filter-wrapper .filter.button, .declaration-of-performance__form__filter-wrapper .fld--file .filter.fld__label, .fld--file .declaration-of-performance__form__filter-wrapper .filter.fld__label {
  padding-block: 0.5rem;
  padding-right: 0.5rem;
}
.declaration-of-performance__form__filter-wrapper .filter.button.valid, .declaration-of-performance__form__filter-wrapper .fld--file .filter.valid.fld__label, .fld--file .declaration-of-performance__form__filter-wrapper .filter.valid.fld__label {
  border-color: #54BA53;
}
.declaration-of-performance__form__filter-wrapper:last-child {
  margin-bottom: 1.7857142857rem;
}
.declaration-of-performance__form .filter__panel .checkbox {
  position: fixed;
}
.declaration-of-performance__form button[type=submit] {
  padding-inline: 5.3571428571rem;
  margin-bottom: 0;
}
.declaration-of-performance .search-tile {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 1.0714285714rem);
  flex: 1 1 calc(50% - 1.0714285714rem);
}
@media print, screen and (max-width: 64.06125em) {
  .declaration-of-performance .search-tile {
    max-width: calc(50% - 1.0714285714rem / 2);
  }
}
@media print, screen and (max-width: 35.49875em) {
  .declaration-of-performance .search-tile {
    max-width: none;
  }
}
.declaration-of-performance__noresult {
  font-size: 1.2857142857rem;
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  padding-block: 1.0714285714rem;
}
.declaration-of-performance__noresult .icon {
  background-color: #bb0440;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxOCAxOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxNSw0IDEzLjYsMi42IDguNiw3LjUgNC4xLDIuOSAyLjYsNC40IDcuMiw5IDIuNiwxMy42IDQuMSwxNSA4LjYsMTAuNCAxMy42LDE1LjMgMTUsMTMuOSAxMC4xLDkgIi8+Cjwvc3ZnPgo=");
  background-size: 1.0714285714rem;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.7142857143rem;
  margin-bottom: -0.2857142857rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.declaration-of-performance__load-more-wrapper {
  text-align: center;
  margin: 1.4285714286rem 0 2.8571428571rem 0;
  width: 100%;
}
.declaration-of-performance__load-more-wrapper .pagination {
  display: none;
}
@media print, screen and (max-width: 48.06125em) {
  .declaration-of-performance__load-more-wrapper .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .declaration-of-performance__load-more-wrapper .button, .declaration-of-performance__load-more-wrapper .fld--file .fld__label, .fld--file .declaration-of-performance__load-more-wrapper .fld__label {
    display: none;
  }
}
.declaration-of-performance__load-more-wrapper .button--loader .loader div {
  border-color: #000;
}

.dangerous-goods__form {
  margin-bottom: 1.5rem;
}
.dangerous-goods__form .searchfield {
  display: block;
  max-width: 71.4285714286rem;
  margin-bottom: 2.1428571429rem;
}
.dangerous-goods__form .searchfield label, .dangerous-goods__form .searchfield .fld__label {
  width: 100%;
  max-width: 71.4285714286rem;
  font-size: 20px;
  font-weight: bold;
}
.dangerous-goods__form .searchfield input.valid {
  background-image: none;
}
.dangerous-goods__form__filter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 71.4285714286rem;
  position: relative;
  margin-bottom: 2.1428571429rem;
}
.dangerous-goods__form__filter-wrapper .filter.hover {
  color: #000;
  background-color: #fff;
}
.dangerous-goods__form__filter-wrapper .filter__content {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 17.8571428571rem;
  margin-bottom: 0;
}
.dangerous-goods__form__filter-wrapper .filter__content label, .dangerous-goods__form__filter-wrapper .filter__content .fld__label {
  font-size: 14px;
}
.dangerous-goods__form__filter-wrapper .filter__content .input-group-field:last-child label, .dangerous-goods__form__filter-wrapper .filter__content .input-group-field:last-child .fld__label {
  margin-bottom: 0;
}
.dangerous-goods__form__filter-wrapper .filter.button, .dangerous-goods__form__filter-wrapper .fld--file .filter.fld__label, .fld--file .dangerous-goods__form__filter-wrapper .filter.fld__label,
.dangerous-goods__form__filter-wrapper .dropdown-pane {
  width: inherit;
  margin: 0;
  border: 0.0714285714rem solid #c5c6c6;
}
.dangerous-goods__form__filter-wrapper .filter.button, .dangerous-goods__form__filter-wrapper .fld--file .filter.fld__label, .fld--file .dangerous-goods__form__filter-wrapper .filter.fld__label {
  padding-block: 0.5rem;
  padding-right: 0.5rem;
}
.dangerous-goods__form__filter-wrapper .filter.button.valid, .dangerous-goods__form__filter-wrapper .fld--file .filter.valid.fld__label, .fld--file .dangerous-goods__form__filter-wrapper .filter.valid.fld__label {
  border-color: #54BA53;
}
.dangerous-goods__form__filter-wrapper:last-child {
  margin-bottom: 1.7857142857rem;
}
.dangerous-goods__form button[type=submit] {
  padding-inline: 5.3571428571rem;
  margin-bottom: 0;
}
.dangerous-goods .search-tile {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(50% - 1.0714285714rem);
  flex: 1 1 calc(50% - 1.0714285714rem);
}
@media print, screen and (max-width: 64.06125em) {
  .dangerous-goods .search-tile {
    max-width: calc(50% - 1.0714285714rem / 2);
  }
}
@media print, screen and (max-width: 35.49875em) {
  .dangerous-goods .search-tile {
    max-width: none;
  }
}
.dangerous-goods__noresult {
  font-size: 1.2857142857rem;
  font-family: "gt-america-standard-black", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  padding-block: 1.0714285714rem;
}
.dangerous-goods__noresult .icon {
  background-color: #bb0440;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjAuNCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxOCAxOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTggMTg7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSIxNSw0IDEzLjYsMi42IDguNiw3LjUgNC4xLDIuOSAyLjYsNC40IDcuMiw5IDIuNiwxMy42IDQuMSwxNSA4LjYsMTAuNCAxMy42LDE1LjMgMTUsMTMuOSAxMC4xLDkgIi8+Cjwvc3ZnPgo=");
  background-size: 1.0714285714rem;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  text-align: center;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0.7142857143rem;
  margin-bottom: -0.2857142857rem;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.dangerous-goods__load-more-wrapper {
  text-align: center;
  margin: 1.4285714286rem 0 2.8571428571rem 0;
  width: 100%;
}
.dangerous-goods__load-more-wrapper .pagination {
  display: none;
}
@media print, screen and (max-width: 48.06125em) {
  .dangerous-goods__load-more-wrapper .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .dangerous-goods__load-more-wrapper .button, .dangerous-goods__load-more-wrapper .fld--file .fld__label, .fld--file .dangerous-goods__load-more-wrapper .fld__label {
    display: none;
  }
}
.dangerous-goods__load-more-wrapper .button--loader .loader div {
  border-color: #000;
}

.anchor-navigation {
  position: relative;
  margin-bottom: 1.4285714286rem;
  margin-inline: 1.0714285714rem;
  padding-top: 0;
}
@media print, screen and (max-width: 35.49875em) {
  .anchor-navigation {
    margin-inline: 0;
  }
  .anchor-navigation::before, .anchor-navigation::after {
    content: "";
    position: absolute;
    left: -1.9285714286rem;
    right: -1.9285714286rem;
    margin: auto;
    background-color: #c5c6c6;
    width: calc(100% + 1.0714285714rem + 0.4285714286rem * 2);
    height: 0.0714285714rem;
  }
  .anchor-navigation::before {
    top: 0;
  }
  .anchor-navigation::after {
    bottom: 0;
  }
}
.anchor-navigation ul.menu,
.anchor-navigation ul.menu > li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.anchor-navigation ul.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
  position: relative;
  min-height: 3.7142857143rem;
  padding-inline: 3.5714285714rem;
  padding-block: 0.2857142857rem;
  border-top: 0.0714285714rem solid #c5c6c6;
  border-bottom: 0.0714285714rem solid #c5c6c6;
}
@media print, screen and (max-width: 35.49875em) {
  .anchor-navigation ul.menu {
    margin-inline: -1.5rem;
    padding-inline: 1.0714285714rem;
  }
}
.anchor-navigation ul.menu > li,
.anchor-navigation ul.menu .slick-slide {
  margin-right: 3.5714285714rem;
}
.anchor-navigation ul.menu > li:last-child,
.anchor-navigation ul.menu .slick-slide:last-child {
  margin-right: 0;
}
.anchor-navigation ul.menu .slick-dots {
  width: 100%;
  height: 0.2857142857rem;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  left: 0;
  margin: 0;
  font-size: 0;
  list-style: none;
}
.anchor-navigation ul.menu .slick-dots > li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: transparent;
}
.anchor-navigation ul.menu .slick-dots > li.slick-active {
  opacity: 1;
  background: #c5c6c6;
}
.anchor-navigation a.button.button--textlike, .anchor-navigation .fld--file a.button--textlike.fld__label, .fld--file .anchor-navigation a.button--textlike.fld__label {
  background: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding-block: 1rem;
  margin: 0;
  font-size: 14px;
  color: #000;
  text-decoration: none;
}
.anchor-navigation a.button.button--textlike:hover, .anchor-navigation .fld--file a.button--textlike.fld__label:hover, .fld--file .anchor-navigation a.button--textlike.fld__label:hover, .anchor-navigation a.button.button--textlike.active, .anchor-navigation .fld--file a.button--textlike.active.fld__label, .fld--file .anchor-navigation a.button--textlike.active.fld__label {
  background: none;
  -webkit-box-shadow: inset 0 -0.4285714286rem 0 0 #e84d0b;
  box-shadow: inset 0 -0.4285714286rem 0 0 #e84d0b;
  font-weight: bold;
}
.anchor-navigation .button--slider {
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.anchor-navigation .button--slider.slick-prev {
  left: 0.7142857143rem;
}
.anchor-navigation .button--slider.slick-next {
  right: 0.7142857143rem;
}
.anchor-navigation .button--slider.slick-hidden {
  display: none;
}
@media print, screen and (min-width: 64.0625em) {
  .anchor-navigation .button--slider {
    display: block;
  }
}

.features {
  margin-bottom: 1.7857142857rem;
}
@media print, screen and (min-width: 35.5em) {
  .features {
    margin-bottom: 1.4285714286rem;
  }
}
.features__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.features__header .h2 {
  font-size: 28px;
  margin: 0;
}
.features__header .select-wrapper {
  min-width: 16.0714285714rem;
  margin-top: 0.7142857143rem;
}
@media print, screen and (min-width: 35.5em) {
  .features__header {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .features__header .select-wrapper {
    margin: 0 0 0 1.4285714286rem;
  }
  .features__header .select-wrapper input {
    margin: 0;
  }
}
.features__row {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 1.0714285714rem;
  margin: 1.2857142857rem 0.7142857143rem 0;
}
@media print, screen and (min-width: 35.5em) {
  .features__row {
    grid-template-columns: 1fr 1fr;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .features__row {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.features__item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  max-height: 7.8571428571rem;
  position: relative;
  aspect-ratio: 326/109;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 0.5rem;
}
.features__item:hover {
  -webkit-box-shadow: 0.1428571429rem 0.1428571429rem 0.2142857143rem rgba(0, 0, 0, 0.45);
  box-shadow: 0.1428571429rem 0.1428571429rem 0.2142857143rem rgba(0, 0, 0, 0.45);
}
.features__item--featured {
  border: 0.0714285714rem solid #e84d0b;
}

.customer-feedback {
  position: relative;
  z-index: 9;
}
.customer-feedback__content {
  background: #fff;
  padding: 0 1.7857142857rem 1.7857142857rem;
}
@media print, screen and (min-width: 35.5em) {
  .customer-feedback__content {
    padding: 0 3.5714285714rem 2.8571428571rem 3.5714285714rem;
  }
}
.customer-feedback__headline {
  font-size: 16px;
  color: #6e6e6e;
  margin-bottom: 1.7142857143rem;
}
.customer-feedback__sub-headline {
  font-size: 12px;
  color: #6e6e6e;
  margin-bottom: 1.7142857143rem;
}
@media print, screen and (min-width: 35.5em) {
  .customer-feedback__sub-headline {
    font-size: 16px;
    margin-bottom: 2.2857142857rem;
  }
}
.customer-feedback__copy {
  font-size: 12px;
  color: #6e6e6e;
  margin-bottom: 1.7142857143rem;
}
@media print, screen and (min-width: 35.5em) {
  .customer-feedback__copy {
    font-size: 14px;
  }
}
.customer-feedback__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.customer-feedback__form__radio-labels {
  display: none;
}
@media print, screen and (min-width: 35.5em) {
  .customer-feedback__form__radio-labels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    color: #6e6e6e;
    margin-bottom: 2.1428571429rem;
  }
}
.customer-feedback__form__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.customer-feedback__form button.has-loader {
  pointer-events: none;
  color: var(--buttonColorPrimaryDisabled);
  background-color: var(--buttonBackgroundPrimaryDisabled);
  border: var(--buttonBorderPrimaryDisabled);
}
.customer-feedback__form button.has-loader .loader {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.customer-feedback__form .fld--radio-group.is--inline {
  margin-bottom: 1.2857142857rem;
}
.customer-feedback__form .fld--radio-group.is--inline .fld__controls {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.1428571429rem;
  overflow: hidden;
}
@media print, screen and (min-width: 35.5em) {
  .customer-feedback__form .fld--radio-group.is--inline .fld__controls {
    gap: 0.2857142857rem;
  }
}
.customer-feedback__form .fld--radio-group.is--inline .formfield-control-template {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 3.5714285714rem;
  flex: 1 1 3.5714285714rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 1.4285714286rem;
  max-width: 4.2857142857rem;
}
.customer-feedback__form .fld--radio-group.is--inline .fld--radio .radio + label, .customer-feedback__form .fld--radio-group.is--inline .fld--radio .radio + .fld__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
  cursor: pointer;
  padding: 0;
  margin: 0;
  font-family: "gt-america-standard-regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.customer-feedback__form .fld--radio-group.is--inline .fld--radio .radio + label span, .customer-feedback__form .fld--radio-group.is--inline .fld--radio .radio + .fld__label span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media print, screen and (min-width: 35.5em) {
  .customer-feedback__form .fld--radio-group.is--inline .fld--radio .radio + label, .customer-feedback__form .fld--radio-group.is--inline .fld--radio .radio + .fld__label {
    font-size: 1.5714285714rem;
  }
}
.customer-feedback__form .fld--radio-group.is--inline .fld--radio .radio + label:before, .customer-feedback__form .fld--radio-group.is--inline .fld--radio .radio + .fld__label:before {
  content: "";
  margin-right: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background: white;
  -webkit-box-shadow: inset 0 0 0 3px #00264b;
  box-shadow: inset 0 0 0 3px #00264b;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.customer-feedback__form .fld--radio-group.is--inline .fld--radio .radio:checked + label:before, .customer-feedback__form .fld--radio-group.is--inline .fld--radio .radio:checked + .fld__label:before {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: not-allowed;
  background-color: #e84d0b;
}
.customer-feedback__form .fld--radio-group.is--inline .fld--radio .radio:checked + label > span, .customer-feedback__form .fld--radio-group.is--inline .fld--radio .radio:checked + .fld__label > span {
  color: #fff;
}
.customer-feedback__form .fld--radio-group.is--inline .fld--radio .radio:checked + label:after, .customer-feedback__form .fld--radio-group.is--inline .fld--radio .radio:checked + .fld__label:after {
  display: none;
}

.cms-background-image {
  width: calc(100% + var(--blur-radius) * 4);
  height: calc(100vh + var(--blur-radius) * 4);
  margin: auto;
  overflow: hidden;
  position: fixed;
  inset: calc(-1 * 4 * var(--blur-radius));
  z-index: -1;
  -webkit-filter: blur(var(--blur-radius));
  filter: blur(var(--blur-radius));
}
.cms-background-image picture {
  width: 100%;
  height: 100%;
  display: block;
}
.cms-background-image img {
  width: inherit;
  height: inherit;
  -o-object-fit: cover;
  object-fit: cover;
}

.service-tile-grid__copy {
  font-size: 1em;
}
.service-tile-grid__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.285em;
  padding-bottom: 1em;
}
@media print, screen and (min-width: 48.0625em) {
  .service-tile-grid__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.285em;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .service-tile-grid__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.service-tile-grid__items ~ .service-tile-grid__items {
  margin-top: 0.285em;
}
.service-tile-grid__items + button.button.button--primary, .fld--file .service-tile-grid__items + button.fld__label {
  display: block;
  margin-top: 1.428em;
  margin-bottom: 0;
  margin-inline: auto;
}
.service-tile-grid .panel__itembody.service-tile-grid__body {
  margin-top: 2.428em;
  margin-bottom: 1.142em;
}

.hero-content-page {
  /* .hero-banner {
      &:not(.hero-banner--smart) {
          width: 100%;
          margin-bottom: 0;
      }
  } */
}
.profiblick-theme .hero-content-page {
  --colorPrimary: #f48120;
  --colorPrimaryDark: #ef740c;
  --buttonColorPrimary: #fff;
  --buttonBackgroundPrimary: #f48120;
  --buttonBorderPrimary: 2px solid #f48120;
  --buttonBorderIcon: 2px solid #f48120;
  --buttonColorPrimaryHover: #fff;
  --buttonBackgroundPrimaryHover: #ef740c;
  --buttonBorderPrimaryHover: 2px solid #ef740c;
}
.profiblick-theme .hero-content-page__content h1, .profiblick-theme .hero-content-page__content .h1 {
  color: var(--colorPrimary);
}
.profiblick-theme .hero-content-page__content .panel .panel__itemhead {
  border-bottom: none;
}
.profiblick-theme .hero-content-page__content .bottom-link {
  text-align: center;
  padding-bottom: 2.1428571429rem;
}
.category-content-page.grid-container__content .grid-container__content {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.category-content-page.grid-container__content .grid-container__content[class*=cms-]:not(:last-child), .category-content-page.grid-container__content .grid-container__content[class^=cms-]:not(:last-child) {
  margin-bottom: 1.0714285714rem;
}
.category-content-page.grid-container__content .grid-container__content > .grid-margin-x {
  margin-left: -0.7142857143rem;
  margin-right: -0.7142857143rem;
}
.category-content-page .cms-stage-slider .stage-slider {
  margin-bottom: 0;
}
@media print, screen and (min-width: 35.5em) {
  .category-content-page.grid-container__content .grid-container__content [class*=cms-]:not(:last-child) {
    margin-bottom: 1.4285714286rem;
  }
  .category-content-page.grid-container__content .grid-container__content > .grid-margin-x {
    margin-left: -1.0714285714rem;
    margin-right: -1.0714285714rem;
  }
}
@media print, screen and (max-width: 48.06125em) {
  .category-content-page__aside {
    display: none;
  }
}