@charset "UTF-8";
/*!
 * Bootstrap v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fafafa;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(250, 250, 250, 0.15), rgba(250, 250, 250, 0));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fafafa;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: rgb(10.4, 88, 202.4);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fafafa;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #0d6efd;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(61.4, 139, 253.4);
}

.link-secondary {
  color: #6c757d;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(86.4, 93.6, 100);
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: rgb(71, 159, 118.2);
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: rgb(61.4, 212.6, 243);
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(255, 205.4, 56.6);
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(227, 93.4, 106.2);
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: rgb(249.4, 250.2, 251);
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(26.4, 29.6, 32.8);
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1024px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1920px) {
  .sticky-xxxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

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

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

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

.overflow-auto {
  overflow: auto !important;
}

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

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

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

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

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

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0 {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #0d6efd !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fafafa !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

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

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

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

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

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

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

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

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

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

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

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

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

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #0d6efd !important;
}

.text-secondary {
  color: #6c757d !important;
}

.text-success {
  color: #198754 !important;
}

.text-info {
  color: #0dcaf0 !important;
}

.text-warning {
  color: #ffc107 !important;
}

.text-danger {
  color: #dc3545 !important;
}

.text-light {
  color: #f8f9fa !important;
}

.text-dark {
  color: #212529 !important;
}

.text-white {
  color: #fafafa !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(250, 250, 250, 0.5) !important;
}

.text-reset {
  color: inherit !important;
}

.bg-primary {
  background-color: #0d6efd !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #198754 !important;
}

.bg-info {
  background-color: #0dcaf0 !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

.bg-dark {
  background-color: #212529 !important;
}

.bg-body {
  background-color: #fafafa !important;
}

.bg-white {
  background-color: #fafafa !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1920px) {
  .float-xxxl-start {
    float: left !important;
  }
  .float-xxxl-end {
    float: right !important;
  }
  .float-xxxl-none {
    float: none !important;
  }
  .d-xxxl-inline {
    display: inline !important;
  }
  .d-xxxl-inline-block {
    display: inline-block !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-grid {
    display: grid !important;
  }
  .d-xxxl-table {
    display: table !important;
  }
  .d-xxxl-table-row {
    display: table-row !important;
  }
  .d-xxxl-table-cell {
    display: table-cell !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxxl-none {
    display: none !important;
  }
  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxxl-row {
    flex-direction: row !important;
  }
  .flex-xxxl-column {
    flex-direction: column !important;
  }
  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxxl-0 {
    gap: 0 !important;
  }
  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxxl-3 {
    gap: 1rem !important;
  }
  .gap-xxxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxxl-5 {
    gap: 3rem !important;
  }
  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxxl-center {
    justify-content: center !important;
  }
  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxxl-center {
    align-items: center !important;
  }
  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxxl-center {
    align-content: center !important;
  }
  .align-content-xxxl-between {
    align-content: space-between !important;
  }
  .align-content-xxxl-around {
    align-content: space-around !important;
  }
  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxxl-auto {
    align-self: auto !important;
  }
  .align-self-xxxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxxl-center {
    align-self: center !important;
  }
  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }
  .order-xxxl-first {
    order: -1 !important;
  }
  .order-xxxl-0 {
    order: 0 !important;
  }
  .order-xxxl-1 {
    order: 1 !important;
  }
  .order-xxxl-2 {
    order: 2 !important;
  }
  .order-xxxl-3 {
    order: 3 !important;
  }
  .order-xxxl-4 {
    order: 4 !important;
  }
  .order-xxxl-5 {
    order: 5 !important;
  }
  .order-xxxl-last {
    order: 6 !important;
  }
  .m-xxxl-0 {
    margin: 0 !important;
  }
  .m-xxxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxxl-3 {
    margin: 1rem !important;
  }
  .m-xxxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxxl-5 {
    margin: 3rem !important;
  }
  .m-xxxl-auto {
    margin: auto !important;
  }
  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxxl-auto {
    margin-top: auto !important;
  }
  .me-xxxl-0 {
    margin-right: 0 !important;
  }
  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxxl-auto {
    margin-right: auto !important;
  }
  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxxl-auto {
    margin-left: auto !important;
  }
  .p-xxxl-0 {
    padding: 0 !important;
  }
  .p-xxxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxxl-3 {
    padding: 1rem !important;
  }
  .p-xxxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxxl-5 {
    padding: 3rem !important;
  }
  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxxl-5 {
    padding-left: 3rem !important;
  }
  .text-xxxl-start {
    text-align: left !important;
  }
  .text-xxxl-end {
    text-align: right !important;
  }
  .text-xxxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.bg-black, a.bg-black:active, a.bg-black:focus {
  background-color: #212121;
}

a.bg-black:hover {
  background-color: #212121;
}

.has-black-background-color {
  background: #212121;
}

.has-bg-black-background-color {
  background: #212121;
}

.has-black-color {
  color: #212121;
}

.c-black {
  color: #212121;
}

.bg-dark1 .accordionHeadline * .c-black, .bg-dark1 .accordionContent * .c-black {
  color: #212121;
}
.bg-dark1 .accordionHeadline *.c-black, .bg-dark1 .accordionContent *.c-black {
  color: #212121;
}

.borderbottom-black {
  border-bottom: 1px solid #212121;
}

a:hover .bg-black, a:active .bg-black, a:focus .bg-black {
  background-color: #212121;
}

.svg-black {
  color: #212121;
}
.svg-black .circle {
  fill: #212121;
}
.svg-black .circlehover {
  fill: #212121;
}

.fill-black {
  fill: #212121;
}

.bg-white, a.bg-white:active, a.bg-white:focus {
  background-color: #FAFAFA;
}

a.bg-white:hover {
  background-color: #FAFAFA;
}

.has-white-background-color {
  background: #FAFAFA;
}

.has-bg-white-background-color {
  background: #FAFAFA;
}

.has-white-color {
  color: #FAFAFA;
}

.c-white {
  color: #FAFAFA;
}

.bg-dark1 .accordionHeadline * .c-white, .bg-dark1 .accordionContent * .c-white {
  color: #FAFAFA;
}
.bg-dark1 .accordionHeadline *.c-white, .bg-dark1 .accordionContent *.c-white {
  color: #FAFAFA;
}

.borderbottom-white {
  border-bottom: 1px solid #FAFAFA;
}

a:hover .bg-white, a:active .bg-white, a:focus .bg-white {
  background-color: #FAFAFA;
}

.svg-white {
  color: #FAFAFA;
}
.svg-white .circle {
  fill: #FAFAFA;
}
.svg-white .circlehover {
  fill: #FAFAFA;
}

.fill-white {
  fill: #FAFAFA;
}

.bg-grey, a.bg-grey:active, a.bg-grey:focus {
  background-color: #828282;
}

a.bg-grey:hover {
  background-color: #828282;
}

.has-grey-background-color {
  background: #828282;
}

.has-bg-grey-background-color {
  background: #828282;
}

.has-grey-color {
  color: #828282;
}

.c-grey {
  color: #828282;
}

.bg-dark1 .accordionHeadline * .c-grey, .bg-dark1 .accordionContent * .c-grey {
  color: #828282;
}
.bg-dark1 .accordionHeadline *.c-grey, .bg-dark1 .accordionContent *.c-grey {
  color: #828282;
}

.borderbottom-grey {
  border-bottom: 1px solid #828282;
}

a:hover .bg-grey, a:active .bg-grey, a:focus .bg-grey {
  background-color: #828282;
}

.svg-grey {
  color: #828282;
}
.svg-grey .circle {
  fill: #828282;
}
.svg-grey .circlehover {
  fill: #828282;
}

.fill-grey {
  fill: #828282;
}

.bg-line, a.bg-line:active, a.bg-line:focus {
  background-color: #C8C8C8;
}

a.bg-line:hover {
  background-color: #C8C8C8;
}

.has-line-background-color {
  background: #C8C8C8;
}

.has-bg-line-background-color {
  background: #C8C8C8;
}

.has-line-color {
  color: #C8C8C8;
}

.c-line {
  color: #C8C8C8;
}

.bg-dark1 .accordionHeadline * .c-line, .bg-dark1 .accordionContent * .c-line {
  color: #C8C8C8;
}
.bg-dark1 .accordionHeadline *.c-line, .bg-dark1 .accordionContent *.c-line {
  color: #C8C8C8;
}

.borderbottom-line {
  border-bottom: 1px solid #C8C8C8;
}

a:hover .bg-line, a:active .bg-line, a:focus .bg-line {
  background-color: #C8C8C8;
}

.svg-line {
  color: #C8C8C8;
}
.svg-line .circle {
  fill: #C8C8C8;
}
.svg-line .circlehover {
  fill: #C8C8C8;
}

.fill-line {
  fill: #C8C8C8;
}

.bg-greylight, a.bg-greylight:active, a.bg-greylight:focus {
  background-color: #D6D0CA;
}

a.bg-greylight:hover {
  background-color: #D6D0CA;
}

.has-greylight-background-color {
  background: #D6D0CA;
}

.has-bg-greylight-background-color {
  background: #D6D0CA;
}

.has-greylight-color {
  color: #D6D0CA;
}

.c-greylight {
  color: #D6D0CA;
}

.bg-dark1 .accordionHeadline * .c-greylight, .bg-dark1 .accordionContent * .c-greylight {
  color: #D6D0CA;
}
.bg-dark1 .accordionHeadline *.c-greylight, .bg-dark1 .accordionContent *.c-greylight {
  color: #D6D0CA;
}

.borderbottom-greylight {
  border-bottom: 1px solid #D6D0CA;
}

a:hover .bg-greylight, a:active .bg-greylight, a:focus .bg-greylight {
  background-color: #D6D0CA;
}

.svg-greylight {
  color: #D6D0CA;
}
.svg-greylight .circle {
  fill: #D6D0CA;
}
.svg-greylight .circlehover {
  fill: #D6D0CA;
}

.fill-greylight {
  fill: #D6D0CA;
}

.bg-cream, a.bg-cream:active, a.bg-cream:focus {
  background-color: #E9E4DD;
}

a.bg-cream:hover {
  background-color: #E9E4DD;
}

.has-cream-background-color {
  background: #E9E4DD;
}

.has-bg-cream-background-color {
  background: #E9E4DD;
}

.has-cream-color {
  color: #E9E4DD;
}

.c-cream {
  color: #E9E4DD;
}

.bg-dark1 .accordionHeadline * .c-cream, .bg-dark1 .accordionContent * .c-cream {
  color: #E9E4DD;
}
.bg-dark1 .accordionHeadline *.c-cream, .bg-dark1 .accordionContent *.c-cream {
  color: #E9E4DD;
}

.borderbottom-cream {
  border-bottom: 1px solid #E9E4DD;
}

a:hover .bg-cream, a:active .bg-cream, a:focus .bg-cream {
  background-color: #E9E4DD;
}

.svg-cream {
  color: #E9E4DD;
}
.svg-cream .circle {
  fill: #E9E4DD;
}
.svg-cream .circlehover {
  fill: #E9E4DD;
}

.fill-cream {
  fill: #E9E4DD;
}

.bg-creamlight, a.bg-creamlight:active, a.bg-creamlight:focus {
  background-color: #FCFBF3;
}

a.bg-creamlight:hover {
  background-color: #FCFBF3;
}

.has-creamlight-background-color {
  background: #FCFBF3;
}

.has-bg-creamlight-background-color {
  background: #FCFBF3;
}

.has-creamlight-color {
  color: #FCFBF3;
}

.c-creamlight {
  color: #FCFBF3;
}

.bg-dark1 .accordionHeadline * .c-creamlight, .bg-dark1 .accordionContent * .c-creamlight {
  color: #FCFBF3;
}
.bg-dark1 .accordionHeadline *.c-creamlight, .bg-dark1 .accordionContent *.c-creamlight {
  color: #FCFBF3;
}

.borderbottom-creamlight {
  border-bottom: 1px solid #FCFBF3;
}

a:hover .bg-creamlight, a:active .bg-creamlight, a:focus .bg-creamlight {
  background-color: #FCFBF3;
}

.svg-creamlight {
  color: #FCFBF3;
}
.svg-creamlight .circle {
  fill: #FCFBF3;
}
.svg-creamlight .circlehover {
  fill: #FCFBF3;
}

.fill-creamlight {
  fill: #FCFBF3;
}

.bg-product, a.bg-product:active, a.bg-product:focus {
  background-color: #F1F1F1;
}

a.bg-product:hover {
  background-color: #F1F1F1;
}

.has-product-background-color {
  background: #F1F1F1;
}

.has-bg-product-background-color {
  background: #F1F1F1;
}

.has-product-color {
  color: #F1F1F1;
}

.c-product {
  color: #F1F1F1;
}

.bg-dark1 .accordionHeadline * .c-product, .bg-dark1 .accordionContent * .c-product {
  color: #F1F1F1;
}
.bg-dark1 .accordionHeadline *.c-product, .bg-dark1 .accordionContent *.c-product {
  color: #F1F1F1;
}

.borderbottom-product {
  border-bottom: 1px solid #F1F1F1;
}

a:hover .bg-product, a:active .bg-product, a:focus .bg-product {
  background-color: #F1F1F1;
}

.svg-product {
  color: #F1F1F1;
}
.svg-product .circle {
  fill: #F1F1F1;
}
.svg-product .circlehover {
  fill: #F1F1F1;
}

.fill-product {
  fill: #F1F1F1;
}

.bg-lachs, a.bg-lachs:active, a.bg-lachs:focus {
  background-color: #FF8C7E;
}

a.bg-lachs:hover {
  background-color: #FF8C7E;
}

.has-lachs-background-color {
  background: #FF8C7E;
}

.has-bg-lachs-background-color {
  background: #FF8C7E;
}

.has-lachs-color {
  color: #FF8C7E;
}

.c-lachs {
  color: #FF8C7E;
}

.bg-dark1 .accordionHeadline * .c-lachs, .bg-dark1 .accordionContent * .c-lachs {
  color: #FF8C7E;
}
.bg-dark1 .accordionHeadline *.c-lachs, .bg-dark1 .accordionContent *.c-lachs {
  color: #FF8C7E;
}

.borderbottom-lachs {
  border-bottom: 1px solid #FF8C7E;
}

a:hover .bg-lachs, a:active .bg-lachs, a:focus .bg-lachs {
  background-color: #FF8C7E;
}

.svg-lachs {
  color: #FF8C7E;
}
.svg-lachs .circle {
  fill: #FF8C7E;
}
.svg-lachs .circlehover {
  fill: #FF8C7E;
}

.fill-lachs {
  fill: #FF8C7E;
}

.bg-oarneg, a.bg-oarneg:active, a.bg-oarneg:focus {
  background-color: #F9CC97;
}

a.bg-oarneg:hover {
  background-color: #F9CC97;
}

.has-oarneg-background-color {
  background: #F9CC97;
}

.has-bg-oarneg-background-color {
  background: #F9CC97;
}

.has-oarneg-color {
  color: #F9CC97;
}

.c-oarneg {
  color: #F9CC97;
}

.bg-dark1 .accordionHeadline * .c-oarneg, .bg-dark1 .accordionContent * .c-oarneg {
  color: #F9CC97;
}
.bg-dark1 .accordionHeadline *.c-oarneg, .bg-dark1 .accordionContent *.c-oarneg {
  color: #F9CC97;
}

.borderbottom-oarneg {
  border-bottom: 1px solid #F9CC97;
}

a:hover .bg-oarneg, a:active .bg-oarneg, a:focus .bg-oarneg {
  background-color: #F9CC97;
}

.svg-oarneg {
  color: #F9CC97;
}
.svg-oarneg .circle {
  fill: #F9CC97;
}
.svg-oarneg .circlehover {
  fill: #F9CC97;
}

.fill-oarneg {
  fill: #F9CC97;
}

.bg-fullwhite, a.bg-fullwhite:active, a.bg-fullwhite:focus {
  background-color: #FFFFFF;
}

a.bg-fullwhite:hover {
  background-color: #FFFFFF;
}

.has-fullwhite-background-color {
  background: #FFFFFF;
}

.has-bg-fullwhite-background-color {
  background: #FFFFFF;
}

.has-fullwhite-color {
  color: #FFFFFF;
}

.c-fullwhite {
  color: #FFFFFF;
}

.bg-dark1 .accordionHeadline * .c-fullwhite, .bg-dark1 .accordionContent * .c-fullwhite {
  color: #FFFFFF;
}
.bg-dark1 .accordionHeadline *.c-fullwhite, .bg-dark1 .accordionContent *.c-fullwhite {
  color: #FFFFFF;
}

.borderbottom-fullwhite {
  border-bottom: 1px solid #FFFFFF;
}

a:hover .bg-fullwhite, a:active .bg-fullwhite, a:focus .bg-fullwhite {
  background-color: #FFFFFF;
}

.svg-fullwhite {
  color: #FFFFFF;
}
.svg-fullwhite .circle {
  fill: #FFFFFF;
}
.svg-fullwhite .circlehover {
  fill: #FFFFFF;
}

.fill-fullwhite {
  fill: #FFFFFF;
}

button.formkit-submit, input[type=text], input[type=number], input[type=email], input[type=search], input[type=password], input[type=tel], textarea, select, .select, .filterbtn a.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

li, p, a, body, \:root, .linktoother strong, body.is-act-confirmpage .card-title, .list-price-badge, .is-act-confirmpage .line-item-label, .is-act-confirmpage .card-title, .is-act-confirmpage .card-title *, .beachtungunperfekt strong, .menuarticletag, table thead td, table thead th, .tabwrapper .tabpannel a, .tabwrapper .tabpanneljs a, .tabwrapperjs .tabpannel a, .tabwrapperjs .tabpanneljs a, .heading, .productname, h6 i, h6 a, h6 b, h6 strong, .h6 i, .h6 a, .h6 b, .h6 strong, h6, .h6, h5 i, h5 a, h5 b, h5 strong, .h5 i, .h5 a, .h5 b, .h5 strong, .subline i, .subline a, .subline b, .subline strong, h5, .h5, .subline, h4 i, h4 a, h4 b, h4 strong, .h4 i, .h4 a, .h4 b, .h4 strong, h4, .h4, .offcanvas .h4 col, .offcanvas .h4, h3 b, h3 i, h3 a, h3 strong, .h3 b, .h3 i, .h3 a, .h3 strong, .has-small-font-size b, .has-small-font-size i, .has-small-font-size a, .has-small-font-size strong, h3, .h3, .has-small-font-size, #agb-lightbox-content p, #agb-lightbox-content a, .linktoother, .sparenbadge, .titlehead .r, button.formkit-submit, input[type=text], input[type=number], input[type=email], input[type=search], input[type=password], input[type=tel], textarea, select, .select, .filterbtn a.select, body #quantity-select-wrapperps label, .newprice .price, .product-detail-list-price-wrapper, .h2mobile, .productname .name, .mm-spn.mm-spn--navbar:after, .realmenu a, .sprungnav a, .overline, .pdin *, .pdin, .leftright *, .product-detail-tax-link, .delivery-information, .product-block-prices-grid *, .product-detail-configurator-option-label .name, .product-detail-configurator-option-label .preisvar, table tbody tr td, .psmallhell, .playbtn, .psmall, .psmal, .is-ctl-register main .card-title, .is-ctl-auth main .card-title, .is-ctl-checkout main .card-title, .pbig, .productinfo, .tabpannel a, .tabpanneljs a, .tabpannellinks a, .openaccordeon, .btn-thin, .btn, .textlinksmal, .tagswrapper .articletag, .topbar p, .textlink, .product-detail-price, .is-ctl-register main h1, .is-ctl-register main .h1, .is-ctl-auth main h1, .is-ctl-auth main .h1, .is-ctl-checkout main h1, .is-ctl-checkout main .h1, h2 b, h2 i, h2 a, h2 strong, .h2 b, .h2 i, .h2 a, .h2 strong, .has-medium-font-size b, .has-medium-font-size i, .has-medium-font-size a, .has-medium-font-size strong, h2, .h2, .has-medium-font-size, .displaytxtx, .h1klein b, .h1klein i, .h1klein a, .h1klein strong, .h1klein, .is-act-finishpage h1, .is-act-finishpage .h1, h1 b, h1 i, h1 a, h1 strong, .h1 b, .h1 i, .h1 a, .h1 strong, .has-large-font-size b, .has-large-font-size i, .has-large-font-size a, .has-large-font-size strong, h1, .h1, .has-large-font-size {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: subpixel-antialiased;
}

@font-face {
  font-family: "RoemischStehendHar";
  src: url("https://into-life.de/app/themes/bwa_starter/fonts/RoemischStehendHar.woff2") format("woff2"), url("https://into-life.de/app/themes/bwa_starter/fonts/RoemischStehendHar.eot") format("eot"), url("https://into-life.de/app/themes/bwa_starter/fonts/RoemischStehendHar.woff") format("woff"), url("https://into-life.de/app/themes/bwa_starter/fonts/RoemischStehendHar.eot?#iefix") format("embedded-opentype"), url("https://into-life.de/app/themes/bwa_starter/fonts/RoemischStehendHar.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "DIN PRO Regular";
  src: url("https://into-life.de/app/themes/bwa_starter/fonts/DIN Pro 400.woff2") format("woff2"), url("https://into-life.de/app/themes/bwa_starter/fonts/DIN Pro 400.eot") format("eot"), url("https://into-life.de/app/themes/bwa_starter/fonts/DIN Pro 400.woff") format("woff"), url("https://into-life.de/app/themes/bwa_starter/fonts/DIN Pro 400.eot?#iefix") format("embedded-opentype"), url("https://into-life.de/app/themes/bwa_starter/fonts/DIN Pro 400.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "DIN PRO Medium";
  src: url("https://into-life.de/app/themes/bwa_starter/fonts/DIN Pro Medium 500.woff2") format("woff2"), url("https://into-life.de/app/themes/bwa_starter/fonts/DIN Pro Medium 500.eot") format("eot"), url("https://into-life.de/app/themes/bwa_starter/fonts/DIN Pro Medium 500.woff") format("woff"), url("https://into-life.de/app/themes/bwa_starter/fonts/DIN Pro Medium 500.eot?#iefix") format("embedded-opentype"), url("https://into-life.de/app/themes/bwa_starter/fonts/DIN Pro Medium 500.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "GT-America-Mono-Light";
  src: url("https://into-life.de/app/themes/bwa_starter/fonts/GT-America-Mono-Light.woff2") format("woff2"), url("https://into-life.de/app/themes/bwa_starter/fonts/GT-America-Mono-Light.eot") format("eot"), url("https://into-life.de/app/themes/bwa_starter/fonts/GT-America-Mono-Light.woff") format("woff"), url("https://into-life.de/app/themes/bwa_starter/fonts/GT-America-Mono-Light.eot?#iefix") format("embedded-opentype"), url("https://into-life.de/app/themes/bwa_starter/fonts/GT-America-Mono-Light.ttf") format("truetype");
  font-display: swap;
}
.displaytxtx, .h1klein b, .h1klein i, .h1klein a, .h1klein strong, .h1klein, .is-act-finishpage h1, .is-act-finishpage .h1, h1 b, h1 i, h1 a, h1 strong, .h1 b, .h1 i, .h1 a, .h1 strong, .has-large-font-size b, .has-large-font-size i, .has-large-font-size a, .has-large-font-size strong, h1, .h1, .has-large-font-size {
  font-family: "RoemischStehendHar", "Times New Roman", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: 400;
}

#agb-lightbox-content p, #agb-lightbox-content a, .linktoother, .sparenbadge, .titlehead .r, button.formkit-submit, input[type=text], input[type=number], input[type=email], input[type=search], input[type=password], input[type=tel], textarea, select, .select, .filterbtn a.select, body #quantity-select-wrapperps label, .newprice .price, .product-detail-list-price-wrapper, .h2mobile, .productname .name, .mm-spn.mm-spn--navbar:after, .realmenu a, .sprungnav a, .overline, .pdin *, .pdin, .leftright *, .product-detail-tax-link, .delivery-information, .product-block-prices-grid *, .product-detail-configurator-option-label .name, .product-detail-configurator-option-label .preisvar, table tbody tr td, .psmallhell, .playbtn, .psmall, .psmal, .is-ctl-register main .card-title, .is-ctl-auth main .card-title, .is-ctl-checkout main .card-title, .pbig, .productinfo, .tabpannel a, .tabpanneljs a, .tabpannellinks a, .openaccordeon, .btn-thin, .btn, .textlinksmal, .tagswrapper .articletag, .topbar p, .textlink, .product-detail-price, .is-ctl-register main h1, .is-ctl-register main .h1, .is-ctl-auth main h1, .is-ctl-auth main .h1, .is-ctl-checkout main h1, .is-ctl-checkout main .h1, h2 b, h2 i, h2 a, h2 strong, .h2 b, .h2 i, .h2 a, .h2 strong, .has-medium-font-size b, .has-medium-font-size i, .has-medium-font-size a, .has-medium-font-size strong, h2, .h2, .has-medium-font-size {
  font-family: "DIN PRO Regular", "Helvetica", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

.linktoother strong, body.is-act-confirmpage .card-title, .list-price-badge, .is-act-confirmpage .line-item-label, .is-act-confirmpage .card-title, .is-act-confirmpage .card-title *, .beachtungunperfekt strong, .menuarticletag, table thead td, table thead th, .tabwrapper .tabpannel a, .tabwrapper .tabpanneljs a, .tabwrapperjs .tabpannel a, .tabwrapperjs .tabpanneljs a, .heading, .productname, h6 i, h6 a, h6 b, h6 strong, .h6 i, .h6 a, .h6 b, .h6 strong, h6, .h6, h5 i, h5 a, h5 b, h5 strong, .h5 i, .h5 a, .h5 b, .h5 strong, .subline i, .subline a, .subline b, .subline strong, h5, .h5, .subline, h4 i, h4 a, h4 b, h4 strong, .h4 i, .h4 a, .h4 b, .h4 strong, h4, .h4, .offcanvas .h4 col, .offcanvas .h4, h3 b, h3 i, h3 a, h3 strong, .h3 b, .h3 i, .h3 a, .h3 strong, .has-small-font-size b, .has-small-font-size i, .has-small-font-size a, .has-small-font-size strong, h3, .h3, .has-small-font-size {
  font-family: "DIN PRO Medium", "Helvetica", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
}

li, p, a, body, \:root {
  font-family: "GT-America-Mono-Light", "Helvetica", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

.ftb {
  display: flex;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: nowrap;
}

.mh-100 {
  min-height: 100vh;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0px;
}

.is-act-finishpage h1, .is-act-finishpage .h1, h1 b, h1 i, h1 a, h1 strong, .h1 b, .h1 i, .h1 a, .h1 strong, .has-large-font-size b, .has-large-font-size i, .has-large-font-size a, .has-large-font-size strong, h1, .h1, .has-large-font-size {
  font-size: 72px;
  font-size: 4.5rem;
  line-height: 75px;
  line-height: 4.6875rem;
  margin-bottom: 12px;
}
@media (max-width: 1440px) {
  .is-act-finishpage h1, .is-act-finishpage .h1, h1 b, h1 i, h1 a, h1 strong, .h1 b, .h1 i, .h1 a, .h1 strong, .has-large-font-size b, .has-large-font-size i, .has-large-font-size a, .has-large-font-size strong, h1, .h1, .has-large-font-size {
    font-size: 48px;
    font-size: 3rem;
    line-height: 50px;
    line-height: 3.125rem;
  }
}
@media (max-width: 768px) {
  .is-act-finishpage h1, .is-act-finishpage .h1, h1 b, h1 i, h1 a, h1 strong, .h1 b, .h1 i, .h1 a, .h1 strong, .has-large-font-size b, .has-large-font-size i, .has-large-font-size a, .has-large-font-size strong, h1, .h1, .has-large-font-size {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 42px;
    line-height: 2.625rem;
  }
}

.h1klein b, .h1klein i, .h1klein a, .h1klein strong, .h1klein {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 45px;
  line-height: 2.8125rem;
  margin-bottom: 12px;
}
@media (max-width: 1440px) {
  .h1klein b, .h1klein i, .h1klein a, .h1klein strong, .h1klein {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}
@media (max-width: 768px) {
  .h1klein b, .h1klein i, .h1klein a, .h1klein strong, .h1klein {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
}

.product-detail-price, .is-ctl-register main h1, .is-ctl-register main .h1, .is-ctl-auth main h1, .is-ctl-auth main .h1, .is-ctl-checkout main h1, .is-ctl-checkout main .h1, h2 b, h2 i, h2 a, h2 strong, .h2 b, .h2 i, .h2 a, .h2 strong, .has-medium-font-size b, .has-medium-font-size i, .has-medium-font-size a, .has-medium-font-size strong, h2, .h2, .has-medium-font-size {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin-bottom: 12px;
}
@media (max-width: 1440px) {
  .product-detail-price, .is-ctl-register main h1, .is-ctl-register main .h1, .is-ctl-auth main h1, .is-ctl-auth main .h1, .is-ctl-checkout main h1, .is-ctl-checkout main .h1, h2 b, h2 i, h2 a, h2 strong, .h2 b, .h2 i, .h2 a, .h2 strong, .has-medium-font-size b, .has-medium-font-size i, .has-medium-font-size a, .has-medium-font-size strong, h2, .h2, .has-medium-font-size {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 24px;
    line-height: 1.5rem;
  }
}
@media (max-width: 768px) {
  .product-detail-price, .is-ctl-register main h1, .is-ctl-register main .h1, .is-ctl-auth main h1, .is-ctl-auth main .h1, .is-ctl-checkout main h1, .is-ctl-checkout main .h1, h2 b, h2 i, h2 a, h2 strong, .h2 b, .h2 i, .h2 a, .h2 strong, .has-medium-font-size b, .has-medium-font-size i, .has-medium-font-size a, .has-medium-font-size strong, h2, .h2, .has-medium-font-size {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
}

.offcanvas .h4 col, .offcanvas .h4, h3 b, h3 i, h3 a, h3 strong, .h3 b, .h3 i, .h3 a, .h3 strong, .has-small-font-size b, .has-small-font-size i, .has-small-font-size a, .has-small-font-size strong, h3, .h3, .has-small-font-size {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 21px;
  line-height: 1.3125rem;
  margin-bottom: 12px;
}
@media (max-width: 1440px) {
  .offcanvas .h4 col, .offcanvas .h4, h3 b, h3 i, h3 a, h3 strong, .h3 b, .h3 i, .h3 a, .h3 strong, .has-small-font-size b, .has-small-font-size i, .has-small-font-size a, .has-small-font-size strong, h3, .h3, .has-small-font-size {
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
}
@media (max-width: 768px) {
  .offcanvas .h4 col, .offcanvas .h4, h3 b, h3 i, h3 a, h3 strong, .h3 b, .h3 i, .h3 a, .h3 strong, .has-small-font-size b, .has-small-font-size i, .has-small-font-size a, .has-small-font-size strong, h3, .h3, .has-small-font-size {
    font-size: 16px;
    font-size: 1rem;
    line-height: 19px;
    line-height: 1.1875rem;
  }
}

h4 i, h4 a, h4 b, h4 strong, .h4 i, .h4 a, .h4 b, .h4 strong, h4, .h4 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 45px;
  line-height: 2.8125rem;
  margin-bottom: 12px;
}
@media (max-width: 1440px) {
  h4 i, h4 a, h4 b, h4 strong, .h4 i, .h4 a, .h4 b, .h4 strong, h4, .h4 {
    font-size: 25px;
    font-size: 1.5625rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
@media (max-width: 768px) {
  h4 i, h4 a, h4 b, h4 strong, .h4 i, .h4 a, .h4 b, .h4 strong, h4, .h4 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 28px;
    line-height: 1.75rem;
  }
}

h5 i, h5 a, h5 b, h5 strong, .h5 i, .h5 a, .h5 b, .h5 strong, .subline i, .subline a, .subline b, .subline strong, h5, .h5, .subline {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 12px;
}
@media (max-width: 1440px) {
  h5 i, h5 a, h5 b, h5 strong, .h5 i, .h5 a, .h5 b, .h5 strong, .subline i, .subline a, .subline b, .subline strong, h5, .h5, .subline {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px;
    line-height: 1rem;
  }
}
@media (max-width: 768px) {
  h5 i, h5 a, h5 b, h5 strong, .h5 i, .h5 a, .h5 b, .h5 strong, .subline i, .subline a, .subline b, .subline strong, h5, .h5, .subline {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 16px;
    line-height: 1rem;
  }
}

h6 i, h6 a, h6 b, h6 strong, .h6 i, .h6 a, .h6 b, .h6 strong, h6, .h6 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 42px;
  line-height: 2.625rem;
  margin-bottom: 12px;
}
@media (max-width: 1440px) {
  h6 i, h6 a, h6 b, h6 strong, .h6 i, .h6 a, .h6 b, .h6 strong, h6, .h6 {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 32px;
    line-height: 2rem;
  }
}
@media (max-width: 768px) {
  h6 i, h6 a, h6 b, h6 strong, .h6 i, .h6 a, .h6 b, .h6 strong, h6, .h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
}

li, p, a, body, \:root {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-bottom: 12px;
}
@media (max-width: 1440px) {
  li, p, a, body, \:root {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 23px;
    line-height: 1.4375rem;
  }
}
@media (max-width: 768px) {
  li, p, a, body, \:root {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

.tagswrapper .articletag, .topbar p, .textlink {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 22px;
  line-height: 1.375rem;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .tagswrapper .articletag, .topbar p, .textlink {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
@media (max-width: 768px) {
  .tagswrapper .articletag, .topbar p, .textlink {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

.tabpannel a, .tabpanneljs a, .tabpannellinks a, .openaccordeon, .btn-thin, .btn, .textlinksmal {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 1440px) {
  .tabpannel a, .tabpanneljs a, .tabpannellinks a, .openaccordeon, .btn-thin, .btn, .textlinksmal {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
@media (max-width: 768px) {
  .tabpannel a, .tabpanneljs a, .tabpannellinks a, .openaccordeon, .btn-thin, .btn, .textlinksmal {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

.productname {
  font-size: 16px;
  font-size: 1rem;
  line-height: 19px;
  line-height: 1.1875rem;
  margin-bottom: 12px;
}
@media (max-width: 1440px) {
  .productname {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
}
@media (max-width: 768px) {
  .productname {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
}

.productinfo {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  line-height: 1rem;
  margin-bottom: 12px;
}
@media (max-width: 1440px) {
  .productinfo {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    line-height: 1rem;
  }
}
@media (max-width: 768px) {
  .productinfo {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    line-height: 0.875rem;
  }
}

.displaytxtx {
  font-size: 80px;
  font-size: 5rem;
  line-height: 80px;
  line-height: 5rem;
  margin-bottom: 12px;
}
@media (max-width: 1440px) {
  .displaytxtx {
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 60px;
    line-height: 3.75rem;
  }
}
@media (max-width: 768px) {
  .displaytxtx {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 40px;
    line-height: 2.5rem;
  }
}

.is-ctl-register main .card-title, .is-ctl-auth main .card-title, .is-ctl-checkout main .card-title, .pbig {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 27px;
  line-height: 1.6875rem;
  margin-bottom: 12px;
}
@media (max-width: 1440px) {
  .is-ctl-register main .card-title, .is-ctl-auth main .card-title, .is-ctl-checkout main .card-title, .pbig {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
@media (max-width: 768px) {
  .is-ctl-register main .card-title, .is-ctl-auth main .card-title, .is-ctl-checkout main .card-title, .pbig {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}

.product-detail-tax-link, .delivery-information, .product-block-prices-grid *, .product-detail-configurator-option-label .name, .product-detail-configurator-option-label .preisvar, table tbody tr td, .psmallhell, .playbtn, .psmall, .psmal {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin-bottom: 12px;
}
@media (max-width: 1440px) {
  .product-detail-tax-link, .delivery-information, .product-block-prices-grid *, .product-detail-configurator-option-label .name, .product-detail-configurator-option-label .preisvar, table tbody tr td, .psmallhell, .playbtn, .psmall, .psmal {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    line-height: 1rem;
  }
}
@media (max-width: 768px) {
  .product-detail-tax-link, .delivery-information, .product-block-prices-grid *, .product-detail-configurator-option-label .name, .product-detail-configurator-option-label .preisvar, table tbody tr td, .psmallhell, .playbtn, .psmall, .psmal {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    line-height: 0.875rem;
  }
}

.leftright * {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 15px;
  line-height: 0.9375rem;
}
@media (max-width: 1440px) {
  .leftright * {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 14px;
    line-height: 0.875rem;
  }
}
@media (max-width: 768px) {
  .leftright * {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 14px;
    line-height: 0.875rem;
  }
}

table thead td, table thead th, .tabwrapper .tabpannel a, .tabwrapper .tabpanneljs a, .tabwrapperjs .tabpannel a, .tabwrapperjs .tabpanneljs a, .heading {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  line-height: 1.25rem;
  margin-bottom: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  table thead td, table thead th, .tabwrapper .tabpannel a, .tabwrapper .tabpanneljs a, .tabwrapperjs .tabpannel a, .tabwrapperjs .tabpanneljs a, .heading {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}
@media (max-width: 768px) {
  table thead td, table thead th, .tabwrapper .tabpannel a, .tabwrapper .tabpanneljs a, .tabwrapperjs .tabpannel a, .tabwrapperjs .tabpanneljs a, .heading {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 17px;
    line-height: 1.0625rem;
  }
}

.pdin {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 12px;
}
@media (max-width: 1440px) {
  .pdin {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
@media (max-width: 768px) {
  .pdin {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}
.pdin * {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 22px;
  line-height: 1.375rem;
  margin-bottom: 12px;
}
@media (max-width: 1440px) {
  .pdin * {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem;
  }
}
@media (max-width: 768px) {
  .pdin * {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}

.overline {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin-bottom: 12px;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .overline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 15px;
    line-height: 0.9375rem;
  }
}
@media (max-width: 768px) {
  .overline {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 15px;
    line-height: 0.9375rem;
  }
}

body {
  margin: 0;
  color: #212121;
  text-align: left;
}

p, a {
  margin: 0 0 24px 0;
}

a {
  color: #212121;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  outline: none;
  outline: 0;
}
a:hover, a:active, a:focus {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:active, a:focus {
  outline: none;
  box-shadow: 0 0 0 0rem rgba(108, 117, 125, 0);
}

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

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

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

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

.nowrap {
  white-space: nowrap;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 0px;
  margin-left: 25px;
  padding-left: 0px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}

.pt-2 {
  padding-top: 2px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pt-8 {
  padding-top: 8px;
}

.pt-16 {
  padding-top: 16px;
}
@media (max-width: 1280px) {
  .pt-16 {
    padding-top: 12px;
  }
}
@media (max-width: 1024px) {
  .pt-16 {
    padding-top: 12px;
  }
}
@media (max-width: 768px) {
  .pt-16 {
    padding-top: 8px;
  }
}

.pt-24 {
  padding-top: 24px;
}
@media (max-width: 1280px) {
  .pt-24 {
    padding-top: 16px;
  }
}
@media (max-width: 1024px) {
  .pt-24 {
    padding-top: 12px;
  }
}
@media (max-width: 768px) {
  .pt-24 {
    padding-top: 8px;
  }
}

.pt-32 {
  padding-top: 32px;
}
@media (max-width: 1280px) {
  .pt-32 {
    padding-top: 24px;
  }
}
@media (max-width: 1024px) {
  .pt-32 {
    padding-top: 16px;
  }
}
@media (max-width: 768px) {
  .pt-32 {
    padding-top: 12px;
  }
}

.pt-40 {
  padding-top: 40px;
}
@media (max-width: 1280px) {
  .pt-40 {
    padding-top: 32px;
  }
}
@media (max-width: 1024px) {
  .pt-40 {
    padding-top: 24px;
  }
}
@media (max-width: 768px) {
  .pt-40 {
    padding-top: 16px;
  }
}

.pt-48 {
  padding-top: 48px;
}
@media (max-width: 1280px) {
  .pt-48 {
    padding-top: 40px;
  }
}
@media (max-width: 1024px) {
  .pt-48 {
    padding-top: 32px;
  }
}
@media (max-width: 768px) {
  .pt-48 {
    padding-top: 24px;
  }
}

.pt-64 {
  padding-top: 64px;
}
@media (max-width: 1280px) {
  .pt-64 {
    padding-top: 48px;
  }
}
@media (max-width: 1024px) {
  .pt-64 {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .pt-64 {
    padding-top: 32px;
  }
}

.pt-72 {
  padding-top: 72px;
}
@media (max-width: 1280px) {
  .pt-72 {
    padding-top: 64px;
  }
}
@media (max-width: 1024px) {
  .pt-72 {
    padding-top: 48px;
  }
}
@media (max-width: 768px) {
  .pt-72 {
    padding-top: 40px;
  }
}

.pt-80 {
  padding-top: 80px;
}
@media (max-width: 1280px) {
  .pt-80 {
    padding-top: 72px;
  }
}
@media (max-width: 1024px) {
  .pt-80 {
    padding-top: 64px;
  }
}
@media (max-width: 768px) {
  .pt-80 {
    padding-top: 48px;
  }
}

.pt-96 {
  padding-top: 96px;
}
@media (max-width: 1280px) {
  .pt-96 {
    padding-top: 80px;
  }
}
@media (max-width: 1024px) {
  .pt-96 {
    padding-top: 72px;
  }
}
@media (max-width: 768px) {
  .pt-96 {
    padding-top: 64px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media (max-width: 1280px) {
  .pt-120 {
    padding-top: 86px;
  }
}
@media (max-width: 1024px) {
  .pt-120 {
    padding-top: 75px;
  }
}
@media (max-width: 768px) {
  .pt-120 {
    padding-top: 68px;
  }
}

.pt-160 {
  padding-top: 160px;
}
@media (max-width: 1280px) {
  .pt-160 {
    padding-top: 96px;
  }
}
@media (max-width: 1024px) {
  .pt-160 {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .pt-160 {
    padding-top: 72px;
  }
}

.pt-240 {
  padding-top: 240px;
}
@media (max-width: 1280px) {
  .pt-240 {
    padding-top: 160px;
  }
}
@media (max-width: 1024px) {
  .pt-240 {
    padding-top: 96px;
  }
}
@media (max-width: 768px) {
  .pt-240 {
    padding-top: 80px;
  }
}

.pb-2 {
  padding-bottom: 2px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pb-16 {
  padding-bottom: 16px;
}
@media (max-width: 1280px) {
  .pb-16 {
    padding-bottom: 12px;
  }
}
@media (max-width: 1024px) {
  .pb-16 {
    padding-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .pb-16 {
    padding-bottom: 8px;
  }
}

.pb-24 {
  padding-bottom: 24px;
}
@media (max-width: 1280px) {
  .pb-24 {
    padding-bottom: 16px;
  }
}
@media (max-width: 1024px) {
  .pb-24 {
    padding-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .pb-24 {
    padding-bottom: 8px;
  }
}

.pb-32 {
  padding-bottom: 32px;
}
@media (max-width: 1280px) {
  .pb-32 {
    padding-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  .pb-32 {
    padding-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .pb-32 {
    padding-bottom: 12px;
  }
}

.pb-40 {
  padding-bottom: 40px;
}
@media (max-width: 1280px) {
  .pb-40 {
    padding-bottom: 32px;
  }
}
@media (max-width: 1024px) {
  .pb-40 {
    padding-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .pb-40 {
    padding-bottom: 16px;
  }
}

.pb-48 {
  padding-bottom: 48px;
}
@media (max-width: 1280px) {
  .pb-48 {
    padding-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .pb-48 {
    padding-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .pb-48 {
    padding-bottom: 24px;
  }
}

.pb-64 {
  padding-bottom: 64px;
}
@media (max-width: 1280px) {
  .pb-64 {
    padding-bottom: 48px;
  }
}
@media (max-width: 1024px) {
  .pb-64 {
    padding-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .pb-64 {
    padding-bottom: 32px;
  }
}

.pb-72 {
  padding-bottom: 72px;
}
@media (max-width: 1280px) {
  .pb-72 {
    padding-bottom: 64px;
  }
}
@media (max-width: 1024px) {
  .pb-72 {
    padding-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .pb-72 {
    padding-bottom: 40px;
  }
}

.pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 1280px) {
  .pb-80 {
    padding-bottom: 48px;
  }
}
@media (max-width: 1024px) {
  .pb-80 {
    padding-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .pb-80 {
    padding-bottom: 24px;
  }
}

.pb-96 {
  padding-bottom: 96px;
}
@media (max-width: 1280px) {
  .pb-96 {
    padding-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .pb-96 {
    padding-bottom: 72px;
  }
}
@media (max-width: 768px) {
  .pb-96 {
    padding-bottom: 64px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (max-width: 1280px) {
  .pb-120 {
    padding-bottom: 86px;
  }
}
@media (max-width: 1024px) {
  .pb-120 {
    padding-bottom: 75px;
  }
}
@media (max-width: 768px) {
  .pb-120 {
    padding-bottom: 68px;
  }
}

.pb-160 {
  padding-bottom: 160px;
}
@media (max-width: 1280px) {
  .pb-160 {
    padding-bottom: 96px;
  }
}
@media (max-width: 1024px) {
  .pb-160 {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .pb-160 {
    padding-bottom: 72px;
  }
}

.pb-240 {
  padding-bottom: 240px;
}
@media (max-width: 1280px) {
  .pb-240 {
    padding-bottom: 160px;
  }
}
@media (max-width: 1024px) {
  .pb-240 {
    padding-bottom: 96px;
  }
}
@media (max-width: 768px) {
  .pb-240 {
    padding-bottom: 80px;
  }
}

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

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

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

.mb-16 {
  margin-bottom: 16px;
}
@media (max-width: 1280px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}
@media (max-width: 1024px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .mb-16 {
    margin-bottom: 12px;
  }
}

.mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 1280px) {
  .mb-24 {
    margin-bottom: 16px;
  }
}
@media (max-width: 1024px) {
  .mb-24 {
    margin-bottom: 12px;
  }
}
@media (max-width: 768px) {
  .mb-24 {
    margin-bottom: 12px;
  }
}

.mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 1280px) {
  .mb-32 {
    margin-bottom: 24px;
  }
}
@media (max-width: 1024px) {
  .mb-32 {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .mb-32 {
    margin-bottom: 16px;
  }
}

.mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 1280px) {
  .mb-40 {
    margin-bottom: 32px;
  }
}
@media (max-width: 1024px) {
  .mb-40 {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .mb-40 {
    margin-bottom: 16px;
  }
}

.mb-48 {
  margin-bottom: 48px;
}
@media (max-width: 1280px) {
  .mb-48 {
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  .mb-48 {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .mb-48 {
    margin-bottom: 24px;
  }
}

.mb-64 {
  margin-bottom: 64px;
}
@media (max-width: 1280px) {
  .mb-64 {
    margin-bottom: 48px;
  }
}
@media (max-width: 1024px) {
  .mb-64 {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .mb-64 {
    margin-bottom: 32px;
  }
}

.mb-72 {
  margin-bottom: 72px;
}
@media (max-width: 1280px) {
  .mb-72 {
    margin-bottom: 64px;
  }
}
@media (max-width: 1024px) {
  .mb-72 {
    margin-bottom: 48px;
  }
}
@media (max-width: 768px) {
  .mb-72 {
    margin-bottom: 40px;
  }
}

.mb-80 {
  margin-bottom: 80px;
}
@media (max-width: 1280px) {
  .mb-80 {
    margin-bottom: 72px;
  }
}
@media (max-width: 1024px) {
  .mb-80 {
    margin-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .mb-80 {
    margin-bottom: 48px;
  }
}

.mb-96 {
  margin-bottom: 96px;
}
@media (max-width: 1280px) {
  .mb-96 {
    margin-bottom: 80px;
  }
}
@media (max-width: 1024px) {
  .mb-96 {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .mb-96 {
    margin-bottom: 40px;
  }
}

.mb-120 {
  margin-bottom: 120px;
}
@media (max-width: 1280px) {
  .mb-120 {
    margin-bottom: 86px;
  }
}
@media (max-width: 1024px) {
  .mb-120 {
    margin-bottom: 75px;
  }
}
@media (max-width: 768px) {
  .mb-120 {
    margin-bottom: 68px;
  }
}

.mb-160 {
  margin-bottom: 160px;
}
@media (max-width: 1280px) {
  .mb-160 {
    margin-bottom: 96px;
  }
}
@media (max-width: 1024px) {
  .mb-160 {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .mb-160 {
    margin-bottom: 72px;
  }
}

.mb-240 {
  margin-bottom: 240px;
}
@media (max-width: 1280px) {
  .mb-240 {
    margin-bottom: 160px;
  }
}
@media (max-width: 1024px) {
  .mb-240 {
    margin-bottom: 96px;
  }
}
@media (max-width: 768px) {
  .mb-240 {
    margin-bottom: 80px;
  }
}

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

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}
@media (max-width: 1280px) {
  .mt-16 {
    margin-top: 12px;
  }
}
@media (max-width: 1024px) {
  .mt-16 {
    margin-top: 12px;
  }
}
@media (max-width: 768px) {
  .mt-16 {
    margin-top: 8px;
  }
}

.mt-24 {
  margin-top: 24px;
}
@media (max-width: 1280px) {
  .mt-24 {
    margin-top: 16px;
  }
}
@media (max-width: 1024px) {
  .mt-24 {
    margin-top: 12px;
  }
}
@media (max-width: 768px) {
  .mt-24 {
    margin-top: 8px;
  }
}

.mt-32 {
  margin-top: 32px;
}
@media (max-width: 1280px) {
  .mt-32 {
    margin-top: 24px;
  }
}
@media (max-width: 1024px) {
  .mt-32 {
    margin-top: 16px;
  }
}
@media (max-width: 768px) {
  .mt-32 {
    margin-top: 12px;
  }
}

.mt-40 {
  margin-top: 40px;
}
@media (max-width: 1280px) {
  .mt-40 {
    margin-top: 32px;
  }
}
@media (max-width: 1024px) {
  .mt-40 {
    margin-top: 24px;
  }
}
@media (max-width: 768px) {
  .mt-40 {
    margin-top: 16px;
  }
}

.mt-48 {
  margin-top: 48px;
}
@media (max-width: 1280px) {
  .mt-48 {
    margin-top: 40px;
  }
}
@media (max-width: 1024px) {
  .mt-48 {
    margin-top: 32px;
  }
}
@media (max-width: 768px) {
  .mt-48 {
    margin-top: 24px;
  }
}

.mt-64 {
  margin-top: 64px;
}
@media (max-width: 1280px) {
  .mt-64 {
    margin-top: 48px;
  }
}
@media (max-width: 1024px) {
  .mt-64 {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .mt-64 {
    margin-top: 32px;
  }
}

.mt-72 {
  margin-top: 72px;
}
@media (max-width: 1280px) {
  .mt-72 {
    margin-top: 64px;
  }
}
@media (max-width: 1024px) {
  .mt-72 {
    margin-top: 48px;
  }
}
@media (max-width: 768px) {
  .mt-72 {
    margin-top: 40px;
  }
}

.mt-80 {
  margin-top: 80px;
}
@media (max-width: 1280px) {
  .mt-80 {
    margin-top: 72px;
  }
}
@media (max-width: 1024px) {
  .mt-80 {
    margin-top: 64px;
  }
}
@media (max-width: 768px) {
  .mt-80 {
    margin-top: 48px;
  }
}

.mt-96 {
  margin-top: 96px;
}
@media (max-width: 1280px) {
  .mt-96 {
    margin-top: 80px;
  }
}
@media (max-width: 1024px) {
  .mt-96 {
    margin-top: 72px;
  }
}
@media (max-width: 768px) {
  .mt-96 {
    margin-top: 64px;
  }
}

.mt-120 {
  margin-top: 120px;
}
@media (max-width: 1280px) {
  .mt-120 {
    margin-top: 86px;
  }
}
@media (max-width: 1024px) {
  .mt-120 {
    margin-top: 75px;
  }
}
@media (max-width: 768px) {
  .mt-120 {
    margin-top: 68px;
  }
}

.mt-160 {
  margin-top: 160px;
}
@media (max-width: 1280px) {
  .mt-160 {
    margin-top: 96px;
  }
}
@media (max-width: 1024px) {
  .mt-160 {
    margin-top: 80px;
  }
}
@media (max-width: 768px) {
  .mt-160 {
    margin-top: 72px;
  }
}

.mt-240 {
  margin-top: 240px;
}
@media (max-width: 1280px) {
  .mt-240 {
    margin-top: 160px;
  }
}
@media (max-width: 1024px) {
  .mt-240 {
    margin-top: 96px;
  }
}
@media (max-width: 768px) {
  .mt-240 {
    margin-top: 80px;
  }
}

.wp-block-columns {
  margin: 0 40px;
}
@media (max-width: 1024px) {
  .wp-block-columns {
    margin: 0 15px;
  }
}

.container-fluid, .wp-block-columns {
  margin: 0;
  padding: 0 72px;
  width: 100%;
}
@media (max-width: 1024px) {
  .container-fluid, .wp-block-columns {
    padding: 0 15px;
  }
}

.wp-block-columns:where(.has-background) {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 0px;
}

.tleft {
  text-align: left;
}

.tcenter {
  text-align: center;
  display: flex;
  justify-content: center;
}

.tright {
  text-align: right;
  display: flex;
  justify-content: right;
}
@media (max-width: 1024px) {
  .tright {
    text-align: right;
    display: flex;
    justify-content: right;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .tright a {
    margin-top: 20px;
  }
}

.styletcenter {
  display: flex;
  justify-content: center;
  text-align: center;
}

.styletright {
  display: flex;
  justify-content: right;
}

img {
  border-radius: 0;
}

.mh100 {
  min-height: 100vh;
}

.mobile {
  display: none;
}

@media (max-width: 768px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
}
.wp-block-column .container-fluid {
  margin: 0;
  width: 100%;
}

* {
  word-break: initial !important;
  overflow-wrap: initial !important;
}

.nmr {
  margin-right: 0;
}

.npr {
  padding-right: 0;
}

.mb-a {
  margin-bottom: 2px;
}

.npl {
  padding-left: 0 !important;
}

@media (max-width: 768px) {
  .normHeader .npl, .fixedHeader .npl {
    padding-left: 20px !important;
  }
}

.npr {
  padding-right: 0 !important;
}

.np {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.npt {
  padding-top: 0 !important;
}

.npb {
  padding-bottom: 0 !important;
}

.mbottom-10 {
  margin-bottom: 10px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottom-10 {
    margin-bottom: 0.50px;
  }
}

@media (max-width: 1024px) {
  .mbm-10 {
    margin-bottom: 10px;
  }
}

.mtop-10 {
  margin-top: 10px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mtop-10 {
    margin-top: 0.50px;
  }
}

.mright-10 {
  margin-right: 10px;
  display: inline-block;
}

.mleft-10 {
  margin-left: 10px;
  display: inline-block;
}

.mbottomn-10 {
  margin-bottom: -10px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottomn-10 {
    margin-bottom: 0.50px;
  }
}

.mtopn-10 {
  margin-top: -10px;
  display: inline-block;
}

.mrightn-10 {
  margin-right: -10px;
  display: inline-block;
}

.mleftn-10 {
  margin-left: -10px;
  display: inline-block;
}

.m-10 {
  margin: 10px;
  display: inline-block;
}

.mbottom-20 {
  margin-bottom: 20px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottom-20 {
    margin-bottom: 10px;
  }
}

@media (max-width: 1024px) {
  .mbm-20 {
    margin-bottom: 20px;
  }
}

.mtop-20 {
  margin-top: 20px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mtop-20 {
    margin-top: 10px;
  }
}

.mright-20 {
  margin-right: 20px;
  display: inline-block;
}

.mleft-20 {
  margin-left: 20px;
  display: inline-block;
}

.mbottomn-20 {
  margin-bottom: -20px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottomn-20 {
    margin-bottom: 10px;
  }
}

.mtopn-20 {
  margin-top: -20px;
  display: inline-block;
}

.mrightn-20 {
  margin-right: -20px;
  display: inline-block;
}

.mleftn-20 {
  margin-left: -20px;
  display: inline-block;
}

.m-20 {
  margin: 20px;
  display: inline-block;
}

.mbottom-30 {
  margin-bottom: 30px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottom-30 {
    margin-bottom: 1.50px;
  }
}

@media (max-width: 1024px) {
  .mbm-30 {
    margin-bottom: 30px;
  }
}

.mtop-30 {
  margin-top: 30px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mtop-30 {
    margin-top: 1.50px;
  }
}

.mright-30 {
  margin-right: 30px;
  display: inline-block;
}

.mleft-30 {
  margin-left: 30px;
  display: inline-block;
}

.mbottomn-30 {
  margin-bottom: -30px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottomn-30 {
    margin-bottom: 1.50px;
  }
}

.mtopn-30 {
  margin-top: -30px;
  display: inline-block;
}

.mrightn-30 {
  margin-right: -30px;
  display: inline-block;
}

.mleftn-30 {
  margin-left: -30px;
  display: inline-block;
}

.m-30 {
  margin: 30px;
  display: inline-block;
}

.mbottom-40 {
  margin-bottom: 40px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottom-40 {
    margin-bottom: 20px;
  }
}

@media (max-width: 1024px) {
  .mbm-40 {
    margin-bottom: 40px;
  }
}

.mtop-40 {
  margin-top: 40px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mtop-40 {
    margin-top: 20px;
  }
}

.mright-40 {
  margin-right: 40px;
  display: inline-block;
}

.mleft-40 {
  margin-left: 40px;
  display: inline-block;
}

.mbottomn-40 {
  margin-bottom: -40px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottomn-40 {
    margin-bottom: 20px;
  }
}

.mtopn-40 {
  margin-top: -40px;
  display: inline-block;
}

.mrightn-40 {
  margin-right: -40px;
  display: inline-block;
}

.mleftn-40 {
  margin-left: -40px;
  display: inline-block;
}

.m-40 {
  margin: 40px;
  display: inline-block;
}

.mbottom-50 {
  margin-bottom: 50px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottom-50 {
    margin-bottom: 2.50px;
  }
}

@media (max-width: 1024px) {
  .mbm-50 {
    margin-bottom: 50px;
  }
}

.mtop-50 {
  margin-top: 50px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mtop-50 {
    margin-top: 2.50px;
  }
}

.mright-50 {
  margin-right: 50px;
  display: inline-block;
}

.mleft-50 {
  margin-left: 50px;
  display: inline-block;
}

.mbottomn-50 {
  margin-bottom: -50px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottomn-50 {
    margin-bottom: 2.50px;
  }
}

.mtopn-50 {
  margin-top: -50px;
  display: inline-block;
}

.mrightn-50 {
  margin-right: -50px;
  display: inline-block;
}

.mleftn-50 {
  margin-left: -50px;
  display: inline-block;
}

.m-50 {
  margin: 50px;
  display: inline-block;
}

.mbottom-60 {
  margin-bottom: 60px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottom-60 {
    margin-bottom: 30px;
  }
}

@media (max-width: 1024px) {
  .mbm-60 {
    margin-bottom: 60px;
  }
}

.mtop-60 {
  margin-top: 60px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mtop-60 {
    margin-top: 30px;
  }
}

.mright-60 {
  margin-right: 60px;
  display: inline-block;
}

.mleft-60 {
  margin-left: 60px;
  display: inline-block;
}

.mbottomn-60 {
  margin-bottom: -60px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottomn-60 {
    margin-bottom: 30px;
  }
}

.mtopn-60 {
  margin-top: -60px;
  display: inline-block;
}

.mrightn-60 {
  margin-right: -60px;
  display: inline-block;
}

.mleftn-60 {
  margin-left: -60px;
  display: inline-block;
}

.m-60 {
  margin: 60px;
  display: inline-block;
}

.mbottom-70 {
  margin-bottom: 70px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottom-70 {
    margin-bottom: 3.50px;
  }
}

@media (max-width: 1024px) {
  .mbm-70 {
    margin-bottom: 70px;
  }
}

.mtop-70 {
  margin-top: 70px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mtop-70 {
    margin-top: 3.50px;
  }
}

.mright-70 {
  margin-right: 70px;
  display: inline-block;
}

.mleft-70 {
  margin-left: 70px;
  display: inline-block;
}

.mbottomn-70 {
  margin-bottom: -70px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottomn-70 {
    margin-bottom: 3.50px;
  }
}

.mtopn-70 {
  margin-top: -70px;
  display: inline-block;
}

.mrightn-70 {
  margin-right: -70px;
  display: inline-block;
}

.mleftn-70 {
  margin-left: -70px;
  display: inline-block;
}

.m-70 {
  margin: 70px;
  display: inline-block;
}

.mbottom-80 {
  margin-bottom: 80px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottom-80 {
    margin-bottom: 40px;
  }
}

@media (max-width: 1024px) {
  .mbm-80 {
    margin-bottom: 80px;
  }
}

.mtop-80 {
  margin-top: 80px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mtop-80 {
    margin-top: 40px;
  }
}

.mright-80 {
  margin-right: 80px;
  display: inline-block;
}

.mleft-80 {
  margin-left: 80px;
  display: inline-block;
}

.mbottomn-80 {
  margin-bottom: -80px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottomn-80 {
    margin-bottom: 40px;
  }
}

.mtopn-80 {
  margin-top: -80px;
  display: inline-block;
}

.mrightn-80 {
  margin-right: -80px;
  display: inline-block;
}

.mleftn-80 {
  margin-left: -80px;
  display: inline-block;
}

.m-80 {
  margin: 80px;
  display: inline-block;
}

.mbottom-90 {
  margin-bottom: 90px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottom-90 {
    margin-bottom: 4.50px;
  }
}

@media (max-width: 1024px) {
  .mbm-90 {
    margin-bottom: 90px;
  }
}

.mtop-90 {
  margin-top: 90px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mtop-90 {
    margin-top: 4.50px;
  }
}

.mright-90 {
  margin-right: 90px;
  display: inline-block;
}

.mleft-90 {
  margin-left: 90px;
  display: inline-block;
}

.mbottomn-90 {
  margin-bottom: -90px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottomn-90 {
    margin-bottom: 4.50px;
  }
}

.mtopn-90 {
  margin-top: -90px;
  display: inline-block;
}

.mrightn-90 {
  margin-right: -90px;
  display: inline-block;
}

.mleftn-90 {
  margin-left: -90px;
  display: inline-block;
}

.m-90 {
  margin: 90px;
  display: inline-block;
}

.mbottom-100 {
  margin-bottom: 100px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottom-100 {
    margin-bottom: 50px;
  }
}

@media (max-width: 1024px) {
  .mbm-100 {
    margin-bottom: 100px;
  }
}

.mtop-100 {
  margin-top: 100px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mtop-100 {
    margin-top: 50px;
  }
}

.mright-100 {
  margin-right: 100px;
  display: inline-block;
}

.mleft-100 {
  margin-left: 100px;
  display: inline-block;
}

.mbottomn-100 {
  margin-bottom: -100px;
  display: inline-block;
}
@media (max-width: 1024px) {
  .mbottomn-100 {
    margin-bottom: 50px;
  }
}

.mtopn-100 {
  margin-top: -100px;
  display: inline-block;
}

.mrightn-100 {
  margin-right: -100px;
  display: inline-block;
}

.mleftn-100 {
  margin-left: -100px;
  display: inline-block;
}

.m-100 {
  margin: 100px;
  display: inline-block;
}

.ptop-10 {
  padding-top: 10px;
  display: inline-block;
}

.pbottom-10 {
  padding-bottom: 10px;
  display: inline-block;
}

.pleft-10 {
  padding-left: 10px;
  display: inline-block;
}

.pright-10 {
  padding-right: 10px;
  display: inline-block;
}

.p-10 {
  padding: 10px;
  display: inline-block;
}

.ptop-20 {
  padding-top: 20px;
  display: inline-block;
}

.pbottom-20 {
  padding-bottom: 20px;
  display: inline-block;
}

.pleft-20 {
  padding-left: 20px;
  display: inline-block;
}

.pright-20 {
  padding-right: 20px;
  display: inline-block;
}

.p-20 {
  padding: 20px;
  display: inline-block;
}

.ptop-30 {
  padding-top: 30px;
  display: inline-block;
}

.pbottom-30 {
  padding-bottom: 30px;
  display: inline-block;
}

.pleft-30 {
  padding-left: 30px;
  display: inline-block;
}

.pright-30 {
  padding-right: 30px;
  display: inline-block;
}

.p-30 {
  padding: 30px;
  display: inline-block;
}

.ptop-40 {
  padding-top: 40px;
  display: inline-block;
}

.pbottom-40 {
  padding-bottom: 40px;
  display: inline-block;
}

.pleft-40 {
  padding-left: 40px;
  display: inline-block;
}

.pright-40 {
  padding-right: 40px;
  display: inline-block;
}

.p-40 {
  padding: 40px;
  display: inline-block;
}

.ptop-50 {
  padding-top: 50px;
  display: inline-block;
}

.pbottom-50 {
  padding-bottom: 50px;
  display: inline-block;
}

.pleft-50 {
  padding-left: 50px;
  display: inline-block;
}

.pright-50 {
  padding-right: 50px;
  display: inline-block;
}

.p-50 {
  padding: 50px;
  display: inline-block;
}

.ptop-60 {
  padding-top: 60px;
  display: inline-block;
}

.pbottom-60 {
  padding-bottom: 60px;
  display: inline-block;
}

.pleft-60 {
  padding-left: 60px;
  display: inline-block;
}

.pright-60 {
  padding-right: 60px;
  display: inline-block;
}

.p-60 {
  padding: 60px;
  display: inline-block;
}

.ptop-70 {
  padding-top: 70px;
  display: inline-block;
}

.pbottom-70 {
  padding-bottom: 70px;
  display: inline-block;
}

.pleft-70 {
  padding-left: 70px;
  display: inline-block;
}

.pright-70 {
  padding-right: 70px;
  display: inline-block;
}

.p-70 {
  padding: 70px;
  display: inline-block;
}

.ptop-80 {
  padding-top: 80px;
  display: inline-block;
}

.pbottom-80 {
  padding-bottom: 80px;
  display: inline-block;
}

.pleft-80 {
  padding-left: 80px;
  display: inline-block;
}

.pright-80 {
  padding-right: 80px;
  display: inline-block;
}

.p-80 {
  padding: 80px;
  display: inline-block;
}

.ptop-90 {
  padding-top: 90px;
  display: inline-block;
}

.pbottom-90 {
  padding-bottom: 90px;
  display: inline-block;
}

.pleft-90 {
  padding-left: 90px;
  display: inline-block;
}

.pright-90 {
  padding-right: 90px;
  display: inline-block;
}

.p-90 {
  padding: 90px;
  display: inline-block;
}

.ptop-100 {
  padding-top: 100px;
  display: inline-block;
}

.pbottom-100 {
  padding-bottom: 100px;
  display: inline-block;
}

.pleft-100 {
  padding-left: 100px;
  display: inline-block;
}

.pright-100 {
  padding-right: 100px;
  display: inline-block;
}

.p-100 {
  padding: 100px;
  display: inline-block;
}

@media (min-width: 768px) {
  .offset-md-1 {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .offset-md-2 {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .offset-md-3 {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .offset-md-4 {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .offset-md-5 {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .offset-md-6 {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .offset-md-7 {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .offset-md-8 {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .offset-md-9 {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .offset-md-10 {
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .offset-md-11 {
    padding-left: 0;
  }
}

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

.nm {
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 576px) {
  .sm-npl {
    padding-left: 0 !important;
  }
  .sm-npr {
    padding-right: 0 !important;
  }
  .sm-np {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .md-npl {
    padding-left: 0 !important;
  }
  .md-npr {
    padding-right: 0 !important;
  }
  .md-np {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 768px) {
  .md-npl {
    padding-left: 0 !important;
  }
  .md-npr {
    padding-right: 0 !important;
  }
  .md-np {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 992px) {
  .lg-npl {
    padding-left: 0 !important;
  }
  .lg-npr {
    padding-right: 0 !important;
  }
  .lg-np {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (min-width: 1200px) {
  .xl-npl {
    padding-left: 0 !important;
  }
  .xl-npr {
    padding-right: 0 !important;
  }
  .xl-np {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.fullwidth {
  width: 100%;
}

.fullheight {
  height: 100vh;
  width: 100%;
}

.fullheightimg {
  height: 100vh;
  width: 100vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (max-width: 768px) {
  .fullheightimg {
    height: inherit;
  }
}

.ghostkit-col-6 .fullheightimg {
  height: 80vh;
  width: 100%;
}

figure, .wp-block-image {
  margin-bottom: 0 !important;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

iframe {
  width: 100%;
}

.absolute {
  position: absolute;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

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

.relative {
  position: relative;
}

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

.none {
  display: none;
}

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

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

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

.ghostkit-grid-gap-md {
  margin-right: auto !important;
  margin-left: auto !important;
}

.absolute {
  position: absolute;
}

.bottom {
  bottom: 0;
}

.ghostkit-grid, .container {
  max-width: 1920px;
  margin: auto;
  width: calc(100vw - 60px) !important;
}
@media (max-width: 768px) {
  .ghostkit-grid, .container {
    width: calc(100vw - 10px) !important;
  }
}

@media (max-width: 768px) {
  .row .row {
    margin: 0 0px;
  }
}
.topbottom {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}

.wp-block-image img {
  width: 100%;
  height: auto;
}

.responsiv {
  width: 100%;
  height: auto;
}

.centercenter {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.ghostkit-col-6 .container {
  width: 100% !important;
}

.responsive {
  width: 100%;
  height: auto;
}

.insta {
  height: 13px;
  margin-top: -2px;
}

html, body {
  margin: 0 !important;
  padding: 0;
  background: #FFFFFF;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.textwrapper a {
  text-decoration: underline;
}

.mainlogo svg path {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mainlogo:hover svg path {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  fill: #444440;
}

.jump:hover {
  text-decoration: none !important;
}

.bag {
  margin-top: -5px;
}

.wp-block-column p a {
  text-decoration: underline;
}
.wp-block-column p a:hover, .wp-block-column p a:focus, .wp-block-column p a:active {
  opacity: 0.5;
}

.responsiv {
  width: 100%;
  height: auto;
}

.keyingredientsitem .wrapper {
  padding: 0 20px;
}
.keyingredientsitem .wrapper img {
  width: 80%;
  margin: auto;
}

.closeSearch {
  position: absolute;
  right: 20px;
  top: 20px;
}

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

.seachefields {
  background: white;
  position: absolute;
  z-index: 999;
  width: 100vw;
  top: 0px;
  left: 0;
  height: 100vh;
  overflow: scroll;
}
@media (max-width: 500px) {
  .seachefields {
    width: 100%;
  }
}
.seachefields .mtop10search {
  margin-top: 6px;
}
.seachefields form {
  position: relative;
}

.ofcansuchbtn {
  position: absolute;
  right: 0px;
  top: 10px;
}

.searchtemp {
  padding-top: 70px;
  border-top: 1px solid #C8C8C8;
  margin-top: 65px;
}
.searchtemp .btn-thin {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 16px;
  text-transform: inherit;
  font-family: "GT-America-Mono-Light", "Helvetica", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}
@media (max-width: 768px) {
  .searchtemp {
    margin-top: 49px;
    padding-top: 32px;
  }
  .searchtemp .btn-thin {
    padding-top: 0;
    border-radius: 4px;
    padding-bottom: 0;
    text-transform: inherit;
    font-family: "GT-America-Mono-Light", "Helvetica", sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
  }
  .searchtemp h2, .searchtemp .h2 {
    margin-left: -5px;
  }
  .searchtemp h2.spec, .searchtemp .spec.h2 {
    margin-left: -5px;
    margin-bottom: 0;
  }
  .searchtemp p.spec {
    margin-left: -5px;
  }
}
@media (max-width: 768px) {
  .searchtemp .closehistory svg {
    height: 13px;
    width: 13px;
  }
}

.opensearch.active:after {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 3px;
  width: 24px;
  background: #222222;
  margin-left: -19px;
  z-index: 99999;
}
@media (max-width: 768px) {
  .opensearch.active:after {
    display: none;
  }
}

.opensearch svg {
  margin-top: -2px;
}

.searchwp-revised-search-notice {
  display: none !important;
}

main {
  min-height: 70vh;
  margin-top: 64px;
}
@media (max-width: 768px) {
  main {
    margin-top: 44px;
  }
}

.hide {
  display: none;
}

#header {
  position: fixed;
  width: 100vw;
  background: white;
  z-index: 999999999;
  top: 42px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#header.fixedHeader {
  top: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#header a.shop_menu, #header li {
  margin-bottom: 0;
  padding-bottom: 0;
}
#header .nvwrap {
  display: flex;
  padding-top: 24px;
  padding-bottom: 16px;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  #header .nvwrap {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
#header .infomenu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  /* @media (max-width: 768px){
     margin-right: 50px;
   }*/
}
#header .infomenu .it {
  padding: 0 6px;
}
#header .infomenu .bag {
  padding-right: 0px !important;
}
@media (max-width: 768px) {
  .vorschlaege .gap0 {
    margin: 0 -8px;
  }
}
@media (max-width: 768px) {
  .vorschlaege .col-12 {
    margin-left: -5px;
  }
  .vorschlaege .productinfo {
    margin-bottom: 8px !important;
  }
}

.seachefields {
  border-top: 1px solid #C8C8C8;
  padding-top: 110px;
}
@media (max-width: 768px) {
  .seachefields {
    padding-top: 70px;
  }
  .seachefields .mb-4 {
    margin-bottom: 0px !important;
  }
}

.closeSearch {
  display: none;
}
@media (max-width: 768px) {
  .closeSearch {
    display: none;
  }
}

.search-results .articleKachel {
  padding-right: 8px;
  padding-left: 8px;
}

.sprungnav.sticky {
  width: 100%;
  position: fixed;
}
.sprungnav a {
  position: relative;
}
.sprungnav a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #212121;
  position: absolute;
  bottom: 25px;
  left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sprungnav .active:after, .sprungnav a:hover:after {
  width: calc(100% - 24px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sprungnav .opensprunglink {
  margin-bottom: 0;
}
.sprungnav .opensprunglink:after {
  display: none;
}
.sprungnav .opensprunglink svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sprungnav .opensprunglink.active svg {
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media (max-width: 768px) {
  .sprungnav {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
.sprungnav .scrollup {
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none !important;
  padding: 8px 10px 12px 10px;
}
.sprungnav .scrollup:after {
  display: none !important;
}
.sprungnav .scrollup svg {
  transform: rotate(180deg);
}

.topbar p {
  padding: 10px;
  text-transform: inherit;
}

@media (min-width: 769px) {
  .doubletext {
    column-count: 2;
    column-gap: 30px;
  }
}

.realmenu {
  text-align: center;
}
.realmenu ul {
  text-align: center;
}
.realmenu li {
  list-style: none;
  display: inline-block;
}
.realmenu .shop_menu {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .realmenu .shop_menu {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}
@media (max-width: 768px) {
  .realmenu .shop_menu {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    line-height: 1rem;
  }
}
.realmenu a {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  padding: 0 40px;
}
@media (max-width: 1440px) {
  .realmenu a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 22px;
    line-height: 1.375rem;
  }
}
@media (max-width: 768px) {
  .realmenu a {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}
.realmenu a.psmall {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}
@media (max-width: 1440px) {
  .realmenu a.psmall {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 18px;
    line-height: 1.125rem;
  }
}
@media (max-width: 768px) {
  .realmenu a.psmall {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    line-height: 1rem;
  }
}
@media (max-width: 950px) {
  .realmenu a {
    padding: 0 20px;
  }
}

footer {
  padding-top: 40px;
  padding-bottom: 40px;
}

.prodmoodwrapper {
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
}
.prodmoodwrapper.as_1_1 {
  aspect-ratio: 1/1;
}
.prodmoodwrapper.as_9_16 {
  aspect-ratio: 9/16;
}
.prodmoodwrapper .inhalt {
  padding: 24px;
  height: 100%;
}
.prodmoodwrapper .txt, .prodmoodwrapper .product {
  width: 100%;
}

.herosection {
  min-height: 80vh;
}
.herosection .swiper-slide {
  overflow: hidden;
}
@media (max-width: 1024px) {
  .herosection {
    margin-top: -127px;
  }
}
@media (max-width: 768px) {
  .herosection {
    margin-top: -98px;
  }
}
@media (max-width: 767px) {
  .herosection {
    margin-top: -98px;
  }
}
@media (max-width: 1024px) {
  .herosection.mb-40 {
    margin-top: -127px;
  }
}
@media (max-width: 768px) {
  .herosection.mb-40 {
    margin-top: -98px;
  }
}
@media (max-width: 767px) {
  .herosection.mb-40 {
    margin-top: -98px;
  }
}
.herosection .swiper video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1000;
  overflow: hidden;
}
.herosection .swiper, .herosection .backstretch {
  min-height: 80vh;
}
.herosection .swiper-wrapper {
  margin-bottom: 0 !important;
}
.herosection .pagination {
  margin-top: -17px;
  position: absolute;
  right: 0;
}
.herosection .sliderinhalt {
  position: relative;
  min-height: 80vh;
  margin-bottom: 60px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-end;
}
.herosection .sliderinhalt.smaldown {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .herosection .sliderinhalt {
    bottom: 80px !important;
  }
}
.herosection .sliderinhalt .btn {
  margin-top: 40px;
}
.herosection.smalslider {
  min-height: 40vh;
}
.herosection.smalslider .swiper, .herosection.smalslider .backstretch {
  min-height: 40vh;
}
.herosection.smalslider .sliderinhalt {
  min-height: 40vh;
}

.accordeonContent {
  display: none;
}

/*#mobilemenu.mm-spn--main ul{
 padding-top: 0 !important;
}
#mobilemenu.mm-spn--main ul:after {
  height: 0px!important;
}*/
/*.product-feature-list{
  display: none!important;
}*/
.mm-spn--open li:last-child:after {
  display: none;
}

#mobilemenu .has-accordion-submenu a {
  color: #646464 !important;
}
#mobilemenu .has-accordion-submenu ul a {
  color: #212121 !important;
  font-size: 17px !important;
}

.mm-spn.mm-spn--navbar:after {
  font-size: 18px !important;
  color: #828282 !important;
}

.btn {
  padding: 14px 12px;
  align-items: center;
  border-radius: 4px;
  display: inline-block;
  margin: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: 1px solid #212121;
  text-decoration: none !important;
}
.btn.bg-white, .btn.bg-fullwhite {
  color: #212121;
  border: 1px solid #FAFAFA;
}
.btn.bg-white:hover, .btn.bg-fullwhite:hover {
  background: #212121 !important;
  color: #FAFAFA;
  border: 1px solid #212121;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.bg-black {
  color: #FAFAFA;
}
.btn.bg-black:hover {
  background: transparent !important;
  color: #212121;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.bg-fullwhite {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.bg-fullwhite:hover {
  background: #212121 !important;
  color: #FAFAFA;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.borderbtn {
  color: #212121;
  border: 1px solid #212121;
  background: transparent !important;
}
.btn.borderbtn:hover {
  background: #212121 !important;
  color: #FAFAFA;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.bg-product {
  color: #212121;
}
.btn.bg-product:hover {
  background: #212121 !important;
  color: #FAFAFA;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.bottomprodmood .bg-fullwhite {
  background: #FAFAFA;
}
.bottomprodmood .bg-white {
  background: #FAFAFA;
}
.bottomprodmood .bg-black {
  background: #212121;
}

.flexallcenter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
}

.productimage {
  width: 90%;
  height: auto;
  max-width: 900px;
  max-height: 100%;
  text-align: center;
}
@media (max-width: 1200px) {
  .productimage {
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

.productimagewrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  margin-left: 15px;
}
.productimagewrapper .productfirst {
  width: calc(66% - 30px);
}
@media (max-width: 1440px) {
  .productimagewrapper .productfirst {
    width: calc(80% - 15px);
  }
}
@media (max-width: 1200px) {
  .productimagewrapper .productfirst {
    width: calc(100% - 15px);
  }
}
@media (max-width: 767px) {
  .productimagewrapper .productfirst {
    width: 100%;
    margin-left: 0px;
    aspect-ratio: 3/4;
  }
}

.leftinset {
  margin-left: 15px;
}

.flexbottom {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100%;
}

@media (max-width: 768px) {
  .shortheader2 .absolute {
    padding-top: 25px;
    position: relative;
  }
  .shortheader2 .containers {
    display: none;
  }
}

/*.productimage{
  padding-bottom: 8%;
}*/
.prodcutinfowrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-end;
  align-items: flex-start;
  min-width: 600px;
  min-height: calc(100vh - 140px);
}
@media (max-width: 1200px) {
  .prodcutinfowrapper {
    min-width: 500px;
  }
}
@media (max-width: 1024px) {
  .prodcutinfowrapper {
    min-width: 400px;
  }
}
@media (max-width: 767px) {
  .prodcutinfowrapper {
    width: 100%;
    min-width: inherit;
    min-height: inherit;
  }
}

.productimagewrappers {
  width: 65%;
  overflow: hidden;
  /* width: calc(100vw - 660px);
   @media (max-width:1200px) {
     width: calc(100vw - 565px);
   }
   @media (max-width:1024px) {
     width: calc(100vw - 465px);
   }*/
}
@media (max-width: 767px) {
  .productimagewrappers {
    width: 100%;
    min-width: inherit;
    min-height: inherit;
    aspect-ratio: 3/4;
  }
}

.scrollproduct {
  overflow: hidden;
}
@media (max-width: 768px) {
  .scrollproduct {
    aspect-ratio: 3/4;
  }
}

.centerlist {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
}
.centerlist a {
  margin-right: 16px;
}
.centerlist a.nmr {
  margin-right: 0px;
}

a:hover {
  color: #212121;
}

.openaccordeon, .btn-thin {
  border-radius: 4px;
  padding: 8px 12px;
  background: transparent;
  display: inline-block;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.openaccordeon:hover, .btn-thin:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #212121;
  color: #FAFAFA;
}

.tabpanneljs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
.tabpannel ul, .tabpanneljs ul, .tabpannellinks ul {
  margin-left: 0;
}
.tabpannel li, .tabpanneljs li, .tabpannellinks li {
  list-style-type: none;
  display: inline-block;
}
.tabpannel a, .tabpanneljs a, .tabpannellinks a {
  border-radius: 4px;
  padding: 8px 12px;
  background: #F1F1F1;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.tabpannel a:hover, .tabpanneljs a:hover, .tabpannellinks a:hover {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #E9E4DD;
  color: #212121;
}

.btn-thin.bg-black {
  background: #212121;
}

.buy {
  min-height: 150px;
}

.linie {
  height: 1px;
  display: block;
  margin: 12px 0;
  width: 100%;
}

.rab {
  text-decoration: line-through;
  padding-left: 10px;
  color: #828282;
  font-size: 14px;
  line-height: 11px;
}

.bg-white .openaccordeon {
  background: #E9E4DD;
}

.productname .name {
  width: 100%;
  display: block;
  font-size: 14px;
}

.h2mobile {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}
@media (max-width: 1440px) {
  .h2mobile {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    line-height: 1rem;
  }
}
@media (max-width: 768px) {
  .h2mobile {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 14px;
    line-height: 0.875rem;
  }
}

.bg-product.mb-16 {
  margin-bottom: 10px;
}

.productinfonwe {
  font-size: 9px;
  margin-top: -3px;
}

.sprungnav {
  z-index: 99999;
}
.sprungnav .sprungnavwrapper.active {
  display: block;
}
.sprungnav .sprungnavwrapper a {
  display: inline-block;
  margin-bottom: 0;
  padding: 32px 24px 32px 0px;
}
@media (max-width: 768px) {
  .sprungnav .sprungnavwrapper {
    position: absolute;
    background: #E9E4DD;
    width: 100%;
    margin: 0;
    left: 0;
  }
  .sprungnav .sprungnavwrapper a {
    margin: 13px 10px 10px 25px;
    padding: 0;
    display: block;
  }
}

.accordeonbild .textwrapper.bg-white {
  padding: 80px 24px;
}

.articleKachel {
  position: relative;
}
.articleKachel a {
  position: relative;
  display: block;
}
.articleKachel a .bg-product {
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.articleKachel a:hover .bg-product {
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
  background-color: #D6D0CA;
}
.articleKachel a:hover .nohover.bg-product {
  background-color: #F1F1F1 !important;
}
.articleKachel .rabat {
  position: absolute;
}

.tagswrapper {
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  z-index: 999;
  width: calc(100% - 46px);
}
.tagswrapper .articletag {
  display: inline-block;
  padding: 3px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 4px;
}
.tagswrapper .bg-lachs, .tagswrapper .bg-black {
  color: white;
}

.podcast .topbottom {
  margin-bottom: 10px;
}
.tabwrapper .tabpannel, .tabwrapper .tabpanneljs, .tabwrapperjs .tabpannel, .tabwrapperjs .tabpanneljs {
  margin-bottom: 40px;
}
.tabwrapper .tabpannel a, .tabwrapper .tabpanneljs a, .tabwrapperjs .tabpannel a, .tabwrapperjs .tabpanneljs a {
  display: inline-block;
}
.tabwrapper .tabpannel a.act, .tabwrapper .tabpanneljs a.act, .tabwrapperjs .tabpannel a.act, .tabwrapperjs .tabpanneljs a.act {
  background: #E9E4DD;
  color: #212121;
}
.tabwrapper .titel, .tabwrapperjs .titel {
  max-width: 70%;
}
.submenu {
  position: absolute;
  width: 100%;
  left: 0;
  background: white;
  margin: 15px 0 0 0;
  display: none;
  padding-bottom: 15px;
  padding-top: 40px;
}
.submenu p, .submenu a {
  text-align: left;
  padding: 0;
  display: block;
  text-transform: none;
  margin-bottom: 0;
}
.submenu a.psmall {
  margin-bottom: 12px;
}
.submenu .nm {
  margin-left: 10px;
  margin-right: 10px;
}

#sub1 .topbottom:first-child .b a:last-child {
  margin-top: 22px;
}

.playbtn {
  background: #FAFAFA;
  display: flex;
  padding: 12px 8px;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.playbtn svg {
  margin-right: 40px;
}
.playbtn:hover {
  background: #212121;
  color: white;
}
.playbtn:hover svg path {
  fill: white;
}

.w50 {
  width: 50%;
}
@media (max-width: 767px) {
  .w50 {
    width: 100%;
  }
}

.w70 {
  width: 70%;
}
@media (max-width: 767px) {
  .w70 {
    width: 100%;
  }
}

.linklistimagespan {
  top: 15px;
  left: 15px;
  z-index: 9;
}

.relativ {
  position: relative;
}

.pos_topbottom .textrepeater {
  height: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}

.textrepeater a, .accordeonitem a {
  text-decoration: underline;
}

.accordionHeadlineold {
  border-top: 1px solid #212121;
  position: relative !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.accordionHeadlineold h5, .accordionHeadlineold .h5 {
  margin: 0;
  color: #212121;
  z-index: 1;
  position: relative;
  opacity: 1 !important;
}
.accordionHeadlineold h5 span, .accordionHeadlineold .h5 span {
  position: relative;
  font-size: 0;
  border: 1px solid #212121;
  height: 20px;
  width: 20px;
  display: inline-block;
  border-radius: 50%;
  top: -3px;
  left: 0;
  margin-right: 100px;
}
.accordionHeadlineold h5 span:before, .accordionHeadlineold .h5 span:before {
  content: "";
  opacity: 0;
  background: #212121;
  height: 8px;
  width: 8px;
  top: 50%;
  left: 50%;
  margin-top: -4px;
  margin-left: -4px;
  position: absolute;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.accordionHeadlineold:hover {
  opacity: 1 !important;
}
.accordionHeadlineold:hover h5 span:before, .accordionHeadlineold:hover .h5 span:before {
  opacity: 1 !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.col-md-14 {
  width: 14.2857142857%;
  width: 12.5%;
  margin: 0 !important;
  padding: 15px;
}

@media (max-width: 768px) {
  .swipergutfuer .swiper-slide {
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.swipergutfuer a {
  display: inline-block;
  height: auto;
  width: 100%;
}
.swipergutfuer a img {
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.swipergutfuer a:hover img {
  opacity: 0.7;
  -webkit-transition: all 0.9s ease-out;
  -moz-transition: all 0.9s ease-out;
  -o-transition: all 0.9s ease-out;
  -ms-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}

.w100 {
  width: 100%;
}

.accordionHeadline svg {
  position: absolute;
  right: 0;
  top: 17px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.accordionHeadline:hover {
  opacity: 0.6;
}
.accordionHeadline.on svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transform: rotate(180deg);
}

.pdinhell {
  color: #828282;
}

.benefitwrapper {
  height: 100%;
  padding: 24px;
  min-height: 345px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
}

.swiper-slide {
  height: auto !important;
}

.psmallhell {
  color: #828282;
}

table {
  width: 100%;
  margin-top: 40px;
}
table thead td, table thead th {
  padding-bottom: 16px;
}
table tbody tr {
  border-bottom: 1px solid #C8C8C8;
}
table tbody tr td {
  padding-bottom: 4px;
  padding-top: 4px;
}
table tbody tr:last-child {
  border-bottom: 1px solid transparent;
}

@media (max-width: 768px) {
  .footer__bottom .heading {
    position: relative;
    cursor: pointer;
  }
  .footer__bottom .heading:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 7px;
    width: 10px;
    background: transparent url("https://into-life.de/wp-content/themes/bwa_starter/img/arrow.svg") no-repeat center center;
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .footer__bottom .heading.act:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}

.swiper3center {
  overflow: hidden;
}
.footermenu {
  margin-left: 0;
  margin-top: 24px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .footermenu {
    display: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .footermenu.act {
    display: block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
.footermenu li {
  list-style-type: none;
  margin-bottom: 0 !important;
}
.footermenu li a:hover {
  text-decoration: underline;
}

.filter {
  margin-right: 10px;
}

.stickynewsletter {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 9999999;
}
.stickynewsletter a rect {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.stickynewsletter a path {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.stickynewsletter a:hover rect {
  fill: #212121;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.stickynewsletter a:hover path {
  fill: #FAFAFA;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mheight {
  height: calc(100% - 24px);
}

.bottomprodmood {
  padding: 24px;
  position: absolute;
  bottom: 0;
}

.swiperbtn {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
}
.swiperbtn .prevarrow {
  margin-right: 10px;
}

.herosection .swiperbtn {
  position: absolute;
  right: 25px;
  bottom: 40px;
  height: inherit;
}

.swiper-button-disabled {
  opacity: 0.4;
}
.swiper-button-disabled:hover {
  cursor: no-drop;
}

.mobileswiper3 {
  position: relative;
}

.swiperprodukte {
  overflow: hidden;
}

.produkte a {
  text-decoration: none !important;
  display: block;
}

.p24 {
  padding: 32px 24px;
}
@media (max-width: 768px) {
  .p24 {
    padding: 12px 14px;
  }
}

@media (max-width: 768px) {
  .mnp {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .mnm {
    margin-left: 0;
    margin-right: 0;
  }
}

.newsletterlightboxwrap, .actionlightboxwrap {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  height: 100vh;
  width: 100vw;
  display: none;
}
.newsletterlightboxwrap .inner, .newsletterlightboxwrap .centercenter, .actionlightboxwrap .inner, .actionlightboxwrap .centercenter {
  height: 100%;
}
.newsletterlightboxwrap .infoseite, .actionlightboxwrap .infoseite {
  position: relative;
  min-height: 500px;
}
@media (max-width: 768px) {
  .newsletterlightboxwrap .infoseite, .actionlightboxwrap .infoseite {
    min-height: 200px;
    padding-top: 30px;
  }
}
.newsletterlightboxwrap .closeLightbox, .newsletterlightboxwrap .closeactionlightbox, .actionlightboxwrap .closeLightbox, .actionlightboxwrap .closeactionlightbox {
  position: absolute;
  right: 40px;
  top: 40px;
}
@media (max-width: 768px) {
  .newsletterlightboxwrap .closeLightbox, .newsletterlightboxwrap .closeactionlightbox, .actionlightboxwrap .closeLightbox, .actionlightboxwrap .closeactionlightbox {
    right: 20px;
    top: 20px;
  }
}
@media (max-width: 768px) {
  .newsletterlightboxwrap .container, .actionlightboxwrap .container {
    margin: 20px;
    width: calc(100vw - 40px) !important;
  }
}
.newsletterlightboxwrap .backstretchheight, .newsletterlightboxwrap .backstretchheight .backstretch, .actionlightboxwrap .backstretchheight, .actionlightboxwrap .backstretchheight .backstretch {
  height: 100%;
  width: 100%;
}
.newsletterlightboxwrap .backstretchheight, .actionlightboxwrap .backstretchheight {
  min-height: 400px;
}
@media (max-width: 768px) {
  .newsletterlightboxwrap .backstretchheight, .actionlightboxwrap .backstretchheight {
    min-height: 200px;
  }
}
@media (max-width: 768px) {
  .newsletterlightboxwrap .topbottom, .actionlightboxwrap .topbottom {
    height: inherit !important;
  }
}
.newsletterlightboxwrap .b, .actionlightboxwrap .b {
  width: 100%;
}

.openmobile {
  display: none;
  position: absolute;
  right: 10px;
}
.openmobile .plate svg {
  height: 50px;
  position: absolute;
  width: 50px;
}
.openmobile .plate {
  height: 50px;
  width: 50px;
}
.openmobile .x {
  transform: scale(0);
  transition: transform 400ms;
}
.openmobile .line {
  fill: none;
  stroke: #212121;
  stroke-width: 4px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-origin: 50%;
  transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms;
}
.openmobile .x .line {
  stroke-width: 4px;
}
.openmobile .plate4 .x {
  transition: transform 400ms;
}
.openmobile .plate4 .line {
  transform-origin: 50%;
  transition: transform 400ms 100ms;
}
.openmobile .active.plate4 .line {
  transition: transform 400ms;
}
.openmobile .active.plate4 .line1 {
  transform: translateX(18px) translateY(-3px) rotate(-45deg) scale(0.7);
}
.openmobile .active.plate4 .line2 {
  transform: translateX(-18px) translateY(-3px) rotate(45deg) scale(0.7);
}
.openmobile .active.plate4 .line3 {
  transform: translateY(0px) rotate(45deg) scale(0.7);
}
.openmobile .active.plate4 .line4 {
  transform: translateY(0px) rotate(-45deg) scale(0.7);
}
.openmobile .active.plate4 .line5 {
  transform: translateX(18px) translateY(3px) rotate(45deg) scale(0.7);
}
.openmobile .active.plate4 .line6 {
  transform: translateX(-18px) translateY(3px) rotate(-45deg) scale(0.7);
}
.openmobile .active.plate4 .x {
  transition: transform 400ms 100ms;
  transform: scale(1);
}

.mm-ocd {
  z-index: 9999999999 !important;
}
.mm-ocd .mb-24 {
  width: 100%;
}

.c {
  margin-top: 24px;
}

#mobilemenu a {
  font-size: 18px !important;
  line-height: 22px !important;
  text-transform: inherit;
  background: #F1F1F1;
  font-family: "DIN PRO Regular", "Helvetica", sans-serif !important;
}
#mobilemenu .mm-spn ul ul > li {
  position: relative;
  /* Pfeil-Indikator bei Einträgen mit Untermenü */
  /* Das eigentliche Akkordeon-UL: wird per JS ein-/ausgeblendet */
}
#mobilemenu .mm-spn ul ul > li > a {
  padding-right: 24px;
  position: relative;
}
#mobilemenu .mm-spn ul ul > li > a::after {
  content: "";
  position: absolute;
  right: 6px;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(-45deg);
  transition: transform 200ms ease;
}
#mobilemenu .mm-spn ul ul > li.mm-acc-open > a::after {
  transform: rotate(135deg);
}
#mobilemenu .mm-spn ul ul > li > ul {
  display: none;
}

.numlist a {
  text-decoration: underline;
}

.overlaylink {
  opacity: 1 !important;
}
.overlaylink img {
  opacity: 1 !important;
}
.overlaylink .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.overlaylink:hover {
  opacity: 1 !important;
}
.overlaylink:hover img {
  opacity: 1 !important;
}
.overlaylink:hover .overlay {
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (max-width: 768px) {
  .swiper6.swipergutfuer {
    overflow: inherit;
  }
  .swiper6.swipergutfuer .swiper-wrapper {
    margin-top: 20px;
  }
  .articletag {
    font-size: 9px !important;
    line-height: 12px !important;
  }
  .bag {
    margin-right: 40px;
  }
  .swiperprodukte {
    overflow: hidden;
  }
  .swiperprodukte .swiper-slide {
    width: 70%;
  }
  .zitat .offset-md-1 {
    padding-left: calc(var(--bs-gutter-x) / 2);
  }
  .prodmoodwrapper {
    overflow: hidden;
  }
  .mobileswiper3 {
    position: relative;
    border-top: 1px solid #C8C8C8;
    padding-top: 24px;
    padding-bottom: 48px;
    border-bottom: 1px solid #C8C8C8;
  }
  .mobileswiper3 p {
    margin-bottom: 0;
  }
  .row .row > * {
    padding-right: 0;
    padding-left: 0;
  }
  .optik_list .articleKachel.col-md-3:nth-child(odd) {
    padding-right: 7px;
    width: 50%;
  }
  .optik_list .articleKachel.col-md-3:nth-child(even) {
    padding-left: 7px;
    width: 50%;
  }
  .tabcontent .articleKachel.col-6:nth-child(odd), .crossselling .articleKachel.col-6:nth-child(odd), .accordeonprodukte .articleKachel.col-6:nth-child(odd) {
    padding-right: 7px;
  }
  .tabcontent .articleKachel.col-6:nth-child(even), .crossselling .articleKachel.col-6:nth-child(even), .accordeonprodukte .articleKachel.col-6:nth-child(even) {
    padding-left: 7px;
  }
  .realmenu {
    display: none;
  }
  .herosection {
    min-height: calc(100svh - 105px);
    margin-top: 0px;
  }
  .herosection .swiper, .herosection .backstretch, .herosection .sliderinhalt {
    min-height: calc(100svh - 105px);
  }
  .herosection:first-child {
    margin-top: 0px;
  }
  .herosection .sliderinhalt {
    bottom: 0 !important;
  }
  .articleKachel {
    margin-bottom: 24px;
  }
  .stickynewsletter {
    display: none;
    height: 70px;
    width: 70px;
    right: 5px;
    bottom: 5px;
  }
  .stickynewsletter svg {
    height: 100%;
    width: 100%;
  }
  .prodinfo img {
    margin-bottom: 40px;
  }
  .podcast img {
    margin-top: 40px;
  }
  .tabpannel h2, .tabpannel .h2, .tabpanneljs h2, .tabpanneljs .h2 {
    margin-bottom: 15px !important;
  }
  .tabpannel a, .tabpanneljs a {
    display: block !important;
  }
  .prodmoodwrapper .backstretch {
    height: 100%;
  }
  .tabpannel .awrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
  }
  .tabpannel a {
    margin: 0 10px;
    padding: 8px 10px;
  }
  .openmobile {
    display: block;
  }
}
.nextarrow, .prevarrow {
  width: 16px;
  height: 16px;
}

.product-detail-configurator-options {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.product-detail-configurator-option-label {
  padding-bottom: 11px !important;
}
.product-detail-configurator-option-label .name, .product-detail-configurator-option-label .preisvar {
  margin-bottom: 0;
  padding-bottom: 0;
}

.flexlr {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-content: center !important;
  align-items: center !important;
  text-align: left;
}

.radiofake {
  margin-right: 12px;
  display: inline-block;
  height: 14px;
  width: 14px;
  background: white;
  border: 1px solid #212121;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.product-detail-configurator-option-input:checked + .product-detail-configurator-option-label.is-display-text, .product-detail-configurator-option-input.is-combinable + .product-detail-configurator-option-label {
  background-color: transparent !important;
  color: #212121 !important;
  border: 0px solid transparent !important;
  margin-bottom: 0 !important;
  padding-bottom: 4px !important;
}

.product-detail-configurator-option-input:checked + .product-detail-configurator-option-label .radiofake {
  background: #212121 !important;
  -webkit-box-shadow: inset 0px 0px 0px 2px #FFFFFF !important;
  box-shadow: inset 0px 0px 0px 2px #FFFFFF !important;
  border: 1px solid black !important;
}

.lrsibwrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-evenly;
  align-items: flex-start;
}

.sib-form .sibinputleft {
  width: 100%;
  margin-right: 0px;
  margin-bottom: 10px !important;
}
@media (max-width: 1200px) {
  .sib-form .sibinputleft {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .sib-form .sibinputleft {
    width: 100%;
    margin-right: 0px;
  }
}
.sib-form .sibinputleft label {
  margin-top: 0px;
  margin-bottom: 0px;
}
.sib-form .sibinputleft input[type=text] {
  padding: 7px 11px !important;
  min-height: 42px;
  margin-bottom: 0 !important;
}
@media (max-width: 768px) {
  .sib-form .sibinputleft input[type=text] {
    padding: 0px 11px !important;
    min-height: 33px;
    margin-bottom: 0 !important;
  }
}

.sibinputright {
  width: 100%;
  margin-bottom: 10px !important;
}
@media (max-width: 1200px) {
  .sibinputright {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .sibinputright {
    width: 100%;
    margin-top: 0px !important;
  }
}
.sibinputright button {
  width: 100%;
}
@media (max-width: 768px) {
  .sibinputright button {
    min-height: 33px;
    width: 100%;
  }
  .sibinputright button.btn.btn-thin {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

.product-detail-configurator-option-input + .product-detail-configurator-option-label {
  border: 0px solid transparent !important;
}

@media (max-width: 768px) {
  .optik_slider .container {
    width: 100vw !important;
  }
}
.ml-20 {
  margin-left: 20px;
}

.stratinline-block {
  display: inline-block;
  top: -2px;
  position: relative;
}

.stars {
  display: flex;
  gap: 5px;
  cursor: pointer;
}

.stars span svg {
  transition: fill 0.2s;
}

.stars span svg path {
  fill: none;
  stroke: #828282;
}

.stars span.active svg path,
.stars span.hover svg path, .starsRev span.active svg path {
  fill: black;
  stroke: black;
}

.starsRev {
  display: flex;
  margin-bottom: 10px;
}

.starsRev span svg {
  width: 11px;
  height: 11px;
  fill: #C8C8C8;
}
.starsRev span svg path {
  stroke: #C8C8C8;
}

.starsRev .productinfo {
  font-size: 9px;
}

.paymentwrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.magproduct a:hover {
  text-decoration: none !important;
}

.offcanvas-cart .optik_slider {
  margin-top: 20px;
  padding-bottom: 0px;
}
.offcanvas-cart .swiper-wrapper {
  margin-bottom: 0px;
}
.offcanvas-cart .swiper2 .productinfo {
  width: 100%;
  font-size: 9px;
  line-height: 12px;
}

#bewertungsForm .username {
  margin-bottom: 30px;
}
#bewertungsForm .username input {
  margin-right: 10px;
}

.pinfo {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: -4px;
}
.pinfo .starsRev {
  margin-top: -6px;
  margin-bottom: 0px;
  align-items: center;
}
.pinfo .starsRev .productinfo {
  margin-bottom: -4px;
  margin-left: 2px;
}

.openrev {
  margin-bottom: 40px;
  padding-left: 100px;
  padding-right: 100px;
}
@media (max-width: 768px) {
  .openrev {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.error {
  margin-top: 30px;
}

.error, .error * {
  color: #bd473b;
}

.product-detail-list-price-wrapper {
  color: #FF8C7E;
  font-size: 0.8125rem;
}

.list-price-badge {
  font-size: 11px;
  height: inherit;
  width: inherit;
  font-weight: 500;
  padding: 5px 9px;
  line-height: 11px;
  margin-top: 0;
  margin-bottom: 0;
}

.product-detail-price-container {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
}

.product-detail-configurator-group-title {
  display: none !important;
}

.product-detail-configurator-option-label .preisvar {
  display: none !important;
}

.highgreypurchaseUnit {
  color: #828282;
  font-size: 12px;
}

.product-detail-ordernumber-container {
  margin-bottom: 0;
}

.product-detail-form-container {
  margin-bottom: 8px;
}

.product-detail-configurator-option {
  margin-right: 40px;
}

.linktreebtn {
  width: 100%;
  display: block;
  margin: 15px auto 15px auto;
}

.linktreelist {
  text-align: center;
}

.linktreebtnimage {
  background: rgb(205, 205, 205);
  border: 1px solid #cccccc;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0;
}
.linktreebtnimage img {
  width: 150px;
}

.menuarticletag {
  font-size: 11px !important;
  line-height: 14px !important;
  display: inline-block !important;
  padding: 2.5px 5px !important;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  margin-right: 4px !important;
  color: white;
  position: relative;
  top: -1px;
  background-color: #FF8C7E !important;
}

.searchimagepages .wrapper {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .searchimagepages .wrapper {
    margin-bottom: 20px;
  }
}

.commentrev {
  border-left: 1px solid #C8C8C8;
  padding-left: 20px;
}
.commentrev .productname {
  font-size: 14px !important;
}

.mtop10search {
  display: none;
}

.cartItemAnzahl {
  position: absolute;
  left: 0px;
  text-align: center;
  width: 18px;
  line-height: 21px;
  top: 3px;
  font-size: 9px;
  font-family: "DIN PRO Medium";
}
@media (max-width: 768px) {
  .cartItemAnzahl {
    top: 1px;
  }
}

.wp-theme-bwa_starter .cartItemAnzahl {
  width: 16px;
}

.header-cart-icon {
  position: relative;
}

@media (max-width: 420px) {
  .awrapper a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .bottomprodmood .displaytxtx {
    overflow: hidden;
    text-overflow: ellipsis;
    width: calc(100% - 103px);
  }
}
@media (max-width: 767px) {
  .scrollproduct {
    width: 100vw !important;
    margin-left: -25px;
  }
}
.product-wishlist-button-container {
  position: absolute;
  right: 8px;
  top: 8px;
}
.product-wishlist-button-container .product-wishlist-btn {
  border: none;
  background: transparent;
  padding: 0 !important;
  margin: 0 !important;
}

.product-wishlist-button-container {
  display: none;
}

#header .wunschzettel svg {
  top: -1px;
  position: relative;
}

.product-wishlist-button-containernews svg path {
  fill: transparent;
  stroke: #000;
}

.countoptions_1 {
  display: none;
}

.newprice {
  margin-bottom: 0;
}
.newprice .price {
  font-size: 14px;
}

.pinfo .priceand {
  color: #828282;
  font-size: 9px;
}

.mb-18 {
  margin-bottom: 10px;
}

.ptwrap {
  position: relative;
}
@media (max-width: 767px) {
  .ptwrap {
    padding-top: 16px;
  }
  .ptwrap .starsRev {
    position: absolute;
    top: 0;
    flex-direction: row-reverse;
  }
  .ptwrap .starsRev .productinfo {
    margin-left: 0;
    margin-right: 4px;
  }
}

.is-ctl-checkout .specialitemscheckout .line-item-details {
  margin-left: calc(40% + 14px) !important;
}

.gallerwrapper {
  padding: 0;
}
.gallerwrapper .productimage {
  width: 100%;
}

@media (max-width: 768px) {
  .vorschlaege .articleKachel:nth-child(odd) {
    padding-right: 0px;
    padding-left: 4px;
  }
  .vorschlaege .articleKachel:nth-child(even) {
    padding-right: 4px;
    padding-left: 0px;
  }
}

.gap0 .col-6 {
  padding-right: 4px;
  padding-left: 4px;
}
@media (max-width: 768px) {
  .gap0 .col-6:nth-child(even) {
    padding-right: 5px;
    padding-left: 4px;
  }
  .gap0 .col-6:nth-child(odd) {
    padding-left: 5px;
    padding-right: 4px;
  }
}

#sub2 .row > * {
  padding-right: calc(var(--bs-gutter-x) / 4);
  padding-left: calc(var(--bs-gutter-x) / 4);
}

.w100vw {
  width: 100vw;
  margin-left: -17px;
}

.wp-block-search__input.borderdowninput {
  background: transparent url("https://into-life.de/wp-content/themes/bwa_starter/img/suche.svg") no-repeat left 0px center !important;
  padding-left: 25px !important;
  border-bottom: 1px solid #C8C8C8 !important;
}

.suchenbtn {
  background: transparent url("https://into-life.de/wp-content/themes/bwa_starter/img/suchearrow.svg") no-repeat left 0px center !important;
  border: none;
  color: transparent;
  font-size: 0;
  margin-left: -50px;
  width: 20px;
  padding: 0;
}
@media (max-width: 768px) {
  .suchenbtn {
    display: none;
  }
}

.swiper-pagination {
  bottom: 21px !important;
}
@media (max-width: 768px) {
  .swiper-pagination {
    bottom: 12px !important;
  }
}

.swiper1single {
  padding-bottom: 20px !important;
}

.swiper-wrapper {
  margin-bottom: 10px !important;
}

.swiper-pagination-bullet {
  background-color: transparent !important;
  height: 16px !important;
  width: 16px !important;
  border: 1px solid #212121 !important;
}
@media (max-width: 768px) {
  .swiper-pagination-bullet {
    height: 7px !important;
    width: 7px !important;
  }
}

.swiper-pagination-bullet-active {
  background-color: #212121 !important;
}

#mobilemenu {
  height: calc(100vh - 47px);
  overflow-y: scroll;
}

.mm-spn--open {
  max-height: calc(100vh - 47px);
}

.nomobile1 {
  display: none !important;
}

@media (max-width: 768px) {
  .nomobile1 {
    display: block !important;
  }
}
.wp-singular .productimagewrapper {
  margin: 0px 60px 0 0;
  padding-right: 60px;
  width: calc(66% - 60px);
}
.wp-singular .prodcutinfowrapper {
  min-width: inherit;
}

.linktoother {
  background: #E9E4DD;
}

.is-ctl-product .product-detail-quantity-input.rechselect {
  display: block !important;
}

body #quantity-select-wrapperps {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  margin-bottom: 22px;
}
body #quantity-select-wrapperps * {
  margin: 0 !important;
  padding: 0 !important;
}
body #quantity-select-wrapperps select.rechselect {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 3px;
  padding: 2px 10px 2px 10px !important;
  color: #000;
  width: inherit;
  display: inline-block !important;
  cursor: pointer;
  background: #F1F1F1 url("../img/selectdown.png") no-repeat right 5px center !important;
  background-size: 6px !important;
  min-width: 45px;
  text-align: center !important;
  margin-left: 10px !important;
}
body #quantity-select-wrapperps label {
  font-size: 14px;
}

.tsmal {
  text-transform: lowercase !important;
}

#mobilemenu a.shop_menugutfuer {
  display: flex !important;
  font-size: 14px !important;
}
#mobilemenu a.shop_menugutfuer .responsiv {
  width: 48px;
  height: auto;
  margin-right: 16px;
}
#mobilemenu .flexdouble {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
}
#mobilemenu .flexdouble a:first-child {
  padding-right: 6px;
}
#mobilemenu .flexdouble a:last-child {
  padding-left: 6px;
}
#mobilemenu .flexdouble a {
  font-size: 14px !important;
}
#mobilemenu .flexdouble a img {
  margin-bottom: 5px;
}
#mobilemenu .flexdouble > * {
  flex: 1;
  width: 50%;
}

#mobilemenu .imagemenu a {
  font-size: 14px !important;
}
#mobilemenu .imagemenu a img {
  margin-bottom: 5px;
}

.mm-spn .accordion-submenu li:before {
  display: none !important;
}

.accordionHeadline {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.accordionContent {
  padding: 10px 0 32px 0px;
  display: none;
}
.accordionContent ul, .accordionContent ol {
  margin-left: 30px;
}
.accordionContent strong {
  margin-top: 30px;
  display: inline-block;
}

.on .accordionContent {
  display: block;
}

.accordionHeadline {
  position: relative;
  padding-top: 10px;
  padding-bottom: 0px;
}
.accordionHeadline p {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
}
.accordionHeadline .circlehover {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.accordionHeadline .recplus1 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}
.accordionHeadline:hover, .accordionHeadline.on {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.accordionHeadline:hover .circlehover, .accordionHeadline.on .circlehover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
}
.accordionHeadline.on .recplus1 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}

.accordionContent li {
  padding-left: 20%;
}

.accordionWrap .row {
  margin-bottom: 20px;
}

input[type=text], input[type=number], input[type=email], input[type=search], input[type=password], input[type=tel], textarea, select, .select, .filterbtn a.select, select {
  border: 0px solid #ffffff !important;
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  box-shadow: inset 0 0px 0px white !important;
  -moz-box-shadow: inset 0 0px 0px white !important;
  -webkit-box-shadow: inset 0 0px 0px white !important;
  background: #ffffff !important;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  line-height: 20px;
  line-height: 1.25rem;
  padding: 12px !important;
  margin-bottom: 8px !important;
}
input[type=text]:hover, input[type=text]:focus, input[type=number]:hover, input[type=number]:focus, input[type=email]:hover, input[type=email]:focus, input[type=search]:hover, input[type=search]:focus, input[type=password]:hover, input[type=password]:focus, input[type=tel]:hover, input[type=tel]:focus, textarea:hover, textarea:focus, select:hover, select:focus, .select:hover, .select:focus, .filterbtn a.select:hover, .filterbtn a.select:focus, select:hover, select:focus {
  outline: none !important;
}
input[type=text].borderdowninput, input[type=number].borderdowninput, input[type=email].borderdowninput, input[type=search].borderdowninput, input[type=password].borderdowninput, input[type=tel].borderdowninput, textarea.borderdowninput, select.borderdowninput, .select.borderdowninput, .filterbtn a.select.borderdowninput, select.borderdowninput {
  border-bottom: 1px solid #212121 !important;
  border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
}

input:focus {
  outline: none !important;
}

button.formkit-submit {
  background: transparent;
  border: 1px solid #ffffff !important;
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  font-size: 16px;
  font-size: 1rem;
  line-height: 10px;
  line-height: 0.625rem;
  text-transform: inherit;
  padding: 12px;
  margin-bottom: 8px !important;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
button.formkit-submit:hover {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #212121;
  color: white;
}

label {
  color: #212121;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}
label a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  text-decoration: underline;
}

label.form-label {
  display: none;
}

.form-check-input {
  background: #ffffff !important;
}

.form-check-input:active, .form-check-input:checked {
  background: #212121 !important;
}

button.btn {
  padding: 12px 14px !important;
}
button.btn.btn-thin {
  padding: 8px 12px !important;
}
@media (max-width: 768px) {
  button.btn {
    padding: 8px 10px !important;
  }
}

/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 *
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root {
  --mm-ocd-width: 100%;
  --mm-ocd-min-width: 200px;
  --mm-ocd-max-width: 440px ;
}

body.mm-ocd-opened {
  overflow-y: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.mm-ocd {
  position: fixed;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  -webkit-transition-property: bottom, background-color;
  -o-transition-property: bottom, background-color;
  transition-property: bottom, background-color;
  -webkit-transition-duration: 0s, 0.3s;
  -o-transition-duration: 0s, 0.3s;
  transition-duration: 0s, 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0.45s, 0.15s;
  -o-transition-delay: 0.45s, 0.15s;
  transition-delay: 0.45s, 0.15s;
}

.mm-ocd {
  top: 87px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mm-ocd.fixedHeaderMenu {
  top: 47px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mm-ocd--open {
  bottom: 0;
  /* background: rgba(0, 0, 0, .25);*/
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: var(--mm-ocd-width);
  min-width: var(--mm-ocd-min-width);
  max-width: var(--mm-ocd-max-width);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.mm-spn.mm-spn--navbar.mm-spn--main:after {
  background: #F1F1F1;
}

.mm-ocd--left .mm-ocd__content {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-ocd--right .mm-ocd__content {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-ocd--open .mm-ocd__content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: clamp(100% - var(--mm-ocd-max-width), 100% - var(--mm-ocd-width), 100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}

.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}

.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}

.mm-spn, .mm-spn a, .mm-spn li, .mm-spn span, .mm-spn ul {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --mm-spn-item-height: 50px;
  --mm-spn-item-indent: 20px;
  --mm-spn-line-height: 24px;
  --mm-spn-panel-offset: 30% ;
}

.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  background: #F1F1F1 !important;
  /* bottom: 0;*/
  z-index: 2;
  width: calc(100% + var(--mm-spn-panel-offset)) !important;
  padding-right: var(--mm-spn-panel-offset);
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  -webkit-transition: left 0.3s ease 0s;
  -o-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
  cursor: default;
}

.mr-9 {
  margin-right: 9px;
}

.mm-spn ul:after {
  content: "";
  display: block;
  height: var(--mm-spn-item-height);
}

.mm-spn > ul {
  left: 0;
}

.mm-spn ul.mm-spn--open {
  left: 0;
}

.mm-spn ul.mm-spn--parent {
  left: calc(-1 * var(--mm-spn-panel-offset));
  overflow: visible;
}

.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer;
}

.mm-spn li:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--mm-spn-item-height) / 2);
  right: calc(var(--mm-spn-item-height) / 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  -ms-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
  opacity: 1;
}

.mm-spn li:after {
  content: "";
  display: block;
  margin-left: 0;
  border-top: 1px solid #828282;
  opacity: 1;
}

.mm-spn a, .mm-spn span {
  position: relative;
  z-index: 1;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
}

.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}

.mm-spn a:not(:last-child) {
  width: calc(100% - var(--mm-spn-item-height));
}

/*
.mm-spn a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: .15
}
*/
.mm-spn span {
  background: 0 0;
}

.mm-spn.mm-spn--navbar {
  cursor: pointer;
}

.mm-spn.mm-spn--navbar:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(var(--mm-spn-item-height) / 2);
  left: var(--mm-spn-item-indent);
  width: 15px;
  height: 10px;
  margin-top: -5px;
  /*  border-top: 2px solid;
    border-left: 2px solid;*/
  background: url(https://into-life.de/wp-content/themes/bwa_starter/img/arrowleftmenu.svg) no-repeat center center;
  /*-webkit-transform: rotate(-45deg) translate(50%, -50%);
  -ms-transform: rotate(-45deg) translate(50%, -50%);
  transform: rotate(-45deg) translate(50%, -50%);*/
  opacity: 1;
}

#mobilemenu.mm-spn--main:after {
  display: none !important;
}

#mobilemenu.mm-spn--main ul {
  top: 0 !important;
  padding-top: 20px;
}
#mobilemenu.mm-spn--main ul li:first-child {
  border-top: 1px solid #828282;
}
#mobilemenu.mm-spn--main ul:after {
  height: 90px;
}

.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}

.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}

.mm-spn.mm-spn--navbar:after {
  /*content: attr(data-mm-spn-title);*/
  content: "Zurück";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: var(--mm-spn-item-height);
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: var(--mm-spn-item-height);
  opacity: 1;
  background: #F1F1F1 !important;
  text-align: left;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.mm-spn.mm-spn--navbar:before {
  z-index: 9;
}

.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--navbar ul {
  top: calc(var(--mm-spn-item-height) + 1px);
}

.mm-spn.mm-spn--navbar ul:before {
  content: "";
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15;
}

.mm-spn.mm-spn--light {
  color: #212121;
  /*background: $product*/
}

.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #828282;
}

.mm-spn.mm-spn--vertical {
  overflow-y: auto;
}

.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static;
}

.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--vertical ul ul:after {
  height: calc(var(--mm-spn-item-height) / 2);
}

.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block;
}

.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  -webkit-transform: rotate(135deg) translate(-50%, 0);
  -ms-transform: rotate(135deg) translate(-50%, 0);
  transform: rotate(135deg) translate(-50%, 0);
}

.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none;
}

.has-accordion-submenu:before {
  -webkit-transform: rotate(135deg) translate(0, -50%) !important;
  -ms-transform: rotate(135deg) translate(0, -50%) !important;
  transform: rotate(135deg) translate(0, -50%) !important;
  top: 12px !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.has-accordion-submenu.accordion-open:before {
  top: 23px !important;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: rotate(315deg) translate(4px, 0px) !important;
  -ms-transform: rotate(315deg) translate(4px, 0px) !important;
  transform: rotate(315deg) translate(4px, 0px) !important;
}

.accordion-submenu li:after {
  display: none !important;
}

.accordion-submenu {
  padding-top: 5px !important;
  padding-bottom: 24px !important;
}

.accordion-submenu li a {
  padding-bottom: 3px !important;
  padding-top: 3px !important;
}

.accordion-submenu:after {
  display: none !important;
}

/**
 * Swiper 8.1.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px ;
}

.swiper-button-next, .swiper-button-prev {
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  right: 40px;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.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-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff ;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000 ;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-wrapper {
  margin: 0 auto 26px auto;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.pika-table abbr {
  cursor: default;
  color: #8390a4;
  text-decoration: none;
}

.pika-label {
  font-size: 0;
}

.pika-title select {
  position: initial;
  opacity: 1;
  z-index: inherit;
}

.sib-sms-select {
  display: flex;
  width: 100%;
  font-size: 14px;
  position: relative;
}

.sib-container--medium.sib-container--horizontal .sib-sms-select, .sib-container--small .sib-sms-select {
  flex-direction: column;
}

.sib-sms-select__title {
  display: flex;
  position: relative;
  align-items: center;
  background: #fff;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  height: 3em;
  padding: 8px 16px 8px 8px;
  margin-right: 8px;
  text-align: left;
  width: 100%;
  max-width: 60px;
}

.sib-sms-select__title::after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  width: 0;
  height: 0;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-top: 5px solid #000;
}

.sib-sms-select__title > .sib-sms-select__label-text {
  display: none;
}

.sib-container--medium.sib-container--horizontal .sib-sms-select__title, .sib-container--small .sib-sms-select__title {
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 0.5rem;
}

.sib-container--medium.sib-container--horizontal .sib-sms-select__title::after, .sib-container--small .sib-sms-select__title::after {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  width: 0;
  height: 0;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
  border-top: 5px solid #000;
}

.sib-container--medium.sib-container--horizontal .sib-sms-select__title > .sib-sms-select__label-text, .sib-container--small .sib-sms-select__title > .sib-sms-select__label-text {
  display: block;
}

.sib-sms-select__list {
  background: #fff;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  box-sizing: border-box;
  display: none;
  height: 0;
  list-style: none;
  margin: 8px 0 0 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  z-index: 999;
}

.sib-sms-select__list.sib-is-open {
  display: block;
  height: auto;
  max-height: 250px;
  overflow: scroll;
  opacity: 1;
}

.sib-sms-select__list li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #c0ccda;
  cursor: pointer;
  padding: 8px;
  font-size: 14px;
}

.sib-sms-select__list li:hover, .sib-sms-select__list li.sib-is-selected {
  background-color: #8ed8fd;
}

.sib-sms-select__number-input {
  display: flex;
  width: 100%;
  height: 3em;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  background: #fff;
}

.sib-sms-select__calling-code {
  height: 100%;
  max-width: 70px;
  padding: 8px;
  border-top: 0;
  border-right: 1px solid #c0ccda;
  border-bottom: 0;
  border-left: 0;
  border-radius: 3px 0 0 3px;
  line-height: 1.8em;
  text-align: center;
  font-size: inherit;
  color: inherit;
  outline: none;
}

.sib-container--medium.sib-container--horizontal .sib-sms-select__calling-code, .sib-container--small .sib-sms-select__calling-code {
  max-width: 50px;
  padding: 8px 4px;
}

.sib-sms-select__phone-number {
  width: calc(100% - 70px);
  height: 100%;
  padding: 8px;
  border-radius: 3px;
  border: 0;
  outline: 0;
  font-size: inherit;
}

.sib-sms-select__label-text {
  margin-left: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 480px) {
  .sib-sms-select {
    display: block;
  }
  .sib-sms-select__title {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .sib-container--small .sib-sms-select__title {
    display: flex;
  }
  .sib-container--small .sib-sms-select__title .sib-flag {
    margin-left: 0;
    bottom: 0;
  }
  .sib-container--small .sib-sms-select__title .sib-sms-select__label-text {
    margin-left: 0.5rem;
    padding-bottom: 0;
  }
  .sib-sms-select__title::after {
    content: "";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    border-top: 5px solid #000;
  }
  .sib-sms-select__title__phone-number {
    padding-right: 45px;
  }
  .sib-sms-select__title > .sib-flag {
    margin-left: 10px;
    float: left;
    position: relative;
    bottom: 4px;
  }
  .sib-sms-select__title > .sib-sms-select__label-text {
    display: inline-block;
    max-width: 70%;
    margin-left: 18px;
    padding-bottom: 5px;
    font-size: 20px;
    float: left;
  }
}
@media screen and (max-width: 480px) {
  .sib-sms-tooltip {
    position: absolute;
    right: 12px;
    top: 56%;
    width: 18px;
    height: 18px;
  }
  .sib-sms-tooltip__icon {
    color: #fff;
    width: 24px;
    height: 24px;
    display: block;
    background: rgba(0, 0, 0, 0);
    text-align: center;
    font-size: 12px !important;
    padding: 4px;
  }
}
@media screen and (max-width: 375px) {
  .g-recaptcha.sib-visible-recaptcha {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
.sib-form *, .sib-form ::after, .sib-form ::before {
  box-sizing: border-box;
}

.sib-form {
  margin: 0;
}

.sib-form__declaration {
  display: flex;
  padding: 0 16px;
  align-items: center;
}

.sib-form__declaration .declaration-block-icon {
  display: flex;
  padding: 0 16px 0 0;
  margin: 0;
}

.sib-form__declaration .declaration-block-icon [class^=svgIcon] {
  width: 65px;
  height: 65px;
}

.sib-form__declaration p {
  line-height: 1.5em;
  margin: 0;
}

.sib-form--blockPosition {
  position: relative;
}

.sib-form ul, .sib-form ol {
  padding: 0;
}

#sib-container {
  width: 100%;
}

#sib-form {
  text-align: left;
}

#sib-form .entry__choice label {
  display: unset;
}

.sib-menu .entry__choice {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
  text-indent: 0;
}

.sib-menu__item-list {
  margin: 0;
  list-style: none;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: none;
  margin-top: 8px;
  max-height: 360px;
  border: none;
  padding: 12px 0;
}

.sib-menu__item {
  line-height: 1.5em;
  cursor: pointer;
  padding: 4px 16px;
  overflow: hidden;
}

.sib-menu__item:hover {
  background-color: #8ed8fd;
}

.sib-menu__apply {
  text-align: right;
  padding: 8px 12px 12px 0;
}

@media screen and (max-width: 375px) {
  .sib-menu__apply {
    display: flex;
    flex-direction: column-reverse;
    padding: 8px;
  }
}
.sib-menu__apply button {
  padding: 8px 16px;
}

.sib-menu__separator {
  font-size: 20px;
  vertical-align: sub;
}

.sib-menu__select {
  padding: 0px 7px;
}

.sib-menu__selectTextAlign {
  padding: 0px 15px !important;
}

.sib-menu__select button {
  padding: 8px 5px;
}

.sib-menu .input_replaced {
  opacity: 0;
  position: static;
  width: 0px;
  margin: 0;
}

.sib-menu .sib-multiselect__label {
  width: 100%;
}

.sib-menu .sib-multiselect__label-text {
  text-indent: 0;
}

#sib-other-container .entry__controls--other {
  margin-left: 1.5em;
}

#sib-other-container .entry__choice--other {
  width: 100%;
}

#sib-other-container #sib-other-reason {
  width: 100%;
  padding: 8px;
  resize: vertical;
  border: 1px solid #687484;
}

.checkbox__label {
  word-wrap: break-word;
}

.checkbox.checkbox_tick_positive::before {
  left: calc(50% - 1px);
}

.input_display {
  line-height: 1.5rem;
}

.entry__choice {
  width: 100%;
  margin-bottom: 3px;
  word-wrap: break-all;
  word-wrap: break-word;
}

.entry__label {
  margin-bottom: 10px;
  width: 100%;
  font-weight: 500;
  word-break: break-word;
  word-wrap: break-word;
}

.entry__label_optin {
  display: inline;
}

.entry__label > * {
  float: left;
}

.entry__label::after {
  content: attr(data-required);
  font-size: 1em;
  color: #ff4949;
  text-decoration: none;
  word-wrap: break-all;
  word-wrap: break-word;
  display: inline;
}

.entry__specification {
  margin: 10px 0;
}

.entry__controls {
  margin: 0;
}

.entry__error {
  display: none;
  margin-top: 6px;
  margin-bottom: 6px;
  background: rgba(0, 0, 0, 0);
}

.sib-entry_mcq .entry__controls {
  display: block;
  background: rgba(0, 0, 0, 0);
  border: none;
  outline: none;
}

.sib-form-block {
  word-wrap: break-word;
  outline: none;
}

.sib-form-block p, .sib-form-block ol, .sib-form-block ul {
  text-align: inherit;
  margin: 0;
  line-height: 1.5em;
}

.sib-form-block ol, .sib-form-block ul {
  list-style-position: inside;
}

.sib-form-block__button {
  color: black;
  cursor: pointer;
}

.sib-image-form-block {
  padding: 2px;
}

.sib-image-form-block a {
  display: block;
  overflow: hidden;
}

.sib-image-form-block img {
  max-width: 100%;
}

.sib-divider-form-block {
  border: 0;
  margin: 0;
}

.form__label-row {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.form__label-row--horizontal {
  flex-direction: row;
  align-items: flex-start;
  margin: 10px 0;
}

.form__label-row--horizontal > *:first-child {
  margin-right: 20px;
}

.form__label-row--horizontal > * {
  width: 50%;
  flex-grow: 1;
}

.input {
  width: calc(100% - 1rem);
}

.input--multiselect {
  position: relative;
  padding-right: 32px;
  line-height: 37px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.input--multiselect::before {
  content: "";
  position: absolute;
  right: 8px;
  border: 8px solid rgba(0, 0, 0, 0);
  border-top-color: #343f4e;
  top: calc(50% - 4px);
}

.input--select {
  position: relative;
  width: 100%;
}

.input--select::before, .input--select::after {
  content: "";
  position: absolute;
  right: 8px;
}

.input--select::before {
  top: calc(50% - 12px);
  border: 5px solid rgba(0, 0, 0, 0);
  border-bottom-color: #343f4e;
}

.input--select::after {
  top: calc(50% + 2px);
  border: 5px solid rgba(0, 0, 0, 0);
  border-top-color: #343f4e;
}

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

.input--centerText {
  display: flex;
  align-items: center;
}

.input__rtl[type=text]::placeholder {
  text-align: right !important;
}

.input__textareaRtl::placeholder {
  text-align: right !important;
}

textarea.input {
  padding: calc(0.5rem - 1px);
}

.sib-form-container a {
  text-decoration: underline;
}

.sib-sms-input {
  width: 100%;
  display: flex;
  align-items: center;
}

.sib-sms-input .sib-smscode-select {
  width: 70px;
  margin-right: 10px;
  flex-shrink: 0;
}

.sib-sms-input .entry__controls {
  width: 100%;
}

.sib-sms-input .sib-menu__item {
  padding: 4px 2px;
}

.form__entry {
  position: static;
  margin-left: 0;
  padding-left: 0;
}

.sib-panel {
  position: relative;
  width: 100%;
  margin: 24px 0;
  padding: 10px 25px;
  border-width: 1px;
  border-style: solid;
  border-radius: 3px;
  color: #3c4858;
  text-align: center;
  box-shadow: none;
}

.sib-panel--active {
  display: block;
}

.sib-panel--inactive {
  display: none;
}

.sib-panel__text {
  margin: 0;
  font-weight: 600;
  text-align: left;
}

.sib-panel__link {
  padding: 0 5px;
  color: #3c4858;
  text-decoration: underline;
  cursor: pointer;
}

.sib-panel__close-icon {
  position: absolute;
  top: 12px;
  right: 25px;
  cursor: pointer;
}

.sib-form-message-panel {
  margin: 0 0 1.25rem 0;
  width: 100%;
  padding: 0.4375rem;
  border: 1px solid;
  display: none;
}

.sib-form-message-panel--active {
  display: inline-block;
}

.sib-form-message-panel__text {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0.5rem;
}

.sib-form-message-panel__text .sib-icon {
  contain: strict;
  display: inline-block;
  fill: currentColor;
}

.sib-form-message-panel__text .sib-notification__icon {
  height: 1.5em;
  width: 1.5em;
  flex-shrink: 0;
  margin-right: calc(1rem - 1px);
}

.sib-loader {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}

.checkbox_tick_positive:before {
  left: 49%;
}

@media screen and (max-width: 500px) {
  .form__label-row--horizontal {
    flex-direction: column;
  }
  .form__label-row--horizontal > * {
    width: 100%;
  }
}
.sib-loader div {
  position: absolute;
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  animation: loader 1.2s linear infinite;
}

.sib-loader div:nth-child(1) {
  animation-delay: 0s;
  top: 29px;
  left: 53px;
}

.sib-loader div:nth-child(2) {
  animation-delay: -0.1s;
  top: 18px;
  left: 50px;
}

.sib-loader div:nth-child(3) {
  animation-delay: -0.2s;
  top: 9px;
  left: 41px;
}

.sib-loader div:nth-child(4) {
  animation-delay: -0.3s;
  top: 6px;
  left: 29px;
}

.sib-loader div:nth-child(5) {
  animation-delay: -0.4s;
  top: 9px;
  left: 18px;
}

.sib-loader div:nth-child(6) {
  animation-delay: -0.5s;
  top: 18px;
  left: 9px;
}

.sib-loader div:nth-child(7) {
  animation-delay: -0.6s;
  top: 29px;
  left: 6px;
}

.sib-loader div:nth-child(8) {
  animation-delay: -0.7s;
  top: 41px;
  left: 9px;
}

.sib-loader div:nth-child(9) {
  animation-delay: -0.8s;
  top: 50px;
  left: 18px;
}

.sib-loader div:nth-child(10) {
  animation-delay: -0.9s;
  top: 53px;
  left: 29px;
}

.sib-loader div:nth-child(11) {
  animation-delay: -1s;
  top: 50px;
  left: 41px;
}

.sib-loader div:nth-child(12) {
  animation-delay: -1.1s;
  top: 41px;
  left: 50px;
}

.entry__choice label p {
  display: inline;
}

@keyframes loader {
  0%, 20%, 80%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
@media screen and (max-width: 480px) {
  .sib-image-form-block img {
    height: auto !important;
  }
}
.progress-indicator {
  background: rgba(0, 0, 0, 0);
}

.sib-hide-loader-icon {
  display: none;
}

.sib-form .sib-form_fieldset {
  display: table-row-group;
}

.sib-form .fieldset__separator {
  display: table-row;
}

.sib-form .fieldset__separator:after, .sib-form .fieldset__separator:before {
  background-clip: padding-box;
  border: solid rgba(0, 0, 0, 0);
  border-width: calc(4rem - 1px) 0 4rem;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  display: table-cell;
  height: 1px;
}

.sib-form .form__fieldset {
  border: 0;
  display: table-row;
  padding: 0;
}

.sib-form .form__fieldset:first-child .form__entries, .sib-form .form__fieldset:first-child .form__legend {
  padding-top: 0;
}

.sib-form .form__entries, .sib-form .form__legend {
  display: table-cell;
  margin: 0;
  padding-top: 4rem;
  vertical-align: top;
}

.sib-form .form__legend {
  font-size: 1.14869835rem;
  line-height: 1.5rem;
  font-weight: 700;
  padding-right: 2.5rem;
}

@media (max-width: 45rem) {
  .sib-form .fieldset__separator, .sib-form .form__entries, .sib-form .form__fieldset, .sib-form .form__legend, .sib-form .sib-form_fieldset {
    display: block;
  }
  .sib-form .form__legend {
    padding-bottom: 0.5rem;
    padding-right: 0;
  }
  .sib-form .form__entries {
    padding-top: 0;
  }
  .sib-form .fieldset__separator {
    border: 0;
  }
}
.sib-form .form__entry {
  border: 0;
  margin: 0;
  padding: 0;
  position: relative;
}

.sib-form .form__entry:not(:first-child) {
  margin-top: 1.5rem;
}

.sib-form .entry__label + .form__entry {
  margin-top: 0;
}

.sib-form .entry__label {
  display: table;
  font-weight: 700;
  padding: 0;
  white-space: normal;
}

.sib-form .form__row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -0.25rem -0.75rem;
}

.sib-form .form__row:not(:first-child) {
  margin-top: 1.25rem;
}

.sib-form .entry__label + .form__row {
  margin-top: -0.25rem;
}

.sib-form .form__row > .form__entry {
  margin: 0.25rem 0.75rem;
}

.sib-form .entry__optional-indicator {
  color: #687484;
  font-size: 0.87055056rem;
  line-height: 1rem;
  font-weight: 400;
}

.sib-form .input, .sib-form .input__affix {
  background: none;
  border: 0;
  font: inherit;
  margin: 0;
}

.sib-form .input:first-child, .sib-form .input__affix:first-child {
  padding-left: 0.5rem;
}

.sib-form .input:last-child, .sib-form .input__affix:last-child {
  padding-right: 0.5rem;
}

.sib-form .input, .sib-form .input__button {
  color: inherit;
  outline: 0;
}

.sib-form .input__affix {
  color: #687484;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

.sib-form .input__button {
  cursor: pointer;
  padding: 0 0.5rem;
}

.sib-form .input__button[type=submit] {
  border-bottom-left-radius: 0;
  border-left: 1px solid #c0ccda;
  border-top-left-radius: 0;
  color: inherit;
  margin-left: 0.5rem;
}

.sib-form .input__button .sib-icon {
  height: 1.5rem;
  vertical-align: bottom;
  width: 1.5rem;
}

.sib-form .input {
  box-shadow: none;
  min-width: 1px;
  padding: 0;
}

.sib-form textarea.input {
  padding: calc(0.5rem - 1px);
}

.sib-form select.input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 286.1 167%27%3E%3Cpath d=%27M24.1 0h238c21.4 0 32.1 25.9 17 41l-119 119c-9.4 9.4-24.6 9.4-33.9 0L7.1 41C-8 25.9 2.7 0 24.1 0z%27 fill=%27%233c4858%27/%3E%3C/svg%3E");
  background-position: right 0.65em top 50%;
  background-repeat: no-repeat;
  background-size: 0.65em auto;
}

.sib-form select.input:first-child, .sib-form select.input:last-child {
  padding-right: calc(2rem - 1px);
}

.sib-form .sib-entry_block .entry__field, .sib-form .form__row .entry__field, .sib-form .sib-form_block .entry__field {
  display: -webkit-flex;
  display: flex;
}

.sib-form .sib-entry_block .input, .sib-form .form__row .input, .sib-form .sib-form_block .input {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.sib-form .sib-entry_phrasing, .sib-form .sib-entry_phrasing .entry__label, .sib-form .sib-entry_phrasing .entry__specification {
  display: inline-block;
}

.sib-form .sib-entry_phrasing .entry__label {
  font-weight: 400;
}

.sib-form .sib-entry_errored {
  margin-left: -0.5rem;
  padding-left: 0.5rem;
}

.sib-form .sib-entry_errored:before {
  background: #ff4949;
  bottom: 0;
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 0.25rem;
}

.sib-form .entry__error, .sib-form .entry__label, .sib-form .entry__specification, .sib-form .form__error {
  max-width: 40em;
}

.sib-form .entry__error, .sib-form .entry__specification, .sib-form .form__error {
  display: block;
}

.sib-form .entry__choice + .entry__error, .sib-form .entry__choice + .entry__specification, .sib-form .entry__error + .entry__error, .sib-form .entry__error + .entry__specification, .sib-form .entry__specification + .entry__error, .sib-form .entry__specification + .entry__specification {
  margin-top: 0.5rem;
}

.sib-form .entry__error {
  color: #ff4949;
  font-size: 0.87055056rem;
  line-height: 1rem;
}

.sib-form .entry__specification {
  color: #687484;
  margin: 0;
}

.sib-form .entry__choice {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.sib-form .entry__choice .checkbox, .sib-form .entry__choice .radio-button {
  margin-right: 0.5em;
}

.sib-form .entry__choice .sib-toggletip {
  text-indent: 0;
}

.sib-form .entry__choice:not(:first-child) {
  margin-top: 0.5rem;
}

.sib-form .entry__choices.menu {
  margin-top: 2px;
  max-height: 20rem;
  overflow: auto;
  padding: 0.5rem;
}

.sib-form .checkbox, .sib-form .radio-button {
  background: #fff;
  border: 1px solid #687484;
  cursor: pointer;
  display: inline-block;
  height: 1em;
  vertical-align: -0.125em;
  width: 1em;
  position: relative;
}

.sib-form .checkbox {
  border-radius: 3px;
}

.sib-form .radio-button {
  border-radius: 50%;
}

.sib-form .radio-button:before {
  border-radius: 50%;
  bottom: 2px;
  content: "";
  left: 2px;
  position: absolute;
  right: 2px;
  top: 2px;
}

.sib-form .checkbox_tick_negative:after, .sib-form .checkbox_tick_negative:before {
  border: solid #fff;
  border-width: 0 0 0 2px;
  bottom: 0;
  content: "";
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 0;
}

.sib-form .checkbox_tick_negative:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sib-form .checkbox_tick_negative:before, .sib-form .checkbox_tick_positive:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sib-form .checkbox_tick_positive:before {
  border-color: #fff;
  border-style: solid;
  border-width: 0 2px 2px 0;
  bottom: 1px;
  content: "";
  left: 50%;
  margin-left: -25%;
  position: absolute;
  top: 1px;
  -webkit-transform-origin: 80% 45%;
  transform-origin: 80% 45%;
  width: 50%;
}

.sib-form .input_replaced {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.sib-form .input_replaced:checked + .checkbox_tick_positive {
  background: black;
  border-color: black;
}

.sib-form .input_replaced:checked + .checkbox_tick_negative {
  background: #ff4949;
  border-color: #ff4949;
}

.sib-form .input_replaced:indeterminate + .checkbox:after {
  content: normal;
}

.sib-form .choice__form {
  border: 0;
  margin: 0;
  padding: 0;
}

.sib-form .choice__form[disabled] {
  display: none;
}

.sib-form ::-ms-reveal {
  display: none;
}

.sib-form ::-webkit-inner-spin-button, .sib-form ::-webkit-search-decoration {
  display: none;
}

.sib-form [type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.sib-form .sib-ap-nostyle-input-icon {
  display: none;
}

.sib-form .sib-ap-nostyle-dropdown-menu.sib-collapsible__content {
  position: absolute;
  top: 100%;
  z-index: 1;
}

.sib-form .sib-ap-nostyle-dropdown-menu.sib-collapsible__content:not(.sib-collapsible__content_toggled) {
  display: none;
}

.sib-form .sib-ap-nostyle-dropdown-menu em {
  font-style: normal;
  font-weight: 700;
}

.sib-form .sib-ap-nostyle-input {
  padding-right: 0.5rem;
}

.sib-form .sib-ap-nostyle-suggestion {
  cursor: default;
  color: inherit;
  display: block;
  overflow: hidden;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sib-form .sib-ap-footer {
  display: none;
}

.sib-form .menu {
  background: #fff;
  border: 1px solid #c0ccda;
  border-radius: 3px;
  list-style: none;
  margin: 0;
  max-width: 100vw;
  min-width: 100%;
  padding: calc(0.5rem - 1px) 0;
}

.sib-form .menu.sib-collapsible__content {
  position: absolute;
  top: 100%;
  z-index: 1;
}

.sib-form .menu.sib-collapsible__content:not(.sib-collapsible__content_toggled) {
  display: none;
}

.sib-form .menu__content, .sib-form .menu__heading {
  padding: 0;
  margin: 1rem;
}

.sib-form .menu__content:first-child, .sib-form .menu__heading:first-child {
  margin-top: 0.5rem;
}

.sib-form .menu__content:last-child, .sib-form .menu__heading:last-child {
  margin-bottom: 0.5rem;
}

.sib-form .menu__heading {
  font-size: 1.31950791rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.sib-form .menu__content {
  list-style: none;
}

.sib-form .menu__icon {
  color: #8492a6;
  height: 1em;
  vertical-align: -0.125em;
  width: 1em;
  margin-right: 0.5rem;
}

.sib-form .menu__control {
  color: inherit;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0.5rem 1rem;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sib-form .menu__divider {
  border: 0;
  border-top: 1px solid #c0ccda;
  margin: 0.5rem 0;
}

.sib-form .clickable_button, .sib-form .clickable_link {
  font: inherit;
  margin: 0;
}

.sib-form .clickable_button.sib-collapsible__trigger:before, .sib-form .clickable_link.sib-collapsible__trigger:before {
  border-left: 0.25rem solid rgba(0, 0, 0, 0);
  border-right: 0.25rem solid rgba(0, 0, 0, 0);
  border-bottom: 0;
  border-top: 0.25rem solid;
  content: "";
  float: right;
  margin: 0.625rem 0 0 0.25em;
}

.sib-form .clickable_button.sib-collapsible__trigger_toggled:before, .sib-form .clickable_link.sib-collapsible__trigger_toggled:before {
  border-bottom: 0.25rem solid;
  border-top: 0;
}

.sib-form .clickable_button:not([disabled]), .sib-form .clickable_link:not([disabled]) {
  cursor: pointer;
}

.sib-form .clickable_button {
  background: #0092ff;
  border: 1px solid #0092ff;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  outline: 0;
  padding: calc(0.5rem - 1px) calc(1rem - 1px);
  text-decoration: none;
}

.sib-form .clickable_button.sib-collapsible__trigger {
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sib-form .clickable_button[disabled] {
  opacity: 0.5;
}

.sib-form .clickable_dropdown {
  display: inline-block;
  position: relative;
}

.sib-form .clickable_dropdown .menu {
  margin-top: 2px;
}

.sib-form .clickable_dropdown .menu_left {
  left: 0;
}

.sib-form .clickable_dropdown .menu_right {
  right: 0;
}

.sib-form .clickable_block {
  width: 100%;
}

.sib-form .clickable_cta {
  border-radius: 9999em;
}

.sib-form .clickable_link:focus {
  outline: 0;
}

.sib-form .clickable_sneaky, .sib-form .clickable_sneaky:focus, .sib-form .clickable_sneaky:hover {
  color: inherit;
}

.sib-form .clickable_destructive {
  background: #ff4949;
  border-color: #ff4949;
}

.sib-form .clickable_destructive:focus:not([disabled]), .sib-form .clickable_destructive:hover:not([disabled]) {
  background: #d93e3e;
  border-color: #d93e3e;
}

.sib-form .clickable__group {
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sib-form .clickable__group .clickable_button:focus, .sib-form .clickable__group .clickable_button:hover {
  position: relative;
}

.sib-form .clickable__group .clickable_button:not(:first-child), .sib-form .clickable__group .clickable_dropdown:not(:first-child) .clickable_button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin-left: -1px;
}

.sib-form .clickable__group > .clickable_button:not(:last-child), .sib-form .clickable__group > .clickable_dropdown:not(:last-child) .clickable_button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.sib-form .clickable__group > .clickable_dropdown:not(:last-child) .clickable_link, .sib-form .clickable__group > .clickable_link:not(:last-child) {
  margin-right: 1.5em;
  position: relative;
}

.sib-form .clickable__icon {
  height: 1.5rem;
  vertical-align: bottom;
  width: 1.5rem;
}

.sib-form .clickable__icon:not(.sib-icon_standalone) {
  margin-right: calc(0.7002rem - 1px);
}

.sib-form .progress-indicator {
  -webkit-align-items: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  display: -webkit-flex;
  display: flex;
  height: 100%;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
}

.sib-form .progress-indicator_small .progress-indicator__icon {
  height: 1rem;
  width: 1rem;
}

.sib-form .progress-indicator__icon {
  -webkit-animation: indicator-spin 1.3s cubic-bezier(0.46, 0.35, 0.39, 0.85) infinite;
  animation: indicator-spin 1.3s cubic-bezier(0.46, 0.35, 0.39, 0.85) infinite;
}

@-webkit-keyframes indicator-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes indicator-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  .h2,
  h3,
  .h3 {
    orphans: 3;
    widows: 3;
  }
  h2, .h2,
  h3,
  .h3 {
    page-break-after: avoid;
  }
}
.h1, h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #212121;
}

.is-ctl-register, .is-ctl-auth, .is-ctl-checkout {
  background: #eeece8;
}
.is-ctl-register main, .is-ctl-auth main, .is-ctl-checkout main {
  background: #eeece8;
  margin-top: 140px;
  padding-bottom: 80px;
}
.is-ctl-register main h1, .is-ctl-register main .h1, .is-ctl-register main h2, .is-ctl-register main .h2, .is-ctl-register main h3, .is-ctl-register main .h3, .is-ctl-register main h4, .is-ctl-register main .h4, .is-ctl-register main h5, .is-ctl-register main .h5, .is-ctl-register main h6, .is-ctl-register main .h6, .is-ctl-register main a, .is-ctl-register main p, .is-ctl-register main label, .is-ctl-register main div, .is-ctl-auth main h1, .is-ctl-auth main .h1, .is-ctl-auth main h2, .is-ctl-auth main .h2, .is-ctl-auth main h3, .is-ctl-auth main .h3, .is-ctl-auth main h4, .is-ctl-auth main .h4, .is-ctl-auth main h5, .is-ctl-auth main .h5, .is-ctl-auth main h6, .is-ctl-auth main .h6, .is-ctl-auth main a, .is-ctl-auth main p, .is-ctl-auth main label, .is-ctl-auth main div, .is-ctl-checkout main h1, .is-ctl-checkout main .h1, .is-ctl-checkout main h2, .is-ctl-checkout main .h2, .is-ctl-checkout main h3, .is-ctl-checkout main .h3, .is-ctl-checkout main h4, .is-ctl-checkout main .h4, .is-ctl-checkout main h5, .is-ctl-checkout main .h5, .is-ctl-checkout main h6, .is-ctl-checkout main .h6, .is-ctl-checkout main a, .is-ctl-checkout main p, .is-ctl-checkout main label, .is-ctl-checkout main div {
  font-family: "DIN PRO Regular", "Helvetica", sans-serif !important;
  color: #212121;
}
.is-ctl-register main .btn, .is-ctl-auth main .btn, .is-ctl-checkout main .btn {
  border: none;
}
@media (max-width: 1023px) {
  .is-ctl-register main, .is-ctl-auth main, .is-ctl-checkout main {
    margin-top: 80px;
  }
  .is-ctl-register main h1, .is-ctl-register main .h1, .is-ctl-auth main h1, .is-ctl-auth main .h1, .is-ctl-checkout main h1, .is-ctl-checkout main .h1 {
    font-size: 30px;
    line-height: 42px;
  }
}
.is-ctl-register main .card-title, .is-ctl-auth main .card-title, .is-ctl-checkout main .card-title {
  border-bottom: 0px solid #828282;
  padding-bottom: 24px;
}
.is-ctl-register main .checkout-aside-summary, .is-ctl-auth main .checkout-aside-summary, .is-ctl-checkout main .checkout-aside-summary {
  background: transparent !important;
}
.is-ctl-register main .checkout-main, .is-ctl-auth main .checkout-main, .is-ctl-checkout main .checkout-main {
  margin: 0 auto !important;
}
.is-ctl-register .product-feature-list-list, .is-ctl-auth .product-feature-list-list, .is-ctl-checkout .product-feature-list-list {
  margin-left: 0;
}
.is-ctl-register .line-item-img-link, .is-ctl-auth .line-item-img-link, .is-ctl-checkout .line-item-img-link {
  margin-bottom: 0;
}
.is-ctl-register .line-item-product .line-item-row, .is-ctl-auth .line-item-product .line-item-row, .is-ctl-checkout .line-item-product .line-item-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  flex-direction: row;
  align-content: flex-start;
}
.is-ctl-register .line-item-info .line-item-row, .is-ctl-auth .line-item-info .line-item-row, .is-ctl-checkout .line-item-info .line-item-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
}
.is-ctl-register .card-actions, .is-ctl-auth .card-actions, .is-ctl-checkout .card-actions {
  margin-top: 20px;
}
.is-ctl-register label strong, .is-ctl-auth label strong, .is-ctl-checkout label strong {
  margin-bottom: 5px;
  display: inline-block;
}
.is-ctl-register .btn-minus, .is-ctl-register .btn-plus, .is-ctl-auth .btn-minus, .is-ctl-auth .btn-plus, .is-ctl-checkout .btn-minus, .is-ctl-checkout .btn-plus {
  padding-top: 0 !important;
}

.is-ctl-checkout, .is-ctl-checkout main {
  background: #fff;
}

.is-ctl-accountprofile {
  margin-top: 40px !important;
}

.is-ctl-checkout #addPromotionInput {
  background: #efefef !important;
}

.header-cart-total, .header-cart-badge, .cart-add-product-container, .cart-shipping-costs-container, .line-item-ordernumber {
  display: none !important;
}

.footer-main {
  border-top: 0px;
}

.modal-content {
  background: #eeece8;
}

.is-ctl-checkout .begin-checkout-btn {
  color: #fff;
}

.offcanvas {
  z-index: 999999999999;
}
.offcanvas * {
  font-family: "DIN PRO Regular", "Helvetica", sans-serif !important;
}
.offcanvas .btn {
  border: 1px solid transparent;
}
.offcanvas .begin-checkout-btn {
  margin-bottom: 15px;
}
.offcanvas .begin-checkout-btn:hover {
  background: #FAFAFA;
  color: #212121;
}
.offcanvas .product-feature-list-list {
  margin-left: 0;
}
.offcanvas .line-item-details {
  width: inherit;
}
.offcanvas .line-item-product, .offcanvas .line-item-promotion {
  position: relative;
}
.offcanvas .line-item-product .line-item-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: flex-start;
}
.offcanvas .line-item-info .line-item-row {
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-end;
  align-items: flex-end;
  justify-content: flex-start;
}
.offcanvas .line-item-remove {
  position: absolute;
  right: 0;
  top: 0;
}
.offcanvas .line-item-ordernumber {
  display: none;
}

.line-item-img {
  border: 0px solid #828282;
}

.line-item-remove-button {
  background: transparent !important;
}

.quickview-minimal-product-manufacturer, .quickview-minimal-product {
  display: none;
}

.modal-dialog {
  top: 100px;
}

.product-detail-main * {
  height: 100%;
}

.product-block-prices-grid thead {
  display: none;
}

.product-block-prices-grid {
  margin-top: 0 !important;
}
.product-block-prices-grid th, .product-block-prices-grid td {
  padding: 0 !important;
}
.product-block-prices-grid td {
  text-align: right;
}
.product-block-prices-grid tr {
  border: 1px solid transparent;
}
.product-block-prices-grid * {
  margin-bottom: 0;
}
.product-block-prices-grid .product-block-prices-row td:last-child {
  color: #828282;
}
.product-block-prices-grid .product-block-prices-cell-thin, .product-block-prices-grid .product-block-prices-cell-thin *, .product-block-prices-grid .product-block-prices-cell, .product-block-prices-grid .product-block-prices-cell * {
  font-size: 12px !important;
  line-height: 16px !important;
}

.product-detail-configurator-option-input + .product-detail-configurator-option-label.is-display-text {
  padding: 5px 10px 5px 0 !important;
  margin-bottom: 0 !important;
}

.buy-widget-container .col-4 {
  display: none;
}
.buy-widget-container .col-8 {
  width: 100%;
}
.buy-widget-container .col-8 .btn-buy {
  border: 1px solid #212121;
}
.buy-widget-container .col-8 .btn-buy:hover {
  background: white !important;
  color: #212121 !important;
  border: 1px solid black;
}

.leftright {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: flex-start;
}
.leftright * {
  color: #979797;
}

.js-magnifier-zoom-image-container {
  width: 100%;
}

.np-mobile {
  background: #F1F1F1;
}
.articleKachel a:hover {
  text-decoration: none;
}

.product-detail-content .container {
  width: 100% !important;
  padding: 0 !important;
}
.product-detail-content .crossselling .articleKachel.col-6:nth-child(odd) {
  padding-right: 7px;
}
.product-detail-content .crossselling .articleKachel.col-6:nth-child(even) {
  padding-left: 7px;
}
.product-detail-content .product-detail-quantity-group {
  display: none;
}
@media (max-width: 786px) {
  .product-detail-content {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 786px) {
  .prodkeyfacts {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

@media (max-width: 786px) {
  .container-main {
    padding-bottom: 0 !important;
  }
}

.product-wishlist .product-wishlist-btn-content {
  display: none;
}

.product-wishlist {
  margin-top: 0px;
}

.wishlistheard {
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
  z-index: 888;
}

.is-ctl-product .container-main {
  min-height: inherit !important;
}

.product-detail-price {
  text-align: right;
}

.is-ctl-product .product-detail-price-unit {
  display: none;
}

.product-detail-tax-link, .delivery-information {
  text-align: right;
  width: 100%;
  display: block;
}

.oosform .sib-input input {
  border: 1px solid black !important;
  border-radius: 5px;
}

.accordionHeadline svg {
  position: absolute;
  right: 0;
  top: 17px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.accordionHeadline:hover {
  opacity: 0.6;
}
.accordionHeadline.on svg {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  transform: rotate(180deg);
}

.sib-form-block__button {
  background: #212121;
  color: #FAFAFA;
}
.sib-form-block__button:hover {
  background: #FAFAFA;
  color: #212121;
  border: 1px solid #212121;
}

.piwrap {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}

.productimagewrapper, .piwrap {
  height: calc(100vh - 150px);
  width: 100%;
}
@media (max-width: 767px) {
  .productimagewrapper, .piwrap {
    min-height: inherit;
    height: inherit;
    aspect-ratio: 3/4;
    width: 100vw;
  }
}

.productimage {
  padding-bottom: 0%;
}
@media (min-width: 768px) {
  .productimage {
    height: auto;
    max-width: 50vw;
  }
}

#addPromotionOffcanvasCart {
  border: 1px solid black;
  background: white;
  color: black;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px 8px !important;
}
#addPromotionOffcanvasCart svg {
  width: 60%;
  margin: auto;
}
#addPromotionOffcanvasCart .icon > svg path, #addPromotionOffcanvasCart .icon > svg use {
  fill: #212121;
}

.offcanvas-cart .line-item-quantity-label {
  display: none !important;
}

#addPromotionOffcanvasCartInput {
  background: #efefef !important;
  margin-right: 10px;
  font-size: 14px;
  line-height: 14px;
  padding: 5px 8px !important;
}

.versandfrei {
  text-align: center;
  background: #E9E4DD;
  padding: 5px 25px;
  margin-left: -20px;
  width: calc(100% + 40px);
}
.versandfrei p {
  margin-bottom: 0;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 14px;
  line-height: 0.875rem;
}

.is-ctl-product .product-detail-configurator-option-label {
  padding-bottom: 0 !important;
}

.product-detail-configurator-option-input + .product-detail-configurator-option-label {
  justify-content: flex-start;
}

.offcanvas-summary .js-toggle-shipping-selection {
  text-decoration: none;
  position: relative;
  color: #828282;
}
.offcanvas-summary .js-toggle-shipping-selection:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #828282;
  bottom: -1px;
  left: 0;
}

.offcanvas .line-item-info .line-item-row {
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
}

.offcanvas-cart-items {
  border-bottom: 0 !important;
}
.offcanvas-cart-items .line-item-info-img {
  width: 45%;
}
.offcanvas-cart-items .line-item-info-img .line-item-img-container {
  width: 100%;
  height: auto !important;
  background: #F1F1F1;
}
.offcanvas-cart-items .line-item-info-img .line-item-img-container a, .offcanvas-cart-items .line-item-info-img .line-item-img-container p, .offcanvas-cart-items .line-item-info-img .line-item-img-container li {
  margin-bottom: 0;
}
.offcanvas-cart-items .line-item-info-img .line-item-img-container .line-item-img {
  width: 100%;
  height: auto;
  object-fit: contain;
  min-height: 65px;
}
.offcanvas-cart-items .line-item-reference-price {
  display: none !important;
}
.offcanvas-cart-items .line-item-quantity {
  width: 100%;
}
.offcanvas-cart-items .line-item-price {
  width: 100%;
}

.custom-select {
  border: 1px solid #212121 !important;
  font-size: 14px;
  padding: 0px 25px 0 10px !important;
  width: inherit;
  margin-bottom: 0 !important;
  background: transparent url(https://into-life.de/wp-content/themes/bwa_starter/img/arrowselect.svg) no-repeat right 10px center !important;
}

.payment-method-image {
  max-height: inherit;
}

.beachtungunperfekt {
  background: #E9E4DD;
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 50px;
  order: inherit !important;
}
.beachtungunperfekt p, .beachtungunperfekt p * {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}
@media (max-width: 768px) {
  .beachtungunperfekt {
    margin-bottom: 25px;
    order: 6 !important;
    margin-top: -15px;
  }
}

.flexwildtop {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 768px) {
  .flexwildtop .linie {
    margin: 5px 0;
  }
}
.flexwildtop .highgreypurchaseUnit {
  color: #828282;
  font-size: 11px;
}

.is-offcanvas .line-item-quantity-select-wrapper {
  width: 100%;
}

.offcanvas-cart-items .product-feature-list, .offcanvas-cart-items .line-item-unit-price {
  display: none !important;
}
.offcanvas-cart-items .line-item-quantity-row {
  margin-bottom: 0 !important;
}
.offcanvas-cart-items .line-item-quantity {
  width: 25%;
  margin-left: 40%;
  position: absolute;
  bottom: 20px;
  margin-bottom: 0px !important;
}
.offcanvas-cart-items .line-item-total-price {
  position: absolute;
  bottom: 20px;
  right: -5px;
  width: 25%;
}
.offcanvas-cart-items .line-item-info {
  margin-bottom: 20px;
}
.offcanvas-cart-items .line-item-details-characteristics {
  margin: 0 !important;
}
.offcanvas-cart-items .line-item-details-characteristics * {
  font-size: 10px;
  line-height: 12px;
}
.offcanvas-cart-items .line-item-details {
  padding-left: 10px !important;
  padding-top: 0;
}
.offcanvas-cart-items .line-item-remove-button {
  padding: 13px 0 !important;
  margin-right: -5px !important;
}
.offcanvas-cart-items .product-feature-list-item {
  margin: 0 !important;
}
.offcanvas-cart-items .product-feature-list-item * {
  font-size: 10px;
  line-height: 12px;
}

.offcanvas-cart .swiperprodukte.swiper2 .productname .name {
  width: 100%;
}

.line-item {
  padding-bottom: 0 !important;
  padding-top: 20px !important;
}

.line-item-label, dt, dd, b, strong, .line-item-total-price {
  font-weight: 400 !important;
}

.is-ctl-register {
  /* background: #F0EFEB !important;*/
  background: #E9E4DD !important;
}
.is-ctl-register main {
  background: #E9E4DD !important;
}

.is-ctl-register .checkout-container .register-login-collapse-toogle, .is-ctl-auth .register-login-collapse-toogle {
  display: none !important;
}
.is-ctl-register .checkout-container .checkout-main, .is-ctl-auth .checkout-main {
  width: 100% !important;
}
.is-ctl-register .checkout-container .col-md-6, .is-ctl-register .checkout-container .g-2, .is-ctl-register .checkout-container .col-md-3, .is-ctl-register .checkout-container .col-sm-6, .is-ctl-auth .col-md-6, .is-ctl-auth .g-2, .is-ctl-auth .col-md-3, .is-ctl-auth .col-sm-6 {
  width: 100% !important;
  margin-bottom: 0 !important;
}
.is-ctl-register .checkout-container .g-2 .col-md-2, .is-ctl-auth .g-2 .col-md-2 {
  width: calc(50% - 5px) !important;
  margin-right: 5px;
  margin-bottom: 0px;
}
.is-ctl-register .checkout-container .g-2 .col-md-4, .is-ctl-auth .g-2 .col-md-4 {
  width: 50% !important;
  margin-bottom: 0px;
}
.is-ctl-register .checkout-container .flashbags, .is-ctl-register .checkout-container .address-main-header, .is-ctl-auth .flashbags, .is-ctl-auth .address-main-header {
  width: 100%;
}
.is-ctl-register .checkout-container #loginCollapse, .is-ctl-auth #loginCollapse {
  width: 100%;
}
.is-ctl-register .checkout-container .login-form-description, .is-ctl-auth .login-form-description {
  display: none;
}
.is-ctl-register .checkout-container .newreg .card-title, .is-ctl-auth .newreg .card-title {
  display: none;
}
.is-ctl-register .checkout-container .newreg .register-billing .card-title, .is-ctl-auth .newreg .register-billing .card-title {
  display: block;
}
.is-ctl-register .checkout-container .form-group, .is-ctl-auth .form-group {
  margin-top: 0 !important;
}
.is-ctl-register .checkout-container .form-check, .is-ctl-auth .form-check {
  margin-top: 16px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: flex-start;
  align-items: flex-start;
}
.is-ctl-register .checkout-container .form-check label, .is-ctl-auth .form-check label {
  margin-left: 20px;
}
.is-ctl-register .checkout-container input, .is-ctl-register .checkout-container textarea, .is-ctl-register .checkout-container select, .is-ctl-auth input, .is-ctl-auth textarea, .is-ctl-auth select {
  margin-bottom: 8px !important;
  margin-top: 0 !important;
}
.is-ctl-register .checkout-container #personalSalutation, .is-ctl-auth #personalSalutation {
  margin-top: 8px !important;
  margin-bottom: 16px !important;
}
.is-ctl-register .checkout-container #billingAddressAdditionalField1, .is-ctl-auth #billingAddressAdditionalField1 {
  margin-bottom: 16px !important;
}
.is-ctl-register .checkout-container .register-submit, .is-ctl-auth .register-submit {
  margin-left: 0 !important;
}
.is-ctl-register .checkout-container .login-submit .btn-primary, .is-ctl-auth .login-submit .btn-primary {
  width: 100%;
  background: transparent;
  color: #212121;
  border: 1px solid #212121;
}
.is-ctl-register .checkout-container .login-submit .btn-primary:hover, .is-ctl-auth .login-submit .btn-primary:hover {
  color: white;
  background: #212121;
}

.register-shipping #shippingAddressaccountType, .register-shipping #shippingAddresspersonalSalutation, .register-shipping #shippingAddresspersonalLastName, .register-shipping #shippingAddressAdditionalField1 {
  margin-bottom: 16px !important;
}

.js-offcanvas-cart-promotion .btn-secondary .icon {
  color: #212121;
}

.is-ctl-auth .newreg .card-title {
  display: block;
}
.is-ctl-auth .newreg #personalMail {
  margin-top: 8px !important;
}

.checkout .mt-80 {
  margin-top: 80px !important;
  display: block;
}

.checkout-aside-action #addPromotionInput {
  margin-bottom: 0 !important;
}

.specialitemscheckout .line-item-row {
  position: relative;
}
.specialitemscheckout .line-item-quantity {
  z-index: 9999;
}
.specialitemscheckout .line-item-remove {
  display: none !important;
}
.specialitemscheckout .line-item-details {
  top: 0;
  width: 25%;
  margin-left: calc(40% + 30px);
  position: absolute;
}

.is-act-confirmpage .specialitemscheckout, .is-act-confirmpage .versandfrei, .is-act-confirmpage .optik_slider, .is-act-confirmpage .linie {
  display: none !important;
}
.is-act-confirmpage .col-md-5 .col-sm-6 {
  width: 100%;
  position: relative;
}
.is-act-confirmpage .col-md-5 .col-sm-6 .btn-light {
  padding: 0 !important;
  background: transparent;
  border: 0px solid transparent;
  position: absolute;
  right: 0;
  top: 20px;
  color: #828282;
}
.is-act-confirmpage .col-md-5 .col-sm-6 .btn-light.hover {
  padding: 0 !important;
  background: transparent;
  border: 0px solid transparent;
  color: #212121;
  text-decoration: underline;
}
.is-act-confirmpage .confirm-product {
  margin-bottom: 40px;
}
.is-act-confirmpage .checkout-aside-summary {
  border-top: 1px solid #C8C8C8;
  padding: 20px 0 0 0 !important;
}
.is-act-confirmpage .checkout-aside-summary-total {
  border-top: none;
}
.is-act-confirmpage .checkout-aside-summary-header {
  display: none;
}
.is-act-confirmpage .card-title, .is-act-confirmpage .card-title * {
  font-size: 18px !important;
  font-size: 1.125rem !important;
  line-height: 21px !important;
  line-height: 1.3125rem !important;
  margin-bottom: 12px;
}
@media (max-width: 1440px) {
  .is-act-confirmpage .card-title, .is-act-confirmpage .card-title * {
    font-size: 16px !important;
    font-size: 1rem !important;
    line-height: 19px !important;
    line-height: 1.1875rem !important;
  }
}
@media (max-width: 768px) {
  .is-act-confirmpage .card-title, .is-act-confirmpage .card-title * {
    font-size: 16px !important;
    font-size: 1rem !important;
    line-height: 19px !important;
    line-height: 1.1875rem !important;
  }
}
.is-act-confirmpage .payment-form-group {
  margin-bottom: 10px;
}
.is-act-confirmpage .card {
  border-top: 1px solid #C8C8C8;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .is-act-confirmpage .card {
    padding-top: 9px;
  }
}
.is-act-confirmpage .confirm-product .card {
  border-top: 0px solid #C8C8C8;
}
@media (max-width: 768px) {
  .is-act-confirmpage .payment-method-description p {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 14px;
    line-height: 0.875rem;
  }
}
.is-act-confirmpage .quantity-selector-group select {
  flex: none !important;
  padding: 0px 8px !important;
  border: 1px solid #222222 !important;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  background: transparent url("../img/arrowselect.svg") no-repeat right 10px center !important;
  width: 52px !important;
}
.is-act-confirmpage .line-item-quantity-label {
  display: none !important;
}
.is-act-confirmpage .modal-content .btn {
  padding: 0 !important;
  background: transparent;
  border: 0px solid transparent;
  margin-top: 40px;
  color: #828282;
}
.is-act-confirmpage .line-item-img-container {
  background: #f1f1f1;
}
.is-act-confirmpage .line-item {
  border-bottom: 0px solid transparent;
}
.is-act-confirmpage .line-item-details-container, .is-act-confirmpage .line-item-details, .is-act-confirmpage .line-item-info {
  margin-left: 0;
  padding-left: 0;
}
.is-act-confirmpage .line-item-label {
  font-weight: 700 !important;
}
.is-act-confirmpage .line-item-details-characteristics .line-item-details-characteristics-option, .is-act-confirmpage .product-feature-value {
  font-weight: 400 !important;
}
.is-act-confirmpage .line-item-details-characteristics {
  padding-top: 0;
  margin-top: -7px;
}
@media (max-width: 768px) {
  .is-act-confirmpage .offset-md-1 {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
}
.is-act-confirmpage .cart-header-row * {
  font-size: 12px !important;
}
.is-act-confirmpage .line-item-details {
  padding-top: 0px;
}
.is-act-confirmpage .line-item-remove-button {
  padding: 0 !important;
}
.is-act-finishpage .finish-header, .is-act-finishpage .finish-ordernumber, .is-act-finishpage .finish-content, .is-act-finishpage .finish-teaser {
  text-align: left !important;
}
.is-act-finishpage .finish-info, .is-act-finishpage .checkout-product-table, .is-act-finishpage .checkout-aside, .is-act-finishpage .optik_slider, .is-act-finishpage .linie {
  display: none !important;
}
.is-act-checkoutregisterpage .container-main .checkout-aside, .is-act-checkoutregisterpage .container-main .checkout-aside-container, .is-act-checkoutregisterpage .container-main .optik_slider, .is-act-checkoutregisterpage .container-main .linie {
  display: none !important;
}

input[type=checkbox] {
  height: 16px;
  width: 16px;
}

.data-protection-information {
  width: 100%;
}
.data-protection-information input[type=checkbox] {
  width: 32px;
}

@media (max-width: 992px) {
  .account-content-aside {
    display: block !important;
  }
  .account .account-aside-list-group {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
  }
  .account .account-aside-list-group a {
    margin-bottom: 0;
  }
}
.alert-success .alert-content-container {
  background-color: #E5ECE7 !important;
  color: #7BA099 !important;
}

.detailoldpriceinfo {
  display: none !important;
}

.btn-buy {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
}
.btn-buy .rabattcolor {
  color: #FF8C7E;
}

.product-detail-price-container {
  margin-bottom: 10px;
}
.product-detail-price-container .list-price-badge {
  margin-left: 0;
}
.product-detail-price-container .product-detail-price {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .product-detail-price-container {
    margin-top: 24px;
  }
}

.wiederverfuegbarmessage {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-between;
  background: #ECECEC;
  width: 100%;
  padding: 10px 16px;
  font-size: 13px;
  line-height: 22px;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .wiederverfuegbarmessage {
    margin-bottom: 40px;
  }
}

.is-act-cartpage .checkout-aside-summary {
  margin-top: 30px;
}

.alert-content {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 14px;
  line-height: 0.875rem;
}
.alert-content .p {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 14px;
  line-height: 0.875rem;
}

.alert-success {
  background-color: #7BA099 !important;
  opacity: 1 !important;
}

.icon-marketing svg {
  display: none !important;
}

.line-item-icon {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.icon-marketing {
  background: transparent url(https://into-life.de/wp-content/themes/bwa_starter/img/rabatt-icon.webp) no-repeat center center;
  height: 17px !important;
  width: 17px !important;
  background-size: contain;
}

.product-block-prices .product-block-prices-cell {
  padding-right: 50px !important;
}

.product-block-prices .product-block-prices-cell-thin {
  padding-right: 40px !important;
}

#billingAddresscompany {
  margin-top: 10px !important;
  margin-bottom: -5px !important;
}

.account-reset-password label {
  display: block;
}

.container-main {
  min-height: inherit !important;
}

.product-box {
  border: none;
  padding: 0;
  --bs-card-spacer-y: 0;
  --bs-card-spacer-x: 0;
}

button.product-wishlist-btn-remove {
  border: none;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
}

.is-ctl-wishlist .container-main {
  margin: 0;
  padding: 0;
}

.container-main {
  margin: 0;
  padding: 0;
}

.bg-beiges {
  background: #E9E4DD;
}

.gfnb .bg-cream {
  background: #Fff;
}

.offcanvas-cart .product-wishlist {
  position: absolute;
  top: 26px;
  left: 104px;
}
@media (max-width: 768px) {
  .offcanvas-cart .product-wishlist {
    left: 29%;
    top: 28px;
  }
}
.offcanvas-cart .product-wishlist-not-addedss svg path, .offcanvas-cart .product-wishlist-not-addedss svg use {
  fill: #212121 !important;
}

.offcanvas-cart-items .line-item-details {
  width: calc(100% - 50px);
}

.prodcutinfowrapper h2, .prodcutinfowrapper .h2 {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .prodcutinfowrapper h2, .prodcutinfowrapper .h2 {
    margin-bottom: 0px;
  }
}

.highgreypurchaseUnit {
  margin-bottom: 12px;
}

.box-wishlist .product-wishlist-button-container {
  display: none;
}

.offcanvas-body {
  overflow-x: hidden;
}

.newflexbtn {
  margin: 40px 10px 20px 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.specialitemscheckout .product-wishlist {
  left: -41px;
  top: 10px;
}

.is-act-confirmpage, .is-act-confirmpage .content-main {
  background: #e8e4de !important;
}
.is-act-confirmpage .line-item-img, .is-act-confirmpage .content-main .line-item-img {
  width: 108px;
  height: 135px;
}
.is-act-confirmpage .line-item-info-img, .is-act-confirmpage .line-item-img-container, .is-act-confirmpage .content-main .line-item-info-img, .is-act-confirmpage .content-main .line-item-img-container {
  width: 108px;
}
.is-act-confirmpage .line-item-img-container, .is-act-confirmpage .line-item-info-img, .is-act-confirmpage .content-main .line-item-img-container, .is-act-confirmpage .content-main .line-item-info-img {
  margin-right: 50px;
}

@media (max-width: 768px) {
  .is-ctl-register .line-item-info .line-item-row, .is-ctl-auth .line-item-info .line-item-row, .is-ctl-checkout .line-item-info .line-item-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    flex-direction: column;
    align-content: flex-start;
    justify-content: flex-start;
  }
}
@media (max-width: 768px) {
  .closeSearch {
    display: none;
  }
}

.confirm-address {
  position: relative;
}
.confirm-address .btn-light {
  position: absolute;
  right: 0;
  top: 9px;
  padding: 0 !important;
  background: transparent;
  color: #828282;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  line-height: 1.375rem;
}

.is-ctl-checkout .checkout-aside-summary {
  padding: 0;
}
.is-ctl-checkout dd {
  margin-bottom: 0rem;
}

.titlehead {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-content: flex-start;
  width: 100%;
  align-items: flex-start;
}
.titlehead .r {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 14px;
  line-height: 0.875rem;
}
.titlehead .stratinline-block {
  margin-left: 3px;
}

.is-ctl-checkout .confirm-product .product-wishlist {
  display: none;
}

.beschriebungshort {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin-top: 2px;
}

.address {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
}

h1.confirm-main-header, .confirm-main-header.h1 {
  font-size: 28px !important;
  font-size: 1.75rem !important;
  line-height: 36px !important;
  line-height: 2.25rem !important;
}
@media (max-width: 1440px) {
  h1.confirm-main-header, .confirm-main-header.h1 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    line-height: 30px !important;
    line-height: 1.875rem !important;
  }
}
@media (max-width: 768px) {
  h1.confirm-main-header, .confirm-main-header.h1 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    line-height: 23px !important;
    line-height: 1.4375rem !important;
  }
}
@media (max-width: 768px) {
  h1.confirm-main-header, .confirm-main-header.h1 {
    margin-bottom: 48px !important;
  }
}

@media (max-width: 768px) {
  .is-act-confirmpage .checkout, .is-ctl-accountorder .checkout {
    padding-top: 0px;
  }
}

.is-ctl-product .product-detail-quantity-input {
  display: none !important;
}

.product-detail-delivery-information {
  margin-bottom: 0;
}

.product-detail .titlehead {
  margin-top: 200px;
}
.product-detail .titlehead h1, .product-detail .titlehead .h1 {
  font-size: 28px !important;
  font-size: 1.75rem !important;
  line-height: 36px !important;
  line-height: 2.25rem !important;
}
@media (max-width: 1440px) {
  .product-detail .titlehead h1, .product-detail .titlehead .h1 {
    font-size: 24px !important;
    font-size: 1.5rem !important;
    line-height: 30px !important;
    line-height: 1.875rem !important;
  }
}
@media (max-width: 768px) {
  .product-detail .titlehead h1, .product-detail .titlehead .h1 {
    font-size: 18px !important;
    font-size: 1.125rem !important;
    line-height: 23px !important;
    line-height: 1.4375rem !important;
  }
}
@media (max-width: 768px) {
  .product-detail .titlehead {
    margin-top: 0px;
  }
}

.prodcutinfowrapper .linie {
  margin: 6px 0 !important;
}

.productimage {
  width: 100%;
}
.productimage .responsiv {
  width: auto;
  height: auto;
  max-height: 100%;
  /*aspect-ratio: 640 / 800;*/
  margin: auto;
  max-width: 100%;
}

@media (max-width: 768px) {
  .swiper1single {
    height: calc(100% + 20px);
  }
}
@media (min-width: 769px) {
  .swiper1single {
    height: auto;
    aspect-ratio: 4/3;
    width: 100%;
  }
}

.gallerywrapper {
  max-height: 100%;
  width: 100%;
  height: auto;
  margin: auto;
}
@media (max-width: 768px) {
  .gallerywrapper {
    aspect-ratio: 640/800;
  }
}
.gallerywrapper .swiper-wrapper {
  margin: 0;
}

@media (max-width: 768px) {
  .wp-block-search__input.borderdowninput {
    background: transparent url("https://into-life.de/wp-content/themes/bwa_starter/img/suche.svg") no-repeat left 0px center !important;
  }
}

@media (max-width: 768px) {
  .is-ctl-checkout .swiper-slide-duplicate {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .is-ctl-checkout .swiper-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    transform: translate3d(0, 0px, 0px) !important;
  }
}
@media (max-width: 768px) {
  .is-ctl-checkout .swiperprodukte .swiper-slide {
    width: calc(50% - 5px);
    margin: 0px !important;
  }
}
@media (max-width: 768px) {
  .is-ctl-checkout .swiperbtn {
    display: none !important;
  }
}
.is-ctl-checkout .swiperprodukte .col-8 .productname .name {
  font-size: 28px;
}
@media (max-width: 768px) {
  .is-ctl-checkout .swiperprodukte .col-8 .productname .name {
    font-size: 18px;
  }
}
.is-ctl-checkout .checkout-aside, .is-ctl-checkout .checkout-main {
  width: 100% !important;
}
.is-ctl-checkout .checkout-aside .line-item {
  position: relative;
}
.is-ctl-checkout .checkout-aside .versandfrei {
  margin-top: 80px;
}
.is-ctl-checkout .checkout-aside .product-wishlist {
  display: none;
}
.is-ctl-checkout .checkout-aside .line-item-product {
  border-bottom: 1px solid #C8C8C8;
}
@media (max-width: 768px) {
  .is-ctl-checkout .checkout-aside .line-item-remove {
    z-index: 99999999;
    position: absolute;
    top: -15px;
    right: -5px;
  }
}
.is-ctl-checkout .checkout-aside .versandfrei, .is-ctl-checkout .checkout-aside .checkout-aside-summary, .is-ctl-checkout .checkout-aside .checkout-aside-action, .is-ctl-checkout .checkout-aside .checkout-aside-action {
  width: 50% !important;
  margin-left: 50% !important;
}
@media (max-width: 768px) {
  .is-ctl-checkout .checkout-aside .versandfrei, .is-ctl-checkout .checkout-aside .checkout-aside-summary, .is-ctl-checkout .checkout-aside .checkout-aside-action, .is-ctl-checkout .checkout-aside .checkout-aside-action {
    width: 100% !important;
    margin-left: 0% !important;
  }
}
.is-ctl-checkout .checkout-aside .line-item-info-img {
  width: 250px;
}
@media (max-width: 768px) {
  .is-ctl-checkout .checkout-aside .line-item-info-img {
    width: 183px;
  }
}
.is-ctl-checkout .checkout-aside .line-item-details, .is-ctl-checkout .checkout-aside .line-item-quantity {
  margin-left: 255px !important;
}
@media (max-width: 768px) {
  .is-ctl-checkout .checkout-aside .line-item-details, .is-ctl-checkout .checkout-aside .line-item-quantity {
    margin-left: 195px !important;
  }
}
@media (max-width: 768px) {
  .is-ctl-checkout .cart-main-header {
    display: none;
  }
}
.is-ctl-checkout .checkout-aside-summary-header {
  display: none;
}
@media (max-width: 768px) {
  .is-ctl-checkout .checkout-aside-summary-list {
    border-top: 1px solid #C8C8C8;
  }
}
.is-ctl-checkout .begin-checkout-btn, .is-ctl-checkout #addPromotionInput {
  padding: 5px 0;
  font-size: 12px;
  line-height: 22px;
}
.is-ctl-checkout .linie {
  display: none !important;
}
.is-ctl-checkout .line-item-remove {
  display: block !important;
}
.is-ctl-checkout .line-item-label {
  font-weight: 700 !important;
}
.is-ctl-checkout .line-item-details-characteristics {
  font-size: 9px;
}
.is-ctl-checkout .line-item-details-characteristics-option {
  font-weight: 400;
}
.is-ctl-checkout #addPromotionInput {
  height: 32px;
}
.is-ctl-checkout #addPromotion {
  height: 32px;
  background: transparent;
  border: 1px solid #222222;
  width: 32px;
  margin-left: 12px;
  border-radius: 4px !important;
}
.is-ctl-checkout #addPromotion svg path {
  fill: #222222;
}
.is-ctl-checkout #addPromotion svg {
  top: -4px !important;
  left: -5px !important;
  height: 15px !important;
  width: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 768px) {
  .is-ctl-checkout #addPromotion svg {
    top: -1px !important;
    left: -1px !important;
  }
}

@media (max-width: 768px) {
  .oosform .sib-input input {
    font-family: "DIN PRO Regular", "Helvetica", sans-serif !important;
    font-size: 14px !important;
  }
}

.stickywaren {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #D6D0CA;
  padding: 8px 12px 12px 12px;
  z-index: 9999999;
}
.stickywaren .product-detail-price-container, .stickywaren .product-detail-configurator-container, .stickywaren .wiederverfuegbarmessage {
  display: none !important;
}
.stickywaren .product-detail-tax, .stickywaren .product-detail-tax-link, .stickywaren .delivery-information {
  margin-bottom: 0;
}
.stickywaren .oosform .sib-input input {
  font-family: "GT-America-Mono-Light", sans-serif !important;
  font-size: 10px !important;
  color: #222222 !important;
  background: #F1F1F1 !important;
  border: 1px solid #F1F1F1 !important;
}

.brevoformoos .entry__choice {
  display: none;
}

@media (max-width: 768px) {
  .lrsibwrap {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    gap: 10px;
  }
  .lrsibwrap .sibinputleft, .lrsibwrap .sibinputright {
    margin-bottom: 0px !important;
  }
}

.is-act-confirmpage .checkout .checkout-aside {
  margin-left: inherit !important;
}

.sparenbadge {
  background: #FF8C7E;
  color: #fff;
  padding: 1px 8px;
  border-radius: 4px;
  font-size: 9px;
  line-height: 16px;
  margin-left: 20px;
}

@media (max-width: 768px) {
  .w100vw {
    margin-left: -25px;
  }
}

@media (max-width: 768px) {
  .seachefields {
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .seachefields footer {
    margin-left: -25px;
    margin-right: -25px;
  }
  .seachefields .newsletterlightbox {
    margin-bottom: 40px;
  }
}

.cookie-permission-container {
  z-index: 999999999999999;
}

.linktoother {
  display: flex;
  border: none;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  text-transform: none;
  text-align: left;
  margin-bottom: 28px;
  letter-spacing: 0.28px;
  padding: 8px 12px;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}
.linktoother strong {
  letter-spacing: 0.28px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  margin-right: 5px;
}
.linktoother span {
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
  width: 80%;
}
.linktoother:hover svg rect, .linktoother:hover svg path {
  stroke: #FAFAFA;
}

select {
  color: #212121 !important;
  -webkit-text-fill-color: #212121 !important;
}

select option {
  color: #212121 !important;
}

@media (max-width: 768px) {
  .is-act-confirmpage .checkout .checkout-aside {
    margin-left: 0 !important;
  }
  .is-act-confirmpage .checkout-aside-summary-list {
    border-top: 0px solid #C8C8C8;
  }
  .is-act-confirmpage .cart-header-info {
    width: 50%;
  }
  .is-act-confirmpage .cart-header-tax-price, .is-act-confirmpage .cart-header-total-price {
    width: 20%;
  }
  .is-act-confirmpage .cart-table-header {
    display: block;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .is-act-confirmpage .cart-table-header * {
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
  }
  .is-act-confirmpage .line-item-tax-price-label, .is-act-confirmpage .cart-header-quantity {
    display: none;
  }
  .is-act-confirmpage .line-item-tax-price {
    font-style: normal !important;
  }
  .is-act-confirmpage .line-item-product {
    position: relative;
  }
  .is-act-confirmpage .line-item-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .is-act-confirmpage .line-item-row .line-item-info {
    width: 50%;
    order: 1;
  }
  .is-act-confirmpage .line-item-row .line-item-quantity {
    width: 50%;
    order: 3;
  }
  .is-act-confirmpage .line-item-row .line-item-tax-price {
    width: 20%;
    order: 2;
    align-self: flex-start;
  }
  .is-act-confirmpage .line-item-row .line-item-total-price.line-item-price {
    width: 20%;
    order: 2;
    align-self: flex-start;
  }
  .is-act-confirmpage .line-item-row .line-item-remove {
    position: absolute;
    right: -5px;
    margin-top: -2px;
  }
}
.is-act-cartpage .mycheckouttemplate .line-item-remove {
  right: 5px;
}

label[for=paymentMethod018da37fdf8070ac864ed0283bba0db8] .payment-method-description p {
  display: none;
}

.is-act-confirmpage .card-title {
  font-family: "DIN PRO Medium", "Helvetica", sans-serif !important;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 500 !important;
}

.payment-method-description p {
  margin-bottom: 0;
}

.form-check payment-method-radio {
  margin-bottom: 250px;
}

#agb-lightbox-content p, #agb-lightbox-content a {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 23px;
  line-height: 1.4375rem;
}
#agb-lightbox-content p {
  margin-bottom: 84px;
}
#agb-lightbox-content a {
  text-decoration: underline;
}
#agb-lightbox-content .agbcheckbest {
  padding: 16px;
  background: #212121;
  color: #FAFAFA;
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 13px;
  line-height: 0.8125rem;
}

@media (max-width: 768px) {
  .agb-lightboxwrap {
    top: inherit;
    bottom: 0;
    width: 100% !important;
    margin: 0 !important;
  }
  #agb-lightbox {
    z-index: 999999999 !important;
    align-items: flex-end !important;
  }
}
.form-check-input[type=radio], input[type=radio] {
  outline: 1px solid black !important;
  height: 10px !important;
  width: 10px !important;
  outline-offset: 4px !important;
  background: transparent !important;
  border: none !important;
}

.form-check-input:checked[type=radio], input:checked[type=radio] {
  background: black !important;
}

.form-check-label {
  padding-left: 5px;
}

@media (max-width: 768px) {
  .is-ctl-checkout .checkout-aside-summary-list {
    padding-top: 5px;
  }
}
.suchwrapper {
  width: 100%;
}

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