.accordion,
.accordion--boxed,
.accordion--clear {
  margin-left: 0;
  list-style-type: none;
}
.accordion[disabled] .accordion__title,
[disabled].accordion--boxed .accordion__title,
[disabled].accordion--clear .accordion__title {
  cursor: not-allowed;
}
.accordion__item {
  position: relative;
}
.accordion__item__title {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0.9375rem 0;
  border-bottom: 2px solid #0e1010;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  color: #0e1010;
}
.accordion__item__title:focus,
.accordion__item__title:focus > .accordion__item__title__icon,
.accordion__item__title:hover,
.accordion__item__title:hover > .accordion__item__title__icon {
  color: #94c125;
}
.accordion__item__title:has(h1, h2, h3, h4, h5, h6) h1,
.accordion__item__title:has(h1, h2, h3, h4, h5, h6) h2,
.accordion__item__title:has(h1, h2, h3, h4, h5, h6) h3,
.accordion__item__title:has(h1, h2, h3, h4, h5, h6) h4,
.accordion__item__title:has(h1, h2, h3, h4, h5, h6) h5,
.accordion__item__title:has(h1, h2, h3, h4, h5, h6) h6 {
  margin: 0;
}
.accordion__item__title:has(.accordion__item__title__text) {
  justify-content: space-between;
}
.accordion__item__title:has(.accordion__item__title__text) .accordion__item__title__text {
  margin: 0 0.625rem 0 0;
}
.accordion__item__title__text {
  margin: 0;
}
.accordion__item__title__icon {
  margin: 0 0 0 auto;
  transform: rotate(0deg);
  transition: transform 0.25s ease-in-out;
}
.accordion__item.is_active .accordion__item__title__icon {
  transform: rotate(180deg);
}
.accordion__item__content {
  display: none;
  padding: 0.625rem;
  width: 100%;
  background-color: transparent;
  color: #0e1010;
}
.accordion--clear .accordion__item__title {
  border-bottom: 0;
}
.accordion--boxed .accordion__item:not(:last-child) {
  margin: 0 0 1.25rem;
}
.accordion--boxed .accordion__item__title {
  padding: 1.25rem;
  background: #e6e6e6;
  border: 0;
}
.accordion--boxed .accordion__item__title:focus,
.accordion--boxed .accordion__item__title:hover {
  color: #94c125;
}
.accordion--boxed .accordion__item__title__indicator {
  margin: 0 1.25rem 0 0;
}
.accordion--boxed .accordion__item__title__info {
  display: flex;
  flex-direction: column;
}
.accordion--boxed .accordion__item__title__info:not(:last-of-type) {
  margin: 0 0.625rem 0 0;
}
.accordion--boxed .accordion__item__title__info__headline {
  font-size: 0.875rem;
  color: #757575;
  margin: 0 0 0.3125rem;
}
.accordion--boxed .accordion__item__title__info__data {
  font-weight: 700;
}
.accordion--boxed .card--loading {
  height: 77px;
}
@font-face {
  font-family: voelkner;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://cdn.voelkner.de/css/font/inter_400.woff2) format('woff2');
}
@font-face {
  font-family: voelkner;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://cdn.voelkner.de/css/font/inter_600.woff2) format('woff2');
}
@font-face {
  font-family: voelkner;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://cdn.voelkner.de/css/font/inter_700.woff2) format('woff2');
}
@font-face {
  font-family: voelkner;
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://cdn.voelkner.de/css/font/inter_900.woff2) format('woff2');
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  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-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  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;
}
[hidden],
template {
  display: none;
}
[data-whatinput='mouse'] *,
[data-whatinput='mouse'] :focus,
[data-whatinput='touch'] *,
[data-whatinput='touch'] :focus,
[data-whatintent='mouse'] *,
[data-whatintent='mouse'] :focus,
[data-whatintent='touch'] *,
[data-whatintent='touch'] :focus {
  outline: none;
}
[draggable='false'] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}
.foundation-mq {
  font-family: 'xsmall=0em&small=37.5em&medium=56.25em&large=75em';
}
html {
  box-sizing: border-box;
  font-size: 1rem;
  text-underline-offset: 4px;
}
*,
:after,
:before {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: voelkner, Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #0e1010;
  -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 {
  box-sizing: border-box;
  width: 100%;
}
.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
  max-width: none !important;
}
button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: 0 0;
  line-height: 1;
  cursor: pointer;
}
[data-whatinput='mouse'] button {
  outline: 0;
}
pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}
address {
  font-style: normal;
}
search {
  display: flex;
  width: 100%;
}
.is_visible {
  display: block !important;
}
.is_hidden {
  display: none !important;
}
[type='cardholderName'],
[type='color'],
[type='cvv'],
[type='date'],
[type='datetime-local'],
[type='datetime'],
[type='email'],
[type='expirationDate'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
[type='week'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.8125rem;
  margin: 0 0 1.25rem;
  padding: 0.6875rem 0.9375rem;
  border: 2px solid #f0f0f0;
  border-radius: 0;
  background-color: #fff;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0e1010;
  transition:
    box-shadow 0.5s,
    border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
[type='cardholderName']:focus,
[type='color']:focus,
[type='cvv']:focus,
[type='date']:focus,
[type='datetime-local']:focus,
[type='datetime']:focus,
[type='email']:focus,
[type='expirationDate']:focus,
[type='month']:focus,
[type='number']:focus,
[type='password']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='text']:focus,
[type='time']:focus,
[type='url']:focus,
[type='week']:focus,
textarea:focus {
  border: 2px solid #169e45;
  background-color: #fff;
  box-shadow: none;
  transition:
    box-shadow 0.5s,
    border-color 0.25s ease-in-out;
}
[type='cardholderName']:focus-visible,
[type='color']:focus-visible,
[type='cvv']:focus-visible,
[type='date']:focus-visible,
[type='datetime-local']:focus-visible,
[type='datetime']:focus-visible,
[type='email']:focus-visible,
[type='expirationDate']:focus-visible,
[type='month']:focus-visible,
[type='number']:focus-visible,
[type='password']:focus-visible,
[type='search']:focus-visible,
[type='tel']:focus-visible,
[type='text']:focus-visible,
[type='time']:focus-visible,
[type='url']:focus-visible,
[type='week']:focus-visible,
textarea:focus-visible {
  outline: none;
}
textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
[type='button'],
[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type='search'] {
  box-sizing: border-box;
}
::-moz-placeholder {
  color: #0e1010;
}
:-ms-input-placeholder {
  color: #0e1010;
}
::placeholder {
  color: #0e1010;
}
[type='checkbox'],
[type='file'],
[type='radio'] {
  margin: 0 0 1.25rem;
}
[type='checkbox'] + label,
[type='radio'] + label {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  line-height: 1.2;
  font-weight: 700;
  margin-right: 1.25rem;
  margin-bottom: 0;
}
[type='checkbox'] + label[for],
[type='radio'] + label[for] {
  cursor: pointer;
}
label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.625rem;
}
[type='file'] {
  width: 100%;
}
label {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0e1010;
}
.help_text {
  margin-top: -0.625rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0e1010;
}
.input_group,
.input_group_quantity,
.input_group_quantity--large {
  display: flex;
  width: 100%;
  margin-bottom: 1.25rem;
  align-items: stretch;
}
.input_group__button,
.input_group__button a,
.input_group__button button,
.input_group__button input,
.input_group__button label,
.input_group__field,
.input_group__label,
.input_group_quantity--large .input_group_quantity__button,
.input_group_quantity--large .input_group_quantity__button a,
.input_group_quantity--large .input_group_quantity__button button,
.input_group_quantity--large .input_group_quantity__button input,
.input_group_quantity--large .input_group_quantity__button label,
.input_group_quantity--large .input_group_quantity__field,
.input_group_quantity .input_group_quantity__button,
.input_group_quantity .input_group_quantity__button a,
.input_group_quantity .input_group_quantity__button button,
.input_group_quantity .input_group_quantity__button input,
.input_group_quantity .input_group_quantity__button label,
.input_group_quantity .input_group_quantity__field {
  margin: 0;
  white-space: nowrap;
}
.input_group__label {
  padding: 0 1rem;
  border: 2px solid #f0f0f0;
  background: #f0f0f0;
  color: #0e1010;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input_group__label:first-child {
  border-right: 0;
}
.input_group__label:last-child {
  border-left: 0;
}
.input_group__field,
.input_group_quantity--large .input_group_quantity__field,
.input_group_quantity .input_group_quantity__field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}
.input_group__button,
.input_group_quantity--large .input_group_quantity__button,
.input_group_quantity .input_group_quantity__button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input_group__button a,
.input_group__button button,
.input_group__button input,
.input_group__button label,
.input_group_quantity--large .input_group_quantity__button a,
.input_group_quantity--large .input_group_quantity__button button,
.input_group_quantity--large .input_group_quantity__button input,
.input_group_quantity--large .input_group_quantity__button label,
.input_group_quantity .input_group_quantity__button a,
.input_group_quantity .input_group_quantity__button button,
.input_group_quantity .input_group_quantity__button input,
.input_group_quantity .input_group_quantity__button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
  border-radius: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  max-width: 100%;
  margin-bottom: 0.625rem;
}
.fieldset {
  margin: 1.25rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0 0 0 -0.1875rem;
  padding: 0 0.1875rem;
}
select {
  height: 2.8125rem;
  margin: 0 0 1.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #f0f0f0;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0e1010;
  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%2822, 158, 69%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1.25rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding: 0.6875rem 1.875rem 0.6875rem 0.9375rem;
  transition:
    box-shadow 0.5s,
    border-color 0.25s ease-in-out;
}
@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: 2px solid #169e45;
  background-color: #fff;
  box-shadow: none;
  transition:
    box-shadow 0.5s,
    border-color 0.25s ease-in-out;
}
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: #f83b3a;
}
.is_invalid_input:not(:focus)::-moz-placeholder {
  color: #f83b3a;
}
.is_invalid_input:not(:focus):-ms-input-placeholder {
  color: #f83b3a;
}
.is_invalid_input:not(:focus)::placeholder {
  color: #f83b3a;
}
.is_invalid_label {
  color: #f83b3a;
}
.form__input__error {
  display: none;
  margin-top: -0.625rem;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #f83b3a;
}
.form__input__error.is_visible {
  display: block;
}
.form__input__error > * {
  display: none;
  margin-top: -0.625rem;
  margin-bottom: 1.25rem;
}
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0;
}
p {
  margin-bottom: 1.25rem;
  font-size: inherit;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}
em,
i {
  font-style: italic;
  line-height: inherit;
}
.tf_bold,
b,
strong {
  font-weight: 700;
  line-height: inherit;
}
small {
  font-size: 0.875rem;
  line-height: inherit;
}
.tf_h1,
.tf_h2,
.tf_h3,
.tf_h4,
.tf_h5,
.tf_h6,
.w84fa0b8c9d7da99d162659e11c5e4028__container__text__headline,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: voelkner, Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  color: inherit;
  text-rendering: optimizeLegibility;
}
.tf_h1 small,
.tf_h2 small,
.tf_h3 small,
.tf_h4 small,
.tf_h5 small,
.tf_h6 small,
.w84fa0b8c9d7da99d162659e11c5e4028__container__text__headline small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca;
}
.tf_h1,
.tf_h2,
.w84fa0b8c9d7da99d162659e11c5e4028__container__text__headline,
h1,
h2 {
  font-size: 1.25rem;
  line-height: 1.1;
  margin-top: 0;
  margin-bottom: 0.9375rem;
  font-weight: 700;
}
.tf_h3,
h3 {
  font-weight: 600;
}
.tf_h3,
.tf_h4,
h3,
h4 {
  font-size: 1.125rem;
  line-height: 1.3888888889;
  margin-top: 0;
  margin-bottom: 0.625rem;
}
.tf_h4,
h4 {
  font-weight: 700;
}
.tf_h5,
h5 {
  font-size: 1.0625rem;
  line-height: 1.4117647059;
}
.tf_h5,
.tf_h6,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.625rem;
  font-weight: 400;
}
.tf_h6,
h6 {
  font-size: 1rem;
  line-height: 1.5;
}
@media print, screen and (min-width: 56.25em) {
  .tf_h1,
  h1 {
    font-size: 1.5625rem;
    line-height: 1.2;
    margin-bottom: 1.5625rem;
    font-weight: 700;
  }
  .tf_h2,
  .w84fa0b8c9d7da99d162659e11c5e4028__container__text__headline,
  h2 {
    font-size: 1.375rem;
    line-height: 1.2727272727;
    margin-bottom: 0.9375rem;
    font-weight: 700;
  }
  .tf_h3,
  h3 {
    font-size: 1.25rem;
    line-height: 1.4;
    font-weight: 600;
  }
  .tf_h4,
  h4 {
    font-size: 1.125rem;
    line-height: 1.3888888889;
    font-weight: 700;
  }
  .tf_h5,
  h5 {
    font-size: 1.0625rem;
    line-height: 1.4117647059;
    font-weight: 400;
  }
  .tf_h6,
  h6 {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
  }
}
a {
  line-height: inherit;
  color: #0e1010;
  text-decoration: none;
  cursor: pointer;
}
a:focus,
a:hover {
  color: #94c125;
}
a img,
hr {
  border: 0;
}
hr {
  clear: both;
  max-width: 93.125rem;
  height: 0;
  margin: 1.875rem auto;
  border-bottom: 2px solid #f0f0f0;
}
dl,
ol,
ul {
  margin-bottom: 0;
  list-style-position: outside;
  line-height: 1.5;
}
li {
  font-size: inherit;
}
ul {
  list-style-type: disc;
}
ol,
ul {
  margin-left: 1.25rem;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-left: 1.25rem;
  margin-bottom: 0;
}
dl {
  margin-bottom: 0;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}
figure {
  margin: 0;
}
ol.no-bullet,
ul.no-bullet {
  margin-left: 0;
  list-style: none;
}
.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: 37.5em) {
  .small_text-left {
    text-align: left;
  }
  .small_text-right {
    text-align: right;
  }
  .small_text-center {
    text-align: center;
  }
  .small_text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 56.25em) {
  .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 screen and (min-width: 75em) {
  .large_text-left {
    text-align: left;
  }
  .large_text-right {
    text-align: right;
  }
  .large_text-center {
    text-align: center;
  }
  .large_text-justify {
    text-align: justify;
  }
}
.show_for_print {
  display: none !important;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    -webkit-print-color-adjust: economy;
    color-adjust: economy;
    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,
  th.show_for_print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  .ir a:after,
  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: '';
  }
  abbr[title]:after {
    content: ' (' attr(title) ')';
  }
  blockquote,
  pre {
    border: 1px solid #757575;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print_break_inside {
    page-break-inside: auto;
  }
}
.grid_container {
  max-width: 93.125rem;
}
.grid_container,
.grid_container.fluid {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-left: auto;
  margin-right: auto;
}
.grid_container.fluid {
  max-width: 100%;
}
.grid_container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.grid_x {
  display: flex;
  flex-flow: row wrap;
}
.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}
.grid_x > .auto,
.grid_x > .shrink {
  width: auto;
}
.grid_x > .xsmall_1,
.grid_x > .xsmall_2,
.grid_x > .xsmall_3,
.grid_x > .xsmall_4,
.grid_x > .xsmall_5,
.grid_x > .xsmall_6,
.grid_x > .xsmall_7,
.grid_x > .xsmall_8,
.grid_x > .xsmall_9,
.grid_x > .xsmall_10,
.grid_x > .xsmall_11,
.grid_x > .xsmall_12,
.grid_x > .xsmall_full,
.grid_x > .xsmall_shrink {
  flex-basis: auto;
}
@media print, screen and (min-width: 37.5em) {
  .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,
  .grid_x > .small_full,
  .grid_x > .small_shrink {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 56.25em) {
  .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,
  .grid_x > .medium_full,
  .grid_x > .medium_shrink {
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .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,
  .grid_x > .large_full,
  .grid_x > .large_shrink {
    flex-basis: auto;
  }
}
.grid_x > .xsmall_1,
.grid_x > .xsmall_2,
.grid_x > .xsmall_3,
.grid_x > .xsmall_4,
.grid_x > .xsmall_5,
.grid_x > .xsmall_6,
.grid_x > .xsmall_7,
.grid_x > .xsmall_8,
.grid_x > .xsmall_9,
.grid_x > .xsmall_10,
.grid_x > .xsmall_11,
.grid_x > .xsmall_12 {
  flex: 0 0 auto;
}
.grid_x > .xsmall_1 {
  width: 8.3333333333%;
}
.grid_x > .xsmall_2 {
  width: 16.6666666667%;
}
.grid_x > .xsmall_3 {
  width: 25%;
}
.grid_x > .xsmall_4 {
  width: 33.3333333333%;
}
.grid_x > .xsmall_5 {
  width: 41.6666666667%;
}
.grid_x > .xsmall_6 {
  width: 50%;
}
.grid_x > .xsmall_7 {
  width: 58.3333333333%;
}
.grid_x > .xsmall_8 {
  width: 66.6666666667%;
}
.grid_x > .xsmall_9 {
  width: 75%;
}
.grid_x > .xsmall_10 {
  width: 83.3333333333%;
}
.grid_x > .xsmall_11 {
  width: 91.6666666667%;
}
.grid_x > .xsmall_12 {
  width: 100%;
}
@media print, screen and (min-width: 37.5em) {
  .grid_x > .small_auto {
    flex: 1 1 0;
    width: auto;
  }
  .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,
  .grid_x > .small_shrink {
    flex: 0 0 auto;
  }
  .grid_x > .small_shrink {
    width: 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: 56.25em) {
  .grid_x > .medium_auto {
    flex: 1 1 0;
    width: auto;
  }
  .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,
  .grid_x > .medium_shrink {
    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 screen and (min-width: 75em) {
  .grid_x > .large_auto {
    flex: 1 1 0;
    width: auto;
  }
  .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,
  .grid_x > .large_shrink {
    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%;
  }
}
.grid_margin_x:not(.grid_x) > .cell {
  width: auto;
}
.grid_margin_y:not(.grid_y) > .cell {
  height: auto;
}
.grid_margin_x {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
@media print, screen and (min-width: 56.25em) {
  .grid_margin_x {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}
.grid_margin_x > .cell {
  width: calc(100% - 1rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media print, screen and (min-width: 56.25em) {
  .grid_margin_x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem;
  }
}
.grid_margin_x > .auto,
.grid_margin_x > .shrink {
  width: auto;
}
.grid_margin_x > .xsmall_1 {
  width: calc(8.33333% - 1rem);
}
.grid_margin_x > .xsmall_2 {
  width: calc(16.66667% - 1rem);
}
.grid_margin_x > .xsmall_3 {
  width: calc(25% - 1rem);
}
.grid_margin_x > .xsmall_4 {
  width: calc(33.33333% - 1rem);
}
.grid_margin_x > .xsmall_5 {
  width: calc(41.66667% - 1rem);
}
.grid_margin_x > .xsmall_6 {
  width: calc(50% - 1rem);
}
.grid_margin_x > .xsmall_7 {
  width: calc(58.33333% - 1rem);
}
.grid_margin_x > .xsmall_8 {
  width: calc(66.66667% - 1rem);
}
.grid_margin_x > .xsmall_9 {
  width: calc(75% - 1rem);
}
.grid_margin_x > .xsmall_10 {
  width: calc(83.33333% - 1rem);
}
.grid_margin_x > .xsmall_11 {
  width: calc(91.66667% - 1rem);
}
.grid_margin_x > .xsmall_12 {
  width: calc(100% - 1rem);
}
@media print, screen and (min-width: 37.5em) {
  .grid_margin_x > .small_auto,
  .grid_margin_x > .small_shrink {
    width: auto;
  }
  .grid_margin_x > .small_1 {
    width: calc(8.33333% - 1rem);
  }
  .grid_margin_x > .small_2 {
    width: calc(16.66667% - 1rem);
  }
  .grid_margin_x > .small_3 {
    width: calc(25% - 1rem);
  }
  .grid_margin_x > .small_4 {
    width: calc(33.33333% - 1rem);
  }
  .grid_margin_x > .small_5 {
    width: calc(41.66667% - 1rem);
  }
  .grid_margin_x > .small_6 {
    width: calc(50% - 1rem);
  }
  .grid_margin_x > .small_7 {
    width: calc(58.33333% - 1rem);
  }
  .grid_margin_x > .small_8 {
    width: calc(66.66667% - 1rem);
  }
  .grid_margin_x > .small_9 {
    width: calc(75% - 1rem);
  }
  .grid_margin_x > .small_10 {
    width: calc(83.33333% - 1rem);
  }
  .grid_margin_x > .small_11 {
    width: calc(91.66667% - 1rem);
  }
  .grid_margin_x > .small_12 {
    width: calc(100% - 1rem);
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid_margin_x > .auto,
  .grid_margin_x > .shrink {
    width: auto;
  }
  .grid_margin_x > .xsmall_1 {
    width: calc(8.33333% - 1.25rem);
  }
  .grid_margin_x > .xsmall_2 {
    width: calc(16.66667% - 1.25rem);
  }
  .grid_margin_x > .xsmall_3 {
    width: calc(25% - 1.25rem);
  }
  .grid_margin_x > .xsmall_4 {
    width: calc(33.33333% - 1.25rem);
  }
  .grid_margin_x > .xsmall_5 {
    width: calc(41.66667% - 1.25rem);
  }
  .grid_margin_x > .xsmall_6 {
    width: calc(50% - 1.25rem);
  }
  .grid_margin_x > .xsmall_7 {
    width: calc(58.33333% - 1.25rem);
  }
  .grid_margin_x > .xsmall_8 {
    width: calc(66.66667% - 1.25rem);
  }
  .grid_margin_x > .xsmall_9 {
    width: calc(75% - 1.25rem);
  }
  .grid_margin_x > .xsmall_10 {
    width: calc(83.33333% - 1.25rem);
  }
  .grid_margin_x > .xsmall_11 {
    width: calc(91.66667% - 1.25rem);
  }
  .grid_margin_x > .xsmall_12 {
    width: calc(100% - 1.25rem);
  }
  .grid_margin_x > .small_auto,
  .grid_margin_x > .small_shrink {
    width: auto;
  }
  .grid_margin_x > .small_1 {
    width: calc(8.33333% - 1.25rem);
  }
  .grid_margin_x > .small_2 {
    width: calc(16.66667% - 1.25rem);
  }
  .grid_margin_x > .small_3 {
    width: calc(25% - 1.25rem);
  }
  .grid_margin_x > .small_4 {
    width: calc(33.33333% - 1.25rem);
  }
  .grid_margin_x > .small_5 {
    width: calc(41.66667% - 1.25rem);
  }
  .grid_margin_x > .small_6 {
    width: calc(50% - 1.25rem);
  }
  .grid_margin_x > .small_7 {
    width: calc(58.33333% - 1.25rem);
  }
  .grid_margin_x > .small_8 {
    width: calc(66.66667% - 1.25rem);
  }
  .grid_margin_x > .small_9 {
    width: calc(75% - 1.25rem);
  }
  .grid_margin_x > .small_10 {
    width: calc(83.33333% - 1.25rem);
  }
  .grid_margin_x > .small_11 {
    width: calc(91.66667% - 1.25rem);
  }
  .grid_margin_x > .small_12 {
    width: calc(100% - 1.25rem);
  }
  .grid_margin_x > .medium_auto,
  .grid_margin_x > .medium_shrink {
    width: auto;
  }
  .grid_margin_x > .medium_1 {
    width: calc(8.33333% - 1.25rem);
  }
  .grid_margin_x > .medium_2 {
    width: calc(16.66667% - 1.25rem);
  }
  .grid_margin_x > .medium_3 {
    width: calc(25% - 1.25rem);
  }
  .grid_margin_x > .medium_4 {
    width: calc(33.33333% - 1.25rem);
  }
  .grid_margin_x > .medium_5 {
    width: calc(41.66667% - 1.25rem);
  }
  .grid_margin_x > .medium_6 {
    width: calc(50% - 1.25rem);
  }
  .grid_margin_x > .medium_7 {
    width: calc(58.33333% - 1.25rem);
  }
  .grid_margin_x > .medium_8 {
    width: calc(66.66667% - 1.25rem);
  }
  .grid_margin_x > .medium_9 {
    width: calc(75% - 1.25rem);
  }
  .grid_margin_x > .medium_10 {
    width: calc(83.33333% - 1.25rem);
  }
  .grid_margin_x > .medium_11 {
    width: calc(91.66667% - 1.25rem);
  }
  .grid_margin_x > .medium_12 {
    width: calc(100% - 1.25rem);
  }
}
@media screen and (min-width: 75em) {
  .grid_margin_x > .large_auto,
  .grid_margin_x > .large_shrink {
    width: auto;
  }
  .grid_margin_x > .large_1 {
    width: calc(8.33333% - 1.25rem);
  }
  .grid_margin_x > .large_2 {
    width: calc(16.66667% - 1.25rem);
  }
  .grid_margin_x > .large_3 {
    width: calc(25% - 1.25rem);
  }
  .grid_margin_x > .large_4 {
    width: calc(33.33333% - 1.25rem);
  }
  .grid_margin_x > .large_5 {
    width: calc(41.66667% - 1.25rem);
  }
  .grid_margin_x > .large_6 {
    width: calc(50% - 1.25rem);
  }
  .grid_margin_x > .large_7 {
    width: calc(58.33333% - 1.25rem);
  }
  .grid_margin_x > .large_8 {
    width: calc(66.66667% - 1.25rem);
  }
  .grid_margin_x > .large_9 {
    width: calc(75% - 1.25rem);
  }
  .grid_margin_x > .large_10 {
    width: calc(83.33333% - 1.25rem);
  }
  .grid_margin_x > .large_11 {
    width: calc(91.66667% - 1.25rem);
  }
  .grid_margin_x > .large_12 {
    width: calc(100% - 1.25rem);
  }
}
.grid_padding_x .grid_padding_x {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
@media print, screen and (min-width: 56.25em) {
  .grid_padding_x .grid_padding_x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
.grid_container:not(.full) > .grid_padding_x {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
@media print, screen and (min-width: 56.25em) {
  .grid_container:not(.full) > .grid_padding_x {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
.grid_padding_x > .cell {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
@media print, screen and (min-width: 56.25em) {
  .grid_padding_x > .cell {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
}
.xsmall_up_1 > .cell {
  width: 100%;
}
.xsmall_up_2 > .cell {
  width: 50%;
}
.xsmall_up_3 > .cell {
  width: 33.3333333333%;
}
.xsmall_up_4 > .cell {
  width: 25%;
}
.xsmall_up_5 > .cell {
  width: 20%;
}
.xsmall_up_6 > .cell {
  width: 16.6666666667%;
}
.xsmall_up_7 > .cell {
  width: 14.2857142857%;
}
.xsmall_up_8 > .cell {
  width: 12.5%;
}
@media print, screen and (min-width: 37.5em) {
  .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: 56.25em) {
  .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 screen and (min-width: 75em) {
  .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%;
  }
}
.grid_margin_x.xsmall_up_1 > .cell {
  width: calc(100% - 1rem);
}
.grid_margin_x.xsmall_up_2 > .cell {
  width: calc(50% - 1rem);
}
.grid_margin_x.xsmall_up_3 > .cell {
  width: calc(33.33333% - 1rem);
}
.grid_margin_x.xsmall_up_4 > .cell {
  width: calc(25% - 1rem);
}
.grid_margin_x.xsmall_up_5 > .cell {
  width: calc(20% - 1rem);
}
.grid_margin_x.xsmall_up_6 > .cell {
  width: calc(16.66667% - 1rem);
}
.grid_margin_x.xsmall_up_7 > .cell {
  width: calc(14.28571% - 1rem);
}
.grid_margin_x.xsmall_up_8 > .cell {
  width: calc(12.5% - 1rem);
}
@media print, screen and (min-width: 37.5em) {
  .grid_margin_x.small_up_1 > .cell {
    width: calc(100% - 1rem);
  }
  .grid_margin_x.small_up_2 > .cell {
    width: calc(50% - 1rem);
  }
  .grid_margin_x.small_up_3 > .cell {
    width: calc(33.33333% - 1rem);
  }
  .grid_margin_x.small_up_4 > .cell {
    width: calc(25% - 1rem);
  }
  .grid_margin_x.small_up_5 > .cell {
    width: calc(20% - 1rem);
  }
  .grid_margin_x.small_up_6 > .cell {
    width: calc(16.66667% - 1rem);
  }
  .grid_margin_x.small_up_7 > .cell {
    width: calc(14.28571% - 1rem);
  }
  .grid_margin_x.small_up_8 > .cell {
    width: calc(12.5% - 1rem);
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid_margin_x.xsmall_up_1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid_margin_x.xsmall_up_2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid_margin_x.xsmall_up_3 > .cell {
    width: calc(33.33333% - 1.25rem);
  }
  .grid_margin_x.xsmall_up_4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid_margin_x.xsmall_up_5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid_margin_x.xsmall_up_6 > .cell {
    width: calc(16.66667% - 1.25rem);
  }
  .grid_margin_x.xsmall_up_7 > .cell {
    width: calc(14.28571% - 1.25rem);
  }
  .grid_margin_x.xsmall_up_8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
  .grid_margin_x.medium_up_1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid_margin_x.medium_up_2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid_margin_x.medium_up_3 > .cell {
    width: calc(33.33333% - 1.25rem);
  }
  .grid_margin_x.medium_up_4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid_margin_x.medium_up_5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid_margin_x.medium_up_6 > .cell {
    width: calc(16.66667% - 1.25rem);
  }
  .grid_margin_x.medium_up_7 > .cell {
    width: calc(14.28571% - 1.25rem);
  }
  .grid_margin_x.medium_up_8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
}
@media screen and (min-width: 75em) {
  .grid_margin_x.large_up_1 > .cell {
    width: calc(100% - 1.25rem);
  }
  .grid_margin_x.large_up_2 > .cell {
    width: calc(50% - 1.25rem);
  }
  .grid_margin_x.large_up_3 > .cell {
    width: calc(33.33333% - 1.25rem);
  }
  .grid_margin_x.large_up_4 > .cell {
    width: calc(25% - 1.25rem);
  }
  .grid_margin_x.large_up_5 > .cell {
    width: calc(20% - 1.25rem);
  }
  .grid_margin_x.large_up_6 > .cell {
    width: calc(16.66667% - 1.25rem);
  }
  .grid_margin_x.large_up_7 > .cell {
    width: calc(14.28571% - 1.25rem);
  }
  .grid_margin_x.large_up_8 > .cell {
    width: calc(12.5% - 1.25rem);
  }
}
.xsmall_margin_collapse,
.xsmall_margin_collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.xsmall_margin_collapse > .xsmall_1 {
  width: 8.3333333333%;
}
.xsmall_margin_collapse > .xsmall_2 {
  width: 16.6666666667%;
}
.xsmall_margin_collapse > .xsmall_3 {
  width: 25%;
}
.xsmall_margin_collapse > .xsmall_4 {
  width: 33.3333333333%;
}
.xsmall_margin_collapse > .xsmall_5 {
  width: 41.6666666667%;
}
.xsmall_margin_collapse > .xsmall_6 {
  width: 50%;
}
.xsmall_margin_collapse > .xsmall_7 {
  width: 58.3333333333%;
}
.xsmall_margin_collapse > .xsmall_8 {
  width: 66.6666666667%;
}
.xsmall_margin_collapse > .xsmall_9 {
  width: 75%;
}
.xsmall_margin_collapse > .xsmall_10 {
  width: 83.3333333333%;
}
.xsmall_margin_collapse > .xsmall_11 {
  width: 91.6666666667%;
}
.xsmall_margin_collapse > .xsmall_12 {
  width: 100%;
}
@media print, screen and (min-width: 37.5em) {
  .xsmall_margin_collapse > .small_1 {
    width: 8.3333333333%;
  }
  .xsmall_margin_collapse > .small_2 {
    width: 16.6666666667%;
  }
  .xsmall_margin_collapse > .small_3 {
    width: 25%;
  }
  .xsmall_margin_collapse > .small_4 {
    width: 33.3333333333%;
  }
  .xsmall_margin_collapse > .small_5 {
    width: 41.6666666667%;
  }
  .xsmall_margin_collapse > .small_6 {
    width: 50%;
  }
  .xsmall_margin_collapse > .small_7 {
    width: 58.3333333333%;
  }
  .xsmall_margin_collapse > .small_8 {
    width: 66.6666666667%;
  }
  .xsmall_margin_collapse > .small_9 {
    width: 75%;
  }
  .xsmall_margin_collapse > .small_10 {
    width: 83.3333333333%;
  }
  .xsmall_margin_collapse > .small_11 {
    width: 91.6666666667%;
  }
  .xsmall_margin_collapse > .small_12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 56.25em) {
  .xsmall_margin_collapse > .medium_1 {
    width: 8.3333333333%;
  }
  .xsmall_margin_collapse > .medium_2 {
    width: 16.6666666667%;
  }
  .xsmall_margin_collapse > .medium_3 {
    width: 25%;
  }
  .xsmall_margin_collapse > .medium_4 {
    width: 33.3333333333%;
  }
  .xsmall_margin_collapse > .medium_5 {
    width: 41.6666666667%;
  }
  .xsmall_margin_collapse > .medium_6 {
    width: 50%;
  }
  .xsmall_margin_collapse > .medium_7 {
    width: 58.3333333333%;
  }
  .xsmall_margin_collapse > .medium_8 {
    width: 66.6666666667%;
  }
  .xsmall_margin_collapse > .medium_9 {
    width: 75%;
  }
  .xsmall_margin_collapse > .medium_10 {
    width: 83.3333333333%;
  }
  .xsmall_margin_collapse > .medium_11 {
    width: 91.6666666667%;
  }
  .xsmall_margin_collapse > .medium_12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xsmall_margin_collapse > .large_1 {
    width: 8.3333333333%;
  }
  .xsmall_margin_collapse > .large_2 {
    width: 16.6666666667%;
  }
  .xsmall_margin_collapse > .large_3 {
    width: 25%;
  }
  .xsmall_margin_collapse > .large_4 {
    width: 33.3333333333%;
  }
  .xsmall_margin_collapse > .large_5 {
    width: 41.6666666667%;
  }
  .xsmall_margin_collapse > .large_6 {
    width: 50%;
  }
  .xsmall_margin_collapse > .large_7 {
    width: 58.3333333333%;
  }
  .xsmall_margin_collapse > .large_8 {
    width: 66.6666666667%;
  }
  .xsmall_margin_collapse > .large_9 {
    width: 75%;
  }
  .xsmall_margin_collapse > .large_10 {
    width: 83.3333333333%;
  }
  .xsmall_margin_collapse > .large_11 {
    width: 91.6666666667%;
  }
  .xsmall_margin_collapse > .large_12 {
    width: 100%;
  }
}
.xsmall_padding_collapse {
  margin-right: 0;
  margin-left: 0;
}
.xsmall_padding_collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}
@media print, screen and (min-width: 37.5em) {
  .small_margin_collapse,
  .small_margin_collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 37.5em) {
  .small_margin_collapse > .xsmall_1 {
    width: 8.3333333333%;
  }
  .small_margin_collapse > .xsmall_2 {
    width: 16.6666666667%;
  }
  .small_margin_collapse > .xsmall_3 {
    width: 25%;
  }
  .small_margin_collapse > .xsmall_4 {
    width: 33.3333333333%;
  }
  .small_margin_collapse > .xsmall_5 {
    width: 41.6666666667%;
  }
  .small_margin_collapse > .xsmall_6 {
    width: 50%;
  }
  .small_margin_collapse > .xsmall_7 {
    width: 58.3333333333%;
  }
  .small_margin_collapse > .xsmall_8 {
    width: 66.6666666667%;
  }
  .small_margin_collapse > .xsmall_9 {
    width: 75%;
  }
  .small_margin_collapse > .xsmall_10 {
    width: 83.3333333333%;
  }
  .small_margin_collapse > .xsmall_11 {
    width: 91.6666666667%;
  }
  .small_margin_collapse > .xsmall_12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 37.5em) {
  .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: 56.25em) {
  .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 screen and (min-width: 75em) {
  .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 print, screen and (min-width: 37.5em) {
  .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: 56.25em) {
  .medium_margin_collapse,
  .medium_margin_collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 56.25em) {
  .medium_margin_collapse > .xsmall_1 {
    width: 8.3333333333%;
  }
  .medium_margin_collapse > .xsmall_2 {
    width: 16.6666666667%;
  }
  .medium_margin_collapse > .xsmall_3 {
    width: 25%;
  }
  .medium_margin_collapse > .xsmall_4 {
    width: 33.3333333333%;
  }
  .medium_margin_collapse > .xsmall_5 {
    width: 41.6666666667%;
  }
  .medium_margin_collapse > .xsmall_6 {
    width: 50%;
  }
  .medium_margin_collapse > .xsmall_7 {
    width: 58.3333333333%;
  }
  .medium_margin_collapse > .xsmall_8 {
    width: 66.6666666667%;
  }
  .medium_margin_collapse > .xsmall_9 {
    width: 75%;
  }
  .medium_margin_collapse > .xsmall_10 {
    width: 83.3333333333%;
  }
  .medium_margin_collapse > .xsmall_11 {
    width: 91.6666666667%;
  }
  .medium_margin_collapse > .xsmall_12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 56.25em) {
  .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: 56.25em) {
  .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 screen and (min-width: 75em) {
  .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 print, screen and (min-width: 56.25em) {
  .medium_padding_collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium_padding_collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .large_margin_collapse,
  .large_margin_collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .large_margin_collapse > .xsmall_1 {
    width: 8.3333333333%;
  }
  .large_margin_collapse > .xsmall_2 {
    width: 16.6666666667%;
  }
  .large_margin_collapse > .xsmall_3 {
    width: 25%;
  }
  .large_margin_collapse > .xsmall_4 {
    width: 33.3333333333%;
  }
  .large_margin_collapse > .xsmall_5 {
    width: 41.6666666667%;
  }
  .large_margin_collapse > .xsmall_6 {
    width: 50%;
  }
  .large_margin_collapse > .xsmall_7 {
    width: 58.3333333333%;
  }
  .large_margin_collapse > .xsmall_8 {
    width: 66.6666666667%;
  }
  .large_margin_collapse > .xsmall_9 {
    width: 75%;
  }
  .large_margin_collapse > .xsmall_10 {
    width: 83.3333333333%;
  }
  .large_margin_collapse > .xsmall_11 {
    width: 91.6666666667%;
  }
  .large_margin_collapse > .xsmall_12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .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 screen and (min-width: 75em) {
  .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 screen and (min-width: 75em) {
  .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: 75em) {
  .large_padding_collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large_padding_collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}
.xsmall_offset_0 {
  margin-left: 0;
}
.grid_margin_x > .xsmall_offset_0 {
  margin-left: 0.5rem;
}
.xsmall_offset_1 {
  margin-left: 8.3333333333%;
}
.grid_margin_x > .xsmall_offset_1 {
  margin-left: calc(8.33333% + 0.5rem);
}
.xsmall_offset_2 {
  margin-left: 16.6666666667%;
}
.grid_margin_x > .xsmall_offset_2 {
  margin-left: calc(16.66667% + 0.5rem);
}
.xsmall_offset_3 {
  margin-left: 25%;
}
.grid_margin_x > .xsmall_offset_3 {
  margin-left: calc(25% + 0.5rem);
}
.xsmall_offset_4 {
  margin-left: 33.3333333333%;
}
.grid_margin_x > .xsmall_offset_4 {
  margin-left: calc(33.33333% + 0.5rem);
}
.xsmall_offset_5 {
  margin-left: 41.6666666667%;
}
.grid_margin_x > .xsmall_offset_5 {
  margin-left: calc(41.66667% + 0.5rem);
}
.xsmall_offset_6 {
  margin-left: 50%;
}
.grid_margin_x > .xsmall_offset_6 {
  margin-left: calc(50% + 0.5rem);
}
.xsmall_offset_7 {
  margin-left: 58.3333333333%;
}
.grid_margin_x > .xsmall_offset_7 {
  margin-left: calc(58.33333% + 0.5rem);
}
.xsmall_offset_8 {
  margin-left: 66.6666666667%;
}
.grid_margin_x > .xsmall_offset_8 {
  margin-left: calc(66.66667% + 0.5rem);
}
.xsmall_offset_9 {
  margin-left: 75%;
}
.grid_margin_x > .xsmall_offset_9 {
  margin-left: calc(75% + 0.5rem);
}
.xsmall_offset_10 {
  margin-left: 83.3333333333%;
}
.grid_margin_x > .xsmall_offset_10 {
  margin-left: calc(83.33333% + 0.5rem);
}
.xsmall_offset_11 {
  margin-left: 91.6666666667%;
}
.grid_margin_x > .xsmall_offset_11 {
  margin-left: calc(91.66667% + 0.5rem);
}
@media print, screen and (min-width: 37.5em) {
  .small_offset_0 {
    margin-left: 0;
  }
  .grid_margin_x > .small_offset_0 {
    margin-left: 0.5rem;
  }
  .small_offset_1 {
    margin-left: 8.3333333333%;
  }
  .grid_margin_x > .small_offset_1 {
    margin-left: calc(8.33333% + 0.5rem);
  }
  .small_offset_2 {
    margin-left: 16.6666666667%;
  }
  .grid_margin_x > .small_offset_2 {
    margin-left: calc(16.66667% + 0.5rem);
  }
  .small_offset_3 {
    margin-left: 25%;
  }
  .grid_margin_x > .small_offset_3 {
    margin-left: calc(25% + 0.5rem);
  }
  .small_offset_4 {
    margin-left: 33.3333333333%;
  }
  .grid_margin_x > .small_offset_4 {
    margin-left: calc(33.33333% + 0.5rem);
  }
  .small_offset_5 {
    margin-left: 41.6666666667%;
  }
  .grid_margin_x > .small_offset_5 {
    margin-left: calc(41.66667% + 0.5rem);
  }
  .small_offset_6 {
    margin-left: 50%;
  }
  .grid_margin_x > .small_offset_6 {
    margin-left: calc(50% + 0.5rem);
  }
  .small_offset_7 {
    margin-left: 58.3333333333%;
  }
  .grid_margin_x > .small_offset_7 {
    margin-left: calc(58.33333% + 0.5rem);
  }
  .small_offset_8 {
    margin-left: 66.6666666667%;
  }
  .grid_margin_x > .small_offset_8 {
    margin-left: calc(66.66667% + 0.5rem);
  }
  .small_offset_9 {
    margin-left: 75%;
  }
  .grid_margin_x > .small_offset_9 {
    margin-left: calc(75% + 0.5rem);
  }
  .small_offset_10 {
    margin-left: 83.3333333333%;
  }
  .grid_margin_x > .small_offset_10 {
    margin-left: calc(83.33333% + 0.5rem);
  }
  .small_offset_11 {
    margin-left: 91.6666666667%;
  }
  .grid_margin_x > .small_offset_11 {
    margin-left: calc(91.66667% + 0.5rem);
  }
}
@media print, screen and (min-width: 56.25em) {
  .medium_offset_0 {
    margin-left: 0;
  }
  .grid_margin_x > .medium_offset_0 {
    margin-left: 0.625rem;
  }
  .medium_offset_1 {
    margin-left: 8.3333333333%;
  }
  .grid_margin_x > .medium_offset_1 {
    margin-left: calc(8.33333% + 0.625rem);
  }
  .medium_offset_2 {
    margin-left: 16.6666666667%;
  }
  .grid_margin_x > .medium_offset_2 {
    margin-left: calc(16.66667% + 0.625rem);
  }
  .medium_offset_3 {
    margin-left: 25%;
  }
  .grid_margin_x > .medium_offset_3 {
    margin-left: calc(25% + 0.625rem);
  }
  .medium_offset_4 {
    margin-left: 33.3333333333%;
  }
  .grid_margin_x > .medium_offset_4 {
    margin-left: calc(33.33333% + 0.625rem);
  }
  .medium_offset_5 {
    margin-left: 41.6666666667%;
  }
  .grid_margin_x > .medium_offset_5 {
    margin-left: calc(41.66667% + 0.625rem);
  }
  .medium_offset_6 {
    margin-left: 50%;
  }
  .grid_margin_x > .medium_offset_6 {
    margin-left: calc(50% + 0.625rem);
  }
  .medium_offset_7 {
    margin-left: 58.3333333333%;
  }
  .grid_margin_x > .medium_offset_7 {
    margin-left: calc(58.33333% + 0.625rem);
  }
  .medium_offset_8 {
    margin-left: 66.6666666667%;
  }
  .grid_margin_x > .medium_offset_8 {
    margin-left: calc(66.66667% + 0.625rem);
  }
  .medium_offset_9 {
    margin-left: 75%;
  }
  .grid_margin_x > .medium_offset_9 {
    margin-left: calc(75% + 0.625rem);
  }
  .medium_offset_10 {
    margin-left: 83.3333333333%;
  }
  .grid_margin_x > .medium_offset_10 {
    margin-left: calc(83.33333% + 0.625rem);
  }
  .medium_offset_11 {
    margin-left: 91.6666666667%;
  }
  .grid_margin_x > .medium_offset_11 {
    margin-left: calc(91.66667% + 0.625rem);
  }
}
@media screen and (min-width: 75em) {
  .large_offset_0 {
    margin-left: 0;
  }
  .grid_margin_x > .large_offset_0 {
    margin-left: 0.625rem;
  }
  .large_offset_1 {
    margin-left: 8.3333333333%;
  }
  .grid_margin_x > .large_offset_1 {
    margin-left: calc(8.33333% + 0.625rem);
  }
  .large_offset_2 {
    margin-left: 16.6666666667%;
  }
  .grid_margin_x > .large_offset_2 {
    margin-left: calc(16.66667% + 0.625rem);
  }
  .large_offset_3 {
    margin-left: 25%;
  }
  .grid_margin_x > .large_offset_3 {
    margin-left: calc(25% + 0.625rem);
  }
  .large_offset_4 {
    margin-left: 33.3333333333%;
  }
  .grid_margin_x > .large_offset_4 {
    margin-left: calc(33.33333% + 0.625rem);
  }
  .large_offset_5 {
    margin-left: 41.6666666667%;
  }
  .grid_margin_x > .large_offset_5 {
    margin-left: calc(41.66667% + 0.625rem);
  }
  .large_offset_6 {
    margin-left: 50%;
  }
  .grid_margin_x > .large_offset_6 {
    margin-left: calc(50% + 0.625rem);
  }
  .large_offset_7 {
    margin-left: 58.3333333333%;
  }
  .grid_margin_x > .large_offset_7 {
    margin-left: calc(58.33333% + 0.625rem);
  }
  .large_offset_8 {
    margin-left: 66.6666666667%;
  }
  .grid_margin_x > .large_offset_8 {
    margin-left: calc(66.66667% + 0.625rem);
  }
  .large_offset_9 {
    margin-left: 75%;
  }
  .grid_margin_x > .large_offset_9 {
    margin-left: calc(75% + 0.625rem);
  }
  .large_offset_10 {
    margin-left: 83.3333333333%;
  }
  .grid_margin_x > .large_offset_10 {
    margin-left: calc(83.33333% + 0.625rem);
  }
  .large_offset_11 {
    margin-left: 91.6666666667%;
  }
  .grid_margin_x > .large_offset_11 {
    margin-left: calc(91.66667% + 0.625rem);
  }
}
.grid_y {
  display: flex;
  flex-flow: column nowrap;
}
.grid_y > .cell {
  height: auto;
  max-height: none;
}
.grid_y > .auto,
.grid_y > .shrink {
  height: auto;
}
.grid_y > .xsmall-1,
.grid_y > .xsmall-2,
.grid_y > .xsmall-3,
.grid_y > .xsmall-4,
.grid_y > .xsmall-5,
.grid_y > .xsmall-6,
.grid_y > .xsmall-7,
.grid_y > .xsmall-8,
.grid_y > .xsmall-9,
.grid_y > .xsmall-10,
.grid_y > .xsmall-11,
.grid_y > .xsmall-12,
.grid_y > .xsmall_full,
.grid_y > .xsmall_shrink {
  flex-basis: auto;
}
@media print, screen and (min-width: 37.5em) {
  .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,
  .grid_y > .small_full,
  .grid_y > .small_shrink {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 56.25em) {
  .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,
  .grid_y > .medium_full,
  .grid_y > .medium_shrink {
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .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,
  .grid_y > .large_full,
  .grid_y > .large_shrink {
    flex-basis: auto;
  }
}
.grid_y > .xsmall_1,
.grid_y > .xsmall_2,
.grid_y > .xsmall_3,
.grid_y > .xsmall_4,
.grid_y > .xsmall_5,
.grid_y > .xsmall_6,
.grid_y > .xsmall_7,
.grid_y > .xsmall_8,
.grid_y > .xsmall_9,
.grid_y > .xsmall_10,
.grid_y > .xsmall_11,
.grid_y > .xsmall_12 {
  flex: 0 0 auto;
}
.grid_y > .xsmall_1 {
  height: 8.3333333333%;
}
.grid_y > .xsmall_2 {
  height: 16.6666666667%;
}
.grid_y > .xsmall_3 {
  height: 25%;
}
.grid_y > .xsmall_4 {
  height: 33.3333333333%;
}
.grid_y > .xsmall_5 {
  height: 41.6666666667%;
}
.grid_y > .xsmall_6 {
  height: 50%;
}
.grid_y > .xsmall_7 {
  height: 58.3333333333%;
}
.grid_y > .xsmall_8 {
  height: 66.6666666667%;
}
.grid_y > .xsmall_9 {
  height: 75%;
}
.grid_y > .xsmall_10 {
  height: 83.3333333333%;
}
.grid_y > .xsmall_11 {
  height: 91.6666666667%;
}
.grid_y > .xsmall_12 {
  height: 100%;
}
@media print, screen and (min-width: 37.5em) {
  .grid_y > .small_auto {
    flex: 1 1 0;
    height: auto;
  }
  .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,
  .grid_y > .small_shrink {
    flex: 0 0 auto;
  }
  .grid_y > .small_shrink {
    height: 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: 56.25em) {
  .grid_y > .medium_auto {
    flex: 1 1 0;
    height: auto;
  }
  .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,
  .grid_y > .medium_shrink {
    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 screen and (min-width: 75em) {
  .grid_y > .large_auto {
    flex: 1 1 0;
    height: auto;
  }
  .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,
  .grid_y > .large_shrink {
    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%;
  }
}
.grid_padding_y .grid_padding_y {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
@media print, screen and (min-width: 56.25em) {
  .grid_padding_y .grid_padding_y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
.grid_padding_y > .cell {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media print, screen and (min-width: 56.25em) {
  .grid_padding_y > .cell {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
.grid_frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}
.cell .grid_frame {
  width: 100%;
}
.cell_block {
  overflow-x: auto;
  max-width: 100%;
}
.cell_block,
.cell_block_y {
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.cell_block_y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
}
.cell_block_container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell_block_container > .grid_x {
  max-height: 100%;
  flex-wrap: nowrap;
}
@media print, screen and (min-width: 37.5em) {
  .small_grid_frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .small_grid_frame {
    width: 100%;
  }
  .small_cell_block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .small_cell_block_container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .small_cell_block_container > .grid_x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .small_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: 56.25em) {
  .medium_grid_frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    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: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium_cell_block_container > .grid_x {
    max-height: 100%;
    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 screen and (min-width: 75em) {
  .large_grid_frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    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: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large_cell_block_container > .grid_x {
    max-height: 100%;
    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;
  }
}
.grid_y.grid_frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 37.5em) {
  .grid_y.small_grid_frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid_y.medium_grid_frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid_y.large_grid_frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
.cell .grid_y.grid_frame {
  height: 100%;
}
@media print, screen and (min-width: 37.5em) {
  .cell .grid_y.small_grid_frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 56.25em) {
  .cell .grid_y.medium_grid_frame {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .cell .grid_y.large_grid_frame {
    height: 100%;
  }
}
.grid_margin_y {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
@media print, screen and (min-width: 56.25em) {
  .grid_margin_y {
    margin-top: -0.625rem;
    margin-bottom: -0.625rem;
  }
}
.grid_margin_y > .cell {
  height: calc(100% - 1rem);
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 56.25em) {
  .grid_margin_y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem;
  }
}
.grid_margin_y > .auto,
.grid_margin_y > .shrink {
  height: auto;
}
.grid_margin_y > .xsmall_1 {
  height: calc(8.33333% - 1rem);
}
.grid_margin_y > .xsmall_2 {
  height: calc(16.66667% - 1rem);
}
.grid_margin_y > .xsmall_3 {
  height: calc(25% - 1rem);
}
.grid_margin_y > .xsmall_4 {
  height: calc(33.33333% - 1rem);
}
.grid_margin_y > .xsmall_5 {
  height: calc(41.66667% - 1rem);
}
.grid_margin_y > .xsmall_6 {
  height: calc(50% - 1rem);
}
.grid_margin_y > .xsmall_7 {
  height: calc(58.33333% - 1rem);
}
.grid_margin_y > .xsmall_8 {
  height: calc(66.66667% - 1rem);
}
.grid_margin_y > .xsmall_9 {
  height: calc(75% - 1rem);
}
.grid_margin_y > .xsmall_10 {
  height: calc(83.33333% - 1rem);
}
.grid_margin_y > .xsmall_11 {
  height: calc(91.66667% - 1rem);
}
.grid_margin_y > .xsmall_12 {
  height: calc(100% - 1rem);
}
@media print, screen and (min-width: 37.5em) {
  .grid_margin_y > .small_auto,
  .grid_margin_y > .small_shrink {
    height: auto;
  }
  .grid_margin_y > .small_1 {
    height: calc(8.33333% - 1rem);
  }
  .grid_margin_y > .small_2 {
    height: calc(16.66667% - 1rem);
  }
  .grid_margin_y > .small_3 {
    height: calc(25% - 1rem);
  }
  .grid_margin_y > .small_4 {
    height: calc(33.33333% - 1rem);
  }
  .grid_margin_y > .small_5 {
    height: calc(41.66667% - 1rem);
  }
  .grid_margin_y > .small_6 {
    height: calc(50% - 1rem);
  }
  .grid_margin_y > .small_7 {
    height: calc(58.33333% - 1rem);
  }
  .grid_margin_y > .small_8 {
    height: calc(66.66667% - 1rem);
  }
  .grid_margin_y > .small_9 {
    height: calc(75% - 1rem);
  }
  .grid_margin_y > .small_10 {
    height: calc(83.33333% - 1rem);
  }
  .grid_margin_y > .small_11 {
    height: calc(91.66667% - 1rem);
  }
  .grid_margin_y > .small_12 {
    height: calc(100% - 1rem);
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid_margin_y > .auto,
  .grid_margin_y > .shrink {
    height: auto;
  }
  .grid_margin_y > .xsmall_1 {
    height: calc(8.33333% - 1.25rem);
  }
  .grid_margin_y > .xsmall_2 {
    height: calc(16.66667% - 1.25rem);
  }
  .grid_margin_y > .xsmall_3 {
    height: calc(25% - 1.25rem);
  }
  .grid_margin_y > .xsmall_4 {
    height: calc(33.33333% - 1.25rem);
  }
  .grid_margin_y > .xsmall_5 {
    height: calc(41.66667% - 1.25rem);
  }
  .grid_margin_y > .xsmall_6 {
    height: calc(50% - 1.25rem);
  }
  .grid_margin_y > .xsmall_7 {
    height: calc(58.33333% - 1.25rem);
  }
  .grid_margin_y > .xsmall_8 {
    height: calc(66.66667% - 1.25rem);
  }
  .grid_margin_y > .xsmall_9 {
    height: calc(75% - 1.25rem);
  }
  .grid_margin_y > .xsmall_10 {
    height: calc(83.33333% - 1.25rem);
  }
  .grid_margin_y > .xsmall_11 {
    height: calc(91.66667% - 1.25rem);
  }
  .grid_margin_y > .xsmall_12 {
    height: calc(100% - 1.25rem);
  }
  .grid_margin_y > .small_auto,
  .grid_margin_y > .small_shrink {
    height: auto;
  }
  .grid_margin_y > .small_1 {
    height: calc(8.33333% - 1.25rem);
  }
  .grid_margin_y > .small_2 {
    height: calc(16.66667% - 1.25rem);
  }
  .grid_margin_y > .small_3 {
    height: calc(25% - 1.25rem);
  }
  .grid_margin_y > .small_4 {
    height: calc(33.33333% - 1.25rem);
  }
  .grid_margin_y > .small_5 {
    height: calc(41.66667% - 1.25rem);
  }
  .grid_margin_y > .small_6 {
    height: calc(50% - 1.25rem);
  }
  .grid_margin_y > .small_7 {
    height: calc(58.33333% - 1.25rem);
  }
  .grid_margin_y > .small_8 {
    height: calc(66.66667% - 1.25rem);
  }
  .grid_margin_y > .small_9 {
    height: calc(75% - 1.25rem);
  }
  .grid_margin_y > .small_10 {
    height: calc(83.33333% - 1.25rem);
  }
  .grid_margin_y > .small_11 {
    height: calc(91.66667% - 1.25rem);
  }
  .grid_margin_y > .small_12 {
    height: calc(100% - 1.25rem);
  }
  .grid_margin_y > .medium_auto,
  .grid_margin_y > .medium_shrink {
    height: auto;
  }
  .grid_margin_y > .medium_1 {
    height: calc(8.33333% - 1.25rem);
  }
  .grid_margin_y > .medium_2 {
    height: calc(16.66667% - 1.25rem);
  }
  .grid_margin_y > .medium_3 {
    height: calc(25% - 1.25rem);
  }
  .grid_margin_y > .medium_4 {
    height: calc(33.33333% - 1.25rem);
  }
  .grid_margin_y > .medium_5 {
    height: calc(41.66667% - 1.25rem);
  }
  .grid_margin_y > .medium_6 {
    height: calc(50% - 1.25rem);
  }
  .grid_margin_y > .medium_7 {
    height: calc(58.33333% - 1.25rem);
  }
  .grid_margin_y > .medium_8 {
    height: calc(66.66667% - 1.25rem);
  }
  .grid_margin_y > .medium_9 {
    height: calc(75% - 1.25rem);
  }
  .grid_margin_y > .medium_10 {
    height: calc(83.33333% - 1.25rem);
  }
  .grid_margin_y > .medium_11 {
    height: calc(91.66667% - 1.25rem);
  }
  .grid_margin_y > .medium_12 {
    height: calc(100% - 1.25rem);
  }
}
@media screen and (min-width: 75em) {
  .grid_margin_y > .large_auto,
  .grid_margin_y > .large_shrink {
    height: auto;
  }
  .grid_margin_y > .large_1 {
    height: calc(8.33333% - 1.25rem);
  }
  .grid_margin_y > .large_2 {
    height: calc(16.66667% - 1.25rem);
  }
  .grid_margin_y > .large_3 {
    height: calc(25% - 1.25rem);
  }
  .grid_margin_y > .large_4 {
    height: calc(33.33333% - 1.25rem);
  }
  .grid_margin_y > .large_5 {
    height: calc(41.66667% - 1.25rem);
  }
  .grid_margin_y > .large_6 {
    height: calc(50% - 1.25rem);
  }
  .grid_margin_y > .large_7 {
    height: calc(58.33333% - 1.25rem);
  }
  .grid_margin_y > .large_8 {
    height: calc(66.66667% - 1.25rem);
  }
  .grid_margin_y > .large_9 {
    height: calc(75% - 1.25rem);
  }
  .grid_margin_y > .large_10 {
    height: calc(83.33333% - 1.25rem);
  }
  .grid_margin_y > .large_11 {
    height: calc(91.66667% - 1.25rem);
  }
  .grid_margin_y > .large_12 {
    height: calc(100% - 1.25rem);
  }
}
.grid_frame.grid_margin_y {
  height: calc(100vh + 1rem);
}
@media print, screen and (min-width: 37.5em) {
  .grid_frame.grid_margin_y {
    height: calc(100vh + 1rem);
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid_frame.grid_margin_y {
    height: calc(100vh + 1.25rem);
  }
}
@media screen and (min-width: 75em) {
  .grid_frame.grid_margin_y {
    height: calc(100vh + 1.25rem);
  }
}
@media print, screen and (min-width: 37.5em) {
  .grid_margin_y.small_grid_frame {
    height: calc(100vh + 1rem);
  }
}
@media print, screen and (min-width: 56.25em) {
  .grid_margin_y.medium_grid_frame {
    height: calc(100vh + 1.25rem);
  }
}
@media screen and (min-width: 75em) {
  .grid_margin_y.large_grid_frame {
    height: calc(100vh + 1.25rem);
  }
}
.float_left {
  float: left !important;
}
.float_right {
  float: right !important;
}
.float_center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.clearfix:after,
.clearfix:before {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1;
}
.clearfix:after {
  clear: both;
}
.align_left {
  justify-content: flex-start;
}
.align_right {
  justify-content: flex-end;
}
.align_center {
  justify-content: center;
}
.align_justify {
  justify-content: space-between;
}
.align_spaced {
  justify-content: space-around;
}
.align_left--vertical.footer_navigation > li > a,
.align_left--vertical.logo_list--boxed > li > a,
.align_left--vertical.logo_list--boxed_expanded > li > a,
.align_left--vertical.logo_list--circle > li > a,
.align_left--vertical.logo_list--circle_colored > li > a,
.align_left--vertical.logo_list--partner > li > a,
.align_left--vertical.logo_list > li > a,
.align_left--vertical.menu--align_center > li > a,
.align_left--vertical.menu--align_left > li > a,
.align_left--vertical.menu--align_right > li > a,
.align_left--vertical.menu--expanded > li > a,
.align_left--vertical.menu--horizontal > li > a,
.align_left--vertical.menu--icon_left > li > a,
.align_left--vertical.menu--icon_right > li > a,
.align_left--vertical.menu--simple > li > a,
.align_left--vertical.menu--text > li > a,
.align_left--vertical.menu--vertical > li > a,
.align_left--vertical.menu > li > a,
.align_left--vertical.product__options--buy_box > li > a,
.align_left--vertical.product__options > li > a,
header .align_left--vertical.sub_head__wrapper__group__list > li > a {
  justify-content: flex-start;
}
.align_right--vertical.footer_navigation > li > a,
.align_right--vertical.logo_list--boxed > li > a,
.align_right--vertical.logo_list--boxed_expanded > li > a,
.align_right--vertical.logo_list--circle > li > a,
.align_right--vertical.logo_list--circle_colored > li > a,
.align_right--vertical.logo_list--partner > li > a,
.align_right--vertical.logo_list > li > a,
.align_right--vertical.menu--align_center > li > a,
.align_right--vertical.menu--align_left > li > a,
.align_right--vertical.menu--align_right > li > a,
.align_right--vertical.menu--expanded > li > a,
.align_right--vertical.menu--horizontal > li > a,
.align_right--vertical.menu--icon_left > li > a,
.align_right--vertical.menu--icon_right > li > a,
.align_right--vertical.menu--simple > li > a,
.align_right--vertical.menu--text > li > a,
.align_right--vertical.menu--vertical > li > a,
.align_right--vertical.menu > li > a,
.align_right--vertical.product__options--buy_box > li > a,
.align_right--vertical.product__options > li > a,
header .align_right--vertical.sub_head__wrapper__group__list > li > a {
  justify-content: flex-end;
}
.align_center--vertical.footer_navigation > li > a,
.align_center--vertical.logo_list--boxed > li > a,
.align_center--vertical.logo_list--boxed_expanded > li > a,
.align_center--vertical.logo_list--circle > li > a,
.align_center--vertical.logo_list--circle_colored > li > a,
.align_center--vertical.logo_list--partner > li > a,
.align_center--vertical.logo_list > li > a,
.align_center--vertical.menu--align_center > li > a,
.align_center--vertical.menu--align_left > li > a,
.align_center--vertical.menu--align_right > li > a,
.align_center--vertical.menu--expanded > li > a,
.align_center--vertical.menu--horizontal > li > a,
.align_center--vertical.menu--icon_left > li > a,
.align_center--vertical.menu--icon_right > li > a,
.align_center--vertical.menu--simple > li > a,
.align_center--vertical.menu--text > li > a,
.align_center--vertical.menu--vertical > li > a,
.align_center--vertical.menu > li > a,
.align_center--vertical.product__options--buy_box > li > a,
.align_center--vertical.product__options > li > a,
header .align_center--vertical.sub_head__wrapper__group__list > li > a {
  justify-content: center;
}
.align_top {
  align-items: flex-start;
}
.align_self_top {
  align-self: flex-start;
}
.align_bottom {
  align-items: flex-end;
}
.align_self_bottom {
  align-self: flex-end;
}
.align_middle {
  align-items: center;
}
.align_self_middle {
  align-self: center;
}
.align_stretch {
  align-items: stretch;
}
.align_self_stretch {
  align-self: stretch;
}
.align_center_middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}
.xsmall_order_1 {
  order: 1;
}
.xsmall_order_2 {
  order: 2;
}
.xsmall_order_3 {
  order: 3;
}
.xsmall_order_4 {
  order: 4;
}
.xsmall_order_5 {
  order: 5;
}
.xsmall_order_6 {
  order: 6;
}
@media print, screen and (min-width: 37.5em) {
  .small_order_1 {
    order: 1;
  }
  .small_order_2 {
    order: 2;
  }
  .small_order_3 {
    order: 3;
  }
  .small_order_4 {
    order: 4;
  }
  .small_order_5 {
    order: 5;
  }
  .small_order_6 {
    order: 6;
  }
}
@media print, screen and (min-width: 56.25em) {
  .medium_order_1 {
    order: 1;
  }
  .medium_order_2 {
    order: 2;
  }
  .medium_order_3 {
    order: 3;
  }
  .medium_order_4 {
    order: 4;
  }
  .medium_order_5 {
    order: 5;
  }
  .medium_order_6 {
    order: 6;
  }
}
@media screen and (min-width: 75em) {
  .large_order_1 {
    order: 1;
  }
  .large_order_2 {
    order: 2;
  }
  .large_order_3 {
    order: 3;
  }
  .large_order_4 {
    order: 4;
  }
  .large_order_5 {
    order: 5;
  }
  .large_order_6 {
    order: 6;
  }
}
.flex_container {
  display: flex;
}
.flex_child_auto {
  flex: 1 1 auto;
}
.flex_child_grow {
  flex: 1 0 auto;
}
.flex_child_shrink {
  flex: 0 1 auto;
}
.flex_dir_row {
  flex-direction: row;
}
.flex_dir_row-reverse {
  flex-direction: row-reverse;
}
.flex_dir_column {
  flex-direction: column;
}
.flex_dir_column-reverse {
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 37.5em) {
  .small_flex_container {
    display: flex;
  }
  .small_flex_child_auto {
    flex: 1 1 auto;
  }
  .small_flex_child_grow {
    flex: 1 0 auto;
  }
  .small_flex_child_shrink {
    flex: 0 1 auto;
  }
  .small_flex_dir_row {
    flex-direction: row;
  }
  .small_flex_dir_row-reverse {
    flex-direction: row-reverse;
  }
  .small_flex_dir_column {
    flex-direction: column;
  }
  .small_flex_dir_column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 56.25em) {
  .medium_flex_container {
    display: flex;
  }
  .medium_flex_child_auto {
    flex: 1 1 auto;
  }
  .medium_flex_child_grow {
    flex: 1 0 auto;
  }
  .medium_flex_child_shrink {
    flex: 0 1 auto;
  }
  .medium_flex_dir_row {
    flex-direction: row;
  }
  .medium_flex_dir_row-reverse {
    flex-direction: row-reverse;
  }
  .medium_flex_dir_column {
    flex-direction: column;
  }
  .medium_flex_dir_column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .large_flex_container {
    display: flex;
  }
  .large_flex_child_auto {
    flex: 1 1 auto;
  }
  .large_flex_child_grow {
    flex: 1 0 auto;
  }
  .large_flex_child_shrink {
    flex: 0 1 auto;
  }
  .large_flex_dir_row {
    flex-direction: row;
  }
  .large_flex_dir_row-reverse {
    flex-direction: row-reverse;
  }
  .large_flex_dir_column {
    flex-direction: column;
  }
  .large_flex_dir_column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}
.invisible {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
@media print, screen and (max-width: 37.49875em) {
  .hide_for_xsmall_only {
    display: none !important;
  }
}
@media screen and (max-width: 0em), screen and (min-width: 37.5em) {
  .show_for_xsmall_only {
    display: none !important;
  }
}
@media print, screen and (min-width: 37.5em) {
  .hide_for_small {
    display: none !important;
  }
}
@media screen and (max-width: 37.49875em) {
  .show_for_small {
    display: none !important;
  }
}
@media print, screen and (min-width: 37.5em) and (max-width: 56.24875em) {
  .hide_for_small_only {
    display: none !important;
  }
}
@media screen and (max-width: 37.49875em), screen and (min-width: 56.25em) {
  .show_for_small_only {
    display: none !important;
  }
}
@media print, screen and (min-width: 56.25em) {
  .hide_for_medium {
    display: none !important;
  }
}
@media screen and (max-width: 56.24875em) {
  .show_for_medium {
    display: none !important;
  }
}
@media print, screen and (min-width: 56.25em) and (max-width: 74.99875em) {
  .hide_for_medium_only {
    display: none !important;
  }
}
@media screen and (max-width: 56.24875em), screen and (min-width: 75em) {
  .show_for_medium_only {
    display: none !important;
  }
}
@media screen and (min-width: 75em) {
  .hide_for_large {
    display: none !important;
  }
}
@media screen and (max-width: 74.99875em) {
  .show_for_large {
    display: none !important;
  }
}
@media screen and (min-width: 75em) {
  .hide_for_large_only {
    display: none !important;
  }
}
@media screen and (max-width: 74.99875em) {
  .show_for_large_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;
}
.hide_for_portrait,
.show_for_landscape {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .hide_for_portrait,
  .show_for_landscape {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .hide_for_portrait,
  .show_for_landscape {
    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_sticky {
  display: none;
}
.is_stuck .show_for_sticky {
  display: block;
}
.is_stuck .hide_for_sticky {
  display: none;
}
.sticky,
.sticky__container {
  position: relative;
}
.sticky {
  z-index: 0;
  transform: translateZ(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;
}
:not(input, textarea, select):focus-visible {
  outline: 3px solid #169e45;
  outline-offset: 3px;
}
@media (prefers-reduced-motion: no-preference) {
  :not(input, textarea, select):focus-visible {
    animation: outline-bounce 0.5s;
  }
}
.info {
  border-radius: 100%;
}
@keyframes outline-bounce {
  0% {
    outline-offset: 0.25rem;
  }
  50% {
    outline-offset: 0.5rem;
  }
  to {
    outline-offset: 0.25rem;
  }
}
.shortcuts {
  position: fixed;
  right: -9999px;
  top: 0;
  background: #fff;
  padding: 2.5rem;
  z-index: 1000;
  box-shadow: 3px 3px 3px rgba(14, 16, 16, 0.5);
}
.shortcuts.is_visible {
  right: 0;
}
.shortcuts__list {
  flex-wrap: nowrap;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput='mouse'] .shortcuts__list li {
  outline: 0;
}
.shortcuts__list .button {
  line-height: 1;
  padding: 0.375rem 1.5625rem;
}
.shortcuts__list .button,
.shortcuts__list a {
  display: flex;
}
.shortcuts__list a,
.shortcuts__list button,
.shortcuts__list input,
.shortcuts__list select {
  margin-bottom: 0;
}
.shortcuts__list input {
  display: inline-block;
}
.shortcuts__list__option {
  display: flex;
  gap: 1.25rem;
  padding: 0.625rem 0;
}
.shortcuts__list__option__title {
  text-align: left;
  align-self: stretch;
  align-content: center;
  width: 24ch;
}
.shortcuts__list__option__keys {
  display: flex;
  gap: 0.3125rem;
  align-items: baseline;
  font-family: monospace;
}
.shortcuts__list__option__keys > span {
  background: #e6e6e6;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.3125rem;
}
.shortcuts__keys {
  display: flex;
  gap: 0.3125rem;
  align-items: baseline;
}
.shortcuts__keys > span {
  background: #e6e6e6;
  padding: 0.3125rem 0.625rem;
  border-radius: 0.3125rem;
}
.advertising__campaign {
  margin: 1.25rem 0;
}
.advertising__campaign__link {
  display: flex;
}
.advertising__campaign__image {
  max-height: 100%;
  margin: 0 auto;
  display: block;
}
.advertising__campaign:not(:first-child) {
  margin: 0 0 1.25rem;
}
.advertising__campaign:last-child:not(:first-child) {
  margin: 0;
}
.advertising__campaign .swiper__container {
  margin-bottom: 0;
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    transform: translateZ(0);
  }
  60% {
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  to {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -1000px 0;
  }
  to {
    background-position: 1000px 0;
  }
}
@keyframes typeWriter {
  0% {
    transform: translateY(-2px);
  }
  50% {
    transform: translateY(3px);
  }
  to {
    transform: translateY(-2px);
  }
}
.overlay__animation_container {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.75);
}
.overlay__animation_container .content_loading_animation > div {
  background: #fff;
}
.content_loading_animation {
  text-align: center;
  height: 50px;
  margin: 0 auto;
}
.content_loading_animation > div {
  background-color: #169e45;
  height: 100%;
  width: 3px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s ease-in-out infinite;
}
.content_loading_animation .content_loading_animation__item_2 {
  animation-delay: -1.1s;
}
.content_loading_animation .content_loading_animation__item_3 {
  animation-delay: -1s;
}
.content_loading_animation .content_loading_animation__item_4 {
  animation-delay: -0.9s;
}
.content_loading_animation .content_loading_animation__item_5 {
  animation-delay: -0.8s;
}
.content_loading_animation > div:not(:last-child) {
  margin: 0 2px 0 0;
}
.chatbot_loading__element {
  width: 5px;
  height: 5px;
  display: inline-block;
  background: #0e1010;
  border-radius: 100%;
}
.chatbot_loading__element:first-child {
  animation: typeWriter 1s infinite;
}
.chatbot_loading__element:nth-child(2) {
  animation: typeWriter 1s 0.1s infinite;
}
.chatbot_loading__element:nth-child(3) {
  animation: typeWriter 1s 0.2s infinite;
}
.breadcrumbs,
.breadcrumbs--disabled {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0.625rem 0.3125rem;
  list-style: none;
  white-space: nowrap;
  gap: 0.9375rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: scroll;
  overflow-y: hidden;
  position: relative;
}
@media print, screen and (min-width: 56.25em) {
  .breadcrumbs,
  .breadcrumbs--disabled {
    white-space: normal;
  }
}
.breadcrumbs--disabled li,
.breadcrumbs li {
  display: flex;
  font-size: 0.875rem;
  color: #0e1010;
  gap: 0.9375rem;
}
.breadcrumbs--disabled li:not(:last-child):after,
.breadcrumbs li:not(:last-child):after {
  position: relative;
  content: '>';
  color: #0e1010;
}
.breadcrumbs--disabled a,
.breadcrumbs a {
  color: #0e1010;
}
.breadcrumbs--disabled a:hover,
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs--disabled::-webkit-scrollbar,
.breadcrumbs::-webkit-scrollbar {
  display: none;
}
.breadcrumbs--disabled {
  color: #757575;
  cursor: not-allowed;
}
.icon,
.product__image__link__placeholder.icon {
  display: inline-block;
  fill: currentColor;
  width: 16px;
  height: 16px;
}
.icon--small {
  width: 14px;
  height: 14px;
}
.icon--medium,
.icon--small {
  display: inline-block;
  fill: currentColor;
}
.icon--medium {
  width: 20px;
  height: 20px;
}
.icon--large {
  width: 24px;
  height: 24px;
}
.icon--large,
.icon--xlarge {
  display: inline-block;
  fill: currentColor;
}
.icon--xlarge {
  width: 32px;
  height: 32px;
}
.icon--xxlarge {
  display: inline-block;
  fill: currentColor;
  width: 48px;
  height: 48px;
}
.icon--primary {
  color: #169e45;
}
.icon--secondary {
  color: #f0f0f0;
}
.icon--third {
  color: #94c125;
}
.icon--cta {
  color: #fd9b27;
}
.icon--success {
  color: #28cb00;
}
.icon--success-bg {
  color: #c9e8c1;
}
.icon--success-txt {
  color: #2a5020;
}
.icon--warning {
  color: #f2930c;
}
.icon--warning-bg {
  color: #f7dfbe;
}
.icon--warning-txt {
  color: #864f00;
}
.icon--alert {
  color: #f83b3a;
}
.icon--alert-bg {
  color: #ffc6c6;
}
.icon--alert-txt {
  color: #9a0000;
}
.icon--info {
  color: #89acc0;
}
.icon--info-bg {
  color: #c8e3f2;
}
.icon--info-txt {
  color: #074260;
}
.icon--light-gray {
  color: #e6e6e6;
}
.icon--medium-gray {
  color: #cacaca;
}
.icon--dark-gray {
  color: #757575;
}
.icon--dark {
  color: #0e1010;
}
.icon--light {
  color: #fff;
}
.icon--dhl {
  color: #fc0;
}
.icon--klarna {
  color: #ffb3c7;
}
.icon--idealo {
  color: #0a3761;
}
.rein_selection {
  width: 80px !important;
  height: 38px !important;
  margin: 0 0 -6px;
}
.button {
  font-family: inherit;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  border-radius: 50px;
  transition: 0.25s ease-out;
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 0.625rem 1.25rem;
  font-size: 16px;
  color: #169e45;
  border: 2px solid #169e45;
  background: 0 0;
}
.button:focus,
.button:focus-visible,
.button:hover {
  background: #169e45;
  color: #fff;
}
.button--disabled,
.button--disabled:focus,
.button--disabled:hover,
.button[disabled],
.button[disabled]:focus,
.button[disabled]:hover {
  cursor: not-allowed;
  opacity: 0.25;
}
.button--expanded {
  width: 100%;
}
@media print, screen and (max-width: 37.49875em) {
  .button--xsmall_only_expanded {
    width: 100%;
  }
}
@media print, screen and (min-width: 37.5em) and (max-width: 56.24875em) {
  .button--small_only_expanded {
    width: 100%;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .button--small_down_expanded {
    width: 100%;
  }
}
@media print, screen and (min-width: 37.5em) {
  .button--small_expanded {
    width: 100%;
  }
}
@media print, screen and (min-width: 56.25em) and (max-width: 74.99875em) {
  .button--medium_only_expanded {
    width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .button--medium_down_expanded {
    width: 100%;
  }
}
@media print, screen and (min-width: 56.25em) {
  .button--medium_expanded {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .button--large_only_expanded {
    width: 100%;
  }
}
.button--large_down_expanded {
  width: 100%;
}
@media screen and (min-width: 75em) {
  .button--large_expanded {
    width: 100%;
  }
}
.button--small {
  padding: 0.3125rem 0.625rem;
  font-size: 14px;
}
.button--large {
  padding: 0.625rem 1.5625rem;
  font-size: 22px;
}
.button--sale,
header .sub_head__wrapper__group__list__item__button--sale {
  color: #fff;
  background: #f83b3a;
  border-color: #f83b3a;
}
.button--sale:focus,
.button--sale:focus-visible,
.button--sale:hover,
header .sub_head__wrapper__group__list__item__button--sale:focus,
header .sub_head__wrapper__group__list__item__button--sale:focus-visible,
header .sub_head__wrapper__group__list__item__button--sale:hover {
  background: #c50807;
  border-color: #c50807;
  color: #fff;
}
.button--sale--disabled,
.button--sale--disabled:focus,
.button--sale--disabled:hover,
.button--sale[disabled],
.button--sale[disabled]:focus,
.button--sale[disabled]:hover,
header [disabled].sub_head__wrapper__group__list__item__button--sale {
  cursor: not-allowed;
  opacity: 0.25;
}
.button--primary {
  color: #fff;
  background: #169e45;
  border-color: #169e45;
}
.button--primary:focus,
.button--primary:focus-visible,
.button--primary:hover {
  background: #0a441e;
  border-color: #0a441e;
  color: #fff;
}
.button--primary--disabled,
.button--primary--disabled:focus,
.button--primary--disabled:hover,
.button--primary[disabled],
.button--primary[disabled]:focus,
.button--primary[disabled]:hover {
  cursor: not-allowed;
  opacity: 0.25;
}
.button--cta {
  color: #fff;
  background: #fd9b27;
  border-color: #fd9b27;
}
.button--cta:focus,
.button--cta:focus-visible,
.button--cta:hover {
  background: #bc6702;
  border-color: #bc6702;
  color: #fff;
}
.button--cta--disabled,
.button--cta--disabled:focus,
.button--cta--disabled:hover,
.button--cta[disabled],
.button--cta[disabled]:focus,
.button--cta[disabled]:hover {
  cursor: not-allowed;
  opacity: 0.25;
}
.button--alert {
  color: #f83b3a;
  border-color: #f83b3a;
  background: 0 0;
}
.button--alert:focus,
.button--alert:focus-visible,
.button--alert:hover {
  background: #f83b3a;
  color: #fff;
}
.button--alert--disabled,
.button--alert--disabled:focus,
.button--alert--disabled:hover,
.button--alert[disabled],
.button--alert[disabled]:focus,
.button--alert[disabled]:hover {
  cursor: not-allowed;
  opacity: 0.25;
}
.button--clear {
  color: #169e45;
  background: 0 0;
  border-color: transparent;
}
.button--clear:focus,
.button--clear:focus-visible,
.button--clear:hover {
  color: #169e45;
  background: rgba(22, 158, 69, 0.25);
}
.button--clear--disabled,
.button--clear--disabled:focus,
.button--clear--disabled:hover,
.button--clear[disabled],
.button--clear[disabled]:focus,
.button--clear[disabled]:hover {
  cursor: not-allowed;
  opacity: 0.25;
}
.button--link {
  color: #94c125;
  background: 0 0;
  border-color: transparent;
  text-decoration: underline !important;
  color: #0e1010;
  font-weight: 400;
  padding: 0 !important;
}
.button--link:focus,
.button--link:focus-visible,
.button--link:hover {
  color: #94c125;
  background: 0 0;
}
.button--link--disabled,
.button--link--disabled:focus,
.button--link--disabled:hover,
.button--link[disabled],
.button--link[disabled]:focus,
.button--link[disabled]:hover {
  cursor: not-allowed;
  opacity: 0.25;
}
.button--icon {
  font-family: inherit;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
  transition: 0.25s ease-out;
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 6px;
}
.button--icon .icon {
  width: 16px;
  height: 16px;
}
.button--icon--small {
  font-family: inherit;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
  transition: 0.25s ease-out;
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 4px;
}
.button--icon--small .icon {
  width: 14px;
  height: 14px;
}
.button--icon--medium {
  font-family: inherit;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
  transition: 0.25s ease-out;
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 10px;
}
.button--icon--medium .icon {
  width: 20px;
  height: 20px;
}
.button--icon--large {
  font-family: inherit;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
  transition: 0.25s ease-out;
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 12px;
}
.button--icon--large .icon {
  width: 24px;
  height: 24px;
}
.button--icon_delete {
  font-family: inherit;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  border-style: solid;
  border-radius: 100%;
  transition: 0.25s ease-out;
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 6px;
  position: absolute;
  z-index: 1;
  top: -12px;
  right: -12px;
  border-width: 1px;
  color: #cacaca;
  background: #fff;
}
.button--icon_delete .icon {
  width: 16px;
  height: 16px;
}
.button--icon_delete:focus,
.button--icon_delete:focus-visible,
.button--icon_delete:hover {
  color: #f83b3a;
}
.button--icon_delete--disabled,
.button--icon_delete--disabled:focus,
.button--icon_delete--disabled:hover,
.button--icon_delete[disabled],
.button--icon_delete[disabled]:focus,
.button--icon_delete[disabled]:hover {
  cursor: not-allowed;
  opacity: 0.25;
}
.button--icon_absolute_in,
.button--icon_absolute_in--left,
.button--icon_absolute_out,
.button--icon_absolute_out--left {
  font-family: inherit;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
  transition: 0.25s ease-out;
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 6px;
}
.button--icon_absolute_in--left .icon,
.button--icon_absolute_in .icon,
.button--icon_absolute_out--left .icon,
.button--icon_absolute_out .icon {
  width: 16px;
  height: 16px;
}
.button--icon_absolute_in--left,
.button--icon_absolute_out--left {
  right: unset;
  position: absolute;
  z-index: 1;
  top: -12px;
  left: -12px;
}
.button--icon_absolute_in,
.button--icon_absolute_in--left,
.button--icon_absolute_out--left {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
}
.button--icon_absolute_in--left,
.button--icon_absolute_out,
.button--icon_absolute_out--left {
  position: absolute;
  z-index: 1;
  top: -12px;
  right: -12px;
}
.button--to_top {
  position: fixed;
  z-index: 4;
  bottom: 120px;
  right: 1.25rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  border-radius: 100%;
  transition: 0.25s ease-out;
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 10px;
  color: #fff;
  background: #757575;
  border: 2px solid #757575;
}
.button--to_top .icon {
  width: 20px;
  height: 20px;
}
.button--to_top:focus,
.button--to_top:focus-visible,
.button--to_top:hover {
  background: #424242;
  border-color: #424242;
  color: #fff;
}
.button--to_top--disabled,
.button--to_top--disabled:focus,
.button--to_top--disabled:hover,
.button--to_top[disabled],
.button--to_top[disabled]:focus,
.button--to_top[disabled]:hover {
  cursor: not-allowed;
  opacity: 0.25;
}
@media print, screen and (min-width: 37.5em) {
  .button--to_top {
    font-family: inherit;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    border-radius: 50px;
    transition: 0.25s ease-out;
    cursor: pointer;
    -webkit-appearance: none;
    display: inline-flex;
    align-self: center;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    padding: 0.3125rem 0.625rem;
    font-size: 14px;
  }
}
.button--country_select span {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
}
.button_group {
  gap: 0.625rem;
}
.button_group,
.button_group--no-gaps {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.button_group--no-gaps {
  gap: 0;
}
.button_group--expanded {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin: 0;
  align-items: stretch;
}
.button_group--expanded > * {
  flex-grow: 1;
}
.button_group--expanded_for_xsmall {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin: 0;
}
@media print, screen and (max-width: 37.49875em) {
  .button_group--expanded_for_xsmall {
    align-items: stretch;
  }
  .button_group--expanded_for_xsmall > * {
    flex-grow: 1;
  }
}
.button_group--expanded_for_small {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin: 0;
}
@media print, screen and (max-width: 56.24875em) {
  .button_group--expanded_for_small {
    align-items: stretch;
  }
  .button_group--expanded_for_small > * {
    flex-grow: 1;
  }
}
.button_group--expanded_for_medium {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin: 0;
}
@media print, screen and (max-width: 74.99875em) {
  .button_group--expanded_for_medium {
    align-items: stretch;
  }
  .button_group--expanded_for_medium > * {
    flex-grow: 1;
  }
}
.button_group--stacked {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin: 0;
}
.button_group--stacked > * {
  flex: 0 0 100%;
}
.button_group--stacked_for_xsmall {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin: 0;
}
@media print, screen and (max-width: 37.49875em) {
  .button_group--stacked_for_xsmall > * {
    flex: 0 0 100%;
  }
}
.button_group--stacked_for_small {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin: 0;
}
@media print, screen and (max-width: 56.24875em) {
  .button_group--stacked_for_small > * {
    flex: 0 0 100%;
  }
}
.button_group--stacked_for_medium {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  margin: 0;
}
@media print, screen and (max-width: 74.99875em) {
  .button_group--stacked_for_medium > * {
    flex: 0 0 100%;
  }
}
.callout,
.callout--alert,
.callout--info,
.callout--success,
.callout--warning {
  position: relative;
  margin: 0 0 1.25rem;
  box-shadow: 3px 3px 3px rgba(14, 16, 16, 0.5);
  border: none;
  border-radius: 0;
  padding: 0.625rem;
  background-color: #f8f8f8;
  color: #0e1010;
}
.callout--alert > :first-child,
.callout--info > :first-child,
.callout--success > :first-child,
.callout--warning > :first-child,
.callout > :first-child {
  margin-top: 0;
}
.callout--alert > :last-child,
.callout--info > :last-child,
.callout--success > :last-child,
.callout--warning > :last-child,
.callout > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 56.25em) {
  .callout,
  .callout--alert,
  .callout--info,
  .callout--success,
  .callout--warning {
    padding: 1.25rem;
  }
}
.callout--alert {
  color: #9a0000;
  box-shadow: 3px 3px 3px rgba(154, 0, 0, 0.5);
  background-color: #ffc6c6;
}
.callout--warning {
  color: #864f00;
  box-shadow: 3px 3px 3px rgba(134, 79, 0, 0.5);
  background-color: #f7dfbe;
}
.callout--success {
  color: #2a5020;
  box-shadow: 3px 3px 3px rgba(42, 80, 32, 0.5);
  background-color: #c9e8c1;
}
.callout--info {
  color: #074260;
  box-shadow: 3px 3px 3px rgba(7, 66, 96, 0.5);
  background-color: #c8e3f2;
}
.callout--alert .button--icon_absolute,
.callout--info .button--icon_absolute,
.callout--success .button--icon_absolute,
.callout--warning .button--icon_absolute,
.callout .button--icon_absolute {
  color: #169e45;
  background: 0 0;
  border-color: transparent;
  color: inherit;
  top: 0;
  right: 0;
}
.callout--alert .button--icon_absolute:focus,
.callout--alert .button--icon_absolute:focus-visible,
.callout--alert .button--icon_absolute:hover,
.callout--info .button--icon_absolute:focus,
.callout--info .button--icon_absolute:focus-visible,
.callout--info .button--icon_absolute:hover,
.callout--success .button--icon_absolute:focus,
.callout--success .button--icon_absolute:focus-visible,
.callout--success .button--icon_absolute:hover,
.callout--warning .button--icon_absolute:focus,
.callout--warning .button--icon_absolute:focus-visible,
.callout--warning .button--icon_absolute:hover,
.callout .button--icon_absolute:focus,
.callout .button--icon_absolute:focus-visible,
.callout .button--icon_absolute:hover {
  color: #169e45;
  background: rgba(22, 158, 69, 0.25);
}
.callout--alert .button--icon_absolute--disabled,
.callout--alert .button--icon_absolute[disabled],
.callout--info .button--icon_absolute--disabled,
.callout--info .button--icon_absolute[disabled],
.callout--success .button--icon_absolute--disabled,
.callout--success .button--icon_absolute[disabled],
.callout--warning .button--icon_absolute--disabled,
.callout--warning .button--icon_absolute[disabled],
.callout .button--icon_absolute--disabled,
.callout .button--icon_absolute--disabled:focus,
.callout .button--icon_absolute--disabled:hover,
.callout .button--icon_absolute[disabled],
.callout .button--icon_absolute[disabled]:focus,
.callout .button--icon_absolute[disabled]:hover {
  cursor: not-allowed;
  opacity: 0.25;
}
.callout--alert [class~='button'],
.callout--alert button,
.callout--alert input,
.callout--info [class~='button'],
.callout--info button,
.callout--info input,
.callout--success [class~='button'],
.callout--success button,
.callout--success input,
.callout--warning [class~='button'],
.callout--warning button,
.callout--warning input,
.callout [class~='button'],
.callout button,
.callout input {
  margin-bottom: 0;
}
.card,
.card--combo,
.card--interaction,
.card--promote,
.cart_aside__list__item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  margin-bottom: 1.25rem;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: #0e1010;
}
.card--combo > :last-child,
.card--interaction > :last-child,
.card--promote > :last-child,
.card > :last-child,
.cart_aside__list__item > :last-child {
  margin-bottom: 0;
}
.card__divider {
  display: flex;
  flex: 0 1 auto;
  padding: 0 0 0.9375rem;
  font-size: 1.375rem;
  font-weight: 700;
  background: tranparent;
}
.card__divider > :last-child {
  margin-bottom: 0;
}
.card__section,
.cart_aside__list__item__content {
  flex: 1 0 auto;
  padding: 0.625rem;
  border: 2px solid #f0f0f0;
  border-radius: 0;
}
.card__section > :last-child:not(.tf_h1),
.card__section > :last-child:not(.tf_h2):not(.w84fa0b8c9d7da99d162659e11c5e4028__container__text__headline),
.card__section > :last-child:not(.tf_h3),
.card__section > :last-child:not(.tf_h4),
.card__section > :last-child:not(.tf_h5),
.card__section > :last-child:not(.tf_h6),
.card__section > :last-child:not(h1),
.card__section > :last-child:not(h2),
.card__section > :last-child:not(h3),
.card__section > :last-child:not(h4),
.card__section > :last-child:not(h5),
.card__section > :last-child:not(h6),
.cart_aside__list__item__content > :last-child:not(.tf_h1),
.cart_aside__list__item__content
  > :last-child:not(.tf_h2):not(.w84fa0b8c9d7da99d162659e11c5e4028__container__text__headline),
.cart_aside__list__item__content > :last-child:not(.tf_h3),
.cart_aside__list__item__content > :last-child:not(.tf_h4),
.cart_aside__list__item__content > :last-child:not(.tf_h5),
.cart_aside__list__item__content > :last-child:not(.tf_h6),
.cart_aside__list__item__content > :last-child:not(h1),
.cart_aside__list__item__content > :last-child:not(h2),
.cart_aside__list__item__content > :last-child:not(h3),
.cart_aside__list__item__content > :last-child:not(h4),
.cart_aside__list__item__content > :last-child:not(h5),
.cart_aside__list__item__content > :last-child:not(h6) {
  margin-bottom: 0;
}
@media print, screen and (min-width: 56.25em) {
  .card__section,
  .cart_aside__list__item__content {
    padding: 1.25rem;
  }
}
.card--promote .card__section,
.card--promote .cart_aside__list__item__content {
  background: #f0f0f0;
}
.card--interaction .card__section:focus,
.card--interaction .card__section:hover,
.card--interaction .cart_aside__list__item__content:focus,
.card--interaction .cart_aside__list__item__content:hover {
  border-color: #169e45;
  cursor: pointer;
}
.card--combo .card__section:first-child,
.card--combo .cart_aside__list__item__content:first-child {
  background-color: #f0f0f0;
}
.card--loading {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1.25rem;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: #0e1010;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  animation: placeHolderShimmer 2s linear infinite;
  background: linear-gradient(90deg, #f0f0f0 1%, #fff 25%, #f0f0f0 50%);
  background-size: 1000px 100%;
  position: relative;
  height: 250px;
}
.card--loading > :last-child {
  margin-bottom: 0;
}
#js_side_content {
  height: 100%;
}
.cart_aside {
  padding: 1.25rem 1.25rem 0;
}
.cart_aside .input_group_quantity,
.cart_aside .input_group_quantity--large {
  width: 160px;
  margin: 0;
}
.cart_aside__list__seller {
  font-size: 1.375rem;
  font-weight: 700;
  margin: 0 0 0.3125rem;
}
.cart_aside__list__item__content__image {
  text-align: center;
  margin: 0 0 1.25rem;
}
.cart_aside__list__item__content .product__addon__services__item {
  margin: 0.625rem 0 0;
}
.cart_aside__list__item__content .product__addon__services__item label {
  font-weight: 700;
}
.cart_aside__list__item__content .product__addon__services__item label:focus,
.cart_aside__list__item__content .product__addon__services__item label:hover {
  color: #fd9b27;
}
.cart_aside__summary {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  margin-bottom: 1.25rem;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: #0e1010;
}
.cart_aside__summary > :last-child {
  margin-bottom: 0;
}
.cart_aside__summary__section {
  flex: 1 0 auto;
  padding: 0.625rem;
  border: 2px solid #f0f0f0;
  border-radius: 0;
}
.cart_aside__summary__section > :last-child:not(.tf_h1),
.cart_aside__summary__section
  > :last-child:not(.tf_h2):not(.w84fa0b8c9d7da99d162659e11c5e4028__container__text__headline),
.cart_aside__summary__section > :last-child:not(.tf_h3),
.cart_aside__summary__section > :last-child:not(.tf_h4),
.cart_aside__summary__section > :last-child:not(.tf_h5),
.cart_aside__summary__section > :last-child:not(.tf_h6),
.cart_aside__summary__section > :last-child:not(h1),
.cart_aside__summary__section > :last-child:not(h2),
.cart_aside__summary__section > :last-child:not(h3),
.cart_aside__summary__section > :last-child:not(h4),
.cart_aside__summary__section > :last-child:not(h5),
.cart_aside__summary__section > :last-child:not(h6) {
  margin-bottom: 0;
}
@media print, screen and (min-width: 56.25em) {
  .cart_aside__summary__section {
    padding: 1.25rem;
  }
}
.cart_aside__summary__section .cart__summary__sellers__heading {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.625rem;
}
.cart_aside__summary__section .cart__summary__sellers__heading__icon {
  width: 90px;
  height: 25px;
}
.cart_aside__summary__section .cart__summary__totals__heading {
  font-weight: 700;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}
.cart_aside__summary__section .cart__summary__totals__listing--weight {
  margin-bottom: 0.625rem;
}
.cart_aside__summary__section .cart__summary__totals__listing--ot_total {
  font-weight: 700;
  font-size: 1.125rem;
  margin-top: 0.625rem;
}
.cart_aside__summary__section .cart__summary__totals__listing__title {
  font-weight: 700;
}
.cart_aside__cta__item,
.cart_aside__quick_add {
  margin-bottom: 1.25rem;
}
.cart_aside__cta_external {
  padding: 0 0.9375rem 0.9375rem;
}
.cart_aside__cta_external .payment_external_item {
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 37.5em) {
  .cart_aside__cta_external .payment_external_item {
    margin-bottom: 0;
  }
}
.w84fa0b8c9d7da99d162659e11c5e4028 {
  max-width: 850px;
  margin: 0 1.25rem;
  display: block;
  background-color: #fff;
  position: relative;
  top: calc(50vh - 216.5px) !important;
  border-radius: 1.5rem;
}
@media print, screen and (min-width: 56.25em) {
  .w84fa0b8c9d7da99d162659e11c5e4028 {
    margin: 0 auto;
  }
}
.w84fa0b8c9d7da99d162659e11c5e4028__container {
  padding-top: 2.125rem;
  position: relative;
}
@media print, screen and (min-width: 37.5em) {
  .w84fa0b8c9d7da99d162659e11c5e4028__container {
    padding-top: 3.125rem;
  }
}
.w84fa0b8c9d7da99d162659e11c5e4028__container__icon {
  position: absolute;
  top: -2rem;
  background-color: #94c125;
  padding: 0.8rem;
  width: 60px;
  height: 60px;
  border-radius: 100%;
}
.w84fa0b8c9d7da99d162659e11c5e4028__container__icon .icon {
  width: 100% !important;
  height: 100% !important;
  fill: #fff;
}
.w84fa0b8c9d7da99d162659e11c5e4028__container__decline_container {
  padding: 0 1.875rem;
  position: absolute;
  right: 0;
  top: 0.5rem;
}
@media print, screen and (min-width: 56.25em) {
  .w84fa0b8c9d7da99d162659e11c5e4028__container__decline_container {
    padding: 0 3.75rem;
    top: 1rem;
  }
}
.w84fa0b8c9d7da99d162659e11c5e4028__container__text {
  padding: 0 1.25rem;
  max-height: 300px;
  overflow-y: scroll;
}
@media print, screen and (min-width: 37.5em) {
  .w84fa0b8c9d7da99d162659e11c5e4028__container__text {
    max-height: 200px;
    padding: 0 2.25rem;
  }
}
@media print, screen and (min-width: 37.5em) {
  .w84fa0b8c9d7da99d162659e11c5e4028__container__text__language_selection {
    margin-bottom: 1.25rem;
  }
}
.w84fa0b8c9d7da99d162659e11c5e4028__container__text__headline {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  color: #169e45;
}
.w84fa0b8c9d7da99d162659e11c5e4028__container__text__form {
  padding: 1.25rem 0;
}
.w84fa0b8c9d7da99d162659e11c5e4028__container__options_list {
  width: 100%;
  padding: 1.25rem;
}
@media print, screen and (min-width: 37.5em) {
  .w84fa0b8c9d7da99d162659e11c5e4028__container__options_list {
    padding: 2.25rem;
  }
}
.w84fa0b8c9d7da99d162659e11c5e4028__container__options_list__container {
  text-align: center;
}
@media print, screen and (min-width: 37.5em) {
  .w84fa0b8c9d7da99d162659e11c5e4028__container__options_list__container {
    align-items: center;
  }
}
.customer_group_selection {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 100;
  width: 100vw;
  padding: 1.25rem;
  background: #fff;
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.25);
}
@media print, screen and (min-width: 37.5em) {
  .customer_group_selection {
    max-width: 900px;
  }
}
.customer_group_selection__content {
  width: 100%;
}
.customer_group_selection__content .button_group {
  margin-bottom: 0;
}
.customer_group_selection__content .button_group a {
  flex: 1 1 100%;
}
@media print, screen and (min-width: 37.5em) {
  .customer_group_selection__content {
    width: 70%;
  }
  .customer_group_selection__content .button_group {
    flex-wrap: nowrap;
  }
}
.footer,
.footer--with_newsletter {
  margin-top: 3.75rem;
  position: relative;
  background-color: #f0f0f0;
  color: #0e1010;
}
.footer--with_newsletter a:not(.button),
.footer a:not(.button) {
  color: inherit;
}
.footer__info_text {
  font-size: 0.875rem;
  display: block;
}
.footer__link_list {
  display: flex;
  flex-direction: column;
  gap: 0 1.875rem;
}
@media screen and (min-width: 75em) {
  .footer__link_list {
    flex-direction: row;
  }
}
.footer__link_list__item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.footer--with_newsletter {
  margin-top: 12.5rem;
}
.footer--auth {
  padding: 1.25rem 0;
  background-color: transparent;
}
.footer--auth a {
  color: inherit;
}
.footer--checkout {
  padding: 1.25rem 0;
  background-color: transparent;
}
.footer--checkout a {
  color: inherit;
}
.footer--checkout .icon {
  color: #169e45;
}
@media print, screen and (max-width: 74.99875em) {
  .footer--checkout .footer__section {
    margin-bottom: 2.5rem;
  }
}
.footer__newsletter {
  background: #169e45;
  color: #fff;
  padding: 1.25rem;
  margin-top: -8.75rem;
}
.footer__shop_info {
  padding: 5rem 0;
}
.footer__legal {
  border-bottom: 10px solid #94c125;
  background: #169e45;
  color: #fff;
  padding: 1.25rem 0;
  position: relative;
  z-index: 4;
}
.footer__legal :focus-visible {
  outline-color: #fd9b27;
}
.footer__legal__copyright {
  font-size: 0.875rem;
}
@media print, screen and (max-width: 74.99875em) {
  .footer__legal__copyright {
    text-align: center;
  }
}
.footer__legal__elevated_icons,
.footer__legal__elevated_icons--not_mobile {
  margin-top: -55px;
  margin-bottom: 1.25rem;
}
@media print, screen and (max-width: 74.99875em) {
  .footer__legal__elevated_icons,
  .footer__legal__elevated_icons--not_mobile {
    display: flex;
    justify-content: center;
  }
  .footer__legal__elevated_icons--not_mobile {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.newsletter_promotion--wext {
  margin-top: 1.25rem;
}
.newsletter_promotion__icon {
  width: 48px;
  height: 48px;
  fill: #fff;
  margin-bottom: 0.625rem;
}
.newsletter_promotion .button:focus-visible {
  outline: 3px solid #fd9b27;
}
.footer_navigation a {
  color: inherit;
  padding: 0;
}
.footer_navigation__item {
  padding: 0.3125rem 0;
}
.footer_navigation__item__link:hover {
  text-decoration: underline;
}
.footer_navigation--horizontal {
  list-style: none;
  margin-left: unset;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.25rem;
  font-size: 0.875rem;
}
@media print, screen and (max-width: 74.99875em) {
  .footer_navigation--horizontal {
    justify-content: center;
  }
}
.footer_navigation,
.logo_list,
.logo_list--boxed,
.logo_list--boxed_expanded,
.logo_list--circle,
.logo_list--circle_colored,
.logo_list--partner,
.menu,
.menu--align_center,
.menu--align_left,
.menu--align_right,
.menu--expanded,
.menu--horizontal,
.menu--icon_left,
.menu--icon_right,
.menu--simple,
.menu--text,
.menu--vertical,
.product__options,
.product__options--buy_box,
header .sub_head__wrapper__group__list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
}
[data-whatinput='mouse'] .footer_navigation li,
[data-whatinput='mouse'] .logo_list--boxed_expanded li,
[data-whatinput='mouse'] .logo_list--boxed li,
[data-whatinput='mouse'] .logo_list--circle_colored li,
[data-whatinput='mouse'] .logo_list--circle li,
[data-whatinput='mouse'] .logo_list--partner li,
[data-whatinput='mouse'] .logo_list li,
[data-whatinput='mouse'] .menu--align_center li,
[data-whatinput='mouse'] .menu--align_left li,
[data-whatinput='mouse'] .menu--align_right li,
[data-whatinput='mouse'] .menu--expanded li,
[data-whatinput='mouse'] .menu--horizontal li,
[data-whatinput='mouse'] .menu--icon_left li,
[data-whatinput='mouse'] .menu--icon_right li,
[data-whatinput='mouse'] .menu--simple li,
[data-whatinput='mouse'] .menu--text li,
[data-whatinput='mouse'] .menu--vertical li,
[data-whatinput='mouse'] .menu li,
[data-whatinput='mouse'] .product__options--buy_box li,
[data-whatinput='mouse'] .product__options li,
[data-whatinput='mouse'] header .sub_head__wrapper__group__list li,
header [data-whatinput='mouse'] .sub_head__wrapper__group__list li {
  outline: 0;
}
.footer_navigation .button,
.logo_list--boxed .button,
.logo_list--boxed_expanded .button,
.logo_list--circle .button,
.logo_list--circle_colored .button,
.logo_list--partner .button,
.logo_list .button,
.menu--align_center .button,
.menu--align_left .button,
.menu--align_right .button,
.menu--expanded .button,
.menu--horizontal .button,
.menu--icon_left .button,
.menu--icon_right .button,
.menu--simple .button,
.menu--text .button,
.menu--vertical .button,
.menu .button,
.product__options--buy_box .button,
.product__options .button,
header .sub_head__wrapper__group__list .button {
  line-height: 1;
  padding: 0.375rem 1.5625rem;
}
.footer_navigation .button,
.footer_navigation a,
.logo_list--boxed .button,
.logo_list--boxed_expanded .button,
.logo_list--boxed_expanded a,
.logo_list--boxed a,
.logo_list--circle .button,
.logo_list--circle_colored .button,
.logo_list--circle_colored a,
.logo_list--circle a,
.logo_list--partner .button,
.logo_list--partner a,
.logo_list .button,
.logo_list a,
.menu--align_center .button,
.menu--align_center a,
.menu--align_left .button,
.menu--align_left a,
.menu--align_right .button,
.menu--align_right a,
.menu--expanded .button,
.menu--expanded a,
.menu--horizontal .button,
.menu--horizontal a,
.menu--icon_left .button,
.menu--icon_left a,
.menu--icon_right .button,
.menu--icon_right a,
.menu--simple .button,
.menu--simple a,
.menu--text .button,
.menu--text a,
.menu--vertical .button,
.menu--vertical a,
.menu .button,
.menu a,
.product__options--buy_box .button,
.product__options--buy_box a,
.product__options .button,
.product__options a,
header .sub_head__wrapper__group__list .button,
header .sub_head__wrapper__group__list a {
  display: flex;
}
.footer_navigation a,
.footer_navigation button,
.footer_navigation input,
.footer_navigation select,
.logo_list--boxed_expanded a,
.logo_list--boxed_expanded button,
.logo_list--boxed_expanded input,
.logo_list--boxed_expanded select,
.logo_list--boxed a,
.logo_list--boxed button,
.logo_list--boxed input,
.logo_list--boxed select,
.logo_list--circle_colored a,
.logo_list--circle_colored button,
.logo_list--circle_colored input,
.logo_list--circle_colored select,
.logo_list--circle a,
.logo_list--circle button,
.logo_list--circle input,
.logo_list--circle select,
.logo_list--partner a,
.logo_list--partner button,
.logo_list--partner input,
.logo_list--partner select,
.logo_list a,
.logo_list button,
.logo_list input,
.logo_list select,
.menu--align_center a,
.menu--align_center button,
.menu--align_center input,
.menu--align_center select,
.menu--align_left a,
.menu--align_left button,
.menu--align_left input,
.menu--align_left select,
.menu--align_right a,
.menu--align_right button,
.menu--align_right input,
.menu--align_right select,
.menu--expanded a,
.menu--expanded button,
.menu--expanded input,
.menu--expanded select,
.menu--horizontal a,
.menu--horizontal button,
.menu--horizontal input,
.menu--horizontal select,
.menu--icon_left a,
.menu--icon_left button,
.menu--icon_left input,
.menu--icon_left select,
.menu--icon_right a,
.menu--icon_right button,
.menu--icon_right input,
.menu--icon_right select,
.menu--simple a,
.menu--simple button,
.menu--simple input,
.menu--simple select,
.menu--text a,
.menu--text button,
.menu--text input,
.menu--text select,
.menu--vertical a,
.menu--vertical button,
.menu--vertical input,
.menu--vertical select,
.menu a,
.menu button,
.menu input,
.menu select,
.product__options--buy_box a,
.product__options--buy_box button,
.product__options--buy_box input,
.product__options--buy_box select,
.product__options a,
.product__options button,
.product__options input,
.product__options select,
header .sub_head__wrapper__group__list a,
header .sub_head__wrapper__group__list button,
header .sub_head__wrapper__group__list input,
header .sub_head__wrapper__group__list select {
  margin-bottom: 0;
}
.footer_navigation input,
.logo_list--boxed_expanded input,
.logo_list--boxed input,
.logo_list--circle_colored input,
.logo_list--circle input,
.logo_list--partner input,
.logo_list input,
.menu--align_center input,
.menu--align_left input,
.menu--align_right input,
.menu--expanded input,
.menu--horizontal input,
.menu--icon_left input,
.menu--icon_right input,
.menu--simple input,
.menu--text input,
.menu--vertical input,
.menu input,
.product__options--buy_box input,
.product__options input,
header .sub_head__wrapper__group__list input {
  display: inline-block;
}
.footer_navigation,
.logo_list,
.logo_list--boxed,
.logo_list--boxed_expanded,
.logo_list--circle,
.logo_list--circle_colored,
.logo_list--partner,
.menu,
.menu--align_center,
.menu--align_left,
.menu--align_right,
.menu--expanded,
.menu--horizontal,
.menu--icon_left,
.menu--icon_right,
.menu--simple,
.menu--text,
.menu--vertical,
.product__options,
.product__options--buy_box,
header .sub_head__wrapper__group__list {
  flex-wrap: wrap;
  flex-direction: row;
}
.footer_navigation,
.menu--vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.footer_navigation li a,
.menu--vertical li a {
  flex-flow: row nowrap;
}
.footer_navigation li a i,
.footer_navigation li a img,
.footer_navigation li a svg,
.menu--vertical li a i,
.menu--vertical li a img,
.menu--vertical li a svg {
  margin-right: 0.3125rem;
}
.menu--expanded li {
  flex: 1 1 0px;
}
.menu--expanded li a {
  flex-flow: row nowrap;
}
.menu--expanded li a i,
.menu--expanded li a img,
.menu--expanded li a svg {
  margin-right: 0.3125rem;
}
.menu--simple {
  align-items: center;
  gap: 0.625rem;
}
.menu--simple a {
  padding: 0;
}
@media print, screen and (min-width: 37.5em) {
  .menu--small_horizontal {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  [data-whatinput='mouse'] .menu--small_horizontal li {
    outline: 0;
  }
  .menu--small_horizontal .button {
    line-height: 1;
    padding: 0.375rem 1.5625rem;
  }
  .menu--small_horizontal .button,
  .menu--small_horizontal a {
    display: flex;
  }
  .menu--small_horizontal a,
  .menu--small_horizontal button,
  .menu--small_horizontal input,
  .menu--small_horizontal select {
    margin-bottom: 0;
  }
  .menu--small_horizontal input {
    display: inline-block;
  }
  .menu--small_vertical {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  [data-whatinput='mouse'] .menu--small_vertical li {
    outline: 0;
  }
  .menu--small_vertical .button {
    line-height: 1;
    padding: 0.375rem 1.5625rem;
  }
  .menu--small_vertical .button,
  .menu--small_vertical a {
    display: flex;
  }
  .menu--small_vertical a,
  .menu--small_vertical button,
  .menu--small_vertical input,
  .menu--small_vertical select {
    margin-bottom: 0;
  }
  .menu--small_vertical input {
    display: inline-block;
  }
  .menu--small_expanded {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  [data-whatinput='mouse'] .menu--small_expanded li {
    outline: 0;
  }
  .menu--small_expanded .button {
    line-height: 1;
    padding: 0.375rem 1.5625rem;
  }
  .menu--small_expanded .button,
  .menu--small_expanded a {
    display: flex;
  }
  .menu--small_expanded a,
  .menu--small_expanded button,
  .menu--small_expanded input,
  .menu--small_expanded select {
    margin-bottom: 0;
  }
  .menu--small_expanded input {
    display: inline-block;
  }
  .menu--small_expanded li {
    flex: 1 1 0px;
  }
  .menu--small_simple {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.625rem;
  }
  [data-whatinput='mouse'] .menu--small_simple li {
    outline: 0;
  }
  .menu--small_simple .button {
    line-height: 1;
    padding: 0.375rem 1.5625rem;
  }
  .menu--small_simple .button,
  .menu--small_simple a {
    display: flex;
  }
  .menu--small_simple a,
  .menu--small_simple button,
  .menu--small_simple input,
  .menu--small_simple select {
    margin-bottom: 0;
  }
  .menu--small_simple input {
    display: inline-block;
  }
  .menu--small_simple a {
    padding: 0;
  }
}
@media print, screen and (min-width: 56.25em) {
  .menu--medium_horizontal {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  [data-whatinput='mouse'] .menu--medium_horizontal li {
    outline: 0;
  }
  .menu--medium_horizontal .button {
    line-height: 1;
    padding: 0.375rem 1.5625rem;
  }
  .menu--medium_horizontal .button,
  .menu--medium_horizontal a {
    display: flex;
  }
  .menu--medium_horizontal a,
  .menu--medium_horizontal button,
  .menu--medium_horizontal input,
  .menu--medium_horizontal select {
    margin-bottom: 0;
  }
  .menu--medium_horizontal input {
    display: inline-block;
  }
  .menu--medium_vertical {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  [data-whatinput='mouse'] .menu--medium_vertical li {
    outline: 0;
  }
  .menu--medium_vertical .button {
    line-height: 1;
    padding: 0.375rem 1.5625rem;
  }
  .menu--medium_vertical .button,
  .menu--medium_vertical a {
    display: flex;
  }
  .menu--medium_vertical a,
  .menu--medium_vertical button,
  .menu--medium_vertical input,
  .menu--medium_vertical select {
    margin-bottom: 0;
  }
  .menu--medium_vertical input {
    display: inline-block;
  }
  .menu--medium_expanded {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  [data-whatinput='mouse'] .menu--medium_expanded li {
    outline: 0;
  }
  .menu--medium_expanded .button {
    line-height: 1;
    padding: 0.375rem 1.5625rem;
  }
  .menu--medium_expanded .button,
  .menu--medium_expanded a {
    display: flex;
  }
  .menu--medium_expanded a,
  .menu--medium_expanded button,
  .menu--medium_expanded input,
  .menu--medium_expanded select {
    margin-bottom: 0;
  }
  .menu--medium_expanded input {
    display: inline-block;
  }
  .menu--medium_expanded li {
    flex: 1 1 0px;
  }
  .menu--medium_simple {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.625rem;
  }
  [data-whatinput='mouse'] .menu--medium_simple li {
    outline: 0;
  }
  .menu--medium_simple .button {
    line-height: 1;
    padding: 0.375rem 1.5625rem;
  }
  .menu--medium_simple .button,
  .menu--medium_simple a {
    display: flex;
  }
  .menu--medium_simple a,
  .menu--medium_simple button,
  .menu--medium_simple input,
  .menu--medium_simple select {
    margin-bottom: 0;
  }
  .menu--medium_simple input {
    display: inline-block;
  }
  .menu--medium_simple a {
    padding: 0;
  }
}
@media screen and (min-width: 75em) {
  .menu--large_horizontal {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  [data-whatinput='mouse'] .menu--large_horizontal li {
    outline: 0;
  }
  .menu--large_horizontal .button {
    line-height: 1;
    padding: 0.375rem 1.5625rem;
  }
  .menu--large_horizontal .button,
  .menu--large_horizontal a {
    display: flex;
  }
  .menu--large_horizontal a,
  .menu--large_horizontal button,
  .menu--large_horizontal input,
  .menu--large_horizontal select {
    margin-bottom: 0;
  }
  .menu--large_horizontal input {
    display: inline-block;
  }
  .menu--large_vertical {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  [data-whatinput='mouse'] .menu--large_vertical li {
    outline: 0;
  }
  .menu--large_vertical .button {
    line-height: 1;
    padding: 0.375rem 1.5625rem;
  }
  .menu--large_vertical .button,
  .menu--large_vertical a {
    display: flex;
  }
  .menu--large_vertical a,
  .menu--large_vertical button,
  .menu--large_vertical input,
  .menu--large_vertical select {
    margin-bottom: 0;
  }
  .menu--large_vertical input {
    display: inline-block;
  }
  .menu--large_expanded {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  [data-whatinput='mouse'] .menu--large_expanded li {
    outline: 0;
  }
  .menu--large_expanded .button {
    line-height: 1;
    padding: 0.375rem 1.5625rem;
  }
  .menu--large_expanded .button,
  .menu--large_expanded a {
    display: flex;
  }
  .menu--large_expanded a,
  .menu--large_expanded button,
  .menu--large_expanded input,
  .menu--large_expanded select {
    margin-bottom: 0;
  }
  .menu--large_expanded input {
    display: inline-block;
  }
  .menu--large_expanded li {
    flex: 1 1 0px;
  }
  .menu--large_simple {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.625rem;
  }
  [data-whatinput='mouse'] .menu--large_simple li {
    outline: 0;
  }
  .menu--large_simple .button {
    line-height: 1;
    padding: 0.375rem 1.5625rem;
  }
  .menu--large_simple .button,
  .menu--large_simple a {
    display: flex;
  }
  .menu--large_simple a,
  .menu--large_simple button,
  .menu--large_simple input,
  .menu--large_simple select {
    margin-bottom: 0;
  }
  .menu--large_simple input {
    display: inline-block;
  }
  .menu--large_simple a {
    padding: 0;
  }
}
.menu.nested,
.nested.footer_navigation,
.nested.logo_list,
.nested.logo_list--boxed,
.nested.logo_list--boxed_expanded,
.nested.logo_list--circle,
.nested.logo_list--circle_colored,
.nested.logo_list--partner,
.nested.menu--align_center,
.nested.menu--align_left,
.nested.menu--align_right,
.nested.menu--expanded,
.nested.menu--horizontal,
.nested.menu--icon_left,
.nested.menu--icon_right,
.nested.menu--simple,
.nested.menu--text,
.nested.menu--vertical,
.nested.product__options,
.nested.product__options--buy_box,
header .nested.sub_head__wrapper__group__list {
  margin-right: 0;
  margin-left: 0.625rem;
}
.icons.footer_navigation a,
.icons.logo_list--boxed_expanded a,
.icons.logo_list--boxed a,
.icons.logo_list--circle_colored a,
.icons.logo_list--circle a,
.icons.logo_list--partner a,
.icons.logo_list a,
.icons.menu--align_center a,
.icons.menu--align_left a,
.icons.menu--align_right a,
.icons.menu--expanded a,
.icons.menu--horizontal a,
.icons.menu--icon_left a,
.icons.menu--icon_right a,
.icons.menu--simple a,
.icons.menu--text a,
.icons.menu--vertical a,
.icons.product__options--buy_box a,
.icons.product__options a,
.menu.icons a,
header .icons.sub_head__wrapper__group__list a {
  display: flex;
}
.menu--icon_left li a {
  flex-flow: row nowrap;
}
.menu--icon_left li a i,
.menu--icon_left li a img,
.menu--icon_left li a svg {
  margin-right: 0.3125rem;
}
.menu--icon_right li a {
  flex-flow: row nowrap;
}
.menu--icon_right li a i,
.menu--icon_right li a img,
.menu--icon_right li a svg {
  margin-left: 0.3125rem;
}
.footer_navigation .is_active > a,
.logo_list--boxed .is_active > a,
.logo_list--boxed_expanded .is_active > a,
.logo_list--circle .is_active > a,
.logo_list--circle_colored .is_active > a,
.logo_list--partner .is_active > a,
.logo_list .is_active > a,
.menu--align_center .is_active > a,
.menu--align_left .is_active > a,
.menu--align_right .is_active > a,
.menu--expanded .is_active > a,
.menu--horizontal .is_active > a,
.menu--icon_left .is_active > a,
.menu--icon_right .is_active > a,
.menu--simple .is_active > a,
.menu--text .is_active > a,
.menu--vertical .is_active > a,
.menu .is_active > a,
.product__options--buy_box .is_active > a,
.product__options .is_active > a,
header .sub_head__wrapper__group__list .is_active > a {
  background: #fd9b27;
  color: #0e1010;
}
.menu--align_left {
  justify-content: flex-start;
}
.menu--align_right {
  display: flex;
  justify-content: flex-end;
}
.menu--align_right .menu__submenu li {
  justify-content: flex-start;
}
.menu--align_right--vertical li {
  display: block;
  text-align: right;
}
.menu--align_right--vertical li .menu__submenu li {
  text-align: right;
}
.menu--align_right li a {
  flex-flow: row nowrap;
}
.menu--align_right li a i,
.menu--align_right li a img,
.menu--align_right li a svg {
  margin-left: 0.3125rem;
}
.menu--align_right .nested {
  margin-right: 0.625rem;
  margin-left: 0;
}
.menu--align_center li {
  display: flex;
  justify-content: center;
}
.menu--align_center li .menu__submenu li {
  justify-content: flex-start;
}
.menu--text {
  padding: 0.375rem 1.5625rem;
  font-weight: 700;
  line-height: 1;
  color: inherit;
}
.no_js [data-responsive-menu] ul {
  display: none;
}
.is_drilldown {
  position: relative;
  overflow: hidden;
}
.is_drilldown li {
  display: block;
}
.is_drilldown.animate_height {
  transition: height 0.5s;
}
.drilldown a {
  display: block;
  padding: 1rem 1.5625rem;
  background: #fff;
}
.drilldown .submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: transform 0.15s linear;
}
.drilldown .submenu.is_active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .submenu.is_closing {
  transform: translateX(100%);
}
.drilldown .submenu a {
  padding: 1rem 1.5625rem;
}
.drilldown .nested.is_drilldown_submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown__submenu__cover_previous {
  min-height: 100%;
}
.drilldown a {
  font-size: 1.125rem;
  color: #0e1010;
}
.drilldown a:focus-visible,
.drilldown a:hover {
  color: #169e45;
  background: #f0f0f0;
}
.drilldown a:focus-visible {
  outline-offset: -3px;
  animation: none;
}
.drilldown .is_drilldown_submenu_parent > a,
.drilldown .js_drilldown_back a {
  position: relative;
}
.drilldown .is_drilldown_submenu_parent > a:after,
.drilldown .is_drilldown_submenu_parent > a:before,
.drilldown .js_drilldown_back a:after,
.drilldown .js_drilldown_back a:before {
  content: '';
  display: flex;
  background: #f0f0f0;
  position: absolute;
  right: 25px;
  width: 15px;
  height: 3px;
}
.drilldown .is_drilldown_submenu_parent > a:before,
.drilldown .js_drilldown_back a:before {
  transform: rotate(45deg);
  top: 23px;
}
.drilldown .is_drilldown_submenu_parent > a:after,
.drilldown .js_drilldown_back a:after {
  transform: rotate(135deg);
  top: 33px;
}
.drilldown .is_drilldown_submenu_parent > a:focus-visible:after,
.drilldown .is_drilldown_submenu_parent > a:focus-visible:before,
.drilldown .is_drilldown_submenu_parent > a:hover:after,
.drilldown .is_drilldown_submenu_parent > a:hover:before,
.drilldown .js_drilldown_back a:focus-visible:after,
.drilldown .js_drilldown_back a:focus-visible:before,
.drilldown .js_drilldown_back a:hover:after,
.drilldown .js_drilldown_back a:hover:before {
  background: #169e45;
}
.drilldown .js_drilldown_back a {
  color: #169e45;
  background: #f0f0f0;
  padding: 1rem 1.5625rem 1rem 3.4375rem;
  font-weight: 700;
  line-height: 1.5;
}
.drilldown .js_drilldown_back a:focus-visible,
.drilldown .js_drilldown_back a:hover {
  color: #fd9b27;
}
.drilldown .js_drilldown_back a:after,
.drilldown .js_drilldown_back a:before {
  background: #169e45;
  left: 25px;
  right: auto;
}
.drilldown .js_drilldown_back a:before {
  transform: rotate(135deg);
}
.drilldown .js_drilldown_back a:after {
  transform: rotate(45deg);
}
.drilldown .js_drilldown_back a:focus-visible:after,
.drilldown .js_drilldown_back a:focus-visible:before,
.drilldown .js_drilldown_back a:hover:after,
.drilldown .js_drilldown_back a:hover:before {
  background: #fd9b27;
}
.drilldown__title {
  padding: 1rem 1.5625rem;
  font-weight: 700;
  font-size: 1.125rem;
  background: #f0f0f0;
  color: #169e45;
}
.drilldown__title__switch {
  display: inline-flex !important;
  padding: 0 !important;
  margin: 0 0 0 0.625rem !important;
  font-size: 0.75rem !important;
  font-weight: 400 !important;
  background: none !important;
  color: inherit !important;
}
.drilldown .color_green a {
  color: #2a5020;
  font-weight: 700;
}
.drilldown .color_red a {
  color: #f83b3a;
  font-weight: 700;
}
.dropdown {
  position: relative;
}
.dropdown__panel,
.dropdown__panel--comparison,
.dropdown__panel--language,
.dropdown__panel--language_delivery,
.dropdown__panel--my_basket_options,
.dropdown__panel--my_wishlist_options,
.dropdown__panel--nested,
.dropdown__panel--rating_quickview,
.dropdown__panel--small {
  position: absolute;
  right: 0;
  z-index: 10;
  display: none;
  width: -moz-max-content;
  width: max-content;
  padding: 1.25rem;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(14, 16, 16, 0.5);
  border: 2px solid #f0f0f0;
}
.dropdown__panel--comparison:before,
.dropdown__panel--language:before,
.dropdown__panel--language_delivery:before,
.dropdown__panel--my_basket_options:before,
.dropdown__panel--my_wishlist_options:before,
.dropdown__panel--nested:before,
.dropdown__panel--rating_quickview:before,
.dropdown__panel--small:before,
.dropdown__panel:before {
  content: '';
  position: absolute;
  top: -10px;
  width: 0;
  height: 0;
  border-color: transparent transparent #f0f0f0;
  border-style: solid;
  border-width: 0 10px 10px;
}
.dropdown__panel--my_basket_options,
.dropdown__panel--my_wishlist_options,
.dropdown__panel--small {
  padding: 0.625rem;
}
.dropdown__panel--comparison {
  left: 0;
  width: 250px;
}
.dropdown__panel--comparison.is_open {
  flex-direction: column;
  top: 45px;
}
.dropdown__panel--comparison .comparison__list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
}
[data-whatinput='mouse'] .dropdown__panel--comparison .comparison__list li {
  outline: 0;
}
.dropdown__panel--comparison .comparison__list .button {
  line-height: 1;
  padding: 0.375rem 1.5625rem;
}
.dropdown__panel--comparison .comparison__list .button,
.dropdown__panel--comparison .comparison__list a {
  display: flex;
}
.dropdown__panel--comparison .comparison__list a,
.dropdown__panel--comparison .comparison__list button,
.dropdown__panel--comparison .comparison__list input,
.dropdown__panel--comparison .comparison__list select {
  margin-bottom: 0;
}
.dropdown__panel--comparison .comparison__list input {
  display: inline-block;
}
.dropdown__panel--comparison .comparison__list__item:not(:last-of-type) {
  margin: 0 0 1.25rem;
}
.dropdown__panel--my_wishlist_options {
  left: 0;
  top: 25px;
}
.dropdown__panel--my_basket_options {
  top: 35px;
}
.dropdown__panel--my_basket_options:before {
  right: 10px;
}
.dropdown__panel--nested {
  border: 2px solid #169e45;
  width: 100%;
  top: 200px;
  right: auto;
  left: 0;
}
.dropdown__panel--nested:before {
  top: -11px;
  left: calc(50% - 10px);
  border-color: transparent transparent #169e45;
}
.dropdown__panel--language_delivery {
  width: 100vw;
  top: 46px;
  left: -15px;
}
.dropdown__panel--language_delivery:before {
  left: 65px;
}
@media print, screen and (min-width: 37.5em) {
  .dropdown__panel--language_delivery {
    width: 550px;
    left: -18px;
  }
  .dropdown__panel--language_delivery:before {
    left: 68px;
  }
}
@media screen and (min-width: 75em) {
  .dropdown__panel--language_delivery {
    top: 60px;
    left: -150px;
  }
  .dropdown__panel--language_delivery:before {
    left: 210px;
  }
}
.dropdown__panel--language {
  left: 1.25rem;
  right: 1.25rem;
  top: 55px;
  width: auto;
}
.dropdown__panel--language:before {
  left: 25px;
}
@media print, screen and (min-width: 37.5em) {
  .dropdown__panel--language {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.dropdown__panel--leave_checkout {
  position: absolute;
  right: 0;
  z-index: 10;
  display: none;
  width: -moz-max-content;
  width: max-content;
  padding: 1.25rem;
  border-radius: 0;
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(14, 16, 16, 0.5);
  border: 2px solid #f0f0f0;
  flex-direction: column;
  color: initial;
  max-width: 100vw;
  left: -15px;
  top: 40px;
}
.dropdown__panel--leave_checkout:before {
  content: '';
  position: absolute;
  top: -10px;
  width: 0;
  height: 0;
  border-color: transparent transparent #f0f0f0;
  border-style: solid;
  border-width: 0 10px 10px;
}
@media print, screen and (min-width: 37.5em) {
  .dropdown__panel--leave_checkout {
    max-width: 100vw;
    min-width: auto;
    left: 0;
  }
}
@media screen and (min-width: 64em) {
  .dropdown__panel--leave_checkout {
    top: 80px;
  }
}
.dropdown__panel__heading {
  font-weight: 700;
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 37.5em) {
  .dropdown__panel__info {
    display: flex;
    justify-content: flex-end;
  }
}
.dropdown__nav {
  list-style: none;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.dropdown__nav__element {
  margin: 0 !important;
}
.dropdown__nav__element:not(:last-child) {
  border-bottom: 1px solid #f0f0f0;
}
.dropdown__nav__element__link {
  display: block;
  padding: 0.625rem !important;
  color: #169e45;
}
.dropdown__nav__element__link:focus,
.dropdown__nav__element__link:hover {
  cursor: pointer;
  color: #fd9b27;
}
#___ratingbadge_0 {
  z-index: 1 !important;
}
.label,
.label--alert,
.label--info,
.label--sale,
.label--sold-out,
.label--success,
.label--warning,
.label_3d,
.label_3d--blackweek,
.label_3d--geizhals,
.label_3d--hotness,
.label_3d--sale {
  position: relative;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  padding: 0.3125rem 0.625rem;
  border-radius: 0;
  font-size: 0.875rem;
  line-height: 1;
  white-space: nowrap;
  gap: 0.625rem;
  background: #169e45;
  color: #fff;
}
@media print, screen and (min-width: 56.25em) {
  .label,
  .label--alert,
  .label--info,
  .label--sale,
  .label--sold-out,
  .label--success,
  .label--warning,
  .label_3d,
  .label_3d--blackweek,
  .label_3d--geizhals,
  .label_3d--hotness,
  .label_3d--sale {
    font-size: 0.875rem;
  }
}
.label--sale {
  color: #fff;
  background-color: #f83b3a;
}
.label--sold-out {
  color: #fff;
  background-color: #757575;
}
.label--alert {
  color: #9a0000;
  background-color: #ffc6c6;
}
.label--warning {
  color: #864f00;
  background-color: #f7dfbe;
}
.label--success {
  color: #2a5020;
  background-color: #c9e8c1;
}
.label--info {
  color: #074260;
  background-color: #c8e3f2;
}
.label--sale {
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 50px;
}
.label_3d,
.label_3d--blackweek,
.label_3d--geizhals,
.label_3d--hotness,
.label_3d--sale {
  font-weight: 700;
  margin: 0 0 1.25rem -0.625rem;
}
.label_3d--blackweek:before,
.label_3d--geizhals:before,
.label_3d--hotness:before,
.label_3d--sale:before,
.label_3d:before {
  content: '';
  position: absolute;
  top: 0;
  height: 0;
  width: 0;
  left: -10px;
  border-left: 10px solid transparent;
  border-top: 27px solid #169e45;
}
.label_3d--blackweek:after,
.label_3d--geizhals:after,
.label_3d--hotness:after,
.label_3d--sale:after,
.label_3d:after {
  content: '';
  position: absolute;
  top: -6px;
  height: 0;
  width: 0;
  left: -10px;
  border-left: 10px solid transparent;
  border-bottom: 6px solid #94c125;
}
.label_3d__icon {
  width: 14px;
  height: 14px;
  fill: currentColor;
}
.label_3d--sale {
  color: #fff;
  background-color: #f83b3a;
}
.label_3d--sale:before {
  top: 0;
  border-top: 27px solid #f83b3a;
}
.label_3d--sale:after,
.label_3d--sale:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  left: -10px;
  border-left: 10px solid transparent;
}
.label_3d--sale:after {
  top: -6px;
  border-bottom: 6px solid #9a0000;
}
.label_3d--blackweek {
  color: #fff;
  background-color: #0e1010;
}
.label_3d--blackweek:before {
  top: 0;
  border-top: 27px solid #0e1010;
}
.label_3d--blackweek:after,
.label_3d--blackweek:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  left: -10px;
  border-left: 10px solid transparent;
}
.label_3d--blackweek:after {
  top: -6px;
  border-bottom: 6px solid #757575;
}
.label_3d--hotness {
  color: #169e45;
  background-color: #e6e6e6;
}
.label_3d--hotness:before {
  top: 0;
  border-top: 27px solid #e6e6e6;
}
.label_3d--hotness:after,
.label_3d--hotness:before {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  left: -10px;
  border-left: 10px solid transparent;
}
.label_3d--hotness:after {
  top: -6px;
  border-bottom: 6px solid #cacaca;
}
@media print, screen and (min-width: 56.25em) {
  .label_3d,
  .label_3d--blackweek,
  .label_3d--geizhals,
  .label_3d--hotness,
  .label_3d--sale {
    font-size: 1rem;
  }
}
@media screen and (min-width: 75em) {
  .label_3d,
  .label_3d--blackweek,
  .label_3d--geizhals,
  .label_3d--hotness,
  .label_3d--sale {
    margin: 0 0 1.25rem -1.25rem;
  }
}
.label_3d--geizhals .label_3d__icon {
  height: 16px;
  width: 55px;
}
.is_off_canvas_open {
  overflow: hidden;
}
.js_off_canvas__overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 102;
  width: 100%;
  height: 100%;
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
  background: rgba(14, 16, 16, 0.75);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  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,
.off_canvas--absolute,
.off_canvas--position_bottom,
.off_canvas--position_left,
.off_canvas--position_right,
.off_canvas--position_top {
  position: fixed;
  z-index: 103;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #fff;
}
[data-whatinput='mouse'] .off_canvas,
[data-whatinput='mouse'] .off_canvas--absolute,
[data-whatinput='mouse'] .off_canvas--position_bottom,
[data-whatinput='mouse'] .off_canvas--position_left,
[data-whatinput='mouse'] .off_canvas--position_right,
[data-whatinput='mouse'] .off_canvas--position_top {
  outline: 0;
}
.is_transition_push.off_canvas--absolute,
.is_transition_push.off_canvas--position_bottom,
.is_transition_push.off_canvas--position_left,
.is_transition_push.off_canvas--position_right,
.is_transition_push.off_canvas--position_top,
.off_canvas.is_transition_push {
  z-index: 103;
}
.is_closed.off_canvas--absolute,
.is_closed.off_canvas--position_bottom,
.is_closed.off_canvas--position_left,
.is_closed.off_canvas--position_right,
.is_closed.off_canvas--position_top,
.off_canvas.is_closed {
  visibility: hidden;
}
.is_transition_overlap.off_canvas--absolute,
.is_transition_overlap.off_canvas--position_bottom,
.is_transition_overlap.off_canvas--position_left,
.is_transition_overlap.off_canvas--position_right,
.is_transition_overlap.off_canvas--position_top,
.off_canvas.is_transition_overlap {
  z-index: 104;
}
.is_transition_overlap.is_open.off_canvas--absolute,
.is_transition_overlap.is_open.off_canvas--position_bottom,
.is_transition_overlap.is_open.off_canvas--position_left,
.is_transition_overlap.is_open.off_canvas--position_right,
.is_transition_overlap.is_open.off_canvas--position_top,
.off_canvas.is_transition_overlap.is_open {
  box-shadow: none;
}
.is_open.off_canvas--absolute,
.is_open.off_canvas--position_bottom,
.is_open.off_canvas--position_left,
.is_open.off_canvas--position_right,
.is_open.off_canvas--position_top,
.off_canvas.is_open {
  transform: translate(0);
}
.off_canvas--absolute {
  position: absolute;
  z-index: 103;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #fff;
}
[data-whatinput='mouse'] .off_canvas--absolute {
  outline: 0;
}
.off_canvas--absolute.is_transition_push {
  z-index: 103;
}
.off_canvas--absolute.is_closed {
  visibility: hidden;
}
.off_canvas--absolute.is_transition_overlap {
  z-index: 104;
}
.off_canvas--absolute.is_transition_overlap.is_open {
  box-shadow: none;
}
.off_canvas--absolute.is_open {
  transform: translate(0);
}
.off_canvas--position_left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 85%;
  transform: translateX(-100%);
}
@media print, screen and (min-width: 56.25em) {
  .off_canvas--position_left {
    width: 600px;
    transform: translateX(-600px);
  }
}
.off_canvas__content .off_canvas--position_left,
.off_canvas__content .off_canvas.off_canvas--position_left {
  transform: translateX(-100%);
}
@media print, screen and (min-width: 56.25em) {
  .off_canvas__content .off_canvas--position_left,
  .off_canvas__content .off_canvas.off_canvas--position_left {
    transform: translateX(-600px);
  }
}
.off_canvas__content .off_canvas--position_left.is_transition_overlap.is_open,
.off_canvas__content .off_canvas.off_canvas--position_left.is_transition_overlap.is_open {
  transform: translate(0);
}
.off_canvas__content.is_open_left.has_transition_push {
  transform: translateX(100%);
}
@media print, screen and (min-width: 56.25em) {
  .off_canvas__content.is_open_left.has_transition_push {
    transform: translateX(600px);
  }
}
.off_canvas--position_left.is_transition_push {
  box-shadow: inset 0 0 0 0 none;
}
.off_canvas--position_right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 85%;
  transform: translateX(100%);
}
@media print, screen and (min-width: 56.25em) {
  .off_canvas--position_right {
    width: 600px;
    transform: translateX(600px);
  }
}
.off_canvas__content .off_canvas--position_right,
.off_canvas__content .off_canvas.off_canvas--position_right {
  transform: translateX(100%);
}
@media print, screen and (min-width: 56.25em) {
  .off_canvas__content .off_canvas--position_right,
  .off_canvas__content .off_canvas.off_canvas--position_right {
    transform: translateX(600px);
  }
}
.off_canvas__content .off_canvas--position_right.is_transition_overlap.is_open,
.off_canvas__content .off_canvas.off_canvas--position_right.is_transition_overlap.is_open {
  transform: translate(0);
}
.off_canvas__content.is_open_right.has_transition_push {
  transform: translateX(-100%);
}
@media print, screen and (min-width: 56.25em) {
  .off_canvas__content.is_open_right.has_transition_push {
    transform: translateX(-600px);
  }
}
.off_canvas--position_right.is_transition_push {
  box-shadow: inset 0 0 0 0 none;
}
.off_canvas--position_top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
}
.off_canvas--position_top,
.off_canvas__content .off_canvas--position_top,
.off_canvas__content .off_canvas.off_canvas--position_top {
  transform: translateY(-250px);
}
.off_canvas__content .off_canvas--position_top.is_transition_overlap.is_open,
.off_canvas__content .off_canvas.off_canvas--position_top.is_transition_overlap.is_open {
  transform: translate(0);
}
.off_canvas__content.is_open_top.has_transition_push {
  transform: translateY(250px);
}
.off_canvas--position_top.is_transition_push {
  box-shadow: inset 0 0 0 0 none;
}
.off_canvas--position_bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}
.off_canvas__content .off_canvas--position_bottom,
.off_canvas__content .off_canvas.off_canvas--position_bottom {
  transform: translateY(250px);
}
.off_canvas__content .off_canvas--position_bottom.is_transition_overlap.is_open,
.off_canvas__content .off_canvas.off_canvas--position_bottom.is_transition_overlap.is_open {
  transform: translate(0);
}
.off_canvas__content.is_open_bottom.has_transition_push {
  transform: translateY(-250px);
}
.off_canvas--position_bottom.is_transition_push {
  box-shadow: inset 0 0 0 0 none;
}
.off_canvas__content {
  transform: none;
  backface-visibility: hidden;
}
.off_canvas__content.has_transition_overlap,
.off_canvas__content.has_transition_push {
  transition: transform 0.5s ease;
}
.off_canvas__content.has_transition_push,
.off_canvas__content .is_open.off_canvas--absolute,
.off_canvas__content .is_open.off_canvas--position_bottom,
.off_canvas__content .is_open.off_canvas--position_left,
.off_canvas__content .is_open.off_canvas--position_right,
.off_canvas__content .is_open.off_canvas--position_top,
.off_canvas__content .off_canvas.is_open {
  transform: translate(0);
}
@media print, screen and (min-width: 37.5em) {
  .position_left.reveal_for_small {
    transform: none;
    z-index: 103;
    transition: none;
    visibility: visible;
  }
  .position_left.reveal_for_small .close_button {
    display: none;
  }
  .off_canvas__content .position_left.reveal_for_small {
    transform: none;
  }
  .off_canvas__content.has_reveal_left,
  .position_left.reveal_for_small ~ .off_canvas__content {
    margin-left: 85%;
  }
  .position_right.reveal_for_small {
    transform: none;
    z-index: 103;
    transition: none;
    visibility: visible;
  }
  .position_right.reveal_for_small .close_button {
    display: none;
  }
  .off_canvas__content .position_right.reveal_for_small {
    transform: none;
  }
  .off_canvas__content.has_reveal_right,
  .position_right.reveal_for_small ~ .off_canvas__content {
    margin-right: 85%;
  }
  .position_top.reveal_forsmall {
    transform: none;
    z-index: 103;
    transition: none;
    visibility: visible;
  }
  .position_top.reveal_forsmall .close_button {
    display: none;
  }
  .off_canvas__content .position_top.reveal_forsmall {
    transform: none;
  }
  .off_canvas__content.has_reveal_top,
  .position_top.reveal_forsmall ~ .off_canvas__content {
    margin-top: 85%;
  }
  .position_bottom.reveal_for-small {
    transform: none;
    z-index: 103;
    transition: none;
    visibility: visible;
  }
  .position_bottom.reveal_for-small .close_button {
    display: none;
  }
  .off_canvas__content .position_bottom.reveal_for-small {
    transform: none;
  }
  .off_canvas__content.has_reveal_bottom,
  .position_bottom.reveal_for-small ~ .off_canvas__content {
    margin-bottom: 85%;
  }
}
@media print, screen and (min-width: 56.25em) {
  .position_left.reveal_for_medium {
    transform: none;
    z-index: 103;
    transition: none;
    visibility: visible;
  }
  .position_left.reveal_for_medium .close_button {
    display: none;
  }
  .off_canvas__content .position_left.reveal_for_medium {
    transform: none;
  }
  .off_canvas__content.has_reveal_left,
  .position_left.reveal_for_medium ~ .off_canvas__content {
    margin-left: 600px;
  }
  .position_right.reveal_for_medium {
    transform: none;
    z-index: 103;
    transition: none;
    visibility: visible;
  }
  .position_right.reveal_for_medium .close_button {
    display: none;
  }
  .off_canvas__content .position_right.reveal_for_medium {
    transform: none;
  }
  .off_canvas__content.has_reveal_right,
  .position_right.reveal_for_medium ~ .off_canvas__content {
    margin-right: 600px;
  }
  .position_top.reveal_formedium {
    transform: none;
    z-index: 103;
    transition: none;
    visibility: visible;
  }
  .position_top.reveal_formedium .close_button {
    display: none;
  }
  .off_canvas__content .position_top.reveal_formedium {
    transform: none;
  }
  .off_canvas__content.has_reveal_top,
  .position_top.reveal_formedium ~ .off_canvas__content {
    margin-top: 600px;
  }
  .position_bottom.reveal_for-medium {
    transform: none;
    z-index: 103;
    transition: none;
    visibility: visible;
  }
  .position_bottom.reveal_for-medium .close_button {
    display: none;
  }
  .off_canvas__content .position_bottom.reveal_for-medium {
    transform: none;
  }
  .off_canvas__content.has_reveal_bottom,
  .position_bottom.reveal_for-medium ~ .off_canvas__content {
    margin-bottom: 600px;
  }
}
@media screen and (min-width: 75em) {
  .position_left.reveal_for_large {
    transform: none;
    z-index: 103;
    transition: none;
    visibility: visible;
  }
  .position_left.reveal_for_large .close_button {
    display: none;
  }
  .off_canvas__content .position_left.reveal_for_large {
    transform: none;
  }
  .off_canvas__content.has_reveal_left,
  .position_left.reveal_for_large ~ .off_canvas__content {
    margin-left: 600px;
  }
  .position_right.reveal_for_large {
    transform: none;
    z-index: 103;
    transition: none;
    visibility: visible;
  }
  .position_right.reveal_for_large .close_button {
    display: none;
  }
  .off_canvas__content .position_right.reveal_for_large {
    transform: none;
  }
  .off_canvas__content.has_reveal_right,
  .position_right.reveal_for_large ~ .off_canvas__content {
    margin-right: 600px;
  }
  .position_top.reveal_forlarge {
    transform: none;
    z-index: 103;
    transition: none;
    visibility: visible;
  }
  .position_top.reveal_forlarge .close_button {
    display: none;
  }
  .off_canvas__content .position_top.reveal_forlarge {
    transform: none;
  }
  .off_canvas__content.has_reveal_top,
  .position_top.reveal_forlarge ~ .off_canvas__content {
    margin-top: 600px;
  }
  .position_bottom.reveal_for-large {
    transform: none;
    z-index: 103;
    transition: none;
    visibility: visible;
  }
  .position_bottom.reveal_for-large .close_button {
    display: none;
  }
  .off_canvas__content .position_bottom.reveal_for-large {
    transform: none;
  }
  .off_canvas__content.has_reveal_bottom,
  .position_bottom.reveal_for-large ~ .off_canvas__content {
    margin-bottom: 600px;
  }
}
@media print, screen and (min-width: 37.5em) {
  .in_canvas_for_small.off_canvas--absolute,
  .in_canvas_for_small.off_canvas--position_bottom,
  .in_canvas_for_small.off_canvas--position_left,
  .in_canvas_for_small.off_canvas--position_right,
  .in_canvas_for_small.off_canvas--position_top,
  .off_canvas.in_canvas_for_small {
    visibility: visible;
    height: auto;
    position: static;
    background: 0 0;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .in_canvas_for_small.position_bottom.off_canvas--absolute,
  .in_canvas_for_small.position_bottom.off_canvas--position_bottom,
  .in_canvas_for_small.position_bottom.off_canvas--position_left,
  .in_canvas_for_small.position_bottom.off_canvas--position_right,
  .in_canvas_for_small.position_bottom.off_canvas--position_top,
  .in_canvas_for_small.position_left.off_canvas--absolute,
  .in_canvas_for_small.position_left.off_canvas--position_bottom,
  .in_canvas_for_small.position_left.off_canvas--position_left,
  .in_canvas_for_small.position_left.off_canvas--position_right,
  .in_canvas_for_small.position_left.off_canvas--position_top,
  .in_canvas_for_small.position_right.off_canvas--absolute,
  .in_canvas_for_small.position_right.off_canvas--position_bottom,
  .in_canvas_for_small.position_right.off_canvas--position_left,
  .in_canvas_for_small.position_right.off_canvas--position_right,
  .in_canvas_for_small.position_right.off_canvas--position_top,
  .in_canvas_for_small.position_top.off_canvas--absolute,
  .in_canvas_for_small.position_top.off_canvas--position_bottom,
  .in_canvas_for_small.position_top.off_canvas--position_left,
  .in_canvas_for_small.position_top.off_canvas--position_right,
  .in_canvas_for_small.position_top.off_canvas--position_top,
  .off_canvas.in_canvas_for_small.position_bottom,
  .off_canvas.in_canvas_for_small.position_left,
  .off_canvas.in_canvas_for_small.position_right,
  .off_canvas.in_canvas_for_small.position_top {
    box-shadow: none;
    transform: none;
  }
  .in_canvas_for_small.off_canvas--absolute .close_button,
  .in_canvas_for_small.off_canvas--position_bottom .close_button,
  .in_canvas_for_small.off_canvas--position_left .close_button,
  .in_canvas_for_small.off_canvas--position_right .close_button,
  .in_canvas_for_small.off_canvas--position_top .close_button,
  .off_canvas.in_canvas_for_small .close_button {
    display: none;
  }
}
@media print, screen and (min-width: 56.25em) {
  .in_canvas_for_medium.off_canvas--absolute,
  .in_canvas_for_medium.off_canvas--position_bottom,
  .in_canvas_for_medium.off_canvas--position_left,
  .in_canvas_for_medium.off_canvas--position_right,
  .in_canvas_for_medium.off_canvas--position_top,
  .off_canvas.in_canvas_for_medium {
    visibility: visible;
    height: auto;
    position: static;
    background: 0 0;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .in_canvas_for_medium.position_bottom.off_canvas--absolute,
  .in_canvas_for_medium.position_bottom.off_canvas--position_bottom,
  .in_canvas_for_medium.position_bottom.off_canvas--position_left,
  .in_canvas_for_medium.position_bottom.off_canvas--position_right,
  .in_canvas_for_medium.position_bottom.off_canvas--position_top,
  .in_canvas_for_medium.position_left.off_canvas--absolute,
  .in_canvas_for_medium.position_left.off_canvas--position_bottom,
  .in_canvas_for_medium.position_left.off_canvas--position_left,
  .in_canvas_for_medium.position_left.off_canvas--position_right,
  .in_canvas_for_medium.position_left.off_canvas--position_top,
  .in_canvas_for_medium.position_right.off_canvas--absolute,
  .in_canvas_for_medium.position_right.off_canvas--position_bottom,
  .in_canvas_for_medium.position_right.off_canvas--position_left,
  .in_canvas_for_medium.position_right.off_canvas--position_right,
  .in_canvas_for_medium.position_right.off_canvas--position_top,
  .in_canvas_for_medium.position_top.off_canvas--absolute,
  .in_canvas_for_medium.position_top.off_canvas--position_bottom,
  .in_canvas_for_medium.position_top.off_canvas--position_left,
  .in_canvas_for_medium.position_top.off_canvas--position_right,
  .in_canvas_for_medium.position_top.off_canvas--position_top,
  .off_canvas.in_canvas_for_medium.position_bottom,
  .off_canvas.in_canvas_for_medium.position_left,
  .off_canvas.in_canvas_for_medium.position_right,
  .off_canvas.in_canvas_for_medium.position_top {
    box-shadow: none;
    transform: none;
  }
  .in_canvas_for_medium.off_canvas--absolute .close_button,
  .in_canvas_for_medium.off_canvas--position_bottom .close_button,
  .in_canvas_for_medium.off_canvas--position_left .close_button,
  .in_canvas_for_medium.off_canvas--position_right .close_button,
  .in_canvas_for_medium.off_canvas--position_top .close_button,
  .off_canvas.in_canvas_for_medium .close_button {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .in_canvas_for_large.off_canvas--absolute,
  .in_canvas_for_large.off_canvas--position_bottom,
  .in_canvas_for_large.off_canvas--position_left,
  .in_canvas_for_large.off_canvas--position_right,
  .in_canvas_for_large.off_canvas--position_top,
  .off_canvas.in_canvas_for_large {
    visibility: visible;
    height: auto;
    position: static;
    background: 0 0;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .in_canvas_for_large.position_bottom.off_canvas--absolute,
  .in_canvas_for_large.position_bottom.off_canvas--position_bottom,
  .in_canvas_for_large.position_bottom.off_canvas--position_left,
  .in_canvas_for_large.position_bottom.off_canvas--position_right,
  .in_canvas_for_large.position_bottom.off_canvas--position_top,
  .in_canvas_for_large.position_left.off_canvas--absolute,
  .in_canvas_for_large.position_left.off_canvas--position_bottom,
  .in_canvas_for_large.position_left.off_canvas--position_left,
  .in_canvas_for_large.position_left.off_canvas--position_right,
  .in_canvas_for_large.position_left.off_canvas--position_top,
  .in_canvas_for_large.position_right.off_canvas--absolute,
  .in_canvas_for_large.position_right.off_canvas--position_bottom,
  .in_canvas_for_large.position_right.off_canvas--position_left,
  .in_canvas_for_large.position_right.off_canvas--position_right,
  .in_canvas_for_large.position_right.off_canvas--position_top,
  .in_canvas_for_large.position_top.off_canvas--absolute,
  .in_canvas_for_large.position_top.off_canvas--position_bottom,
  .in_canvas_for_large.position_top.off_canvas--position_left,
  .in_canvas_for_large.position_top.off_canvas--position_right,
  .in_canvas_for_large.position_top.off_canvas--position_top,
  .off_canvas.in_canvas_for_large.position_bottom,
  .off_canvas.in_canvas_for_large.position_left,
  .off_canvas.in_canvas_for_large.position_right,
  .off_canvas.in_canvas_for_large.position_top {
    box-shadow: none;
    transform: none;
  }
  .in_canvas_for_large.off_canvas--absolute .close_button,
  .in_canvas_for_large.off_canvas--position_bottom .close_button,
  .in_canvas_for_large.off_canvas--position_left .close_button,
  .in_canvas_for_large.off_canvas--position_right .close_button,
  .in_canvas_for_large.off_canvas--position_top .close_button,
  .off_canvas.in_canvas_for_large .close_button {
    display: none;
  }
}
@media print, screen and (min-width: 37.5em) {
  .off_canvas--position_left {
    width: 320px;
    transform: translateX(-320px);
  }
  .off_canvas--position_left.is_open {
    transform: translate(0);
  }
}
.off_canvas__prelude,
.off_canvas__prelude--blackweek {
  display: flex;
  position: sticky;
  width: 100%;
  padding: 1.25rem;
  top: 0;
  z-index: 9999;
  background: #169e45;
}
.off_canvas__prelude__ctn_shopping {
  font-family: inherit;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  border-radius: 50px;
  transition: 0.25s ease-out;
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  padding: 0.625rem 1.25rem;
  font-size: 16px;
  color: #fff;
  background: 0 0;
  border: 2px solid transparent;
}
.off_canvas__prelude__ctn_shopping:focus,
.off_canvas__prelude__ctn_shopping:focus-visible,
.off_canvas__prelude__ctn_shopping:hover {
  color: #fff;
  background: hsla(0, 0%, 100%, 0.25);
}
.off_canvas__prelude__ctn_shopping--disabled,
.off_canvas__prelude__ctn_shopping--disabled:focus,
.off_canvas__prelude__ctn_shopping--disabled:hover,
.off_canvas__prelude__ctn_shopping[disabled],
.off_canvas__prelude__ctn_shopping[disabled]:focus,
.off_canvas__prelude__ctn_shopping[disabled]:hover {
  cursor: not-allowed;
  opacity: 0.25;
}
.off_canvas__prelude--blackweek .switch_customer_group,
.off_canvas__prelude--blackweek .switch_customer_group--create_account,
.off_canvas__prelude--blackweek .switch_customer_group--inverted,
.off_canvas__prelude--blackweek .switch_customer_group--large,
.off_canvas__prelude .switch_customer_group,
.off_canvas__prelude .switch_customer_group--create_account,
.off_canvas__prelude .switch_customer_group--inverted,
.off_canvas__prelude .switch_customer_group--large {
  margin: 0.625rem 0 0;
}
.off_canvas__prelude--blackweek {
  background: #0e1010;
}
.off_canvas__navigation {
  position: relative;
  height: 100%;
}
.off_canvas__navigation__title {
  padding: 1rem 1.5625rem;
  font-weight: 700;
  font-size: 1.125rem;
}
.off_canvas__navigation .off_canvas__animation__container {
  position: absolute;
  top: 0;
  left: 0;
}
.off_canvas__divider_top {
  background: #f0f0f0;
  padding: 1.25rem;
  font-weight: 700;
  font-size: 1.125rem;
}
.off_canvas__divider_top small {
  font-weight: 400;
}
.off_canvas__animation__container {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
}
.off_canvas__animation__container .content_loading_animation > div {
  background: #fff;
}
.off_canvas__content--authentication {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media print, screen and (min-width: 56.25em) {
  .off_canvas__content--authentication #main_content {
    margin-top: 12vh;
  }
}
.off_canvas__content--authentication footer {
  margin-top: auto;
}
.rating {
  line-height: 1;
  align-items: center;
  gap: 0.3125rem;
}
.rating,
.rating__stars {
  display: flex;
}
.rating__stars__icon {
  float: left;
  margin: 0 2px 0 0;
}
.rating ~ .form__input__error {
  margin-top: 0.625rem;
}
.rating_quickview__average_rating {
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0.625rem;
}
.rating_quickview__ratings {
  margin-bottom: 1.25rem;
}
.rating_quickview__ratings__sorting {
  cursor: pointer;
  color: #0e1010;
  text-decoration: underline;
}
.rating_quickview__ratings__sorting:active,
.rating_quickview__ratings__sorting:focus,
.rating_quickview__ratings__sorting:hover {
  color: #94c125;
}
.dropdown__panel--rating_quickview {
  left: 0;
  top: 50px;
}
@media print, screen and (min-width: 37.5em) {
  .dropdown__panel--rating_quickview {
    right: inherit;
  }
}
@media screen and (min-width: 75em) {
  .dropdown__panel--rating_quickview {
    top: 30px;
  }
}
@media screen and (min-width: 75em) {
  .dropdown__panel--rating_quickview:before {
    left: 50px;
  }
}
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(14, 16, 16, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}
.reveal,
.reveal--collapse,
.reveal--full,
.reveal--large,
.reveal--small,
.reveal--tiny {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1.25rem;
  border: none;
  border-radius: 0;
  background-color: #fff;
  width: 90%;
  position: relative;
  top: 100px;
  overflow: visible;
}
[data-whatinput='mouse'] .reveal,
[data-whatinput='mouse'] .reveal--collapse,
[data-whatinput='mouse'] .reveal--full,
[data-whatinput='mouse'] .reveal--large,
[data-whatinput='mouse'] .reveal--small,
[data-whatinput='mouse'] .reveal--tiny {
  outline: 0;
}
@media print, screen and (min-width: 56.25em) {
  .reveal,
  .reveal--collapse,
  .reveal--full,
  .reveal--large,
  .reveal--small,
  .reveal--tiny {
    min-height: 0;
  }
}
.reveal--collapse .column,
.reveal--full .column,
.reveal--large .column,
.reveal--small .column,
.reveal--tiny .column,
.reveal .column {
  min-width: 0;
}
.reveal--collapse > :last-child,
.reveal--full > :last-child,
.reveal--large > :last-child,
.reveal--small > :last-child,
.reveal--tiny > :last-child,
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 56.25em) {
  .reveal,
  .reveal--collapse,
  .reveal--full,
  .reveal--large,
  .reveal--small,
  .reveal--tiny {
    width: 50%;
    max-width: 90%;
  }
}
.reveal--collapse {
  padding: 0;
}
@media print, screen and (min-width: 56.25em) {
  .reveal--tiny {
    width: 30%;
    max-width: 90%;
  }
}
@media print, screen and (min-width: 56.25em) {
  .reveal--small {
    width: 35%;
    max-width: 90%;
  }
}
@media print, screen and (min-width: 56.25em) {
  .reveal--large {
    width: 70%;
    max-width: 90%;
  }
}
.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 (min-width: 56.25em) {
  .reveal--my_address {
    width: 80%;
  }
}
@media screen and (min-width: 75em) {
  .reveal--my_address {
    width: 63%;
  }
}
@media screen and (min-width: 120em) {
  .reveal--my_address {
    width: 50%;
  }
}
.seo_content {
  font-size: 85%;
}
.seo_content .tf_h1,
.seo_content .tf_h2,
.seo_content .w84fa0b8c9d7da99d162659e11c5e4028__container__text__headline,
.seo_content h1,
.seo_content h2 {
  font-size: 1.0625rem;
  line-height: 0.935;
}
.seo_content .tf_h3,
.seo_content .tf_h4,
.seo_content h3,
.seo_content h4 {
  font-size: 0.95625rem;
  line-height: 1.1805555556;
}
.seo_content .tf_h5,
.seo_content h5 {
  font-size: 0.903125rem;
  line-height: 1.2;
}
.seo_content .tf_h6,
.seo_content h6 {
  font-size: 0.85rem;
  line-height: 1.275;
}
@media print, screen and (min-width: 56.25em) {
  .seo_content .tf_h1,
  .seo_content h1 {
    font-size: 1.328125rem;
    line-height: 1.02;
  }
  .seo_content .tf_h2,
  .seo_content .w84fa0b8c9d7da99d162659e11c5e4028__container__text__headline,
  .seo_content h2 {
    font-size: 1.16875rem;
    line-height: 1.0818181818;
  }
  .seo_content .tf_h3,
  .seo_content h3 {
    font-size: 1.0625rem;
    line-height: 1.19;
  }
  .seo_content .tf_h4,
  .seo_content h4 {
    font-size: 0.95625rem;
    line-height: 1.1805555556;
  }
  .seo_content .tf_h5,
  .seo_content h5 {
    font-size: 0.903125rem;
    line-height: 1.2;
  }
  .seo_content .tf_h6,
  .seo_content h6 {
    font-size: 0.85rem;
    line-height: 1.275;
  }
}
.seller__logo {
  max-width: 80px;
  max-height: 40px;
}
.seller__info {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 0.3125rem;
  column-gap: 0.3125rem;
}
.seller__offer_condition {
  margin: 3px 0 0;
}
.seller__offer_condition__value {
  padding: 0 0 0 3px;
}
.seller__summary__item {
  margin-top: 0.625rem;
}
.seller__summary__icon_right {
  margin: 0 0 -0.1875rem 0.3125rem;
}
.switch,
.switch--float_right {
  position: relative;
  margin-bottom: 1.25rem;
  outline: 0;
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  color: #0e1010;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 32px;
}
.switch__input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}
.switch__input:focus-visible + label {
  outline: 3px solid #169e45;
  outline-offset: 3px;
}
.switch--darker .switch__paddle,
.switch__paddle {
  position: relative;
  display: block;
  width: 64px;
  height: 32px;
  border-radius: 50px;
  background: #f0f0f0;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
.switch--darker input + .switch__paddle,
input + .switch__paddle {
  margin: 0;
}
.switch--darker .switch__paddle:after,
.switch__paddle:after {
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 26px;
  height: 26px;
  transform: translateZ(0);
  border-radius: 50px;
  background: #fff;
  transition: all 0.25s ease-out;
  content: '';
}
.switch--darker input:checked ~ .switch__paddle,
input:checked ~ .switch__paddle {
  background: #169e45;
}
.switch--darker input:checked ~ .switch__paddle:after,
input:checked ~ .switch__paddle:after {
  left: 35px;
}
.switch--darker input:disabled ~ .switch__paddle,
input:disabled ~ .switch__paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput='mouse'] .switch--darker input:focus ~ .switch__paddle,
[data-whatinput='mouse'] input:focus ~ .switch__paddle {
  outline: 0;
}
.switch__text,
.switch__text--active,
.switch__text--inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.switch__text--active {
  left: 8%;
  display: none;
}
input:checked + label > .switch__text--active {
  display: block;
}
.switch__text--inactive {
  right: 15%;
}
input:checked + label > .switch__text--inactive {
  display: none;
}
.switch--darker .switch__paddle {
  background: #cacaca;
}
.switch--float_right {
  justify-content: space-between;
}
.switch_customer_group,
.switch_customer_group--create_account,
.switch_customer_group--inverted,
.switch_customer_group--large {
  width: -moz-max-content;
  width: max-content;
}
.switch_customer_group--inverted .switch_customer_group__container,
.switch_customer_group__container {
  display: flex;
  padding: 1px;
  background: 0 0;
  border: 2px solid #fff;
  border-radius: 100px;
}
.switch_customer_group--create_account .switch_customer_group__container__link,
.switch_customer_group--inverted .switch_customer_group__container__link,
.switch_customer_group--large .switch_customer_group__container__link,
.switch_customer_group .switch_customer_group__container__link {
  display: flex;
  flex: 1 1 0;
  padding: 8px;
  line-height: 1;
  color: #fff;
}
.switch_customer_group--create_account .switch_customer_group__container__link--active,
.switch_customer_group--create_account .switch_customer_group__container__link:focus,
.switch_customer_group--create_account .switch_customer_group__container__link:hover,
.switch_customer_group--inverted .switch_customer_group__container__link--active,
.switch_customer_group--inverted .switch_customer_group__container__link:focus,
.switch_customer_group--inverted .switch_customer_group__container__link:hover,
.switch_customer_group--large .switch_customer_group__container__link--active,
.switch_customer_group--large .switch_customer_group__container__link:focus,
.switch_customer_group--large .switch_customer_group__container__link:hover,
.switch_customer_group .switch_customer_group__container__link--active,
.switch_customer_group .switch_customer_group__container__link:focus,
.switch_customer_group .switch_customer_group__container__link:hover {
  background: #fff;
  color: #169e45;
  border-radius: 100px;
}
.switch_customer_group--inverted .switch_customer_group__container {
  border-color: #169e45;
}
.switch_customer_group--inverted .switch_customer_group__container__link {
  color: #169e45;
}
.switch_customer_group--inverted .switch_customer_group__container__link--active,
.switch_customer_group--inverted .switch_customer_group__container__link:focus,
.switch_customer_group--inverted .switch_customer_group__container__link:hover {
  background: #169e45;
  color: #fff;
}
.switch_customer_group--large .switch_customer_group__container__link {
  padding: 10px 15px;
}
.switch_customer_group--create_account {
  margin: 0 0 0.625rem;
}
@media print, screen and (min-width: 56.25em) {
  .switch_customer_group--create_account {
    margin: initial;
  }
}
.has_tip {
  position: relative;
  display: inline-block;
  font-weight: 400;
  cursor: help;
}
.tooltip,
.tooltip--clean {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.625rem 1.25rem;
  border-radius: 0;
  background-color: #c8e3f2;
  font-size: 0.75rem;
  color: #074260;
}
@media print, screen and (min-width: 37.5em) {
  .tooltip,
  .tooltip--clean {
    max-width: 350px;
  }
}
@media print, screen and (min-width: 56.25em) {
  .tooltip,
  .tooltip--clean {
    font-size: 0.875rem;
  }
}
.tooltip--clean:before,
.tooltip:before {
  position: absolute;
}
.bottom.tooltip--clean:before,
.tooltip.bottom:before {
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-color: transparent transparent #c8e3f2;
  border-style: solid;
  border-width: 0 0.75rem 0.75rem;
  bottom: 100%;
}
.bottom.align_center.tooltip--clean:before,
.tooltip.bottom.align_center:before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top:before,
.top.tooltip--clean:before {
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-color: #c8e3f2 transparent transparent;
  border-style: solid;
  border-width: 0.75rem 0.75rem 0;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align_center:before,
.top.align_center.tooltip--clean:before {
  left: 50%;
  transform: translateX(-50%);
}
.left.tooltip--clean:before,
.tooltip.left:before {
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-color: transparent transparent transparent #c8e3f2;
  border-style: solid;
  border-width: 0.75rem 0 0.75rem 0.75rem;
  left: 100%;
}
.left.align_center.tooltip--clean:before,
.tooltip.left.align_center:before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.right.tooltip--clean:before,
.tooltip.right:before {
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-color: transparent #c8e3f2 transparent transparent;
  border-style: solid;
  border-width: 0.75rem 0.75rem 0.75rem 0;
  right: 100%;
  left: auto;
}
.right.align_center.tooltip--clean:before,
.tooltip.right.align_center:before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.align_top.tooltip--clean:before,
.tooltip.align_top:before {
  bottom: auto;
  top: 10%;
}
.align_bottom.tooltip--clean:before,
.tooltip.align_bottom:before {
  bottom: 10%;
  top: auto;
}
.align_left.tooltip--clean:before,
.tooltip.align_left:before {
  left: 2%;
  right: auto;
}
.align_right.tooltip--clean:before,
.tooltip.align_right:before {
  left: auto;
  right: 2%;
}
.tooltip--clean {
  background-color: #fff;
  color: #0e1010;
  max-width: 21.875rem;
  width: -moz-fit-content;
  width: fit-content;
}
.tooltip--clean.bottom:before {
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-color: transparent transparent #169e45;
  border-style: solid;
  border-width: 0 0.75rem 0.75rem;
  bottom: 100%;
}
.tooltip--clean.bottom.align_center:before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip--clean.top:before {
  display: block;
  width: 0;
  height: 0;
  content: '';
  border-color: #169e45 transparent transparent;
  border-style: solid;
  border-width: 0.75rem 0.75rem 0;
  top: 100%;
  bottom: auto;
}
.tooltip--clean.top.align_center:before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip--clean table {
  margin-bottom: 0;
}
.flex_column_justify {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.form__input {
  position: relative;
}
.form__input__icon,
.form__input__icon--wishlist {
  position: absolute;
  right: 10px;
  top: 14px;
  color: #28cb00;
  display: none;
}
.form__input__icon--wishlist {
  top: 8px;
  color: #0e1010;
  display: inline-block;
}
.form__input__label {
  position: absolute;
  top: 0;
  padding: 0.6875rem 0.9375rem;
  width: 100%;
  transition: 0.5s;
  background: 0 0;
}
.form__input__radio_switch,
.form__input__radio_switch--address {
  display: flex;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  border: 2px solid #f0f0f0;
  border-radius: 100px;
  padding: 6px 3px;
  margin-bottom: 1.25rem;
}
.form__input__radio_switch--address .form__input__radio_switch__input--first:focus-visible + label,
.form__input__radio_switch--address .form__input__radio_switch__input--last:focus-visible + label,
.form__input__radio_switch__input:focus-visible + label {
  outline: 3px solid #169e45;
  outline-offset: 3px;
  outline-offset: 6px;
  border-radius: 100px;
}
@media (prefers-reduced-motion: no-preference) {
  .form__input__radio_switch--address .form__input__radio_switch__input--first:focus-visible + label,
  .form__input__radio_switch--address .form__input__radio_switch__input--last:focus-visible + label,
  .form__input__radio_switch__input:focus-visible + label {
    animation: outline-bounce 0.5s;
  }
}
.form__input__radio_switch--address .form__input__radio_switch__input--first:checked + label,
.form__input__radio_switch--address .form__input__radio_switch__input--last:checked + label,
.form__input__radio_switch__input:checked + label {
  color: #fff;
}
.form__input__radio_switch--address .form__input__radio_switch__input--first:disabled + label,
.form__input__radio_switch--address .form__input__radio_switch__input--last:disabled + label,
.form__input__radio_switch__input:disabled + label {
  cursor: not-allowed;
}
.form__input__radio_switch--address .form__input__radio_switch__input--first:disabled + label:focus,
.form__input__radio_switch--address .form__input__radio_switch__input--first:disabled + label:hover,
.form__input__radio_switch--address .form__input__radio_switch__input--last:disabled + label:focus,
.form__input__radio_switch--address .form__input__radio_switch__input--last:disabled + label:hover,
.form__input__radio_switch__input:disabled + label:focus,
.form__input__radio_switch__input:disabled + label:hover {
  color: #169e45;
}
.form__input__radio_switch--address .form__input__radio_switch__input--first:disabled:checked + label:focus,
.form__input__radio_switch--address .form__input__radio_switch__input--first:disabled:checked + label:hover,
.form__input__radio_switch--address .form__input__radio_switch__input--last:disabled:checked + label:focus,
.form__input__radio_switch--address .form__input__radio_switch__input--last:disabled:checked + label:hover,
.form__input__radio_switch__input:disabled:checked + label:focus,
.form__input__radio_switch__input:disabled:checked + label:hover {
  color: #fff;
}
.form__input__radio_switch--address
  .form__input__radio_switch__input--first:disabled:checked
  ~ .form__input__radio_switch__indicator,
.form__input__radio_switch--address
  .form__input__radio_switch__input--last:disabled:checked
  ~ .form__input__radio_switch__indicator,
.form__input__radio_switch__input:disabled:checked ~ .form__input__radio_switch__indicator {
  opacity: 0.5;
}
.form__input__radio_switch__input--first:not(:disabled):checked ~ .form__input__radio_switch__indicator {
  transform: translate(0);
}
.form__input__radio_switch__input--last:not(:disabled):checked ~ .form__input__radio_switch__indicator {
  transform: translate(65px);
}
.form__input__radio_switch__label {
  width: 65px;
  padding: 4px 0;
  margin: 0;
  color: #169e45;
  font-size: 1rem;
  line-height: 1;
  justify-content: center;
  z-index: 2;
}
.form__input__radio_switch__label:hover {
  color: #fd9b27;
  cursor: pointer;
}
@media print, screen and (min-width: 37.5em) {
  .form__input__radio_switch__label {
    font-size: 1.125rem;
  }
}
.form__input__radio_switch__indicator {
  display: flex;
  position: absolute;
  height: 36px;
  width: 65px;
  background: #169e45;
  border-radius: 100px;
  left: 1px;
  top: 1px;
  transition: transform 0.25s ease-in-out;
}
.form__input__radio_switch--address {
  padding: 0;
}
.form__input__radio_switch--address
  .form__input__radio_switch__input--first:checked
  ~ .form__input__radio_switch__indicator {
  transform: translate(0);
}
.form__input__radio_switch--address
  .form__input__radio_switch__input--last:checked
  ~ .form__input__radio_switch__indicator {
  transform: translate(177px);
}
.form__input__radio_switch--address .form__input__radio_switch__label {
  width: 158px;
  font-size: 1rem;
  padding: 0.625rem 0.9375rem;
}
.form__input__radio_switch--address .form__input__radio_switch__indicator {
  width: 155px;
  left: 2px;
  top: 2px;
}
.form__input__info {
  display: block;
  margin-top: -17px;
  margin-bottom: 1.25rem;
  font-size: 0.75rem;
}
.form__input__toggle_password {
  position: absolute;
  top: 6px;
  right: 2px;
  display: block;
  padding: 8px 20px;
  color: #169e45;
  border-radius: 0;
}
.form__input__toggle_password:focus,
.form__input__toggle_password:hover {
  cursor: pointer;
  color: #fd9b27;
}
.form__input__country_selection {
  position: absolute;
  display: none;
  z-index: 1;
  overflow: auto;
  list-style-type: none;
  background: #fff;
  width: 100%;
  max-height: 200px;
  top: 47px;
  padding: 0;
  margin: 0;
  border: 2px solid #f0f0f0;
  border-radius: 0;
  box-shadow: 3px 3px 3px rgba(14, 16, 16, 0.5);
}
.form__input__country_selection__element {
  cursor: pointer;
  padding: 15px;
}
.form__input__country_selection__element:focus,
.form__input__country_selection__element:hover {
  background: #f0f0f0;
}
.form__input__country_selection__element:last-child {
  border-bottom: 0;
}
.form__input__list {
  list-style: none;
  margin: 0 0 1.25rem;
  overflow: scroll;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.form__input__list::-webkit-scrollbar {
  display: none;
}
@media print, screen and (min-width: 56.25em) {
  .form__input__list {
    overflow: visible;
  }
}
.form__input__list__element {
  display: inline-block;
}
.form__input__list__element:not(:last-child) {
  margin-right: 0.625rem;
}
.form__input__list__element__input:not(:disabled):checked ~ .form__input__list__element__label {
  background: #169e45;
  color: #fff;
}
.form__input__list__element__input:disabled:checked ~ .form__input__list__element__label:focus,
.form__input__list__element__input:disabled:checked ~ .form__input__list__element__label:hover {
  background: #169e45;
}
.form__input__list__element__input:disabled ~ .form__input__list__element__label {
  opacity: 0.5;
  cursor: not-allowed;
}
.form__input__list__element__input:disabled ~ .form__input__list__element__label:focus,
.form__input__list__element__input:disabled ~ .form__input__list__element__label:hover {
  background: inherit;
}
.form__input__list__element__label {
  padding: 0.9375rem 2.5rem;
  margin: 0 10px 0 0;
  border: 2px solid #169e45;
  border-radius: 0;
  line-height: 1;
}
.form__input__list__element__label:focus,
.form__input__list__element__label:hover {
  background: #f0f0f0;
}
.form__input__list__element__label:before {
  content: normal !important;
}
.form__input__valid {
  display: none;
  margin-top: -0.625rem;
  margin-bottom: 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #f83b3a;
  color: #28cb00;
}
.form__input_info__list {
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
  color: #0e1010;
  margin: 0 0 1.25rem;
  font-weight: 700;
}
[data-whatinput='mouse'] .form__input_info__list li {
  outline: 0;
}
.form__input_info__list .button {
  line-height: 1;
  padding: 0.375rem 1.5625rem;
}
.form__input_info__list .button,
.form__input_info__list a {
  display: flex;
}
.form__input_info__list a,
.form__input_info__list button,
.form__input_info__list input,
.form__input_info__list select {
  margin-bottom: 0;
}
.form__input_info__list input {
  display: inline-block;
}
@media print, screen and (min-width: 56.25em) {
  .form__input_info__list {
    margin: initial;
  }
}
.form__input_info__list.password_security_list {
  color: #f83b3a;
  font-size: 0.875rem;
}
.form__input_info__list__item {
  margin: 0 0 0.25rem;
}
.form__input_info__list__item__icon {
  display: none;
  float: left;
  margin: 4px 0.3125rem 0 0;
}
.form__input_info__list__item.is_checked {
  color: #169e45;
}
.form__input_info__list__item.is_checked .icon {
  display: block;
  color: #169e45;
}
.form__submit__button {
  margin: 20px 0;
}
.form__block {
  margin-bottom: 2.5rem;
}
.form__info {
  font-size: 0.875rem;
}
.form .product__buy_form--buybox ul {
  justify-content: space-between;
  margin-left: 0;
}
.form .product__buy_form--buybox ul li {
  list-style: none;
}
.form__shipping_container {
  margin: 0 0 1.25rem;
}
.form__shipping_tile {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  border: 2px solid #f0f0f0;
  line-height: 1.2;
  transition: 0.25s ease-in-out;
}
.form__shipping_tile:hover {
  border: 2px solid #169e45;
}
.form__shipping_tile:hover,
.form__shipping_tile:hover .form__shipping_tile__icon {
  color: #169e45;
  transition: 0.25s ease-in-out;
}
.form__shipping_tile__description {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media screen and (min-width: 75em) {
  .form__shipping_tile__description {
    margin: 0 1.25rem 0 0;
    width: 80%;
  }
}
.form__shipping_tile__icon {
  display: block;
  position: static;
  width: 25px;
  height: 25px;
  margin: 0 1.25rem 0 0;
}
@media screen and (min-width: 75em) {
  .form__shipping_tile__icon {
    position: absolute;
    top: 20px;
    right: 20px;
    margin: initial;
  }
}
input[type='checkbox']:not(.switch__input):not(.form__shipping_tile_input):focus-visible + label:before,
input[type='radio']:not(.form__input__radio_switch__input):not(.form__shipping_tile_input):focus-visible
  + label:before {
  outline: 3px solid #169e45;
  outline-offset: 3px;
}
@media (prefers-reduced-motion: no-preference) {
  input[type='checkbox']:not(.switch__input):not(.form__shipping_tile_input):focus-visible + label:before,
  input[type='radio']:not(.form__input__radio_switch__input):not(.form__shipping_tile_input):focus-visible
    + label:before {
    animation: outline-bounce 0.5s;
  }
}
input[type='checkbox']:not(.switch__input):not(.form__shipping_tile_input) + label:not(:has(button)):before,
input[type='radio']:not([class^='form__input__radio_switch__input']):not(.form__shipping_tile_input)
  + label:not(:has(button)):before {
  content: '';
  display: block;
  float: left;
  border: 2px solid #0e1010;
  background-color: #fff;
  width: 25px;
  height: 25px;
  margin: auto 0.625rem auto 0;
  aspect-ratio: 1/1;
}
input[type='checkbox']:not(.switch__input):not(.form__shipping_tile_input)
  + label:not(:has(button)):focus-visible:before,
input[type='checkbox']:not(.switch__input):not(.form__shipping_tile_input) + label:not(:has(button)):focus:before,
input[type='checkbox']:not(.switch__input):not(.form__shipping_tile_input) + label:not(:has(button)):hover:before,
input[type='radio']:not([class^='form__input__radio_switch__input']):not(.form__shipping_tile_input)
  + label:not(:has(button)):focus-visible:before,
input[type='radio']:not([class^='form__input__radio_switch__input']):not(.form__shipping_tile_input)
  + label:not(:has(button)):focus:before,
input[type='radio']:not([class^='form__input__radio_switch__input']):not(.form__shipping_tile_input)
  + label:not(:has(button)):hover:before {
  border: 2px solid #94c125;
}
input[type='checkbox'].form__shipping_tile_input:checked + .form__shipping_tile {
  border: 2px solid #169e45;
  background: #169e45;
  color: #fff;
}
input[type='checkbox'].form__shipping_tile_input:checked + .form__shipping_tile .form__shipping_tile__description {
  font-weight: 700;
}
input[type='checkbox'].form__shipping_tile_input:checked + .form__shipping_tile .form__shipping_tile__icon {
  color: #fff;
}
input[type='radio'].form__shipping_tile_input:checked + .form__shipping_tile {
  border: 2px solid #169e45;
  background: #169e45;
  color: #fff;
}
input[type='radio'].form__shipping_tile_input:checked + .form__shipping_tile .form__shipping_tile__description {
  font-weight: 700;
}
input[type='radio'].form__shipping_tile_input:checked + .form__shipping_tile .form__shipping_tile__icon {
  color: #fff;
}
.order_type_list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
}
[data-whatinput='mouse'] .order_type_list li {
  outline: 0;
}
.order_type_list .button {
  line-height: 1;
  padding: 0.375rem 1.5625rem;
}
.order_type_list .button,
.order_type_list a {
  display: flex;
}
.order_type_list a,
.order_type_list button,
.order_type_list input,
.order_type_list select {
  margin-bottom: 0;
}
.order_type_list input {
  display: inline-block;
}
@media print, screen and (min-width: 56.25em) {
  .order_type_list {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
  }
  .order_type_list a {
    padding: 0;
  }
}
input[type='checkbox']:disabled + label,
input[type='checkbox'][readonly] + label {
  pointer-events: none;
}
input:-moz-placeholder-shown + label.form__input__label,
textarea:-moz-placeholder-shown + label.form__input__label {
  top: -10px;
  left: 12px;
  width: auto;
  padding: 0 5px;
  background: #fff;
  font-size: 1rem;
}
input:-ms-input-placeholder + label.form__input__label,
textarea:-ms-input-placeholder + label.form__input__label {
  top: -10px;
  left: 12px;
  width: auto;
  padding: 0 5px;
  background: #fff;
  font-size: 1rem;
}
input.js_input--has_value + label.form__input__label,
input:focus + label.form__input__label,
input:not([value='']) ~ label.form__input__label,
input:placeholder-shown + label.form__input__label,
select ~ label.form__input__label,
textarea:not([value='']) + label.form__input__label,
textarea:placeholder-shown + label.form__input__label {
  top: -10px;
  left: 12px;
  width: auto;
  padding: 0 5px;
  background: #fff;
  font-size: 1rem;
}
input:disabled:-moz-placeholder-shown + label.form__input__label {
  background: 0 0;
}
input:disabled:-ms-input-placeholder + label.form__input__label {
  background: 0 0;
}
input.js_input--has_value:disabled + label.form__input__label,
input:disabled:focus + label.form__input__label,
input:disabled:placeholder-shown + label.form__input__label,
input:not([value='']):disabled + label.form__input__label,
select:disabled + label.form__input__label,
textarea:disabled + label.form__input__label {
  background: 0 0;
}
input[type='checkbox']:last-of-type + label,
input[type='radio']:last-of-type + label {
  margin-right: 0;
}
.rating__input,
input[type='checkbox'],
input[type='radio'] {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
input[type='radio']:not(.form__input__radio_switch__input):not(.form__shipping_tile_input) + label:before {
  border-radius: 1000px;
}
input[type='radio']:checked:not(.switch__input):not(.form__input__radio_switch__input) + label:before {
  box-shadow: inset 0 0 0 3px #fff;
  background-color: #169e45;
}
input[type='radio']:disabled:not(.form__input__radio_switch__input) + label:before,
input[type='radio']:disabled:not(.switch__input) + label:before {
  opacity: 0.5;
  cursor: not-allowed;
}
input[type='password'] {
  font-family: caption;
  font-size: 30px;
  letter-spacing: 5px;
}
input[type='checkbox']:checked:not(.switch__input) + label span:not(.form__shipping_tile__description) {
  position: absolute;
  display: flex;
  top: -5px;
  bottom: 0;
  margin: auto 0;
  width: 25px;
  height: 25px;
  transform: rotate(45deg);
}
input[type='checkbox']:checked:not(.switch__input) + label span:not(.form__shipping_tile__description):before {
  content: '';
  position: absolute;
  width: 3px;
  height: 15px;
  background-color: #169e45;
  left: 15px;
  top: 6px;
}
input[type='checkbox']:checked:not(.switch__input) + label span:not(.form__shipping_tile__description):after {
  content: '';
  position: absolute;
  width: 10px;
  height: 3px;
  background-color: #169e45;
  left: 8px;
  top: 18px;
}
input[type='checkbox']:disabled:not(.form__input__radio_switch__input) + label:before,
input[type='checkbox']:disabled:not(.switch__input) + label:before {
  opacity: 0.5;
  cursor: not-allowed;
}
@media screen and (min-width: 75em) {
  .input_group_quantity,
  .input_group_quantity--large {
    margin: 0;
  }
}
.input_group_quantity--large .input_group_quantity__button:first-of-type button.button,
.input_group_quantity .input_group_quantity__button:first-of-type button.button {
  border-right: none;
}
.input_group_quantity--large .input_group_quantity__button:last-of-type,
.input_group_quantity .input_group_quantity__button:last-of-type {
  margin-right: 0;
}
.input_group_quantity--large .input_group_quantity__button:last-of-type button.button,
.input_group_quantity .input_group_quantity__button:last-of-type button.button {
  border-left: none;
}
.input_group_quantity--large .input_group_quantity__button button.button,
.input_group_quantity .input_group_quantity__button button.button {
  padding: 0 0.625rem;
  background: #fff;
  border-color: #0e1010;
  color: #0e1010;
}
.input_group_quantity--large .input_group_quantity__button button.button:focus,
.input_group_quantity--large .input_group_quantity__button button.button:hover,
.input_group_quantity .input_group_quantity__button button.button:focus,
.input_group_quantity .input_group_quantity__button button.button:hover {
  background: #fff;
  color: #94c125;
}
@media print, screen and (max-width: 37.49875em) {
  .input_group_quantity--large .input_group_quantity__button button.button,
  .input_group_quantity .input_group_quantity__button button.button {
    padding: 0 1.25rem;
  }
}
.input_group_quantity--large .input_group_quantity__field,
.input_group_quantity .input_group_quantity__field {
  position: relative;
}
.input_group_quantity--large .input_group_quantity__field input,
.input_group_quantity .input_group_quantity__field input {
  -webkit-appearance: initial;
  width: 100%;
  border: 2px solid #0e1010;
  border-right: none;
  border-left: none;
  height: 2rem;
  margin: 0;
  padding: 0;
  border-radius: 0;
  text-align: center;
}
.input_group_quantity--large .input_group_quantity__field input::-webkit-inner-spin-button,
.input_group_quantity--large .input_group_quantity__field input::-webkit-outer-spin-button,
.input_group_quantity .input_group_quantity__field input::-webkit-inner-spin-button,
.input_group_quantity .input_group_quantity__field input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input_group_quantity--large .input_group_quantity__field input[type='number'],
.input_group_quantity .input_group_quantity__field input[type='number'] {
  -moz-appearance: textfield;
}
.input_group_quantity--large .input_group_quantity__unit,
.input_group_quantity .input_group_quantity__unit {
  position: absolute;
  top: -12px;
  left: -12px;
  font-size: 0.875rem;
  width: auto;
  background-color: #fff;
  padding: 0 0.625rem;
}
.input_group_quantity--large {
  margin-bottom: 0;
}
.input_group_quantity--large .input_group_quantity__button__icon {
  width: 20px;
}
.input_group_quantity--large .input_group_quantity__field input {
  -webkit-appearance: initial;
  height: 2.875rem;
}
.input_group_quantity--large .input_group_quantity__field input::-webkit-inner-spin-button,
.input_group_quantity--large .input_group_quantity__field input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.input_group_quantity--large .input_group_quantity__field input[type='number'] {
  -moz-appearance: textfield;
}
.input_group_quantity--large .input_group_quantity__unit {
  top: -10px;
  right: unset;
}
@media print, screen and (max-width: 37.49875em) {
  .input_group_quantity,
  .input_group_quantity--large {
    margin: 0.625rem 0;
  }
}
.paypal_button_group {
  text-align: end;
}
.search_form,
.search_form--head,
.search_form--orders,
.search_form--wishlist {
  width: 100%;
}
.search_form__group {
  display: flex;
  position: relative;
  margin: 0;
  height: 40px;
}
.search_form__group__input {
  height: 40px;
  padding: 0.625rem 5rem 0.625rem 1.25rem;
  border-color: transparent;
  border-radius: 50px !important;
}
.search_form__group__input:focus-visible {
  border-color: transparent;
}
.search_form__group__button {
  display: flex;
  position: absolute;
  right: 1.25rem;
  top: calc(50% - 17px);
  padding: 0.3125rem;
  background: #fff;
  border-radius: 100%;
  color: #169e45;
}
.search_form__group__button:hover {
  color: #94c125;
}
.search_form__group__button__icon {
  fill: currentColor;
  width: 24px;
  height: 24px;
}
.search_form__group__button--clear {
  position: absolute;
  right: 60px;
}
.search_form--head .search_form__suggest_animation {
  padding: 0 0 0 1rem;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.search_form--head .form__input input,
.search_form--orders .form__input input,
.search_form--wishlist .form__input input,
.search_form .form__input input {
  margin: 0;
}
.search_form__clear_button {
  position: absolute;
  height: 100%;
  right: 45px;
  top: calc(50% - 20px);
}
.search_form__loading_animation {
  z-index: 2;
  position: absolute;
  height: calc(100% - 5px);
  top: calc(50% - 17px);
  right: 65px;
  background: #fff;
  font-size: 10px;
}
.search_form__loading_animation > div {
  background-color: #169e45;
  height: 100%;
  width: 2px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s ease-in-out infinite;
}
.search_form__loading_animation .search_form__loading_animation__item_2 {
  animation-delay: -1.1s;
}
.search_form__loading_animation .search_form__loading_animation__item_3 {
  animation-delay: -1s;
}
.search_form__loading_animation .search_form__loading_animation__item_4 {
  animation-delay: -0.9s;
}
.search_form__loading_animation .search_form__loading_animation__item_5 {
  animation-delay: -0.8s;
}
.search_form__suggest {
  display: block;
  position: absolute;
  width: 100%;
  top: 34px;
  z-index: 3;
  background: #fff;
  border-radius: 0 0 0 0 !important;
  box-shadow: 0 3px 5px rgba(14, 16, 16, 0.5);
  padding: 0;
}
.search_form__suggest__wrapper {
  max-height: 85vh;
  overflow-y: scroll;
}
.search_form__suggest__results {
  padding: 1.25rem 0 0.3125rem;
}
.search_form__suggest__results:last-of-type {
  padding: 1.25rem 0 0;
}
.search_form__suggest__results__headline {
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0 0.625rem 0.3125rem;
}
@media print, screen and (min-width: 56.25em) {
  .search_form__suggest__results__headline {
    padding: 0 1.25rem 0.3125rem;
  }
}
.search_form__suggest__results__list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
.search_form__suggest__results__list__element__title {
  line-height: 1.5;
}
.search_form__suggest__results__list__element__link {
  display: flex;
  padding: 0.625rem;
  color: #169e45;
}
.search_form__suggest__results__list__element__link.is_active,
.search_form__suggest__results__list__element__link:focus,
.search_form__suggest__results__list__element__link:hover {
  background: #f0f0f0;
  color: #169e45;
}
@media print, screen and (min-width: 56.25em) {
  .search_form__suggest__results__list__element__link {
    padding: 0.25rem 1.25rem;
  }
}
.search_form__suggest__results__list__element__link > .grid_x {
  width: 100%;
}
.search_form--orders .search_form__suggest,
.search_form--wishlist .search_form__suggest {
  top: 50px;
  padding: 1.25rem 0;
}
.search_form--orders .search_form__suggest__item:not(:last-of-type),
.search_form--wishlist .search_form__suggest__item:not(:last-of-type) {
  margin-bottom: 1.25rem;
}
.search_form--orders .search_form__loading_animation,
.search_form--wishlist .search_form__loading_animation {
  top: calc(50% - 20px);
  right: 15px;
}
.password_forgotten__info {
  padding: 1.25rem 0;
}
.login_captcha_container {
  margin: 1.25rem auto 0;
}
.login_register_link {
  margin-top: 2.5rem;
}
.create_account__head {
  margin-bottom: 0.625rem;
}
.create_account__address {
  margin-bottom: 1.25rem;
}
.newsletter__info_text {
  margin-top: 1.25rem;
}
.dropdown-country-flag {
  position: static;
  float: right;
  margin: 12px !important;
}
.my_packstation_finder {
  margin: 0 0 1.25rem !important;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
@media print, screen and (min-width: 37.5em) {
  .my_packstation_finder {
    margin: 0 !important;
  }
}
.hide_form {
  display: none;
}
.sap_kdmat {
  margin-top: 0.625rem;
}
.sap_kdmat + label {
  top: 0.625rem;
}
.sap_kdmat:focus + label.form__input__label,
.sap_kdmat:not([value='']) + label.form__input__label {
  top: 0 !important;
}
.checkbox_settings:not(:last-child) {
  margin-bottom: 0.625rem;
}
.checkbox_settings__label {
  font-weight: 700;
}
.checkbox_settings__description {
  margin-left: 35px;
  font-size: 80%;
}
.input_group_quantity--large .input_group_quantity__button:first-of-type button.button,
.input_group_quantity .input_group_quantity__button:first-of-type button.button {
  border-radius: 50px 0 0 50px;
}
.input_group_quantity--large .input_group_quantity__button:last-of-type button.button,
.input_group_quantity .input_group_quantity__button:last-of-type button.button {
  border-radius: 0 50px 50px 0;
}
.search_form__suggest {
  top: 44px;
}
[id^='search_content__filter__search'],
[id^='sliderOutput'] {
  border-radius: 50px;
}
header :focus-visible {
  outline-color: #fd9b27;
}
header.sticky {
  z-index: 10;
}
header.sticky.is_stuck {
  z-index: 101;
}
@media screen and (min-width: 64em) {
  header.is_stuck .head__wrapper__group--logo {
    margin: 0 0 0 1.25rem;
  }
  header.is_stuck .head__wrapper__group__button {
    height: 65px;
    border-radius: 50px;
  }
  header.is_stuck .head__wrapper__group__list__item--navigation {
    display: flex;
  }
  header.is_stuck .sub_head {
    display: none;
  }
}
header .head__wrapper,
header .sub_head__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  max-width: 93.125rem;
}
@media screen and (min-width: 64em) {
  header .head__wrapper,
  header .sub_head__wrapper {
    padding: 0 0.9375rem;
  }
}
header .head,
header .head--blackweek {
  display: flex;
  background: #169e45;
}
header .head--auth :focus-visible {
  outline-color: #169e45;
}
header .head--auth .head__content_wrapper {
  padding: 1.25rem 0;
}
header .head--auth .head__wrapper__group__button .icon_logo_shop--black_week,
header .head--auth .icon_logo_shop,
header .head__wrapper__group__button .head--auth .icon_logo_shop--black_week {
  width: 120px;
  height: 30px;
  fill: #169e45;
}
@media print, screen and (min-width: 56.25em) {
  header .head--auth .head__wrapper__group__button .icon_logo_shop--black_week,
  header .head--auth .icon_logo_shop,
  header .head__wrapper__group__button .head--auth .icon_logo_shop--black_week {
    width: 185px;
    height: 29px;
  }
}
header .head--auth .head__trust_badge_logo {
  width: 30px;
  height: 30px;
}
@media print, screen and (min-width: 56.25em) {
  header .head--auth .head__trust_badge_logo {
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 64em) {
  header .head__wrapper {
    flex-wrap: nowrap;
  }
}
header .head__wrapper__group,
header .head__wrapper__group--end,
header .head__wrapper__group--logo,
header .head__wrapper__group--search_form {
  display: flex;
  width: 33%;
  height: 52px;
  padding: 0 0.9375rem;
  align-items: center;
}
@media screen and (min-width: 64em) {
  header .head__wrapper__group,
  header .head__wrapper__group--end,
  header .head__wrapper__group--logo,
  header .head__wrapper__group--search_form {
    flex: 0 1 auto;
    width: auto;
    height: 100%;
    padding: initial;
  }
}
header .head__wrapper__group--logo {
  justify-content: center;
}
@media screen and (min-width: 64em) {
  header .head__wrapper__group--logo {
    margin: 0 0 0 1.25rem;
  }
}
@media screen and (min-width: 75em) {
  header .head__wrapper__group--logo {
    margin: initial;
  }
}
header .head__wrapper__group--end {
  justify-content: flex-end;
}
header .head__wrapper__group--end header .head__wrapper__group__list__item--navigation:last-of-type,
header .head__wrapper__group--end header .head__wrapper__group__list__item:last-of-type {
  margin: 0 0 0 1.25rem;
}
@media print, screen and (min-width: 56.25em) {
  header .head__wrapper__group--end header .head__wrapper__group__list__item--navigation:last-of-type,
  header .head__wrapper__group--end header .head__wrapper__group__list__item:last-of-type {
    margin: initial;
  }
}
@media screen and (min-width: 64em) {
  header .head__wrapper__group--end {
    order: 3;
  }
}
header .head__wrapper__group--search_form {
  width: 100%;
  align-items: center;
  order: 3;
  border-top: 1px solid #fff;
  padding: 0.3125rem 0.9375rem;
}
@media screen and (min-width: 64em) {
  header .head__wrapper__group--search_form {
    flex: 1 1 auto;
    order: 2;
    padding: 0 2.8125rem;
    border: none;
  }
}
@media screen and (min-width: 75em) {
  header .head__wrapper__group--search_form {
    padding: 0 5rem;
  }
}
header .head__wrapper__group--search_form:focus,
header .head__wrapper__group--search_form:hover {
  cursor: auto;
}
header .head__wrapper__group__button {
  align-items: center;
  justify-content: center;
  line-height: 1;
  align-content: center;
  border-radius: 50px;
}
header .head__wrapper__group__button:focus-visible {
  outline-offset: -3px;
}
header .head__wrapper__group__button:focus,
header .head__wrapper__group__button:hover {
  cursor: pointer;
}
@media screen and (min-width: 64em) {
  header .head__wrapper__group__button {
    height: 85px;
    width: auto;
    order: 1;
  }
}
header .head__wrapper__group__button .icon_logo_shop,
header .head__wrapper__group__button .icon_logo_shop--black_week,
header .head__wrapper__group__button .icon_logo_shop--black_week:active,
header .head__wrapper__group__button .icon_logo_shop--black_week:focus,
header .head__wrapper__group__button .icon_logo_shop--black_week:hover,
header .head__wrapper__group__button .icon_logo_shop:active,
header .head__wrapper__group__button .icon_logo_shop:focus,
header .head__wrapper__group__button .icon_logo_shop:hover {
  color: #fff;
}
header .head__wrapper__group__button .icon_logo_shop--black_week {
  color: initial !important;
}
header .head__wrapper__group__list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
}
header .head__wrapper__group__list__item,
header .head__wrapper__group__list__item--navigation {
  position: relative;
}
[data-whatinput='mouse'] header .head__wrapper__group__list__item,
[data-whatinput='mouse'] header .head__wrapper__group__list__item--navigation {
  outline: 0;
}
header .head__wrapper__group__list__item--navigation:last-of-type:not(:first-of-type),
header .head__wrapper__group__list__item:last-of-type:not(:first-of-type) {
  margin: 0 0 0 0.625rem;
}
@media print, screen and (min-width: 37.5em) {
  header .head__wrapper__group__list__item--navigation:not(:first-of-type),
  header .head__wrapper__group__list__item:not(:first-of-type) {
    margin: 0 0 0 1.25rem !important;
  }
}
@media screen and (min-width: 75em) {
  header .head__wrapper__group__list__item--navigation {
    display: none;
  }
}
header .head__wrapper__group__list__item__button {
  display: flex;
  height: 100%;
  position: relative;
  line-height: 1;
  color: #fff;
  justify-content: center;
  align-items: center;
}
header .head__wrapper__group__list__item__button__icon,
header .head__wrapper__group__list__item__button__icon--nav {
  height: 25px;
  width: 24px;
}
header .head__wrapper__group__list__item__button__icon--nav {
  width: 28px;
  height: 26px;
  display: block;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
}
header .head__wrapper__group__list__item__button__icon--nav__element {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
header .head__wrapper__group__list__item__button__heading,
header .head__wrapper__group__list__item__button__subheading {
  display: none;
  padding-left: 0.625rem;
  line-height: 1.5;
}
@media screen and (min-width: 64em) {
  header .head__wrapper__group__list__item__button__heading,
  header .head__wrapper__group__list__item__button__subheading {
    display: block;
  }
}
header .head__wrapper__group__list__item__button__heading {
  font-weight: 700;
}
header .head__wrapper__group__list__item__button__subheading {
  margin: -6px 0 0;
}
header .head__wrapper__group__list__item__button__notification_wrap {
  position: absolute;
  left: 22px;
  top: -5px;
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  background: #fd9b27;
  border-radius: 100%;
  font-size: 0.75rem;
  font-weight: 700;
}
@media screen and (min-width: 64em) {
  header .head__wrapper__group__list__item__button__notification_wrap {
    left: 22px;
    top: -10px;
    width: 25px;
    height: 25px;
    font-size: 1rem;
  }
}
header .head__wrapper__group__list__item__button__notification_wrap__icon {
  width: 12px;
  height: 12px;
  align-self: center;
}
header .sub_head {
  display: flex;
  background: #f0f0f0;
}
header .sub_head__wrapper .button {
  font-weight: 400;
}
header .sub_head__wrapper__group,
header .sub_head__wrapper__group--right {
  display: flex;
  flex: 1 1 auto;
}
header .sub_head__wrapper__group--right {
  justify-content: flex-end;
  flex: 0 1 auto;
}
header .sub_head__wrapper__group__list {
  line-height: 1;
  align-items: center;
}
header .sub_head__wrapper__group__list a {
  padding: 1.25rem;
}
header .sub_head__wrapper__group__list__item {
  position: relative;
  padding: 12px;
}
header .sub_head__wrapper__group__list__item:active,
header .sub_head__wrapper__group__list__item:focus,
header .sub_head__wrapper__group__list__item:hover {
  cursor: pointer;
}
@media screen and (min-width: 64em) {
  header .sub_head__wrapper__group__list__item {
    padding: initial;
  }
}
header .sub_head__wrapper__group__list__item__button,
header .sub_head__wrapper__group__list__item__button--sale,
header .sub_head__wrapper__group__list__item__button--starter {
  font-family: inherit;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  border-radius: 50px;
  transition: 0.25s ease-out;
  cursor: pointer;
  -webkit-appearance: none;
  display: inline-flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  border: 2px solid transparent;
}
header .sub_head__wrapper__group__list__item__button--sale:active,
header .sub_head__wrapper__group__list__item__button--sale:focus,
header .sub_head__wrapper__group__list__item__button--sale:hover,
header .sub_head__wrapper__group__list__item__button--starter:active,
header .sub_head__wrapper__group__list__item__button--starter:focus,
header .sub_head__wrapper__group__list__item__button--starter:hover,
header .sub_head__wrapper__group__list__item__button:active,
header .sub_head__wrapper__group__list__item__button:focus,
header .sub_head__wrapper__group__list__item__button:hover {
  color: #94c125;
}
header .sub_head__wrapper__group__list__item__button--starter {
  padding: 1rem 1.25rem 1.0625rem 0;
}
header .sub_head__wrapper__group__list__item__button--sale {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 210px;
}
@media screen and (min-width: 81.25em) {
  header .sub_head__wrapper__group__list__item__button--sale {
    max-width: 350px;
  }
}
header .sub_head__wrapper__group__list__item__button__icon--nav {
  position: relative;
}
header .sub_head__wrapper__group__list__item__button__icon--nav__element {
  position: absolute;
}
header .sub_head__wrapper__group__list__item__button__icon--sale.icon {
  float: right;
}
header .sub_head__wrapper__group__list__item__button__nav_title {
  font-weight: 700;
}
header .sub_head__wrapper__group__list__item > .button,
header .sub_head__wrapper__group__list__item__button,
header .sub_head__wrapper__group__list__item__button--sale,
header .sub_head__wrapper__group__list__item__button--starter,
header .sub_head__wrapper__group__list header .sub_head__wrapper__group__list__item > button {
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}
header .sub_head__wrapper__group__list__item .dropdown__panel--comparison:before {
  border-color: transparent transparent #fff;
}
header .sub_head__wrapper__group__list__item--customer_group {
  align-self: center;
}
header .promotion_campaign {
  display: flex;
  justify-content: center;
  align-content: center;
  background-color: #f83b3a;
}
header .promotion_campaign__link {
  display: flex;
  padding: 0.625rem 0 !important;
  gap: 0.3125rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
header .promotion_campaign__link:hover {
  color: #9a0000;
}
header .promotion_campaign__link__icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
header .advantage_bar,
header .advantage_bar--blackweek {
  display: flex;
  justify-content: center;
  background-color: #169e45;
}
header .advantage_bar__list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  gap: 0.625rem;
  width: 93.125rem;
  justify-content: space-around;
}
[data-whatinput='mouse'] header .advantage_bar__list li {
  outline: 0;
}
header .advantage_bar__list .button {
  line-height: 1;
  padding: 0.375rem 1.5625rem;
}
header .advantage_bar__list .button,
header .advantage_bar__list a {
  display: flex;
}
header .advantage_bar__list a,
header .advantage_bar__list button,
header .advantage_bar__list input,
header .advantage_bar__list select {
  margin-bottom: 0;
}
header .advantage_bar__list input {
  display: inline-block;
}
header .advantage_bar__list a {
  padding: 0;
}
header .advantage_bar__list__item__link {
  display: flex;
  align-items: center;
  padding: 0.625rem 0 !important;
  gap: 0.3125rem;
  color: #fff;
  border-radius: 50px;
}
header .advantage_bar__list__item__link:focus,
header .advantage_bar__list__item__link:hover {
  color: #94c125;
}
header .advantage_bar__list__item__link__icon {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
header .advantage_bar--blackweek {
  background-color: #0e1010;
}
.lang_country_selection {
  width: 100%;
}
.lang_country_selection__card:hover {
  border: 2px solid #169e45;
}
@media print, screen and (min-width: 56.25em) {
  .lang_country_selection__divider {
    display: none;
  }
}
.lang_country_selection__heading {
  font-size: 1.125rem;
  font-weight: 700;
}
.lang_country_selection__heading__icon.icon {
  height: 18px;
  margin: 0 0.3125rem 0 0;
}
.lang_country_selection__option {
  display: flex;
  font-weight: 700;
  margin: 0.4125rem 0;
}
.lang_country_selection__option__content_selected,
.lang_country_selection__option__link {
  display: flex;
  width: 100%;
  padding: 0.625rem 0;
  line-height: 1;
  color: #0e1010;
}
.lang_country_selection__option__content_selected:first-child,
.lang_country_selection__option__link:first-child {
  padding: 0 0 0.625rem;
}
.lang_country_selection__option__content_selected:last-child,
.lang_country_selection__option__link:last-child {
  padding: 0.625rem 0 0;
}
.lang_country_selection__option__icon.icon {
  margin: 0 0.3125rem 0 0 !important;
  width: 30px !important;
  height: 30px !important;
}
.lang_country_selection__option__icon--selected.icon {
  margin: 0 0 0 0.3125rem !important;
  color: #28cb00;
}
.lang_country_selection__option:focus .flags_lang-DEU,
.lang_country_selection__option:hover .flags_lang-DEU {
  color: #0e1010;
}
.reveal__list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
}
[data-whatinput='mouse'] .reveal__list li {
  outline: 0;
}
.reveal__list .button {
  line-height: 1;
  padding: 0.375rem 1.5625rem;
}
.reveal__list .button,
.reveal__list a {
  display: flex;
}
.reveal__list a,
.reveal__list button,
.reveal__list input,
.reveal__list select {
  margin-bottom: 0;
}
.reveal__list input {
  display: inline-block;
}
@media print, screen and (min-width: 56.25em) {
  .reveal__list {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 0.625rem;
  }
  .reveal__list a {
    padding: 0;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .reveal__list__item {
    margin-bottom: 1.25rem;
  }
}
.trust_badge {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  margin-bottom: 1.25rem;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: #0e1010;
  position: fixed;
  bottom: 150px;
  z-index: 2;
  right: 0;
}
.trust_badge > :last-child {
  margin-bottom: 0;
}
.trust_badge__section {
  flex: 1 0 auto;
  border: 2px solid #f0f0f0;
  border-radius: 0;
  padding: 1.25rem 1.25rem 0.625rem;
  position: relative;
  box-shadow: 3px 3px 3px hsla(0, 0%, 94.1%, 0.5);
}
.trust_badge__section > :last-child:not(.tf_h1),
.trust_badge__section > :last-child:not(.tf_h2):not(.w84fa0b8c9d7da99d162659e11c5e4028__container__text__headline),
.trust_badge__section > :last-child:not(.tf_h3),
.trust_badge__section > :last-child:not(.tf_h4),
.trust_badge__section > :last-child:not(.tf_h5),
.trust_badge__section > :last-child:not(.tf_h6),
.trust_badge__section > :last-child:not(h1),
.trust_badge__section > :last-child:not(h2),
.trust_badge__section > :last-child:not(h3),
.trust_badge__section > :last-child:not(h4),
.trust_badge__section > :last-child:not(h5),
.trust_badge__section > :last-child:not(h6) {
  margin-bottom: 0;
}
@media print, screen and (min-width: 56.25em) {
  .trust_badge__section {
    padding: 1.25rem;
  }
}
.trust_badge__section:not(:last-child) {
  margin-bottom: 0.625rem;
}
.trust_badge__section__icon {
  width: 40px !important;
  height: 40px !important;
  color: #0e1010;
}
.trust_badge__close {
  font-size: 0;
  top: 0.3125rem;
  right: 0.3125rem;
}
.trust_badge__close .icon {
  width: 12px;
  height: 12px;
}
.security__card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  margin-bottom: 1.25rem;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: #0e1010;
}
.security__card > :last-child {
  margin-bottom: 0;
}
.security__card__content {
  flex: 1 0 auto;
  padding: 0.625rem;
  border: 2px solid #f0f0f0;
  border-radius: 0;
}
.security__card__content > :last-child:not(.tf_h1),
.security__card__content > :last-child:not(.tf_h2):not(.w84fa0b8c9d7da99d162659e11c5e4028__container__text__headline),
.security__card__content > :last-child:not(.tf_h3),
.security__card__content > :last-child:not(.tf_h4),
.security__card__content > :last-child:not(.tf_h5),
.security__card__content > :last-child:not(.tf_h6),
.security__card__content > :last-child:not(h1),
.security__card__content > :last-child:not(h2),
.security__card__content > :last-child:not(h3),
.security__card__content > :last-child:not(h4),
.security__card__content > :last-child:not(h5),
.security__card__content > :last-child:not(h6) {
  margin-bottom: 0;
}
@media print, screen and (min-width: 56.25em) {
  .security__card__content {
    padding: 1.25rem;
  }
}
.security__card__content:active,
.security__card__content:focus,
.security__card__content:hover {
  cursor: pointer;
  border-color: #169e45;
}
@media screen and (min-width: 64em) {
  header.is_stuck .head__wrapper__group__button .icon_logo_shop,
  header.is_stuck .head__wrapper__group__button .icon_logo_shop--black_week {
    width: 130px;
    height: 100%;
  }
}
header .head,
header .head--blackweek {
  background: #94c125;
}
header .head--blackweek {
  background: #0e1010;
}
header .head--blackweek .head__wrapper__group__list__item--navigation > a,
header .head--blackweek .head__wrapper__group__list__item--navigation > button,
header .head--blackweek .head__wrapper__group__list__item > a,
header .head--blackweek .head__wrapper__group__list__item > button {
  background: #fff;
}
header .head--blackweek .head__wrapper__group__list__item--navigation > a svg,
header .head--blackweek .head__wrapper__group__list__item--navigation > button svg,
header .head--blackweek .head__wrapper__group__list__item > a svg,
header .head--blackweek .head__wrapper__group__list__item > button svg {
  fill: #0e1010;
}
header .head--blackweek .head__wrapper__group__list__item--navigation > a svg:hover,
header .head--blackweek .head__wrapper__group__list__item--navigation > button svg:hover,
header .head--blackweek .head__wrapper__group__list__item > a svg:hover,
header .head--blackweek .head__wrapper__group__list__item > button svg:hover {
  fill: #fd9b27;
}
header
  .head--blackweek
  .head__wrapper__group__list__item--navigation
  > a
  .head__wrapper__group__list__item__button__icon--nav__element,
header
  .head--blackweek
  .head__wrapper__group__list__item--navigation
  > button
  .head__wrapper__group__list__item__button__icon--nav__element,
header
  .head--blackweek
  .head__wrapper__group__list__item
  > a
  .head__wrapper__group__list__item__button__icon--nav__element,
header
  .head--blackweek
  .head__wrapper__group__list__item
  > button
  .head__wrapper__group__list__item__button__icon--nav__element {
  background: #0e1010;
}
header .head--blackweek .head__wrapper__group__list__item__button__notification_wrap__icon {
  fill: #fff !important;
}
header .head--blackweek .head__wrapper__group__list__item__button:hover {
  background: #fff !important;
}
header
  .head--blackweek
  .head__wrapper__group__list__item__button:hover
  .head__wrapper__group__list__item__button__icon--nav__element {
  background: #fd9b27 !important;
}
header .head--auth .head__wrapper__group__button .icon_logo_shop--black_week,
header .head--auth .icon_logo_shop,
header .head__wrapper__group__button .head--auth .icon_logo_shop--black_week {
  fill: #94c125;
}
header .head__wrapper__group__button .icon_logo_shop,
header .head__wrapper__group__button .icon_logo_shop--black_week {
  width: 100px;
  height: 52px;
}
@media screen and (min-width: 64em) {
  header .head__wrapper__group__button .icon_logo_shop,
  header .head__wrapper__group__button .icon_logo_shop--black_week {
    width: 130px;
    height: 85px;
  }
}
@media screen and (min-width: 75em) {
  header .head__wrapper__group__button .icon_logo_shop,
  header .head__wrapper__group__button .icon_logo_shop--black_week {
    width: 208px;
  }
}
header .head__wrapper__group__list__item__button {
  height: 35px;
  width: 35px;
  background: #169e45;
  border-radius: 100%;
  padding: 5px;
}
@media screen and (min-width: 64em) {
  header .head__wrapper__group__list__item__button {
    height: 40px;
    width: 40px;
  }
}
header .head__wrapper__group__list__item__button:focus,
header .head__wrapper__group__list__item__button:hover {
  background: #fd9b27;
  transition: 0.25s ease-out;
}
header .head__wrapper__group__list__item__button__icon--nav__element {
  width: 18px;
  left: 4px;
}
header .head__wrapper__group__list__item__button__icon--nav__element:first-child {
  top: 4px;
}
header .head__wrapper__group__list__item__button__icon--nav__element:nth-child(2) {
  top: 11px;
}
header .head__wrapper__group__list__item__button__icon--nav__element:nth-child(3) {
  top: 18px;
}
@media screen and (min-width: 64em) {
  header .head__wrapper__group__list__item__button__icon--nav__element {
    width: 22px;
    left: 4px;
  }
  header .head__wrapper__group__list__item__button__icon--nav__element:first-child {
    top: 5px;
  }
  header .head__wrapper__group__list__item__button__icon--nav__element:nth-child(2) {
    top: 12px;
  }
  header .head__wrapper__group__list__item__button__icon--nav__element:nth-child(3) {
    top: 19px;
  }
}
header .head__wrapper__group__list__item__button__icon--wishlist {
  width: 24px;
  height: 25px;
}
header .sub_head {
  background: 0 0;
}
header .sub_head__wrapper {
  margin-top: 0.625rem;
  padding: 0 0.3125rem;
  background: #f0f0f0;
  border-radius: 50px;
}
header .sub_head__wrapper__group__list__item:not(:last-of-type) {
  margin-right: 0.625rem;
}
header
  .sub_head__wrapper__group__list__item__button--sale:focus
  .sub_head__wrapper__group__list__item__button__icon--nav,
header
  .sub_head__wrapper__group__list__item__button--sale:hover
  .sub_head__wrapper__group__list__item__button__icon--nav,
header
  .sub_head__wrapper__group__list__item__button--starter:focus
  .sub_head__wrapper__group__list__item__button__icon--nav,
header
  .sub_head__wrapper__group__list__item__button--starter:hover
  .sub_head__wrapper__group__list__item__button__icon--nav,
header .sub_head__wrapper__group__list__item__button:focus .sub_head__wrapper__group__list__item__button__icon--nav,
header .sub_head__wrapper__group__list__item__button:hover .sub_head__wrapper__group__list__item__button__icon--nav {
  background: #94c125;
  transition: 0.25s ease-out;
}
header .sub_head__wrapper__group__list__item__button--starter {
  padding: 0.5rem 1rem 0.5rem 0;
}
header .sub_head__wrapper__group__list__item__button--sale {
  background: #f83b3a;
  color: #fff !important;
  padding: 10px 15px !important;
}
header .sub_head__wrapper__group__list__item__button--sale:focus,
header .sub_head__wrapper__group__list__item__button--sale:hover {
  background: #9a0000 !important;
}
header .sub_head__wrapper__group__list__item__button__icon--nav {
  width: 35px;
  height: 35px;
  background: #0e1010;
  border-radius: 100%;
}
header .sub_head__wrapper__group__list__item__button__icon--nav__element {
  width: 22px;
  border-radius: 9px;
  opacity: 1;
  left: 7px;
  height: 3px;
  background: #fff;
  transition: 0.25s ease-in-out;
}
header .sub_head__wrapper__group__list__item__button__icon--nav__element:first-child {
  top: 9px;
}
header .sub_head__wrapper__group__list__item__button__icon--nav__element:nth-child(2) {
  top: 16px;
}
header .sub_head__wrapper__group__list__item__button__icon--nav__element:nth-child(3) {
  top: 23px;
}
.advantage_bar__list__item__link:hover,
header .sub_head__wrapper__group__list__item .button .icon,
header .sub_head__wrapper__group__list__item .button:active,
header .sub_head__wrapper__group__list__item .button:active .icon,
header .sub_head__wrapper__group__list__item .button:focus,
header .sub_head__wrapper__group__list__item .button:focus .icon,
header .sub_head__wrapper__group__list__item .button:hover,
header .sub_head__wrapper__group__list__item .button:hover .icon {
  color: #94c125;
}
.logo_list,
.logo_list--boxed,
.logo_list--boxed_expanded,
.logo_list--circle,
.logo_list--circle_colored,
.logo_list--partner {
  gap: 1.25rem;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.logo_list--boxed_expanded a,
.logo_list--boxed a,
.logo_list--circle_colored a,
.logo_list--circle a,
.logo_list--partner a,
.logo_list a {
  padding: 0 !important;
  color: inherit;
  font-size: 0.75rem;
}
.logo_list--partner .logo_list__item,
.logo_list--partner .logo_list__item--idealo,
.logo_list__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo_list--boxed .logo_list__item__link__icon,
.logo_list--boxed .logo_list__item__link__icon--dhl,
.logo_list--boxed_expanded .logo_list__item__link__icon,
.logo_list--boxed_expanded .logo_list__item__link__icon--dhl,
.logo_list__item__link__icon {
  width: 100px;
  height: 40px;
  padding: 0.3125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  position: relative;
}
.logo_list__item__link__icon__hint {
  position: absolute;
  top: 7px;
  right: 4px;
}
.logo_list__item__link:focus-visible {
  border-radius: 5px;
}
.logo_list--boxed,
.logo_list--boxed_expanded {
  gap: 0.3125rem 0.625rem;
}
.logo_list--boxed .logo_list__item__link__icon,
.logo_list--boxed .logo_list__item__link__icon--dhl,
.logo_list--boxed_expanded .logo_list__item__link__icon,
.logo_list--boxed_expanded .logo_list__item__link__icon--dhl {
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
}
.logo_list--boxed .logo_list__item__link__icon--dhl,
.logo_list--boxed_expanded .logo_list__item__link__icon--dhl {
  background-color: #fc0;
}
.logo_list--boxed_expanded {
  justify-content: space-between;
  gap: 0.3125rem;
}
.logo_list--circle,
.logo_list--circle_colored {
  gap: 0.625rem;
}
.logo_list--circle_colored a,
.logo_list--circle a {
  padding: 0;
}
.logo_list--circle .logo_list--partner .logo_list__item--idealo,
.logo_list--circle .logo_list__item,
.logo_list--circle_colored .logo_list--partner .logo_list__item--idealo,
.logo_list--circle_colored .logo_list__item,
.logo_list--partner .logo_list--circle .logo_list__item--idealo,
.logo_list--partner .logo_list--circle_colored .logo_list__item--idealo {
  border-radius: 100%;
  background-color: #fff;
  padding: 0;
}
.logo_list--boxed .logo_list--circle .logo_list__item__link__icon--dhl,
.logo_list--boxed .logo_list--circle_colored .logo_list__item__link__icon--dhl,
.logo_list--boxed_expanded .logo_list--circle .logo_list__item__link__icon--dhl,
.logo_list--boxed_expanded .logo_list--circle_colored .logo_list__item__link__icon--dhl,
.logo_list--circle .logo_list--boxed .logo_list__item__link__icon--dhl,
.logo_list--circle .logo_list--boxed_expanded .logo_list__item__link__icon--dhl,
.logo_list--circle .logo_list__item__link__icon,
.logo_list--circle_colored .logo_list--boxed .logo_list__item__link__icon--dhl,
.logo_list--circle_colored .logo_list--boxed_expanded .logo_list__item__link__icon--dhl,
.logo_list--circle_colored .logo_list__item__link__icon {
  padding: 0;
  width: 48px;
  height: 48px;
}
.logo_list--circle_colored .logo_list--partner .logo_list__item--idealo,
.logo_list--circle_colored .logo_list__item,
.logo_list--partner .logo_list--circle_colored .logo_list__item--idealo {
  padding: 0.9375rem;
  background-color: #169e45;
}
.logo_list--boxed .logo_list--circle_colored .logo_list__item__link__icon--dhl,
.logo_list--boxed_expanded .logo_list--circle_colored .logo_list__item__link__icon--dhl,
.logo_list--circle_colored .logo_list--boxed .logo_list__item__link__icon--dhl,
.logo_list--circle_colored .logo_list--boxed_expanded .logo_list__item__link__icon--dhl,
.logo_list--circle_colored .logo_list__item__link__icon {
  width: 20px;
  height: 20px;
  fill: #fff;
}
.logo_list--partner {
  gap: 0.625rem;
}
.logo_list--boxed .logo_list--partner .logo_list__item__link__icon--dhl,
.logo_list--boxed_expanded .logo_list--partner .logo_list__item__link__icon--dhl,
.logo_list--partner .logo_list--boxed .logo_list__item__link__icon--dhl,
.logo_list--partner .logo_list--boxed_expanded .logo_list__item__link__icon--dhl,
.logo_list--partner .logo_list__item__link__icon {
  width: 100px;
  height: 50px;
}
.logo_list--partner .logo_list__item--idealo {
  display: flex;
  align-items: center;
}
.logo_list--boxed .logo_list--partner .logo_list__item--idealo .logo_list__item__link__icon--dhl,
.logo_list--boxed_expanded .logo_list--partner .logo_list__item--idealo .logo_list__item__link__icon--dhl,
.logo_list--partner .logo_list__item--idealo .logo_list--boxed .logo_list__item__link__icon--dhl,
.logo_list--partner .logo_list__item--idealo .logo_list--boxed_expanded .logo_list__item__link__icon--dhl,
.logo_list--partner .logo_list__item--idealo .logo_list__item__link__icon {
  background: #0a3761;
  border-radius: 100%;
  height: 45px;
  width: 45px;
  padding: 0.3125rem;
}
.logo_list--partner .logo_list__item--idealo .icon_logo_list__description,
.logo_list__item .icon_logo_list__description {
  font-size: 0.75rem;
}
.product__manufacturer {
  margin-bottom: 0.625rem;
  border-radius: 50px;
}
.product__manufacturer__logo {
  width: auto;
  height: 24px;
  max-height: 24px;
}
.product__title {
  color: #0e1010;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0.625rem;
}
.product__options,
.product__options--buy_box {
  gap: 0.625rem;
  align-items: center;
  margin: 0 0 0.625rem;
}
.product__options--buy_box a,
.product__options a {
  padding: 0;
}
.product__options--buy_box .button_comparison__icon,
.product__options .button_comparison__icon {
  float: left;
  margin: 0 0.625rem 0 0;
}
.product__options--buy_box {
  margin: 0 0 2.5rem;
  justify-content: space-between;
}
.product__image {
  display: flex;
  justify-content: center;
}
.product__image__link {
  display: block;
}
.product__image__link__placeholder.icon {
  max-width: 150px;
  max-height: 150px;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  color: #8a8a8a;
}
.product__image__link__placeholder--shipment_tracking {
  max-width: 75px;
  max-height: 75px;
}
.product__price,
.product__price--large,
.product__price--small {
  font-weight: 900;
  color: #0e1010;
  margin-bottom: 0.625rem;
}
.product__price--small .price__wrapper__euro {
  font-size: 25px;
}
.product__price--small .price__wrapper__cent {
  font-size: 20px;
}
.product__price--small .price__base {
  margin: 0;
}
.product__price--large .price__wrapper__euro {
  font-size: 40px;
}
.product__price--large .price__wrapper__cent {
  font-size: 20px;
}
.product__price--large .price__base {
  margin: 0;
}
@media print, screen and (min-width: 56.25em) {
  .product__price--small .price__wrapper__euro {
    font-size: 25px;
  }
  .product__price--small .price__wrapper__cent {
    font-size: 20px;
  }
  .product__price--small .price__base {
    margin: 0;
  }
  .product__price--large .price__wrapper__euro {
    font-size: 40px;
  }
  .product__price--large .price__wrapper__cent {
    font-size: 20px;
  }
  .product__price--large .price__base {
    margin: 0;
  }
}
.product__price--small + .product__price__shipping_cost,
.product__price--small + .product__price__shipping_cost--free {
  font-size: 0.875rem;
}
.product__price__label {
  position: relative;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  padding: 0.3125rem 0.625rem;
  border-radius: 0;
  font-size: 0.875rem;
  line-height: 1;
  white-space: nowrap;
  gap: 0.625rem;
  background: #169e45;
  width: -moz-min-content;
  width: min-content;
  background-color: #f83b3a;
  color: #fff;
  border-radius: 50px;
  margin-bottom: 0.3125rem;
}
@media print, screen and (min-width: 56.25em) {
  .product__price__label {
    font-size: 0.875rem;
  }
}
.product__price__wrapper,
.product__price__wrapper--graduate_price,
.product__price__wrapper--sale,
.product__price__wrapper__uvp {
  display: flex;
  align-items: baseline;
}
.product__price__wrapper__euro {
  font-size: 35px;
  line-height: 1;
}
@media print, screen and (min-width: 56.25em) {
  .product__price__wrapper__euro {
    font-size: 35px;
  }
}
.product__price__wrapper__cent {
  font-size: 25px;
  line-height: 1;
}
@media print, screen and (min-width: 56.25em) {
  .product__price__wrapper__cent {
    font-size: 25px;
  }
}
.product__price__wrapper__uvp {
  font-weight: 700;
  text-decoration: line-through;
  font-size: 1rem;
  padding-right: 0.625rem;
}
.product__price__wrapper--sale .product__price__wrapper__cent,
.product__price__wrapper--sale .product__price__wrapper__euro {
  color: #f83b3a;
}
.product__price__wrapper--graduate_price {
  font-weight: 400;
}
.product__price__base,
.product__price__min,
.product__price__single {
  font-weight: 400;
  font-size: 0.75rem;
}
.product__price__base {
  margin: 0;
}
.product__price__voucher {
  color: #f83b3a;
}
.product__shipping_cost {
  margin-top: -0.3125rem;
  display: flex;
  flex-flow: row wrap;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
  font-size: 0.875rem;
}
.product__shipping_cost__price--free {
  color: #28cb00;
  font-weight: 700;
}
.product__shipping_cost__details__icon {
  width: 48px;
  height: 48px;
  margin: 0 auto;
}
.product__availability .product__availability__value--allocation:before,
.product__availability .product__availability__value--available:before,
.product__availability .product__availability__value--available_at:before,
.product__availability .product__availability__value--available_long_shipping:before,
.product__availability .product__availability__value--available_onorder:before,
.product__availability .product__availability__value--not_obtainable:before,
.product__availability .product__availability__value--soldout:before,
.product__availability .product__availability__value--unknown:before,
.product__availability .product__availability__value--whilestockslast:before,
.product__availability .product__availability__value:before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 0.3125rem;
  border-radius: 100%;
}
.product__availability__value--available:before,
.product__availability__value--available_onorder:before,
.product__availability__value--whilestockslast:before {
  background: #28cb00;
}
.product__availability__value--allocation:before,
.product__availability__value--available_at:before,
.product__availability__value--available_long_shipping:before {
  background: #f2930c;
}
.product__availability__value--not_obtainable:before,
.product__availability__value--soldout:before,
.product__availability__value--unknown:before {
  background: #f83b3a;
}
.product__condition {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  -moz-column-gap: 0.3125rem;
  column-gap: 0.3125rem;
  margin-bottom: 0.3125rem;
}
.product__energyefficiency,
.product__energyefficiency--buy_box {
  display: flex;
  align-items: center;
  flex-flow: wrap;
  -moz-column-gap: 0.625rem;
  column-gap: 0.625rem;
  row-gap: 0.3125rem;
}
.product__energyefficiency__logo {
  cursor: pointer;
  width: 60px;
  height: 32px;
}
.product__energyefficiency__logo__icon {
  width: 100%;
  height: 100%;
}
.product__energyefficiency__logo__fallback,
.product__energyefficiency__logo__fallback--level_0,
.product__energyefficiency__logo__fallback--level_1,
.product__energyefficiency__logo__fallback--level_2,
.product__energyefficiency__logo__fallback--level_3,
.product__energyefficiency__logo__fallback--level_4,
.product__energyefficiency__logo__fallback--level_5,
.product__energyefficiency__logo__fallback--level_6,
.product__energyefficiency__logo__fallback--level_7 {
  position: relative;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  width: 100%;
  height: 100%;
  margin: 0 0 0 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product__energyefficiency__logo__fallback--level_0:before,
.product__energyefficiency__logo__fallback--level_1:before,
.product__energyefficiency__logo__fallback--level_2:before,
.product__energyefficiency__logo__fallback--level_3:before,
.product__energyefficiency__logo__fallback--level_4:before,
.product__energyefficiency__logo__fallback--level_5:before,
.product__energyefficiency__logo__fallback--level_6:before,
.product__energyefficiency__logo__fallback--level_7:before,
.product__energyefficiency__logo__fallback:before {
  content: '';
  position: absolute;
  border-width: 16px 0 16px 15px;
  border-style: solid;
  right: 53px;
  top: 0;
  transform: rotate(180deg);
}
.product__energyefficiency__logo__fallback--level_0 {
  background: #939598;
}
.product__energyefficiency__logo__fallback--level_0:before {
  border-color: transparent transparent transparent #939598;
}
.product__energyefficiency__logo__fallback--level_1 {
  background: #009640;
}
.product__energyefficiency__logo__fallback--level_1:before {
  border-color: transparent transparent transparent #009640;
}
.product__energyefficiency__logo__fallback--level_2 {
  background: #51ae32;
}
.product__energyefficiency__logo__fallback--level_2:before {
  border-color: transparent transparent transparent #51ae32;
}
.product__energyefficiency__logo__fallback--level_3 {
  background: #c7d300;
}
.product__energyefficiency__logo__fallback--level_3:before {
  border-color: transparent transparent transparent #c7d300;
}
.product__energyefficiency__logo__fallback--level_4 {
  background: #ffed00;
}
.product__energyefficiency__logo__fallback--level_4:before {
  border-color: transparent transparent transparent #ffed00;
}
.product__energyefficiency__logo__fallback--level_5 {
  background: #fbb900;
}
.product__energyefficiency__logo__fallback--level_5:before {
  border-color: transparent transparent transparent #fbb900;
}
.product__energyefficiency__logo__fallback--level_6 {
  background: #ec6607;
}
.product__energyefficiency__logo__fallback--level_6:before {
  border-color: transparent transparent transparent #ec6607;
}
.product__energyefficiency__logo__fallback--level_7 {
  background: #e30513;
}
.product__energyefficiency__logo__fallback--level_7:before {
  border-color: transparent transparent transparent #e30513;
}
.product__energyefficiency--buy_box .product__energyefficiency__logo {
  width: 75px;
  height: 40px;
}
.product__energyefficiency--buy_box .product__energyefficiency__logo__fallback_logo {
  font-size: 1.5625rem;
}
.product__energyefficiency--buy_box .product__energyefficiency__logo__fallback_logo:before {
  border-width: 20px 0 20px 15px;
  right: 68px;
}
.product__label_info {
  margin: 0 0 0 0.625rem;
}
.product__advise__list {
  padding: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
  margin: 0 0 1.25rem;
}
[data-whatinput='mouse'] .product__advise__list li {
  outline: 0;
}
.product__advise__list .button {
  line-height: 1;
  padding: 0.375rem 1.5625rem;
}
.product__advise__list .button,
.product__advise__list a {
  display: flex;
}
.product__advise__list a,
.product__advise__list button,
.product__advise__list input,
.product__advise__list select {
  margin-bottom: 0;
}
.product__advise__list input {
  display: inline-block;
}
.product__advise__list a {
  padding: 0;
}
.product__service {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: #0e1010;
  margin-bottom: 0;
}
.product__service > :last-child {
  margin-bottom: 0;
}
.product__service__content,
.product__service__content--free {
  flex: 1 0 auto;
  padding: 0.625rem;
  border: 2px solid #f0f0f0;
  border-radius: 0;
  background: #e6e6e6;
}
.product__service__content--free > :last-child:not(.tf_h1),
.product__service__content--free
  > :last-child:not(.tf_h2):not(.w84fa0b8c9d7da99d162659e11c5e4028__container__text__headline),
.product__service__content--free > :last-child:not(.tf_h3),
.product__service__content--free > :last-child:not(.tf_h4),
.product__service__content--free > :last-child:not(.tf_h5),
.product__service__content--free > :last-child:not(.tf_h6),
.product__service__content--free > :last-child:not(h1),
.product__service__content--free > :last-child:not(h2),
.product__service__content--free > :last-child:not(h3),
.product__service__content--free > :last-child:not(h4),
.product__service__content--free > :last-child:not(h5),
.product__service__content--free > :last-child:not(h6),
.product__service__content > :last-child:not(.tf_h1),
.product__service__content > :last-child:not(.tf_h2):not(.w84fa0b8c9d7da99d162659e11c5e4028__container__text__headline),
.product__service__content > :last-child:not(.tf_h3),
.product__service__content > :last-child:not(.tf_h4),
.product__service__content > :last-child:not(.tf_h5),
.product__service__content > :last-child:not(.tf_h6),
.product__service__content > :last-child:not(h1),
.product__service__content > :last-child:not(h2),
.product__service__content > :last-child:not(h3),
.product__service__content > :last-child:not(h4),
.product__service__content > :last-child:not(h5),
.product__service__content > :last-child:not(h6) {
  margin-bottom: 0;
}
@media print, screen and (min-width: 56.25em) {
  .product__service__content,
  .product__service__content--free {
    padding: 1.25rem;
  }
}
.product__service__content__info_free {
  display: inline;
  color: #28cb00;
  font-weight: 700;
  margin-left: 0.625rem;
}
.product__service__content--free label,
.product__service__content label {
  font-size: 1.125rem;
}
.product__service__content--free input[type='checkbox']:not(.switch__input) + label:before {
  border: none !important;
}
.product__comparison__attributes__group:nth-child(odd) {
  background: #f0f0f0;
}
.product__countdown {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.product,
.product--bazaar {
  container: product/inline-size;
  margin: -8px;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media print, screen and (min-width: 56.25em) {
  .product,
  .product--bazaar {
    margin: -10px;
  }
}
.product__main_infos {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}
@media print, screen and (min-width: 56.25em) {
  .product__main_infos {
    gap: 1.25rem;
  }
}
.product__main_infos__purchase {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media print, screen and (min-width: 56.25em) {
  .product__main_infos__purchase {
    gap: 1.25rem;
  }
}
@container product (min-width:0px) {
  .product--bazaar .product__actions,
  .product--bazaar .product__image,
  .product--bazaar .product__indicators,
  .product--bazaar .product__main_infos,
  .product--bazaar .product__meta_options,
  .product .product__actions,
  .product .product__image,
  .product .product__indicators,
  .product .product__main_infos,
  .product .product__meta_options {
    width: calc(100% - 16px);
    margin: 8px;
  }
  @media print, screen and (min-width: 56.25em) {
    .product--bazaar .product__actions,
    .product--bazaar .product__image,
    .product--bazaar .product__indicators,
    .product--bazaar .product__main_infos,
    .product--bazaar .product__meta_options,
    .product .product__actions,
    .product .product__image,
    .product .product__indicators,
    .product .product__main_infos,
    .product .product__meta_options {
      width: calc(100% - 20px);
      margin: 0.625rem;
    }
  }
  .product--bazaar .product__main_infos__purchase,
  .product .product__main_infos__purchase {
    width: calc(100% - 16px);
    margin: 8px;
    order: 2;
  }
  @media print, screen and (min-width: 56.25em) {
    .product--bazaar .product__main_infos__purchase,
    .product .product__main_infos__purchase {
      width: calc(100% - 20px);
      margin: 0.625rem;
    }
  }
  .product--bazaar .product__main_infos__features,
  .product .product__main_infos__features {
    width: calc(100% - 16px);
    margin: 8px;
    order: 1;
  }
  @media print, screen and (min-width: 56.25em) {
    .product--bazaar .product__main_infos__features,
    .product .product__main_infos__features {
      width: calc(100% - 20px);
      margin: 0.625rem;
    }
  }
}
@container product (min-width:355px) {
  .product--bazaar .product__actions,
  .product--bazaar .product__indicators,
  .product--bazaar .product__meta_options,
  .product .product__actions,
  .product .product__indicators,
  .product .product__meta_options {
    width: calc(100% - 16px);
    margin: 8px;
  }
  @media print, screen and (min-width: 56.25em) {
    .product--bazaar .product__actions,
    .product--bazaar .product__indicators,
    .product--bazaar .product__meta_options,
    .product .product__actions,
    .product .product__indicators,
    .product .product__meta_options {
      width: calc(100% - 20px);
      margin: 0.625rem;
    }
  }
  .product--bazaar .product__indicators,
  .product .product__indicators {
    order: 1;
  }
  .product--bazaar .product__image,
  .product .product__image {
    width: calc(30% - 16px);
    margin: 8px;
    order: 3;
  }
  @media print, screen and (min-width: 56.25em) {
    .product--bazaar .product__image,
    .product .product__image {
      width: calc(30% - 20px);
      margin: 0.625rem;
    }
  }
  .product--bazaar .product__meta_options,
  .product .product__meta_options {
    order: 2;
  }
  .product--bazaar .product__main_infos,
  .product .product__main_infos {
    width: calc(70% - 16px);
    margin: 8px;
    order: 4;
  }
  @media print, screen and (min-width: 56.25em) {
    .product--bazaar .product__main_infos,
    .product .product__main_infos {
      width: calc(70% - 20px);
      margin: 0.625rem;
    }
  }
  .product--bazaar .product__main_infos__purchase,
  .product .product__main_infos__purchase {
    width: calc(100% - 16px);
    margin: 8px;
    order: 2;
  }
  @media print, screen and (min-width: 56.25em) {
    .product--bazaar .product__main_infos__purchase,
    .product .product__main_infos__purchase {
      width: calc(100% - 20px);
      margin: 0.625rem;
    }
  }
  .product--bazaar .product__main_infos__features,
  .product .product__main_infos__features {
    width: calc(100% - 16px);
    margin: 8px;
    order: 1;
  }
  @media print, screen and (min-width: 56.25em) {
    .product--bazaar .product__main_infos__features,
    .product .product__main_infos__features {
      width: calc(100% - 20px);
      margin: 0.625rem;
    }
  }
  .product--bazaar .product__actions,
  .product .product__actions {
    order: 5;
  }
}
@container product (min-width:600px) {
  .product--bazaar .product__actions,
  .product--bazaar .product__indicators,
  .product--bazaar .product__meta_options,
  .product .product__actions,
  .product .product__indicators,
  .product .product__meta_options {
    width: calc(100% - 16px);
    margin: 8px;
  }
  @media print, screen and (min-width: 56.25em) {
    .product--bazaar .product__actions,
    .product--bazaar .product__indicators,
    .product--bazaar .product__meta_options,
    .product .product__actions,
    .product .product__indicators,
    .product .product__meta_options {
      width: calc(100% - 20px);
      margin: 0.625rem;
    }
  }
  .product--bazaar .product__indicators,
  .product .product__indicators {
    order: 1;
  }
  .product--bazaar .product__image,
  .product .product__image {
    width: calc(25% - 16px);
    margin: 8px;
    order: 3;
  }
  @media print, screen and (min-width: 56.25em) {
    .product--bazaar .product__image,
    .product .product__image {
      width: calc(25% - 20px);
      margin: 0.625rem;
    }
  }
  .product--bazaar .product__meta_options,
  .product .product__meta_options {
    order: 2;
  }
  .product--bazaar .product__main_infos,
  .product .product__main_infos {
    width: calc(75% - 16px);
    margin: 8px;
    order: 4;
  }
  @media print, screen and (min-width: 56.25em) {
    .product--bazaar .product__main_infos,
    .product .product__main_infos {
      width: calc(75% - 20px);
      margin: 0.625rem;
    }
  }
  .product--bazaar .product__main_infos__purchase,
  .product .product__main_infos__purchase {
    width: calc(50% - 16px);
    margin: 8px;
    order: 2;
  }
  @media print, screen and (min-width: 56.25em) {
    .product--bazaar .product__main_infos__purchase,
    .product .product__main_infos__purchase {
      width: calc(50% - 20px);
      margin: 0.625rem;
    }
  }
  .product--bazaar .product__main_infos__features,
  .product .product__main_infos__features {
    width: auto;
    flex: 1 1 0;
    margin: 8px;
    order: 1;
  }
  @media print, screen and (min-width: 56.25em) {
    .product--bazaar .product__main_infos__features,
    .product .product__main_infos__features {
      margin: 0.625rem;
    }
  }
  .product--bazaar .product__actions,
  .product .product__actions {
    order: 5;
  }
}
.product--bazaar {
  container: product_bazaar/inline-size;
  margin: 0;
}
.product--bazaar .product__main_infos__purchase {
  display: flex;
  flex-flow: row wrap;
  gap: unset;
}
@container product_bazaar (min-width:0px) {
  .product--bazaar .product__actions,
  .product--bazaar .product__image,
  .product--bazaar .product__indicators,
  .product--bazaar .product__main_infos,
  .product--bazaar .product__meta_options,
  .product .product__actions,
  .product .product__image,
  .product .product__indicators,
  .product .product__main_infos,
  .product .product__meta_options {
    width: 100%;
  }
  .product--bazaar .product__main_infos__purchase,
  .product .product__main_infos__purchase {
    width: 100%;
    order: 2;
  }
  .product--bazaar .product__main_infos__purchase__price,
  .product .product__main_infos__purchase__price {
    width: calc(100% - 16px);
    margin: 8px;
    order: 1;
  }
  @media print, screen and (min-width: 56.25em) {
    .product--bazaar .product__main_infos__purchase__price,
    .product .product__main_infos__purchase__price {
      width: calc(100% - 20px);
      margin: 0.625rem;
    }
  }
  .product--bazaar .product__main_infos__purchase__atp,
  .product .product__main_infos__purchase__atp {
    width: calc(100% - 16px);
    margin: 8px;
    order: 2;
  }
  @media print, screen and (min-width: 56.25em) {
    .product--bazaar .product__main_infos__purchase__atp,
    .product .product__main_infos__purchase__atp {
      width: calc(100% - 20px);
      margin: 0.625rem;
    }
  }
  .product--bazaar .product__main_infos__purchase__cta_quantity,
  .product .product__main_infos__purchase__cta_quantity {
    width: calc(100% - 16px);
    margin: 8px;
    order: 3;
  }
  @media print, screen and (min-width: 56.25em) {
    .product--bazaar .product__main_infos__purchase__cta_quantity,
    .product .product__main_infos__purchase__cta_quantity {
      width: calc(100% - 20px);
      margin: 0.625rem;
    }
  }
  .product--bazaar .product__main_infos__features,
  .product .product__main_infos__features {
    width: 100%;
    order: 1;
  }
}
@container product_bazaar (min-width:430px) {
  .product--bazaar .product__indicators,
  .product--bazaar .product__main_infos,
  .product--bazaar .product__meta_options,
  .product .product__indicators,
  .product .product__main_infos,
  .product .product__meta_options {
    width: 100%;
  }
  .product--bazaar .product__indicators,
  .product .product__indicators {
    order: 1;
  }
  .product--bazaar .product__image,
  .product .product__image {
    width: 25%;
    order: 3;
  }
  .product--bazaar .product__meta_options,
  .product .product__meta_options {
    order: 2;
  }
  .product--bazaar .product__main_infos,
  .product .product__main_infos {
    order: 3;
  }
  .product--bazaar .product__main_infos__purchase,
  .product .product__main_infos__purchase {
    width: 100%;
    order: 2;
  }
  .product--bazaar .product__main_infos__purchase__price,
  .product .product__main_infos__purchase__price {
    width: auto;
    flex: 0 0 auto;
    margin: 8px;
    order: 2;
  }
  @media print, screen and (min-width: 56.25em) {
    .product--bazaar .product__main_infos__purchase__price,
    .product .product__main_infos__purchase__price {
      margin: 0.625rem;
    }
  }
  .product--bazaar .product__main_infos__purchase__atp,
  .product .product__main_infos__purchase__atp {
    width: auto;
    flex: 1 1 0;
    margin: 8px;
    order: 1;
  }
  @media print, screen and (min-width: 56.25em) {
    .product--bazaar .product__main_infos__purchase__atp,
    .product .product__main_infos__purchase__atp {
      margin: 0.625rem;
    }
  }
  .product--bazaar .product__main_infos__purchase_cta_quantity,
  .product .product__main_infos__purchase_cta_quantity {
    width: calc(100% - 16px);
    margin: 8px;
    order: 3;
  }
  @media print, screen and (min-width: 56.25em) {
    .product--bazaar .product__main_infos__purchase_cta_quantity,
    .product .product__main_infos__purchase_cta_quantity {
      width: calc(100% - 20px);
      margin: 0.625rem;
    }
  }
  .product--bazaar .product__main_infos__features,
  .product .product__main_infos__features {
    width: auto;
    flex: 1 1 0;
    margin: 8px;
    order: 1;
  }
  @media print, screen and (min-width: 56.25em) {
    .product--bazaar .product__main_infos__features,
    .product .product__main_infos__features {
      margin: 0.625rem;
    }
  }
  .product--bazaar .product__actions,
  .product .product__actions {
    width: 100%;
    order: 4;
  }
}
.last_products {
  margin-top: 2.5rem;
}
.condition__second_choice {
  color: #169e45;
}
.reveal,
.reveal--collapse,
.reveal--full,
.reveal--large,
.reveal--small,
.reveal--tiny {
  right: auto;
  left: auto;
  margin: 0 auto;
}
.swiper__container {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  margin-bottom: 2.5rem;
  position: relative;
  list-style: none;
  overflow: hidden;
  z-index: 1;
}
.swiper__container--cms_manufacturer .swiper__slide__wrapper,
.swiper__container--cms_manufacturer .swiper__slide__wrapper:hover {
  border: none;
}
.swiper__container--cms_teaser {
  padding: 0;
  margin: 1.25rem 0;
}
@media screen and (min-width: 75em) {
  .swiper__container--cms_teaser {
    margin: 1.25rem 0 2.5rem;
  }
}
.swiper__container--cms_teaser img {
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 180px;
}
@media print, screen and (min-width: 37.5em) {
  .swiper__container--cms_teaser img {
    max-height: 300px;
  }
}
@media print, screen and (min-width: 56.25em) {
  .swiper__container--cms_teaser img {
    max-height: 450px;
  }
}
.swiper__container--cms_teaser .swiper__slide__wrapper {
  border: none;
  padding: 0;
}
.swiper__container--cms_teaser .swiper__slide__wrapper:hover {
  border: none;
}
.swiper__container--cms_custom_campaign .swiper__slide {
  width: 100%;
}
.swiper__container--cms_custom_campaign .swiper__slide__wrapper {
  border: none;
  padding: 0;
}
.swiper__container--cms_custom_campaign .swiper__slide__wrapper:hover {
  border: none;
}
.swiper__container--android .swiper__slide,
.swiper__container .swiper__wrapper {
  transform: translateZ(0);
}
.swiper__container--css-mode > .swiper__wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper__container--css-mode > .swiper__wrapper::-webkit-scrollbar {
  display: none;
}
.swiper__container--css-mode > .swiper__wrapper .swiper__slide {
  scroll-snap-align: start start;
}
.swiper__container .content_loading_animation {
  height: 32px;
}
.swiper__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform, height;
  box-sizing: content-box;
}
.swiper__slide {
  flex-shrink: 0;
  height: auto;
  position: relative;
  transition-property: transform;
  width: 220px;
  text-align: center;
}
@media print, screen and (min-width: 56.25em) {
  .swiper__slide {
    width: 270px;
  }
}
.swiper__slide__wrapper {
  display: flex;
  flex-direction: column;
  padding: 20px;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid #f0f0f0;
  border-radius: 8px;
}
.swiper__slide__wrapper:focus-visible {
  outline-offset: -3px;
}
.swiper__slide__wrapper:hover {
  border: 2px solid #94c125;
}
.swiper__slide__wrapper:focus-visible .swiper__slide__wrapper__title,
.swiper__slide__wrapper:hover .swiper__slide__wrapper__title {
  color: #94c125;
}
.swiper__slide__wrapper__countdown .product__label--dailydeal,
.swiper__slide__wrapper__countdown .product__label--deals_blackweek {
  font-size: 11px;
  margin: 0 0 0 -23px;
  padding: 4px 8px;
  height: 25px;
}
@media print, screen and (min-width: 56.25em) {
  .swiper__slide__wrapper__countdown .product__label--dailydeal,
  .swiper__slide__wrapper__countdown .product__label--deals_blackweek {
    font-size: 0.875rem;
    height: 32px;
    margin: 0 0 0 -22px;
  }
}
.swiper__slide__wrapper__countdown .product__label--dailydeal .icon,
.swiper__slide__wrapper__countdown .product__label--deals_blackweek .icon {
  width: 11px;
  height: 11px;
}
@media print, screen and (min-width: 56.25em) {
  .swiper__slide__wrapper__countdown .product__label--dailydeal .icon,
  .swiper__slide__wrapper__countdown .product__label--deals_blackweek .icon {
    width: 14px;
    height: 14px;
  }
}
.swiper__slide__wrapper__countdown .product__label--dailydeal:before,
.swiper__slide__wrapper__countdown .product__label--deals_blackweek:before {
  left: -10px;
  border-top: 24px solid #f83b3a;
  border-left: 10px solid transparent;
}
@media print, screen and (min-width: 56.25em) {
  .swiper__slide__wrapper__countdown .product__label--dailydeal:before,
  .swiper__slide__wrapper__countdown .product__label--deals_blackweek:before {
    left: -12px;
    border-top: 32px solid #f83b3a;
    border-left: 12px solid transparent;
  }
}
.swiper__slide__wrapper__countdown .product__label--dailydeal:after,
.swiper__slide__wrapper__countdown .product__label--deals_blackweek:after {
  left: -10px;
  border-left: 10px solid transparent;
}
@media print, screen and (min-width: 56.25em) {
  .swiper__slide__wrapper__countdown .product__label--dailydeal:after,
  .swiper__slide__wrapper__countdown .product__label--deals_blackweek:after {
    left: -12px;
    border-left: 12px solid transparent;
  }
}
.swiper__slide__wrapper__countdown .product__label--deals_blackweek:before {
  border-top: 24px solid #0e1010;
}
@media print, screen and (min-width: 56.25em) {
  .swiper__slide__wrapper__countdown .product__label--deals_blackweek:before {
    border-top: 32px solid #0e1010;
  }
}
.swiper__slide__wrapper__image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 190px;
}
@media print, screen and (min-width: 56.25em) {
  .swiper__slide__wrapper__image {
    height: 250px;
  }
}
.swiper__slide__wrapper__image--manufacturer {
  height: 80px;
}
.swiper__slide__wrapper__image .product__image__link__placeholder--shipment_tracking,
.swiper__slide__wrapper__image .product__image__placeholder {
  max-width: 80px;
  max-height: 80px;
}
.swiper__slide__wrapper__title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #0e1010;
  margin-bottom: 10px;
  font-weight: 700;
}
.swiper__slide__wrapper__rating {
  display: flex;
  margin: 0 0 0.625rem;
  justify-content: center;
}
.swiper__slide__wrapper__rating .rating {
  display: flex;
}
.swiper__slide__wrapper__cta {
  display: flex;
  flex: 1 1 auto;
}
.swiper__slide__wrapper__cta__item {
  flex: 1 1 auto;
  align-self: flex-end;
}
.swiper__slide__teaser_label {
  position: absolute;
  left: 25px;
  bottom: 35px;
}
@media print, screen and (min-width: 37.5em) {
  .swiper__slide__teaser_label {
    left: 46px;
    bottom: 66px;
  }
}
@media print, screen and (min-width: 56.25em) {
  .swiper__slide__teaser_label {
    left: 55px;
    bottom: 85px;
  }
}
@media screen and (min-width: 75em) {
  .swiper__slide__teaser_label {
    left: 75px;
    bottom: 120px;
  }
}
.swiper__slide__teaser_label [class^='product__label'] {
  font-size: 10px;
}
@media print, screen and (min-width: 56.25em) {
  .swiper__slide__teaser_label [class^='product__label'] {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 75em) {
  .swiper__slide__teaser_label [class^='product__label'] {
    font-size: medium;
  }
}
.swiper__slide__teaser_label [class^='product__label']:after,
.swiper__slide__teaser_label [class^='product__label']:before {
  content: normal;
  border: none;
}
.swiper__slide__teaser_info {
  position: absolute;
  left: 20%;
  bottom: 1.25rem;
}
@media screen and (min-width: 75em) {
  .swiper__slide__teaser_info {
    bottom: 1.875rem;
  }
}
.swiper__slide__teaser_info .product__price,
.swiper__slide__teaser_info .product__price--large,
.swiper__slide__teaser_info .product__price--small {
  margin: 0;
}
.swiper__slide__teaser_info .product__price__wrapper__uvp {
  font-size: 0.75rem;
}
@media print, screen and (min-width: 56.25em) {
  .swiper__slide__teaser_info .product__price__wrapper__uvp {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 75em) {
  .swiper__slide__teaser_info .product__price__wrapper__uvp {
    font-size: 24px;
  }
}
.swiper__slide__teaser_info .product__price__wrapper__euro {
  font-size: 25px;
}
@media print, screen and (min-width: 56.25em) {
  .swiper__slide__teaser_info .product__price__wrapper__euro {
    font-size: 35px;
  }
}
@media screen and (min-width: 75em) {
  .swiper__slide__teaser_info .product__price__wrapper__euro {
    font-size: 45px;
  }
}
.swiper__slide__teaser_info .product__price__wrapper__cent {
  font-size: 15px;
}
@media print, screen and (min-width: 56.25em) {
  .swiper__slide__teaser_info .product__price__wrapper__cent {
    font-size: 25px;
  }
}
@media screen and (min-width: 75em) {
  .swiper__slide__teaser_info .product__price__wrapper__cent {
    font-size: 35px;
  }
}
.swiper__slide__teaser_info .product__price__base {
  font-size: 8px;
}
@media print, screen and (min-width: 56.25em) {
  .swiper__slide__teaser_info .product__price__base {
    font-size: 0.75rem;
  }
}
.swiper__slide--main_gallery {
  border: none;
  width: 100%;
}
.swiper__slide--main_gallery:hover {
  border: none;
}
.swiper__slide--main_gallery__video_container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.swiper__slide--invisible_blank {
  visibility: hidden;
}
.swiper__next,
.swiper__prev {
  display: none;
}
@media print, screen and (min-width: 37.5em) {
  .swiper__next,
  .swiper__prev {
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    border-radius: 1000px;
    z-index: auto;
    cursor: pointer;
    background: #f0f0f0;
    display: flex;
    justify-content: center;
  }
  .swiper__next:before,
  .swiper__prev:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 134px;
    height: 409px;
    background: hsla(0, 0%, 100%, 0.65);
    z-index: -1;
  }
  .swiper__next:focus-visible,
  .swiper__next:hover,
  .swiper__prev:focus-visible,
  .swiper__prev:hover {
    background: #94c125;
    color: #fff;
  }
}
@media print, screen and (min-width: 37.5em) and (min-width: 56.25em) {
  .swiper__next,
  .swiper__prev {
    top: calc(50% - 30px);
    width: 60px;
    height: 60px;
  }
}
@media print, screen and (min-width: 37.5em) {
  .swiper__next .icon,
  .swiper__prev .icon {
    align-self: center;
    width: 20px;
    height: 20px;
  }
}
@media print, screen and (min-width: 37.5em) and (min-width: 56.25em) {
  .swiper__next .icon,
  .swiper__prev .icon {
    width: 30px;
    height: 30px;
  }
}
.swiper__next--thumb_gallery,
.swiper__prev--thumb_gallery {
  top: calc(50% - 27.5px);
  width: 35px;
  height: 35px;
}
.swiper__next--thumb_gallery .icon,
.swiper__prev--thumb_gallery .icon {
  width: 18px;
  height: 18px;
}
.swiper__next--gallery:before,
.swiper__next--thumb_gallery:before,
.swiper__prev--gallery:before,
.swiper__prev--thumb_gallery:before {
  content: inherit;
}
.swiper__next.swiper__button--disabled,
.swiper__prev.swiper__button--disabled {
  display: none;
}
.swiper__navigation {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 60px;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none;
}
.swiper__next,
.swiper__prev {
  pointer-events: auto;
}
.swiper__prev {
  left: 0;
  right: auto;
}
@media screen and (min-width: 75em) {
  .swiper__prev--gallery {
    left: 0;
  }
  .swiper__prev--thumb_gallery {
    left: -45px;
  }
}
.swiper__next {
  right: 0;
  left: auto;
}
@media screen and (min-width: 75em) {
  .swiper__next--gallery {
    right: 0;
  }
  .swiper__next--thumb_gallery {
    right: -45px;
  }
}
.swiper__pagination {
  margin: 0 auto;
  text-align: center;
  transition: opacity 0.3s;
  transform: translateZ(0);
  z-index: 1;
}
.swiper__pagination__bullets {
  width: 100%;
}
.swiper__pagination__bullet {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 4px;
  border-radius: 100%;
  background: #0e1010;
  opacity: 0.2;
  cursor: pointer;
  transition: left 0.2s;
  transform: scale(0.33);
}
.swiper__pagination__bullet--active {
  opacity: 1;
  background: #169e45;
  transform: scale(1);
}
.swiper__pagination__bullet--active_main {
  transform: scale(1);
}
.swiper__pagination__bullet--active-next,
.swiper__pagination__bullet--active-prev {
  transform: scale(0.66);
}
.swiper__pagination__bullet--active-next-next,
.swiper__pagination__bullet--active-prev-prev {
  transform: scale(0.33);
}
.swiper__pagination--hidden {
  opacity: 0;
}
.swiper__pagination--bullets-dynamic {
  white-space: nowrap;
  overflow: hidden;
  font-size: 0;
}
.swiper__scrollbar {
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 5px;
  z-index: 50;
  border-radius: 10px;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper__scrollbar--drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper__scrollbar--cursor_drag {
  cursor: move;
}
.swiper__scrollbar--lock {
  display: none;
}
.swiper__notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper__pagination__bullet {
  border-radius: 2px 2px 2px 0;
}
.swiper__pagination__bullet--active,
.swiper__pagination__bullet--active-main {
  transform: scale(1) skew(-10deg);
}
.swiper__pagination__bullet--active-next,
.swiper__pagination__bullet--active-prev {
  transform: scale(0.66) skew(-10deg);
}
.swiper__pagination__bullet--active-next-next,
.swiper__pagination__bullet--active-prev-prev {
  transform: scale(0.33) skew(-10deg);
}
.swiper__next--gallery,
.swiper__prev--gallery {
  top: 50%;
  margin: -30px 0 0;
}
body {
  position: relative;
  letter-spacing: -0.12px;
}
.icon.shop {
  color: #94c125;
}
.is_chatbot_open {
  overflow-y: hidden;
}
@media print, screen and (min-width: 37.5em) {
  .is_chatbot_open {
    overflow-y: auto;
  }
}
.chatbot__trigger {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  padding: 0.9375rem;
  height: 70px;
  min-width: 70px;
  max-width: 330px;
  background: #fff;
  border-radius: 40px 40px 0;
  z-index: 3;
}
.chatbot__trigger__icon {
  width: 35px;
  height: 35px;
}
.chatbot__trigger__info {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
  color: #0e1010;
}
.chatbot__trigger__info__headline {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
.chatbot__trigger__info__text {
  font-size: 0.875rem;
  font-weight: 400;
}
.chatbot__trigger:focus,
.chatbot__trigger:hover {
  background: #fff;
  transition: width 0.7s ease-in-out;
}
.chatbot__conversation {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid #e6e6e6;
  z-index: 102;
}
@media print, screen and (min-width: 37.5em) {
  .chatbot__conversation {
    left: unset;
    right: 15px;
    bottom: 15px;
    width: 450px;
    height: auto;
    border-radius: 8px 8px 0;
  }
}
.chatbot__conversation__header {
  height: 80px;
  width: 100%;
  padding: 0.9375rem 1.25rem;
  background: #fff;
  border-radius: 0;
}
@media print, screen and (min-width: 37.5em) {
  .chatbot__conversation__header {
    height: auto;
    padding: 30px 20px 15px;
    border-radius: 8px 8px 0 0;
  }
}
.chatbot__conversation__header__avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.625rem 0 0;
}
.chatbot__conversation__header__avatar svg {
  width: 40px;
  height: 40px;
}
@media print, screen and (min-width: 37.5em) {
  .chatbot__conversation__header__avatar svg {
    width: 35px;
    height: 35px;
  }
}
.chatbot__conversation__header__title {
  padding: 1.25rem 0;
  font-size: 1.125rem;
  font-weight: 700;
  overflow: hidden;
}
@media print, screen and (min-width: 37.5em) {
  .chatbot__conversation__header__title {
    padding: unset;
  }
}
.chatbot__conversation__header__title__details {
  color: #fff;
  cursor: pointer;
}
.chatbot__conversation__header__title__details:focus,
.chatbot__conversation__header__title__details:hover {
  opacity: 0.5;
}
.chatbot__conversation__header__interaction,
.chatbot__conversation__header__interaction--close,
.chatbot__conversation__header__interaction--minimize {
  position: absolute;
  top: 20px;
  cursor: pointer;
  color: #0e1010;
}
.chatbot__conversation__header__interaction--close:focus,
.chatbot__conversation__header__interaction--close:hover,
.chatbot__conversation__header__interaction--minimize:focus,
.chatbot__conversation__header__interaction--minimize:hover,
.chatbot__conversation__header__interaction:focus,
.chatbot__conversation__header__interaction:hover {
  opacity: 0.5;
}
.chatbot__conversation__header__interaction--minimize {
  padding: 0.9375rem;
  right: 50px;
}
.chatbot__conversation__header__interaction--close {
  padding: 0.9375rem;
  right: 20px;
}
.chatbot__conversation__header__privacy_info {
  padding: 0.3125rem 0;
  font-size: 0.75rem;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.chatbot__conversation__header__privacy_info a {
  color: #0e1010;
  text-decoration: underline;
}
.chatbot__conversation__header__privacy_info a:focus,
.chatbot__conversation__header__privacy_info a:hover {
  opacity: 0.5;
}
.chatbot__conversation__alert {
  display: none;
  position: absolute;
  bottom: 0;
  padding: 1.875rem 0.9375rem;
  background: #ffc6c6;
  color: #9a0000;
  border-radius: 0;
  z-index: 102;
}
@media print, screen and (min-width: 37.5em) {
  .chatbot__conversation__alert {
    border-radius: 0 0 0 8px;
  }
}
.chatbot__conversation__alert__icon {
  width: 32px;
  height: 32px;
  margin: 0 0 0.625rem;
  fill: #9a0000;
}
.chatbot__conversation__alert__information {
  margin: 0 0 0.625rem;
}
.chatbot__conversation__confirm_notification {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  padding: 0.9375rem;
  background: #fff;
  z-index: 102;
}
@media print, screen and (min-width: 37.5em) {
  .chatbot__conversation__confirm_notification {
    border-radius: 8px;
  }
}
.chatbot__conversation__frame {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
}
@media print, screen and (min-width: 37.5em) {
  .chatbot__conversation__frame {
    position: relative;
    top: unset;
  }
}
.chatbot__conversation__frame__gradient_top {
  width: 100%;
  height: 0.9375rem;
  background: #fff;
  background: linear-gradient(180deg, #f0f0f0, hsla(0, 0%, 94.1%, 0.5) 50%, hsla(0, 0%, 94.1%, 0.25) 0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.chatbot__conversation__frame__gradient_bottom {
  width: 100%;
  height: 0.9375rem;
  background: #fff;
  background: linear-gradient(180deg, hsla(0, 0%, 94.1%, 0.25) 25%, hsla(0, 0%, 94.1%, 0.5) 50%, #f0f0f0);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.chatbot__conversation__frame__dialogue {
  height: calc(100vh - 160px);
  background: #f0f0f0;
  padding: 1.25rem;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media print, screen and (min-width: 37.5em) {
  .chatbot__conversation__frame__dialogue {
    height: 400px;
  }
}
.chatbot__conversation__frame__dialogue__messages {
  list-style: none;
  margin: 0;
  padding: 0;
}
.chatbot__conversation__frame__dialogue__messages + ul {
  margin: 0.625rem 0 0;
}
.chatbot__conversation__frame__dialogue__messages__item,
.chatbot__conversation__frame__dialogue__messages__item--user {
  display: flex;
  align-items: end;
  justify-content: flex-start;
}
.chatbot__conversation__frame__dialogue__messages__item__avatar {
  display: flex;
  flex: 1 0 auto;
  height: 16px;
  max-width: 16px;
}
.chatbot__conversation__frame__dialogue__messages__item__text {
  background: #fff;
  border-radius: 8px 8px 8px 0;
  padding: 0.625rem;
  margin: 0.625rem 0 0.625rem 0.3125rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.chatbot__conversation__frame__dialogue__messages__item__suggestions {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput='mouse'] .chatbot__conversation__frame__dialogue__messages__item__suggestions li {
  outline: 0;
}
.chatbot__conversation__frame__dialogue__messages__item__suggestions .button {
  line-height: 1;
  padding: 0.375rem 1.5625rem;
}
.chatbot__conversation__frame__dialogue__messages__item__suggestions .button,
.chatbot__conversation__frame__dialogue__messages__item__suggestions a {
  display: flex;
}
.chatbot__conversation__frame__dialogue__messages__item__suggestions a,
.chatbot__conversation__frame__dialogue__messages__item__suggestions button,
.chatbot__conversation__frame__dialogue__messages__item__suggestions input,
.chatbot__conversation__frame__dialogue__messages__item__suggestions select {
  margin-bottom: 0;
}
.chatbot__conversation__frame__dialogue__messages__item__suggestions input {
  display: inline-block;
}
.chatbot__conversation__frame__dialogue__messages__item__suggestions__item {
  width: 100%;
}
.chatbot__conversation__frame__dialogue__messages__item__suggestions__item:not(:first-of-type) {
  margin: 0.3125rem 0 0;
}
.chatbot__conversation__frame__dialogue__messages__item--user {
  justify-content: flex-end;
}
.chatbot__conversation__frame__dialogue__messages__item--user
  .chatbot__conversation__frame__dialogue__messages__item__text {
  background: #cacaca;
  border-radius: 8px 8px 0;
  margin: 0.625rem 0;
}
.chatbot__conversation__frame__dialogue__messages__item--suggestion {
  flex-direction: column;
}
.chatbot__conversation__input {
  position: absolute;
  bottom: 0;
  height: 80px;
  width: 100%;
  padding: 1.25rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media print, screen and (min-width: 37.5em) {
  .chatbot__conversation__input {
    height: 65px;
    position: relative;
    border-radius: 0 0 0 8px;
  }
}
.chatbot__conversation__input__message {
  margin: unset;
  padding: unset;
  border: none;
}
.chatbot__conversation__input__message:disabled {
  background: #fff;
}
.chatbot__conversation__input__message:focus {
  border: none;
}
.chatbot__conversation__input__send {
  height: 65px;
  margin: 0 0 0 0.625rem;
}
.animate_trigger {
  width: 70px;
  height: 70px;
  flex-direction: row;
  white-space: nowrap;
}
.animate_trigger,
.animate_trigger.is_visible,
.animate_trigger:hover {
  overflow: hidden;
  transition: width 0.7s ease-in-out;
}
.animate_trigger:hover {
  width: 295px;
  white-space: nowrap;
}
.animate_trigger.is_visible {
  width: 295px;
  height: auto;
  white-space: normal;
  transition: height 0.7s ease-in-out;
}
.chatbot__trigger {
  border: 2px solid #94c125;
}
.chatbot__trigger:focus,
.chatbot__trigger:hover {
  border-color: #94c125;
}
.chatbot__trigger__icon {
  fill: #94c125;
}
.chatbot__conversation__header {
  color: #94c125;
}
@media print, screen and (min-width: 37.5em) {
  .chatbot__conversation__header {
    color: #94c125;
  }
}
.chatbot__conversation__header__avatar svg {
  fill: #94c125;
}
.chatbot__conversation__header__interaction--close:focus,
.chatbot__conversation__header__interaction--close:hover,
.chatbot__conversation__header__interaction--minimize:focus,
.chatbot__conversation__header__interaction--minimize:hover,
.chatbot__conversation__header__interaction:focus,
.chatbot__conversation__header__interaction:hover,
.chatbot__conversation__header__privacy_info a:focus,
.chatbot__conversation__header__privacy_info a:hover {
  color: #94c125;
}
.chatbot__conversation__frame__dialogue__messages__item__avatar,
.chatbot__conversation__input__send svg {
  fill: #94c125;
}
.cms__promotion_categories {
  margin: 1.25rem 0;
}
.cms__promotion_categories__head {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 600;
}
@media print, screen and (min-width: 56.25em) {
  .cms__promotion_categories__head {
    font-size: 1.375rem;
    margin: 0 0 0.625rem;
  }
}
.cms__promotion_categories__navigation {
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.9375rem;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: scroll;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
}
[data-whatinput='mouse'] .cms__promotion_categories__navigation li {
  outline: 0;
}
.cms__promotion_categories__navigation .button {
  line-height: 1;
  padding: 0.375rem 1.5625rem;
}
.cms__promotion_categories__navigation .button,
.cms__promotion_categories__navigation a {
  display: flex;
}
.cms__promotion_categories__navigation a,
.cms__promotion_categories__navigation button,
.cms__promotion_categories__navigation input,
.cms__promotion_categories__navigation select {
  margin-bottom: 0;
}
.cms__promotion_categories__navigation input {
  display: inline-block;
}
.cms__promotion_categories__navigation a {
  padding: 0;
}
.cms__promotion_categories__navigation li {
  flex: 1 1 0px;
}
.cms__promotion_categories__navigation::-webkit-scrollbar {
  display: none;
}
@media print, screen and (min-width: 56.25em) {
  .cms__promotion_categories__navigation {
    align-items: center;
    gap: 1.25rem;
  }
  .cms__promotion_categories__navigation a {
    padding: 0;
  }
}
.cms__promotion_categories__navigation__item__link,
.cms__promotion_categories__navigation__item__link--blackweek {
  background-color: #f0f0f0;
  border: none;
  border-radius: 50px;
  padding: 0.8125rem 1.25rem !important;
  white-space: nowrap;
  justify-content: center;
  width: auto;
  font-weight: 400;
}
@media print, screen and (min-width: 56.25em) {
  .cms__promotion_categories__navigation__item__link,
  .cms__promotion_categories__navigation__item__link--blackweek {
    width: 100%;
    padding: 0.8125rem 1.875rem !important;
  }
}
.cms__promotion_categories__navigation__item__link--blackweek:focus-visible,
.cms__promotion_categories__navigation__item__link:focus-visible {
  outline-offset: -3px;
}
.cms__promotion_categories__navigation__item__link--blackweek:hover,
.cms__promotion_categories__navigation__item__link:hover {
  background-color: #169e45;
  color: #fff;
}
.cms__promotion_categories__navigation__item__link--blackweek {
  background-color: #0e1010 !important;
  color: #fff !important;
}
.cms__promotion_categories__navigation__item__link--blackweek:hover {
  background-color: #e6e6e6 !important;
  color: #0e1010 !important;
}
.cms__section {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 75em) {
  .cms__section {
    margin-bottom: 2.5rem;
  }
}
.cms__section__title {
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.9375rem;
  color: #0e1010;
}
.cms__section__title:focus,
.cms__section__title:hover {
  color: #0e1010;
}
@media print, screen and (min-width: 56.25em) {
  .cms__section__title {
    font-size: 1.375rem;
  }
}
.cms__section__teaser {
  position: relative;
  margin: 1.25rem 0;
}
@media screen and (min-width: 75em) {
  .cms__section__teaser {
    margin: 1.25rem 0 2.5rem;
  }
}
.cms__section__teaser__info {
  position: absolute;
  display: flex;
  align-items: flex-end;
  width: 100%;
  left: 0;
  bottom: 0;
  gap: 2.5rem;
  padding: 0 1.125rem 1.125rem;
}
@media screen and (min-width: 25em) {
  .cms__section__teaser__info {
    padding: 0 1.625rem 1.125rem;
  }
}
@media print, screen and (min-width: 37.5em) {
  .cms__section__teaser__info {
    width: 66%;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 56.25em) {
  .cms__section__teaser__info {
    width: 55%;
    padding: 0 0 2.5rem 2.5rem;
  }
}
.cms__section__teaser__info__price {
  display: flex;
  flex-direction: column;
}
.cms__section__teaser__info__price [class^='label'] {
  font-size: 0.75rem;
  margin: 0 0 0.3125rem;
}
@media print, screen and (min-width: 56.25em) {
  .cms__section__teaser__info__price [class^='label'] {
    font-size: medium;
  }
}
@media print, screen and (min-width: 56.25em) {
  .cms__section__teaser__info__price .product__price__wrapper__euro {
    font-size: 2.8125rem;
  }
}
@media print, screen and (min-width: 56.25em) {
  .cms__section__teaser__info__price .product__price__wrapper__cent {
    font-size: 2.1875rem;
  }
}
.cms__section__teaser__info__price .product__shipping_cost__price--free {
  line-height: 1;
}
.cms__heading,
.cms__heading--promote {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.9375rem;
}
@media print, screen and (min-width: 56.25em) {
  .cms__heading,
  .cms__heading--promote {
    font-size: 1.375rem;
    line-height: 1.2;
  }
}
.cms__heading--promote {
  color: #f83b3a;
}
.cms__link {
  color: #0e1010;
  text-decoration: underline;
}
.cms__list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
}
[data-whatinput='mouse'] .cms__list li {
  outline: 0;
}
.cms__list .button {
  line-height: 1;
  padding: 0.375rem 1.5625rem;
}
.cms__list .button,
.cms__list a {
  display: flex;
}
.cms__list a,
.cms__list button,
.cms__list input,
.cms__list select {
  margin-bottom: 0;
}
.cms__list input {
  display: inline-block;
}
@media print, screen and (min-width: 56.25em) {
  .cms__list {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 0.625rem;
  }
  .cms__list a {
    padding: 0;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .cms__list__item {
    margin-bottom: 1.25rem;
  }
}
.cms__agb__list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
}
[data-whatinput='mouse'] .cms__agb__list li {
  outline: 0;
}
.cms__agb__list .button {
  line-height: 1;
  padding: 0.375rem 1.5625rem;
}
.cms__agb__list .button,
.cms__agb__list a {
  display: flex;
}
.cms__agb__list a,
.cms__agb__list button,
.cms__agb__list input,
.cms__agb__list select {
  margin-bottom: 0;
}
.cms__agb__list input {
  display: inline-block;
}
@media print, screen and (min-width: 56.25em) {
  .cms__agb__list {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 0.625rem;
  }
  .cms__agb__list a {
    padding: 0;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .cms__agb__list__item {
    margin-bottom: 1.25rem;
  }
}
.cms__agb__link {
  color: #0e1010;
  text-decoration: underline;
}
.cms__payment__link,
.cms__payment__link:focus,
.cms__payment__link:hover {
  color: #0e1010;
}
.cms__disclaimer__switch {
  margin-bottom: 0;
}
.cms__disclaimer__list {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  flex-direction: column;
}
[data-whatinput='mouse'] .cms__disclaimer__list li {
  outline: 0;
}
.cms__disclaimer__list .button {
  line-height: 1;
  padding: 0.375rem 1.5625rem;
}
.cms__disclaimer__list .button,
.cms__disclaimer__list a {
  display: flex;
}
.cms__disclaimer__list a,
.cms__disclaimer__list button,
.cms__disclaimer__list input,
.cms__disclaimer__list select {
  margin-bottom: 0;
}
.cms__disclaimer__list input {
  display: inline-block;
}
@media print, screen and (min-width: 56.25em) {
  .cms__disclaimer__list {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 0.625rem;
  }
  .cms__disclaimer__list a {
    padding: 0;
  }
}
@media print, screen and (max-width: 56.24875em) {
  .cms__disclaimer__list__item {
    margin-bottom: 1.25rem;
  }
}
.cms__card {
  align-items: stretch;
  display: flex;
}
.cms__card__container {
  height: 100%;
}
.cms__card__container .seller__name {
  justify-content: flex-end;
}
@media print, screen and (min-width: 56.25em) and (max-width: 74.99875em) {
  .cms__card__container .seller__name {
    justify-content: flex-start;
  }
}
@media print, screen and (min-width: 56.25em) {
  .cms__card__container .cms_one_product {
    display: block;
    padding: 0 5rem 0 2.5rem;
  }
}
@media screen and (min-width: 75em) {
  .cms__card__container .cms_one_product {
    display: block;
    padding: 0 5rem 0 2.5rem;
  }
}
.cms__card__container__content {
  height: 100%;
  justify-content: space-between;
}
.cms__card__container__content__footer {
  margin-top: 1.25rem;
  display: flex;
  align-self: flex-end;
}
@media print, screen and (min-width: 37.5em) and (max-width: 56.24875em) {
  .cms__card__container__content__footer.cms__align_right,
  .cms__card__container__content__footer.cms__align_right .product_row__atp .cell.xsmall_order_2 .seller__name {
    justify-content: flex-end;
  }
  .cms__card__container__content__footer.cms__align_right
    .product_row__atp
    .cell.xsmall_order_2
    .product__shipping
    > div {
    text-align: right;
  }
}
@media print, screen and (min-width: 56.25em) and (max-width: 74.99875em) {
  .cms__card__container__content__footer.cms__align_right,
  .cms__card__container__content__footer.cms__align_right .product_row__atp .cell.xsmall_order_2 .seller__name {
    justify-content: flex-end;
  }
  .cms__card__container__content__footer.cms__align_right
    .product_row__atp
    .cell.xsmall_order_2
    .product__shipping
    > div {
    text-align: right;
  }
}
.cms__bazaar__main_nav {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.625rem;
  flex-wrap: nowrap;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
[data-whatinput='mouse'] .cms__bazaar__main_nav li {
  outline: 0;
}
.cms__bazaar__main_nav .button {
  line-height: 1;
  padding: 0.375rem 1.5625rem;
}
.cms__bazaar__main_nav .button,
.cms__bazaar__main_nav a {
  display: flex;
}
.cms__bazaar__main_nav a,
.cms__bazaar__main_nav button,
.cms__bazaar__main_nav input,
.cms__bazaar__main_nav select {
  margin-bottom: 0;
}
.cms__bazaar__main_nav input {
  display: inline-block;
}
.cms__bazaar__main_nav a {
  padding: 0;
}
.cms__bazaar__main_nav::-webkit-scrollbar {
  display: none;
}
.cms__bazaar__main_nav__link {
  padding: 0.75rem 1.5rem !important;
  margin: 0 0 1.25rem !important;
  border: 2px solid #169e45;
  border-radius: 50px;
  line-height: 1;
  color: #169e45;
  white-space: nowrap;
}
.cms__bazaar__main_nav__link:focus,
.cms__bazaar__main_nav__link:hover {
  background: #f0f0f0;
  color: #169e45;
}
.cms__bazaar__breaking_news {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cms__bazaar__breaking_news__item_box {
  width: 100%;
  height: 150px;
  overflow: hidden;
  margin-top: 2.5rem;
}
.cms__bazaar__breaking_news__item_box__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.margin_bottom_s {
  margin-bottom: 1.25rem;
}
.margin_bottom_m {
  margin-bottom: 2.5rem;
}
.margin_bottom_l {
  margin-bottom: 3.75rem;
}
.margin_top_s {
  margin-top: 1.25rem;
}
.margin_top_m {
  margin-top: 2.5rem;
}
.margin_top_l {
  margin-top: 3.75rem;
}
.padding_bottom_s {
  padding-bottom: 1.25rem;
}
.padding_bottom_m {
  padding-bottom: 2.5rem;
}
.padding_bottom_l {
  padding-bottom: 3.75rem;
}
.padding_top_s {
  padding-top: 1.25rem;
}
.padding_top_m {
  padding-top: 2.5rem;
}
.padding_top_l {
  padding-top: 3.75rem;
}
.tf_primary {
  color: #169e45 !important;
}
.tf_light,
.tf_regular {
  font-weight: 400 !important;
}
.tf_semiBold {
  font-weight: 700 !important;
}
.payment__partner {
  width: 120px;
  height: 63px;
  overflow: hidden;
  margin: 0.3125rem 0.625rem 0.3125rem 0;
  text-align: center;
  justify-content: center;
  display: flex;
}
.payment__partner a {
  padding: 0 !important;
  color: initial;
}
.payment__partner:nth-last-child(-n + 3):nth-child(3n + 1),
.payment__partner:nth-last-child(-n + 3):nth-child(3n + 1) ~ li {
  margin-bottom: 0;
}
.payment__partner:last-child {
  margin-right: 0;
}
@media print, screen and (min-width: 56.25em) {
  .payment__partner {
    margin: 0.5rem 1rem 0.5rem 0;
  }
}
.payment__partner__icon,
.payment__partner__icon--chg,
.payment__partner__icon--dhl,
.payment__partner__icon--dpd,
.payment__partner__icon--gls,
.payment__partner__icon--klarna,
.payment__partner__icon--tnl,
.payment__partner__icon--ups {
  display: flex;
  justify-content: center;
  box-sizing: content-box;
  padding: 0.625rem;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
  width: 90px;
  height: 31px;
  font-weight: 700;
  align-items: center;
}
.payment__partner__icon--klarna {
  text-align: center;
  display: inline-block;
  border: 1px solid #ffb3c7;
  background: #ffb3c7;
  width: 70px;
  height: 19px;
}
.payment__partner__icon--dhl {
  background: #fc0;
}
.payment__partner__icon__description {
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.2;
  margin-top: -5px;
}
.grid_css {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 1.25rem;
}
.grid_css > .card {
  margin-bottom: 0;
}
@font-face {
  font-display: swap;
  font-family: Maven Pro;
  font-style: normal;
  font-weight: 400;
  src: url(https://cdn.voelkner.de/css/font/maven-pro-v32-latin-regular.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: Maven Pro;
  font-style: normal;
  font-weight: 500;
  src: url(https://cdn.voelkner.de/css/font/maven-pro-v32-latin-500.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: Maven Pro;
  font-style: normal;
  font-weight: 700;
  src: url(https://cdn.voelkner.de/css/font/maven-pro-v32-latin-700.woff2) format('woff2');
}
@font-face {
  font-display: swap;
  font-family: Maven Pro;
  font-style: normal;
  font-weight: 900;
  src: url(https://cdn.voelkner.de/css/font/maven-pro-v32-latin-900.woff2) format('woff2');
}
.tf_third {
  color: #94c125 !important;
}
.tf_maven,
.tf_maven_400,
.tf_maven_500,
.tf_maven_700,
.tf_maven_900 {
  font-family: Maven Pro;
  font-style: normal;
}
.tf_maven_400 {
  font-weight: 400;
}
.tf_maven_500 {
  font-weight: 500;
}
.tf_maven_700 {
  font-weight: 700;
}
.tf_maven_900 {
  font-weight: 900;
}
.accessibility,
.alert-empty,
.alert-full,
.article-packing,
.box,
.chatbot,
.check-empty,
.check-full,
.checklist,
.chevron-down,
.chevron-left,
.chevron-right,
.chevron-up,
.clock,
.close,
.compare,
.contact-formular,
.cookie,
.customer,
.desktop,
.dislike-empty,
.dislike-full {
  width: 16px;
}
.eek_grade_1,
.eek_grade_2,
.eek_grade_3,
.eek_grade_4,
.eek_grade_5,
.eek_grade_6,
.eek_grade_7,
.eek_grade_eek-lamp,
.eek_grade_eek-lamp-cross {
  width: 29.2571428571px;
}
.email,
.eye,
.eye-closed,
.faq_faq-360001534818,
.faq_faq-360001534838,
.faq_faq-360001534858,
.faq_faq-360001541277,
.faq_faq-360001541317,
.faq_faq-360001541337,
.file-doc,
.file-pdf,
.file-zip,
.filter,
.fire,
.flags_country-AT,
.flags_country-DE,
.flags_country-ES,
.flags_country-FR,
.flags_country-GB,
.flags_country-IT,
.flags_country-NL,
.growth,
.heart-empty,
.heart-full,
.help,
.home-delivery,
.info,
.languages_lang-DEU,
.languages_lang-ENG,
.languages_lang-FRA,
.languages_lang-NIE,
.lightning,
.like-empty {
  width: 16px;
}
.like-full {
  width: 17px;
}
.location,
.minus,
.money-back,
.move,
.no-image,
.notification,
.online-shopping,
.package-return,
.packstation,
.padlock,
.pencil,
.piggy-bank,
.plus,
.premium_shipping,
.printer,
.receive-order,
.sale,
.search,
.security-shield,
.send,
.share,
.shopping-cart,
.smartphone,
.smiley-happy,
.smiley-neutral,
.smiley-unhappy,
.star-empty,
.star-full,
.star-half,
.store,
.tablet,
.telephone,
.trash,
.truck,
.view_grid,
.view_list,
.warning-empty,
.warning-full,
.world {
  width: 16px;
}
.partner_geizhals,
.partner_idealo {
  width: 51.2px;
}
.partner_spacenet {
  width: 102.4px;
}
.payment_credit_card {
  width: 51.2px;
}
.payment_cvc_explanation {
  width: 29.2571428571px;
}
.payment_ideal {
  width: 18.6181818182px;
}
.payment_kreditkarte,
.payment_paypal {
  width: 68.2666666667px;
}
.payment_paypal_ratenzahlung {
  width: 204.8px;
}
.payment_sepa,
.rein-select {
  width: 40.96px;
}
.rein-white {
  width: 29.2571428571px;
}
.seals_ehi {
  width: 16px;
}
.seals_trust_ecommerce_europe {
  width: 20.48px;
}
.seals_trusted_shops {
  width: 16px;
}
.shipping_dhl {
  width: 102.4px;
}
.shipping_dpd {
  width: 40.96px;
}
.shipping_gls {
  width: 51.2px;
}
.shipping_tof,
.shop {
  width: 102.4px;
}
.shop-small {
  width: 25.2774002954px;
}
.social_facebook,
.social_instagram,
.social_linkedin,
.social_tiktok,
.social_youtube {
  width: 16px;
}
