@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #1a262d;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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

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

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0060a1;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #003255;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #727274;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.container {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1366px) {
  .container {
    max-width: 1366px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 24px;
  padding-left: 24px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -24px;
  margin-left: -24px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 24px;
  padding-left: 24px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1024px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1366px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1440px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

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

.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: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #727274;
}
.blockquote-footer::before {
  content: "— ";
}

.btn, .checkout__overview .checked-cart-edit {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn, .checkout__overview .checked-cart-edit {
    transition: none;
  }
}
.btn:hover, .checkout__overview .checked-cart-edit:hover, .btn:focus, .checkout__overview .checked-cart-edit:focus {
  text-decoration: none;
}
.btn:focus, .checkout__overview .checked-cart-edit:focus, .btn.focus, .checkout__overview .focus.checked-cart-edit {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 96, 161, 0.25);
}
.btn.disabled, .checkout__overview .disabled.checked-cart-edit, .btn:disabled, .checkout__overview .checked-cart-edit:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled), .checkout__overview .checked-cart-edit:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .checkout__overview .checked-cart-edit:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .checkout__overview .checked-cart-edit:not(:disabled):not(.disabled).active {
  background-image: none;
}
a.btn.disabled, .checkout__overview a.disabled.checked-cart-edit,
fieldset:disabled a.btn,
fieldset:disabled .checkout__overview a.checked-cart-edit,
.checkout__overview fieldset:disabled a.checked-cart-edit {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #0060a1;
  border-color: #0060a1;
}
.btn-primary:hover {
  color: #fff;
  background-color: #00497b;
  border-color: #00426e;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 96, 161, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #0060a1;
  border-color: #0060a1;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #00426e;
  border-color: #003a61;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 96, 161, 0.5);
}

.btn-secondary, .checkout__overview .checked-cart-edit {
  color: #fff;
  background-color: #395657;
  border-color: #395657;
}
.btn-secondary:hover, .checkout__overview .checked-cart-edit:hover {
  color: #fff;
  background-color: #2a3f40;
  border-color: #253838;
}
.btn-secondary:focus, .checkout__overview .checked-cart-edit:focus, .btn-secondary.focus, .checkout__overview .focus.checked-cart-edit {
  box-shadow: 0 0 0 0.2rem rgba(57, 86, 87, 0.5);
}
.btn-secondary.disabled, .checkout__overview .disabled.checked-cart-edit, .btn-secondary:disabled, .checkout__overview .checked-cart-edit:disabled {
  color: #fff;
  background-color: #395657;
  border-color: #395657;
}
.btn-secondary:not(:disabled):not(.disabled):active, .checkout__overview .checked-cart-edit:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .checkout__overview .checked-cart-edit:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .checkout__overview .show > .dropdown-toggle.checked-cart-edit {
  color: #fff;
  background-color: #253838;
  border-color: #203030;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .checkout__overview .checked-cart-edit:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .checkout__overview .checked-cart-edit:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .checkout__overview .show > .dropdown-toggle.checked-cart-edit:focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 86, 87, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #00bb38;
  border-color: #00bb38;
}
.btn-success:hover {
  color: #fff;
  background-color: #00952d;
  border-color: #008829;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 187, 56, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #00bb38;
  border-color: #00bb38;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #008829;
  border-color: #007b25;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 187, 56, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #e7680c;
  border-color: #e7680c;
}
.btn-warning:hover {
  color: #fff;
  background-color: #c3580a;
  border-color: #b75209;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 104, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #e7680c;
  border-color: #e7680c;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #b75209;
  border-color: #aa4d09;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 104, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #f94056;
  border-color: #f94056;
}
.btn-danger:hover {
  color: #fff;
  background-color: #f81b35;
  border-color: #f70f2a;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 64, 86, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #f94056;
  border-color: #f94056;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f70f2a;
  border-color: #f20823;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 64, 86, 0.5);
}

.btn-light {
  color: #1a262d;
  background-color: #f5f6f7;
  border-color: #f5f6f7;
}
.btn-light:hover {
  color: #1a262d;
  background-color: #e0e3e6;
  border-color: #d9dde0;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 246, 247, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #1a262d;
  background-color: #f5f6f7;
  border-color: #f5f6f7;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #1a262d;
  background-color: #d9dde0;
  border-color: #d2d6db;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 246, 247, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #545456;
  border-color: #545456;
}
.btn-dark:hover {
  color: #fff;
  background-color: #414143;
  border-color: #3b3b3c;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 84, 86, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #545456;
  border-color: #545456;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #3b3b3c;
  border-color: #353536;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 84, 86, 0.5);
}

.btn-primary-dark {
  color: #fff;
  background-color: #002e54;
  border-color: #002e54;
}
.btn-primary-dark:hover {
  color: #fff;
  background-color: #00192e;
  border-color: #001221;
}
.btn-primary-dark:focus, .btn-primary-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 46, 84, 0.5);
}
.btn-primary-dark.disabled, .btn-primary-dark:disabled {
  color: #fff;
  background-color: #002e54;
  border-color: #002e54;
}
.btn-primary-dark:not(:disabled):not(.disabled):active, .btn-primary-dark:not(:disabled):not(.disabled).active, .show > .btn-primary-dark.dropdown-toggle {
  color: #fff;
  background-color: #001221;
  border-color: #000b14;
}
.btn-primary-dark:not(:disabled):not(.disabled):active:focus, .btn-primary-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 46, 84, 0.5);
}

.btn-primary-hue {
  color: #fff;
  background-color: #005091;
  border-color: #005091;
}
.btn-primary-hue:hover {
  color: #fff;
  background-color: #003b6b;
  border-color: #00345e;
}
.btn-primary-hue:focus, .btn-primary-hue.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 80, 145, 0.5);
}
.btn-primary-hue.disabled, .btn-primary-hue:disabled {
  color: #fff;
  background-color: #005091;
  border-color: #005091;
}
.btn-primary-hue:not(:disabled):not(.disabled):active, .btn-primary-hue:not(:disabled):not(.disabled).active, .show > .btn-primary-hue.dropdown-toggle {
  color: #fff;
  background-color: #00345e;
  border-color: #002d51;
}
.btn-primary-hue:not(:disabled):not(.disabled):active:focus, .btn-primary-hue:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-hue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 80, 145, 0.5);
}

.btn-primary-tint {
  color: #fff;
  background-color: #0082c8;
  border-color: #0082c8;
}
.btn-primary-tint:hover {
  color: #fff;
  background-color: #0069a2;
  border-color: #006195;
}
.btn-primary-tint:focus, .btn-primary-tint.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 130, 200, 0.5);
}
.btn-primary-tint.disabled, .btn-primary-tint:disabled {
  color: #fff;
  background-color: #0082c8;
  border-color: #0082c8;
}
.btn-primary-tint:not(:disabled):not(.disabled):active, .btn-primary-tint:not(:disabled):not(.disabled).active, .show > .btn-primary-tint.dropdown-toggle {
  color: #fff;
  background-color: #006195;
  border-color: #005988;
}
.btn-primary-tint:not(:disabled):not(.disabled):active:focus, .btn-primary-tint:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-tint.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 130, 200, 0.5);
}

.btn-primary-highlight {
  color: #1a262d;
  background-color: #81a6d0;
  border-color: #81a6d0;
}
.btn-primary-highlight:hover {
  color: #fff;
  background-color: #6592c6;
  border-color: #5c8cc2;
}
.btn-primary-highlight:focus, .btn-primary-highlight.focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 166, 208, 0.5);
}
.btn-primary-highlight.disabled, .btn-primary-highlight:disabled {
  color: #1a262d;
  background-color: #81a6d0;
  border-color: #81a6d0;
}
.btn-primary-highlight:not(:disabled):not(.disabled):active, .btn-primary-highlight:not(:disabled):not(.disabled).active, .show > .btn-primary-highlight.dropdown-toggle {
  color: #fff;
  background-color: #5c8cc2;
  border-color: #5385bf;
}
.btn-primary-highlight:not(:disabled):not(.disabled):active:focus, .btn-primary-highlight:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-highlight.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 166, 208, 0.5);
}

.btn-tertiary {
  color: #fff;
  background-color: #b51d28;
  border-color: #b51d28;
}
.btn-tertiary:hover {
  color: #fff;
  background-color: #941821;
  border-color: #89161e;
}
.btn-tertiary:focus, .btn-tertiary.focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 29, 40, 0.5);
}
.btn-tertiary.disabled, .btn-tertiary:disabled {
  color: #fff;
  background-color: #b51d28;
  border-color: #b51d28;
}
.btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active, .show > .btn-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #89161e;
  border-color: #7e141c;
}
.btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 29, 40, 0.5);
}

.btn-text {
  color: #fff;
  background-color: #1a262d;
  border-color: #1a262d;
}
.btn-text:hover {
  color: #fff;
  background-color: #0c1215;
  border-color: #070b0d;
}
.btn-text:focus, .btn-text.focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 38, 45, 0.5);
}
.btn-text.disabled, .btn-text:disabled {
  color: #fff;
  background-color: #1a262d;
  border-color: #1a262d;
}
.btn-text:not(:disabled):not(.disabled):active, .btn-text:not(:disabled):not(.disabled).active, .show > .btn-text.dropdown-toggle {
  color: #fff;
  background-color: #070b0d;
  border-color: #030405;
}
.btn-text:not(:disabled):not(.disabled):active:focus, .btn-text:not(:disabled):not(.disabled).active:focus, .show > .btn-text.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 38, 45, 0.5);
}

.btn-outline-primary {
  color: #0060a1;
  background-color: transparent;
  background-image: none;
  border-color: #0060a1;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #0060a1;
  border-color: #0060a1;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 96, 161, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #0060a1;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #0060a1;
  border-color: #0060a1;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 96, 161, 0.5);
}

.btn-outline-secondary {
  color: #395657;
  background-color: transparent;
  background-image: none;
  border-color: #395657;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #395657;
  border-color: #395657;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 86, 87, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #395657;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #395657;
  border-color: #395657;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 86, 87, 0.5);
}

.btn-outline-success {
  color: #00bb38;
  background-color: transparent;
  background-image: none;
  border-color: #00bb38;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #00bb38;
  border-color: #00bb38;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 187, 56, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #00bb38;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #00bb38;
  border-color: #00bb38;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 187, 56, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #e7680c;
  background-color: transparent;
  background-image: none;
  border-color: #e7680c;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #e7680c;
  border-color: #e7680c;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 104, 12, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #e7680c;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #e7680c;
  border-color: #e7680c;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(231, 104, 12, 0.5);
}

.btn-outline-danger {
  color: #f94056;
  background-color: transparent;
  background-image: none;
  border-color: #f94056;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f94056;
  border-color: #f94056;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 64, 86, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f94056;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #f94056;
  border-color: #f94056;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 64, 86, 0.5);
}

.btn-outline-light {
  color: #f5f6f7;
  background-color: transparent;
  background-image: none;
  border-color: #f5f6f7;
}
.btn-outline-light:hover {
  color: #1a262d;
  background-color: #f5f6f7;
  border-color: #f5f6f7;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 246, 247, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f5f6f7;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #1a262d;
  background-color: #f5f6f7;
  border-color: #f5f6f7;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 246, 247, 0.5);
}

.btn-outline-dark {
  color: #545456;
  background-color: transparent;
  background-image: none;
  border-color: #545456;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #545456;
  border-color: #545456;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 84, 86, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #545456;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #545456;
  border-color: #545456;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(84, 84, 86, 0.5);
}

.btn-outline-primary-dark {
  color: #002e54;
  background-color: transparent;
  background-image: none;
  border-color: #002e54;
}
.btn-outline-primary-dark:hover {
  color: #fff;
  background-color: #002e54;
  border-color: #002e54;
}
.btn-outline-primary-dark:focus, .btn-outline-primary-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 46, 84, 0.5);
}
.btn-outline-primary-dark.disabled, .btn-outline-primary-dark:disabled {
  color: #002e54;
  background-color: transparent;
}
.btn-outline-primary-dark:not(:disabled):not(.disabled):active, .btn-outline-primary-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-dark.dropdown-toggle {
  color: #fff;
  background-color: #002e54;
  border-color: #002e54;
}
.btn-outline-primary-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 46, 84, 0.5);
}

.btn-outline-primary-hue {
  color: #005091;
  background-color: transparent;
  background-image: none;
  border-color: #005091;
}
.btn-outline-primary-hue:hover {
  color: #fff;
  background-color: #005091;
  border-color: #005091;
}
.btn-outline-primary-hue:focus, .btn-outline-primary-hue.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 80, 145, 0.5);
}
.btn-outline-primary-hue.disabled, .btn-outline-primary-hue:disabled {
  color: #005091;
  background-color: transparent;
}
.btn-outline-primary-hue:not(:disabled):not(.disabled):active, .btn-outline-primary-hue:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-hue.dropdown-toggle {
  color: #fff;
  background-color: #005091;
  border-color: #005091;
}
.btn-outline-primary-hue:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-hue:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-hue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 80, 145, 0.5);
}

.btn-outline-primary-tint {
  color: #0082c8;
  background-color: transparent;
  background-image: none;
  border-color: #0082c8;
}
.btn-outline-primary-tint:hover {
  color: #fff;
  background-color: #0082c8;
  border-color: #0082c8;
}
.btn-outline-primary-tint:focus, .btn-outline-primary-tint.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 130, 200, 0.5);
}
.btn-outline-primary-tint.disabled, .btn-outline-primary-tint:disabled {
  color: #0082c8;
  background-color: transparent;
}
.btn-outline-primary-tint:not(:disabled):not(.disabled):active, .btn-outline-primary-tint:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-tint.dropdown-toggle {
  color: #fff;
  background-color: #0082c8;
  border-color: #0082c8;
}
.btn-outline-primary-tint:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-tint:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-tint.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 130, 200, 0.5);
}

.btn-outline-primary-highlight {
  color: #81a6d0;
  background-color: transparent;
  background-image: none;
  border-color: #81a6d0;
}
.btn-outline-primary-highlight:hover {
  color: #1a262d;
  background-color: #81a6d0;
  border-color: #81a6d0;
}
.btn-outline-primary-highlight:focus, .btn-outline-primary-highlight.focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 166, 208, 0.5);
}
.btn-outline-primary-highlight.disabled, .btn-outline-primary-highlight:disabled {
  color: #81a6d0;
  background-color: transparent;
}
.btn-outline-primary-highlight:not(:disabled):not(.disabled):active, .btn-outline-primary-highlight:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-highlight.dropdown-toggle {
  color: #1a262d;
  background-color: #81a6d0;
  border-color: #81a6d0;
}
.btn-outline-primary-highlight:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-highlight:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-highlight.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(129, 166, 208, 0.5);
}

.btn-outline-tertiary {
  color: #b51d28;
  background-color: transparent;
  background-image: none;
  border-color: #b51d28;
}
.btn-outline-tertiary:hover {
  color: #fff;
  background-color: #b51d28;
  border-color: #b51d28;
}
.btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 29, 40, 0.5);
}
.btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
  color: #b51d28;
  background-color: transparent;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active, .btn-outline-tertiary:not(:disabled):not(.disabled).active, .show > .btn-outline-tertiary.dropdown-toggle {
  color: #fff;
  background-color: #b51d28;
  border-color: #b51d28;
}
.btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-tertiary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(181, 29, 40, 0.5);
}

.btn-outline-text {
  color: #1a262d;
  background-color: transparent;
  background-image: none;
  border-color: #1a262d;
}
.btn-outline-text:hover {
  color: #fff;
  background-color: #1a262d;
  border-color: #1a262d;
}
.btn-outline-text:focus, .btn-outline-text.focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 38, 45, 0.5);
}
.btn-outline-text.disabled, .btn-outline-text:disabled {
  color: #1a262d;
  background-color: transparent;
}
.btn-outline-text:not(:disabled):not(.disabled):active, .btn-outline-text:not(:disabled):not(.disabled).active, .show > .btn-outline-text.dropdown-toggle {
  color: #fff;
  background-color: #1a262d;
  border-color: #1a262d;
}
.btn-outline-text:not(:disabled):not(.disabled):active:focus, .btn-outline-text:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-text.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(26, 38, 45, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #0060a1;
  background-color: transparent;
}
.btn-link:hover {
  color: #003255;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #727274;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e1e1e5;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e1e1e5;
}
.table tbody + tbody {
  border-top: 2px solid #e1e1e5;
}
.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #e1e1e5;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #e1e1e5;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8d2e5;
}

.table-hover .table-primary:hover {
  background-color: #a5c6de;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a5c6de;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #c8d0d0;
}

.table-hover .table-secondary:hover {
  background-color: #bac4c4;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #bac4c4;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #b8ecc7;
}

.table-hover .table-success:hover {
  background-color: #a4e7b7;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #a4e7b7;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #f8d5bb;
}

.table-hover .table-warning:hover {
  background-color: #f6c7a4;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #f6c7a4;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fdcad0;
}

.table-hover .table-danger:hover {
  background-color: #fcb1ba;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #fcb1ba;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfcfd;
}

.table-hover .table-light:hover {
  background-color: #ededf3;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ededf3;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #cfcfd0;
}

.table-hover .table-dark:hover {
  background-color: #c2c2c3;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #c2c2c3;
}

.table-primary-dark,
.table-primary-dark > th,
.table-primary-dark > td {
  background-color: #b8c4cf;
}

.table-hover .table-primary-dark:hover {
  background-color: #a9b7c5;
}
.table-hover .table-primary-dark:hover > td,
.table-hover .table-primary-dark:hover > th {
  background-color: #a9b7c5;
}

.table-primary-hue,
.table-primary-hue > th,
.table-primary-hue > td {
  background-color: #b8cee0;
}

.table-hover .table-primary-hue:hover {
  background-color: #a6c2d8;
}
.table-hover .table-primary-hue:hover > td,
.table-hover .table-primary-hue:hover > th {
  background-color: #a6c2d8;
}

.table-primary-tint,
.table-primary-tint > th,
.table-primary-tint > td {
  background-color: #b8dcf0;
}

.table-hover .table-primary-tint:hover {
  background-color: #a3d2ec;
}
.table-hover .table-primary-tint:hover > td,
.table-hover .table-primary-tint:hover > th {
  background-color: #a3d2ec;
}

.table-primary-highlight,
.table-primary-highlight > th,
.table-primary-highlight > td {
  background-color: #dce6f2;
}

.table-hover .table-primary-highlight:hover {
  background-color: #c9d9eb;
}
.table-hover .table-primary-highlight:hover > td,
.table-hover .table-primary-highlight:hover > th {
  background-color: #c9d9eb;
}

.table-tertiary,
.table-tertiary > th,
.table-tertiary > td {
  background-color: #eac0c3;
}

.table-hover .table-tertiary:hover {
  background-color: #e4adb1;
}
.table-hover .table-tertiary:hover > td,
.table-hover .table-tertiary:hover > th {
  background-color: #e4adb1;
}

.table-text,
.table-text > th,
.table-text > td {
  background-color: #bfc2c4;
}

.table-hover .table-text:hover {
  background-color: #b2b5b8;
}
.table-hover .table-text:hover > td,
.table-hover .table-text:hover > th {
  background-color: #b2b5b8;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #1a262d;
  border-color: #283a45;
}
.table .thead-light th {
  color: #626266;
  background-color: #eeeeef;
  border-color: #e1e1e5;
}

.table-dark {
  color: #fff;
  background-color: #1a262d;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #283a45;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 767.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1023.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1365.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1439.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
  border: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #003254;
  background-color: #ccdfec;
  border-color: #b8d2e5;
}
.alert-primary hr {
  border-top-color: #a5c6de;
}
.alert-primary .alert-link {
  color: #001421;
}

.alert-secondary {
  color: #1e2d2d;
  background-color: #d7dddd;
  border-color: #c8d0d0;
}
.alert-secondary hr {
  border-top-color: #bac4c4;
}
.alert-secondary .alert-link {
  color: #0a0e0e;
}

.alert-success {
  color: #00611d;
  background-color: #ccf1d7;
  border-color: #b8ecc7;
}
.alert-success hr {
  border-top-color: #a4e7b7;
}
.alert-success .alert-link {
  color: #002e0e;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #783606;
  background-color: #fae1ce;
  border-color: #f8d5bb;
}
.alert-warning hr {
  border-top-color: #f6c7a4;
}
.alert-warning .alert-link {
  color: #472004;
}

.alert-danger {
  color: #81212d;
  background-color: #fed9dd;
  border-color: #fdcad0;
}
.alert-danger hr {
  border-top-color: #fcb1ba;
}
.alert-danger .alert-link {
  color: #58171f;
}

.alert-light {
  color: #7f8080;
  background-color: #fdfdfd;
  border-color: #fcfcfd;
}
.alert-light hr {
  border-top-color: #ededf3;
}
.alert-light .alert-link {
  color: #666666;
}

.alert-dark {
  color: #2c2c2d;
  background-color: #dddddd;
  border-color: #cfcfd0;
}
.alert-dark hr {
  border-top-color: #c2c2c3;
}
.alert-dark .alert-link {
  color: #131313;
}

.alert-primary-dark {
  color: #00182c;
  background-color: #ccd5dd;
  border-color: #b8c4cf;
}
.alert-primary-dark hr {
  border-top-color: #a9b7c5;
}
.alert-primary-dark .alert-link {
  color: black;
}

.alert-primary-hue {
  color: #002a4b;
  background-color: #ccdce9;
  border-color: #b8cee0;
}
.alert-primary-hue hr {
  border-top-color: #a6c2d8;
}
.alert-primary-hue .alert-link {
  color: #000d18;
}

.alert-primary-tint {
  color: #004468;
  background-color: #cce6f4;
  border-color: #b8dcf0;
}
.alert-primary-tint hr {
  border-top-color: #a3d2ec;
}
.alert-primary-tint .alert-link {
  color: #002335;
}

.alert-primary-highlight {
  color: #43566c;
  background-color: #e6edf6;
  border-color: #dce6f2;
}
.alert-primary-highlight hr {
  border-top-color: #c9d9eb;
}
.alert-primary-highlight .alert-link {
  color: #2f3d4d;
}

.alert-tertiary {
  color: #5e0f15;
  background-color: #f0d2d4;
  border-color: #eac0c3;
}
.alert-tertiary hr {
  border-top-color: #e4adb1;
}
.alert-tertiary .alert-link {
  color: #32080b;
}

.alert-text {
  color: #0e1417;
  background-color: #d1d4d5;
  border-color: #bfc2c4;
}
.alert-text hr {
  border-top-color: #b2b5b8;
}
.alert-text .alert-link {
  color: black;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #626266;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #cdcdca;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #626266;
  background-color: #fff;
  border-color: #22a6ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 96, 161, 0.25);
}
.form-control::placeholder {
  color: #727274;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #eeeeef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
select.form-control:focus::-ms-value {
  color: #626266;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #1a262d;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
.checkout__overview .input-group-sm > .input-group-prepend > .form-control-plaintext.checked-cart-edit,
.input-group-sm > .input-group-append > .form-control-plaintext.btn,
.checkout__overview .input-group-sm > .input-group-append > .form-control-plaintext.checked-cart-edit, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
.input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
.checkout__overview .input-group-lg > .input-group-prepend > .form-control-plaintext.checked-cart-edit,
.input-group-lg > .input-group-append > .form-control-plaintext.btn,
.checkout__overview .input-group-lg > .input-group-append > .form-control-plaintext.checked-cart-edit {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.checkout__overview .input-group-sm > .input-group-prepend > .checked-cart-edit,
.input-group-sm > .input-group-append > .btn,
.checkout__overview .input-group-sm > .input-group-append > .checked-cart-edit {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.checkout__overview .input-group-sm > .input-group-prepend > select.checked-cart-edit:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]),
.checkout__overview .input-group-sm > .input-group-append > select.checked-cart-edit:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.checkout__overview .input-group-lg > .input-group-prepend > .checked-cart-edit,
.input-group-lg > .input-group-append > .btn,
.checkout__overview .input-group-lg > .input-group-append > .checked-cart-edit {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.checkout__overview .input-group-lg > .input-group-prepend > select.checked-cart-edit:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]),
.checkout__overview .input-group-lg > .input-group-append > select.checked-cart-edit:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #727274;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #00bb38;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(0, 187, 56, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #00bb38;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #00bb38;
  box-shadow: 0 0 0 0.2rem rgba(0, 187, 56, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #00bb38;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #00bb38;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  background-color: #3cff76;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #00ee47;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 187, 56, 0.25);
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #00bb38;
}
.was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(0, 187, 56, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #f94056;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(249, 64, 86, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #f94056;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #f94056;
  box-shadow: 0 0 0 0.2rem rgba(249, 64, 86, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #f94056;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #f94056;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  background-color: #fdbcc3;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #fb7182;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(249, 64, 86, 0.25);
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #f94056;
}
.was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(249, 64, 86, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 768px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file:focus {
  z-index: 3;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label, .input-group > .custom-file:not(:first-child) .custom-file-label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .checkout__overview .checked-cart-edit, .checkout__overview .input-group-prepend .checked-cart-edit,
.input-group-append .btn,
.input-group-append .checkout__overview .checked-cart-edit,
.checkout__overview .input-group-append .checked-cart-edit {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn + .btn, .input-group-prepend .checkout__overview .checked-cart-edit + .btn, .checkout__overview .input-group-prepend .checked-cart-edit + .btn, .input-group-prepend .checkout__overview .btn + .checked-cart-edit, .checkout__overview .input-group-prepend .btn + .checked-cart-edit, .input-group-prepend .checkout__overview .checked-cart-edit + .checked-cart-edit, .checkout__overview .input-group-prepend .checked-cart-edit + .checked-cart-edit,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .checkout__overview .checked-cart-edit + .input-group-text,
.checkout__overview .input-group-prepend .checked-cart-edit + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .checkout__overview .input-group-text + .checked-cart-edit,
.checkout__overview .input-group-prepend .input-group-text + .checked-cart-edit,
.input-group-append .btn + .btn,
.input-group-append .checkout__overview .checked-cart-edit + .btn,
.checkout__overview .input-group-append .checked-cart-edit + .btn,
.input-group-append .checkout__overview .btn + .checked-cart-edit,
.checkout__overview .input-group-append .btn + .checked-cart-edit,
.input-group-append .checkout__overview .checked-cart-edit + .checked-cart-edit,
.checkout__overview .input-group-append .checked-cart-edit + .checked-cart-edit,
.input-group-append .btn + .input-group-text,
.input-group-append .checkout__overview .checked-cart-edit + .input-group-text,
.checkout__overview .input-group-append .checked-cart-edit + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .checkout__overview .input-group-text + .checked-cart-edit,
.checkout__overview .input-group-append .input-group-text + .checked-cart-edit {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #626266;
  text-align: center;
  white-space: nowrap;
  background-color: #eeeeef;
  border: 1px solid #cdcdca;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group > .input-group-prepend > .btn, .checkout__overview .input-group > .input-group-prepend > .checked-cart-edit,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.checkout__overview .input-group > .input-group-append:not(:last-child) > .checked-cart-edit,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.checkout__overview .input-group > .input-group-append:last-child > .checked-cart-edit:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .checkout__overview .input-group > .input-group-append > .checked-cart-edit,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.checkout__overview .input-group > .input-group-prepend:not(:first-child) > .checked-cart-edit,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.checkout__overview .input-group > .input-group-prepend:first-child > .checked-cart-edit:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.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-wrap {
  flex-wrap: wrap !important;
}

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

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

.flex-fill {
  flex: 1 1 auto !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;
}

.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;
}

.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;
}

@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1024px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1366px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1440px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 768px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 1024px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1366px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1440px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.d-none {
  display: none !important;
}

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

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

.d-block {
  display: block !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;
}

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !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;
  }
}
@media (min-width: 1024px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !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;
  }
}
@media (min-width: 1366px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !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;
  }
}
@media (min-width: 1440px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !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;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !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;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1366px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1440px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

.text-primary {
  color: #0060a1 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #00426e !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #253838 !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: #008829 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #b75209 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #f70f2a !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #d9dde0 !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: #3b3b3c !important;
}

.text-primary-dark {
  color: #002e54 !important;
}

a.text-primary-dark:hover, a.text-primary-dark:focus {
  color: #001221 !important;
}

.text-primary-hue {
  color: #005091 !important;
}

a.text-primary-hue:hover, a.text-primary-hue:focus {
  color: #00345e !important;
}

.text-primary-tint {
  color: #0082c8 !important;
}

a.text-primary-tint:hover, a.text-primary-tint:focus {
  color: #006195 !important;
}

.text-primary-highlight {
  color: #81a6d0 !important;
}

a.text-primary-highlight:hover, a.text-primary-highlight:focus {
  color: #5c8cc2 !important;
}

.text-tertiary {
  color: #b51d28 !important;
}

a.text-tertiary:hover, a.text-tertiary:focus {
  color: #89161e !important;
}

.text-text {
  color: #1a262d !important;
}

a.text-text:hover, a.text-text:focus {
  color: #070b0d !important;
}

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible, .seminar-participants.edit-mode .seminar-participants__list, .seminar-participants:not(.edit-mode) .seminar-participants__form, .address__item.edit-mode .form-check:not(.address__new-shipping), .address__item:not(.edit-mode) .address__edit-option, .newsletter__signup-form label {
  visibility: hidden !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1024px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1366px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1440px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/roboto-v18-latin-100-a7c1a3a04602e7a12870f9ee0b18403d.eot");
  src: local("Roboto Thin"), local("Roboto-Thin"), url("../fonts/roboto-v18-latin-100-a7c1a3a04602e7a12870f9ee0b18403d.eot") format("embedded-opentype"), url("../fonts/roboto-v18-latin-100-3facf63344983a6c632cd43530030cca.woff2") format("woff2"), url("../fonts/roboto-v18-latin-100-c6528e183d91a1f80ef1bc0600dd6efe.woff") format("woff"), url("../fonts/roboto-v18-latin-100-933691c1446860c06e49ff4ca0ccbff3.ttf") format("truetype"), url("../fonts/roboto-v18-latin-100-906a33de8024e376ec8629e639232517.svg") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/roboto-v18-latin-100italic-04ee8c6879a25e6447b796a6125004c2.eot");
  src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url("../fonts/roboto-v18-latin-100italic-04ee8c6879a25e6447b796a6125004c2.eot") format("embedded-opentype"), url("../fonts/roboto-v18-latin-100italic-8827d960064c2ab061b1423a57515b29.woff2") format("woff2"), url("../fonts/roboto-v18-latin-100italic-d55a981b5cda3be4862e26b355c1c94d.woff") format("woff"), url("../fonts/roboto-v18-latin-100italic-6d9e8d60ac766b0df1ee34f26bb8edb9.ttf") format("truetype"), url("../fonts/roboto-v18-latin-100italic-e62e50950efa9c323e2afd490829df00.svg") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-v18-latin-300-3700954b70d2cae8839758d768da4ae2.eot");
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/roboto-v18-latin-300-3700954b70d2cae8839758d768da4ae2.eot") format("embedded-opentype"), url("../fonts/roboto-v18-latin-300-742706a01668a6ad781d6e12074629d8.woff2") format("woff2"), url("../fonts/roboto-v18-latin-300-647eaeb5bd8a79662bf971e741d460da.woff") format("woff"), url("../fonts/roboto-v18-latin-300-17456785afa1d7a7b1b279ababb30a16.ttf") format("truetype"), url("../fonts/roboto-v18-latin-300-6efeab8ff1bf84fe7188a971d2102adf.svg") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/roboto-v18-latin-300italic-6adf067ccb8e49778fd6163e5026739c.eot");
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("../fonts/roboto-v18-latin-300italic-6adf067ccb8e49778fd6163e5026739c.eot") format("embedded-opentype"), url("../fonts/roboto-v18-latin-300italic-e28928299fa90b11ef126457c2a335d2.woff2") format("woff2"), url("../fonts/roboto-v18-latin-300italic-f8f1f145142d90ad32e3994c7ac215bc.woff") format("woff"), url("../fonts/roboto-v18-latin-300italic-54cabffe2b9c2900167c8450dafc2624.ttf") format("truetype"), url("../fonts/roboto-v18-latin-300italic-32d6c02d7989c303f5425013b06f00a8.svg") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v18-latin-regular-595cadbe8aa851d707d27c479faf2a91.eot");
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/roboto-v18-latin-regular-595cadbe8aa851d707d27c479faf2a91.eot") format("embedded-opentype"), url("../fonts/roboto-v18-latin-regular-c576d1093bc44252e3db30d37d04eead.woff2") format("woff2"), url("../fonts/roboto-v18-latin-regular-c3613f8013b05836e52c86a3cff04c4e.woff") format("woff"), url("../fonts/roboto-v18-latin-regular-6061c5f1e52cdd4221c688ccf97ca3d0.ttf") format("truetype"), url("../fonts/roboto-v18-latin-regular-2aaecc3ae40558e920a8f1a839bc686d.svg") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/roboto-v18-latin-italic-5605c619c045ad776bb16cd78fb5767f.eot");
  src: local("Roboto Italic"), local("Roboto-Italic"), url("../fonts/roboto-v18-latin-italic-5605c619c045ad776bb16cd78fb5767f.eot") format("embedded-opentype"), url("../fonts/roboto-v18-latin-italic-0de3019f251a71a26cbedc3abd073399.woff2") format("woff2"), url("../fonts/roboto-v18-latin-italic-ec074802102610bfbda72e93af43cd64.woff") format("woff"), url("../fonts/roboto-v18-latin-italic-6bf269b2199e27676c1c730a5c54cf77.ttf") format("truetype"), url("../fonts/roboto-v18-latin-italic-c98c39f8b1cb17144927087f676ffe34.svg") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/roboto-v18-latin-500-e894e93b14d38ddff023f630e61742e8.eot");
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/roboto-v18-latin-500-e894e93b14d38ddff023f630e61742e8.eot") format("embedded-opentype"), url("../fonts/roboto-v18-latin-500-bceb7693c9636e0d14576f5102cdfda9.woff2") format("woff2"), url("../fonts/roboto-v18-latin-500-0cdb6486f7f480c7728e04be4b49522a.woff") format("woff"), url("../fonts/roboto-v18-latin-500-01488ee79718d7b00a6aeac343fc329e.ttf") format("truetype"), url("../fonts/roboto-v18-latin-500-09eb019e1d490679300c4803000eade4.svg") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/roboto-v18-latin-500italic-4b1a5ae5334997d860e6239b40594955.eot");
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("../fonts/roboto-v18-latin-500italic-4b1a5ae5334997d860e6239b40594955.eot") format("embedded-opentype"), url("../fonts/roboto-v18-latin-500italic-6fc9b8712d0288728f63cd278daffc61.woff2") format("woff2"), url("../fonts/roboto-v18-latin-500italic-9ec589de9747d0b882b81e6e52befc81.woff") format("woff"), url("../fonts/roboto-v18-latin-500italic-0160c4b4c4304a76dd6b91344e6750ca.ttf") format("truetype"), url("../fonts/roboto-v18-latin-500italic-7e4dad8b2594620e46ec5d6c7e866ff3.svg") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v18-latin-700-faaea4979839b81d33d22d3d413db413.eot");
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/roboto-v18-latin-700-faaea4979839b81d33d22d3d413db413.eot") format("embedded-opentype"), url("../fonts/roboto-v18-latin-700-5c613f5ee245d78e53c559ed2685ab27.woff2") format("woff2"), url("../fonts/roboto-v18-latin-700-5c55e4a15878129bed98ea431bfc0588.woff") format("woff"), url("../fonts/roboto-v18-latin-700-709eb229ffe9236faa49bbb7effea8f1.ttf") format("truetype"), url("../fonts/roboto-v18-latin-700-d3ab401fc398290c44ea5701d7107a8b.svg") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/roboto-v18-latin-700italic-77ba1893209f486b973f59eb2eca92af.eot");
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("../fonts/roboto-v18-latin-700italic-77ba1893209f486b973f59eb2eca92af.eot") format("embedded-opentype"), url("../fonts/roboto-v18-latin-700italic-5e60bc37b475f8d2652aa17634cd4133.woff2") format("woff2"), url("../fonts/roboto-v18-latin-700italic-21a2da8cad24914034127adcc20e6dd1.woff") format("woff"), url("../fonts/roboto-v18-latin-700italic-faf150fc17fb14e3a85a59bd9f289761.ttf") format("truetype"), url("../fonts/roboto-v18-latin-700italic-6ce2d2d3063d78efb715b9e63edda973.svg") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/roboto-v18-latin-900-fdeb79713658f90c2ef94f6dd99a877e.eot");
  src: local("Roboto Black"), local("Roboto-Black"), url("../fonts/roboto-v18-latin-900-fdeb79713658f90c2ef94f6dd99a877e.eot") format("embedded-opentype"), url("../fonts/roboto-v18-latin-900-49becd016ebcced8d4f9d70e6a90fca1.woff2") format("woff2"), url("../fonts/roboto-v18-latin-900-4e1650080937622525533a78ac36565d.woff") format("woff"), url("../fonts/roboto-v18-latin-900-376eac57cd3e4c811169f6d78168a03a.ttf") format("truetype"), url("../fonts/roboto-v18-latin-900-2069d3d8deecc629f933c13518089bfe.svg") format("svg");
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/roboto-condensed-v16-latin-300-ece069acd28b33fd517c37ac89d8e6ee.eot"); /* IE9 Compat Modes */
  src: local("Roboto Condensed Light"), local("RobotoCondensed-Light"), url("../fonts/roboto-condensed-v16-latin-300-ece069acd28b33fd517c37ac89d8e6ee.eot") format("embedded-opentype"), url("../fonts/roboto-condensed-v16-latin-300-4d3a27a88d253f717dd8296469d0462f.woff2") format("woff2"), url("../fonts/roboto-condensed-v16-latin-300-d89e87bee070a23745e98b84dc884b0c.woff") format("woff"), url("../fonts/roboto-condensed-v16-latin-300-f92d49e9655dcd2a25f10ed4753f9467.ttf") format("truetype"), url("../fonts/roboto-condensed-v16-latin-300-c2355b68792d5d30fc6feb51a3438c14.svg") format("svg"); /* Legacy iOS */
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-condensed-v16-latin-regular-22193aef30b0c27c2851909adb7b4302.eot"); /* IE9 Compat Modes */
  src: local("Roboto Condensed"), local("RobotoCondensed-Regular"), url("../fonts/roboto-condensed-v16-latin-regular-22193aef30b0c27c2851909adb7b4302.eot") format("embedded-opentype"), url("../fonts/roboto-condensed-v16-latin-regular-ba5a620d317b7d3e7148ae8b5a14284d.woff2") format("woff2"), url("../fonts/roboto-condensed-v16-latin-regular-4bf5822a58284df2a6b0f93915981dd0.woff") format("woff"), url("../fonts/roboto-condensed-v16-latin-regular-ea6af29f86070636bcd422b0cca93a74.ttf") format("truetype"), url("../fonts/roboto-condensed-v16-latin-regular-55000dd873ced594e327dddf5ad79c87.svg") format("svg"); /* Legacy iOS */
  font-display: swap;
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-condensed-v16-latin-700-bd386812f3f179cad265d38aced7c53c.eot"); /* IE9 Compat Modes */
  src: local("Roboto Condensed Bold"), local("RobotoCondensed-Bold"), url("../fonts/roboto-condensed-v16-latin-700-bd386812f3f179cad265d38aced7c53c.eot") format("embedded-opentype"), url("../fonts/roboto-condensed-v16-latin-700-2687510e2f2c5f7438d0cca60f2315b2.woff2") format("woff2"), url("../fonts/roboto-condensed-v16-latin-700-9c54560bf0ba0059ad13e74b73a1d048.woff") format("woff"), url("../fonts/roboto-condensed-v16-latin-700-6832fed1af0f13f9c08ceae3064ecac4.ttf") format("truetype"), url("../fonts/roboto-condensed-v16-latin-700-3840bf24bacf7248a4a322c803c68d3d.svg") format("svg"); /* Legacy iOS */
  font-display: swap;
}
@font-face {
  font-family: "iconfont";
  src: url("../fonts/iconfont-3f5a846cd4565052512f94c2c0e7bc84.eot");
  src: url("../fonts/iconfont-3f5a846cd4565052512f94c2c0e7bc84.eot") format("embedded-opentype"), url("../fonts/iconfont-b4bf573a85eb0d970d63928e974522b8.ttf") format("truetype"), url("../fonts/iconfont-98e56d6183460c14a3ebdfba60d54354.woff") format("woff"), url("../fonts/iconfont-1577b5bebfaa81911c71c6dfca5a2106.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon, .icomoon-liga, .accordion__header::after, .navigation__breadcrumb li::before, .sidebar .level__1 .has-submenu > a::after,
.sidebar .level__2 .has-submenu > a::after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "iconfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon--shopping_cart:before {
  content: "\e904";
}

.icon--FAO:before {
  content: "\e905";
}

.icon--word:before {
  content: "\e906";
}

.icon--folder_feedback:before {
  content: "\e907";
}

.icon--search_special:before {
  content: "\e908";
}

.icon--search_more_results:before {
  content: "\e909";
}

.icon--search_history:before {
  content: "\e90a";
}

.icon--search_2:before {
  content: "\e90b";
}

.icon--edit_2:before {
  content: "\e90c";
}

.icon--reading_view:before {
  content: "\e90d";
}

.icon--quote:before {
  content: "\e90e";
}

.icon--library:before {
  content: "\e90f";
}

.icon--pdf:before {
  content: "\e910";
}

.icon--new_window:before {
  content: "\e911";
}

.icon--logout:before {
  content: "\e912";
}

.icon--login:before {
  content: "\e913";
}

.icon--info:before {
  content: "\e914";
}

.icon--document_open:before {
  content: "\e915";
}

.icon--folder_save:before {
  content: "\e916";
}

.icon--folder_privileged_access:before {
  content: "\e917";
}

.icon--folder_print:before {
  content: "\e918";
}

.icon--folder_owner:before {
  content: "\e919";
}

.icon--folder_open:before {
  content: "\e91a";
}

.icon--folder_email:before {
  content: "\e91b";
}

.icon--folder_edit:before {
  content: "\e91c";
}

.icon--folder_collegues:before {
  content: "\e91d";
}

.icon--folder_add:before {
  content: "\e91e";
}

.icon--email:before {
  content: "\e920";
}

.icon--edit:before {
  content: "\e921";
}

.icon--document:before {
  content: "\e922";
}

.icon--delete:before {
  content: "\e923";
}

.icon--close:before {
  content: "\e924";
}

.icon--calendar:before {
  content: "\e925";
}

.icon--burger:before {
  content: "\e926";
}

.icon--bookmark:before {
  content: "\e927";
}

.icon--bookmark_add:before {
  content: "\e928";
}

.icon--arrow_up:before {
  content: "\e929";
}

.icon--arrow_right:before {
  content: "\e92a";
}

.icon--arrow_down:before {
  content: "\e92b";
}

.icon--arrow_left:before {
  content: "\e92c";
}

.icon--document_history:before {
  content: "\e92d";
}

.icon--legal_document:before {
  content: "\e92e";
}

.icon--search_saved:before {
  content: "\e92f";
}

.icon--contents:before {
  content: "\e930";
}

.icon--chapter:before {
  content: "\e931";
}

.icon--more_options:before {
  content: "\e932";
}

.icon--more_results:before {
  content: "\e933";
}

.icon--notes:before {
  content: "\e934";
}

.icon--notes_add:before {
  content: "\e935";
}

.icon--personal_page_notification_new:before {
  content: "\e936";
}

.icon--personal_page_notification:before {
  content: "\e937";
}

.icon--personal_page:before {
  content: "\e938";
}

.icon--judicature_document:before {
  content: "\e939";
}

.icon--searched_last:before {
  content: "\e93a";
}

.icon--search_save:before {
  content: "\e93b";
}

.icon--search_options:before {
  content: "\e93c";
}

.icon--share:before {
  content: "\e93d";
}

.icon--result_list:before {
  content: "\e93e";
}

.icon--start:before {
  content: "\e93f";
}

.icon--end:before {
  content: "\e940";
}

.icon--page_start:before {
  content: "\e941";
}

.icon--back_to_document:before {
  content: "\e942";
}

.icon--browse_forward:before {
  content: "\e943";
}

.icon--browse_backwards:before {
  content: "\e944";
}

.icon--folder_export:before {
  content: "\e945";
}

.icon--folder_empty_out:before {
  content: "\e946";
}

.icon--folder_delete:before {
  content: "\e947";
}

.icon--folder_rename:before {
  content: "\e948";
}

.icon--add_reference:before {
  content: "\e949";
}

.icon--folder_notification_change:before {
  content: "\e94a";
}

.icon--folder_browse:before {
  content: "\e94b";
}

.icon--save_edit:before {
  content: "\e94c";
}

.icon--bookmark_close:before {
  content: "\e94d";
}

.icon--back:before {
  content: "\e94e";
}

.icon--forward:before {
  content: "\e94f";
}

.icon--rewind:before {
  content: "\e950";
}

.icon--fast-forward:before {
  content: "\e951";
}

.icon--gplus:before {
  content: "\e952";
}

.icon--twitter:before {
  content: "\e953";
}

.icon--home:before {
  content: "\e954";
}

.icon--map-marked:before {
  content: "\e955";
}

.icon--instagram:before {
  content: "\e956";
}

.icon--eye:before {
  content: "\e957";
}

.icon--eye-slash:before {
  content: "\e958";
}

.icon--file-invoice:before {
  content: "\e959";
}

.icon--box-check-solid:before {
  content: "\e95a";
}

.icon--shipping-fast:before {
  content: "\e95b";
}

.icon--question-circle:before {
  content: "\e95c";
}

.icon--exclamation-triangle-solid:before {
  content: "\e95d";
}

.icon--phone:before {
  content: "\e95e";
}

.icon--user-tie:before {
  content: "\e95f";
}

.icon--save:before {
  content: "💾";
}

.icon--search:before {
  content: "🔍";
}

.icon--print:before {
  content: "🖨";
}

.icon--folder:before {
  content: "🖿";
}

.icon--check:before {
  content: "🗸";
}

.icon--book:before {
  content: "\e900";
}

.icon--book_light:before {
  content: "\e901";
}

.icon--looseleafbook:before {
  content: "\e902";
}

.icon--looseleafbook-light:before {
  content: "\e903";
}

.icon--seminar:before {
  content: "\e960";
}

.icon--podium:before {
  content: "\e961";
}

.icon--online-database:before {
  content: "\e962";
}

.icon--database:before {
  content: "\e963";
}

.icon--journal:before {
  content: "\e964";
}

.icon--podcast:before {
  content: "\e965";
}

.icon--book-series:before {
  content: "\e966";
}

.icon--training:before {
  content: "\e967";
}

.icon--lock-alt:before {
  content: "\e968";
}

.icon--exclamation-triangle:before {
  content: "\e969";
}

.icon--online-seminar:before {
  content: "\e96a";
}

.icon--ebook:before {
  content: "\e96b";
}

.icon--you_tube:before {
  content: "\e91f";
}

.icon--facebook:before {
  content: "\e96d";
}

.icon--linkedin:before {
  content: "\e96e";
}

/*!
 * jQuery mmenu v7.2.2
 * @requires jQuery 1.7.0 or later
 *
 * mmenu.frebsite.nl
 *	
 * Copyright (c) Fred Heusschen
 * www.frebsite.nl
 *
 * License: CC-BY-NC-4.0
 * http://creativecommons.org/licenses/by-nc/4.0/
 */
.mm-menu {
  --mm-line-height:20px;
  --mm-listitem-size:44px;
  --mm-navbar-size:44px;
  --mm-offset-top:0;
  --mm-offset-right:0;
  --mm-offset-bottom:0;
  --mm-offset-left:0;
  --mm-color-border:rgba(0, 0, 0, 0.1);
  --mm-color-button:rgba(0, 0, 0, 0.3);
  --mm-color-text:rgba(0, 0, 0, 0.75);
  --mm-color-text-dimmed:rgba(0, 0, 0, 0.3);
  --mm-color-background:#f3f3f3;
  --mm-color-background-highlight:rgba(0, 0, 0, 0.05);
  --mm-color-background-emphasis:rgba(255, 255, 255, 0.4);
  --mm-shadow:0 0 10px rgba( 0,0,0, 0.3 );
}

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

.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}

.mm-menu {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
  line-height: 20px;
  line-height: var(--mm-line-height);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0;
  margin: 0;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  top: var(--mm-offset-top);
  right: var(--mm-offset-right);
  bottom: var(--mm-offset-bottom);
  left: var(--mm-offset-left);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mm-menu a, .mm-menu a:active, .mm-menu a:hover, .mm-menu a:link, .mm-menu a:visited {
  color: inherit;
  text-decoration: none;
}

[dir=rtl] .mm-menu {
  direction: rtl;
}

.mm-panels, .mm-panels > .mm-panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.mm-panel, .mm-panels {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text);
}

.mm-panels {
  overflow: hidden;
}

.mm-panel {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  padding: 0 20px;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.mm-panel:not(.mm-hidden) {
  display: block;
}

.mm-panel:after, .mm-panel:before {
  content: "";
  display: block;
  height: 20px;
}

.mm-panel_has-navbar {
  padding-top: 44px;
  padding-top: var(--mm-navbar-size);
}

.mm-panel_opened {
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-panel_opened-parent {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-panel_highest {
  z-index: 2;
}

.mm-panel_noanimation {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.mm-panel_noanimation.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

[dir=rtl] .mm-panel:not(.mm-panel_opened) {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

[dir=rtl] .mm-panel.mm-panel_opened-parent {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}

.mm-listitem_vertical > .mm-panel {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  display: none;
  width: 100%;
  padding: 10px 0 10px 10px;
}

.mm-listitem_vertical > .mm-panel:after, .mm-listitem_vertical > .mm-panel:before {
  content: none;
  display: none;
}

.mm-listitem_opened > .mm-panel {
  display: block;
}

.mm-listitem_vertical > .mm-listitem__btn {
  height: 44px;
  height: var(--mm-listitem-size);
  bottom: auto;
}

.mm-listitem_vertical .mm-listitem:last-child:after {
  border-color: transparent;
}

.mm-listitem_opened > .mm-listitem__btn:after {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  right: 19px;
}

.mm-btn {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 44px;
  padding: 0;
}

.mm-btn:after, .mm-btn:before {
  border-color: rgba(0, 0, 0, 0.1);
  border-color: var(--mm-color-button);
  border-width: 2px;
  border-style: solid;
}

.mm-btn_close:after, .mm-btn_close:before {
  content: "";
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 5px;
  height: 5px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mm-btn_close:before {
  border-right: none;
  border-bottom: none;
  right: 18px;
}

.mm-btn_close:after {
  border-left: none;
  border-top: none;
  right: 25px;
}

.mm-btn_next:after, .mm-btn_prev:before {
  content: "";
  border-bottom: none;
  border-right: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
}

.mm-btn_prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

.mm-btn_next:after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

[dir=rtl] .mm-btn_next:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 23px;
  right: auto;
}

[dir=rtl] .mm-btn_prev:before {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 23px;
  left: auto;
}

[dir=rtl] .mm-btn_close:after, [dir=rtl] .mm-btn_close:before {
  right: auto;
}

[dir=rtl] .mm-btn_close:before {
  left: 25px;
}

[dir=rtl] .mm-btn_close:after {
  left: 18px;
}

.mm-navbar {
  background: #f3f3f3;
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
  background: var(--mm-color-background);
  border-color: var(--mm-color-border);
  color: var(--mm-color-text-dimmed);
  border-bottom-width: 1px;
  border-bottom-style: solid;
  text-align: center;
  display: none;
  height: 44px;
  height: var(--mm-navbar-size);
  padding: 0 44px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.mm-navbar > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 12px;
  padding: calc((var(--mm-navbar-size) - var(--mm-line-height)) * 0.5);
  padding-left: 0;
  padding-right: 0;
}

.mm-navbar a, .mm-navbar a:hover {
  text-decoration: none;
}

.mm-navbar__title {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mm-navbar__btn {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.mm-navbar__btn:first-child {
  text-align: left;
  left: 0;
}

.mm-navbar__btn:last-child {
  text-align: right;
  right: 0;
}

.mm-panel_has-navbar .mm-navbar {
  display: block;
}

[dir=rtl] .mm-navbar__btn:first-child {
  text-align: right;
  right: 0;
  left: auto;
}

[dir=rtl] .mm-navbar__btn:last-child {
  text-align: left;
  left: 0;
  right: auto;
}

.mm-listitem, .mm-listview {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.mm-listitem {
  color: rgba(0, 0, 0, 0.75);
  color: var(--mm-color-text);
  border-color: rgba(0, 0, 0, 0.1);
  border-color: var(--mm-color-border);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mm-listitem:after {
  content: "";
  border-color: inherit;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 0;
}

.mm-listitem a, .mm-listitem a:hover {
  text-decoration: none;
}

.mm-listitem__btn, .mm-listitem__text {
  color: inherit;
  display: block;
  padding-top: 12px;
  padding-top: calc((var(--mm-listitem-size) - var(--mm-line-height)) / 2);
  padding-bottom: 12px;
  padding-bottom: calc((var(--mm-listitem-size) - var(--mm-line-height)) / 2);
}

.mm-listitem__text {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
}

.mm-listitem__btn {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.4);
  tap-highlight-color: rgba(255, 255, 255, 0.4);
  -webkit-tap-highlight-color: var(--mm-color-background-emphasis);
  tap-highlight-color: var(--mm-color-background-emphasis);
  background: rgba(3, 2, 1, 0);
  border-color: inherit;
  width: auto;
  padding-right: 54px;
  position: relative;
}

.mm-listitem__btn:not(.mm-listitem__text) {
  border-left-width: 1px;
  border-left-style: solid;
}

.mm-listitem_selected > .mm-listitem__text {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-listitem_opened > .mm-listitem__btn, .mm-listitem_opened > .mm-panel {
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight);
}

.mm-panels > .mm-panel > .mm-listview {
  margin: 20px -20px;
}

.mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview {
  margin-top: -20px;
}

.mm-listitem_divider {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight);
  font-size: 75%;
  text-transform: uppercase;
  min-height: 20px;
  min-height: var(--mm-line-height);
  padding: 6.5px;
  padding: calc((var(--mm-listitem-size) * 0.75 - var(--mm-line-height)) * 0.5);
  padding-right: 10px;
  padding-left: 20px;
}

.mm-listitem_spacer {
  padding-top: 44px;
  padding-top: var(--mm-listitem-size);
}

.mm-listitem_spacer > .mm-btn_next {
  top: 44px;
  top: var(--mm-listitem-size);
}

[dir=rtl] .mm-listitem:after {
  left: 0;
  right: 20px;
}

[dir=rtl] .mm-listitem__text {
  padding-left: 10px;
  padding-right: 20px;
}

[dir=rtl] .mm-listitem__btn {
  padding-left: 54px;
  border-left-width: 0;
  border-left-style: none;
}

[dir=rtl] .mm-listitem__btn:not(.mm-listitem__text) {
  padding-right: 0;
  border-right-width: 1px;
  border-right-style: solid;
}

.mm-page {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
}

.mm-wrapper_opened {
  overflow-x: hidden;
  position: relative;
}

.mm-wrapper_background .mm-page {
  background: inherit;
}

.mm-menu_offcanvas {
  display: none;
  position: fixed;
  right: auto;
  z-index: 0;
}

.mm-menu_offcanvas.mm-menu_opened {
  display: block;
}

.mm-menu_offcanvas {
  width: 80%;
  min-width: 240px;
  max-width: 440px;
}

.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.mm-wrapper__blocker {
  background: rgba(3, 2, 1, 0);
  overflow: hidden;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.mm-wrapper_blocking {
  overflow: hidden;
}

.mm-wrapper_blocking body {
  overflow: hidden;
}

.mm-wrapper_blocking .mm-wrapper__blocker {
  display: block;
}

.mm-sronly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  width: 1px !important;
  min-width: 1px !important;
  height: 1px !important;
  min-height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

.mm-menu_autoheight {
  -webkit-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.mm-menu_autoheight:not(.mm-menu_offcanvas) {
  position: relative;
}

.mm-menu_autoheight.mm-menu_position-bottom, .mm-menu_autoheight.mm-menu_position-top {
  max-height: 80%;
}

.mm-menu_autoheight-measuring .mm-panel {
  display: block !important;
}

.mm-menu_autoheight-measuring .mm-listitem_vertical:not(.mm-listitem_opened) .mm-panel {
  display: none !important;
}

.mm-menu_autoheight-measuring .mm-panels > .mm-panel {
  bottom: auto !important;
  height: auto !important;
}

[class*=mm-menu_columns-] {
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel {
  right: auto;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  -o-transition-property: width, transform;
  transition-property: width, transform;
  transition-property: width, transform, -webkit-transform;
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_opened, [class*=mm-menu_columns-] .mm-panels > .mm-panel_opened-parent {
  display: block !important;
}

[class*=mm-panel_columns-] {
  border-right: 1px solid;
  border-color: inherit;
}

.mm-menu_columns-1 .mm-panel_columns-0, .mm-menu_columns-2 .mm-panel_columns-1, .mm-menu_columns-3 .mm-panel_columns-2, .mm-menu_columns-4 .mm-panel_columns-3 {
  border-right: none;
}

[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-0 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu_columns-0 .mm-panels > .mm-panel {
  z-index: 0;
}

.mm-menu_columns-0 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-0 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu_columns-0 {
  width: 80%;
  min-width: 240px;
  max-width: 0;
}

.mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 0px) {
  .mm-wrapper_opening .mm-menu_columns-0.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-1 {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu_columns-1 .mm-panels > .mm-panel {
  z-index: 1;
  width: 100%;
}

.mm-menu_columns-1 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-1 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

.mm-menu_columns-1 {
  width: 80%;
  min-width: 240px;
  max-width: 440px;
}

.mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(440px, 0, 0);
    transform: translate3d(440px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_columns-1.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-2 {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}

.mm-menu_columns-2 .mm-panels > .mm-panel {
  z-index: 2;
  width: 50%;
}

.mm-menu_columns-2 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-2 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}

.mm-menu_columns-2 {
  width: 80%;
  min-width: 240px;
  max-width: 880px;
}

.mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(880px, 0, 0);
    transform: translate3d(880px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 1100px) {
  .mm-wrapper_opening .mm-menu_columns-2.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-880px, 0, 0);
    transform: translate3d(-880px, 0, 0);
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-3 {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}

.mm-menu_columns-3 .mm-panels > .mm-panel {
  z-index: 3;
  width: 33.34%;
}

.mm-menu_columns-3 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-3 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}

.mm-menu_columns-3 {
  width: 80%;
  min-width: 240px;
  max-width: 1320px;
}

.mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(1320px, 0, 0);
    transform: translate3d(1320px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 1650px) {
  .mm-wrapper_opening .mm-menu_columns-3.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-1320px, 0, 0);
    transform: translate3d(-1320px, 0, 0);
  }
}
[class*=mm-menu_columns-] .mm-panels > .mm-panel_columns-4 {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}

.mm-menu_columns-4 .mm-panels > .mm-panel {
  z-index: 4;
  width: 25%;
}

.mm-menu_columns-4 .mm-panels > .mm-panel else {
  width: 100%;
}

.mm-menu_columns-4 .mm-panels > .mm-panel:not(.mm-panel_opened):not(.mm-panel_opened-parent) {
  -webkit-transform: translate3d(500%, 0, 0);
  transform: translate3d(500%, 0, 0);
}

.mm-menu_columns-4 {
  width: 80%;
  min-width: 240px;
  max-width: 1760px;
}

.mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(80vw, 0, 0);
  transform: translate3d(80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(1760px, 0, 0);
    transform: translate3d(1760px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 2200px) {
  .mm-wrapper_opening .mm-menu_columns-4.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-1760px, 0, 0);
    transform: translate3d(-1760px, 0, 0);
  }
}
[class*=mm-menu_columns-].mm-menu_position-bottom, [class*=mm-menu_columns-].mm-menu_position-top {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.mm-wrapper_opening [class*=mm-menu_columns-].mm-menu_position-front {
  -webkit-transition-property: width, min-width, max-width, -webkit-transform;
  transition-property: width, min-width, max-width, -webkit-transform;
  -o-transition-property: width, min-width, max-width, transform;
  transition-property: width, min-width, max-width, transform;
  transition-property: width, min-width, max-width, transform, -webkit-transform;
}

.mm-counter {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  text-align: right;
  display: block;
  min-width: 44px;
  float: right;
}

.mm-listitem_nosubitems > .mm-counter {
  display: none;
}

[dir=rtl] .mm-counter {
  text-align: left;
  float: left;
}

.mm-listitem_divider {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.mm-menu_dividers-light .mm-listitem_divider {
  background: inherit;
  font-size: inherit;
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  padding-top: 18px;
  padding-top: calc((var(--mm-listitem-size) - var(--mm-line-height)) * 0.75);
  padding-bottom: 6px;
  padding-bottom: calc((var(--mm-listitem-size) - var(--mm-line-height)) * 0.25);
}

.mm-menu_border-none .mm-listitem_divider {
  border-top-width: 1px;
  border-top-style: solid;
}

.mm-listview_fixeddivider {
  background: inherit;
  display: none;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

.mm-listview_fixeddivider:after {
  content: none !important;
  display: none !important;
}

.mm-panel_dividers .mm-listview_fixeddivider {
  display: block;
}

.mm-wrapper_opened.mm-dragging .mm-menu, .mm-wrapper_opened.mm-dragging .mm-slideout {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

.mm-menu_dropdown {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
}

.mm-wrapper_dropdown .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}

.mm-wrapper_dropdown .mm-wrapper__blocker {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}

.mm-wrapper_dropdown .mm-menu_dropdown {
  z-index: 2;
}

.mm-wrapper_dropdown.mm-wrapper_opened:not(.mm-wrapper_opening) .mm-menu_dropdown {
  display: none;
}

[class*=mm-menu_tip-]:before {
  content: "";
  background: inherit;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  z-index: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mm-menu_tip-left:before {
  left: 22px;
}

.mm-menu_tip-right:before {
  right: 22px;
}

.mm-menu_tip-top:before {
  top: -8px;
}

.mm-menu_tip-bottom:before {
  bottom: -8px;
}

.mm-menu {
  --mm-iconbar-size:44px;
}

.mm-iconbar {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  border: 0 solid rgba(0, 0, 0, 0.1);
  border-color: var(--mm-color-border);
  border-right-width: 1px;
  text-align: center;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 44px;
  width: var(--mm-iconbar-size);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.mm-menu_iconbar .mm-navbars_bottom, .mm-menu_iconbar .mm-navbars_top, .mm-menu_iconbar .mm-panels {
  left: 44px;
  left: var(--mm-iconbar-size);
}

.mm-iconbar__bottom, .mm-iconbar__top {
  width: inherit;
  position: absolute;
}

.mm-iconbar__bottom > *, .mm-iconbar__top > * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 11px 0;
}

.mm-iconbar__bottom a, .mm-iconbar__bottom a:hover, .mm-iconbar__top a, .mm-iconbar__top a:hover {
  text-decoration: none;
}

.mm-iconbar__top {
  top: 0;
}

.mm-iconbar__bottom {
  bottom: 0;
}

.mm-iconbar__tab_selected {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-menu {
  --mm-iconpanel-size:44px;
}

.mm-panel_iconpanel-1, .mm-panel_iconpanel-1.mm-panel_opened ~ .mm-listview_fixeddivider {
  width: calc(100% - 44px);
  width: calc(100% - var(--mm-iconpanel-size) * 1);
}

.mm-panel_iconpanel-2, .mm-panel_iconpanel-2.mm-panel_opened ~ .mm-listview_fixeddivider {
  width: calc(100% - 88px);
  width: calc(100% - var(--mm-iconpanel-size) * 2);
}

.mm-panel_iconpanel-3, .mm-panel_iconpanel-3.mm-panel_opened ~ .mm-listview_fixeddivider {
  width: calc(100% - 132px);
  width: calc(100% - var(--mm-iconpanel-size) * 3);
}

.mm-panel_iconpanel-first ~ .mm-panel, .mm-panel_iconpanel-first ~ .mm-panel_opened ~ .mm-listview_fixeddivider {
  width: calc(100% - 44px);
  width: calc(100% - var(--mm-iconpanel-size));
}

.mm-menu_iconpanel .mm-panels > .mm-listview_fixeddivider, .mm-menu_iconpanel .mm-panels > .mm-panel {
  left: auto;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  -o-transition-property: transform, width;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform;
}

.mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left-width: 1px;
  border-left-style: solid;
}

.mm-menu_iconpanel .mm-panels > .mm-panel_opened, .mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  display: block !important;
}

.mm-menu_iconpanel .mm-panels > .mm-panel_opened-parent {
  overflow-y: hidden;
  -webkit-transform: unset;
  -ms-transform: unset;
  transform: unset;
}

.mm-menu_hidedivider .mm-panel_opened-parent .mm-listitem_divider, .mm-menu_hidenavbar .mm-panel_opened-parent .mm-navbar {
  opacity: 0;
}

.mm-panel__blocker {
  background: inherit;
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.mm-panel_opened-parent .mm-panel__blocker {
  opacity: 0.6;
  bottom: -100000px;
}

[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-listview_fixeddivider, [dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel {
  left: 0;
  right: auto;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  -o-transition-property: transform, width;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform;
}

[dir=rtl] .mm-menu_iconpanel .mm-panels > .mm-panel:not(.mm-panel_iconpanel-first):not(.mm-panel_iconpanel-0) {
  border-left: none;
  border-right: 1px solid;
  border-color: inherit;
}

.mm-menu_keyboardfocus a:focus, .mm-menu_keyboardfocus.mm-menu_opened ~ .mm-wrapper__blocker a:focus {
  outline: 0;
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-wrapper__blocker .mm-tabstart {
  cursor: default;
  display: block;
  width: 100%;
  height: 100%;
}

.mm-wrapper__blocker .mm-tabend {
  opacity: 0;
  position: absolute;
  bottom: 0;
}

.mm-navbars_bottom, .mm-navbars_top {
  background: inherit;
  border-color: inherit;
  border-width: 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
}

.mm-navbars_bottom > .mm-navbar, .mm-navbars_top > .mm-navbar {
  border-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.mm-navbars_bottom > .mm-navbar:not(.mm-navbar_has-btns), .mm-navbars_top > .mm-navbar:not(.mm-navbar_has-btns) {
  padding: 0;
}

.mm-navbars_bottom > .mm-navbar > :not(img):not(.mm-btn), .mm-navbars_top > .mm-navbar > :not(img):not(.mm-btn) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.mm-navbars_top {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  top: 0;
  bottom: auto;
}

.mm-menu_navbar_top-1 .mm-panels {
  top: 44px;
  top: calc(var(--mm-navbar-size) * 1);
}

.mm-menu_navbar_top-2 .mm-panels {
  top: 88px;
  top: calc(var(--mm-navbar-size) * 2);
}

.mm-menu_navbar_top-3 .mm-panels {
  top: 132px;
  top: calc(var(--mm-navbar-size) * 3);
}

.mm-menu_navbar_top-4 .mm-panels {
  top: 176px;
  top: calc(var(--mm-navbar-size) * 4);
}

.mm-navbars_bottom {
  border-top-style: solid;
  border-top-width: 1px;
  bottom: 0;
  top: auto;
}

.mm-menu_navbar_bottom-1 .mm-panels {
  bottom: 44px;
  bottom: calc(var(--mm-navbar-size) * 1);
}

.mm-menu_navbar_bottom-2 .mm-panels {
  bottom: 88px;
  bottom: calc(var(--mm-navbar-size) * 2);
}

.mm-menu_navbar_bottom-3 .mm-panels {
  bottom: 132px;
  bottom: calc(var(--mm-navbar-size) * 3);
}

.mm-menu_navbar_bottom-4 .mm-panels {
  bottom: 176px;
  bottom: calc(var(--mm-navbar-size) * 4);
}

.mm-navbar_size-2 {
  height: 88px;
  height: calc(var(--mm-navbar-size) * 2);
}

.mm-navbar_size-3 {
  height: 132px;
  height: calc(var(--mm-navbar-size) * 3);
}

.mm-navbar_size-4 {
  height: 176px;
  height: calc(var(--mm-navbar-size) * 4);
}

.mm-navbar__breadcrumbs {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  text-align: left;
  padding: 0 0 0 20px;
}

.mm-navbar__breadcrumbs > * {
  display: inline-block;
  padding-right: 6px;
  padding-top: 12px;
  padding-top: calc((var(--mm-navbar-size) - var(--mm-line-height)) * 0.5);
  padding-bottom: 12px;
  padding-bottom: calc((var(--mm-navbar-size) - var(--mm-line-height)) * 0.5);
}

.mm-navbar__breadcrumbs > a {
  text-decoration: underline;
}

.mm-navbar_has-btns .mm-navbar__breadcrumbs {
  margin-left: -44px;
}

.mm-navbar_has-btns .mm-btn:not(.mm-hidden) + .mm-navbar__breadcrumbs {
  margin-left: 0;
  padding-left: 0;
}

.mm-navbar__tab_selected {
  background: inherit !important;
  color: inherit !important;
  border-width: 1px;
  border-style: solid;
  border-color: inherit;
}

.mm-navbar__tab_selected:first-child {
  border-left: none;
}

.mm-navbar__tab_selected:last-child {
  border-right: none;
}

.mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs, .mm-navbars_top.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar {
  background: inherit !important;
  color: inherit !important;
}

.mm-navbars_top .mm-navbar_tabs:not(:last-child) {
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

.mm-navbars_top .mm-navbar__tab_selected {
  border-bottom: none;
  margin-bottom: -1px;
}

.mm-navbars_top .mm-navbar_tabs:first-child .mm-navbar__tab_selected {
  border-top: none;
}

.mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar {
  background: inherit;
  color: inherit;
}

.mm-navbars_bottom .mm-navbar_tabs:not(:first-child) {
  border-top-width: 1px;
  border-top-style: solid;
}

.mm-navbars_bottom .mm-navbar__tab_selected {
  border-top: none;
  margin-top: -1px;
}

.mm-navbars_bottom .mm-navbar_tabs:last-child .mm-navbar__tab_selected {
  border-bottom: none;
}

.mm-navbar_tabs > a:not(.mm-navbar__tab_selected), .mm-navbars_bottom.mm-navbars_has-tabs .mm-navbar_tabs ~ .mm-navbar, .mm-navbars_top.mm-navbars_has-tabs > .mm-navbar:not(.mm-navbar_tabs) {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
}

.mm-searchfield {
  height: 44px;
  height: var(--mm-navbar-size);
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mm-searchfield input {
  border: none !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.05);
  background: var(--mm-color-background-highlight);
  color: rgba(0, 0, 0, 0.75);
  color: var(--mm-color-text);
  font: inherit;
  font-size: inherit;
  line-height: 35.2px;
  line-height: calc(var(--mm-navbar-size) * 0.7);
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 24px;
  height: calc(var(--mm-navbar-size) * 0.7);
  min-height: unset;
  max-height: unset;
  margin: 0;
  padding: 0 10px;
}

.mm-searchfield input::-ms-clear {
  display: none;
}

.mm-searchfield__input {
  padding: 6.6px 10px 0 10px;
  padding-top: calc(var(--mm-navbar-size) * 0.15);
  position: relative;
}

.mm-panel__noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  text-align: center;
  font-size: 150%;
  padding: 44px 0;
}

.mm-searchfield__btn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
}

.mm-panel_search {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  border-left: none !important;
}

.mm-searchfield__input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.mm-searchfield__cancel {
  line-height: 44px;
  line-height: var(--mm-navbar-size);
  text-decoration: none;
  display: block;
  padding-right: 10px;
  margin-right: -100px;
  -webkit-transition: margin 0.4s ease;
  -o-transition: margin 0.4s ease;
  transition: margin 0.4s ease;
}

.mm-searchfield__cancel-active {
  margin-right: 0;
}

.mm-panel > .mm-searchfield {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mm-panel_has-searchfield {
  padding-top: 44px;
  padding-top: var(--mm-navbar-size);
}

.mm-panel_has-navbar.mm-panel_has-searchfield {
  padding-top: 88px;
  padding-top: calc(var(--mm-navbar-size) * 2);
}

.mm-panel_has-navbar.mm-panel_has-searchfield > .mm-searchfield {
  top: 44px;
  top: var(--mm-navbar-size);
}

.mm-listitem_nosubitems > .mm-listitem__btn {
  display: none;
}

.mm-listitem_nosubitems > .mm-listitem__text {
  padding-right: 10px;
}

.mm-sectionindexer {
  background: inherit;
  text-align: center;
  font-size: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  z-index: 15;
  -webkit-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.mm-sectionindexer a {
  color: rgba(0, 0, 0, 0.3);
  color: var(--mm-color-text-dimmed);
  line-height: 1;
  text-decoration: none;
  display: block;
}

.mm-sectionindexer ~ .mm-panels {
  -webkit-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
}

.mm-menu_has-sectionindexer .mm-sectionindexer {
  right: 0;
}

.mm-menu_has-sectionindexer .mm-panels {
  right: 20px;
}

.mm-menu_navbar_top-1 .mm-sectionindexer {
  top: 46px;
  top: calc(var(--mm-navbar-size) * 1 + 2px);
}

.mm-menu_navbar_top-2 .mm-sectionindexer {
  top: 90px;
  top: calc(var(--mm-navbar-size) * 2 + 2px);
}

.mm-menu_navbar_top-3 .mm-sectionindexer {
  top: 134px;
  top: calc(var(--mm-navbar-size) * 3 + 2px);
}

.mm-menu_navbar_top-4 .mm-sectionindexer {
  top: 178px;
  top: calc(var(--mm-navbar-size) * 4 + 2px);
}

.mm-menu_navbar_bottom-1 .mm-sectionindexer {
  bottom: 46px;
  bottom: calc(var(--mm-navbar-size) * 1 + 2px);
}

.mm-menu_navbar_bottom-2 .mm-sectionindexer {
  bottom: 90px;
  bottom: calc(var(--mm-navbar-size) * 2 + 2px);
}

.mm-menu_navbar_bottom-3 .mm-sectionindexer {
  bottom: 134px;
  bottom: calc(var(--mm-navbar-size) * 3 + 2px);
}

.mm-menu_navbar_bottom-4 .mm-sectionindexer {
  bottom: 178px;
  bottom: calc(var(--mm-navbar-size) * 4 + 2px);
}

.mm-menu_selected-hover .mm-listitem > .mm-listitem__btn, .mm-menu_selected-hover .mm-listitem > .mm-listitem__text, .mm-menu_selected-parent .mm-listitem > .mm-listitem__btn, .mm-menu_selected-parent .mm-listitem > .mm-listitem__text {
  -webkit-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}

.mm-menu_selected-hover .mm-listview:hover > .mm-listitem_selected .mm-listitem__text {
  background: 0 0;
}

.mm-menu_selected-hover .mm-listitem__btn:hover, .mm-menu_selected-hover .mm-listitem__text:hover {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-menu_selected-parent .mm-panel_opened-parent .mm-listitem:not(.mm-listitem_selected-parent) .mm-listitem__text {
  background: 0 0;
}

.mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__btn, .mm-menu_selected-parent .mm-listitem_selected-parent > .mm-listitem__text {
  background: rgba(255, 255, 255, 0.4);
  background: var(--mm-color-background-emphasis);
}

.mm-menu, .mm-slideout {
  --mm-sidebar-collapsed-size:44px;
  --mm-sidebar-expanded-size:440px;
}

.mm-wrapper_sidebar-collapsed body, .mm-wrapper_sidebar-expanded body {
  position: relative;
}

.mm-wrapper_sidebar-collapsed .mm-slideout, .mm-wrapper_sidebar-expanded .mm-slideout {
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  -o-transition-property: width, transform;
  transition-property: width, transform;
  transition-property: width, transform, -webkit-transform;
}

.mm-wrapper_sidebar-collapsed .mm-page, .mm-wrapper_sidebar-expanded .mm-page {
  background: inherit;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100vh;
}

.mm-wrapper_sidebar-collapsed .mm-menu_sidebar-collapsed, .mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  display: block !important;
  top: 0 !important;
  right: auto !important;
  bottom: 0 !important;
  left: 0 !important;
}

.mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidedivider .mm-listitem_divider, .mm-wrapper_sidebar-collapsed:not(.mm-wrapper_opening) .mm-menu_hidenavbar .mm-navbar {
  opacity: 0;
}

.mm-wrapper_sidebar-collapsed .mm-slideout {
  width: calc(100% - 44px);
  width: calc(100% - var(--mm-sidebar-collapsed-size));
  -webkit-transform: translate3d(44px, 0, 0);
  transform: translate3d(44px, 0, 0);
  -webkit-transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
  transform: translate3d(var(--mm-sidebar-collapsed-size), 0, 0);
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  border-right-width: 1px;
  border-right-style: solid;
  min-width: 0 !important;
  max-width: 100000px !important;
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded.mm-menu_pageshadow:after {
  content: none;
  display: none;
}

.mm-wrapper_sidebar-expanded.mm-wrapper_blocking, .mm-wrapper_sidebar-expanded.mm-wrapper_blocking body {
  overflow: visible;
}

.mm-wrapper_sidebar-expanded .mm-wrapper__blocker {
  display: none !important;
}

.mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  width: calc(100% - 440px);
  width: calc(100% - var(--mm-sidebar-expanded-size));
  -webkit-transform: translate3d(440px, 0, 0);
  transform: translate3d(440px, 0, 0);
  -webkit-transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
  transform: translate3d(var(--mm-sidebar-expanded-size), 0, 0);
}

.mm-wrapper_sidebar-expanded .mm-menu_sidebar-expanded {
  width: 440px;
  width: var(--mm-sidebar-expanded-size);
}

.mm-menu__blocker {
  background: rgba(3, 2, 1, 0);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.mm-menu_opened .mm-menu__blocker {
  display: none;
}

[dir=rtl].mm-wrapper_sidebar-collapsed .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

[dir=rtl].mm-wrapper_sidebar-expanded .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

[dir=rtl].mm-wrapper_sidebar-expanded:not(.mm-wrapper_sidebar-closed) .mm-menu_sidebar-expanded.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

label.mm-toggle {
  border-radius: 34px;
  min-width: 58px;
  width: 58px;
  height: 34px;
  margin: 0 10px;
  margin-top: 5px;
  margin-top: calc((var(--mm-listitem-size) - 34px) / 2);
}

label.mm-toggle:before {
  content: "";
  display: block;
  border-radius: 34px;
  width: 32px;
  height: 32px;
  margin: 1px;
}

input.mm-toggle {
  position: absolute;
  left: -10000px;
}

input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}

label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
  background: var(--mm-color-border);
}

label.mm-toggle:before {
  background: #f3f3f3;
  background: var(--mm-color-background);
}

input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}

label.mm-check {
  width: 34px;
  height: 34px;
}

label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.75);
  border-color: var(--mm-color-text);
  content: "";
  display: block;
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

input.mm-check {
  position: absolute;
  left: -10000px;
}

input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}

[dir=rtl] input.mm-toggle:checked ~ label.mm-toggle:before {
  float: left;
}

.mm-menu_border-none .mm-listitem:after, .mm-panel_border-none .mm-listitem:after {
  content: none;
}

.mm-menu_border-full .mm-listitem:after, .mm-panel_border-full .mm-listitem:after {
  left: 0 !important;
}

.mm-menu_border-offset .mm-listitem:after, .mm-panel_border-offset .mm-listitem:after {
  right: 20px;
}

.mm-menu_fx-menu-zoom {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.mm-wrapper_opened .mm-menu_fx-menu-zoom {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

.mm-wrapper_opening .mm-menu_fx-menu-zoom {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-wrapper_opened .mm-menu_fx-menu-zoom.mm-menu_position-right {
  -webkit-transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(30%, 0, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}

.mm-wrapper_opening .mm-menu_fx-menu-zoom.mm-menu_position-right {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-menu_fx-menu-slide {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.mm-wrapper_opened .mm-menu_fx-menu-slide {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
}

.mm-wrapper_opening .mm-menu_fx-menu-slide {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-wrapper_opened .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}

.mm-wrapper_opening .mm-menu_fx-menu-slide.mm-menu_position-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu_fx-menu-fade {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}

.mm-wrapper_opening .mm-menu_fx-menu-fade {
  opacity: 1;
}

.mm-menu_fx-panels-none .mm-panel, .mm-panel_fx-none {
  -webkit-transition-property: none;
  -o-transition-property: none;
  transition-property: none;
}

.mm-menu_fx-panels-none .mm-panel.mm-panel_opened-parent, .mm-panel_fx-none.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu_fx-panels-zoom .mm-panel, .mm-panel_fx-zoom {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
  transform: scale(1.5, 1.5) translate3d(100%, 0, 0);
}

.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened, .mm-panel_fx-zoom.mm-panel_opened {
  -webkit-transform: scale(1, 1) translate3d(0, 0, 0);
  transform: scale(1, 1) translate3d(0, 0, 0);
}

.mm-menu_fx-panels-zoom .mm-panel.mm-panel_opened-parent, .mm-panel_fx-zoom.mm-panel_opened-parent {
  -webkit-transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
  transform: scale(0.7, 0.7) translate3d(-30%, 0, 0);
}

.mm-menu_fx-panels-slide-0 .mm-panel_opened-parent, .mm-panel_fx-slide-0.mm-panel_opened-parent {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu_fx-panels-slide-100 .mm-panel_opened-parent, .mm-panel_fx-slide-100.mm-panel_opened-parent {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu_fx-panels-slide-up .mm-panel, .mm-panel_fx-slide-up {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.mm-menu_fx-panels-slide-up .mm-panel_opened, .mm-menu_fx-panels-slide-up .mm-panel_opened-parent, .mm-panel_fx-slide-up.mm-panel_opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu_fx-panels-slide-right .mm-panel, .mm-panel_fx-slide-right {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu_fx-panels-slide-right .mm-panel_opened, .mm-menu_fx-panels-slide-right .mm-panel_opened-parent, .mm-panel_fx-slide-right.mm-panel_opened {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

[class*=mm-menu_fx-listitems-] .mm-listitem {
  -webkit-transition: none 0.4s ease;
  -o-transition: none 0.4s ease;
  transition: none 0.4s ease;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(1) {
  -webkit-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(3) {
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(5) {
  -webkit-transition-delay: 250ms;
  -o-transition-delay: 250ms;
  transition-delay: 250ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(7) {
  -webkit-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(9) {
  -webkit-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(11) {
  -webkit-transition-delay: 550ms;
  -o-transition-delay: 550ms;
  transition-delay: 550ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(12) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(13) {
  -webkit-transition-delay: 650ms;
  -o-transition-delay: 650ms;
  transition-delay: 650ms;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(14) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

[class*=mm-menu_fx-listitems-] .mm-listitem:nth-child(15) {
  -webkit-transition-delay: 750ms;
  -o-transition-delay: 750ms;
  transition-delay: 750ms;
}

.mm-menu_fx-listitems-slide .mm-listitem {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform: translate3d(50%, 0, 0);
  transform: translate3d(50%, 0, 0);
  opacity: 0;
}

.mm-wrapper_opening .mm-menu_fx-listitems-slide .mm-panel_opened .mm-listitem {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.mm-menu_fx-listitems-fade .mm-listitem {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  opacity: 0;
}

.mm-wrapper_opening .mm-menu_fx-listitems-fade .mm-panel_opened .mm-listitem {
  opacity: 1;
}

.mm-menu_fx-listitems-drop .mm-listitem {
  -webkit-transition-property: opacity, top;
  -o-transition-property: opacity, top;
  transition-property: opacity, top;
  opacity: 0;
  top: -25%;
}

.mm-wrapper_opening .mm-menu_fx-listitems-drop .mm-panel_opened .mm-listitem {
  opacity: 1;
  top: 0;
}

.mm-menu_fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}

.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(100vw, 0, 0);
  transform: translate3d(100vw, 0, 0);
}

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(140px, 0, 0);
    transform: translate3d(140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(10000px, 0, 0);
    transform: translate3d(10000px, 0, 0);
  }
}
.mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-100vw, 0, 0);
  transform: translate3d(-100vw, 0, 0);
}

@media all and (max-width: 140px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-140px, 0, 0);
    transform: translate3d(-140px, 0, 0);
  }
}
@media all and (min-width: 10000px) {
  .mm-wrapper_opening .mm-menu_fullscreen.mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-10000px, 0, 0);
    transform: translate3d(-10000px, 0, 0);
  }
}
.mm-menu_fullscreen.mm-menu_position-top {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}

.mm-menu_fullscreen.mm-menu_position-bottom {
  height: 100vh;
  min-height: 140px;
  max-height: 10000px;
}

.mm-menu_listview-justify .mm-panels > .mm-panel:after, .mm-menu_listview-justify .mm-panels > .mm-panel:before, .mm-panels > .mm-panel_listview-justify:after, .mm-panels > .mm-panel_listview-justify:before {
  content: none;
  display: none;
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listview, .mm-panels > .mm-panel_listview-justify .mm-listview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem, .mm-panels > .mm-panel_listview-justify .mm-listitem {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 44px;
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem:not(.mm-listitem_divider), .mm-panels > .mm-panel_listview-justify .mm-listitem:not(.mm-listitem_divider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.mm-menu_listview-justify .mm-panels > .mm-panel .mm-listitem__text, .mm-panels > .mm-panel_listview-justify .mm-listitem__text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mm-listview_inset {
  list-style: inside disc;
  width: 100%;
  padding: 0 30px 15px 30px;
  margin: 0;
}

.mm-listview_inset .mm-listitem {
  padding: 5px 0;
}

.mm-menu_multiline .mm-listitem__text, .mm-panel_multiline .mm-listitem__text {
  -o-text-overflow: clip;
  text-overflow: clip;
  white-space: normal;
}

[class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0;
}

.mm-wrapper_opening [class*=mm-menu_pagedim].mm-menu_opened ~ .mm-wrapper__blocker {
  opacity: 0.3;
  -webkit-transition: opacity 0.4s ease 0.4s;
  -o-transition: opacity 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s;
}

.mm-menu_opened.mm-menu_pagedim ~ .mm-wrapper__blocker {
  background: inherit;
}

.mm-menu_opened.mm-menu_pagedim-black ~ .mm-wrapper__blocker {
  background: #000;
}

.mm-menu_opened.mm-menu_pagedim-white ~ .mm-wrapper__blocker {
  background: #fff;
}

.mm-menu_popup {
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  height: 80%;
  min-height: 140px;
  max-height: 880px;
  top: 50%;
  left: 50%;
  bottom: auto;
  right: auto;
  z-index: 2;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.mm-menu_popup.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}

.mm-menu_popup.mm-menu_opened ~ .mm-wrapper__blocker {
  -webkit-transition-delay: 0s !important;
  -o-transition-delay: 0s !important;
  transition-delay: 0s !important;
  z-index: 1;
}

.mm-wrapper_opening .mm-menu_popup {
  opacity: 1;
}

.mm-menu_position-right {
  left: auto;
  right: 0;
}

.mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: translate3d(-80vw, 0, 0);
  transform: translate3d(-80vw, 0, 0);
}

@media all and (max-width: 300px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-240px, 0, 0);
    transform: translate3d(-240px, 0, 0);
  }
}
@media all and (min-width: 550px) {
  .mm-wrapper_opening .mm-menu_position-right.mm-menu_opened ~ .mm-slideout {
    -webkit-transform: translate3d(-440px, 0, 0);
    transform: translate3d(-440px, 0, 0);
  }
}
.mm-menu_position-bottom, .mm-menu_position-front, .mm-menu_position-top {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.mm-menu_position-bottom.mm-menu_opened, .mm-menu_position-front.mm-menu_opened, .mm-menu_position-top.mm-menu_opened {
  z-index: 2;
}

.mm-menu_position-bottom.mm-menu_opened ~ .mm-slideout, .mm-menu_position-front.mm-menu_opened ~ .mm-slideout, .mm-menu_position-top.mm-menu_opened ~ .mm-slideout {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  z-index: 0;
}

.mm-menu_position-bottom.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-front.mm-menu_opened ~ .mm-wrapper__blocker, .mm-menu_position-top.mm-menu_opened ~ .mm-wrapper__blocker {
  z-index: 1;
}

.mm-menu_position-front {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-menu_position-front.mm-menu_position-right {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-menu_position-bottom, .mm-menu_position-top {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}

.mm-menu_position-top {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.mm-menu_position-top {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}

.mm-menu_position-bottom {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  top: auto;
}

.mm-menu_position-bottom {
  height: 80vh;
  min-height: 140px;
  max-height: 880px;
}

.mm-wrapper_opening .mm-menu_position-bottom, .mm-wrapper_opening .mm-menu_position-front, .mm-wrapper_opening .mm-menu_position-top {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-menu_shadow-page:after {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--mm-shadow);
  box-shadow: var(--mm-shadow);
  content: "";
  display: block;
  width: 20px;
  height: 120%;
  position: absolute;
  left: 100%;
  top: -10%;
  z-index: 100;
  -webkit-clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
  clip-path: polygon(-20px 0, 0 0, 0 100%, -20px 100%);
}

.mm-menu_shadow-page.mm-menu_position-right:after {
  left: auto;
  right: 100%;
  -webkit-clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
  clip-path: polygon(20px 0, 40px 0, 40px 100%, 20px 100%);
}

.mm-menu_shadow-page.mm-menu_position-front:after {
  content: none;
  display: none;
}

.mm-menu_shadow-menu {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--mm-shadow);
  box-shadow: var(--mm-shadow);
}

.mm-menu_shadow-panels .mm-panels > .mm-panel {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: var(--mm-shadow);
  box-shadow: var(--mm-shadow);
}

.mm-menu_theme-white {
  --mm-color-border:rgba( 0,0,0, 0.1 );
  --mm-color-button:rgba( 0,0,0, 0.3 );
  --mm-color-text:rgba( 0,0,0, 0.7 );
  --mm-color-text-dimmed:rgba( 0,0,0, 0.3 );
  --mm-color-background:#fff;
  --mm-color-background-highlight:rgba( 0,0,0, 0.06 );
  --mm-color-background-emphasis:rgba( 0,0,0, 0.03 );
  --mm-shadow:0 0 10px rgba( 0,0,0, 0.2 );
}

.mm-menu_theme-dark {
  --mm-color-border:rgba( 0,0,0, 0.3 );
  --mm-color-button:rgba( 255,255,255, 0.4 );
  --mm-color-text:rgba( 255,255,255, 0.85 );
  --mm-color-text-dimmed:rgba( 255,255,255, 0.4 );
  --mm-color-background:#333;
  --mm-color-background-highlight:rgba( 255,255,255, 0.08 );
  --mm-color-background-emphasis:rgba( 0,0,0, 0.1 );
  --mm-shadow:0 0 20px rgba( 0,0,0, 0.5 );
}

.mm-menu_theme-black {
  --mm-color-border:rgba( 255,255,255, 0.25 );
  --mm-color-button:rgba( 255,255,255, 0.4 );
  --mm-color-text:rgba( 255,255,255, 0.75 );
  --mm-color-text-dimmed:rgba( 255,255,255, 0.4 );
  --mm-color-background:#000;
  --mm-color-background-highlight:rgba( 255,255,255, 0.2 );
  --mm-color-background-emphasis:rgba( 255,255,255, 0.15 );
  --mm-shadow:none;
}

.mm-menu_tileview .mm-listview, .mm-panel_tileview .mm-listview {
  margin: 0 !important;
}

.mm-menu_tileview .mm-listview:after, .mm-panel_tileview .mm-listview:after {
  content: "";
  display: block;
  clear: both;
}

.mm-menu_tileview .mm-listitem, .mm-panel_tileview .mm-listitem {
  padding: 0;
  float: left;
  position: relative;
  width: 50%;
  height: 0;
  padding-top: 50%;
}

.mm-menu_tileview .mm-listitem:after, .mm-panel_tileview .mm-listitem:after {
  left: 0;
  top: 0;
  border-right-width: 1px;
  border-right-style: solid;
  z-index: -1;
}

.mm-menu_tileview .mm-listitem.mm-tile-xs, .mm-panel_tileview .mm-listitem.mm-tile-xs {
  width: 12.5%;
  padding-top: 12.5%;
}

.mm-menu_tileview .mm-listitem.mm-tile-s, .mm-panel_tileview .mm-listitem.mm-tile-s {
  width: 25%;
  padding-top: 25%;
}

.mm-menu_tileview .mm-listitem.mm-tile-l, .mm-panel_tileview .mm-listitem.mm-tile-l {
  width: 75%;
  padding-top: 75%;
}

.mm-menu_tileview .mm-listitem.mm-tile-xl, .mm-panel_tileview .mm-listitem.mm-tile-xl {
  width: 100%;
  padding-top: 100%;
}

.mm-menu_tileview .mm-listitem__text, .mm-panel_tileview .mm-listitem__text {
  line-height: 1px;
  text-align: center;
  padding: 50% 10px 0 10px;
  margin: 0;
  position: absolute;
  top: 0;
  right: 1px;
  bottom: 1px;
  left: 0;
}

.mm-menu_tileview .mm-listitem__btn, .mm-panel_tileview .mm-listitem__btn {
  width: auto;
}

.mm-menu_tileview .mm-listitem__btn:after, .mm-menu_tileview .mm-listitem__btn:before, .mm-panel_tileview .mm-listitem__btn:after, .mm-panel_tileview .mm-listitem__btn:before {
  content: none;
  display: none;
}

.mm-menu_tileview .mm-listitem_divider, .mm-panel_tileview .mm-listitem_divider {
  display: none;
}

.mm-menu_tileview .mm-panel, .mm-panel_tileview {
  padding-left: 0;
  padding-right: 0;
}

.mm-menu_tileview .mm-panel:after, .mm-menu_tileview .mm-panel:before, .mm-panel_tileview:after, .mm-panel_tileview:before {
  content: none;
  display: none;
}

body.modal-open .mm-slideout {
  z-index: unset;
}

.cookiefirst-root button {
  box-shadow: none;
  min-width: 34px;
}
.cookiefirst-root button.cf3dLT:active, .cookiefirst-root button.cf3dLT:hover, .cookiefirst-root button.cf3dLT:focus {
  box-shadow: none;
  transform: none;
}
.cookiefirst-root button.cf2EfR, .cookiefirst-root button.cf2EfR:focus, .cookiefirst-root button.cf2EfR:hover {
  color: #6c757d;
  box-shadow: none;
}
.cookiefirst-root button[aria-label="Akzeptiere alle"], .cookiefirst-root button[aria-label="Alle aktzeptieren"] {
  background: #fd7e14 !important;
  border-color: #fd7e14 !important;
  color: #fff !important;
}
.cookiefirst-root button[aria-label="Akzeptiere alle"]:hover, .cookiefirst-root button[aria-label="Alle aktzeptieren"]:hover {
  color: #fff !important;
  border-color: #fd7e14 !important;
  background: #fd7e14 !important;
}
.cookiefirst-root button[aria-label="Akzeptiere alle"]:focus, .cookiefirst-root button[aria-label="Alle aktzeptieren"]:focus {
  box-shadow: 0 0 0 0.2rem #fd7e14;
}
.cookiefirst-root .cfmNPq button[data-cookiefirst-button=primary] {
  background: #0060a1 !important;
  color: #fff !important;
}

#cookiefirst-policy-page button {
  background: linear-gradient(177deg, #0099cf, #0060a1);
  margin-right: 8px;
}

html {
  font-size: 16px;
  height: 100%;
}

body {
  height: 100%;
  font-size: 1em;
  margin: 0 auto;
  color: #1a262d;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
  background-color: #fff;
  -webkit-tap-highlight-color: initial;
}
body.stop-scroll {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

#page-wrapper {
  overflow: hidden;
}

.wrapper__page,
footer {
  width: 100%;
  margin: 0 auto;
}
.wrapper__page .inside,
footer .inside {
  margin: 0 auto;
  position: relative;
}
.wrapper__page .inside::after,
footer .inside::after {
  display: block;
  clear: both;
  content: "";
}
.wrapper__page #container,
footer #container {
  position: relative;
  max-width: 1488px;
  margin: 0 auto;
}
.wrapper__page .container-fluid,
footer .container-fluid {
  max-width: 1488px;
  transition: max-width 0.5s, padding 0.5s;
}
.wrapper__page section,
footer section {
  margin-bottom: 72px;
}
.wrapper__page section:last-child,
footer section:last-child {
  margin-bottom: 0;
}
.wrapper__page section.content__section,
footer section.content__section {
  max-width: 624px;
}

.head-border {
  border-top: solid 4px #0060a1;
  border-bottom: solid 1px #0060a1;
  margin-bottom: 12px;
  padding: 12px 0;
}
.head-border::after {
  display: block;
  clear: both;
  content: "";
}
.head-border img {
  display: inline-block;
  float: right;
  margin-left: 24px;
  margin-bottom: 0;
  height: 40px;
}
@media (min-width: 768px) {
  .head-border img {
    height: 48px;
  }
}
.head-border h5 {
  padding-top: 0;
}

h6.head-border {
  padding-bottom: 0;
  border-top: 0;
}

@media (max-width: 1023.98px) {
  .wrapper__page .container-fluid,
  footer .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
  .wrapper__page .row,
  footer .row {
    margin-left: -16px;
    margin-right: -16px;
  }
  .wrapper__page .row.no-gutters,
  footer .row.no-gutters {
    margin-left: 0;
    margin-right: 0;
  }
  .wrapper__page [class^=col],
  .wrapper__page [class*=" col"],
  footer [class^=col],
  footer [class*=" col"] {
    padding-left: 16px;
    padding-right: 16px;
  }
  .wrapper__page .no-gutters > [class^=col],
  .wrapper__page .no-gutters > [class*=" col"],
  footer .no-gutters > [class^=col],
  footer .no-gutters > [class*=" col"] {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .wrapper__page #container {
    padding: 48px 24px 0;
  }
  main {
    margin-bottom: 48px;
    min-height: 384px;
  }
  .header-special-content {
    margin-bottom: 48px;
  }
}
@media (max-width: 1023.98px) {
  #container.layout__centered {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.layout__sidebar--left::after {
  height: 100vh;
  width: calc((100% - 1488px) / 2 + 300px + 2 * 24px);
  min-width: 348px;
  content: "";
  display: block;
  left: -348px;
  top: 0;
  position: fixed;
  background-color: #eeeeef;
  z-index: -1;
  box-shadow: inset -1px 0 1px rgba(0, 0, 0, 0.05);
  transition: left 0.5s, visibility 0.5s, opacity 0.5s;
  visibility: hidden;
}
.layout__sidebar--left #left {
  display: none;
}
.layout__sidebar--left .navigation__breadcrumb {
  padding: 4px 0 0 72px;
}

@media (min-width: 1024px) {
  .layout__sidebar--left main {
    transition: width 0.5s, margin 0.5s;
    margin-bottom: 48px;
    margin-left: 0 !important;
  }
  .layout__sidebar--left .content {
    padding-right: 0;
  }
  .layout__sidebar--left #left {
    display: block;
    position: relative;
    margin-left: -24px;
  }
  .layout__sidebar--left .left-sidebar {
    position: absolute;
    transition: max-width 0.5s, width 0.5s, margin 0.5s, background-color 0.5s;
    display: block;
    background-color: #eeeeef;
    left: 0;
    width: 72px;
    max-width: 72px;
    z-index: 4;
  }
  .layout__sidebar--left .left-sidebar::before {
    content: "";
    display: block;
    height: 48px;
    width: 100%;
    background-color: #eeeeef;
    position: absolute;
    top: -48px;
    transition: background-color 0.5s;
  }
  .layout__sidebar--left .left-sidebar::after {
    content: "";
    display: block;
    position: absolute;
    height: calc(100% + 48px);
    width: 24px;
    background-color: #eeeeef;
    top: -48px;
    left: -24px;
    transition: background-color 0.5s;
  }
}
@media (min-width: 1366px) {
  .layout__sidebar--left::after {
    opacity: 1;
    visibility: visible;
    left: 0;
  }
  .layout__sidebar--left #left {
    margin: 0;
    margin-right: 24px;
    width: 300px;
    max-width: 300px;
  }
  .layout__sidebar--left main {
    min-height: 480px;
  }
  .layout__sidebar--left .left-sidebar {
    position: relative;
    background-color: transparent;
    left: unset;
    width: 300px;
    max-width: 300px;
    z-index: 3;
  }
  .layout__sidebar--left .left-sidebar .sidebar__content {
    background-color: #fff;
    box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.05);
  }
  .layout__sidebar--left .left-sidebar::before {
    background-color: transparent;
  }
  .layout__sidebar--left .navigation__breadcrumb {
    padding-left: 348px;
  }
}
.content-overlay {
  display: none;
}

@media (min-width: 1024px) and (max-width: 1365.98px) {
  .toggle-sidebar__button {
    cursor: pointer;
    position: absolute;
    width: 72px;
    z-index: 4;
    text-align: center;
    top: -48px;
    height: 53px;
    left: 0;
    border-bottom: 5px solid #ea7b00;
  }
  .content-overlay {
    position: absolute;
    top: -48px;
    left: 0;
    width: 0;
    visibility: hidden;
    opacity: 0;
    height: calc(100% + 48px);
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 4;
    transition: opacity 0.15s;
  }
  #left {
    max-width: 72px;
  }
  .left-sidebar {
    height: 100%;
  }
  .show_sidebar-left::after {
    opacity: 0;
    visibility: hidden;
  }
  .show_sidebar-left .content-overlay {
    width: 100vw;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.5s;
  }
  .show_sidebar-left .left-sidebar {
    position: absolute;
    margin-left: 0;
    width: 300px;
    max-width: 300px;
    left: 0;
    margin-right: 0;
    background-color: #fafafc;
  }
  .show_sidebar-left .left-sidebar::before, .show_sidebar-left .left-sidebar::after {
    background-color: #fafafc;
  }
  .show_sidebar-left .left-sidebar .sidebar__content {
    background-color: #fff;
    box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.05);
  }
}
.layout__sidebar--right main {
  padding-top: 24px;
  margin-bottom: 96px;
}
.layout__sidebar--right #right {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 96px;
}

@media (max-width: 1023.98px) {
  .wrapper__page #container.fullpage-reduced, .wrapper__page #container.layout__sidebar--right {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .layout__sidebar--right main {
    padding-top: 0;
    margin-bottom: 72px;
  }
  .layout__sidebar--right .content {
    margin-left: 0;
    padding-right: 48px;
  }
  .layout__sidebar--right #right {
    max-width: 384px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1120px) {
  #container.has-timeline main {
    flex-basis: auto;
  }
  #container.has-timeline #right {
    max-width: 100% !important;
  }
}
.fullpage header {
  background-color: #fff;
}

@media (max-width: 1023.98px) {
  #container.fullpage-overview {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.reduced {
  background: #fff;
  position: relative;
  min-height: auto;
}
.reduced .header__reduced {
  padding-top: 48px;
}
.reduced .nav-bar {
  background-color: #0060a1;
  display: block;
  width: 100%;
  height: 24px;
  margin-bottom: 72px;
}
.reduced .nav-bar .container-fluid {
  max-width: 1024px;
  height: 100%;
  padding: 0;
}
.reduced .container-header {
  z-index: 7;
}
.reduced .mobile__header--back-to-shop {
  padding: 12px 0;
}
.reduced .mobile__header--back-to-shop .back-link {
  margin-bottom: 0;
  line-height: 24px;
  border: none;
}
.reduced .footer__auxiliary-wrapper {
  background: linear-gradient(rgba(0, 80, 145, 0.1), rgba(61, 123, 174, 0.2)) no-repeat 100% fixed;
}
.reduced #footer-bottom .inside {
  border-top: none;
}
.reduced .content-wrapper {
  min-height: 120px;
  max-width: 1024px;
  margin-bottom: 48px;
}
.reduced .content-wrapper .single-column {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.reduced .content-wrapper .col-wrapper {
  width: 408px;
  max-width: 100%;
  margin: auto auto 24px;
  padding: 0;
}
.reduced .content-wrapper [class^=col],
.reduced .content-wrapper [class*=" col"] {
  margin-bottom: 48px;
}
.reduced .content-wrapper [class^=col]:last-child, .reduced .content-wrapper [class^=col].split-form,
.reduced .content-wrapper [class*=" col"]:last-child,
.reduced .content-wrapper [class*=" col"].split-form {
  margin-bottom: 0;
}
.reduced .content-wrapper input[type=submit] {
  width: 100%;
  min-width: auto;
}
.reduced .content-wrapper button, .reduced .content-wrapper button[type=submit] {
  width: 100%;
  min-width: auto;
  max-width: 408px;
}

@media (min-width: 768px) {
  .reduced .nav-bar {
    height: 48px;
    margin-bottom: 48px;
  }
  .reduced .nav-bar .container-fluid {
    border-left: solid 2px #fff;
    border-right: solid 2px #fff;
  }
}
@media (min-width: 1024px) {
  .reduced .content-wrapper {
    min-height: calc(100vh - 624px);
    margin-bottom: 96px;
  }
  .reduced .content-wrapper [class^=col],
  .reduced .content-wrapper [class*=" col"] {
    margin-bottom: 0;
  }
  .reduced .content-wrapper .col-wrapper {
    margin-bottom: 48px;
  }
  .reduced .header__reduced {
    padding-top: 0;
  }
}
.overview__page {
  background: linear-gradient(rgba(0, 80, 145, 0.1), rgba(61, 123, 174, 0.2)) no-repeat 100% fixed;
}
.overview__container {
  display: block;
}
.overview__container::after {
  display: block;
  clear: both;
  content: "";
}
.overview__box {
  margin: 0 -16px;
  padding: 24px 16px;
  width: auto;
}
.overview__box .row :first-child {
  flex: 0 0 70%;
  max-width: 70%;
}
.overview .box__list {
  padding: 0;
  margin-bottom: 12px;
}
.overview .box__aside {
  height: auto;
  max-height: 100%;
  margin-bottom: 12px;
}
.overview .box__aside .row,
.overview .box__aside .btn,
.overview .box__aside .checkout__overview .checked-cart-edit,
.checkout__overview .overview .box__aside .checked-cart-edit {
  max-width: 336px;
}
.overview .box__help {
  height: auto;
  max-height: 100%;
}
.order__detail .overview .box__help, .order__overview .overview .box__help {
  margin-bottom: 12px;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .order__overview .overview .box__aside, .cart__overview .overview .box__aside {
    width: 336px;
  }
  .cart__overview .overview .box__aside {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    float: right;
    margin-bottom: 0;
    height: 360px;
    max-height: 360px;
  }
  .order__overview .overview .box__aside {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    float: left;
    height: 432px;
    max-height: 100%;
  }
  .overview .box__aside.order-addresses {
    height: auto;
    max-height: 100%;
    margin-bottom: 12px;
    float: none;
    width: auto;
  }
  .order__overview .overview .box__help, .cart__overview .overview .box__help {
    width: calc(100% - 336px + 24px * 4 / 3);
  }
  .cart__overview .overview .box__help {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    float: left;
    height: 360px;
    max-height: 360px;
  }
  .order__overview .overview .box__help {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    float: right;
    height: 432px;
    max-height: 100%;
  }
}
@media (min-width: 768px) {
  .overview .order-empty {
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  .overview #container {
    margin-bottom: 48px;
  }
  .overview__box {
    margin: 0;
    padding: 24px;
  }
  .overview .box__list {
    float: left;
    width: calc(100% - 360px);
  }
  .overview .box__aside {
    height: auto;
    max-height: 100%;
    float: right;
    width: 336px;
  }
  .overview .box__help {
    height: auto;
    max-height: 100%;
    float: left;
    padding: 24px;
    width: calc(100% - 360px);
  }
  .overview .box__help.order-help {
    margin-bottom: 72px;
  }
}

.account__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.account .overview__header {
  width: 100%;
  order: 2;
  background-color: transparent;
}
@media (min-width: 1024px) {
  .account .overview__header {
    order: 1;
  }
}
.account .overview__box {
  padding-top: 12px;
}
.account .box__main {
  flex: 0 0 100%;
  order: 2;
}
@media (min-width: 1024px) {
  .account .box__main {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% - 360px);
    order: 1;
  }
}
.account .box__aside {
  flex: 1 0 100%;
  order: 1;
}
@media (min-width: 1024px) {
  .account .box__aside {
    flex: 0 0 336px;
    order: 2;
  }
}
.account__dashboard__data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .account__dashboard__data {
    flex-direction: row;
    margin-left: -6px;
    margin-right: -6px;
  }
}
.account__dashboard__data .account-data {
  background-color: #fff;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 100%;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .account__dashboard__data .account-data {
    flex-basis: calc(50% - 12px);
    margin: 0 6px 12px;
    min-width: 384px;
  }
}
.account__dashboard__addresses,
.account__dashboard .order-list {
  margin-bottom: 48px;
}
.account__dashboard__addresses {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.account__dashboard__addresses address {
  flex: 1 0 50%;
}
@media (min-width: 768px) {
  .account__dashboard__addresses address {
    flex: 1 0 33%;
  }
}
@media (min-width: 1024px) {
  .account__dashboard__addresses address {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(25% - 15px);
    min-width: 240px;
  }
}
.account__dashboard__addresses a,
.account__dashboard__addresses p {
  line-height: 24px;
  align-self: flex-start;
}
.account__dashboard .order-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .account__dashboard .order-list {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    flex-direction: row;
  }
}
.account__dashboard .order-list .account__subheadline {
  order: 1;
  border: 0;
  padding-bottom: 0;
  width: auto;
}
@media (min-width: 1024px) {
  .account__dashboard .order-list .account__subheadline {
    display: inline-block;
    flex: 1 1 auto;
    margin-bottom: 0;
  }
}
.account__dashboard .order-list .headline-link {
  order: 3;
}
@media (min-width: 1024px) {
  .account__dashboard .order-list .headline-link {
    order: 1;
    flex: 0 1 auto;
  }
}
.account__dashboard .order-list__item {
  order: 2;
}
@media (min-width: 1024px) {
  .account__dashboard .order-list__item {
    width: 100%;
  }
}
.account .overview .order-empty {
  text-align: left;
}

header {
  position: relative;
  z-index: 100;
}
header .logo {
  flex: 0 0 calc((100% - 1488px) / 2 + 300px + 2 * 24px);
}
header .service-area {
  display: none;
}
header .shop-interface-elements {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  padding-top: 8px;
  flex: 0 1 auto;
  min-width: 188px;
}
header .shop-interface-elements .input-group {
  display: none;
}
header .minicart {
  margin-left: 0;
}
header .mobile-header__link {
  display: inline-block;
}

.container-header {
  position: fixed;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 3;
  background-color: #fff;
  transition: box-shadow 0.5s, background-color 0.25s;
}
.is-scrolled .container-header {
  box-shadow: 0 1px rgba(0, 0, 0, 0.05);
}
.mm-wrapper_opened .container-header, .mm-wrapper_opening .container-header {
  position: relative;
}

.container-search__mobile {
  display: flex;
}
.mm-wrapper_opened .container-search__mobile, .mm-wrapper_opening .container-search__mobile {
  margin-top: 0;
}

@media (min-width: 1024px) {
  header .service-area {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    margin: 0;
    z-index: 4;
  }
  header .shop-interface-elements {
    padding-top: 60px;
  }
  header .shop-interface-elements .input-group {
    width: auto;
    flex: 0 0 auto;
    display: flex;
  }
  header .shop-interface-elements .input-group .search {
    width: 366px;
    max-width: 30vw;
    transition: width 0.25s;
  }
  header .minicart {
    margin-left: 24px;
  }
  header .mobile-header__link {
    display: none;
  }
  header .mobile-header__link.mobile-menu {
    display: none;
  }
  header .mobile-header__link .hamburger {
    display: none;
  }
  .container-header {
    position: relative;
    top: auto;
    background-color: transparent;
  }
  .is-scrolled .container-header {
    box-shadow: 0 1px rgba(0, 0, 0, 0);
  }
  .container-search__mobile {
    display: none;
  }
}
@media (min-width: 1366px) {
  .container-header {
    background-color: transparent;
  }
}
.logo {
  min-width: 100px;
  margin: 0 auto 0 0;
  line-height: 1;
  padding: 12px 0;
  transition: padding 0.5s;
}
.logo::after {
  display: block;
  clear: both;
  content: "";
}
.logo a {
  border: none;
  display: inline-block;
  text-decoration: none;
  height: 24px;
}
.logo img {
  margin-top: 2px;
  height: 22px;
  width: 100px;
  vertical-align: bottom;
  transition: width 0.5s;
}

@media (min-width: 1024px) {
  .logo {
    margin: 0 60px 0 0;
    min-width: 300px;
    padding: 39px 0;
  }
  .logo a {
    height: auto;
  }
  .logo img {
    margin: 0;
    height: 66px;
    width: 300px;
  }
  .content-page .logo img {
    width: 300px;
  }
}
.secondary-logo {
  display: none;
}

@media (min-width: 1024px) {
  .secondary-logo {
    display: block;
    margin: auto auto auto 0;
    width: auto;
    padding: 33px 0 36px;
    position: relative;
    cursor: default;
  }
  .secondary-logo .logo-wrapper {
    position: relative;
    transition: z-index 0.25s;
    margin-bottom: 2px;
  }
  .secondary-logo .logo-wrapper img {
    height: 49px;
    width: 161px;
  }
  .secondary-logo a {
    border-bottom: 0;
  }
}
.snackbar--main {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-top: 48px;
  padding: 0 16px 8px;
  text-align: center;
  background-color: #fff;
}
.snackbar--main .logo-wrapper {
  display: flex;
  margin: 0 auto 0 0;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  width: 100px;
}
.snackbar--main .inline-logo {
  display: inline-block;
  margin: 0 auto;
  width: auto;
  vertical-align: text-bottom;
}
.snackbar--main .inline-logo.cf-mueller {
  height: 20px;
}
.snackbar--main a {
  border-bottom: 0;
  margin: 0 auto;
}

#footer-bottom {
  background-color: #1a262d;
  color: #fff;
  font-size: 14px;
}
#footer-bottom .inside {
  display: flex;
  flex-direction: column;
  height: auto;
  align-content: center;
  padding-top: 36px;
  padding-bottom: 48px;
  border-top: 1px solid #e1e1e5;
  text-align: center;
}
#footer-bottom p {
  flex: 0 0 auto;
  margin: 0 auto;
}
#footer-bottom nav {
  flex: 0 0 auto;
  text-align: center;
  margin: auto;
}
#footer-bottom nav li {
  display: inline-block;
  padding: 8px;
}
#footer-bottom nav a {
  color: #fff;
  border-bottom: 2px solid transparent;
}
#footer-bottom nav a:hover {
  color: #fff;
  border-color: #fff;
}

.logo__small {
  margin: auto auto 24px;
  flex: 0 0 auto;
}
.logo__small a {
  border-bottom: none;
}
.logo__small svg {
  height: 30px;
}
.logo__small svg .text {
  fill: #fff;
}
.logo__small svg .underline {
  fill: #fff;
}

@media (min-width: 768px) {
  #footer-bottom {
    font-size: 16px;
  }
  #footer-bottom .inside {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 72px;
    padding-top: 0;
    padding-bottom: 0;
    text-align: left;
  }
  #footer-bottom p {
    flex: 0 0 auto;
    margin: auto auto auto 0;
  }
  #footer-bottom nav {
    flex: 0 0 auto;
    margin: auto 0 auto auto;
  }
  #footer-bottom nav li {
    padding: 0 19.2px;
  }
  #footer-bottom nav li:last-child {
    padding-right: 0;
  }
  .logo__small {
    margin: auto 24px auto 0;
    flex: 0 0 auto;
  }
}
@media (min-width: 1024px) {
  #footer-bottom {
    background-color: #fff;
    color: #1a262d;
  }
  #footer-bottom nav a {
    color: #1a262d;
  }
  #footer-bottom nav a:hover {
    color: #0060a1;
    border-color: #0060a1;
  }
  .logo__small svg .text {
    fill: #000;
  }
  .logo__small svg .underline {
    fill: #0060a1;
  }
}
#footer-breadcrumb {
  background-color: #0060a1;
  color: #fff;
}
#footer-breadcrumb .container-fluid {
  display: flex;
  justify-content: space-between;
  min-height: 48px;
  align-content: center;
  text-align: center;
}
#footer-breadcrumb .navigation__breadcrumb {
  vertical-align: middle;
  line-height: 48px;
  position: relative;
  padding: 0;
}
#footer-breadcrumb .navigation__breadcrumb ul {
  display: inline-block;
}
#footer-breadcrumb .navigation__breadcrumb li::before {
  color: #fff;
}
#footer-breadcrumb .navigation__breadcrumb li a, #footer-breadcrumb .navigation__breadcrumb li a:visited {
  color: #fff;
}
#footer-breadcrumb .navigation__breadcrumb li a:hover, #footer-breadcrumb .navigation__breadcrumb li a:active, #footer-breadcrumb .navigation__breadcrumb li a:focus {
  color: #fff;
  border-color: #fff;
}
#footer-breadcrumb .navigation__breadcrumb li:first-child a i, #footer-breadcrumb .navigation__breadcrumb li:first-child a i:visited {
  color: #fff;
}
#footer-breadcrumb .navigation__breadcrumb li:first-child a:hover i, #footer-breadcrumb .navigation__breadcrumb li:first-child a:active i, #footer-breadcrumb .navigation__breadcrumb li:first-child a:focus i {
  color: #fff;
}
#footer-breadcrumb .navigation__breadcrumb li span {
  color: #fff;
}
#footer-breadcrumb .navigation__breadcrumb li span:hover, #footer-breadcrumb .navigation__breadcrumb li span:active, #footer-breadcrumb .navigation__breadcrumb li span:focus {
  color: #fff;
}
#footer-breadcrumb .social-links {
  display: inline-block;
  flex: 0 0 auto;
  margin: 0 auto;
}
#footer-breadcrumb .social-links a {
  border-bottom: none;
  font-size: 24px;
  line-height: 48px;
  padding: 0 12px;
  cursor: pointer;
}
#footer-breadcrumb .social-links a, #footer-breadcrumb .social-links a:visited {
  color: #fff;
}
#footer-breadcrumb .social-links a:hover, #footer-breadcrumb .social-links a:active, #footer-breadcrumb .social-links a:focus {
  color: #81a6d0;
}
#footer-breadcrumb .social-links i {
  vertical-align: middle;
}

@media (min-width: 1024px) {
  #footer-breadcrumb .navigation__breadcrumb--footer {
    display: inline-block;
    flex: 0 0 auto;
    margin-left: 0;
  }
  #footer-breadcrumb .social-links {
    flex: 0 0 auto;
    margin-right: 0;
  }
  #footer-breadcrumb .social-links a:last-child {
    padding-right: 0;
  }
}
#footer-navigation {
  background-color: #1a262d;
  color: #fff;
}
#footer-navigation .container-fluid {
  min-height: 120px;
  padding-top: 0;
  padding-bottom: 96px;
}
#footer-navigation h4 {
  font-size: 18px;
  font-weight: 700;
}
#footer-navigation nav {
  font-size: 14px;
}
#footer-navigation nav li {
  padding: 3px 0;
  line-height: 18px;
}
#footer-navigation nav a {
  line-height: 16px;
  display: inline;
}
#footer-navigation a {
  border-bottom: 2px solid transparent;
}
#footer-navigation .nav-box {
  padding-top: 24px;
}
#footer-navigation .logo-links {
  display: block;
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 24px;
}
#footer-navigation .logo-links a {
  display: block;
  border: none;
  width: 100%;
  text-align: center;
  margin: 0 auto 48px;
}
#footer-navigation .logo-links a:last-child {
  margin-bottom: 0;
}
#footer-navigation .logo-links a img {
  width: 80%;
  max-width: 240px;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  #footer-navigation h4 {
    margin-bottom: 0;
  }
}
@media (max-width: 1023.98px) {
  #footer-navigation nav a {
    color: #fff;
  }
  #footer-navigation nav a:hover, #footer-navigation nav a:active, #footer-navigation nav a:focus {
    color: #fff;
    border-color: #fff;
  }
}
@media (min-width: 768px) {
  #footer-navigation h4 {
    font-size: 20px;
    line-height: 24px;
  }
  #footer-navigation nav {
    font-size: 16px;
  }
  #footer-navigation nav li {
    padding: 4px 0;
    line-height: 24px;
  }
  #footer-navigation nav a {
    line-height: 22px;
  }
  #footer-navigation .menu-group-end {
    margin-bottom: 24px;
  }
  #footer-navigation .logo-links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 36px;
    padding-bottom: 36px;
  }
  #footer-navigation .logo-links a {
    width: auto;
    flex: 0 1 30%;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  #footer-navigation {
    background-color: #fff;
    color: #1a262d;
  }
  #footer-navigation .container-fluid {
    padding-top: 96px;
  }
  #footer-navigation a {
    color: #1a262d;
  }
  #footer-navigation a:hover, #footer-navigation a:active, #footer-navigation a:focus {
    color: #0060a1;
    border-color: #0060a1;
  }
  #footer-navigation .nav-box {
    padding-top: 0;
  }
  #footer-navigation .logo-links {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
  }
  #footer-navigation .logo-links a {
    margin: 0 auto 48px;
  }
  #footer-navigation .logo-links a img {
    width: 100%;
  }
}
#footer-newsletter {
  background-color: #3d7bae;
  color: #fff;
}
#footer-newsletter .container-fluid {
  padding-top: 24px;
  padding-bottom: 48px;
}

.newsletter__teaser--headline {
  margin-bottom: 0;
  font-size: 24px;
}
.newsletter__teaser {
  padding-bottom: 24px;
}
.newsletter__signup-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
}
.newsletter__signup-form .form-group {
  flex: 1 1 auto;
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
}
.newsletter__signup-form .form-group input {
  flex: 1 1 100%;
  max-width: 100%;
  min-width: 288px;
}
.newsletter__signup-form .form-group input:focus {
  border-color: #fff;
  box-shadow: none;
}
.newsletter__signup-form .btn, .newsletter__signup-form .checkout__overview .checked-cart-edit, .checkout__overview .newsletter__signup-form .checked-cart-edit {
  flex: 1 1 264px;
  margin: 0 3px;
}

@media (min-width: 768px) {
  .newsletter__signup-form {
    flex-wrap: nowrap;
  }
  .newsletter__signup-form .form-group {
    flex: 1 1 auto;
    margin: 0 3px auto 0;
  }
  .newsletter__signup-form .form-group input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .newsletter__signup-form .btn, .newsletter__signup-form .checkout__overview .checked-cart-edit, .checkout__overview .newsletter__signup-form .checked-cart-edit {
    flex: 0 0 auto;
    margin: 0 auto auto;
  }
}
@media (min-width: 1024px) {
  .newsletter__teaser {
    font-size: 20px;
  }
}
footer {
  display: block;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.timeline .h-50 {
  height: 50%;
}
.timeline .picture-half {
  width: 50%;
  max-width: 50%;
  display: inline-block;
  padding-right: 6px;
  vertical-align: top;
  margin-bottom: 24px;
}
.timeline .picture-half:last-child {
  padding-right: 0;
  padding-left: 6px;
}
.timeline .picture-half img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 24px;
}
.timeline .picture-half img:last-child {
  margin-bottom: 0;
}
.timeline img {
  vertical-align: top;
  display: inline-block;
  margin-right: 12px;
  width: 100%;
  max-width: calc(50% - 6px);
}
.timeline img:last-child {
  margin-bottom: 12px;
  margin-right: 0;
}
.timeline img ~ small {
  margin-top: -12px;
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  max-width: 144px;
}
.timeline > .row .card-container {
  padding: 24px 12px;
}
.timeline > .row .card, .timeline > .row .checkout__overview .cart-item, .checkout__overview .timeline > .row .cart-item {
  background-color: transparent;
  border: solid #9b9b9d 1px;
  transition: border-color 0.25s linear;
}
.timeline > .row .card-title {
  color: #626266;
  font-size: 24px;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 24px;
  background: #fff;
  padding: 0 12px;
  transition: color 0.25s linear;
}
.timeline > .row .badge {
  width: 24px;
  height: 24px;
  background-color: #9b9b9d;
  border-radius: 50%;
  transition: background-color 0.25s linear;
  margin: 12px auto;
}
.timeline > .row .bt-right,
.timeline > .row .bb-right {
  border-right: solid 1px #9b9b9d;
}
.timeline > .row:first-child .card-content {
  padding-top: 0;
}
.timeline > .row:first-child .bt-right {
  border-right: none;
}
.timeline > .row:last-child .card-content {
  padding-bottom: 0;
}
.timeline > .row:last-child .bb-right {
  border-right: none;
}

@media (min-width: 768px) {
  .timeline .picture-half {
    width: 100%;
    max-width: 100%;
    display: block;
    padding-right: 0;
  }
  .timeline .picture-half:last-child {
    padding-left: 0;
  }
  .timeline .picture-half img {
    max-width: 120px;
    margin-right: 12px;
  }
  .timeline img {
    width: auto;
    display: block;
    max-width: 120px;
    margin-right: 12px;
  }
  .timeline img:last-child {
    margin-right: 12px;
    margin-bottom: 0;
  }
  .timeline > .row .card-container {
    padding-left: 0;
  }
  .timeline > .row .card-title {
    font-size: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .timeline > .row .card-title {
    top: 0;
  }
  .timeline > .row:first-child .card-container {
    padding-top: 0;
  }
  .timeline > .row:first-child .card-title {
    top: -24px;
  }
}
nav ul {
  margin-bottom: 0;
  padding: 0;
}
nav ul li {
  list-style: none;
}
nav ul li > ul li::before {
  content: "";
  display: none;
}
nav a {
  text-decoration: none;
}

header .navigation__main {
  position: relative;
}
header .navigation__main::before, header .navigation__main::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 16px;
  z-index: 2;
}
header .navigation__main::before {
  left: 0;
  background: linear-gradient(to right, #0060a1, rgba(0, 96, 161, 0));
}
header .navigation__main::after {
  right: 0;
  background: linear-gradient(to left, #0060a1, rgba(0, 96, 161, 0));
}
header .navigation__main--wrapper {
  background-color: #0060a1;
  display: block;
  width: 100%;
}
header .navigation__main--wrapper::after {
  display: block;
  clear: both;
  content: "";
}
header .navigation__main .level__1 {
  margin: 0 -16px;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  /* stylelint-disable */
  scrollbar-width: none;
  /* stylelint-enable */
}
header .navigation__main .level__1::-webkit-scrollbar {
  display: none;
}
header .navigation__main .level__1 > li {
  position: relative;
  display: block;
  float: left;
  text-align: center;
  background-color: transparent;
  flex: 0 0 auto;
  z-index: 1;
}
header .navigation__main .level__1 > li:first-child {
  margin-left: 0;
}
header .navigation__main .level__1 > li::before {
  display: none;
}
header .navigation__main .level__1 > li > a {
  position: relative;
  display: block;
  border: none;
  padding: 0 16px;
  font-size: 16px;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  line-height: 48px;
  color: #fff;
  border-radius: 1px;
  transition: background-color 0.25s ease 0.15s, font-size 0.25s ease, color 0.25s ease;
}
header .navigation__main .level__1 > li > a::after {
  content: "";
  display: block;
  width: calc(100% - 24px * 4 / 3);
  height: 4px;
  position: absolute;
  left: 16px;
  bottom: 4px;
  background-color: transparent;
  transition: background-color 0.25s ease;
}
header .navigation__main .level__1 > li > a:hover {
  color: #fff;
}
header .navigation__main .level__1 > li > a:hover::after {
  background-color: #fff;
}
header .navigation__main .level__1 > li > a:focus {
  background-color: #0082c8;
  box-shadow: none;
  color: #fff;
}
header .navigation__main .level__1 > li > a:active {
  color: #fff;
}
header .navigation__main .level__1 > li > a:active::after {
  background-color: #fff;
}
header .navigation__main .level__1 > li.active > a::after {
  background-color: #fff;
}
header .navigation__main .level__2,
header .navigation__main .level__3 {
  display: none;
}

@media (min-width: 1024px) {
  header .navigation__main a.access__skip-navigation {
    visibility: visible !important;
    margin: -1px 0 0 0;
  }
  header .navigation__main a.access__skip-navigation:focus {
    clip: auto;
    height: 24px;
    margin: -24px 0 0 0;
    overflow: visible;
    padding: 0 16px;
    position: absolute;
    left: 24px;
    width: auto;
    color: #fff;
    background-color: #7cb926;
    transition: margin 0.25s, height 0.25s;
  }
  header .navigation__main #skip-navigation {
    visibility: visible !important;
  }
  header .navigation__main--wrapper {
    box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.15);
  }
  header .navigation__main .level__1 {
    overflow: visible;
  }
  header .navigation__main .level__1 > li > a {
    font-size: 20px;
  }
  header .navigation__main .level__1 > li:hover > .level__2 {
    visibility: visible;
    opacity: 1;
  }
  header .navigation__main .level__1 > li:last-child .level__2 {
    left: auto;
    right: 0;
  }
  header .navigation__main .level__1 > li:last-child .level__3 {
    left: auto;
    right: calc(100% - 24px / 4);
  }
  header .navigation__main .level__2,
  header .navigation__main .level__3 {
    visibility: hidden;
    opacity: 0;
    width: auto;
    position: absolute;
    padding: 0 0 6px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    z-index: 2;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.15);
  }
  header .navigation__main .level__2 li,
  header .navigation__main .level__3 li {
    text-align: left;
    height: 48px;
    display: block;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    transition: background-color 0.25s, color 0.25s;
  }
  header .navigation__main .level__2 li.active,
  header .navigation__main .level__3 li.active {
    background-color: #f5f6f7;
    border-right: 1px solid rgba(0, 80, 145, 0.5);
  }
  header .navigation__main .level__2 li.active > a,
  header .navigation__main .level__3 li.active > a {
    color: #1a262d;
  }
  header .navigation__main .level__2 a,
  header .navigation__main .level__3 a {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    transition: color 0.25s;
    padding: 0 16px;
    line-height: 48px;
    border-bottom: 0;
  }
  header .navigation__main .level__2 a:active,
  header .navigation__main .level__3 a:active {
    color: #fff;
  }
  header .navigation__main .level__2 {
    min-width: 240px;
    top: 48px;
    left: 0;
    background-color: #0060a1;
    border-radius: 0 0 2px 2px;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    transition: 0.2s 0.3s;
  }
  header .navigation__main .level__2 > li:hover {
    background-color: #3d7bae;
  }
  header .navigation__main .level__2 > li:hover > a {
    color: #fff;
  }
  header .navigation__main .level__2 > li:hover > .level__3 {
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transition-delay: 0.3s;
  }
  header .navigation__main .level__2 > li > a:focus {
    background-color: #0082c8;
    box-shadow: none;
    color: #fff;
  }
  header .navigation__main .level__3 {
    left: calc(100% - 24px / 4);
    top: 6px;
    background-color: #3d7bae;
    border-radius: 2px 2px 0;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    transition: 0.2s 0.5s;
  }
  header .navigation__main .level__3 > li:hover {
    background-color: #0082c8;
  }
  header .navigation__main .level__3 > li:hover > a {
    color: #fff;
  }
  header .navigation__main .level__3 > li > a:focus {
    background-color: #0082c8;
    box-shadow: none;
    color: #fff;
  }
}
.navigation__secondary h1, .navigation__secondary h2, .navigation__secondary h3, .navigation__secondary h4, .navigation__secondary h5, .navigation__secondary h6 {
  padding-left: 16px;
  padding-right: 24px;
}

.sidebar nav {
  position: absolute;
  padding-bottom: 24px;
  background-color: #fff;
  visibility: hidden;
  transition: visibility 0.5s;
  z-index: 2;
  width: 100%;
  min-width: 300px;
  border-top: 5px solid #0060a1;
  right: 0;
}
@media (min-width: 1024px) and (max-width: 1365.98px) {
  .sidebar nav {
    border-bottom: 2px solid #eeeeef;
    padding-bottom: 0;
    border-top-color: #ea7b00;
  }
}
@media (min-width: 1366px) {
  .sidebar nav {
    visibility: visible;
    box-shadow: 4px 6px 1px rgba(0, 0, 0, 0.1);
  }
}
.sidebar li {
  display: block;
  height: 48px;
}
.sidebar li.active > a {
  background-color: #3d7bae;
  color: #fff;
  font-weight: 400;
}
.sidebar li a {
  position: relative;
  border-bottom: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 6px 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #1a262d;
  background-color: #fff;
  transition: background-color 0.25s, color 0.25s;
}
.sidebar li a > span {
  line-height: 18px;
}
.sidebar li a:hover {
  background-color: #3d7bae;
  color: #fff;
}
.sidebar li a:focus {
  box-shadow: none;
  background-color: #e1e1e5;
}
.sidebar .level__1 .active.has-submenu,
.sidebar .level__2 .active.has-submenu {
  min-height: 48px;
  height: auto;
}
.sidebar .level__1 .active.has-submenu > a,
.sidebar .level__2 .active.has-submenu > a {
  height: 48px;
  background-color: #f5f6f7;
  color: #000;
}
.sidebar .level__1 .active.has-submenu > a:hover,
.sidebar .level__2 .active.has-submenu > a:hover {
  background-color: #3d7bae;
  color: #fff;
}
.sidebar .level__1 .active.has-submenu > a:hover::after,
.sidebar .level__2 .active.has-submenu > a:hover::after {
  color: #fff;
}
.sidebar .level__1 .active.has-submenu > a:focus,
.sidebar .level__2 .active.has-submenu > a:focus {
  box-shadow: none;
  background-color: #e1e1e5;
}
.sidebar .level__1 .active.has-submenu > a::after,
.sidebar .level__2 .active.has-submenu > a::after {
  display: none;
}
.sidebar .level__1 .has-submenu > a,
.sidebar .level__2 .has-submenu > a {
  padding: 6px 32px 6px 16px;
}
.sidebar .level__1 .has-submenu > a::after,
.sidebar .level__2 .has-submenu > a::after {
  display: block;
  content: "\e92a";
  position: absolute;
  right: 4px;
  top: 0;
  font-size: 24px;
  color: #545456;
  line-height: 48px;
}
.sidebar .level__1 .has-submenu > a:hover::after,
.sidebar .level__2 .has-submenu > a:hover::after {
  color: #fff;
}
.sidebar .level__3 {
  border-bottom: 1px solid #e1e1e5;
}
.sidebar .level__3 li.active > a {
  background-color: #3d7bae;
  color: #fff;
}
.sidebar .level__3 a {
  padding-left: 36px;
  background-color: #f5f6f7;
}
.sidebar .level__3 a:hover {
  background-color: #3d7bae;
  color: #fff;
}
.sidebar .level__3 a:focus {
  box-shadow: none;
  background-color: #e1e1e5;
}

@media (min-width: 1024px) and (max-width: 1365.98px) {
  .sidebar nav {
    visibility: hidden;
    background-color: transparent;
    transition: visibility 0.5s;
  }
  .sidebar nav > .level__1, .sidebar nav > .level__2, .sidebar nav > .level__3 {
    opacity: 0;
    transition: opacity 0.25s;
  }
  .sidebar li a {
    background-color: transparent;
  }
  .sidebar li a:hover {
    background-color: #3d7bae;
  }
  .show_sidebar-left nav {
    visibility: visible;
    transition: visibility 0.5s;
  }
  .show_sidebar-left nav > .level__1, .show_sidebar-left nav > .level__2, .show_sidebar-left nav > .level__3 {
    opacity: 1;
    transition: opacity 0s;
  }
}
@media (min-width: 1366px) {
  .sidebar nav {
    top: -5px;
  }
}
.navigation__service {
  display: none;
  text-align: right;
}
.navigation__service .level__1 > li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 16px;
  margin: 8px 24px 0;
}
.navigation__service .level__1 > li:last-child {
  margin-right: 0;
}
.navigation__service .level__1 > li > i {
  margin-left: -19px;
  margin-right: 2px;
  width: 15px;
  display: inline-block;
  text-align: center;
}
.navigation__service .level__1 > li:hover > a,
.navigation__service .level__1 > li:hover > span {
  z-index: 2;
  color: #0060a1;
  border-color: #0060a1;
}
.navigation__service .level__1 > li:hover .level__2 {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transition: visibility 0.25s 0.15s linear, opacity 0.25s 0.1s linear;
}
.navigation__service .level__1 > li.user-is-logged > i {
  color: #0060a1;
}
.navigation__service .level__1 > li > a,
.navigation__service .level__1 > li > span {
  position: relative;
  color: #626266;
  font-weight: 400;
  border-bottom: 3px solid transparent;
}
.navigation__service .level__1 > li > a:active, .navigation__service .level__1 > li > a:focus,
.navigation__service .level__1 > li > span:active,
.navigation__service .level__1 > li > span:focus {
  color: #0060a1;
  border-color: #0060a1;
}
.navigation__service .level__2 {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f5f6f7;
  border: 1px solid #eeeeef;
  border-radius: 1px;
  box-shadow: 2px 4px 0 0 rgba(0, 0, 0, 0.15);
  padding-top: 36px;
  text-align: center;
  transition: visibility 0.25s 0, opacity 0.25s 0;
}
.navigation__service .level__2 li {
  text-align: left;
  height: 48px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  transition: background-color 0.25s, color 0.25s;
}
.navigation__service .level__2 li.highlighted {
  background-color: #3d7bae;
}
.navigation__service .level__2 li.highlighted > a {
  color: #fff;
}
.navigation__service .level__2 li:hover {
  background-color: #005091;
}
.navigation__service .level__2 li:hover > a {
  color: #fff;
}
.navigation__service .level__2 li.user-logged-menu {
  height: auto;
  display: block;
  min-width: 240px;
}
.navigation__service .level__2 li.user-logged-menu li {
  border-bottom: none;
  height: auto;
  margin-bottom: 12px;
}
.navigation__service .level__2 li.user-logged-menu li:hover {
  background-color: transparent;
}
.navigation__service .level__2 li.user-logged-menu li:hover > a {
  color: #1a262d;
}
.navigation__service .level__2 li.user-logged-menu li:first-child {
  margin-bottom: 24px;
}
.navigation__service .level__2 li.user-logged-menu:hover {
  background-color: transparent;
}
.navigation__service .level__2 li.user-logged-menu > span {
  font-size: 12px;
  padding: 8px 12px 0;
  line-height: 16px;
  display: block;
}
.navigation__service .level__2 li.user-logged-menu a {
  padding: 0 12px;
  line-height: 24px;
}
.navigation__service .level__2 li.user-logged-menu a i {
  line-height: 24px;
  vertical-align: bottom;
  margin-left: 0;
}
.navigation__service .level__2 li .user-logged-user {
  display: inline-block;
}
.navigation__service .level__2 a {
  display: block;
  color: #005091;
  font-size: 15px;
  font-weight: 400;
  transition: color 0.25s;
  padding: 0 16px 0 36px;
  line-height: 48px;
  border-bottom: 0;
  white-space: nowrap;
}
.navigation__service .level__2 a:active {
  color: #fff;
}
.navigation__service .level__2 a i {
  line-height: 48px;
  vertical-align: bottom;
  margin-left: -24px;
}

@media (min-width: 1024px) {
  .navigation__service {
    display: block;
  }
}
.mm-wrapper_opening .mm-menu_offcanvas.mm-menu_opened ~ .mm-slideout {
  transform: translate3d(0, 0, 0);
}

.mm-menu_offcanvas {
  display: block;
  visibility: hidden;
  width: 100%;
  max-width: 475px;
  z-index: 10;
  box-shadow: none;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.25s ease-in-out, box-shadow 0.15s linear, visibility 0s 0.5s;
}
.mm-menu_offcanvas.mm-menu_opened {
  visibility: visible;
  box-shadow: 4px 2px 0 0 rgba(0, 0, 0, 0.15), 2px 2px 1px 0 rgba(0, 0, 0, 0.05);
  transform: translate3d(0, 0, 0);
  transition: transform 0.25s ease-out, box-shadow 0.15s linear, visibility 0s 0s;
}

.mm-menu {
  top: 48px;
}
.mm-menu a {
  border-bottom: none;
}
.mm-menu a:hover {
  border-color: transparent;
}

.mm-listitem::after {
  left: 0;
}

.mm-listitem__text {
  padding-left: 16px;
}
.active .mm-listitem__text {
  padding-left: 32px;
}

.mm-menu_theme-dark .mm-panel,
.mm-menu_theme-dark .mm-panels {
  background-color: #005091;
}
.mm-menu_theme-dark .mm-navbar {
  background-color: #004278;
}
.mm-menu_theme-dark .mm-navbar__title {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 500;
}
.mm-menu_theme-dark .mm-listitem a {
  font-weight: 400;
}
.mm-menu_theme-dark .mm-listitem.active {
  background-color: rgba(255, 255, 255, 0.08);
}
.mm-menu_theme-dark .mm-listitem.active a {
  font-weight: 500;
}
.mm-menu_theme-dark .mm-btn::before, .mm-menu_theme-dark .mm-btn::after {
  border-color: #f5f6f7;
}

.navigation__breadcrumb {
  display: none;
  position: absolute;
  padding: 4px 0 0;
  top: 0;
}
@media (min-width: 1024px) {
  .navigation__breadcrumb {
    display: block;
  }
}
.navigation__breadcrumb ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
  list-style: none;
  text-align: left;
  height: 24px;
  max-height: 24px;
}
.navigation__breadcrumb li {
  flex: 0 1 auto;
  display: inline-flex;
  align-items: center;
  padding-left: 12px;
  margin-right: 12px;
  position: relative;
  height: 100%;
}
.navigation__breadcrumb li a, .navigation__breadcrumb li span {
  max-width: 400px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.navigation__breadcrumb li::before {
  display: block;
  content: "\e92a";
  position: absolute;
  left: -6px;
  font-size: 14px;
  color: #9b9b9d;
  line-height: 24px;
}
.navigation__breadcrumb li a {
  font-size: 14px;
  display: block;
  text-decoration: none;
  position: relative;
  border-color: transparent;
}
.navigation__breadcrumb li a, .navigation__breadcrumb li a:visited {
  color: #9b9b9d;
}
.navigation__breadcrumb li a:hover, .navigation__breadcrumb li a:active, .navigation__breadcrumb li a:focus {
  color: #0082c8;
  border-color: #0082c8;
}
.navigation__breadcrumb li:first-child {
  padding: 0;
}
.navigation__breadcrumb li:first-child::before {
  content: none;
}
.navigation__breadcrumb li:first-child a i {
  font-size: 16px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -5px;
  transition: color 0.15s ease-in-out;
}
.navigation__breadcrumb li:first-child a i, .navigation__breadcrumb li:first-child a i:visited {
  color: #9b9b9d;
}
.navigation__breadcrumb li:first-child a:hover i, .navigation__breadcrumb li:first-child a:active i, .navigation__breadcrumb li:first-child a:focus i {
  color: #0082c8;
}
.navigation__breadcrumb li span {
  line-height: 16px;
  font-size: 14px;
  display: block;
  font-weight: 400;
  color: #0082c8;
}
.navigation__breadcrumb li span:hover, .navigation__breadcrumb li span:active, .navigation__breadcrumb li span:focus {
  color: #0082c8;
}

.mobile-header__link {
  position: relative;
  width: auto;
  min-width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  margin-left: 24px;
}
.mobile-header__link a {
  border: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-content: flex-start;
  height: 40px;
}
.mobile-header__link i {
  color: #0060a1;
  line-height: 20px;
  font-size: 20px;
  display: block;
}
.mobile-header__link--label {
  display: block;
  font-size: 10px;
  line-height: 10px;
  padding-top: 4px;
  color: #0082c8;
  white-space: nowrap;
}
.mobile-header__link:hover i {
  color: #008a02;
}
.mobile-header__link .icon--logout {
  padding-left: 4px;
}
.mobile-header__link.mobile-menu {
  border: none;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
}
.mobile-header__link .hamburger {
  display: inline-block;
  margin: 2px auto 0 auto;
}

@media (min-width: 1024px) {
  .mobile-header__link--label {
    display: none;
  }
}
@media screen and (max-width: 475px) {
  .mobile-header__link {
    margin-left: 14px;
  }
  .mobile-header__link.mobile-menu {
    margin-right: -9px;
  }
}
@media screen and (max-width: 350px) {
  .mobile-header__link {
    margin-left: 8px;
  }
  .mobile-header__link--label {
    font-size: 8px;
  }
}
*:focus {
  border-color: transparent;
  outline: none;
}

figure {
  margin-bottom: 0;
}

.invisible, .seminar-participants.edit-mode .seminar-participants__list, .seminar-participants:not(.edit-mode) .seminar-participants__form, .address__item.edit-mode .form-check:not(.address__new-shipping), .address__item:not(.edit-mode) .address__edit-option, .newsletter__signup-form label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.separater--below {
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid #e1e1e5;
}
@media (min-width: 1024px) {
  .separater--below {
    margin-bottom: 72px;
  }
}
.separater--above {
  padding-top: 48px;
  margin-top: 48px;
  border-top: 1px solid #e1e1e5;
}
@media (min-width: 1024px) {
  .separater--above {
    margin-top: 72px;
  }
}

.border-top {
  border-top: 1px solid #e1e1e5;
}

.border-bottom {
  border-bottom: 1px solid #e1e1e5;
}

p {
  margin-bottom: 24px;
  line-height: 24px;
}
p:last-child {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
  display: block;
}

h1.border-bottom, h2.border-bottom, h3.border-bottom, h4.border-bottom {
  border-bottom: 1px solid #e1e1e5;
  margin-bottom: 48px;
}

h5.border-bottom, h6.border-bottom {
  padding-top: 0;
  padding-bottom: 4px;
  border-bottom: 1px solid #e1e1e5;
  margin-bottom: 20px;
}
h5 .smaller, h6 .smaller {
  font-size: 0.85em;
  display: block;
}

h1 {
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 24px;
}

h2 {
  line-height: 48px;
  margin-bottom: 24px;
}

h3 {
  line-height: 48px;
  margin-bottom: 24px;
}

h4 {
  line-height: 48px;
  margin-bottom: 24px;
}

h5 {
  line-height: 24px;
  padding-top: 12px;
  margin-bottom: 12px;
}

h6 {
  line-height: 24px;
  padding-top: 12px;
  margin-bottom: 12px;
  font-weight: 700;
}

@media (min-width: 1024px) {
  h1 {
    font-weight: 300;
  }
}
@media (max-width: 1023.98px) {
  h1.border-bottom, h2.border-bottom, h3.border-bottom, h4.border-bottom, h5.border-bottom, h6.border-bottom {
    margin-bottom: 24px;
  }
  h1 {
    font-weight: 400;
    font-size: 26px;
  }
  h2 {
    font-size: 24px;
    line-height: 24px;
    padding-top: 12px;
    margin-bottom: 12px;
  }
  h3 {
    font-size: 20px;
    line-height: 24px;
    padding-top: 12px;
    margin-bottom: 12px;
  }
  h4 {
    font-size: 20px;
    line-height: 24px;
    padding-top: 12px;
    margin-bottom: 12px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
}
.subheader {
  font-weight: 700;
  color: #0060a1;
  font-size: inherit;
}

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

.smaller {
  font-size: 12px;
}
@media (max-width: 1023.98px) {
  .smaller {
    line-height: 24px;
  }
}

small,
.small {
  font-size: 14px;
}

.error {
  color: #f94056 !important;
  font-weight: 400;
}

.price {
  font-weight: 400;
}

.lead-text {
  font-weight: 400;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.leading-text {
  font-size: 18px;
}

figcaption {
  font-size: 14px;
}

ul {
  padding-left: 24px;
  margin-bottom: 24px;
  line-height: 24px;
}
ul li {
  list-style: disc;
}
ul li > ul {
  padding-left: 0;
}
ul li > ul li {
  list-style: none;
}
ul li > ul li::before {
  content: "-";
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  vertical-align: top;
  padding-right: 6px;
}
ul.checked-list {
  padding: 0;
  margin-bottom: 0;
}
ul.checked-list li {
  padding-left: 24px;
  list-style: none;
  position: relative;
}
ul.checked-list i {
  position: absolute;
  left: 0;
  line-height: 24px;
}
ul.icon-list {
  padding: 0;
}
ul.icon-list:last-child {
  margin-bottom: 0;
}
ul.icon-list li {
  padding-left: 30px;
  list-style: none;
  position: relative;
  line-height: 36px;
}
ul.icon-list i {
  position: absolute;
  left: 0;
  line-height: 36px;
}

ol {
  padding-left: 24px;
  margin-bottom: 24px;
}
ol li > ol {
  padding-left: 0;
  margin-left: 0;
  list-style-type: none;
  counter-reset: sub-list;
}
ol li > ol li {
  position: relative;
  padding-left: 0;
  list-style: none;
}
ol li > ol li::before {
  display: inline-block;
  counter-increment: sub-list;
  content: counter(sub-list, lower-roman);
  padding-right: 1em;
  width: 12px;
}

address {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 24px;
}
address:last-child {
  margin-bottom: 0;
}
address strong {
  font-weight: 500;
}

.hint {
  font-size: 14px;
}
.hint strong {
  font-weight: 500;
}

.formatted-text {
  color: #1a262d !important;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
  margin-bottom: 24px;
  font-weight: 300;
}
.formatted-text:last-child,
.formatted-text > :last-child {
  margin-bottom: 0;
}
.formatted-text p {
  margin-top: 24px;
  font-size: 16px !important;
}
.formatted-text p:first-child {
  margin-top: 0;
}
.formatted-text li,
.formatted-text span,
.formatted-text q {
  font-size: 16px !important;
}
.formatted-text .mediafiles {
  padding: 0;
}
.formatted-text .mediafiles li {
  list-style: none;
}

.btn, .checkout__overview .checked-cart-edit {
  min-width: 192px;
  font-size: 18px;
  font-weight: 400;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 24px;
  color: #fff;
  box-shadow: 4px 4px 0 0 rgba(4, 61, 107, 0.4);
  margin-bottom: 8px;
  border: none;
  border-radius: 0;
  transition: background 0.25s ease, background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
}
.btn:hover, .checkout__overview .checked-cart-edit:hover, .btn:focus, .checkout__overview .checked-cart-edit:focus {
  color: #fff;
}
.btn.disabled, .checkout__overview .disabled.checked-cart-edit, .btn:disabled, .checkout__overview .checked-cart-edit:disabled {
  box-shadow: 4px 4px 0 0 rgba(4, 61, 107, 0.4);
}
.btn.disabled:hover, .checkout__overview .disabled.checked-cart-edit:hover, .btn.disabled:active, .checkout__overview .disabled.checked-cart-edit:active, .btn:disabled:hover, .checkout__overview .checked-cart-edit:disabled:hover, .btn:disabled:active, .checkout__overview .checked-cart-edit:disabled:active {
  box-shadow: 4px 4px 0 0 rgba(4, 61, 107, 0.4);
}
.btn:active, .checkout__overview .checked-cart-edit:active {
  color: #1a262d;
}
.btn:hover, .checkout__overview .checked-cart-edit:hover, .btn:active, .checkout__overview .checked-cart-edit:active {
  box-shadow: 1px 1px 0 0 rgba(4, 61, 107, 0.4);
}
.btn:focus, .checkout__overview .checked-cart-edit:focus {
  box-shadow: 0 0 0 3px rgba(74, 186, 218, 0.8);
  outline: none;
}
.btn-primary {
  background: linear-gradient(177deg, #0099cf, #0060a1);
}
.btn-cta {
  background: linear-gradient(176deg, #f59c00, #ea7b00);
}
.btn-secondary, .checkout__overview .checked-cart-edit {
  background: linear-gradient(178deg, #f5f6f7, #9b9b9d);
  color: #1a262d;
}
.btn-secondary:hover, .checkout__overview .checked-cart-edit:hover, .btn-secondary:focus, .checkout__overview .checked-cart-edit:focus {
  color: #1a262d;
}
.btn-light {
  color: #1a262d;
}
.btn-light:hover, .btn-light:focus {
  color: #1a262d;
}
.btn-link {
  box-shadow: none;
  color: #0082c8;
  text-decoration: none;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  color: #9b9b9d;
  box-shadow: none;
}
.btn.loading, .checkout__overview .loading.checked-cart-edit {
  color: transparent !important;
  position: relative;
}
.btn.loading::before, .checkout__overview .loading.checked-cart-edit::before, .btn.loading::after, .checkout__overview .loading.checked-cart-edit::after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -0.625rem;
  margin-left: -0.625rem;
  content: "";
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
}
.btn.loading::before, .checkout__overview .loading.checked-cart-edit::before {
  border: 3px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
}
.btn.loading::after, .checkout__overview .loading.checked-cart-edit::after {
  border: 3px solid transparent;
  border-radius: 50%;
  border-top-color: white;
  animation: spin 0.7s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.btn i, .checkout__overview .checked-cart-edit i {
  vertical-align: middle;
  line-height: 40px;
  font-size: 20px;
  padding-right: 8px;
}
.btn--light-blue {
  background: linear-gradient(176deg, #62d7ed, #5ec4e1, #4abada);
  color: #002e54;
}
.btn--green {
  background: linear-gradient(176deg, #7cb926, #008a02);
}
.btn--add-to-cart {
  padding: 0 12px;
}
.btn--width-auto {
  width: auto;
  min-width: 0;
}

button.hamburger {
  box-shadow: none;
  transform: none;
  outline: none;
  width: 1.25rem;
  min-width: 0;
  padding: 0;
  height: 1.125rem;
  position: relative;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
button.hamburger:focus {
  outline: 0;
  background-color: transparent;
  border: none;
}

.hamburger span {
  display: block;
  position: absolute;
  height: 0.125rem;
  width: 100%;
  background: #0060a1;
  left: 0;
  transform: rotate(0deg);
  transition: width 0.25s ease-in-out, height 0.25s ease-in-out, top 0.25s ease-in-out, left 0.25s ease-in-out, transform 0.25s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
  top: 0.5rem;
}

.hamburger span:nth-child(4) {
  top: 1rem;
}

.hamburger:hover span:nth-child(1) {
  top: 0.125rem;
}
.hamburger:hover span:nth-child(4) {
  top: 0.875rem;
}

.mm-wrapper_opened .hamburger span:nth-child(1),
.mm-wrapper_opened .hamburger span:nth-child(4) {
  top: 0.5rem;
  width: 0;
  left: 50%;
}

.mm-wrapper_opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
}

.mm-wrapper_opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
}

button.panel-arrow {
  box-shadow: none;
  transform: none;
  outline: none;
  width: 24px;
  min-width: 0;
  padding: 0;
  height: 24px;
  margin-top: 12px;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
button.panel-arrow:focus {
  outline: 0;
  background-color: transparent;
  border: none;
}

.panel-arrow span {
  display: block;
  position: absolute;
  height: 4px;
  background: #545456;
  left: 6px;
  width: 18px;
  transform: rotate(0);
  opacity: 1;
  transition: transform 0.25s ease-in-out, opacity 0.25s ease-in-out, top 0.25s ease-in-out;
}
.panel-arrow span.one {
  transform-origin: top left;
  transform: rotate(45deg);
  top: 0;
}
.panel-arrow span.two {
  transform-origin: bottom left;
  transform: rotate(-45deg);
  top: 23px;
}
.panel-arrow span.three, .panel-arrow span.four {
  top: 11px;
  transform-origin: center center;
  opacity: 0;
}
.panel-arrow span.three {
  width: 100%;
}
.panel-arrow span.four {
  width: 100%;
}

.show_sidebar-left .panel-arrow span.one, .show_sidebar-left .panel-arrow span.two {
  transform: rotate(0);
  opacity: 0;
  top: 11px;
}
.show_sidebar-left .panel-arrow span.three, .show_sidebar-left .panel-arrow span.four {
  opacity: 1;
}
.show_sidebar-left .panel-arrow span.three {
  transform: rotate(45deg);
}
.show_sidebar-left .panel-arrow span.four {
  transform: rotate(-45deg);
}

a,
.fake-link {
  color: #0060a1;
  border-bottom: 1px solid #0060a1;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
a:hover, a:active, a:focus,
.fake-link:hover,
.fake-link:active,
.fake-link:focus {
  color: #727274;
  border-color: transparent;
  text-decoration: none;
}

.icon + a {
  padding-left: 4px;
  font-weight: 400;
}

.link__more, .link__back {
  display: inline-block;
  position: relative;
  font-weight: 400;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #1a262d;
  border-bottom: none;
  line-height: 24px;
}
.link__more:focus, .link__back:focus {
  box-shadow: none;
  background-color: rgba(0, 130, 200, 0.2);
}
.link__more:hover, .link__back:hover {
  color: #1a262d;
}
.link__more::before, .link__more::after, .link__back::before, .link__back::after {
  content: "";
  background-color: #0060a1;
  border-left-color: #0060a1;
  border-right-color: #0060a1;
  transform: translate3d(0, 0, 0);
  transition: width 0.25s ease-out, left 0.25s ease-out, margin-right 0.25s ease-out, border-width 0.25s ease-out;
}
@media (pointer: fine) {
  .link__more:hover::before {
    width: 6px;
    margin-right: 12px;
  }
  .link__more:hover::after {
    left: 6px;
    border-left-width: 4px;
  }
}
.link__more::before {
  display: inline-block;
  width: 4px;
  height: 22px;
  margin-right: 8px;
  margin-top: 1px;
  vertical-align: top;
}
.link__more::after {
  display: block;
  position: absolute;
  top: 1px;
  left: 4px;
  width: 0;
  height: 0;
  background-color: transparent;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-left-width: 0;
  border-left-style: solid;
}
.link__more--small::before {
  height: 20px;
}
.link__more--small::after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
@media (pointer: fine) {
  .link__back:hover::before {
    width: 6px;
  }
  .link__back:hover::after {
    left: -4px;
    border-right-width: 4px;
  }
}
.link__back::before {
  display: inline-block;
  width: 4px;
  height: 22px;
  margin-right: 8px;
  margin-top: 1px;
  vertical-align: top;
}
.link__back::after {
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 0;
  height: 0;
  background-color: transparent;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right-width: 0;
  border-right-style: solid;
}
.link__back--small::before {
  height: 20px;
}
.link__back--small::after {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.link--disguised {
  border-color: transparent;
  color: #1a262d;
}
.link--disguised:hover {
  border-color: #1a262d;
}
.link--highlighted {
  border: none;
  font-weight: 500;
}
.link--highlighted .linktext {
  text-decoration: underline;
  text-decoration-color: inherit;
  transition: color 0.25s, text-decoration-color 0.25s;
}
.link--highlighted:hover .linktext {
  text-decoration-color: transparent;
}

.download {
  font-weight: 400;
  color: #3d7bae;
  border-bottom: none;
  line-height: 24px;
  padding-left: 24px;
  position: relative;
  display: inline-block;
}
.download i {
  font-size: 20px;
  line-height: 24px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 1366px) {
  .link__more {
    font-size: 18px;
  }
  .link__more::before {
    margin-top: 2px;
  }
  .link__more::after {
    top: 2px;
  }
  .link__more--small {
    font-size: 16px;
  }
}
.content img {
  margin-bottom: 12px;
}
.content img + figcaption {
  margin-top: -12px;
}
@media (min-width: 768px) {
  .content img.float-sm-left {
    margin-right: 24px;
  }
  .content img.float-sm-right {
    margin-left: 24px;
  }
}

.content-page img {
  width: 100%;
}

.image-list {
  padding-left: 0;
}
.image-list::after {
  display: block;
  clear: both;
  content: "";
}
.image-list li {
  list-style: none;
  margin-bottom: 24px;
}
.image-list li::after {
  display: block;
  clear: both;
  content: "";
}
.image-list li h1, .image-list li h2, .image-list li h3, .image-list li h4, .image-list li h5, .image-list li h6 {
  padding-top: 0;
}

.hero-image {
  position: relative;
  width: calc(100% + 16px * 2);
  height: auto;
  overflow: hidden;
  margin: 0 -16px 24px -16px;
}
.hero-image img {
  margin: 0;
  width: 100%;
}
@media (min-width: 1024px) {
  .hero-image {
    width: 100%;
    margin: 0 0 48px 0;
    box-shadow: 2px 3px 2px -1px rgba(0, 0, 0, 0.4);
  }
}

.card, .checkout__overview .cart-item {
  background: #f5f6f7;
  padding: 24px 16px;
  margin-bottom: 12px;
}
.card:last-child, .checkout__overview .cart-item:last-child {
  margin-bottom: 0;
}
.card__popover {
  position: absolute;
  background: #f5f6f7;
  border: 1px solid #eeeeef;
  box-shadow: 5px 6px 2px -1px rgba(0, 0, 0, 0.15);
}
.card__popover__header {
  width: 100%;
  border-bottom: 1px solid #eeeeef;
  padding: 12px 48px 12px 16px;
}
.card__popover__text {
  padding: 12px 16px;
}
.card__popover__close {
  position: absolute;
  top: 12px;
  right: 16px;
  border: none;
  color: #626266 !important;
  border-radius: 2px;
  text-align: center;
  font-size: 24px;
  width: 24px;
  line-height: 24px;
  font-weight: 700;
  transition: background-color 0.25s;
}
.card__popover__close:hover {
  color: #1a262d !important;
  cursor: pointer;
}
.card input, .checkout__overview .cart-item input,
.card .form-control,
.checkout__overview .cart-item .form-control,
.card optgroup,
.checkout__overview .cart-item optgroup,
.card select,
.checkout__overview .cart-item select,
.card textarea,
.checkout__overview .cart-item textarea {
  background-color: #fff;
}
.card input:focus, .checkout__overview .cart-item input:focus,
.card .form-control:focus,
.checkout__overview .cart-item .form-control:focus,
.card optgroup:focus,
.checkout__overview .cart-item optgroup:focus,
.card select:focus,
.checkout__overview .cart-item select:focus,
.card textarea:focus,
.checkout__overview .cart-item textarea:focus {
  color: #1a262d;
}
.card input::placeholder, .checkout__overview .cart-item input::placeholder,
.card .form-control::placeholder,
.checkout__overview .cart-item .form-control::placeholder,
.card optgroup::placeholder,
.checkout__overview .cart-item optgroup::placeholder,
.card select::placeholder,
.checkout__overview .cart-item select::placeholder,
.card textarea::placeholder,
.checkout__overview .cart-item textarea::placeholder {
  color: #9b9b9d;
  background-color: #fff;
}

@media (min-width: 768px) {
  .card, .checkout__overview .cart-item {
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .card__popover__header {
    padding: 12px 48px 12px 24px;
  }
  .card__popover__text {
    padding: 12px 24px;
  }
}
.pagination {
  text-align: center;
}
.pagination__pages {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-left: 0;
  margin-bottom: 0 !important;
}
.pagination__pages li {
  list-style: none;
}
.pagination__pages li a {
  width: 24px;
  text-align: center;
  font-weight: 500;
  display: inline-block;
  margin-left: 8px;
  line-height: 24px;
  color: #545456;
  cursor: pointer;
  transition: color 0.25s ease, background-color 0.25s ease;
  border-bottom: 0;
}
.pagination__pages li.active a, .pagination__pages li:hover a {
  background-color: #eeeeef;
  color: black;
}
.pagination__pages li.active a {
  cursor: default;
  font-weight: 400;
}
.pagination__pages li .icon {
  line-height: 24px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .pagination {
    text-align: left;
  }
  .pagination__info {
    display: inline-block;
    line-height: 48px;
  }
  .pagination__pages {
    float: right;
    justify-content: space-between;
    margin-bottom: 0;
  }
}
.infobox {
  max-width: 768px;
  margin: 0 auto 24px;
  padding: 24px 16px;
  width: 100%;
  position: relative;
}
.infobox:last-child {
  margin-bottom: 0;
}
.infobox h4 {
  line-height: 1.5;
  margin-bottom: 12px;
}
.infobox:not(.alert-light) a,
.infobox:not(.alert-light) .fake-link {
  color: inherit;
  font-weight: 400;
  border-color: inherit;
}
.infobox:not(.alert-light) a:hover, .infobox:not(.alert-light) a:active, .infobox:not(.alert-light) a:focus,
.infobox:not(.alert-light) .fake-link:hover,
.infobox:not(.alert-light) .fake-link:active,
.infobox:not(.alert-light) .fake-link:focus {
  color: #000;
  border-color: transparent;
}

.alert-light {
  color: #1a262d;
  background-color: #fff;
}

.alert {
  word-break: break-word;
  padding: 12px 24px;
  margin-bottom: 48px;
  border-radius: 1px;
}
@media (max-width: 1023.98px) {
  .content .alert {
    margin-top: 24px;
  }
}

.accordion__header {
  cursor: pointer;
  padding: 12px 36px 12px 12px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  letter-spacing: 0.2px;
  transition: 0.5s;
  background: #e1e1e5;
  position: relative;
}
@media (min-width: 1024px) {
  .accordion__header {
    padding: 12px 60px 12px 24px;
  }
}
.accordion__header:hover, .accordion__header.active {
  background: #0082c8;
  color: #fff;
}
.accordion__header:hover::after, .accordion__header.active::after {
  color: #fff;
}
.accordion__header.active::after {
  transform: rotateX(180deg);
}
.accordion__header::after {
  position: absolute;
  content: "\e92b";
  right: 12px;
  top: 12px;
  font-size: 20px;
  line-height: 24px;
  color: #545456;
  transform: rotateX(0);
  transition: transform 0.25s;
}
@media (min-width: 1024px) {
  .accordion__header::after {
    right: 24px;
  }
}
.accordion__header h2, .accordion__header h3, .accordion__header h4, .accordion__header h5, .accordion__header h6 {
  margin-bottom: 0;
  padding-top: 0;
}
.accordion__box {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  background: #f5f6f7;
  margin-bottom: 24px;
  border: 1px solid #eeeeef;
  border-top: none;
  transition: max-height 0.25s ease-out;
}
.accordion__box-inner {
  padding: 12px 12px 24px;
}

.filters {
  position: fixed;
  bottom: -100%;
  left: 6%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 0.5rem;
  background-color: white;
  z-index: 1000;
  height: 90%;
  width: 88%;
  padding: 3rem 0;
  overflow-y: auto;
  transition: bottom 0.25s ease;
}
.filters.open {
  bottom: 0;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
}
.filters ~ .sorting {
  max-width: calc(100% - 6.5rem);
}

.filter {
  padding: 0 1rem;
}
.filter__selected-label {
  font-weight: 300;
  font-size: 16px;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  line-height: 1.25rem;
  display: inline-block;
}
.filter__selected-label .font-light {
  font-weight: 300;
}
.filter__reset {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.5rem 0 0.75rem;
  gap: 0.25rem;
  margin-bottom: 0;
  font-size: 16px;
}
.filter__reset .icon {
  padding: 0;
  font-size: 14px;
}
.filter__reset:hover, .filter__reset:focus {
  color: #b51d28;
}
.filter__label {
  font-weight: 300;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 20px;
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #cdcdca;
}
.filter__title {
  font-weight: 500;
  display: block;
  padding: 0.5rem 0;
  border-bottom: 1px solid #cdcdca;
  margin-bottom: 0.5rem;
}
.filter__type {
  display: none;
}
.filter__toggle {
  margin-bottom: 0.25rem;
}
.filter__close {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.filter__close .icon {
  font-size: 14px;
}
.filter__dialog {
  position: initial;
  border: 0;
  width: 100%;
  padding: 0.5rem 0 0;
}
.filter__dialog .form-check {
  margin-bottom: 1rem;
}

.selected-filter {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  align-items: start;
  width: 100%;
}
.selected-filter ~ .sorting {
  padding-top: 0.5rem;
  border-top: 1px solid #cdcdca;
  margin-top: 0.5rem;
  width: 100%;
}

.loading-animation {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  justify-content: center;
  align-items: center;
  color: #0082c8;
  z-index: -1;
}
.loading-animation .spinner {
  width: 2.5rem;
  height: 2.5rem;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.loading-animation .opacity-25 {
  opacity: 0.25;
}
.loading-animation .opacity-90 {
  opacity: 0.9;
}
.loading-animation.active {
  display: flex;
  z-index: 1;
}
.loading-animation.active .spinner {
  animation: rotate 1s linear infinite;
}

@media (min-width: 768px) {
  .filters {
    position: relative;
    align-items: center;
    flex-direction: row;
    justify-content: start;
    gap: 0.5rem;
    bottom: auto;
    left: auto;
    background-color: white;
    z-index: 1;
    height: auto;
    width: auto;
    padding: 0;
    overflow-y: visible;
  }
  .filters ~ .sorting {
    max-width: 100%;
  }
  .filter {
    position: relative;
    padding: 0;
  }
  .filter__toggle {
    display: none;
  }
  .filter__label {
    font-size: 16px;
    border: 0;
    padding: 0;
  }
  .filter__title {
    display: none;
  }
  .filter__type {
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
    line-height: 1.2rem;
    min-height: 2.5rem;
    padding: 0 1rem;
    border: 1px solid #eeeeef;
    background-color: #eeeeef;
    color: #005091;
    border-radius: 2px;
    transition: background-color 0.25s ease, border-color 0.25s ease, color 0.25s ease;
  }
  .filter__type:hover {
    background-color: #005091;
    border-color: #005091;
    color: white;
  }
  .filter__dialog[open] {
    opacity: 1;
    transform: scaleY(1);
    box-shadow: 0.375rem 0.375rem 1px rgba(0, 46, 84, 0.1);
  }
  .filter__dialog {
    position: absolute;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top left;
    z-index: 10;
    border: 1px solid #e1e1e5;
    margin-top: 0.125rem;
    padding: 1rem;
    min-width: 18rem;
    width: auto;
    box-shadow: 0 0 0 rgba(0, 46, 84, 0);
    transition: opacity 0.25s ease-out, transform 0.25s ease-out, box-shadow 0.25s ease-out, display 0.25s ease-out allow-discrete;
  }
  .filter__dialog .form-check {
    margin-bottom: 0.5rem;
  }
  .filter__dialog .form-check:last-child {
    margin-bottom: 0;
  }
  .filter__dialog .form-check label {
    line-height: 1.25rem;
    padding-top: 0.125rem;
  }
  @starting-style {
    .filter__dialog[open] {
      opacity: 0;
      transform: scaleY(0);
    }
  }
  .selected-filter {
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: auto;
    gap: 1rem;
    padding: 0;
    border-bottom: 0;
    margin-bottom: 0;
  }
  .selected-filter ~ .sorting {
    padding-top: 0;
    border-top: 0;
    margin-top: 0;
    width: auto;
  }
}
.filter-list-toolbar {
  position: relative;
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-top: 0.75rem;
  margin-bottom: 1rem;
  row-gap: 1rem;
  column-gap: 0.75rem;
  flex-wrap: wrap;
}
.filter-list-toolbar label {
  display: block;
  font-weight: 300;
}
.filter-list-toolbar form-group {
  margin-bottom: 0;
}

.sorting,
.limiter {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}

.limiter {
  justify-content: center;
}

.sorting {
  margin-left: auto;
  justify-content: end;
}
.sorting label {
  text-align: right;
}
.sorting select {
  max-width: 10rem;
}

.limiter {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .filter-list-toolbar {
    padding-bottom: 12px;
    border-bottom: 1px solid #727274;
    margin-bottom: 0;
  }
  .filter-list-toolbar label {
    display: inline-block;
  }
  .filter-list-toolbar input,
  .filter-list-toolbar select,
  .filter-list-toolbar .form-control.counter {
    width: auto;
    margin-left: 6px;
  }
  .limiter {
    justify-content: end;
    gap: 0.5rem;
    margin-right: 0;
  }
}
.shadow-box {
  background-color: #fff;
  padding: 24px 16px;
  box-shadow: 2px 3px 2px -1px rgba(0, 0, 0, 0.1);
  margin: 0;
}
@media screen and (min-width: 475px) {
  .shadow-box {
    border-radius: 2px;
    margin: 0 16px;
    max-width: calc(100% - 32px);
  }
}
@media (min-width: 768px) {
  .shadow-box {
    padding: 24px;
    margin: 0;
    max-width: 100%;
  }
}

.newsletter-teaser__card {
  position: relative;
  display: block;
  background-color: #f5f6f7;
  padding: 24px;
}
@media (min-width: 1024px) {
  .newsletter-teaser__card {
    border: 1px solid #eeeeef;
    box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.05);
    background-color: #fff;
  }
}

.contact-channel-label {
  min-width: 60px;
  display: inline-block;
}

form,
input,
select {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

form .filled {
  background-color: #eef8ff !important;
}

label,
.label {
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 4px;
  display: inline;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
label + .optional,
.label + .optional {
  display: inline;
  margin-left: 6px;
  font-size: 12px;
  vertical-align: text-top;
  font-style: italic;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
label.required::after,
.label.required::after {
  content: none;
  display: none;
}

legend {
  font-size: 16px;
  font-weight: 400;
}

input,
.form-control,
optgroup,
select,
textarea {
  background-color: #eeeeef;
  border: 1px solid #cdcdca;
  border-radius: 4px;
  padding: 0 12px;
  line-height: 24px;
  margin-bottom: 0;
  transition: border-color 0.25s ease-out, background-color 0.25s ease-out, color 0.25s ease-out, box-shadow 0.25s ease-out;
}
input::placeholder,
.form-control::placeholder,
optgroup::placeholder,
select::placeholder,
textarea::placeholder {
  color: #9b9b9d;
  opacity: 1;
  font-weight: 300;
  transition: opacity 1.5s, color 1.5s;
}
input::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
optgroup::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9b9b9d;
  opacity: 1;
  font-weight: 300;
  transition: opacity 1.5s, color 1.5s;
}
input:-ms-input-placeholder,
.form-control:-ms-input-placeholder,
optgroup:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9b9b9d;
  opacity: 1;
  font-weight: 300;
  transition: opacity 1.5s, color 1.5s;
}
input::-ms-input-placeholder,
.form-control::-ms-input-placeholder,
optgroup::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #9b9b9d;
  opacity: 1;
  font-weight: 300;
  transition: opacity 1.5s, color 1.5s;
}
input:focus,
.form-control:focus,
optgroup:focus,
select:focus,
textarea:focus {
  border-color: #0082c8;
  outline: none;
  box-shadow: inset 1px 1px #0082c8, inset -1px -1px #0082c8, inset 1px -1px #0082c8, inset -1px 1px #0082c8;
  background-color: #fff;
}
input:focus::placeholder,
.form-control:focus::placeholder,
optgroup:focus::placeholder,
select:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
  opacity: 0;
}
input:focus::-webkit-input-placeholder,
.form-control:focus::-webkit-input-placeholder,
optgroup:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  opacity: 0;
}
input:focus:-ms-input-placeholder,
.form-control:focus:-ms-input-placeholder,
optgroup:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}
input:focus::-ms-input-placeholder,
.form-control:focus::-ms-input-placeholder,
optgroup:focus::-ms-input-placeholder,
select:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent;
  opacity: 0;
}

@media (min-width: 768px) {
  input,
  optgroup,
  select {
    max-width: 408px;
  }
}
input {
  height: 40px;
}
input.submit, input[type=submit] {
  width: auto;
  border-radius: 0;
  max-width: 408px;
}
input ~ i.input-switch {
  float: right;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: -40px;
  position: relative;
  z-index: 2;
}
input ~ i.input-switch::before {
  font-size: 24px;
  color: #9b9b9d;
  transition: color 0.25s linear;
}
input ~ i.input-switch:hover::before {
  color: #727274;
}

span.mandatory {
  padding-left: 0.2em;
}

input:-webkit-autofill {
  background-color: transparent;
}

input:-webkit-autofill:focus {
  background-color: transparent;
}

.form-group {
  margin-bottom: 32px;
}
.form-group ~ .form-group .submit,
.form-group ~ .form-group [type=submit] {
  margin-top: 24px;
  max-width: 408px;
}
.form-group.border-bottom {
  padding-bottom: 24px;
  border-bottom: 1px solid #e1e1e5;
}
.form-group.gap-below {
  padding-bottom: 24px;
}

.form-group,
.has-tooltip {
  position: relative;
}
.form-group .tooltip,
.has-tooltip .tooltip {
  z-index: 200;
}
.form-group .tooltip__info,
.has-tooltip .tooltip__info {
  position: absolute;
  right: 6px;
  top: 0;
}
.form-group .tooltip__info::before,
.has-tooltip .tooltip__info::before {
  color: #0082c8;
  transition: color 0.15s linear;
}
.form-group .tooltip__info:hover::before, .form-group .tooltip__info.active::before,
.has-tooltip .tooltip__info:hover::before,
.has-tooltip .tooltip__info.active::before {
  color: #81a6d0;
}
.form-group .tooltip__info:hover .tooltip__content, .form-group .tooltip__info.active .tooltip__content,
.has-tooltip .tooltip__info:hover .tooltip__content,
.has-tooltip .tooltip__info.active .tooltip__content {
  visibility: visible;
  opacity: 1;
}
.form-group .tooltip__info ~ label,
.has-tooltip .tooltip__info ~ label {
  max-width: calc(100% - 24px);
}
.form-group .tooltip__content,
.has-tooltip .tooltip__content {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  position: absolute;
  right: 24px;
  transform: translateY(-100%);
  min-width: 228px;
  max-width: 264px;
  z-index: 2;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.15s linear;
  font-size: 14px;
  background: #fff;
  border: 1px solid #eeeeef;
  box-shadow: 5px 6px 2px -1px rgba(0, 0, 0, 0.15);
  line-height: 1.5;
}
.form-group .tooltip__content::after,
.has-tooltip .tooltip__content::after {
  content: "";
  position: absolute;
  left: 100%;
  bottom: 0;
  width: 24px;
  height: 24px;
  clear: both;
  background: transparent;
}
.form-group .tooltip__content__title,
.has-tooltip .tooltip__content__title {
  display: block;
  width: 100%;
  border-bottom: 1px solid #eeeeef;
  padding: 12px 16px 6px;
  font-weight: 500;
}
.form-group .tooltip__content__text,
.has-tooltip .tooltip__content__text {
  display: block;
  padding: 6px 16px 12px;
}

.form-text {
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin-top: 0;
}

fieldset {
  margin-bottom: 24px;
}

.combi-right {
  display: inline-block;
}
.combi-right::after {
  display: block;
  clear: both;
  content: "";
}

.combi-left {
  display: inline-block;
  vertical-align: top;
  padding-right: 12px;
  float: left;
}
.combi-left input,
.combi-left select {
  width: 132px;
}
.combi-left + .combi-right {
  width: auto;
  min-width: calc(100% - 144px);
}
.combi-left + .combi-right input,
.combi-left + .combi-right select {
  max-width: 264px;
}

.postcode {
  padding-right: 12px;
  display: inline-block;
  float: left;
}
.postcode input,
.postcode select {
  width: 78px;
}
.postcode + .combi-right {
  width: auto;
  min-width: calc(100% - 90px);
}
.postcode + .combi-right input,
.postcode + .combi-right select {
  max-width: 318px;
}

.left-honey-in-the-pot {
  display: none !important;
}

label.left-honey-in-the-pot + span {
  display: none !important;
}

.form-group {
  position: relative;
}
.form-group input.error {
  color: #1a262d !important;
}
.form-group p.error {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}
.form-group input.error,
.form-group textarea.error,
.form-group select.error,
.form-group .upload.error {
  color: #1a262d !important;
  border-color: #f94056;
  box-shadow: inset 1px 1px #f94056, inset -1px -1px #f94056;
}

.from-group__checkbox .error label,
.form-group__radio .error label {
  color: #1a262d;
}

.form-check {
  min-height: 0;
  padding-left: 0;
}
.form-check label {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding-left: 36px;
  margin-bottom: 0;
  padding-top: 0;
  font-weight: 300;
}
.form-check label::before {
  content: "";
  position: absolute;
  display: inline-block;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
}
.form-check label:hover {
  cursor: pointer;
}
.form-check input {
  width: auto;
  margin-bottom: 0;
  position: absolute;
  clip: rect(0 0 0 0);
}
.form-check input:hover {
  cursor: pointer;
}
.form-check .error {
  position: relative !important;
}

input[type=checkbox] + label::before {
  border: 1px solid #727274;
  border-radius: 1px;
  background-color: #fff;
  transition: background-color 0.25s, border-color 0.25s;
}
input[type=checkbox] + label::after {
  content: "";
  width: 16px;
  height: 8px;
  position: absolute;
  top: 7px;
  left: 2px;
  border: 4px solid #0060a1;
  border-top: none;
  border-right: none;
  background: transparent;
  transform: rotate(-45deg);
  opacity: 0;
  display: block;
  transition: opacity 0.25s, border-color 0.25s;
}
input[type=checkbox] + label:hover::after {
  opacity: 0.25;
}
input[type=checkbox]:active + label::before, input[type=checkbox]:focus + label::before {
  border-color: #0082c8;
  outline: 1px solid #0082c8;
}
input[type=checkbox]:checked + label::after {
  opacity: 1;
}
input[type=checkbox]:disabled + label {
  color: #9b9b9d;
}
input[type=checkbox]:disabled + label::before {
  border: 1px solid #cdcdca;
  background-color: #cdcdca;
}
input[type=checkbox]:disabled + label::after {
  border-color: #f5f6f7;
  opacity: 0.25;
}

input[type=radio] + label {
  cursor: pointer;
  transition: color 0.25s;
}
input[type=radio] + label::before {
  border-radius: 100%;
  box-shadow: inset 0 0 0 4px #fff;
  margin-right: 12px;
  margin-left: 1px;
  border: 1px solid #727274;
  transition: box-shadow 0.25s, background-color 0.25s, border-color 0.25s;
}
input[type=radio] + label:hover::before {
  background-color: rgba(0, 96, 161, 0.25);
}
input[type=radio]:active + label::before {
  background-color: #eeeeef;
  box-shadow: inset 0 0 0 4px #eeeeef;
  border-color: #0060a1;
}
input[type=radio]:focus + label::before {
  border-color: #0082c8;
  outline: 1px solid #0082c8;
}
input[type=radio]:checked + label::before {
  border-color: #727274 !important;
  background-color: #0060a1 !important;
  transition: background-color 0.25s;
}
input[type=radio]:disabled + label {
  color: #9b9b9d;
}
input[type=radio]:disabled + label::before {
  border: 1px solid #cdcdca;
  box-shadow: inset 0 0 0 4px #eeeeef;
  background-color: #cdcdca;
}
input[type=radio]:disabled + label:hover::before {
  background-color: #cdcdca;
}

select.form-control {
  padding-right: 24px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20x%3D%270px%27%20y%3D%270px%27%20viewBox%3D%270%200%2024%2048%27%20width%3D%2724%27%20height%3D%2748%27%20style%3D%27enable-background%3Anew%200%200%2024%2048%3B%27%20xml%3Aspace%3D%27preserve%27%3E%3Cg%3E%3Cpolygon%20fill%3D%27%23727274%27%20class%3D%27st0%27%20points%3D%2712%2C30.5%2019%2C17.5%205%2C17.5%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 98% 50%;
  background-size: 16px;
  background-color: #eeeeef;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
select.form-control:not([size]):not([multiple]) {
  height: 40px;
}
.ie select.form-control {
  background-image: none;
  padding-right: 0;
}
select.form-control option {
  font-family: inherit;
  font-weight: inherit;
}
select.form-control:hover {
  cursor: pointer;
}
select.form-control.counter {
  background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20x%3D%270px%27%20y%3D%270px%27%20viewBox%3D%270%200%2024%2048%27%20width%3D%2724%27%20height%3D%2748%27%20style%3D%27enable-background%3Anew%200%200%2024%2048%3B%27%20xml%3Aspace%3D%27preserve%27%3E%3Cg%3E%3Cpolygon%20fill%3D%27%23727274%27%20points%3D%2712%2C42%2019%2C30%205%2C30%27%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpolygon%20fill%3D%27%23727274%27%20points%3D%2712%2C6%205%2C18%2019%2C18%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 86% 50%;
  background-size: 16px;
  background-color: #eeeeef;
  width: 56px;
}
.ie select.form-control.counter {
  background-image: none;
  padding-right: 0;
}

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

.quantity input {
  float: left;
  display: block;
  margin: 0 3px 0 0;
  text-align: center;
  padding: 0;
}
.quantity__button {
  color: transparent;
  position: relative;
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #e1e1e5;
  margin-left: 3px;
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  border: 1px solid #eeeeef;
  border-radius: 1px;
}
.quantity__button:focus {
  outline: none;
  box-shadow: none;
}
.quantity--up::after, .quantity--down::after {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background-color: #1a262d;
  position: absolute;
  top: 18px;
  left: 11px;
}
.quantity--up::before {
  content: "";
  display: block;
  height: 16px;
  width: 2px;
  background-color: #1a262d;
  position: absolute;
  top: 11px;
  left: 18px;
}

.quantity-nav {
  width: auto;
  display: inline-block;
  height: 40px;
  margin-right: 4px;
}

@media (min-width: 1024px) {
  input[type=number] {
    background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20x%3D%270px%27%20y%3D%270px%27%20viewBox%3D%270%200%2024%2048%27%20width%3D%2724%27%20height%3D%2748%27%20style%3D%27enable-background%3Anew%200%200%2024%2048%3B%27%20xml%3Aspace%3D%27preserve%27%3E%3Cg%3E%3Cpolygon%20fill%3D%27%23727274%27%20points%3D%2712%2C42%2019%2C30%205%2C30%27%2F%3E%3C%2Fg%3E%3Cg%3E%3Cpolygon%20fill%3D%27%23727274%27%20points%3D%2712%2C6%205%2C18%2019%2C18%27%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat 96% 50%;
    background-size: 18px;
    padding-right: 24px;
    width: 56px;
  }
  .quantity {
    position: relative;
  }
  .quantity::after {
    display: block;
    clear: both;
    content: "";
  }
  .quantity__button {
    position: absolute;
    cursor: pointer;
    width: 20px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    transform: translateX(-100%);
    user-select: none;
    background-color: transparent;
    border: none;
    margin: 0;
  }
  .quantity__button:focus {
    outline: none;
    box-shadow: none;
  }
  .quantity--up {
    height: 50%;
    top: 0;
  }
  .quantity--up::after, .quantity--up::before {
    display: none;
  }
  .quantity--down {
    bottom: 0;
    height: 50%;
  }
  .quantity--down::after {
    display: none;
  }
  .quantity-nav {
    float: left;
    position: relative;
    height: 40px;
    margin: 0;
  }
}
.input-group .search {
  border-radius: 2px 0 0 2px;
  border: 1px solid #e1e1e5;
  border-right: none;
  width: 408px;
}
.input-group .search:focus {
  border-color: #0082c8;
}
.input-group .search:focus + .input-group-append .btn-search-input {
  background-color: #0082c8;
}

.btn-search-input {
  box-shadow: none;
  background-color: #0060a1;
  color: transparent;
  width: 40px;
  min-width: 0;
  padding: 0;
  margin-bottom: 0;
}
.btn-search-input:focus {
  box-shadow: none;
  transform: translate3d(0, 0, 0);
  outline: none;
}
.btn-search-input:hover, .btn-search-input:active {
  box-shadow: none;
  transform: translate3d(0, 0, 0);
  color: transparent;
  background-color: #545456;
}
.btn-search-input i {
  text-indent: 0;
  color: #fff;
  line-height: 40px;
  font-size: 24px;
  vertical-align: top;
  padding: 0;
}

.searchbar__mobile {
  height: 48px;
  justify-content: flex-end;
}
.searchbar__mobile form {
  width: 100%;
}
.searchbar__mobile .input-group {
  width: auto;
  max-width: 408px;
  justify-content: center;
  flex: 1 1 auto;
  margin: 0 auto;
  padding-top: 6px;
}
.searchbar__mobile .input-group .search {
  height: 32px;
  width: auto;
  flex: 1 1 auto;
}
.searchbar__mobile .btn-search-input {
  height: 32px;
  width: 32px;
}
.searchbar__mobile .btn-search-input i {
  line-height: 32px;
  font-size: 20px;
}

.page-overlay {
  position: fixed;
  z-index: 101;
  top: 0;
  background-color: #eeeeef;
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
.page-overlay__active .login-window {
  opacity: 1;
}

.login--options {
  display: block;
  margin-bottom: 0;
  padding: 0;
  width: 100%;
  height: 48px;
}
.login--options li {
  width: 50%;
  display: inline-block;
  height: 48px;
  text-align: center;
  float: left;
}
.login--options li a {
  line-height: 48px;
  font-weight: 400;
  color: #1a262d;
  background-color: #cdcdca;
  display: block;
  border: none;
}
.login--options li .form__online {
  box-shadow: inset -1px -1px 2px rgba(0, 0, 0, 0.2);
}
.login--options li .form__online.active {
  background-color: #fff;
  box-shadow: none;
}
.login--options li .form__shop {
  box-shadow: inset 1px -1px 2px rgba(0, 0, 0, 0.2);
}
.login--options li .form__shop.active {
  background-color: #fff;
  box-shadow: none;
}

.login-window {
  opacity: 0;
  margin: 0;
  height: auto;
  width: 100%;
  background-color: #fff;
  transition: margin 0.5s, opacity 0.25s ease-in;
}
.login-window::-webkit-scrollbar {
  display: none;
}
.login-window .close {
  display: block;
  text-align: right;
  padding: 16px 16px 0;
  background-color: #eeeeef;
}
.login-window .close i {
  padding: 0 4px;
  cursor: pointer;
  transition: color 0.25s;
}
.login-window .close i:hover {
  color: #f94056;
}
.login-window .btn, .login-window .checkout__overview .checked-cart-edit, .checkout__overview .login-window .checked-cart-edit,
.login-window input {
  width: 100%;
  max-width: 100%;
}
.login-window .password-link {
  border-color: #0082c8;
}
.login-window .password-link:hover, .login-window .password-link:active, .login-window .password-link:focus {
  border-color: #9b9b9d;
}
.login-window__row {
  padding-left: 16px;
  padding-right: 16px;
}
.login-window .login-message {
  padding-bottom: 24px;
  background-color: #eeeeef;
}
.login-window .login-message p {
  font-weight: 400;
  margin-bottom: 12px;
}
.login-window .login-message .small {
  line-height: 18px;
  font-weight: 300;
  margin-bottom: 0;
}
.login-window .login-message a {
  border-color: #0082c8;
}
.login-window .login-message a:hover, .login-window .login-message a:active, .login-window .login-message a:focus {
  border-color: #9b9b9d;
}
.login-window .login-form {
  padding-top: 24px;
  padding-bottom: 48px;
  background-color: #fff;
}
.login-window .login-form h3 {
  margin-bottom: 24px;
  font-size: 1.75rem;
  line-height: 48px;
  padding-top: 0;
}
.login-window .online-link {
  background-color: #f5f6f7;
  padding-top: 24px;
  padding-bottom: 24px;
}
.login-window .registration-link {
  background-color: #e1e1e5;
  padding-top: 24px;
  padding-bottom: 48px;
}

@media (min-width: 768px) {
  .page-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: transparent;
    transition: background-color 0.5s;
  }
  .page-overlay__active {
    background-color: rgba(0, 0, 0, 0.5);
  }
  .login-window {
    margin: 72px auto auto;
    width: auto;
    max-width: 504px;
    border-radius: 2px;
    background-color: transparent;
  }
  .login-window__row {
    padding-left: 48px;
    padding-right: 48px;
  }
  .login-window .close {
    padding: 0;
    color: #fff;
    background-color: transparent;
  }
  .login-window .login-message {
    padding-top: 24px;
  }
}
@media (min-width: 1024px) {
  .login--options {
    display: none;
  }
  .login-window {
    margin: 24px auto auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  .login-window .login-form {
    padding-top: 48px;
  }
  .login-window .login-message,
  .login-window .registration-link {
    order: 2;
  }
  .login-window .form-group .submit {
    margin-bottom: -12px;
  }
}
.youtube-thumbnail__img {
  width: 100%;
}
.youtube-thumbnail__play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  background-color: rgba(0, 0, 0, 0.1);
  transition: background-color 0.25s ease-in-out;
}
.youtube-thumbnail__play .svg-play {
  color: white;
  margin-bottom: 2rem;
  width: 3rem;
  height: 3rem;
  opacity: 0.75;
  transition: opacity 0.25s ease-in-out;
  width: 4rem;
  height: 4rem;
}
@media (min-width: 768px) {
  .youtube-thumbnail__play .svg-play {
    width: 4rem;
    height: 4rem;
  }
}
@media (min-width: 1024px) {
  .youtube-thumbnail__play .svg-play {
    width: 3rem;
    height: 3rem;
  }
}
.youtube-thumbnail__link {
  position: relative;
  display: block;
  aspect-ratio: 16/9;
}
.youtube-thumbnail__link:hover .youtube-thumbnail__play {
  background-color: rgba(0, 0, 0, 0.65);
}
.youtube-thumbnail__link:hover .youtube-thumbnail__play .svg-play {
  opacity: 1;
}

.add-to-cart__amount {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.add-to-cart__amount:last-child {
  margin-bottom: 0;
}
.add-to-cart__amount .quantity {
  margin: 0 4px 8px 0;
  flex: 0 0 133px;
}
.add-to-cart__amount .btn, .add-to-cart__amount .checkout__overview .checked-cart-edit, .checkout__overview .add-to-cart__amount .checked-cart-edit {
  margin-left: 0;
}

.go-to-cart {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  align-self: center;
  height: 1.25rem;
  margin: 0.25rem 0 0.25rem 0.6rem;
}

@media (min-width: 1024px) {
  .add-to-cart__amount .quantity {
    flex: 0 0 60px;
  }
}
.minicart {
  position: relative;
  width: auto;
  height: 24px;
  display: inline-block;
  text-align: center;
  cursor: default;
  z-index: 1;
}
.minicart__cart-link {
  display: block;
  border: 0;
}
.minicart .icon--shopping_cart {
  color: #0060a1;
  display: block;
  line-height: 20px;
  font-size: 20px;
  transition: color 0.25s ease-in-out;
  vertical-align: middle;
}
.minicart .count {
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  min-width: 18px;
  left: -4px;
  top: -4px;
  position: absolute;
  border-radius: 25%;
  display: block;
  color: #fff;
  background-color: #7cb926;
  font-weight: normal;
  text-align: center;
  padding: 0 2px;
}
.minicart__container {
  position: absolute;
  top: -28px;
  right: -16px;
  text-align: left;
  padding: 0 16px;
  background-color: #fff;
  border: 1px solid #1a262d;
  border-radius: 3px;
  box-shadow: 5px 6px 1px rgba(0, 0, 0, 0.1);
  width: 384px;
}
.minicart h3 {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 72px;
  border-bottom: 1px solid #eeeeef;
}
.minicart__item {
  padding: 24px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #eeeeef;
  font-weight: 400;
}
.minicart .item__image {
  display: block;
  width: 48px;
  flex: 0 0 48px;
  margin-right: 12px;
  border: none;
}
.minicart .item__image:hover {
  cursor: pointer;
}
.minicart .item__image:hover ~ .item__data .item__name a {
  color: #0060a1;
}
.minicart .item__image img {
  width: 100%;
  height: auto;
}
.minicart .item__data {
  flex: 1 0 auto;
  margin: 0;
  width: 288px;
}
.minicart .item__data .spacer {
  display: block;
  height: 4px;
}
.minicart .item__type {
  float: left;
  color: #727274;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  margin-bottom: 8px;
}
.minicart .item__price {
  float: right;
  font-weight: 700;
}
.minicart .item__name {
  clear: both;
}
.minicart .item__name a {
  border: none;
  color: #1a262d;
}
.minicart .item__name a:hover {
  color: #0060a1;
  cursor: pointer;
}
.minicart .item__text {
  color: #727274;
  font-size: 14px;
}
.minicart .item__quantity {
  float: left;
  color: #727274;
  font-size: 14px;
  line-height: 16px;
  margin-top: 8px;
}
.minicart .item__delete {
  float: right;
  font-weight: 400;
}
.minicart .item__delete a {
  border: none;
  color: #727274;
  font-size: 12px;
}
.minicart .item__delete a i {
  font-size: 16px;
  vertical-align: text-bottom;
}
.minicart .item__delete a:hover {
  cursor: pointer;
  color: #f94056;
}
.minicart__summary {
  padding: 24px 0;
  text-align: center;
}
.minicart__summary .btn, .minicart__summary .checkout__overview .checked-cart-edit, .checkout__overview .minicart__summary .checked-cart-edit {
  width: 100%;
  margin-bottom: 32px;
}
.minicart__summary .link {
  font-weight: 400;
  color: #1a262d;
  border-color: #1a262d;
  font-size: 18px;
}
.minicart__summary .link:hover {
  color: #0060a1;
  border-color: #0060a1;
}
.minicart__total {
  text-align: left;
  margin-bottom: 24px;
  font-weight: 500;
}
.minicart__total .grand-total {
  float: right;
}
.minicart .cart__seminar-appointment {
  margin-bottom: 0;
  padding-top: 6px;
}
.minicart .cart__seminar-appointment:last-child {
  margin-bottom: 12px;
}
.minicart .cart__seminar-appointment .seminar__times {
  padding: 0;
}

#minicart {
  display: none;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: visibility 0.01s, opacity 0.25s;
}

@media (min-width: 1024px) {
  .minicart {
    width: 40px;
    height: 40px;
  }
  .minicart .icon--shopping_cart {
    line-height: 40px;
    font-size: 36px;
  }
  .minicart .count {
    top: -18px;
    left: 50%;
    transform: translateX(-38%);
    min-width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
  }
  .minicart:hover {
    z-index: 3;
  }
  .minicart:hover #minicart {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}
.overview__header {
  background-color: #fff;
  margin: 0 -16px;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
}
.overview__header .auxiliary-btn {
  display: none;
}
.overview__header::after {
  display: block;
  clear: both;
  content: "";
}
.overview__headline {
  display: inline-block;
  margin: 0;
  width: auto;
  flex: 1 1 auto;
  margin-right: 24px;
}
.overview__headline span,
.overview__headline time {
  display: inline-block;
  font-size: 0.8em;
}
.order__detail .overview__headline span,
.order__detail .overview__headline time {
  font-size: 16px;
  line-height: 24px;
}
.overview__back-link {
  line-height: 48px;
  flex: 0 0 auto;
}
.overview__box {
  background-color: #fff;
}
.overview__box.card, .checkout__overview .overview__box.cart-item {
  background-color: #f5f6f7;
}
.overview .cart-list {
  background-color: transparent;
}
.overview .cart-list__item {
  padding: 24px 16px;
  background-color: #fff;
  border-top: 1px solid #e1e1e5;
}
.overview .cart-list__info {
  display: none;
  padding: 0 0 12px;
}
.overview .item__image {
  float: left;
  width: 48px;
  margin: 0 16px 24px 0;
  border: none;
}
.overview .item__image img {
  width: 100%;
}
.overview .item__info {
  margin: 0 0 24px;
}
.overview .item__info a {
  border: none;
  color: #1a262d;
}
.overview .item__info a:hover {
  color: #0060a1;
  cursor: pointer;
}
.overview .item__name {
  font-weight: 400;
}
.overview .item__text .spacer {
  display: block;
  height: 8px;
}
.overview .item__data {
  clear: both;
  width: 100%;
  display: block;
  color: #727274;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}
.overview .item__amount {
  float: right;
  width: auto;
}
.overview .item__amount .form-group {
  margin-bottom: 8px;
}
.overview .item__amount .counter {
  width: 72px;
  margin: 0;
}
.overview .item__amount--single {
  width: 72px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  display: block;
  border-radius: 4px;
  background-color: #f5f6f7;
  color: #9b9b9d;
}
.overview .item__delete {
  font-weight: 400;
}
.overview .item__delete a {
  border: none;
  color: #727274;
  font-size: 12px;
}
.overview .item__delete a i {
  font-size: 16px;
  vertical-align: text-bottom;
}
.overview .item__delete a:hover {
  cursor: pointer;
  color: #f94056;
}
.overview .item__price-single {
  width: auto;
  margin: 0 0 24px 0;
}
.overview .item__label {
  display: block;
  margin-right: 96px;
}
.overview .item__price {
  width: 144px;
}
.overview .item__price .price {
  float: right;
  padding-left: 4px;
  display: inline-block;
}
.overview .item__price .price.gross {
  color: #1a262d;
  font-size: 16px;
}
.overview .item__price-total {
  width: 100%;
  text-align: right;
}
.overview .item__price-total .price {
  float: none;
  min-width: 96px;
}
.overview .cart__seminar-appointment {
  margin-bottom: 0;
}
.overview .cart__seminar-appointment:first-child {
  padding-top: 24px;
}
.overview .cart__seminar-appointment strong {
  color: #727274;
}
.overview .cart__seminar-appointment .seminar__times {
  padding-left: 0;
}
.overview__summary {
  font-weight: 400;
}
.overview__summary.customer-daten {
  font-weight: 300;
}
.order__detail .overview__summary.customer-daten {
  padding-top: 0;
}
.overview__summary h4 {
  color: #0060a1;
  font-weight: 500;
}
.overview__summary h6 {
  font-weight: 400;
}
.overview__summary .row {
  padding: 12px 0;
}
.overview__summary .sub-total {
  border-top: 1px solid #e1e1e5;
}
.overview__summary .amount {
  text-align: right;
}
.overview__summary .total {
  font-weight: 700;
  margin-bottom: 12px;
}
.overview__summary .btn, .overview__summary .checkout__overview .checked-cart-edit, .checkout__overview .overview__summary .checked-cart-edit {
  width: 100%;
}
.overview__summary .footnote {
  padding-top: 36px;
  font-size: 14px;
  font-weight: 300;
}
.overview__help .btn, .overview__help .checkout__overview .checked-cart-edit, .checkout__overview .overview__help .checked-cart-edit {
  display: none;
}
.overview .cart-empty,
.overview .order-empty {
  text-align: center;
}
.overview .cart-empty p,
.overview .order-empty p {
  font-weight: 500;
  font-size: 20px;
}

@media (min-width: 768px) {
  .overview__header {
    background-color: transparent;
    margin: 0;
    padding: 0;
  }
  .overview__header .auxiliary-btn {
    width: 336px;
    margin: 0 0 12px auto;
    padding: 12px 0 0 36px;
    display: inline-block;
    float: right;
  }
  .overview__header .btn, .overview__header .checkout__overview .checked-cart-edit, .checkout__overview .overview__header .checked-cart-edit {
    width: 100%;
  }
  .overview__headline {
    margin: 0 0 12px;
    padding-top: 12px;
  }
  .overview__headline span,
  .overview__headline time {
    font-size: 0.6em;
  }
  .overview__back-link {
    padding-top: 12px;
  }
  .overview__box {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
  }
  .overview .cart-list {
    margin-bottom: 0;
  }
  .overview .cart-list__item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-bottom: 12px;
    border: none;
  }
  .overview .cart-list__info {
    display: block;
    padding: 0 24px 12px;
  }
  .overview .item__image {
    width: 72px;
    flex: 0 0 72px;
    margin: 0 24px 0 0;
  }
  .overview .item__info {
    margin: 0 24px 0 0;
    flex: 1 1 auto;
  }
  .overview .item__info a {
    border: none;
    color: #1a262d;
  }
  .overview .item__info a:hover {
    color: #0060a1;
    cursor: pointer;
  }
  .overview .item__data {
    margin: 0;
    flex: 0 0 264px;
    display: flex;
    flex-wrap: wrap;
  }
  .overview .item__amount {
    width: auto;
    flex: 0 0 72px;
    margin: 0;
    flex-direction: column;
    justify-content: flex-start;
  }
  .overview .item__delete {
    order: 0;
    margin-left: 0;
  }
  .overview .item__price-single {
    width: auto;
    flex: 0 0 192px;
  }
  .overview .item__price-total {
    flex: 0 0 100%;
    margin: 0;
    align-self: flex-end;
  }
  .overview .item__label {
    display: block;
    text-align: right;
    margin-right: 96px;
  }
  .overview .item__price {
    text-align: right;
    width: auto;
    float: none;
  }
  .overview .item__price .price {
    padding-left: 4px;
    display: inline-block;
    min-width: 96px;
  }
  .overview .item__price .price.gross {
    color: #1a262d;
    font-size: 16px;
  }
  .overview__help .btn, .overview__help .checkout__overview .checked-cart-edit, .checkout__overview .overview__help .checked-cart-edit {
    display: inline-block;
  }
  .overview__help .btn.checkout, .overview__help .checkout__overview .checkout.checked-cart-edit, .checkout__overview .overview__help .checkout.checked-cart-edit {
    display: none;
  }
}
@media (min-width: 1024px) {
  .overview__header .auxiliary-btn {
    display: none;
  }
  .overview .cart-list__item {
    padding: 24px;
  }
  .overview__help::after {
    display: block;
    clear: both;
    content: "";
  }
  .overview__help .help-info {
    float: left;
    width: 50%;
  }
  .overview__help .auxiliary-btn {
    float: right;
    min-width: 264px;
  }
  .overview__help .btn.checkout, .overview__help .checkout__overview .checkout.checked-cart-edit, .checkout__overview .overview__help .checkout.checked-cart-edit {
    display: block;
  }
  .order__overview .overview__summary.customer-daten {
    padding-top: 12px;
  }
}
@media (min-width: 1366px) {
  .overview__help .help-info {
    width: 70%;
  }
}
.app_cart-item,
.app_minicart-item {
  transition: opacity 0.25s linear;
}

.footer__auxiliary-wrapper {
  width: 100%;
  padding-bottom: 48px;
  padding-top: 48px;
}

.footer__auxiliary {
  width: auto;
  max-width: 1488px;
  padding: 0 16px;
  margin: 0 auto;
}
.footer__auxiliary .row {
  background-color: #fff;
  padding: 24px 0;
  margin-right: -16px;
  margin-left: -16px;
}
.footer__auxiliary .col-12 {
  margin-bottom: 24px;
  order: 0;
}
.footer__auxiliary i {
  color: #00bb38;
}

@media (min-width: 768px) {
  .footer__auxiliary {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    border-radius: 2px;
  }
  .footer__auxiliary .col_two {
    order: 1;
  }
  .footer .trustedshops-badge {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .footer__auxiliary {
    padding: 0 24px;
  }
  .footer__auxiliary .row {
    margin: 0;
  }
  .footer__auxiliary .col_two {
    order: 0;
  }
}
@media (max-width: 1023.98px) {
  .account .overview__header {
    background-color: #fff;
    margin: 0 -16px 12px;
    padding: 0 16px;
    width: auto;
    flex: 1 0 100%;
  }
}
.account__subheadline {
  width: 100%;
  border-bottom: 1px solid #e1e1e5;
  padding-bottom: 12px;
}
@media (min-width: 1024px) {
  .account__subheadline {
    padding-bottom: 0;
    font-size: 20px;
  }
}
.account .box-head {
  width: 100%;
  border-bottom: 1px solid #e1e1e5;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  align-self: flex-start;
}
.account .box-head .account__subheadline {
  width: auto;
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.account .box-head .account__edit-link {
  border: 0;
}
.account .box-head .account__edit-link .edit {
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  margin-left: 6px;
  transition: border 0.25s ease;
  border-bottom: 1px solid #0060a1;
}
.account .box-head .account__edit-link:hover .edit {
  border-color: transparent;
}
.account__change-password-link {
  border: 0;
  color: #1a262d;
}
.account__change-password-link span {
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  margin-left: 6px;
  transition: border 0.25s ease;
  border-bottom: 1px solid #1a262d;
}
.account__change-password-link:hover span {
  border-color: transparent;
}

.account .headline-link {
  line-height: 48px;
  font-weight: 500;
  color: #0060a1;
  border-color: transparent;
}
.account .headline-link:hover {
  color: #9b9b9d;
  border-color: transparent;
}
.account__dashboard__data {
  background-color: transparent;
}
.account__dashboard__addresses strong {
  font-weight: 400;
  color: #545456;
}
@media (max-width: 1023.98px) {
  .account__dashboard .order-list__item {
    border-top: 1px solid #727274;
  }
}
.account .account-data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: flex-start;
}
.account .account-data__entry {
  margin-bottom: 24px;
  min-width: 240px;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: calc(50% - 24px / 2);
}
.account .account-data__entry.change-password {
  min-width: 0;
  flex-grow: 0;
  flex-basis: auto;
}

@media (max-width: 1023.98px) {
  .account .box__aside {
    background-color: #fff;
    min-height: 72px;
    margin: 0 -16px;
  }
}

.shop-account-menu {
  position: relative;
  background-color: #fff;
  border-top: 4px solid #0060a1;
  padding-top: 6px;
  padding-bottom: 24px;
}
@media (max-width: 1023.98px) {
  .shop-account-menu {
    padding-top: 12px;
    min-height: 48px;
    margin: 0 auto;
    width: 280px;
    border-top: 0;
  }
}
@media (min-width: 1024px) {
  .shop-account-menu {
    margin: 0;
  }
}
.shop-account-menu .account-menu {
  margin-bottom: 0;
  overflow: hidden;
  height: 0 !important;
  transition: height 0.5s ease-in-out, margin 0.5s ease-in-out;
}
@media (min-width: 1024px) {
  .shop-account-menu .account-menu {
    overflow: visible;
    height: auto !important;
  }
}
.shop-account-menu .menu-wrapper {
  position: absolute;
  background: linear-gradient(#e4ecf4, #d8e5f4) no-repeat 100% fixed;
  width: 100%;
  margin: 0 auto;
  border-radius: 4px;
  z-index: 10;
}
@media (min-width: 1024px) {
  .shop-account-menu .menu-wrapper {
    position: relative;
    background: none;
    max-width: 100%;
  }
}
.shop-account-menu label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0;
}
.shop-account-menu label::after {
  display: none;
}
.shop-account-menu h5 {
  padding-left: 16px;
  padding-right: 16px;
  margin-bottom: 14px;
  color: #0060a1;
}
@media (max-width: 1023.98px) {
  .shop-account-menu h5 {
    padding-top: 0;
    line-height: 40px;
    display: inline-block;
    margin-bottom: 0;
  }
}
.shop-account-menu .hotdog {
  display: inline-block;
  width: 1.25rem;
  margin-left: 16px;
  min-width: 0;
  padding: 0;
  height: 1.125rem;
  position: relative;
  cursor: pointer;
}
.shop-account-menu .hotdog span {
  display: block;
  position: absolute;
  height: 0.125rem;
  width: 100%;
  background: #0060a1;
  left: 0;
  transform: rotate(0deg);
  transition: width 0.25s ease-in-out, height 0.25s ease-in-out, top 0.25s ease-in-out, left 0.25s ease-in-out, transform 0.25s ease-in-out;
}
.shop-account-menu .hotdog span:nth-child(1) {
  top: 0;
}
.shop-account-menu .hotdog span:nth-child(2), .shop-account-menu .hotdog span:nth-child(3) {
  top: 0.5rem;
}
.shop-account-menu .hotdog span:nth-child(4) {
  top: 1rem;
}
.shop-account-menu .hotdog:hover span:nth-child(1) {
  top: 0.125rem;
}
.shop-account-menu .hotdog:hover span:nth-child(4) {
  top: 0.875rem;
}
@media (min-width: 1024px) {
  .shop-account-menu .hotdog {
    display: none;
  }
}
.shop-account-menu .menu-toggler {
  width: auto;
  margin-bottom: 0;
  position: absolute;
  clip: rect(0 0 0 0);
}
@media (max-width: 1023.98px) {
  .shop-account-menu .menu-toggler:checked ~ .account-menu {
    margin-bottom: 24px;
    height: var(--menu-height) !important;
  }
  .shop-account-menu .menu-toggler:checked ~ label .hotdog span:nth-child(1), .shop-account-menu .menu-toggler:checked ~ label .hotdog span:nth-child(4) {
    top: 0.5rem;
    width: 0;
    left: 50%;
  }
  .shop-account-menu .menu-toggler:checked ~ label .hotdog span:nth-child(2) {
    transform: rotate(45deg);
  }
  .shop-account-menu .menu-toggler:checked ~ label .hotdog span:nth-child(3) {
    transform: rotate(-45deg);
  }
}
@media (min-width: 1024px) {
  .shop-account-menu .menu-toggler {
    display: none;
  }
}
.shop-account-menu ul {
  padding-left: 0;
}
.shop-account-menu strong {
  width: 100%;
  height: 100%;
  padding: 6px 16px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #0060a1;
}
@media (max-width: 1023.98px) {
  .shop-account-menu.sidebar li strong,
  .shop-account-menu.sidebar li a {
    background: transparent;
  }
  .shop-account-menu.sidebar li strong:hover,
  .shop-account-menu.sidebar li a:hover {
    color: #0060a1;
  }
}
@media (min-width: 1024px) {
  .shop-account-menu.sidebar li strong,
  .shop-account-menu.sidebar li a {
    padding-left: 32px;
  }
}
.shop-account-menu.sidebar li:first-child strong,
.shop-account-menu.sidebar li:first-child a {
  padding-left: 16px;
}

.account .account__addresses-overview {
  padding-top: 48px;
  padding-bottom: 24px;
}

.shipping-addresses__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: -12px;
  margin-right: -12px;
}

.address-card {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% - 24px);
  padding: 12px 24px;
  margin: 0 12px 24px;
  background-color: #f5f6f7;
}
@media (min-width: 768px) {
  .address-card {
    flex-basis: calc(33.3333333333% - 24px);
  }
}
@media (min-width: 1024px) {
  .address-card {
    flex-basis: calc(50% - 24px);
  }
}
@media (min-width: 1366px) {
  .address-card {
    flex-basis: calc(33.3333333333% - 24px);
  }
}
.address-card__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e1e1e5;
  margin-bottom: 24px;
}
.address-card__actions .account__edit-link, .address-card__actions .account__delete-link {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  border: 0;
}
.address-card__actions .account__delete-link {
  cursor: pointer;
  color: #727274;
}
.address-card__actions .edit {
  margin-left: 6px;
}
.address-card__actions .delete {
  margin-right: 6px;
}
.address-card address {
  margin-bottom: 12px;
}
.address-card address strong {
  font-weight: 400;
  color: #1a262d;
}
.address-card .shipping-tel {
  display: block;
  margin-bottom: 12px;
}

.new-shipping-address {
  padding: 12px 24px;
  margin: 0 12px 24px;
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(100% - 24px);
}
@media (min-width: 768px) {
  .new-shipping-address {
    flex-basis: calc(33.3333333333% - 24px);
  }
}
@media (min-width: 1024px) {
  .new-shipping-address {
    flex-basis: calc(50% - 24px);
  }
}
@media (min-width: 1366px) {
  .new-shipping-address {
    flex-basis: calc(33.3333333333% - 24px);
  }
}
.new-shipping-address::before, .new-shipping-address::after {
  position: absolute;
  content: "";
  display: block;
  background: #0060a1;
  height: 4px;
  width: 18px;
  top: 20px;
  left: 24px;
}
.new-shipping-address::after {
  transform: rotate(90deg);
}
.new-shipping-address .add-address {
  font-weight: 500;
  line-height: 24px;
  border: 0;
  padding-left: 28px;
  color: #0060a1;
}
.new-shipping-address .add-address:hover {
  color: #545456;
}

.empty-shipping-addresses {
  width: 100%;
  padding: 12px 24px;
  margin: 0 12px;
  order: 2;
}

.shipping-address__delete-popover::before {
  content: "";
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 199;
  background-color: rgba(0, 0, 0, 0.3);
}
.shipping-address__delete-popover .popover-window {
  display: none;
  flex-direction: column;
  position: fixed;
  top: 72px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #fff;
  width: calc(100vw - 24px);
  max-width: 456px;
  padding: 24px;
  border-top: 1px solid #f5f6f7;
  border-left: 1px solid #f5f6f7;
  border-radius: 2px;
  box-shadow: 4px 5px rgba(0, 0, 0, 0.2);
}
@media (min-width: 768px) {
  .shipping-address__delete-popover .popover-window {
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.shipping-address__delete-popover.popover-open::before {
  display: block;
}
.shipping-address__delete-popover.popover-open .popover-window {
  display: flex;
  z-index: 200;
}
.shipping-address__delete-popover h4 {
  text-align: center;
}
.shipping-address__delete-popover .popover__message {
  margin: 0 auto 24px;
}
.shipping-address__delete-popover .popover__actions {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  .shipping-address__delete-popover .popover__actions {
    flex-direction: row;
    justify-content: space-between;
  }
}

.account__shipping-address-edit .overview__box {
  padding-top: 24px;
}

.shipping-address__form {
  margin: 24px auto 48px;
  width: 100%;
  max-width: 408px;
}
@media (min-width: 1024px) {
  .shipping-address__form {
    width: auto;
  }
}

.order-list__item {
  padding: 12px 16px 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: stretch;
  border-bottom: 1px solid #727274;
}
.order-list__item:first-child {
  border-top: 1px solid #727274;
}
.order-list .info-label {
  color: #727274;
  font-weight: 400;
}
.order-list .info-label,
.order-list .record {
  display: block;
}

.order-info__date, .order-info__number, .order-info__shipped, .order-info__sum {
  margin: 0 0 12px;
}
.order-info__date {
  flex: 0 0 96px;
  padding-right: 24px;
}
.order-info__number {
  flex: 0 0 100%;
}
@media screen and (min-width: 475px) {
  .order-info__number {
    flex: 0 0 calc(100% - 24px * 5);
  }
}
.order-info__shipped {
  flex: 0 0 100%;
}
.order-info__sum {
  flex: 0 0 100%;
}
.order-info__link {
  order: 2;
  align-self: center;
  margin: 12px auto 0 0;
}
.order-info__shipping-type, .order-info__billing-type {
  padding: 12px 16px;
  display: inline-block;
}
.order-info__shipping-type {
  min-width: 288px;
}

@media (min-width: 768px) {
  .order-list__item {
    margin-bottom: 12px;
    justify-content: space-between;
    border-bottom: none;
  }
  .order-list__item:first-child {
    border-top: none;
  }
  .order-info__date, .order-info__number, .order-info__shipped, .order-info__sum {
    margin: 12px 0 0 0;
  }
  .order-info__date {
    flex: 0 0 96px;
    padding-right: 24px;
  }
  .order-info__number {
    flex: 0 0 324px;
  }
  .order-info__shipped {
    flex: 0 0 calc(100% - 155px);
    order: 2;
  }
  .order-info__sum {
    flex: 0 0 auto;
    padding-right: 24px;
  }
  .order-info__sum .record {
    text-align: right;
  }
  .order-info__link {
    order: 2;
    align-self: center;
    margin: auto 0 0 auto;
    min-width: 155px;
  }
}
@media (min-width: 1024px) {
  .order-list__item {
    margin-bottom: 12px;
    padding: 0 24px 12px 24px;
  }
}
@media (min-width: 1440px) {
  .order-info__number {
    flex: 0 0 324px;
    padding-right: 18px;
  }
  .order-info__shipped {
    flex: 0 0 276px;
    order: 0;
    padding-right: 6px;
  }
  .order-info__sum {
    margin-right: auto;
    padding-right: 6px;
  }
  .order-info__link {
    margin: 12px 0 0 0;
  }
}
.order-table__head {
  display: none;
}
.order-table__row {
  margin-bottom: 0;
  padding: 11px 16px 12px;
  border-top: 1px solid #727274;
}
.order-table__row dt {
  margin-bottom: 0;
}
.order-table__row dd {
  margin-bottom: 12px;
}
.order-table__row.last {
  border-bottom: 1px solid #727274;
  padding-bottom: 11px;
}
.order-table__summary {
  padding: 12px 16px;
}
.order-table__summary .summary-row {
  text-align: right;
  display: block;
}
.order-table__summary .summary-row span {
  display: inline-block;
}
.order-table__summary .order-amount {
  width: 120px;
}
.order-table__summary .order-total {
  font-weight: 400;
  padding-top: 12px;
}
.order-table__summary .order-total span {
  padding-top: 11px;
  border-top: 1px solid #cdcdca;
  vertical-align: top;
}
.order-table__summary .order-total .info-label {
  min-width: 168px;
  color: #1a262d;
}
.order-table__summary .order-total em {
  font-style: normal;
  font-weight: 300;
  font-size: 0.75em;
}

.order-addresses {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.order-address {
  padding-top: 12px;
  flex: 0 1 288px;
}

@media (min-width: 768px) {
  .order-table__head, .order-table__row {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 12px 16px 11px;
    border-top: none;
  }
  .order-table__head {
    background-color: #eeeeef;
    font-weight: 400;
    border-bottom: 1px solid #727274;
  }
  .order-table__row.even {
    background-color: #f5f6f7;
  }
  .order-table__row dd {
    margin-bottom: 0;
  }
  .order-table__row.last {
    border-bottom: 1px solid #cdcdca;
  }
  .order-table__summary {
    padding: 24px;
  }
  .order-table__summary .order-total em {
    font-size: inherit;
  }
  .term__name,
  .record__name {
    flex: 1 1 100%;
    margin: 0 auto 0 0;
  }
  .term__quantity,
  .record__quantity {
    margin: 0;
    flex: 0 0 72px;
    text-align: center;
  }
  .term__unit-price,
  .record__unit-price {
    margin: 0;
    flex: 0 0 120px;
    text-align: right;
  }
  .term__total,
  .record__total {
    margin: 0;
    flex: 0 0 120px;
    text-align: right;
  }
}
@media (min-width: 1024px) {
  .order-table__head, .order-table__row {
    padding: 12px 24px 11px;
  }
  .order-address {
    padding-top: 0;
    margin-bottom: 24px;
  }
  .order-address:last-child {
    margin-bottom: 0;
  }
}
.account__personal-data__wrapper {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .account__personal-data__wrapper {
    margin: 0 -12px;
  }
}
.account__personal-data__email, .account__personal-data__password {
  flex: 0 0 100%;
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .account__personal-data__email, .account__personal-data__password {
    flex-basis: 408px;
    margin: 0 24px 48px;
    width: 408px;
  }
}
.account__personal-data__password .account__change-password-link {
  margin-bottom: 24px;
  display: block;
}
.account__personal-data__password .form-wrapper {
  display: none;
}
.account__personal-data .alert {
  margin-bottom: 24px;
  min-width: 100%;
}
.account__personal-data .account-data__entry {
  display: block;
}
.account__personal-data .email-hint {
  max-width: 600px;
}

@media (min-width: 1024px) {
  .account__billing-form .overview__box {
    padding: 12px 48px;
  }
}
.account__billing-form__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .account__billing-form__wrapper {
    margin: 0 -24px;
  }
}
.account__billing-form__wrapper .box-head {
  margin: 0 auto 24px;
}
@media (max-width: 1023.98px) {
  .account__billing-form__wrapper .box-head h4 {
    max-width: 408px;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .account__billing-form__wrapper .box-head {
    text-align: left;
    max-width: 924px;
  }
}

.billing-form {
  flex: 0 0 100%;
  flex-grow: 1;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-content: center;
}
@media (min-width: 768px) {
  .billing-form {
    flex-grow: 1;
    flex-basis: calc(50% - 24px * 2);
    margin: 0 24px 48px;
  }
}
.billing-form .form-wrapper {
  margin: 0 auto;
  max-width: 408px;
  width: 100%;
}
@media (min-width: 768px) {
  .billing-form .form-wrapper {
    max-width: 100%;
    width: auto;
    min-width: 408px;
  }
}

.checkout-nav {
  font-size: 0;
  height: 100%;
}
.checkout-nav .btn, .checkout-nav .checkout__overview .checked-cart-edit, .checkout__overview .checkout-nav .checked-cart-edit {
  position: relative;
  width: calc(25% + 6px);
  min-width: calc(25% + 6px);
  height: 100%;
  background: #0060a1;
  box-shadow: none;
  border: none;
  margin: 0;
  border-right: solid #fff 2px;
  transition: background-color 0.15s linear;
  padding: 0;
  font-size: 0;
}
.checkout-nav .btn.checkout-step:first-child, .checkout-nav .checkout__overview .checkout-step.checked-cart-edit:first-child, .checkout__overview .checkout-nav .checkout-step.checked-cart-edit:first-child {
  z-index: 6;
}
.checkout-nav .btn.checkout-step:nth-child(2), .checkout-nav .checkout__overview .checkout-step.checked-cart-edit:nth-child(2), .checkout__overview .checkout-nav .checkout-step.checked-cart-edit:nth-child(2) {
  z-index: 5;
}
.checkout-nav .btn.checkout-step:nth-child(3), .checkout-nav .checkout__overview .checkout-step.checked-cart-edit:nth-child(3), .checkout__overview .checkout-nav .checkout-step.checked-cart-edit:nth-child(3) {
  z-index: 4;
}
.checkout-nav .btn.checkout-step:last-child, .checkout-nav .checkout__overview .checkout-step.checked-cart-edit:last-child, .checkout__overview .checkout-nav .checkout-step.checked-cart-edit:last-child {
  z-index: 3;
}
.checkout-nav .btn:first-child, .checkout-nav .checkout__overview .checked-cart-edit:first-child, .checkout__overview .checkout-nav .checked-cart-edit:first-child {
  width: calc(25% - 12px);
  min-width: calc(25% - 12px);
}
.checkout-nav .btn:hover, .checkout-nav .checkout__overview .checked-cart-edit:hover, .checkout__overview .checkout-nav .checked-cart-edit:hover, .checkout-nav .btn:active, .checkout-nav .checkout__overview .checked-cart-edit:active, .checkout__overview .checkout-nav .checked-cart-edit:active, .checkout-nav .btn:hover, .checkout-nav .btn:focus, .checkout-nav .checkout__overview .checked-cart-edit:focus, .checkout__overview .checkout-nav .checked-cart-edit:focus, .checkout-nav .btn[data-stepstatus=current], .checkout-nav .checkout__overview [data-stepstatus=current].checked-cart-edit, .checkout__overview .checkout-nav [data-stepstatus=current].checked-cart-edit {
  background-color: #005091;
  border-right: solid #fff 2px;
  box-shadow: none !important;
  transform: none !important;
  outline: none !important;
}
.checkout-nav .btn:hover::after, .checkout-nav .checkout__overview .checked-cart-edit:hover::after, .checkout__overview .checkout-nav .checked-cart-edit:hover::after, .checkout-nav .btn:active::after, .checkout-nav .checkout__overview .checked-cart-edit:active::after, .checkout__overview .checkout-nav .checked-cart-edit:active::after, .checkout-nav .btn:hover::after, .checkout-nav .btn:focus::after, .checkout-nav .checkout__overview .checked-cart-edit:focus::after, .checkout__overview .checkout-nav .checked-cart-edit:focus::after, .checkout-nav .btn[data-stepstatus=current]::after, .checkout-nav .checkout__overview [data-stepstatus=current].checked-cart-edit::after, .checkout__overview .checkout-nav [data-stepstatus=current].checked-cart-edit::after {
  border-left-color: #005091;
}
.checkout-nav .btn[data-stepstatus=current], .checkout-nav .checkout__overview [data-stepstatus=current].checked-cart-edit, .checkout__overview .checkout-nav [data-stepstatus=current].checked-cart-edit {
  cursor: default;
}
.checkout-nav .btn[data-stepstatus=current]:active, .checkout-nav .checkout__overview [data-stepstatus=current].checked-cart-edit:active, .checkout__overview .checkout-nav [data-stepstatus=current].checked-cart-edit:active, .checkout-nav .btn[data-stepstatus=current]:focus, .checkout-nav .checkout__overview [data-stepstatus=current].checked-cart-edit:focus, .checkout__overview .checkout-nav [data-stepstatus=current].checked-cart-edit:focus {
  border-right: solid #fff 2px !important;
  background: #005091 !important;
}
.checkout-nav .btn[data-stepstatus=current]:active::after, .checkout-nav .checkout__overview [data-stepstatus=current].checked-cart-edit:active::after, .checkout__overview .checkout-nav [data-stepstatus=current].checked-cart-edit:active::after, .checkout-nav .btn[data-stepstatus=current]:focus::after, .checkout-nav .checkout__overview [data-stepstatus=current].checked-cart-edit:focus::after, .checkout__overview .checkout-nav [data-stepstatus=current].checked-cart-edit:focus::after {
  border-left-color: #005091;
}
.checkout-nav .btn[data-stepstatus=valid] .checkout-step__number, .checkout-nav .checkout__overview [data-stepstatus=valid].checked-cart-edit .checkout-step__number, .checkout__overview .checkout-nav [data-stepstatus=valid].checked-cart-edit .checkout-step__number {
  visibility: hidden;
  opacity: 0;
}
.checkout-nav .btn:active, .checkout-nav .checkout__overview .checked-cart-edit:active, .checkout__overview .checkout-nav .checked-cart-edit:active, .checkout-nav .btn:focus, .checkout-nav .checkout__overview .checked-cart-edit:focus, .checkout__overview .checkout-nav .checked-cart-edit:focus {
  background-color: #002e54 !important;
  border-right: solid #fff 2px !important;
}
.checkout-nav .btn:active::after, .checkout-nav .checkout__overview .checked-cart-edit:active::after, .checkout__overview .checkout-nav .checked-cart-edit:active::after, .checkout-nav .btn:focus::after, .checkout-nav .checkout__overview .checked-cart-edit:focus::after, .checkout__overview .checkout-nav .checked-cart-edit:focus::after {
  border-left-color: #002e54;
}
.checkout-nav .btn::before, .checkout-nav .checkout__overview .checked-cart-edit::before, .checkout__overview .checkout-nav .checked-cart-edit::before, .checkout-nav .btn::after, .checkout-nav .checkout__overview .checked-cart-edit::after, .checkout__overview .checkout-nav .checked-cart-edit::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #0060a1;
  position: absolute;
  left: 99.8%;
  top: 0;
  transition: border-left-color 0.15s linear;
}
@media (min-width: 768px) {
  .checkout-nav .btn::before, .checkout-nav .checkout__overview .checked-cart-edit::before, .checkout__overview .checkout-nav .checked-cart-edit::before, .checkout-nav .btn::after, .checkout-nav .checkout__overview .checked-cart-edit::after, .checkout__overview .checkout-nav .checked-cart-edit::after {
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    border-left: 24px solid #0060a1;
  }
}
.checkout-nav .btn::before, .checkout-nav .checkout__overview .checked-cart-edit::before, .checkout__overview .checkout-nav .checked-cart-edit::before {
  left: calc(100% + 2px);
  border-left-color: #fff;
}
.checkout-nav .btn i, .checkout-nav .checkout__overview .checked-cart-edit i, .checkout__overview .checkout-nav .checked-cart-edit i {
  color: white;
  font-size: 16px;
  padding: 0;
  display: block;
  line-height: 24px;
  transform: translateX(6px);
}
@media (min-width: 768px) {
  .checkout-nav .btn i, .checkout-nav .checkout__overview .checked-cart-edit i, .checkout__overview .checkout-nav .checked-cart-edit i {
    font-size: 22px;
    line-height: 48px;
    transform: translateX(12px);
  }
}
.checkout-nav .btn[disabled=disabled], .checkout-nav .checkout__overview [disabled=disabled].checked-cart-edit, .checkout__overview .checkout-nav [disabled=disabled].checked-cart-edit {
  background: #e1e1e5;
  opacity: 1;
  border-right: solid #e1e1e5 2px;
}
.checkout-nav .btn[disabled=disabled]:active, .checkout-nav .checkout__overview [disabled=disabled].checked-cart-edit:active, .checkout__overview .checkout-nav [disabled=disabled].checked-cart-edit:active, .checkout-nav .btn[disabled=disabled]:focus, .checkout-nav .checkout__overview [disabled=disabled].checked-cart-edit:focus, .checkout__overview .checkout-nav [disabled=disabled].checked-cart-edit:focus {
  border-right: solid #fff 2px !important;
  background: #e1e1e5 !important;
}
.checkout-nav .btn[disabled=disabled]::before, .checkout-nav .checkout__overview [disabled=disabled].checked-cart-edit::before, .checkout__overview .checkout-nav [disabled=disabled].checked-cart-edit::before, .checkout-nav .btn[disabled=disabled]::after, .checkout-nav .checkout__overview [disabled=disabled].checked-cart-edit::after, .checkout__overview .checkout-nav [disabled=disabled].checked-cart-edit::after {
  border-left-color: #e1e1e5;
}
.checkout-nav .btn[disabled=disabled] span, .checkout-nav .checkout__overview [disabled=disabled].checked-cart-edit span, .checkout__overview .checkout-nav [disabled=disabled].checked-cart-edit span {
  color: #9b9b9d;
  font-weight: 400;
}
.checkout-nav .btn:last-child, .checkout-nav .checkout__overview .checked-cart-edit:last-child, .checkout__overview .checkout-nav .checked-cart-edit:last-child {
  width: 25%;
  min-width: 25%;
}
.checkout-nav .btn:last-child[data-stepstatus=current], .checkout-nav .checkout__overview .checked-cart-edit:last-child[data-stepstatus=current], .checkout__overview .checkout-nav .checked-cart-edit:last-child[data-stepstatus=current] {
  border-right: none !important;
}
.checkout-nav .btn:last-child::before, .checkout-nav .checkout__overview .checked-cart-edit:last-child::before, .checkout__overview .checkout-nav .checked-cart-edit:last-child::before, .checkout-nav .btn:last-child::after, .checkout-nav .checkout__overview .checked-cart-edit:last-child::after, .checkout__overview .checkout-nav .checked-cart-edit:last-child::after {
  display: none;
}
.checkout-nav .btn:last-child i, .checkout-nav .checkout__overview .checked-cart-edit:last-child i, .checkout__overview .checkout-nav .checked-cart-edit:last-child i,
.checkout-nav .btn:last-child span,
.checkout-nav .checkout__overview .checked-cart-edit:last-child span,
.checkout__overview .checkout-nav .checked-cart-edit:last-child span {
  transform: none;
}
.checkout-nav .checkout-step span {
  transform: translateX(6px);
  display: block;
}
@media (min-width: 768px) {
  .checkout-nav .checkout-step span {
    transform: translateX(12px);
  }
}
.checkout-nav .checkout-step__number {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .checkout-nav .checkout-step__number {
    font-size: 20px;
    line-height: 48px;
  }
}
.checkout-nav .checkout-step__info {
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #1a262d;
  line-height: 12px;
  padding-top: 6px;
  font-size: 10px;
  cursor: default;
  white-space: normal;
}
@media (min-width: 768px) {
  .checkout-nav .checkout-step__info {
    font-size: 18px;
    line-height: 36px;
  }
}

.checkout .step-headline,
.checkout .step-single-element {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767.98px) {
  .checkout .step-headline,
  .checkout .step-single-element {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.checkout .edit-link, .checkout .edit-link--close,
.checkout .edit-link a {
  float: right;
  font-size: 16px;
  line-height: 16px;
  vertical-align: middle;
  color: #0060a1;
  display: inline-block;
  z-index: 2;
  transition: color 0.25s;
  border: none;
}
.checkout .edit-link:hover, .checkout .edit-link:focus, .checkout .edit-link--close:hover, .checkout .edit-link--close:focus,
.checkout .edit-link a:hover,
.checkout .edit-link a:focus {
  color: #1a262d;
  cursor: pointer;
}
.checkout .step-subheadline:not(.border-bottom) {
  padding-top: 0;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .checkout .step-subheadline {
    position: relative;
    padding-left: 24px;
  }
}
.checkout .step-subheadline .edit-link {
  padding-right: 8px;
}
@media (min-width: 768px) {
  .checkout .step-subheadline .edit-link {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 28px;
  }
}
.checkout .back-link,
.checkout .forward-link {
  padding-left: 12px;
  display: inline-block;
  float: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: right;
  color: #0060a1;
  transition: color 0.25s;
  border-bottom: none;
}
.checkout .back-link:hover, .checkout .back-link:focus,
.checkout .forward-link:hover,
.checkout .forward-link:focus {
  color: #1a262d;
  cursor: pointer;
}
.checkout .back-link.align-left,
.checkout .forward-link.align-left {
  float: none;
}
.checkout .back-link__to-shop,
.checkout .forward-link__to-shop {
  margin-bottom: 24px;
  color: #0082c8;
}
.checkout .back-link i,
.checkout .forward-link i {
  vertical-align: top;
  line-height: 24px;
  display: inline-block;
}
@media (min-width: 768px) {
  .checkout .back-link,
  .checkout .forward-link {
    font-size: 16px;
    line-height: inherit;
  }
}
.checkout .card, .checkout .checkout__overview .cart-item, .checkout__overview .checkout .cart-item {
  margin-bottom: 24px;
}
.checkout .summary-total {
  font-weight: 700;
  flex-wrap: nowrap;
}
.checkout .summary-total__label {
  flex: 1 0 70%;
}
.checkout .summary-total__sum {
  text-align: right;
  flex: 0 0 30%;
}
@media (max-width: 767.98px) {
  .checkout .button + .button .submit,
  .checkout .button + .button [type=submit] {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .checkout .button:nth-last-child(3) {
    width: 50%;
    display: inline-block;
    padding-right: 12px;
  }
  .checkout .button + .button {
    width: 50%;
    display: inline-block;
    padding-left: 12px;
  }
}

@media (min-width: 768px) {
  .address__overview-box address,
  .address__overview-box p {
    padding-left: 24px;
    margin-bottom: 0;
  }
}
.address__shipping-list input:not(:checked) + label {
  color: #626266;
}
.address__item {
  margin-bottom: 24px;
  border-bottom: 1px solid #e1e1e5;
}
.address__item .form-label,
.address__item .form-check-label {
  display: block;
}
.address__new-shipping, .address__edit_address {
  margin-bottom: 24px;
}
.address__new-shipping .form-check-label, .address__edit_address .form-check-label {
  font-weight: 500;
}

.seminar-participants__column-wrapper {
  max-width: 408px;
  margin: auto auto 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .seminar-participants__column-wrapper {
    max-width: 100%;
  }
}
@media (min-width: 1024px) {
  .seminar-participants__form {
    margin-top: -16px;
  }
}
.seminar-participants__form .back-link {
  line-height: 24px;
  padding-bottom: 24px;
}
@media (max-width: 767.98px) {
  .seminar-participants__form .back-link {
    float: none;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .seminar-participants__form .back-link {
    margin-top: -12px;
  }
}
.seminar-participants__form fieldset {
  margin-bottom: 0;
}
.seminar-participants__form .col-form-label {
  padding: 0;
  margin-bottom: 24px !important;
  font-size: 18px;
}
@media (min-width: 1024px) {
  .seminar-participants__form .col-form-label {
    font-size: 20px;
  }
}

.participant-email small {
  max-width: 408px;
}

.seminar__item {
  margin-bottom: 48px;
}
@media (min-width: 768px) {
  .seminar__item p {
    padding-left: 24px;
  }
}
.seminar__item__info {
  font-size: 0.8em;
  color: #727274;
  margin-right: 24px;
}
.seminar__item__info + .seminar__item__info {
  margin-right: 0;
}
.seminar__form-participant {
  margin-bottom: 24px !important;
}
.seminar__form-participant .col-form-label {
  border-bottom: 1px solid #e1e1e5;
  font-size: 16px;
}
.seminar__form-participant:nth-child(1) .col-form-label::before {
  content: "1";
  display: inline-block;
  width: 16px;
  padding-right: 8px;
}
.seminar__form-participant:nth-child(2) .col-form-label::before {
  content: "2";
  display: inline-block;
  width: 16px;
  padding-right: 8px;
}
.seminar__form-participant:nth-child(3) .col-form-label::before {
  content: "3";
  display: inline-block;
  width: 16px;
  padding-right: 8px;
}
.seminar__form-participant:nth-child(4) .col-form-label::before {
  content: "4";
  display: inline-block;
  width: 16px;
  padding-right: 8px;
}
.seminar__form-participant:nth-child(5) .col-form-label::before {
  content: "5";
  display: inline-block;
  width: 16px;
  padding-right: 8px;
}

.checkout__form-toggle .content-wrapper .col-wrapper {
  width: auto;
  max-width: 416px;
}
.checkout__form-toggle .content-wrapper .col-wrapper h1, .checkout__form-toggle .content-wrapper .col-wrapper h2, .checkout__form-toggle .content-wrapper .col-wrapper h3, .checkout__form-toggle .content-wrapper .col-wrapper h4, .checkout__form-toggle .content-wrapper .col-wrapper h5, .checkout__form-toggle .content-wrapper .col-wrapper h6 {
  width: 408px;
  max-width: 100%;
}

.form-toggle {
  width: 416px;
  max-width: calc(100% + 24px / 3);
  padding-right: 8px;
  overflow: hidden;
  transition: max-height 0.25s ease-in;
}
.form-toggle.hide-form {
  max-height: 0;
}
.form-toggle_control .btn, .form-toggle_control .checkout__overview .checked-cart-edit, .checkout__overview .form-toggle_control .checked-cart-edit {
  margin-top: 20px;
  width: 100%;
  min-width: auto;
}
.form-toggle_control.hide-control {
  max-height: 0;
}

.checkout__overview .checkout-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 48px;
  grid-column-gap: 0;
  grid-template-areas: "checkout-items-container" "checkout-data-container" "checkout-order-summary-container";
}
.checkout__overview__data {
  grid-area: checkout-data-container;
}
.checkout__overview__items {
  grid-area: checkout-items-container;
}
.checkout__overview__order-summary {
  grid-area: checkout-order-summary-container;
}
.checkout__overview .step-headline {
  width: 100%;
  max-width: 100%;
  padding: 12px 16px;
  margin-bottom: 12px;
}
.checkout__overview .step-subheadline {
  margin-bottom: 24px;
}
.checkout__overview .step-subheadline .edit-link {
  margin-left: -24px;
  float: none;
}
.checkout__overview .step-subheadline .edit-link i {
  line-height: 24px;
}
.checkout__overview .has-tooltip .tooltip__info {
  top: 16px;
  right: 16px;
}
.checkout__overview .has-tooltip .step-subheadline {
  margin-right: 24px;
}
.checkout__overview .checkout-info {
  margin-bottom: 36px;
  border-top: 1px solid #e1e1e5;
  padding: 12px 40px 0;
}
.checkout__overview .checkout-info:last-child {
  margin-bottom: 48px;
}
.checkout__overview .cart-items .step-subheadline {
  padding-left: 16px;
  padding-right: 16px;
}
.checkout__overview .cart-items .step-subheadline .edit-link {
  margin-left: 0;
}
.checkout__overview .cart-item {
  position: relative;
  font-size: 14px;
  margin-bottom: 6px !important;
}
.checkout__overview .cart-item:last-child {
  margin-bottom: 0 !important;
}
.checkout__overview .cart-item a {
  border-bottom: none;
}
.checkout__overview .cart-item__image {
  display: block;
  width: 48px;
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}
.checkout__overview .cart-item__image img {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  word-break: break-word;
}
.checkout__overview .cart-item__info {
  margin-bottom: 24px;
}
.checkout__overview .cart-item__info::after {
  display: block;
  clear: both;
  content: "";
}
.checkout__overview .cart-item__type {
  line-height: 16px;
  margin-bottom: 8px;
  display: block;
  font-size: 14px;
}
.checkout__overview .cart-item__name {
  font-size: 16px;
  padding-top: 0;
  margin-bottom: 0;
}
.checkout__overview .cart-item__name a {
  color: #1a262d;
}
.checkout__overview .cart-item__name a:hover {
  color: #0060a1;
}
.checkout__overview .cart-item__quantity, .checkout__overview .cart-item__price, .checkout__overview .cart-item__total {
  text-align: right;
  line-height: 24px;
}
.checkout__overview .cart-item .price {
  padding-left: 4px;
  display: inline-block;
}
.checkout__overview .cart-item .price.gross {
  color: #1a262d;
  font-size: 16px;
  font-weight: 400;
}
.checkout__overview .seminar-participants__head {
  border-bottom: 1px solid #e1e1e5;
  margin-bottom: 8px;
}
.checkout__overview .seminar-participants__title, .checkout__overview .seminar-participants__appointment {
  display: block;
  line-height: 16px;
  margin-bottom: 8px;
}
.checkout__overview .seminar-participants__title .icon--calendar, .checkout__overview .seminar-participants__appointment .icon--calendar {
  margin-bottom: 3px;
  margin-right: 6px;
  float: left;
  display: inline-block;
}
.checkout__overview .seminar-participants__title .seminar__times, .checkout__overview .seminar-participants__appointment .seminar__times {
  padding-left: 0;
}
.checkout__overview .seminar-participants__list {
  font-size: 14px;
  padding-left: 0;
}
.checkout__overview .seminar-participants__list:last-child {
  margin-bottom: 0;
}
.checkout__overview li {
  line-height: 24px;
  list-style-position: inside;
}
.checkout__overview ul {
  padding: 0;
}
.checkout__overview ul li {
  list-style: none;
}
.checkout__overview textarea {
  padding: 6px 12px;
}
.checkout__overview .form-check {
  margin-bottom: 12px;
  padding: 0 16px;
}
.checkout__overview .form-check + .form-check {
  margin-bottom: 36px;
}
.checkout__overview .form-group.card, .checkout__overview .form-group.cart-item {
  height: 100%;
}
.checkout__overview .overview__summary::after {
  display: block;
  clear: both;
  content: "";
}
.checkout__overview .overview__summary > .row {
  padding: 0;
}
.checkout__overview .overview__summary > .row :first-child {
  flex: 0 0 65%;
  max-width: 65%;
}
.checkout__overview .overview__summary > .row:last-of-type {
  margin-bottom: 24px;
}
.checkout__overview .overview__summary .total {
  margin-top: 12px;
  padding: 12px 0;
  border-top: 1px solid #e1e1e5;
}
.checkout__overview .overview__summary .vat {
  text-align: right;
  flex: none;
  font-size: 14px;
  color: #545456;
  display: block;
  line-height: 24px;
}
.checkout__overview .overview__summary .vat__type {
  display: inline-block;
  width: 120px;
  max-width: 144px;
  text-align: left;
}
.checkout__overview .overview__summary .vat__value {
  display: inline-block;
  width: 60px;
}
.checkout__overview .overview__summary .vat:last-of-type {
  margin-bottom: 24px;
}
.checkout__overview .overview__summary button[type=submit] {
  width: auto;
  float: right;
}
.checkout__overview .overview__box {
  margin: 0;
  box-shadow: none;
}
.checkout__overview .overview__box [class^=col] {
  margin: 0;
}
@media (max-width: 1023.98px) {
  .checkout__overview .checked-cart-edit {
    color: #1a262d;
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 24px;
    background: none;
    box-shadow: none;
    padding: 12px 16px;
  }
  .checkout__overview .checked-cart-edit:hover {
    box-shadow: none;
  }
  .checkout__overview .checked-cart-edit:hover, .checkout__overview .checked-cart-edit:active, .checkout__overview .checked-cart-edit:focus {
    background: none;
    color: #1a262d;
    text-decoration: none;
    transform: none;
  }
  .checkout__overview .checked-cart-edit i {
    font-size: 16px;
    color: #0060a1;
    line-height: 24px;
  }
  .checkout__overview .checked-cart-edit i:hover {
    color: #1a262d;
  }
  .checkout__overview .card, .checkout__overview .cart-item {
    margin-bottom: 0;
  }
}
@media (min-width: 475px) {
  .checkout__overview .cart-item__info {
    position: relative;
    padding-left: 60px;
  }
  .checkout__overview .cart-item__image {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media (min-width: 768px) {
  .checkout__overview > .row {
    margin-left: 0;
    margin-right: 0;
  }
  .checkout__overview .form-check {
    padding: 0;
  }
  .checkout__overview .checked-cart-edit {
    padding: 0;
  }
  .checkout__overview .step-headline {
    padding: 12px 0;
  }
  .checkout__overview .has-tooltip .tooltip__info {
    right: 0;
  }
  .checkout__overview .checkout-info {
    padding: 12px 0 0 24px;
  }
  .checkout__overview .step-subheadline {
    padding-left: 0;
  }
  .checkout__overview .cart-items .step-subheadline {
    padding-left: 0;
    padding-right: 0;
  }
  .checkout__overview .cart-item {
    padding: 12px 24px;
    margin-bottom: 12px !important;
  }
  .checkout__overview .cart-item::after {
    display: block;
    clear: both;
    content: "";
  }
  .checkout__overview .cart-item__quantity {
    text-align: left;
  }
  .checkout__overview .cart-item__price {
    text-align: left;
    display: inline-block;
    float: left;
  }
  .checkout__overview .cart-item__total {
    display: inline-block;
    float: right;
  }
  .checkout__overview .seminar-participants__head {
    display: flex;
    justify-content: space-between;
  }
  .checkout__overview .seminar-participants__title {
    order: 0;
  }
  .checkout__overview .seminar-participants__appointment {
    order: 1;
  }
}
@media (min-width: 1024px) {
  .checkout__overview .checked-cart-edit {
    position: absolute;
    top: 16px;
    right: 0;
    padding: 0 24px;
  }
  .checkout__overview .checkout-grid {
    display: grid;
    grid-template-columns: 288px 1fr;
    grid-row-gap: 48px;
    grid-column-gap: 48px;
    grid-template-areas: "checkout-data-container checkout-items-container" "checkout-data-container checkout-order-summary-container";
  }
  .checkout__overview .step-headline {
    margin-bottom: 24px;
  }
  .checkout__overview .checkout-info:first-child {
    border-top: none;
  }
  .checkout__overview__summary {
    max-width: 336px;
  }
  .checkout__overview .overview__summary button[type=submit] {
    width: 100%;
    float: none;
  }
}

.product__price .price-label {
  color: #1a262d;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 24px;
}
.product__price.form-check {
  padding-bottom: 0;
}
.product__price span {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  vertical-align: top;
  color: #626266;
}
.product__price .price-info {
  display: block;
  line-height: 16px;
  width: calc(100% - 24px * 3 / 2);
}

.product.list ul {
  margin: 0 0 24px;
  padding: 0;
}
.product.list li {
  list-style: none;
}
.product__category__head {
  margin-bottom: 24px;
}
.product__category__head .headline {
  margin-bottom: 12px;
  padding-top: 12px;
}
.product__category__filters .pagination {
  display: none;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .product.list .isbn {
    position: absolute;
    top: 24px;
    right: 24px;
  }
  .product__category__head .headline {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  .product__category__filters {
    margin-bottom: 24px;
  }
  .product__category__filters .pagination {
    display: block;
  }
}
@media (min-width: 1024px) {
  .product__category__head {
    margin-bottom: 48px;
  }
  .product__category__head .headline {
    padding-top: 0;
    margin-bottom: 24px;
  }
  .product__page-description {
    font-size: 18px;
  }
}
.product__list__item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #727274;
  padding: 24px 16px 24px;
  margin: 0 -16px;
}
.product__list__item:first-child {
  border-top: 1px solid #727274;
}
.product__list__head {
  width: 100%;
  margin-bottom: 24px;
}
.product__list__image {
  width: 96px;
  flex: 0 0 96px;
  margin-left: 0;
  margin-right: 16px;
  margin-bottom: 24px;
  order: 1;
}
.product__list__image a {
  display: block;
  border-bottom: none;
  color: #1a262d;
  margin: 0;
  opacity: 1;
  transition: opacity 0.25s ease-out;
}
.product__list__image a:hover, .product__list__image a:active, .product__list__image a:focus {
  opacity: 0.7;
  box-shadow: none;
}
.product__list__image img {
  width: 100%;
  height: auto;
  margin: 0;
  cursor: pointer;
  line-height: 18px;
  font-size: 12px;
  font-family: "Roboto Condensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.product__list__info {
  flex: 1 0 100%;
  margin-bottom: 24px;
  order: 3;
}
.product__list__data {
  flex: 1 1 calc(100% - 24px * 6);
  order: 2;
}
.product__list__title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 6px;
  padding-top: 0;
  font-weight: 700;
}
.product__list__title a {
  border-bottom: none;
  color: #1a262d;
  cursor: pointer;
}
.product__list__title a:hover, .product__list__title a:active, .product__list__title a:focus {
  color: #0060a1;
  box-shadow: none;
}
.product__list__subtitle {
  padding-top: 0;
  margin-bottom: 12px;
  font-weight: 400;
}
.product__list__description {
  padding-top: 8px;
  margin-bottom: 16px;
}
.product__list .link__more {
  margin-bottom: 24px;
}
.product__list .link__more::before {
  background-color: #ea7b00;
}
.product__list .link__more::after {
  border-left-color: #ea7b00;
}
.product__list .link__more:focus {
  box-shadow: none;
  background-color: rgba(234, 123, 0, 0.2);
}
.product__list .meta-item {
  margin-bottom: 0;
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
  color: #545456;
}
.product__list .company {
  font-weight: 500;
}
.product__list .price {
  display: inline-block;
  margin-bottom: auto;
  font-size: 20px;
  font-weight: 400;
}
.product__list .special-price {
  display: block;
  width: 100%;
  min-height: 48px;
  color: #fff;
  position: relative;
  margin-top: -12px;
  padding-top: 4px;
  padding-left: 12px;
  margin-left: 0;
  padding-right: 16px;
  margin-right: -16px;
  z-index: 1;
}
.product__list .special-price::before, .product__list .special-price::after {
  content: "";
  display: block;
  position: absolute;
  left: -6px;
  width: 0;
  height: 0;
  z-index: -1;
}
.product__list .special-price::before {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 24px solid #008a02;
  bottom: 0;
}
.product__list .special-price::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 24px solid #008a02;
  top: 0;
}
.product__list .special-price span {
  color: #fff;
}
.product__list .special-price__text {
  display: block;
  font-size: 12px;
  line-height: 12px;
}
.product__list .special-price.green {
  background-color: #008a02;
}
.product__list .special-price.blue {
  background-color: #0060a1;
}
.product__list .special-price + .price {
  font-size: 16px;
  color: #727274;
  position: relative;
}
.product__list .special-price + .price::before {
  content: "";
  display: block;
  width: 240%;
  height: 1px;
  background-color: #545456;
  position: absolute;
  top: 9px;
  left: -6px;
  transform: rotate(-3deg);
}
.product__pre-title {
  color: #727274;
  font-size: 14px;
  display: inline-block;
  line-height: 16px;
  margin-bottom: 8px;
}

@media (max-width: 767.98px) {
  .product__list .product__price {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 0;
  }
  .product__list .company {
    display: block;
  }
  .product__list__description {
    font-weight: 400;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .product__list__info {
    flex: 0 1 calc(100% - 24px * 6);
    margin-bottom: 0;
  }
  .product__list__data {
    flex: 1 0 100%;
    display: flex;
    flex-wrap: nowrap;
    padding-top: 24px;
  }
  .product__list .link__more {
    min-width: 120px;
    margin-right: 24px;
    flex: 0 0 120px;
  }
  .product__list .product__price {
    display: inline-block;
    flex: 1 1 auto;
    padding-bottom: 0;
  }
  .product__list .special-price {
    display: inline-block;
    width: auto;
    margin-left: 0;
    margin-right: 12px;
    margin-top: 0;
    vertical-align: top;
  }
  .product__list .special-price::before, .product__list .special-price::after {
    left: auto;
    right: -6px;
  }
  .product__list .special-price + .price {
    margin-left: 24px;
  }
  .product__list .company {
    align-self: flex-end;
  }
}
@media (min-width: 768px) {
  .product__list {
    border-top: none;
  }
  .product__list__item {
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-template-rows: auto;
    grid-row-gap: 0;
    grid-column-gap: 24px;
    grid-template-areas: "image head" "image info" "data data";
    border-bottom: none;
    background-color: #f5f6f7;
    padding: 24px;
    margin: 0 auto 12px;
  }
  .product__list__item:first-child {
    border-top: none;
  }
  .product__list__image {
    width: 100%;
    margin: 0;
    grid-area: image;
  }
  .product__list__head {
    grid-area: head;
    margin-bottom: 0;
  }
  .product__list__info {
    grid-area: info;
  }
  .product__list__data {
    grid-area: data;
  }
  .product__list__title {
    font-size: 1.25rem;
    font-weight: 400;
  }
  .product__list .product-type {
    padding-top: 11px;
    margin-bottom: 24px;
    border-top: 1px solid #cdcdca;
  }
  .product__list__description {
    display: block;
    padding-top: 0;
    margin-bottom: 24px;
  }
  .product__list .link__more {
    margin-bottom: 0;
  }
  .product__list .special-price {
    padding-left: 18px;
    margin-left: 0;
    padding-right: 16px;
    margin-right: -16px;
  }
}
@media (min-width: 1024px) {
  .product__list__item {
    grid-template-columns: 120px 1fr 216px;
    grid-row-gap: 0;
    grid-column-gap: 24px;
    grid-template-areas: "image head data" "image info data";
  }
  .product__list__image {
    grid-area: image;
    margin-bottom: 0;
  }
  .product__list__info {
    grid-area: info;
    margin-bottom: 0;
  }
  .product__list__data {
    grid-area: data;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .product__list__title {
    font-size: 1.25rem;
    line-height: 24px;
    margin-bottom: 12px;
  }
  .product__list .link__more {
    margin-bottom: 48px;
  }
  .product__list .product__price {
    display: block;
    margin-bottom: auto;
    padding-bottom: 24px;
  }
  .product__list .meta-item {
    margin-top: auto;
    display: block;
  }
  .product__list .meta-item.company {
    margin-top: 12px;
  }
  .product__list .special-price {
    width: calc(100% + 24px * 5 / 4);
    margin-left: -6px;
  }
}
.book .product__list__short-description {
  font-size: 14px;
  font-weight: 400;
  color: #545456;
}
.book .product__list .availability {
  display: block;
  color: #1a262d;
}
.book .product__list .book__authors {
  line-height: 16px;
  margin-bottom: 8px;
  display: block;
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .book .product__list .product__price {
    font-size: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .book .product__list .isbn {
    position: absolute;
    top: 24px;
    right: 24px;
    line-height: 16px;
    margin-bottom: 8px;
  }
  .book .product__list .availability {
    float: right;
  }
}
@media (min-width: 768px) {
  .book .product__list .availability {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .book .product__list .availability {
    display: block;
  }
  .book .product__pre-title {
    font-size: 16px;
  }
}

.price.test-phase {
  font-size: 16px;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .product__list__description.online {
    margin-bottom: 0;
  }
  .product__list__data.online .link__more {
    margin-bottom: 24px;
  }
}
.product.list .seminar__type {
  font-size: 14px;
  font-weight: 400;
}
.product.list .seminar__image img {
  background-color: #fff;
}
.product.list .seminar__location p {
  color: #1a262d;
  font-weight: 400;
}
.product.list .seminar__location-list, .product.list .seminar__series-date-list {
  font-weight: 300;
}
.product.list .seminar__data {
  justify-content: flex-start;
}
.product.list .seminar__appointment {
  font-weight: 700;
}
.product.list .seminar__appointment i {
  font-size: 1.1em;
  vertical-align: text-top;
  margin-right: 4px;
}
.product.list .seminar__appointment .icon--online-seminar {
  font-size: 22px;
  vertical-align: text-bottom;
}
.product.list .seminar__appointment span {
  display: block;
  line-height: 24px;
  font-weight: 400;
}

.product__subtitle {
  display: block;
  line-height: 24px;
  margin-bottom: 24px;
}
.product__details section {
  margin-bottom: 48px;
}
.product__intro {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 24px;
  grid-column-gap: 0;
  grid-template-areas: "image" "cart" "summary" "meta";
}
.product__image {
  grid-area: image;
}
.product__image figure {
  max-width: 240px;
  margin-bottom: 0;
}
.product__image img {
  width: 100%;
  height: auto;
  vertical-align: top;
  margin: 0;
  padding: 0;
}
.product__summary {
  grid-area: summary;
}
.product__publishing-attributes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: 1px solid #e1e1e5;
  padding-top: 11px;
  margin-bottom: 24px;
}
.product .product-type {
  display: block;
  margin-right: 8px;
  font-weight: 400;
}
.product .product-type i {
  color: #545456;
  vertical-align: middle;
  font-size: 20px;
  margin-top: -2px;
  display: inline-block;
}
.product .product-type i + .type-name {
  font-weight: 300;
}
.product .product-type .ebook-option {
  font-weight: 300;
  padding-left: 24px;
}
.product .product-type .ebook-option .icon--ebook {
  font-size: 21px;
}
.product .company {
  font-weight: 400;
}
.product__meta {
  border-top: 1px solid #e1e1e5;
  padding-top: 24px;
  grid-area: meta;
  color: #545456;
  font-weight: 400;
}
.product__meta .isbn {
  display: block;
}
.product__meta .meta-info {
  margin-bottom: 24px;
}
.product__head .product__cart-options {
  grid-area: cart;
}
.product__cart-options .checked-list {
  font-size: 14px;
  font-weight: 400;
  color: #626266;
}
.product__cart-options .checked-list i {
  color: #00bb38;
}
.product__cart-options .icon-list li {
  font-weight: 400;
}
.product__cart-options .icon-list a {
  font-weight: 400;
  color: #1a262d;
  border-bottom-color: transparent;
}
.product__cart-options .icon-list a:hover, .product__cart-options .icon-list a:active, .product__cart-options .icon-list a:focus {
  border-bottom-color: #9b9b9d;
  color: #9b9b9d;
}
.product__cart-options .icon-list a:hover i, .product__cart-options .icon-list a:active i, .product__cart-options .icon-list a:focus i {
  color: #81a6d0;
}
.product__cart-options .icon-list i {
  color: #3d7bae;
  transition: color 0.15s linear;
}
.product .hotline-teaser {
  color: #0060a1;
  line-height: 24px;
  font-weight: 400;
}
.product .hotline-teaser i {
  font-size: 18px;
  margin-right: 6px;
  vertical-align: text-top;
}
.product__price input[type=radio] + label {
  color: #626266;
  position: relative;
  padding-bottom: 48px;
  width: 100%;
}
.product__price input[type=radio] + label:hover {
  color: #1a262d;
}
.product__price input[type=radio]:checked + label {
  color: #1a262d;
}
.product__price-select {
  margin-bottom: 24px;
}
.product__price-select input[type=radio] + label {
  padding-bottom: 12px;
}
.product__price-select select {
  background-color: #fff;
  display: inline;
  width: auto;
}
.product__price-select select:disabled {
  color: #9b9b9d;
}
.product input[type=number] {
  background-color: #fff;
  border-color: #eeeeef;
  margin-bottom: 0;
}
.product__head {
  padding-top: 24px;
  margin-bottom: 0;
}
.product__title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 0;
}
.product__pre-title {
  font-size: 14px;
}
.product__section--header {
  background-color: #3d7bae;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 0 16px;
  margin-bottom: 24px;
  line-height: 24px;
}
.product__review span {
  display: block;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 16px;
  margin-top: 8px;
}
.product__reading-sample {
  margin-bottom: 0;
}
.product__details-secondary {
  padding-top: 24px;
}
.product__details-secondary > div {
  margin-left: -16px;
  margin-right: -16px;
}
.product__gpsr-title {
  margin-bottom: 0.5rem;
}
.product__gpsr {
  padding-top: 3rem;
  font-size: 14px;
  margin-bottom: 2rem;
}
.product__gpsr address {
  font-size: 14px;
  margin-bottom: 0.375rem;
}
.product__gpsr-label {
  font-weight: 500;
  color: #626266;
}

@media screen and (max-width: 475px) {
  .product__image figure {
    margin: 0 auto;
  }
}
@media (max-width: 767.98px) {
  .product__cart-options .card, .product__cart-options .checkout__overview .cart-item, .checkout__overview .product__cart-options .cart-item {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .product__details section {
    padding-left: 16px;
    padding-right: 16px;
    margin-left: -16px;
    margin-right: -16px;
  }
  .product__section--header {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (min-width: 768px) {
  .product__title {
    font-size: 22px;
  }
  .product__cart-options {
    padding-top: 24px;
  }
  .product__details-secondary > div {
    margin-left: 0;
    margin-right: 0;
  }
  .product__intro {
    display: grid;
    grid-template-columns: 168px 1fr;
    grid-template-rows: auto;
    grid-row-gap: 0;
    grid-column-gap: 24px;
    grid-template-areas: "image summary" "cart cart" "meta meta";
  }
  .product__image {
    margin-bottom: 0;
  }
  .product__image figure {
    margin: 0;
  }
  .product__meta {
    border: none;
    font-size: 16px;
  }
  .product__meta .isbn {
    white-space: nowrap;
  }
}
@media (min-width: 1024px) {
  .product__head {
    margin-bottom: 48px;
    padding-top: 0;
  }
  .product__head .product__cart-options {
    padding-top: 0;
  }
  .product__title {
    font-size: 2rem;
    line-height: 48px;
    margin-bottom: 12px;
  }
  .product__title span {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
  }
  .product__subtitle {
    font-weight: 400;
  }
  .product__pre-title {
    font-size: 16px;
  }
  .product__details {
    flex: 1 1 0;
    min-width: 552px;
  }
  .product__details section {
    margin-bottom: 48px;
  }
  .product__section--header {
    padding: 0 12px;
  }
  .product__details-secondary {
    padding-top: 0;
    margin-left: 48px;
    flex: 1 1 0;
    max-width: 396px;
  }
  .product__details-secondary.journal__details-secondary {
    max-width: 312px;
  }
  .product__intro {
    display: grid;
    grid-template-columns: 192px 1fr 312px;
    grid-row-gap: 24px;
    grid-column-gap: 24px;
    grid-template-areas: "image summary cart" "image meta cart";
  }
  .product__image figure {
    width: 192px;
  }
  .product__meta {
    border-top: 1px solid #e1e1e5;
  }
  .product .product__details-secondary {
    margin-left: 24px;
  }
}
@media (min-width: 1366px) {
  .product__intro {
    grid-template-columns: 240px 1fr 312px;
    grid-row-gap: 24px;
    grid-column-gap: 24px;
    grid-template-areas: "image summary cart" "image meta cart";
  }
  .product__image figure {
    width: 240px;
  }
}
.book__description .product__subtitle {
  font-weight: 400;
  display: block;
  margin-bottom: 12px;
}
.book__description .product__subtitle p {
  margin-bottom: 0;
}
.book__description .product__description-text {
  display: block;
  margin-bottom: 0;
}
.book__description .ebook-sales-link {
  margin-bottom: 24px;
}
.book__description .ebook-sales-link .icon--ebook {
  color: #545456;
  vertical-align: middle;
  font-size: 21px;
  margin-top: -2px;
  display: inline-block;
}
.book__description .ebook-sales-link .icon--new_window {
  font-size: 14px;
}
.book__authors {
  font-weight: 500;
  color: #0060a1;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .book .product__head {
    margin-bottom: 0;
  }
}
.online__grid-layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 24px;
  grid-column-gap: 0;
  grid-template-areas: "head" "intro" "cart-o" "details" "secondary" "cart-cta";
}
.online__head {
  grid-area: head;
  margin-bottom: 0;
}
.online__intro {
  grid-area: intro;
  margin-bottom: 0;
}
.online__cart-top {
  position: relative;
  margin-top: 24px;
  padding-top: 0;
  grid-area: cart-o;
}
.online__details {
  grid-area: details;
  margin-bottom: 48px;
}
.online__secondary {
  grid-area: secondary;
}
.online__secondary > div {
  margin-bottom: 24px;
  margin-left: -16px;
  margin-right: -16px;
}
.online__secondary > div:last-child {
  margin-bottom: 0;
}
.online__trailer {
  position: relative;
}
.online__trailer .youtube-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.online__bottom-cta {
  grid-area: cart-cta;
}
.online .product__title {
  min-height: 0;
  margin-bottom: 0;
}
.online .product__pre-title {
  font-size: 14px;
  font-weight: 400;
}
.online .product__image {
  margin-bottom: 24px;
}
.online .cart-options {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.online .cart-options__product-title {
  font-size: 14px;
  display: block;
  margin-bottom: 0.5rem;
}
.online .cart-options__test-phase-teaser {
  font-weight: 400;
  font-size: 20px;
  flex: 0 0 100%;
  margin-bottom: 0.5rem;
}
.online .cart-options__add-to-cart {
  flex: 0 0 auto;
  margin: 0 24px 24px 0;
}
.online .cart-options__license-model {
  display: block;
  font-size: 14px;
  line-height: 19.2px;
  margin-top: 12px;
  color: #0060a1;
  transition: color 0.25s;
  cursor: pointer;
}
.online .cart-options__license-model .text {
  text-decoration: underline;
  text-decoration-color: #0060a1;
  text-underline-offset: 0.25rem;
  transition: text-decoration-color 0.25s;
}
.online .cart-options__license-model:hover {
  color: #1a262d;
}
.online .cart-options__license-model:hover .text {
  text-decoration-color: transparent;
}
.online .cart-options__license-price {
  flex: 0 0 auto;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #626266;
  margin: 0 auto 0.5rem 0;
  max-width: 100%;
}
.online .cart-options__license-price strong {
  color: #1a262d;
}
.online .license-model--popover {
  display: block;
  visibility: hidden;
  opacity: 0;
  width: calc(100% - 24px);
  position: absolute;
  top: 8px;
  left: 12px;
  background-color: #fff;
  font-size: 14px;
  line-height: 24px;
  transition: opacity 0.25s, left 0.25s, top 0.25s, visibility 0s 0.25s;
}
.online .license-model--popover.popover-open {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.25s, left 0.25s, top 0.25s, visibility 0s;
}
.online .license-model--popover p {
  margin-bottom: 0;
}
.online .license-model--popover .contact-label,
.online .license-model--popover .contact-link {
  display: inline-block;
  font-weight: 400;
  color: #1a262d;
}
.online .license-model--popover .contact-label {
  min-width: 72px;
}
.online .license-model--popover .contact-link {
  border: none;
}
.online .license-model--popover .contact-link:hover {
  color: #0082c8;
}
.online .isbn {
  flex: 0 0 100%;
  font-size: 12px;
  font-weight: 400;
  color: #626266;
}
.online .module-list__header {
  background-color: #f5f6f7;
  padding: 12px 16px;
  margin-bottom: 4px;
}
.online .module-list__header--teaser {
  background: linear-gradient(177deg, #0099cf, #0060a1);
  margin-bottom: 0;
  color: #fff;
  text-shadow: -1px -1px rgba(0, 0, 0, 0.1);
}
.online .module-list__item {
  background-color: #f5f6f7;
  padding: 24px 16px;
  margin-bottom: 4px;
}
.online .module-list__item:last-child {
  margin-bottom: 0;
}
.online .module-list__item::after {
  display: block;
  clear: both;
  content: "";
}
.online .module-list__item figure {
  width: 144px;
  float: left;
  margin-right: 12px;
}
.online .module-list__item figure img {
  width: 100%;
  margin-bottom: 0;
}
.online .module-list__item .link__more {
  margin-left: 60px;
  display: block;
  margin-bottom: 24px;
}
.online .module-list__item .link__more::before {
  background-color: #ea7b00;
}
.online .module-list__item .link__more::after {
  border-left-color: #ea7b00;
}
.online .module-list__item .link__more:focus {
  box-shadow: none;
  background-color: rgba(234, 123, 0, 0.2);
}
.online .module-list__item .item-price {
  line-height: 24px;
  margin-left: 60px;
  display: block;
}
.online .module-list__item--campaign .item-price {
  margin-left: 0;
  margin-bottom: 12px;
}
.online .module-list__item--campaign .link__more {
  clear: both;
  margin-left: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .online__secondary > div {
    margin-left: 0;
    margin-right: 0;
  }
  .online .product__image {
    float: left;
    margin-bottom: 0;
    margin-right: 24px;
    width: 168px;
  }
  .online .module-list__item figure {
    width: 72px;
  }
  .online .module-list__item .link__more {
    margin-left: 84px;
  }
  .online .module-list__item .item-price {
    margin-left: 84px;
  }
  .online .module-list__item--campaign figure {
    margin-bottom: 12px;
  }
  .online .module-list__item--campaign .link__more {
    margin-left: 0;
  }
  .online .module-list__item--campaign .item-price {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .online__grid-layout {
    display: grid;
    grid-template-columns: 2fr 384px;
    grid-template-rows: auto auto auto 1fr;
    align-items: start;
    align-content: start;
    grid-row-gap: 0;
    grid-column-gap: 24px;
    grid-template-areas: "head head" "intro cart-o" "details cart-o" "details secondary" "cart-cta secondary";
  }
  .online__head {
    margin-bottom: 1.5rem;
  }
  .online__intro {
    margin-bottom: 1.5rem;
  }
  .online__cart-top {
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
  .online .cart-options__license-model {
    margin-top: 0;
  }
  .online__subtitle {
    font-weight: 700;
    font-size: 18px;
  }
  .online__details {
    min-width: 480px;
  }
  .online .product__image {
    float: left;
    margin-bottom: 24px;
    width: 192px;
  }
  .online .module-list__header {
    padding: 12px 24px;
  }
  .online .module-list__header--teaser {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }
  .online .module-list__item {
    padding: 24px;
  }
  .online .module-list__item--campaign .item-text {
    float: left;
    width: calc(100% - 24px * 7 / 2);
  }
  .online .module-list__item--campaign figure {
    float: right;
    margin-right: 0;
    margin-left: 12px;
    margin-bottom: 12px;
  }
  .online .module-list__item--campaign .item-price {
    clear: both;
    margin-bottom: 24px;
  }
}
@media (min-width: 1366px) {
  .online__grid-layout {
    display: grid;
    grid-template-columns: 2fr 384px;
    grid-row-gap: 0;
    grid-column-gap: 48px;
    grid-template-areas: "head head" "intro cart-o" "details cart-o" "details secondary" "cart-cta secondary";
  }
  .online .product__image {
    width: 240px;
  }
  .online__details {
    max-width: 672px;
    margin-bottom: 72px;
  }
}

.seminar__grid-layout {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 24px;
  grid-column-gap: 0;
  grid-template-areas: "head" "image" "cart-s" "details" "secondary";
}
.seminar__head {
  grid-area: head;
  margin-bottom: 24px;
}
.seminar__image {
  grid-area: image;
}
.seminar__image img {
  max-width: 100%;
}
.seminar__cart-top {
  position: relative;
  margin-top: 24px;
  padding-top: 0;
  grid-area: cart-s;
}
.seminar__details {
  grid-area: details;
  min-width: 0;
}
.seminar__secondary {
  grid-area: secondary;
}
.seminar__secondary > div {
  margin-bottom: 24px;
  margin-left: -16px;
  margin-right: -16px;
}
.seminar .product__title {
  min-height: 0;
  margin-bottom: 0;
}
.seminar .product__pre-title {
  font-size: 14px;
  font-weight: 400;
}
.seminar__appointment-list {
  margin-bottom: 24px;
}
.seminar__appointment {
  padding-bottom: 12px;
}
.seminar__booking .seminar__appointment {
  padding-bottom: 6px;
}
.seminar__appointment:last-child {
  padding-bottom: 0;
}
.seminar__appointment .form-check-label {
  padding-bottom: 0;
}
.seminar__location, .seminar__date, .seminar__time {
  line-height: 24px;
}
.seminar__date {
  margin: 0 auto 0 0;
  display: flex;
  justify-content: space-between;
}
.seminar__booking .seminar__date {
  display: inline-block;
}
.seminar__date.webinars {
  display: flex !important;
}
.seminar__times {
  display: inline-block;
  padding-left: 5px;
}
.seminar__location {
  font-weight: 500;
  min-width: 0;
  padding-right: 12px;
  margin: 0;
  display: inline-block;
}
.seminar__booking .seminar__location {
  font-weight: 400;
}
.seminar__days {
  margin: 0 auto 0 0;
  flex: 1 0 auto;
}
.seminar__time {
  margin: 0 0 0 auto;
  flex: 1 0 auto;
  margin-left: 12px;
}
.seminar__place {
  padding: 24px;
  background-color: #f5f6f7;
  border-bottom: 1px solid #fff;
}
.wrapper__page .seminar__place {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.seminar__place--highlight {
  font-weight: 500;
}
.seminar__place__address {
  padding-right: 0;
  margin-bottom: 24px;
}
.seminar__place a {
  color: #3d7bae;
  border: none;
}
.seminar__place a:visited {
  color: #3d7bae;
}
.seminar__place a:hover, .seminar__place a:active, .seminar__place a:focus {
  color: #9b9b9d;
}
.seminar__place i {
  font-size: 1.2em;
}
.seminar__price-options {
  margin-bottom: 24px;
}
.seminar__price-options .product__price .price-label {
  color: #1a262d;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 6px;
}
.seminar__price-options .product__price .price-info {
  display: inline-block;
  position: relative;
  width: auto;
}
.seminar__price-options .product__price .tax,
.seminar__price-options .product__price .price-info {
  font-size: 16px;
  line-height: 24px;
  vertical-align: initial;
  color: #1a262d;
}
.seminar__booking .add-to-cart__amount span {
  line-height: 40px;
  margin-right: 6px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .seminar__secondary > div {
    margin-left: 0;
    margin-right: 0;
  }
  .seminar__place__address {
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .seminar__grid-layout {
    display: grid;
    grid-template-columns: 2fr 384px;
    grid-template-rows: auto auto auto 1fr;
    grid-row-gap: 24px;
    grid-column-gap: 24px;
    grid-template-areas: "head head" "image cart-s" "details cart-s" "details secondary";
  }
  .seminar__cart-top {
    margin-top: 0;
  }
  .seminar__subtitle {
    font-weight: 700;
    font-size: 18px;
  }
  .seminar__location {
    margin: 0;
  }
  .seminar__date {
    margin: 0;
  }
}
@media (min-width: 1366px) {
  .seminar__grid-layout {
    display: grid;
    grid-template-columns: 2fr 384px;
    grid-template-rows: auto auto auto 1fr;
    grid-row-gap: 24px;
    grid-column-gap: 48px;
    grid-template-areas: "head head" "image cart-s" "details cart-s" "details secondary";
  }
  .seminar__image, .seminar__details {
    max-width: 672px;
  }
}

.product__tabs .tab__navigation {
  display: none;
}

@media (max-width: 767.98px) {
  .product .product__body .tab {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .product__tabs.no-js .tab__navigation {
    display: none;
  }
  .product__tabs.js-enabled {
    position: relative;
    border-bottom: 1px solid #727274;
  }
  .product__body .product__tabs.js-enabled .tab {
    margin-bottom: 24px;
  }
  .product__tabs.js-enabled .product__section--header {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .product__tabs.js-enabled .tab__navigation {
    position: relative;
    z-index: 2;
    display: block;
    list-style: none;
    font-size: 0;
    padding-left: 0;
    margin-bottom: 0;
    border-bottom: 3px solid #cdcdca;
  }
  .product__tabs.js-enabled .tab__menu-item {
    position: relative;
    display: inline-block;
    padding: 0 24px;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    color: #545456;
    cursor: pointer;
    transition: background-color 0.25s, color 0.25s;
  }
  .product__tabs.js-enabled .tab__menu-item:hover {
    background-color: #eeeeef;
    color: #1a262d;
  }
  .product__tabs.js-enabled .tab__menu-item.active {
    background-color: #cdcdca;
    color: #1a262d;
    cursor: default;
  }
  .product__tabs.js-enabled .tab__menu-item.active::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: calc(50% - 24px * 2 / 3);
    bottom: -14px;
    border-left: 16px solid transparent;
    border-right: 16px solid transparent;
    border-top: 12px solid #cdcdca;
  }
  .product__tabs.js-enabled .tab {
    background-color: #f5f6f7;
    padding: 48px 24px;
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: -1;
    transform: translateY(0);
    transition: 0.3s opacity ease-in, 0.5s transform ease;
  }
  .product__tabs.js-enabled .tab.active {
    position: relative;
    top: 0;
    opacity: 1;
    z-index: 1;
    transform: translateY(-3px);
    transition: 0.25s opacity ease-in, 0.5s transform ease;
  }
}
@media (min-width: 1024px) {
  .product__tabs.no-js .tab {
    margin-bottom: 72px;
  }
}
.product__body .accordion__title {
  display: none;
}
.product__body .accordion__title + label {
  display: none;
}

@media (max-width: 767.98px) {
  .product__body .accordion__title[name=panel] {
    display: none;
  }
  .product__body .accordion__title[name=panel] + label {
    display: block;
  }
  .product__body .accordion__content {
    margin-bottom: 0;
    padding: 0 16px;
    overflow: hidden;
    height: 0;
    position: relative;
    box-shadow: none;
    color: #545456;
    transition: height 0.5s ease, margin 0.5s ease, padding 0.5s ease;
  }
  .product__body .accordion__content .product__section--header {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .product__body section:last-of-type .accordion__content {
    border-bottom: 12px solid #e1e1e5;
  }
  .product__body input[name=panel]:checked ~ .accordion__content {
    height: 40vh;
    overflow-y: scroll;
    padding-top: 24px;
    padding-bottom: 24px;
    box-shadow: inset 2px 0 2px rgba(0, 0, 0, 0.3), inset -2px 0 2px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 767.98px) and (max-width: 475px) {
  .product__body input[name=panel]:checked ~ .accordion__content {
    height: 60vh;
  }
}
@media (max-width: 767.98px) {
  .product__body label {
    position: relative;
    margin-bottom: 2px;
    padding: 12px 16px;
    background-color: #e1e1e5;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
    font-size: 16px;
    font-weight: 400;
    color: #000;
    cursor: pointer;
    transition: color 0.5s ease, box-shadow 0.5s ease, margin 0.5s 0;
  }
  .product__body label::after {
    content: "";
    display: block;
    z-index: 1;
    position: absolute;
    bottom: 0;
    width: 0;
    height: 0;
    transform: rotate(45deg);
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    left: calc(50% - 24px / 4);
    background-color: #e1e1e5;
    transition: width 0.5s ease, bottom 0.5s ease, box-shadow 0.5s 0.15s ease;
  }
  .product__body label::before {
    display: none;
  }
  .product__body label span {
    position: absolute;
    display: block;
    top: 23px;
    width: 18px;
    height: 3px;
    font-size: 3px;
    line-height: 3px;
    background-color: #545456;
    right: 16px;
    color: #545456;
    opacity: 1;
    transition: opacity 0.5s 0.15s;
  }
  .product__body label span::after {
    content: "";
    position: absolute;
    display: block;
    width: 18px;
    height: 3px;
    background-color: #545456;
    top: 0;
    left: 0;
    transform: rotate(90deg);
    transition: transform 0.25s;
  }
  .product__body label:hover {
    color: #0060a1;
  }
  .product__body input:checked + label {
    color: #000;
    margin-bottom: 0;
    box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
  }
  .product__body input:checked + label::after {
    width: 18px;
    height: 18px;
    bottom: -9px;
    box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
  }
  .product__body input:checked + label span {
    background-color: #000;
    opacity: 0;
  }
  .product__body input:checked + label span::after {
    transform: rotate(0deg);
    background-color: #000;
  }
}
.product__gallery {
  width: 240px;
  margin: 0;
}
.product__gallery .lSPager {
  margin-bottom: 12px;
}
.product__gallery .lSPager li {
  display: inline-block;
  border: 1px solid #e1e1e5;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.product__gallery .lSPager li img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  max-width: 40px;
  opacity: 0.45;
  transition: opacity 0.25s ease;
}
.product__gallery .lSPager li.active img {
  opacity: 1;
}
.product__gallery .lSPager li:hover img {
  opacity: 1;
}

@media screen and (max-width: 475px) {
  .product__gallery {
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .product__gallery {
    width: 100%;
  }
}
.crosssell__list {
  background-color: #f5f6f7;
  padding: 0.5rem 1rem;
}
.crosssell__item {
  display: flex;
  align-items: start;
  padding: 0.5rem 0;
  border-bottom: 1px solid #9b9b9d;
}
.crosssell__item:last-child {
  border-bottom: 0;
}
.crosssell__item figure {
  width: 4.5rem;
  flex-shrink: 0;
  margin-right: 0.75rem;
}
.crosssell__item figure img {
  width: 100%;
  margin-bottom: 0;
}
.crosssell__item .item-price {
  font-size: 14px;
  display: block;
}
.crosssell__type-label {
  font-weight: 500;
  margin-bottom: 0.25rem;
}
.crosssell__single-product {
  display: block;
  width: 100%;
  border-top: 1px solid #9b9b9d;
  padding-top: 0.5rem;
  margin-bottom: 1.25rem;
}
.crosssell__single-product label {
  font-size: 14px;
  padding-left: 1.5rem;
}
.crosssell__single-product input[type=checkbox]:active + label::before, .crosssell__single-product input[type=checkbox]:focus + label::before {
  border-color: #ea7b00;
  outline: 1px solid #ea7b00;
}
.crosssell__single-product input[type=checkbox]:disabled + label {
  opacity: 0.5;
}
.crosssell__single-product input[type=checkbox]:disabled + label .crosssell__product-link:hover {
  color: #1a262d;
  text-decoration-color: #1a262d;
  text-decoration: underline;
}
.crosssell__single-product input[type=checkbox] + label::after {
  border-color: #ea7b00;
}
.crosssell__product-link {
  font-weight: 700;
  color: #1a262d;
  text-decoration: underline;
  text-decoration-color: #1a262d;
  text-underline-offset: 0.25rem;
  transition: color 0.3s, text-decoration-color 0.3s;
  border: 0;
}
.crosssell__product-link:hover {
  color: #0060a1;
  text-decoration-color: transparent;
}

.cs-teaser {
  position: relative;
  display: block;
  min-height: 192px;
  padding: 0;
  background: #f5f6f7;
}
.cs-teaser__label {
  font-weight: 400;
  background-color: #0082c8;
  padding: 3px 24px;
  text-align: left;
  color: #fff;
  display: block;
}
.cs-teaser__picture {
  display: none;
  padding: 24px;
}
.cs-teaser__picture img {
  display: block;
  margin: auto;
}
.cs-teaser__info {
  padding: 12px 16px;
}
.cs-teaser__info .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.cs-teaser__info img {
  width: 60px;
  margin: 0 12px 0 0;
  float: left;
}
.cs-teaser__info-pretitle, .cs-teaser__info-details {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}
.cs-teaser__info-pretitle {
  color: #626266;
  font-weight: 300;
}
.cs-teaser__info-title {
  padding: 0;
  margin: 0;
  font-size: 16px;
}
.cs-teaser__info-details {
  margin: 0;
}
.cs-teaser__info .flex-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: column-reverse;
}
.cs-teaser__info .link__more {
  margin-bottom: 12px;
  margin-right: 12px;
}
.cs-teaser__info .product__price {
  font-size: 16px;
  padding: 12px 0 0;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .cs-teaser {
    margin: 0;
  }
  .cs-teaser__info img {
    width: 96px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .cs-teaser__info-pretitle, .cs-teaser__info-details {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .cs-teaser {
    margin-bottom: 24px;
    min-width: 312px;
    border: 1px solid #eeeeef;
    box-shadow: 5px 5px 1px rgba(0, 0, 0, 0.05);
  }
  .cs-teaser__label {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 12px;
  }
  .cs-teaser__picture {
    display: block;
  }
  .cs-teaser__picture img {
    width: 144px;
  }
  .cs-teaser__info {
    padding: 24px 24px 0;
    background-color: #fff;
  }
  .cs-teaser__info img {
    display: none;
  }
  .cs-teaser__info-title {
    display: block;
  }
  .cs-teaser__info .flex-c {
    display: flex;
    flex-direction: row;
  }
  .cs-teaser__info-details {
    margin-bottom: 12px;
  }
  .cs-teaser__info .link__more {
    margin-bottom: 24px;
    margin-right: 12px;
  }
  .cs-teaser__info .product__price {
    padding: 0;
    margin-bottom: 24px;
  }
}
.eyecatcher__brushstroke {
  position: relative;
  display: inline-block;
  width: auto;
  height: 72px;
  color: #fff;
  font-weight: 500;
}
.eyecatcher__brushstroke p {
  margin: 0;
  font-size: 20px;
  line-height: 24px;
  padding: 24px 48px;
}
.eyecatcher__brushstroke--background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: 100% 48px;
  background-position: center;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.eyecatcher__brushstroke--background-image.green {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjI4LjMgNjAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDIyOC4zIDYwOyIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgICA8cGF0aCBmaWxsPSIjMDJBODcxIiBpZD0iYnJ1c2hzdHJva2UiIGNsYXNzPSJicnVzaHN0cm9rZSIgZD0iTTU4LjUsNTkuN2MwLTAuMi0wLjEtMC4zLTAuMS0wLjJjLTAuMSwwLTAuMi0wLjEtMC4zLTAuNGMtMC4xLTAuMy0wLjMtMC40LTAuNC0wLjRjLTAuMiwwLTAuMiwwLTAuMS0wLjIKICAgIGMwLjEtMC4xLDAuMS0wLjIsMC0wLjJjLTAuMSwwLTAuMS0wLjEsMC0wLjNjMC4xLTAuMiwwLjEtMC4yLDAtMC4zYy0wLjEsMC0wLjItMC4xLTAuMi0wLjJjMC0wLjEsMC4xLTAuMSwwLjEsMGMwLjEsMCwwLjEsMCwwLTAuMQogICAgYzAtMC4xLDAtMC4yLDAuMS0wLjJjMC4xLDAsMC4xLTAuMSwwLTAuMmMtMC4xLTAuMi0wLjEtMC4yLDAuMS0wLjJjMC4yLDAsMC4yLDAsMC0wLjJjLTAuMi0wLjItMC41LDAtMC40LDAuMmMwLDAuMSwwLDAuMS0wLjEsMC4yCiAgICBjLTAuMSwwLTAuMSwwLTAuMS0wLjJjMC0wLjIsMC0wLjIsMC0wLjJjLTAuMSwwLTAuMiwwLTAuNCwwYy0wLjItMC4xLTAuMS0wLjEsMC4zLTAuMmMwLjMtMC4xLDAuNS0wLjIsMC41LTAuMwogICAgYzAtMC4xLDAuMS0wLjIsMC4yLTAuMmMwLjEsMCwwLjMtMC4xLDAuNC0wLjJjMC4yLTAuMiwwLjgtMC42LDEtMC41YzAuMSwwLDAuNC0wLjEsMC44LTAuMmMwLjQtMC4xLDEtMC4yLDEuNS0wLjMKICAgIGMwLjQsMCwwLjgtMC4xLDAuOC0wLjJjMC0wLjEsMC4yLTAuMSwwLjMtMC4xYzAuMSwwLDAuNi0wLjIsMS0wLjRjMC40LTAuMiwwLjgtMC40LDEtMC40YzAuMSwwLDAuMi0wLjEsMC4zLTAuMQogICAgYzAtMC4xLDAtMC4xLTAuMS0wLjFjLTAuMiwwLTAuMS0wLjYsMC4xLTAuNmMwLjEsMCwwLjQtMC4xLDAuNy0wLjJzMC43LTAuMSwwLjgtMC4xYzAuMiwwLDAuNSwwLDAuNywwYzAuMi0wLjEsMC43LTAuMiwxLjEtMC4zCiAgICBjMS0wLjIsMS42LTAuNCwxLjYtMC41YzAtMC4xLTYuNCwwLTcuOSwwLjFjLTAuOCwwLjEtMS4xLDAuMS0xLjUtMC4xYy0wLjItMC4xLTAuNS0wLjItMC41LTAuMmMwLDAtMC4yLTAuMS0wLjQtMC4yCiAgICBjLTAuMi0wLjEtMC40LTAuMS0wLjYtMC4xYy0wLjEsMC0xLjgsMC4xLTMuNywwLjFjLTEuOSwwLTMuNywwLjEtNCwwLjJjLTAuMywwLjEtMS4yLDAuMi0yLDAuM2MtMC44LDAuMS0xLjYsMC4yLTEuNywwLjMKICAgIGMtMC4xLDAuMS0wLjUsMC4xLTAuOCwwLjFjLTAuMywwLTAuNiwwLTAuNywwYzAsMC4xLTAuMSwwLjEtMC4yLDBjLTAuMSwwLTAuMSwwLTAuMSwwLjFjMCwwLjEsMCwwLjEtMC4xLDAuMQogICAgYy0wLjItMC4xLTEuMywwLjItMS4zLDAuM2MwLDAuMS0wLjksMC4zLTEuMywwLjNjLTAuMSwwLTAuMywwLjEtMC41LDAuMmMtMC4xLDAuMS0wLjMsMC4zLTAuNCwwLjNjLTAuMSwwLTAuNSwwLTEsMAogICAgYy0wLjQsMC0xLDAuMS0xLjIsMC4yYy0wLjMsMC4xLTAuNywwLjItMSwwLjJjLTAuMywwLTAuNCwwLjEtMC40LDAuMmMwLjEsMC4yLTAuMiwwLjItMi4zLDAuNGMtMC4xLDAtMC4yLDAuMS0wLjIsMC4xCiAgICBjMCwwLjEtMC4xLDAuMi0wLjIsMC4yYy0wLjEsMC0wLjQsMC4yLTAuNiwwLjNjLTAuMiwwLjItMC43LDAuMi0xLjcsMC4zYy0wLjcsMC0xLjUsMC4xLTEuNiwwLjFjLTAuMiwwLTAuNSwwLjEtMC43LDAuMgogICAgYy0wLjIsMC4xLTAuNCwwLjEtMC41LDAuMWMtMC4xLTAuMi0wLjUtMC4zLTAuNC0wLjJjMC4xLDAuMiwwLDAuMi0wLjMsMGMtMC43LTAuNC0zLjgtMC4xLTQuMSwwLjRjLTAuMSwwLjEtMC4xLDAuMiwwLDAuMwogICAgYzAuMSwwLDAuMSwwLjEsMC4xLDAuMnMtMC4xLDAuMS0wLjIsMGMtMC4xLDAtMC4yLDAtMC4zLDAuMWMtMC4xLDAuMiwwLjYsMC4yLDEsMGMwLjItMC4xLDAuNi0wLjIsMC45LTAuM2MwLjMtMC4xLDAuNy0wLjEsMC44LTAuMQogICAgYzAuMSwwLDAuMiwwLDAuMiwwLjFjMCwwLjEsMC4yLDAuMiwwLjUsMC4xYzAuNCwwLDAuNSwwLDAuMywwLjFjLTAuMSwwLjEtMC4yLDAuMi0wLjIsMC4yYzAuMSwwLjEtMC42LDAuMi0yLDAuMwogICAgYy0wLjgsMC4xLTEsMC0xLjEtMC4xYy0wLjEtMC4xLTAuMS0wLjEtMC4xLDBjMCwwLjItMC43LDAuMi0xLTAuMWMtMC4xLTAuMS0wLjItMC4yLTAuMi0wLjFjMCwwLjEtMC40LDAuMS0xLDAKICAgIGMtMC42LDAtMS40LTAuMS0yLTAuMmMtMC41LDAtMS4xLTAuMS0xLjMtMC4yYy0wLjItMC4xLTAuNS0wLjEtMC43LTAuMXMtMC4zLDAtMC40LTAuMWMwLTAuMSwwLTAuMSwwLjEsMGMwLjEsMC4xLDAuMSwwLjEsMC4xLDAKICAgIGMtMC4xLTAuMi0wLjctMC4zLTEuNC0wLjNjLTAuNCwwLTAuNS0wLjEtMC41LTAuM2MwLTAuMiwwLjEtMC4zLDAuOC0wLjRjMC41LTAuMSwxLTAuMSwxLjEtMC4xbDAuMywwbC0wLjMtMC4yCiAgICBjLTAuNi0wLjMtMS4xLTAuNC0yLjItMC41Yy0wLjYsMC0xLjQtMC4yLTEuOS0wLjNjLTEtMC4zLTQuNi0wLjMtNC43LDBjLTAuMSwwLjEtMC4yLDAuMS0wLjIsMC4xYy0wLjItMC4xLTIuNS0wLjItMi40LDAKICAgIGMwLjEsMC4xLDAuMSwwLjEtMS42LDAuMmMtMS4xLDAtMS42LDAuMS0zLjMsMC4zYy0wLjgsMC4xLTEuMiwwLTEuNy0wLjJjLTAuMi0wLjEtMC4xLTAuMiwwLjMtMC40YzAuNC0wLjIsMC44LTAuNCwxLjUtMC40CiAgICBjMS4xLTAuMSwyLjItMC4zLDMtMC41YzAuNS0wLjEsMC42LTAuMiwwLjUtMC40YzAtMC4xLTAuMS0wLjItMC4yLTAuMmMtMC4xLDAtMC4yLDAtMC4yLTAuMXMwLjEtMC4xLDAuMi0wLjFjMC4yLDAsMC4yLDAsMC0wLjEKICAgIEM2LjYsNTIsNi42LDUyLDYuNyw1MmMwLjEsMCwwLjEtMC4xLDAuMS0wLjJjMC0wLjEsMC4xLTAuMywwLjQtMC40bDAuNS0wLjJsLTEuMi0wLjFjLTAuNywwLTEuNS0wLjEtMi0wLjFjLTAuNCwwLTAuNywwLTAuNywwCiAgICBjMCwwLDAuMS0wLjEsMC4yLTAuM2MwLjEtMC4yLDAuMi0wLjIsMC4yLTAuMmMwLDAsMC4xLDAsMC4zLTAuMWMwLjItMC4xLDAuNy0wLjIsMS4yLTAuM2MwLjUtMC4xLDEuMS0wLjIsMS40LTAuMwogICAgYzAuMy0wLjEsMC43LTAuMiwwLjktMC4yYzAuNywwLDIuNC0wLjUsMS45LTAuNWMtMC4xLDAtMC4yLDAtMC40LTAuMWMtMC4xLDAtMC4zLTAuMS0wLjQtMC4xYy0wLjMtMC4xLTAuMy0wLjIsMC0wLjMKICAgIGMwLjEsMCwwLjQtMC4yLDAuNi0wLjRjMC4yLTAuMiwwLjQtMC4zLDAuNi0wLjNjMC4yLDAsMC4zLTAuMSwwLjQtMC4yYzAuMS0wLjEsMC0wLjItMC42LTAuM2MtMC40LDAtMC45LTAuMS0xLjEtMC4xCiAgICBjLTAuNS0wLjEtMi40LTAuMS0yLjYsMEM2LjQsNDcuNSw1LDQ3LjYsNSw0Ny41YzAtMC4xLDAuMS0wLjIsMC4yLTAuM0M1LjMsNDcuMiw1LjQsNDcsNS40LDQ3czAtMC4xLTAuMSwwYzAsMC0wLjIsMC0wLjItMC4xCiAgICBjLTAuMS0wLjEtMC4yLTAuMS0wLjIsMGMwLDAuMS0wLjEsMC4xLTAuMiwwLjFjLTAuMywwLTAuMi0wLjEsMC4yLTAuM2MwLjUtMC4yLDAuNC0wLjMtMC4zLTAuNWMtMC43LTAuMS0wLjgtMC40LTAuMy0wLjYKICAgIGMwLjUtMC4yLDIuOS0wLjUsNC4yLTAuNWMwLjYsMCwxLjMsMCwxLjUtMC4xbDAuMy0wLjFsLTAuNC0wLjNjLTAuMi0wLjItMC40LTAuMy0wLjYtMC4zYy0wLjMsMC0wLjQtMC4yLTAuMi0wLjUKICAgIGMwLjItMC4zLDEuMi0wLjksMS43LTAuOWMwLjIsMCwwLjMtMC4xLDAuMi0wLjFjMC0wLjEtMC4yLTAuMS0wLjMtMC4xYy0wLjIsMC0wLjQtMC4zLTAuNC0wLjVjMC0wLjItMS45LDAtMi4xLDAuMwogICAgYy0wLjEsMC4yLTMuMywwLjctMy42LDAuNWwtMC4zLTAuMWwwLjMtMC4yYzAuMi0wLjEsMS4yLTAuMywyLjMtMC41YzItMC4zLDIuNS0wLjYsMS4yLTAuNmMtMC40LDAtMC44LTAuMS0wLjktMC4yCiAgICBjLTAuMi0wLjEtMC40LTAuMS0xLjQsMGMtMS44LDAuMi0yLjksMC40LTMuMiwwLjVjLTAuMiwwLjEtMC4yLDAtMC4yLTAuMWMwLTAuMiwwLjQtMC41LDEtMC43QzQsNDEsMy43LDQwLjgsMyw0MC45CiAgICBjLTAuMywwLTAuOCwwLjEtMS4xLDAuMmwtMC42LDAuMWwwLjUtMC40YzAuMy0wLjIsMC41LTAuNSwwLjUtMC41cy0wLjMtMC4xLTAuOC0wLjFDMC41LDQwLDAsMzkuNywwLDM5LjNjMC0wLjIsMC44LTAuNSwxLjYtMC42CiAgICBjMC4zLDAsMS0wLjEsMS41LTAuMmMwLjUtMC4xLDEuNC0wLjIsMS45LTAuM2MwLjUsMCwxLjItMC4xLDEuNi0wLjJjMi41LTAuNCwzLjEtMC42LDMuMi0wLjZjMC4xLDAtMC4xLTAuMS0wLjQtMC4yCiAgICBDOSwzNy4yLDguOCwzNy4xLDguOCwzN2MwLTAuMiwxLjItMC43LDIuNC0wLjljMC42LTAuMSwxLTAuMiwxLjEtMC40YzAuMS0wLjEsMC41LTAuMywwLjktMC40YzAuOS0wLjIsMC45LTAuNC0wLjEtMC43CiAgICBjLTAuMi0wLjEtMC40LTAuMi0wLjMtMC4zYzAuMS0wLjIsMC42LTAuNSwxLTAuNWMwLjEsMCwwLjItMC4xLDAuMi0wLjFjMC0wLjEtMC41LTAuMS0xLTAuMWMtMC44LDAtMS4yLTAuMS0wLjgtMC4zCiAgICBjMC40LTAuMS0xLjQtMC4xLTIuMywwLjFjLTEuMSwwLjItMS43LDAuMS0xLjctMC4yYzAtMC4yLDAuMy0wLjQsMS4yLTAuOGMwLjgtMC40LDEuMi0wLjYsMS4xLTAuN2MtMC4yLTAuMSwwLTAuMywwLjgtMC42CiAgICBjMS4yLTAuNCwyLjEtMSwyLTEuNGMtMC4xLTAuMiwwLjQtMC40LDIuMy0wLjZjMC45LTAuMSwxLjktMC4zLDIuMS0wLjRjMC4yLTAuMSwwLjctMC4yLDEtMC4zYzAuOS0wLjEsMi43LTAuNiwzLTAuNwogICAgYzAuMS0wLjEsMC40LTAuMiwwLjYtMC4yYzAuMiwwLDAuNS0wLjEsMC42LTAuMWMwLjItMC4xLDAuMS0wLjEtMC4yLTAuMWMtMS4xLDAtMS42LTAuMS0xLjgtMC4zYy0wLjEtMC4xLTAuMi0wLjItMC40LTAuMQogICAgYy0wLjIsMC4xLTAuMywwLjEtMC4xLTAuMWMwLjEtMC4xLDAuMy0wLjEsMC40LTAuMWMwLjEsMCwwLjMsMCwwLjQtMC4xYzAuMS0wLjEsMC4zLDAsMC41LDAuMWMwLjIsMC4xLDAuNCwwLjEsMC41LDAKICAgIGMwLjEtMC4xLDAuMy0wLjEsMC4zLDBjMCwwLjEsMC40LDAuMSwwLjgsMC4xYzAuNCwwLDAuOCwwLjEsMSwwLjJjMC40LDAuMiwwLjUsMC4yLDAuNSwwLjFjMC0wLjEtMC4xLTAuMS0wLjItMC4xCiAgICBjLTAuMSwwLTAuMiwwLTAuMS0wLjFjMC0wLjEsMC0wLjEtMC4yLTAuMmMtMC4xLDAtMC4yLTAuMS0wLjItMC4yYzAuMS0wLjIsMC42LTAuMywyLjMtMC40YzEuNi0wLjEsMi0wLjIsMi0wLjMKICAgIGMwLTAuMS0wLjEtMC4xLTAuMi0wLjFjLTAuMSwwLTAuMi0wLjEtMC4yLTAuMmMwLTAuMiwwLjEtMC4yLDAuMy0wLjJjMC40LDAsMC40LTAuMiwwLjEtMC4zYy0wLjEsMC0wLjcsMC0xLjQsMAogICAgYy0xLjksMC4xLTIuNiwwLjEtMy0wLjFjLTAuMi0wLjEtMC40LTAuMi0wLjQtMC4xYzAsMC0wLjEtMC4xLDAtMC4zYzAuMS0wLjQtMC4xLTAuNS0xLjQtMC41Yy0wLjgsMC0wLjgsMC0wLjYtMC4yCiAgICBjMC40LTAuMiwyLTAuNSwzLTAuNmMwLjUsMCwwLjktMC4xLDEuMS0wLjJjMC40LTAuMiwwLjYtMC4yLDAuOCwwYzAuMSwwLjEsMC40LDAuMiwwLjcsMC4yYzAuOSwwLDQuMy0wLjQsNC44LTAuNQogICAgYzAuNC0wLjEsMC40LTAuMSwwLjQtMC42Yy0wLjEtMC4zLDAtMC41LDAtMC41YzAuMS0wLjEsMC4xLTAuMiwwLTAuM2MtMC4zLTAuNCwwLjEtMC40LDEuOS0wLjRjMS40LDAsMS44LDAsMi4xLTAuMQogICAgYzAuMy0wLjIsMS43LTAuNCwyLjYtMC40YzAuMSwwLDAuNS0wLjEsMC45LTAuMWwwLjYtMC4xbC0wLjYtMC4xYy0wLjMsMC0xLjItMC4xLTIsMHMtMiwwLjEtMi42LDBjLTAuNiwwLTEuOCwwLjEtMi43LDAuMgogICAgYy0xLjcsMC4yLTMuNCwwLjQtNC4yLDAuNGMtMC4zLDAtMC41LDAtMC42LDAuMWMwLDAuMS0wLjMsMC4xLTAuNSwwLjFjLTAuMiwwLTAuNCwwLjEtMC40LDAuMWMwLDAuMS0wLjEsMC4xLTAuMywwCiAgICBjLTAuMi0wLjEtMC4yLTAuMS0wLjEsMC4xYzAuMiwwLjEsMC4yLDAuMSwwLDAuMWMtMC4xLDAtMC4yLDAuMS0wLjIsMC4xYzAsMC4xLTAuMSwwLjEtMC4zLTAuMWMtMC4zLTAuMi0wLjUtMC4zLTAuNC0wLjEKICAgIGMwLDAuMSwwLDAuMS0wLjIsMC4yYy0wLjEsMC0wLjIsMC0wLjItMC4xYzAtMC4xLTAuMi0wLjEtMC41LTAuMWMtMC4zLDAtMC41LDAuMS0wLjQsMC4xYzAsMC4xLTAuMSwwLjEtMC40LDAuMQogICAgYy0wLjUtMC4xLTEtMC40LTEtMC42YzAtMC4xLDAtMC4xLTAuMSwwYy0wLjEsMC4xLTAuMSwwLjEtMC4xLTAuMmMwLTAuNCwwLjItMC44LDAuNC0wLjhjMC4xLDAsMC4yLTAuMSwwLjEtMC4xczAtMC4xLDAuMS0wLjEKICAgIGMwLjQsMCwwLjctMC4xLDAuOS0wLjNjMC4yLTAuMiwwLjgtMC4xLDAuOCwwLjFjMCwwLTAuMSwwLTAuMiwwYy0wLjEsMC0wLjIsMC0wLjMsMC4yYy0wLjIsMC4yLTAuMiwwLjIsMCwwLjEKICAgIGMwLjEtMC4xLDAuMi0wLjEsMC4xLDAuMWMtMC4xLDAuMSwwLDAuMywwLjEsMC4zYzAuMiwwLjIsMC40LDAuMSwwLjIsMGMtMC4xLTAuMS0wLjEtMC4xLDAuMy0wLjFjMC4zLDAsMC42LDAsMC43LTAuMQogICAgYzAuMi0wLjEsMC4zLTAuMSwwLjQsMGMwLjEsMC4xLDAuMiwwLjEsMC4zLTAuMWMwLjEtMC4xLDAuMS0wLjMsMC4xLTAuM2MwLTAuMSwwLjEtMC4xLDAuMi0wLjFjMC4xLDAsMC4yLTAuMSwwLjItMC4xCiAgICBjMC0wLjEsMC4yLTAuMiwwLjQtMC4yYzAuMiwwLDAuNC0wLjEsMC41LTAuMmMwLjEtMC4xLDAuMi0wLjEsMC4yLTAuMWMwLjEsMC4xLDAuMSwwLDAtMC4xYy0wLjEtMC4zLDAuMS0wLjMsMC4yLDAKICAgIGMwLjEsMC4yLDAuMSwwLjIsMC4zLDBjMC4yLTAuMiwwLjItMC4yLDAuMiwwYzAsMC4yLDAsMC4yLDAuMSwwLjFjMC4yLTAuMywwLjItMC4zLTAuMi0wLjRjLTAuMi0wLjEtMC4zLTAuMi0wLjMtMC4zCiAgICBjMC0wLjMsMC41LTAuNSwxLTAuNWMwLjUsMCwwLjktMC4xLDAuOS0wLjNjMC0wLjEsMC4xLTAuMiwwLjUtMC4xYzAuNSwwLDEuMy0wLjEsMS42LTAuM2MwLjItMC4xLDAuMS0wLjEtMC4xLTAuMQogICAgYy0wLjEsMC0wLjUsMC0wLjktMC4xYy0xLjEtMC4xLTIuNS0wLjEtMywwYy0wLjMsMC4xLTAuNSwwLjEtMC40LDBjMC4xLTAuMSwwLTAuMS0wLjEtMC4xYy0wLjEsMC0wLjMtMC4xLTAuNC0wLjMKICAgIGMtMC4yLTAuMi0wLjItMC40LTAuMS0wLjRjMC4xLDAsMC4xLTAuMS0wLjEtMC4yYy0wLjItMC4yLTAuMi0wLjIsMC4xLTAuMWMwLjIsMCwwLjMsMCwwLjIsMGMtMC4zLTAuMS0wLjEtMC4zLDAuMy0wLjMKICAgIGMwLjMsMCwwLjUsMC4xLDAuNSwwLjJjMCwwLjEsMCwwLjEsMC4xLDBjMC4xLTAuMSwwLjEtMC4xLDAuMiwwYzAuMSwwLjEsMC4yLDAuMSwwLjYsMGMwLjEtMC4xLDAuNC0wLjEsMC42LTAuMQogICAgYzAuNSwwLDAuNy0wLjMsMC4yLTAuM2MtMC4yLDAtMC40LTAuMS0wLjQtMC4yYzAtMC4xLDAtMC4yLDAuMi0wLjJjMC4xLDAsMC4zLTAuMSwwLjMtMC4yYzAuMS0wLjIsMC42LTAuNSwwLjgtMC40CiAgICBjMC4xLDAsMC4xLDAsMC4yLTAuMWMwLTAuMSwwLjItMC4xLDAuNC0wLjFjMC4yLDAsMC42LTAuMSwxLTAuMmMwLjYtMC4yLDAuNi0wLjIsMC40LTAuM2MtMC4yLTAuMS0xLjItMC4xLTIuMy0wLjEKICAgIGMtMS4xLDAtMi4xLDAtMi4yLTAuMWMtMC4xLTAuMS0wLjIsMC0wLjIsMGMtMC4xLDAuMi0zLjksMC4zLTQsMC4xYzAtMC4xLTAuMS0wLjEtMC4zLDBjLTAuMSwwLTAuMSwwLjEtMC4xLDAuMgogICAgYzAuMSwwLDAsMC4xLTAuMiwwLjFjLTAuMiwwLTAuNC0wLjEtMC40LTAuMXMtMC4xLDAtMC4yLDBjLTAuMSwwLjEtMC4yLDAuMS0wLjMsMC4xYzAsMCwwLjEtMC4yLDAuMi0wLjNsMC4zLTAuMmwtMC4zLDAuMQogICAgYy0wLjMsMC4xLTAuMywwLTAuMS0wLjFjMC40LTAuMiwwLjktMC4yLDEuMywwYzAuMywwLjIsMC44LDAuMSwwLjgtMC4xYzAtMC4xLDAuMi0wLjIsMC44LTAuMmMwLjUsMCwwLjgsMCwwLjgsMC4xCiAgICBjMCwwLjEsMC4xLDAsMC4yLTAuMWMwLjEtMC4xLDAuNC0wLjIsMS4yLTAuM2MwLjYsMCwxLjQtMC4yLDEuOC0wLjNjMC40LTAuMSwxLTAuMiwxLjItMC4yYzAuMiwwLDAuNy0wLjEsMS0wLjIKICAgIGMwLjYtMC4yLDAuNS0wLjItMS4xLTAuMWMtMC45LDAtMS44LDAuMS0xLjksMC4xYy0wLjEsMC0xLjQsMC4xLTIuOCwwLjNjLTEuNSwwLjItMy4xLDAuMy0zLjUsMC4zYy0wLjUsMC0wLjksMC4xLTAuOCwwLjEKICAgIGMwLDAuMS0wLjIsMC4xLTAuNSwwLjFjLTAuMywwLTEsMC4xLTEuNiwwLjJjLTEuMSwwLjItMy41LDAuMy0zLjIsMC4yYzAuMSwwLDAuMS0wLjEsMC4xLTAuMmMwLTAuMSwwLjEtMC4xLDAuMy0wLjEKICAgIGMwLjIsMCwwLjUtMC4xLDAuOC0wLjJjMC4yLTAuMSwwLjUtMC4zLDAuNy0wLjRjMC40LTAuMiw3LjgtMS40LDkuNS0xLjZjMC41LDAsMi0wLjIsMy4zLTAuM2MxLjMtMC4xLDMtMC4zLDMuOC0wLjQKICAgIGMwLjgtMC4xLDEuNy0wLjIsMi0wLjNjMC40LTAuMSwwLjYtMC4xLDAuNywwYzAuMSwwLjEsMS40LDAuMSwzLTAuMWMwLjIsMCwxLTAuMSwxLjctMC4xYzEuMi0wLjEsMy4xLTAuMyw0LjEtMC42CiAgICBjMC4zLTAuMSwwLjYtMC4xLDAuNywwYzAuMSwwLDAuOS0wLjEsMS45LTAuMmMxLjUtMC4yLDEuOS0wLjIsMi4xLTAuMUM1MS43LDgsNTIsOCw1My4xLDcuN2MxLjgtMC40LDQuMi0wLjgsNS40LTEuMQogICAgYzAuNS0wLjEsMS4zLTAuMywxLjgtMC40YzAuNC0wLjEsMS0wLjIsMS4yLTAuMmMwLjIsMCwwLjctMC4xLDEtMC4yYzAuNS0wLjIsMS42LTAuMyw0LjQtMC44YzEuNC0wLjIsMS43LTAuMywzLjItMC41CiAgICBjMC43LTAuMSwxLjgtMC4zLDIuNS0wLjRDNzMuMyw0LjEsNzQsNCw3NC4yLDMuOWMxLjQtMC4yLDEuNy0wLjIsMiwwYzAuMiwwLjEsMC4zLDAuMywwLjMsMC40czAsMC4xLDAuMSwwLjFjMC4xLDAsMC4yLDAsMC40LDAKICAgIGMwLjIsMCwwLjMsMC4xLDAuMiwwLjJDNzcsNSw3Ny4xLDUuMiw3Ny4zLDVjMC4zLTAuMiwwLjIsMC0wLjEsMC4zYy0wLjIsMC4yLTAuNSwwLjMtMC43LDAuNEM3Niw1LjgsNzYsNS44LDc2LjEsNgogICAgYzAuMiwwLjIsMCwwLjMsOC0wLjdjMC41LTAuMSwxLjUtMC4xLDIuMi0wLjJjMC42LDAsMS44LTAuMSwyLjYtMC4yYzAuOC0wLjEsMS44LTAuMiwyLjMtMC4yYzAuNSwwLDEuMS0wLjEsMS40LTAuMgogICAgYzAuMy0wLjEsMS4zLTAuMSwyLjQtMC4xYzEsMCwyLDAsMi0wLjFjMC4yLTAuMSwzLjEtMC4yLDMuOC0wLjJjMC4zLDAsMC42LDAuMSwwLjcsMC4yYzAuMiwwLjIsMC44LDAuMiwzLjYsMC4xCiAgICBjMS4zLDAsMi40LTAuMiwyLjgtMC4zYzAuNS0wLjEsMS4zLTAuMiwzLjUtMC4yYzEuNiwwLDQuMiwwLDUuOC0wLjFjMy4zLTAuMSwzLjEtMC4xLDYuNiwwYzIuMiwwLjEsMy41LDAuMSw1LjQsMAogICAgYzAuMywwLDAuNS0wLjEsMC40LTAuMWMtMC4xLDAtMC4yLTAuMS0wLjItMC4yYzAtMC4xLDAuMy0wLjEsMS0wLjFjMC42LDAsMi4yLDAuMSwzLjcsMC4yYzEuNSwwLjEsMy40LDAuMiw0LjMsMC4zCiAgICBjMy40LDAuMyw0LjcsMC40LDYuNSwwLjVjNC40LDAuMyw2LjgsMC40LDkuMiwwLjRjMS4xLDAsMi41LDAuMSwzLjEsMC4xYzAuNiwwLDEuNCwwLjEsMS45LDAuMWMwLjUsMCwxLjQsMCwyLjEsMC4xCiAgICBjMC43LDAuMSwyLjksMC4xLDQuOSwwLjJjMiwwLDMuOSwwLjEsNC4yLDAuMnMxLDAuMiwxLjUsMC4yYzAuNSwwLDEuMSwwLjEsMS40LDAuMWMwLjcsMC4xLDEuOSwwLjIsMy41LDAuM2MxLjUsMCwyLjksMC4yLDUsMC40CiAgICBjMC4zLDAsMC44LDAuMSwxLjEsMC4xYzAuMiwwLDAuOSwwLjEsMS40LDAuMXMxLjQsMC4xLDEuOSwwLjJjMC41LDAsMSwwLjEsMS4xLDAuMWMwLDAsMC40LDAuMSwwLjgsMC4xYzAuNCwwLDAuOCwwLjEsMC45LDAuMQogICAgYzAuMSwwLDAuNywwLjEsMS4zLDAuMWMxLjcsMC4xLDEuNywwLjEsMS43LDAuM2MwLDAuMSwwLjEsMC4yLDAuMSwwLjJjMC4xLDAsMC4xLTAuMSwwLTAuMWMtMC4xLTAuMSwwLTAuMSwwLjEtMC4xCiAgICBjMC4xLDAsMC4zLDAuMSwwLjUsMC4xYzAuMiwwLDAuMywwLjEsMC4zLDAuMmMwLDAuMywwLDAuMy0wLjMsMC4xYy0wLjMtMC4zLTAuNS0wLjItMC41LDBjMCwwLjEsMCwwLjIsMCwwLjEKICAgIGMtMC4xLTAuMS0wLjQtMC4xLTEuMS0wLjFjLTEuMiwwLjEtMiwwLjEtMy43LTAuMWMtMC42LTAuMS0xLjUtMC4yLTEuOS0wLjJjLTAuNCwwLTAuNy0wLjEtMC44LTAuMWMtMC4xLDAtMC4yLDAtMC4yLDAuMQogICAgYy0wLjEsMC4xLTAuMiwwLjItMC41LDAuMWMtMC40LTAuMS0wLjctMC4xLTEuOS0wLjJjLTAuNSwwLTAuOS0wLjEtMC45LTAuMWMtMC4xLTAuMS0xLjctMC4xLTQsMGMtMS40LDAtMi41LDAtMy4yLTAuMgogICAgYy0wLjQtMC4xLTMuNC0wLjEtMy40LDBjMCwwLDAuNCwwLjEsMC44LDAuMmMwLjUsMCwwLjksMC4xLDEuMSwwLjFjMSwwLjIsMy41LDAuNCw1LjYsMC41YzAuNSwwLDAuOSwwLjEsMSwwLjEKICAgIGMwLjEsMC4xLDMuOSwwLjQsNC4xLDAuM2MwLDAsMC41LDAsMSwwLjFjMC44LDAuMSwyLjgsMC4yLDMuMywwLjJjMC4yLDAsMC4yLDAuMiwwLDAuM2MtMC4xLDAuMS0xLjEsMC4xLTEuOSwwCiAgICBjLTAuMywwLTAuNS0wLjEtMC42LTAuMmMtMC4xLTAuMS0wLjMtMC4xLTAuOC0wLjFjLTAuNCwwLTAuOCwwLjEtMC44LDAuMWMwLDAtMC4yLDAtMC4zLTAuMWMtMC4xLTAuMS0wLjItMC4xLTAuMy0wLjEKICAgIGMtMC4xLDAuMS0yLjYsMC4xLTMuMy0wLjFjLTAuMiwwLTAuNy0wLjEtMC45LTAuMWMtMC4zLDAtMC42LTAuMS0wLjgtMC4yYy0wLjItMC4xLTAuMy0wLjEtMC4zLDBjMCwwLjEtMC4yLDAuMi0wLjQsMC4yCiAgICBjLTEsMC4xLTIuMywwLjEtMy40LDBjLTAuOC0wLjEtMS4xLTAuMS0xLDBjMC41LDAuMy0wLjQsMC41LTEuOSwwLjNjLTEuMy0wLjEtMS41LTAuMi0yLTAuMWMtMC4zLDAtMC43LDAtMC45LDAKICAgIGMtMC41LTAuMS0zLjMtMC40LTQuNS0wLjRjLTAuNiwwLTEuNC0wLjEtMS45LTAuMWMtMC40LDAtMS4zLTAuMS0yLTAuMXMtMi4yLTAuMS0zLjQtMC4yYy0xLjItMC4xLTMtMC4yLTQuMS0wLjMKICAgIGMtMS42LTAuMS0xLjgtMC4xLTEuOSwwLjFjLTAuMSwwLjItMC4zLDAuMi0xLjUsMC4yYy0wLjgsMC0xLjYsMC0xLjksMC4xbC0wLjYsMC4xbDAuOSwwLjFjMC41LDAuMSwxLjEsMC4xLDEuNCwwLjEKICAgIGMwLjIsMCwxLjIsMC4xLDIuMiwwLjJjMSwwLjEsMi44LDAuMyw0LDAuM2MxLjMsMC4xLDIuNCwwLjIsMi42LDAuMmMwLjIsMCwxLjQsMC4xLDIuOCwwLjJjMi41LDAuMSw0LjIsMC4yLDUuNSwwLjMKICAgIGMwLjQsMCwxLjcsMC4xLDIuOSwwLjJjMS4yLDAuMSwyLjMsMC4yLDIuNCwwLjJjMC4xLDAsMC4zLDAuMSwwLjQsMC4xYzAuMSwwLjEsMC41LDAuMSwwLjcsMC4xYzAuMywwLDAuNSwwLjEsMC42LDAuMgogICAgYzAuMSwwLjIsMC40LDAuMiwxLjYsMC4yYzAuOCwwLDEuNSwwLjEsMS41LDAuMWMwLjEsMCwwLjUsMC4xLDEuMSwwLjFjMi40LDAuMiw0LjksMC4zLDYsMC40YzAuNywwLDIuMSwwLjEsMy4yLDAuMwogICAgYzEuMSwwLjEsMi41LDAuMiwzLjEsMC4zYzQuMiwwLjIsNy42LDAuNCw5LjQsMC41YzAuNiwwLjEsMS43LDAuMiwyLjQsMC4yYzAuNywwLDEuMywwLjEsMS4zLDAuMmMwLDAuMS0wLjEsMC4xLTAuMywwLjEKICAgIGMtMC4yLDAtMC42LDAtMC44LDBjLTAuMiwwLTAuNCwwLTAuNC0wLjFjMCwwLTAuMywwLTAuNSwwYy0wLjMsMC4xLTAuOCwwLjEtMS4zLDBjLTAuNCwwLTIuOC0wLjEtNS4zLTAuMWMtMi41LDAtNS40LTAuMS02LjUtMC4xCiAgICBjLTItMC4xLTIuNiwwLTEuMywwLjFjMC40LDAsMC43LDAuMSwwLjcsMC4xYzAuMSwwLjEtMC40LDAuMy0wLjcsMC40Yy0wLjQsMC4xLTAuNiwwLjItMC4yLDAuMmMwLjIsMCwxLDAuMSwxLjksMC4xCiAgICBjMC45LDAuMSwyLjYsMC4xLDMuOSwwLjJjMiwwLjEsMi4zLDAuMSwyLjMsMC4zYzAsMC4zLDAuNSwwLjMsMy41LDAuNWMxLjIsMCwyLjIsMC4xLDIuMywwLjJjMCwwLjEsMC4zLDAuMSwwLjYsMC4xCiAgICBjMSwwLDAuNywwLjMtMC41LDAuNmMtMC40LDAuMS0wLjgsMC4xLTEuMSwwLjFjLTEuNS0wLjEtMS4xLDAuMiwwLjYsMC40YzAuNywwLjEsMS42LDAuMiwyLjEsMC4yczEuMywwLjEsMS45LDAuMgogICAgYzAuNiwwLjEsMS43LDAuMiwyLjYsMC4yYzEsMC4xLDEuNiwwLjEsMS43LDAuMmMwLjEsMC4xLDAuNSwwLjIsMSwwLjJjMC41LDAsMC45LDAuMSwxLDAuMnMwLjUsMC4yLDEsMC4yYzAuNSwwLDEsMC4yLDEuMiwwLjMKICAgIGMwLjIsMC4xLDAuNywwLjIsMS40LDAuMmMxLjYsMC4xLDIuOCwwLjIsMi45LDAuM2MwLjEsMC4xLTEsMC4zLTEuMiwwLjJjLTAuMSwwLTAuMSwwLTAuMSwwYzAsMC4xLDAuMiwwLjIsMC40LDAuMgogICAgYzAuNSwwLjEsMC42LDAuMiwwLjIsMC40Yy0wLjQsMC4yLDAuMiwwLjQsMS40LDAuNmMxLjEsMC4yLDEuNywwLjQsMS4zLDAuNGMtMC41LDAsMC4zLDAuMiwxLDAuM2MwLjQsMCwwLjksMC4xLDAuOSwwLjIKICAgIGMwLjEsMC4xLDAuNSwwLjIsMC45LDAuMmMxLjIsMC4yLDEuMiwwLjMsMCwwLjRjLTAuNSwwLTAuOSwwLjEtMSwwLjNjLTAuMiwwLjItMC40LDAuMi0xLjIsMC4xYy0xLjYtMC4xLTEuOS0wLjEtMi4yLDAuMgogICAgYy0wLjEsMC4yLTAuMiwwLjMtMC4yLDAuNGMwLDAsMC40LDAuMSwwLjksMC4yYzAuNSwwLDAuOSwwLjEsMSwwLjJjMC4xLDAuMSwwLjQsMC4xLDAuNywwLjJjMC45LDAuMSwwLjcsMC4zLTAuMywwLjMKICAgIGMtMC41LDAtMSwwLTEsMC4xYy0wLjEsMC4xLTAuNiwwLjEtMS4yLDAuMWMtMC43LDAtMS4xLDAtMS4xLDAuMmMwLDAuMSwwLjEsMC4yLDAuNCwwLjJjMC4zLDAsMC43LDAuMSwwLjksMC4xCiAgICBjMC4yLDAuMSwwLjksMC4xLDEuNSwwLjJjMC42LDAsMS4xLDAuMSwxLjIsMC4yczAuMiwwLjEsMC4yLDBjMCwwLDAuMiwwLDAuNCwwYzAuMiwwLjEsMC4xLDAuMS0wLjYsMC4yYy0wLjgsMC4xLTEuNywwLjMtMi4yLDAuNAogICAgYy0wLjMsMC4xLDAuMiwwLjIsMS42LDAuNGMwLjcsMC4xLDEuMywwLjIsMS4zLDAuMnMwLjQsMC4xLDAuOCwwYzAuNiwwLDAuOCwwLDAuOCwwLjFjMCwwLjItMC40LDAuNi0wLjYsMC42Yy0wLjEsMC0wLjEsMCwwLTAuMQogICAgYzAuMi0wLjEsMC4yLTAuMSwwLTAuMWMtMC4xLDAtMC4zLDAuMS0wLjMsMC4yYy0wLjEsMC4yLTAuMywwLjItMS41LDAuMWMtMS41LTAuMS0xLjksMC0xLjYsMC40YzAuNSwwLjYsMi40LDEuMiwzLjcsMS4yCiAgICBjMC44LDAsMS4yLDAuMiwxLjIsMC40YzAsMC4xLTAuMiwwLjItMSwwLjJjLTAuNSwwLTEuMi0wLjEtMS41LTAuMWMtMC4zLTAuMS0xLjYtMC4yLTIuOS0wLjJjLTIuMy0wLjEtMi40LDAtMi40LDAuMgogICAgYzAsMC4yLDAuMSwwLjQsMC40LDAuNWMwLjEsMCwwLjYsMC4xLDEuMiwwLjJjMS45LDAuNCwzLjYsMC42LDUuNCwwLjdjMS42LDAuMSwyLjIsMC4yLDIsMC41YzAsMC4xLTAuMSwwLjEtMC4yLDBzLTAuMSwwLTAuMSwwLjEKICAgIGMwLDAuMS0wLjEsMC4yLTAuMiwwLjFjLTAuMSwwLTAuMiwwLTAuMiwwLjFjMCwwLjEtMC4xLDAuMS0wLjQsMC4yYy0wLjUsMC4xLTAuNiwwLjMtMC40LDAuN2MwLjEsMC4yLDAuMiwwLjMsMC4xLDAuNAogICAgYy0wLjIsMC4yLTAuMSwwLjMsMC4zLDAuM2MwLjEsMCwwLjIsMCwwLjIsMC4xYzAsMCwwLDAuMSwwLjEsMC4zYzAuMSwwLjIsMCwwLjItMSwwLjFjLTAuNiwwLTEuMy0wLjEtMS42LTAuMgogICAgYy0wLjQtMC4xLTAuNSwwLTAuNSwwLjFjMCwwLjEtMC4xLDAuMi0wLjIsMC4zYy0wLjMsMC4yLTAuMSwwLjksMC4yLDFjMC4zLDAuMSwwLjMsMC4xLDAsMC4xYy0wLjIsMC0wLjIsMCwwLDAuMQogICAgYzAuMiwwLjEtMC4xLDAuMS0xLjQsMC4yYy0wLjUsMC0wLjksMC4yLTAuOSwwLjRjMCwwLjEtMC4xLDAuMi0wLjMsMC4yYy0wLjIsMC0wLjUsMC0wLjYsMC4xYy0wLjMsMC4xLTAuMywwLjEtMC4xLDAuMgogICAgYzAuMSwwLjEsMC40LDAuMiwwLjYsMC4yYzAuMiwwLDAuNywwLjIsMS4yLDAuNGMwLjUsMC4yLDEsMC40LDEuMiwwLjRjMC44LDAsMS45LDAuMiwxLjksMC4zYzAsMC4xLDAsMC4xLDAuMiwwLjEKICAgIGMwLjEsMCwwLjIsMC4xLDAuMywwLjJjMC4xLDAuMy0wLjcsMC43LTEuMSwwLjdjLTAuMiwwLTAuMywwLTAuMywwLjFjLTAuMSwwLjItMS41LDAuMi0yLjEsMC4xYy0wLjItMC4xLTEuNS0wLjEtMi44LTAuMgogICAgYy0yLjIsMC0yLjksMC0yLDAuMmMwLjIsMCwwLjYsMC4xLDAuOSwwLjJjMC4zLDAuMSwwLjgsMC4xLDEuMSwwLjFjMC4zLDAsMC41LDAuMSwwLjUsMC4xYzAsMC4xLDAuMSwwLjEsMC4yLDAuMQogICAgYzAuMSwwLDAuMywwLjEsMC40LDAuMWMwLjMsMC4xLDAuMywwLjEsMCwwLjNjLTAuNSwwLjMtMC40LDAuNSwwLjUsMC44YzAuNCwwLjEsMC44LDAuMywwLjksMC40YzAsMC4xLDAuMSwwLjIsMC4yLDAuMwogICAgYzAuMiwwLjEsMCwwLjUtMC4zLDAuNGMtMC4xLDAtMC4yLDAtMC4xLDBjMCwwLTAuMSwwLjItMC4yLDAuNGMtMC4yLDAuMi0wLjUsMC4zLTAuOCwwLjNjLTAuMywwLTAuNSwwLjEtMC41LDAuMWMwLDAtMC41LDAuMS0xLjEsMAogICAgYy0wLjksMC0xLjIsMC0xLjQsMC4xYy0wLjIsMC4yLTEuNCwwLjMtMi4xLDAuMWMtMC4yLTAuMS0wLjQsMC0wLjUsMGMwLDAuMS0wLjIsMC4xLTAuNCwwLjFjLTAuNCwwLTAuNywwLjEtMC43LDAuMwogICAgYzAsMC4xLDAuMSwwLjEsMC4yLDAuMWMwLjEsMCwwLjIsMC4xLDAuMywwLjJjMC4xLDAuMSwwLjUsMC4zLDEuMywwLjRjMS40LDAuMywyLjUsMC43LDIuNCwxYzAsMC4xLTAuMSwwLjItMC4yLDAuMQogICAgYy0wLjEsMC0wLjEsMC0wLjEsMGMwLDAuMS0wLjEsMC4zLTAuMywwLjVjLTAuMiwwLjMtMC40LDAuNC0wLjYsMC4zYy0wLjEsMC0wLjIsMC0wLjIsMGMwLDAuMS0wLjEsMC4xLTAuNCwwLjEKICAgIGMtMC4yLDAtMC44LDAuMS0xLjMsMC4ybC0wLjksMC4ybDAuMywwLjNjMC4yLDAuMiwwLjMsMC4zLDAuNCwwLjNjMC4xLDAsMC4zLDAuMSwwLjUsMC4yYzAuNCwwLjIsMC40LDAuMiwwLjIsMC41CiAgICBjLTAuMSwwLjItMC4xLDAuMy0wLjEsMC40YzAuMSwwLDAuMSwwLjEsMCwwLjJjLTAuMSwwLjEtMC4xLDAuMS0wLjIsMGMtMC4xLTAuMS0wLjEtMC4xLTAuMiwwYy0wLjEsMC4xLTAuMywwLjItMC41LDAuM2wtMC40LDAuMgogICAgbDAuNCwwYzAuNCwwLDAuNywwLjQsMC4zLDAuNWMtMC4xLDAtMC4yLDAtMC4zLDBjMCwwLTAuMywwLTAuNSwwLjJjLTAuMiwwLjEtMC42LDAuMy0wLjksMC4zYy0wLjMsMC0wLjUsMC4yLTAuNiwwLjMKICAgIGMtMC4yLDAuMi0wLjMsMC4yLTEuNS0wLjFjLTEtMC4zLTEuMy0wLjItMS43LDAuMWMtMC4yLDAuMi0wLjMsMC4yLTEsMC4xYy0wLjgtMC4yLTIuNC0wLjItMi40LDBjMCwwLjEsMC41LDAuMiwxLDAuMwogICAgYzEuMywwLjIsMS40LDAuMywxLjIsMC40Yy0wLjQsMC4yLDEuMywwLjcsMi44LDAuOWMwLjQsMCwwLjgsMC4xLDAuOCwwLjJjMCwwLjEtMC4xLDAuMi0wLjIsMC40Yy0wLjIsMC4zLTAuMiwwLjMtMC4xLDAuNgogICAgYzAuMSwwLjEsMC4yLDAuMywwLjIsMC4zYzAsMC4yLTIuMS0wLjEtMi44LTAuM2MtMS0wLjMtMy0wLjYtMy4yLTAuNGMtMC4xLDAuMS0wLjEsMC4yLDAsMC4zYzAuMSwwLjIsMC4zLDAuMiwyLDAuNwogICAgYzAuNSwwLjEsMC44LDAuMywwLjgsMC40YzAsMC4yLTAuMSwwLjItMC45LDAuMWMtMC42LTAuMS0wLjksMC0xLDBjMCwwLjEsMCwwLjEsMC4xLDAuMWMwLjEsMCwwLjEsMCwwLjEsMC4xCiAgICBjLTAuMSwwLjEtMS44LTAuMy0yLTAuNGMtMC4xLTAuMS0xLjktMC40LTIuMy0wLjRjLTAuMSwwLTAuMiwwLjEtMC4yLDAuMmMwLDAuMSwwLDAuMi0wLjEsMC4zYy0wLjEsMC4yLDEuNSwwLjUsNC4xLDAuOQogICAgYzAuNCwwLjEsMC45LDAuMiwxLjIsMC4zYzAuMiwwLjEsMC42LDAuMiwwLjgsMC4yYzAuNiwwLDEuNCwwLjIsMS4yLDAuNGMtMC4xLDAuMS0wLjgsMC4xLTEuNywwLjFjLTAuOSwwLTEuNiwwLTEuNSwwLjEKICAgIGMwLDAsMC4zLDAuMSwwLjYsMC4zYzAuNiwwLjIsMC42LDAuMiwwLjMsMC40Yy0wLjIsMC4xLTAuNCwwLjEtMC45LDBjLTAuOC0wLjItMC45LTAuMi0wLjksMGMwLDAuMSwwLjIsMC4yLDAuNCwwLjIKICAgIGMwLjcsMC4xLDAuNSwwLjMtMC4zLDAuM2MtMC41LDAtMSwwLjEtMS4yLDAuMmMtMC4yLDAuMS0wLjUsMC4yLTAuNywwLjFjLTAuNC0wLjEtNi4yLTAuMi02LjEsMGMwLjEsMC4yLTEuNSwwLjItMi45LDAKICAgIGMtMi44LTAuNS01LjItMC43LTYuNy0wLjhjLTAuOSwwLTIuMS0wLjEtMi44LTAuMmMtMC43LTAuMS0yLTAuMi0yLjgtMC4zYy0wLjgtMC4xLTEuNi0wLjEtMS42LTAuMnMtMC41LTAuMS0xLTAuMQogICAgYy0wLjUsMC0xLjEtMC4xLTEuNC0wLjFjLTAuNS0wLjEtMi44LTAuMi00LjQtMC4yYy0xLjIsMC0zLTAuMi00LjItMC4zYy0wLjQsMC0yLTAuMS0zLjUtMC4xYy0xLjUsMC0zLjMtMC4xLTQtMC4yCiAgICBzLTIuNi0wLjEtNC4yLTAuMWMtMi41LDAtMywwLTMuMSwwLjJjLTAuMSwwLjItMC4xLDAuMi0wLjIsMGMtMC4xLTAuMS0wLjItMC4xLTAuNS0wLjFjLTAuMiwwLTAuNCwwLTAuNS0wLjEKICAgIGMtMC4xLTAuMS0wLjMtMC4xLTAuNS0wLjJjLTAuMiwwLTAuNS0wLjEtMC43LTAuMWMtMC43LTAuMi0xLjUtMC4zLTEuOC0wLjJjLTAuMywwLjEtMC45LDAtMC44LTAuMmMwLTAuMS0wLjYtMC4xLTEuMy0wLjEKICAgIGMtMiwwLTIuMy0wLjEtMi41LTAuM2MtMC4yLTAuMi0wLjItMC4xLTAuMiwwLjFjMCwwLjIsMCwwLjItMC4xLDAuMmMtMC4xLDAtMC4zLDAtMC41LDBjLTAuMiwwLTAuMywwLTAuMy0wLjEKICAgIGMwLTAuMS0wLjEtMC4xLTAuMi0wLjJjLTAuMS0wLjEtMC4yLDAtMC4xLDAuMWMwLjEsMC4xLDAsMC4yLTAuMSwwLjFjLTAuMS0wLjEtMC43LTAuMS0xLjMtMC4xYy0xLjQsMC0xLjIsMC03LjYsMAogICAgYy0yLjcsMC01LjIsMC01LjctMC4xcy0wLjktMC4xLTEsMGMtMC4yLDAuMS00LjMsMC4yLTUuNSwwLjJjLTEsMC0yLjEsMC42LTEuNSwwLjhjMC4xLDAsMCwwLjEtMC4yLDAuMmMtMC4yLDAuMS0wLjMsMC4yLTAuNCwwLjMKICAgIGMtMC4xLDAuMi0xLjIsMC4zLTEuNSwwLjJjLTAuMi0wLjEtMC43LTAuMS0xLjUtMC4xYy0wLjcsMC0yLjgsMC4xLTQuOCwwLjFjLTIsMC0zLjcsMC4xLTMuOSwwLjFjLTAuMiwwLTAuOSwwLjEtMS42LDAuMQogICAgYy0wLjcsMC0xLjQsMC4xLTEuNSwwLjJjLTAuMiwwLjEtMS40LDAuNC0xLjYsMC4zYy0wLjItMC4xLTAuNywwLTEuMSwwYy0wLjIsMC4xLTAuNSwwLjEtMC43LDAuMWMtMC4xLDAtMC40LDAtMC41LDAKICAgIGMtMC4xLDAtMC44LDAtMS40LDAuMWMtMC42LDAuMS0xLjQsMC4xLTEuNywwLjFjLTAuMywwLTAuNiwwLjEtMC43LDAuMWMtMC4xLDAuMS0wLjMsMC4yLTAuNSwwLjJjLTAuMywwLjEtMC40LDAtMC40LTAuMQogICAgYzAtMC4yLTAuMS0wLjItMC45LTAuMWMtMC41LDAtMS44LDAuMS0yLjksMC4xYy0xLjEsMC0yLjMsMC4xLTIuNiwwLjJjLTAuNCwwLjEtMC43LDAuMS0wLjcsMC4xYzAsMCwwLDAuMSwwLjEsMC4yCiAgICBjMC4xLDAuMSwwLjMsMC4yLDAuNiwwLjJjMC4yLDAsMC40LDAsMC40LDAuMXMwLDAuMSwwLjEsMC4yYzAuMSwwLjMtMC4yLDAuMy0wLjUsMGMtMC4yLTAuMi0wLjItMC4yLTAuMy0wLjFjMCwwLjEtMC4xLDAuMS0wLjIsMC4xCiAgICBjLTAuMSwwLTAuMSwwLTAuMSwwcy0wLjEsMC4xLTAuMywwLjFjLTAuMiwwLTEsMC4xLTEuOSwwLjJjLTAuOSwwLjEtMi43LDAuMi00LDAuMmMtMS4zLDAtMi41LDAuMS0yLjcsMC4xCiAgICBjLTAuNiwwLjEtMy43LDAuNC01LjQsMC41Yy0zLjIsMC4yLTUuNSwwLjYtNiwxLjFjLTAuMiwwLjItMC40LDAuMy0wLjYsMC4zYy0xLjYsMC4xLTMuOCwwLjItNC44LDAuNGMtMC40LDAuMS0xLjEsMC4xLTEuNiwwLjIKICAgIGMtMC41LDAtMS4xLDAuMS0xLjUsMC4yYy0wLjMsMC4xLTAuNiwwLjEtMC43LDAuMVM1OC41LDU5LjksNTguNSw1OS43TDU4LjUsNTkuN3ogTTU4LjUsNTguNmMwLTAuMS0wLjEtMC4xLTAuMiwwCiAgICBjLTAuMSwwLjEtMC4yLDAuMi0wLjIsMC4zYzAuMSwwLjEsMC4xLDAuMiwwLjIsMEM1OC40LDU4LjgsNTguNSw1OC43LDU4LjUsNTguNkw1OC41LDU4LjZ6IE03OS40LDU2LjdjMC41LTAuMiwwLjUtMC4yLTAuNi0wLjEKICAgIGMtMi40LDAuMS0zLjEsMC4yLTMuMSwwLjNDNzUuNyw1Ny4xLDc4LjksNTYuOSw3OS40LDU2LjdMNzkuNCw1Ni43eiBNMjEuOSw1NS4yYzAsMC0wLjEsMC0wLjIsMGMtMC4xLDAtMC4yLDAuMS0wLjIsMC4xCiAgICBjMCwwLjEsMC4xLDAuMSwwLjIsMEMyMS44LDU1LjMsMjEuOSw1NS4yLDIxLjksNTUuMnogTTMwLjgsNTQuOGMwLTAuMS0wLjEtMC4xLTAuMi0wLjFjLTAuMiwwLTAuMywwLjEtMC40LDAuMQogICAgYzAsMC4xLDAuMSwwLjEsMC4yLDAuMUMzMC42LDU0LjksMzAuOCw1NC45LDMwLjgsNTQuOHogTTI1LDU0LjJjMC0wLjEtMC4xLTAuMS0wLjQsMGMtMC4zLDAuMS0wLjIsMC4zLDAuMSwwLjIKICAgIEMyNC44LDU0LjMsMjUsNTQuMiwyNSw1NC4yeiBNOTUsNTQuMWMwLjQtMC4xLDAuNS0wLjIsMC4zLTAuMkM5NSw1My45LDkxLDU0LDg4LjksNTQuMmMtMC42LDAsMy45LDAuMiw0LjgsMC4xCiAgICBDOTQuMSw1NC4zLDk0LjcsNTQuMiw5NSw1NC4xTDk1LDU0LjF6IE05OS4zLDUzLjhjMC4xLDAtMC4xLTAuMS0wLjYsMGMtMS4xLDAtMS41LDAuMS0wLjgsMC4yYzAuMywwLDAuNiwwLDAuOCwwCiAgICBDOTguOSw1My45LDk5LjIsNTMuOCw5OS4zLDUzLjh6IE0yMC4zLDUzLjhjMC4zLDAsMC4zLDAsMC0wLjFjLTAuMy0wLjEtMC42LTAuMS0wLjYsMC4xYzAsMC4xLDAuMSwwLjEsMC4yLDAuMQogICAgQzE5LjksNTMuOCwyMC4xLDUzLjgsMjAuMyw1My44TDIwLjMsNTMuOHogTTEwMS4yLDUzLjdjMCwwLTAuMi0wLjEtMC41LTAuMWMtMC4zLDAtMC42LDAtMC42LDAuMWMtMC4xLDAuMSwwLjEsMC4xLDAuNSwwLjEKICAgIEMxMDAuOSw1My43LDEwMS4yLDUzLjcsMTAxLjIsNTMuN0wxMDEuMiw1My43eiBNMTk4LDUyLjJjMC0wLjEtMC4yLTAuMS0wLjUtMC4xYy0wLjUsMC0wLjYsMC0wLjIsMC4xQzE5Ny44LDUyLjMsMTk4LDUyLjMsMTk4LDUyLjIKICAgIHogTTcuMSw1MC40Yy0wLjEsMC0wLjIsMC0wLjIsMEM2LjksNTAuNCw2LjksNTAuNSw3LjEsNTAuNEM3LjIsNTAuNCw3LjIsNTAuNCw3LjEsNTAuNEw3LjEsNTAuNHogTTguNiw1MC4yCiAgICBjMC4yLTAuMSwwLjMtMC4xLDAuMS0wLjFjLTAuMSwwLTAuNCwwLTAuNSwwLjFDNy45LDUwLjQsOC4yLDUwLjQsOC42LDUwLjJ6IE0xMC4zLDUwLjNjMC4xLDAsMC4yLTAuMiwwLjItMC4zCiAgICBjMC0wLjItMC4xLTAuMi0wLjUtMC4yYy0wLjYsMC4xLTAuOSwwLjMtMC41LDAuM2MwLjEsMCwwLjMsMC4xLDAuMywwLjFDOS45LDUwLjQsMTAsNTAuNCwxMC4zLDUwLjNMMTAuMyw1MC4zeiBNMjExLjUsNDguMQogICAgYzAtMC4xLTAuMS0wLjEtMC4yLTAuMWMtMC4yLDAtMC4yLDAsMCwwLjFDMjExLjUsNDguMywyMTEuNSw0OC4zLDIxMS41LDQ4LjF6IE0xMy4zLDQzLjFjLTAuMSwwLTAuMiwwLTAuMiwwCiAgICBDMTMuMSw0My4xLDEzLjEsNDMuMiwxMy4zLDQzLjFDMTMuNCw0My4xLDEzLjQsNDMuMSwxMy4zLDQzLjFMMTMuMyw0My4xeiBNMTIuMyw0Mi43YzAtMC4yLTAuMy0wLjItMC44LTAuMQogICAgYy0wLjUsMC4yLTAuNCwwLjMsMC4yLDAuM0MxMi4xLDQyLjksMTIuMyw0Mi44LDEyLjMsNDIuN3ogTTE0LjYsNDIuOGMtMC4xLTAuMi0wLjYtMC4zLTAuNi0wLjFjMCwwLjEsMC4xLDAuMiwwLjMsMC4yCiAgICBDMTQuNiw0Mi45LDE0LjcsNDIuOSwxNC42LDQyLjh6IE0xMy43LDQyLjdjMC4xLTAuMSwwLjEtMC4xLTAuMy0wLjFjLTAuMywwLTAuNSwwLjEtMC41LDAuMUMxMi45LDQyLjgsMTMuNCw0Mi44LDEzLjcsNDIuN3oKICAgICBNMjIwLjEsMjguMmMwLTAuMS0wLjEtMC4xLTAuMS0wLjFjLTAuMSwwLTAuMSwwLjEtMC4xLDAuMWMwLDAuMSwwLjEsMC4xLDAuMSwwLjFDMjIwLjEsMjguMywyMjAuMSwyOC4yLDIyMC4xLDI4LjJ6IE0yMjEsMjUuOQogICAgYy0wLjEsMC0wLjIsMC0wLjMsMGMtMC4xLDAsMCwwLjEsMC4yLDAuMUMyMjEuMSwyNS45LDIyMS4xLDI1LjksMjIxLDI1LjlMMjIxLDI1Ljl6IE0yMTkuMiwyNC40Yy0wLjIsMC0wLjQsMC0wLjYsMAogICAgYy0wLjIsMCwwLDAuMSwwLjMsMC4xQzIxOS4yLDI0LjQsMjE5LjMsMjQuNCwyMTkuMiwyNC40eiBNMjEzLjUsMjMuNGMwLTAuMS0wLjUtMC4yLTEtMC4yYy0wLjYtMC4xLTEuMi0wLjItMS4zLTAuMgogICAgYy0wLjItMC4xLTAuMywwLTAuMiwwYzAsMC4xLDAuNiwwLjIsMS4yLDAuM3MxLjEsMC4yLDEuMiwwLjJDMjEzLjMsMjMuNCwyMTMuNCwyMy40LDIxMy41LDIzLjRDMjEzLjQsMjMuNSwyMTMuNSwyMy40LDIxMy41LDIzLjQKICAgIEwyMTMuNSwyMy40eiBNMzIuOCwyMi4yYzAuMi0wLjEsMC4yLTAuMS0wLjEtMC4xYy0wLjIsMC0wLjQsMC0wLjQsMC4xQzMyLjIsMjIuNCwzMi41LDIyLjQsMzIuOCwyMi4yeiBNMjEyLjYsMjEuNQogICAgYzAtMC4xLTAuNi0wLjItMS4yLTAuMmMtMS41LTAuMi0xLjgtMC4yLTEuNywwYzAuMSwwLjEsMC43LDAuMiwxLjUsMC4yUzIxMi41LDIxLjYsMjEyLjYsMjEuNUMyMTIuNiwyMS42LDIxMi42LDIxLjYsMjEyLjYsMjEuNQogICAgTDIxMi42LDIxLjV6IE0yNS45LDIwYzAtMC4xLDAtMC4xLTAuMS0wLjFjLTAuMSwwLTAuMiwwLTAuMiwwLjFzMC4xLDAuMSwwLjEsMC4xQzI1LjgsMjAuMSwyNS44LDIwLjEsMjUuOSwyMHogTTQyLjQsMTkuOAogICAgYy0wLjEsMC0wLjIsMC0wLjIsMEM0Mi4yLDE5LjgsNDIuMiwxOS45LDQyLjQsMTkuOEM0Mi41LDE5LjksNDIuNSwxOS44LDQyLjQsMTkuOEw0Mi40LDE5Ljh6IE0yMy4yLDE5LjZjMC0wLjEtMC4xLTAuMS0wLjItMC4xCiAgICBjLTAuMiwwLTAuMiwwLDAsMC4xQzIzLjIsMTkuOCwyMy4yLDE5LjgsMjMuMiwxOS42eiBNMjMuNywxOS40YzAsMC0wLjEtMC4xLTAuMS0wLjFjLTAuMSwwLTAuMSwwLjEtMC4xLDAuMWMwLDAuMSwwLjEsMC4xLDAuMSwwLjEKICAgIEMyMy43LDE5LjUsMjMuNywxOS41LDIzLjcsMTkuNEwyMy43LDE5LjR6IE0zMC44LDE4LjZjMC4yLDAsMC43LTAuMSwxLjItMC4yYzAuNS0wLjEsMS4xLTAuMiwxLjMtMC4yYzAuMi0wLjEsMC40LTAuMSwwLjQtMC4xCiAgICBjMCwwLDAuOC0wLjIsMS4zLTAuNGMwLjYtMC4zLDAuNy0wLjUsMC4xLTAuNWMtMC4zLDAtMC40LTAuMS0wLjQtMC4yYzAtMC4yLDAuNi0wLjMsMS41LTAuMmMwLjQsMCwxLjUtMC4yLDEuOC0wLjMKICAgIGMwLjItMC4xLTAuNC0wLjItMS4yLTAuM2MtMC41LDAtMSwwLjEtMS41LDAuM2MtMC40LDAuMi0wLjksMC4zLTEsMC4zYy0wLjIsMC0wLjIsMC0wLjEsMC4xYzAuMSwwLjEsMC4yLDAuMSwwLjMsMC4xCiAgICBjMC4xLDAsMC4xLDAsMC4xLDAuMWMwLDAuMS0wLjMsMC4yLTEuMiwwLjRjLTAuMiwwLTAuNCwwLjEtMC41LDAuMmMtMC4xLDAuMS0wLjEsMC4xLTAuMywwYy0wLjItMC4xLTAuMi0wLjEtMC4xLDAKICAgIGMwLjEsMC4xLDAsMC4yLTAuMiwwLjJjLTAuMSwwLTAuNSwwLTAuNywwLjFjLTAuMywwLjEtMC41LDAuMS0wLjYsMGMtMC4xLTAuMS0wLjItMC4xLTAuMiwwYzAsMC4xLTAuOSwwLjUtMS4zLDAuNQogICAgYy0wLjEsMC0wLjIsMC4xLTAuMiwwLjJjMCwwLjEsMC4yLDAuMiwwLjcsMC4xQzMwLjIsMTguNywzMC42LDE4LjYsMzAuOCwxOC42TDMwLjgsMTguNnogTTM1LjksMTQuMWMtMC4xLDAtMC4yLDAtMC4zLDAuMQogICAgYy0wLjEsMC4xLDAsMC4xLDAuMiwwLjFDMzUuOSwxNC4yLDM2LDE0LjEsMzUuOSwxNC4xeiBNMTg1LjUsMTMuNmMwLTAuMS0wLjItMC4xLTAuNC0wLjFjLTAuMiwwLTAuMywwLTAuMywwLjEKICAgIEMxODQuOSwxMy43LDE4NS41LDEzLjcsMTg1LjUsMTMuNkwxODUuNSwxMy42eiBNMzYuMiwxMi44bDAuMywwbC0wLjMtMC4xYy0wLjMtMC4xLTAuOSwwLTAuOSwwLjJjMCwwLjEsMC4xLDAuMSwwLjMsMC4xCiAgICBDMzUuOCwxMi45LDM2LjEsMTIuOCwzNi4yLDEyLjhMMzYuMiwxMi44eiBNMTg0LjUsMTIuOGMwLTAuMS0wLjEtMC4xLTAuMi0wLjFjLTAuMSwwLTAuMiwwLTAuMiwwLjFjMCwwLjEsMC4xLDAuMSwwLjIsMC4xCiAgICBDMTg0LjQsMTIuOSwxODQuNSwxMi45LDE4NC41LDEyLjh6IE0xODUsMTIuOWMtMC4xLDAtMC4yLDAtMC4yLDBDMTg0LjcsMTIuOSwxODQuOCwxMi45LDE4NSwxMi45QzE4NS4xLDEyLjksMTg1LjEsMTIuOSwxODUsMTIuOQogICAgTDE4NSwxMi45eiBNMzguNCwxMi42Yy0wLjEsMC0wLjIsMC0wLjIsMEMzOC4xLDEyLjcsMzguMiwxMi43LDM4LjQsMTIuNkMzOC40LDEyLjcsMzguNSwxMi42LDM4LjQsMTIuNkwzOC40LDEyLjZ6IE0yNC41LDEyLjQKICAgIGMwLTAuMS0wLjEtMC4xLTAuMS0wLjFjLTAuMSwwLTAuMSwwLjEtMC4xLDAuMWMwLDAuMSwwLjEsMC4xLDAuMSwwLjFDMjQuNCwxMi42LDI0LjUsMTIuNSwyNC41LDEyLjR6IE0yNy43LDEyLjEKICAgIGMwLTAuMS0wLjIsMC0wLjMsMC4yYy0wLjEsMC4yLDAsMC4yLDAuMSwwQzI3LjYsMTIuMiwyNy43LDEyLjEsMjcuNywxMi4xeiBNMjguOSwxMi4xYzAtMC4xLDAtMC4yLDAtMC4yYzAsMC0wLjEsMC4xLTAuMSwwLjIKICAgIGMwLDAuMSwwLDAuMiwwLDAuMkMyOC45LDEyLjMsMjguOSwxMi4yLDI4LjksMTIuMXogTTE5MS4xLDcuOWMtMC4xLDAtMC4yLDAtMC4yLDBDMTkwLjgsOCwxOTAuOSw4LDE5MS4xLDcuOQogICAgQzE5MS4xLDgsMTkxLjIsNy45LDE5MS4xLDcuOUwxOTEuMSw3Ljl6IE03Nyw1LjRjMC0wLjEsMC0wLjEsMC0wLjJjLTAuMSwwLTAuMSwwLTAuMiwwLjFDNzYuNyw1LjUsNzYuOSw1LjYsNzcsNS40TDc3LDUuNHoKICAgICBNMTguMiw1OC41Yy0wLjEtMC4xLTAuMS0wLjIsMC0wLjJjMC4xLDAsMC0wLjEtMC4xLTAuMWMtMC4zLTAuMiwwLTAuNCwwLjYtMC4zYzAuMywwLDAuNCwwLDAuMiwwLjFjLTAuMiwwLjEtMC40LDAuNC0wLjIsMC40CiAgICBjMC40LDAsMC42LTAuMiwwLjYtMC40Yy0wLjEtMC4yLDAtMC4yLDAuMSwwYzAuMiwwLjMsMS4yLDAuMywxLjIsMC4xYzAtMC4xLDAuMS0wLjEsMC4yLDBjMC4yLDAuMiwwLjQsMC43LDAuMiwwLjYKICAgIGMtMC4xLDAtMC4xLTAuMS0wLjEtMC4yYzAtMC4xLDAtMC4xLTAuMiwwYy0wLjIsMC4yLTAuNCwwLjItMS4zLDAuMkMxOC44LDU4LjcsMTguMyw1OC42LDE4LjIsNTguNUwxOC4yLDU4LjV6IE0xNi41LDU4LjMKICAgIGMtMC4yLTAuMS0wLjEtMC40LDAuMS0wLjRjMC4xLDAsMC4zLDAuMywwLjEsMC40QzE2LjgsNTguMywxNi42LDU4LjMsMTYuNSw1OC4zeiBNMTkuMiw1Ny4zQzE5LDU3LjEsMTksNTcsMTkuMyw1NwogICAgYzAuMiwwLDAuNCwwLDAuNSwwYzAuMywwLDAuNCwwLjEsMC4yLDAuM0MxOS43LDU3LjYsMTkuNCw1Ny42LDE5LjIsNTcuM3ogTTk0LjIsNTYuNGMwLDAsMC4xLTAuMSwwLjEtMC4xYzAuMSwwLDAuMSwwLDAuMSwwLjEKICAgIHMtMC4xLDAuMS0wLjEsMC4xQzk0LjIsNTYuNCw5NC4yLDU2LjQsOTQuMiw1Ni40eiBNOTUuNiw1Ni4zYzAuMS0wLjEsMC4yLTAuMSwwLjItMC4xQzk1LjksNTYuMiw5NS44LDU2LjMsOTUuNiw1Ni4zCiAgICBDOTUuNSw1Ni40LDk1LjUsNTYuNCw5NS42LDU2LjN6IE0yOS4yLDU1LjljMC0wLjEsMC4xLTAuMiwwLjItMC4zYzAuMS0wLjEsMC4yLTAuMSwwLjMsMGMwLjEsMC4xLDAuMSwwLjIsMCwwLjMKICAgIEMyOS40LDU2LjEsMjkuMiw1Ni4xLDI5LjIsNTUuOUwyOS4yLDU1Ljl6IE0xNjksNTQuOGMwLTAuMSwwLjEtMC4xLDAuMi0wLjFjMC4xLDAsMC4yLDAuMSwwLjMsMC4xYzAsMC4xLDAsMC4xLTAuMiwwLjEKICAgIEMxNjkuMSw1NC45LDE2OSw1NC45LDE2OSw1NC44eiBNMTY2LjksNTQuN2MwLTAuMSwwLjMtMC4yLDAuNCwwYzAsMC4xLDAsMC4xLTAuMiwwLjFDMTY3LDU0LjgsMTY2LjksNTQuNywxNjYuOSw1NC43TDE2Ni45LDU0Ljd6CiAgICAgTTQ0LjEsNTQuNWMtMC4xLTAuMywwLjEtMC4zLDAuNS0wLjFjMC4yLDAuMSwwLjQsMC4yLDAuMywwLjJDNDQuMyw1NC42LDQ0LjEsNTQuNiw0NC4xLDU0LjV6IE0xNTEuMiw1NC4yYzAtMC4xLDAtMC4xLDAuMS0wLjEKICAgIGMwLDAsMC4xLDAuMSwwLjEsMC4xYzAsMC4xLDAsMC4xLTAuMSwwLjFDMTUxLjIsNTQuMywxNTEuMiw1NC4yLDE1MS4yLDU0LjJ6IE0xNDkuNCw1NC4xYy0wLjEtMC4xLTAuMS0wLjIsMC0wLjIKICAgIGMwLjEtMC4xLDAuMiwwLjEsMC4yLDAuMkMxNDkuNSw1NC4yLDE0OS41LDU0LjIsMTQ5LjQsNTQuMUwxNDkuNCw1NC4xeiBNMTQ5LjgsNTQuMWMtMC4zLTAuMS0wLjItMC4zLDAuMS0wLjIKICAgIGMwLjEsMCwwLjIsMC4xLDAuMiwwLjJDMTUwLjIsNTQuMiwxNTAuMSw1NC4yLDE0OS44LDU0LjF6IE0yMDkuMiw1My41Yy0wLjEtMC4xLTAuMS0wLjMsMC4xLTAuM2MwLjEsMCwwLjIsMC4xLDAuMiwwLjIKICAgIEMyMDkuNSw1My42LDIwOS4zLDUzLjYsMjA5LjIsNTMuNUwyMDkuMiw1My41eiBNNTUuNSw1Mi43YzAtMC4xLDAtMC4xLDAuMi0wLjFjMC4xLDAsMC4yLDAsMC4yLDAuMUM1NS44LDUyLjgsNTUuNiw1Mi45LDU1LjUsNTIuN3oKICAgICBNNTYuNiw1Mi41YzAtMC4xLDAuMi0wLjIsMC4zLTAuMmMwLjEsMCwwLjUsMCwwLjgtMC4xYzAuNCwwLDAuNSwwLDAuNCwwLjFjLTAuMiwwLjEtMC4yLDAuMSwwLDAuMWMwLjEsMCwwLjEsMCwwLjEsMC4xCiAgICBjMCwwLTAuNCwwLjEtMC44LDAuMUM1Ni43LDUyLjcsNTYuNiw1Mi43LDU2LjYsNTIuNXogTTYuMSw1Mi4yQzYsNTIuMSw2LjIsNTEuOSw2LjQsNTJjMC4xLDAuMSwwLDAuMy0wLjEsMC4zCiAgICBDNi4yLDUyLjMsNi4xLDUyLjMsNi4xLDUyLjJ6IE03LjIsNDljMC0wLjEsMC4xLTAuMiwwLjEtMC4yYzAuMSwwLDAuMSwwLDAsMC4xQzcuMyw0OS4xLDcuMiw0OS4yLDcuMiw0OXogTTguMiw0OC45CiAgICBjMC0wLjEsMC0wLjIsMC4xLTAuMWMwLjEsMCwwLjEsMC4xLDAsMC4yQzguMiw0OS4xLDguMiw0OS4xLDguMiw0OC45eiBNMjI0LDMyLjhjLTAuMS0wLjEtMC4xLTAuMS0wLjEtMC4xYzAuMSwwLDAuMiwwLjEsMC4zLDAuMQogICAgYzAuMSwwLjEsMC4xLDAuMSwwLjEsMC4xQzIyNC4yLDMyLjksMjI0LjEsMzIuOCwyMjQsMzIuOHogTTIwLjUsMjMuNmMwLTAuMSwwLjEtMC4xLDAuMi0wLjFjMC4xLDAsMC4yLDAuMSwwLjIsMC4xCiAgICBjMCwwLjEtMC4xLDAuMS0wLjIsMC4xQzIwLjYsMjMuNywyMC41LDIzLjYsMjAuNSwyMy42eiBNMjUuNywyMS43bC0wLjMtMC4ybDAuNy0wLjFjMC40LTAuMSwxLTAuMSwxLjQtMC4xYzAuNCwwLDAuNywwLDAuNy0wLjEKICAgIGMwLTAuMSwwLjcsMC4xLDAuOSwwLjJjMCwwLTAuMSwwLjEtMC4zLDBjLTAuMiwwLTAuNSwwLTAuNywwLjFjLTAuMiwwLjEtMC43LDAuMi0xLDAuMmMtMC40LDAtMC43LDAuMS0wLjcsMC4xCiAgICBDMjYuMywyMi4xLDI2LDIyLDI1LjcsMjEuN0wyNS43LDIxLjd6IE0yNC4xLDIxLjhjMCwwLDAuMSwwLDAuMiwwYzAuMSwwLDAuMSwwLjEtMC4xLDAuMUMyNC4yLDIxLjksMjQuMSwyMS44LDI0LjEsMjEuOEwyNC4xLDIxLjh6CiAgICAgTTIxLjksMjAuMWMwLTAuMSwwLTAuMiwwLjEtMC4yQzIyLDE5LjksMjIsMjAuMSwyMS45LDIwLjFDMjEuOSwyMC4yLDIxLjksMjAuMiwyMS45LDIwLjF6IE0yNS4zLDE5YzAtMC4xLTAuMS0wLjItMC4yLTAuMwogICAgYy0wLjItMC4yLTAuMi0wLjIsMC41LTAuNmMwLjktMC40LDEtMC40LDEtMC4xYzAsMC4yLTAuMSwwLjItMC4yLDAuMmMtMC4yLDAtMC4yLDAsMCwwLjFjMC4xLDAuMSwwLjMsMC4xLDAuNCwwLjEKICAgIGMwLjEsMCwwLjIsMCwwLjIsMC4xYzAsMC4xLTAuMiwwLjEtMC40LDAuMWMtMC4yLDAtMC41LDAtMC43LDBjLTAuMiwwLTAuMiwwLTAuMSwwLjFjMC4yLDAuMSwwLjIsMC4xLDAsMC4xYy0wLjEsMC0wLjIsMC4xLTAuMiwwLjEKICAgIGMwLDAuMS0wLjEsMC4xLTAuMiwwLjFDMjUuMywxOS4xLDI1LjIsMTkuMSwyNS4zLDE5TDI1LjMsMTl6IE0yNi44LDE4Yy0wLjEtMC4xLTAuMS0wLjEsMC0wLjJjMC4yLTAuMiwwLjQsMCwwLjIsMC4yCiAgICBDMjcsMTguMSwyNi45LDE4LjEsMjYuOCwxOHogTTIyLjUsMTIuOGMwLTAuMSwwLTAuMSwwLjEtMC4xYzAuMSwwLDAuMiwwLjEsMC4zLDAuMWMwLDAuMSwwLDAuMS0wLjEsMC4xCiAgICBDMjIuNywxMi45LDIyLjYsMTIuOSwyMi41LDEyLjh6IE0yNS4xLDEyLjNjMC4yLTAuMiwwLjMtMC4yLDAuMy0wLjFjMCwwLjEtMC4xLDAuMS0wLjIsMC4yQzI1LDEyLjQsMjQuOSwxMi40LDI1LjEsMTIuM0wyNS4xLDEyLjN6CiAgICAgTTIwMC4xLDEwLjNjMC4xLTAuMSwwLjktMC4zLDEuMS0wLjJjMC4xLDAuMSwwLjEsMC4xLDAsMC4xQzIwMC42LDEwLjMsMjAwLjEsMTAuMywyMDAuMSwxMC4zeiBNMTk5LjQsMTAuMWMtMC4xLTAuMSwwLTAuMSwwLjItMC4xCiAgICBjMC4yLDAsMC40LDAsMC40LDAuMUMyMDAsMTAuMiwxOTkuNiwxMC4yLDE5OS40LDEwLjFMMTk5LjQsMTAuMXogTTE5Ni4yLDkuOWMtMC41LTAuMS0xLjgtMC4yLTQuMi0wLjNjLTAuOCwwLTEuNi0wLjEtMS44LTAuMgogICAgYy0wLjItMC4xLTAuNy0wLjEtMS40LTAuMWMtMC42LDAtMS4xLDAtMS4xLDBjMCwwLDAuNy0wLjQsMC44LTAuNGMwLDAsMCwwLjEsMCwwLjFjMCwwLjEsMC4xLDAuMSwwLjMsMC4xYzAuMiwwLDAuNC0wLjEsMC40LTAuMQogICAgYzAtMC4xLDAuMS0wLjEsMC4xLTAuMWMwLjEsMCwwLjEsMC4xLDAsMC4yYy0wLjEsMC4xLDAsMC4xLDAuMSwwYzAuMS0wLjEsMC4zLTAuMSwwLjQtMC4xYzAuMSwwLDAuNSwwLDAuOSwwYzAuNCwwLDAuNiwwLjEsMC42LDAuMQogICAgYzAsMC4xLDAuMywwLjEsMC43LDAuMWMwLjQsMCwwLjksMCwxLDAuMWMwLjEsMC4xLDAuMiwwLjEsMC4yLDBjMC0wLjEsMC4xLTAuMSwwLjEsMGMwLjEsMC4xLDAuNiwwLjEsMS4yLDAuMWMwLjYsMCwxLjEsMCwxLjEsMAogICAgYzAsMCwwLjMsMCwwLjYsMC4xYzAuMywwLDAuNiwwLjEsMC43LDAuMWMwLDAsMC4yLDAuMSwwLjQsMC4xYzAuMSwwLTAuNSwwLjQtMC42LDAuNEMxOTYuNywxMC4xLDE5Ni41LDEwLDE5Ni4yLDkuOUwxOTYuMiw5Ljl6CiAgICAgTTE5MS4yLDkuM2MwLTAuMS0wLjEtMC4xLTAuMi0wLjFzLTAuMywwLTAuMywwLjFjMCwwLjEsMC4xLDAuMSwwLjIsMC4xQzE5MSw5LjQsMTkxLjIsOS40LDE5MS4yLDkuM3ogTTE5Ny44LDkKICAgIGMwLTAuMS0wLjEtMC4xLTAuMi0wLjFjLTAuMSwwLTAuMSwwLTAuMS0wLjFjMC0wLjIsMC4yLTAuMiwwLjMsMGMwLjEsMC4xLDAuMSwwLjIsMC4xLDAuMkMxOTcuOSw5LjEsMTk3LjgsOSwxOTcuOCw5TDE5Ny44LDl6CiAgICAgTTE5NS4xLDguNWMtMC4xLTAuMS0wLjMtMC4yLTAuMy0wLjJjMCwwLTAuMywwLjEtMC43LDAuMWMtMC42LDAtMS4zLTAuMi0xLjEtMC40YzAuMS0wLjEsMS0wLjEsMS4yLDBjMC4yLDAuMiwwLjUsMC4yLDAuNywwCiAgICBjMC4xLTAuMSwwLjgtMC4xLDAuOSwwYzAuMSwwLjItMC4xLDAuNi0wLjMsMC42QzE5NS41LDguNywxOTUuMyw4LjYsMTk1LjEsOC41TDE5NS4xLDguNXogTTE5Ni40LDguNgogICAgQzE5Ni40LDguNSwxOTYuNCw4LjUsMTk2LjQsOC42YzAuMSwwLDAuMiwwLDAuMy0wLjFjMC4xLTAuMiwwLjMtMC4yLDAuMywwLjFDMTk2LjksOC44LDE5Ni41LDguOCwxOTYuNCw4LjZMMTk2LjQsOC42eiBNNTEuNiw3LjcKICAgIGMwLDAsMC4xLDAsMC4yLDBjMC4xLDAsMC4xLDAuMS0wLjEsMC4xQzUxLjcsNy43LDUxLjYsNy43LDUxLjYsNy43TDUxLjYsNy43eiBNNzYuNiw0LjFjMC0wLjEsMC0wLjEsMC4xLTAuMWMwLDAsMC4xLDAuMSwwLjEsMC4xCiAgICBjMCwwLjEsMCwwLjEtMC4xLDAuMVM3Ni42LDQuMiw3Ni42LDQuMXogTTc5LjUsNC4yYy0wLjItMC4xLTAuMi0wLjQsMC4xLTAuM2MwLjEsMCwwLjIsMCwwLjItMC4xYzAtMC4xLDAtMC4zLDAtMC40CiAgICBjMC0wLjEsMC4xLTAuMiwwLjItMC4yYzAuMSwwLDAuMywwLDAuMywwYzAuMSwwLDAuMy0wLjEsMC41LTAuMWMwLjUtMC4xLDAuNy0wLjMsMC42LTAuNWMwLTAuMSwwLTAuMSwwLjItMC4xCiAgICBjMC4xLDAsMC4zLDAuMSwwLjMsMC4yYzAsMC4xLDAuMSwwLjEsMC4yLDBjMC4yLTAuMiwwLjYtMC4zLDAuOC0wLjFjMC4yLDAuMSwwLjIsMC4xLDAuMSwwYy0wLjEtMC4xLTAuMS0wLjIsMC4xLTAuMQogICAgYzAuMSwwLDAuMywwLjEsMC40LDAuMXMwLjIsMC4xLDAuMiwwLjJjMCwwLjIsMC4yLDAuMiwwLjMsMC4yYzAuMy0wLjEsMC4zLTAuNCwwLTAuM2MtMC4zLDAtMC4zLDAsMC0wLjFjMC4xLTAuMSwwLjQtMC4xLDAuNy0wLjEKICAgIGMwLjIsMCwwLjgtMC4xLDEuMi0wLjFjMS4xLTAuMiwzLjgtMC41LDUtMC42YzAuNiwwLDEuMy0wLjEsMS42LTAuMWMwLjYtMC4xLDEuOS0wLjEsMy42LTAuM2MwLjYsMCwxLjUtMC4xLDItMC4xCiAgICBjMS4xLTAuMSwyLjctMC4xLDMsMGMwLjEsMCwwLjQsMC4xLDAuNywwLjJjMC4zLDAuMSwwLjUsMC4xLDAuNSwwLjJjMCwwLjEtMC4xLDAuMi0wLjMsMC40Yy0wLjIsMC4yLTAuNCwwLjMtMC45LDAuMwogICAgYy0wLjQsMC0wLjYsMC0wLjYsMC4xYzAsMC4xLDAuNSwwLjEsMSwwLjFjMC44LDAsMS40LDAuMiwxLjIsMC4zYy0wLjEsMC4xLTEuNywwLjItMS43LDAuMWMwLDAtMC40LDAtMC44LDBjLTAuNSwwLTEuMiwwLTEuNS0wLjEKICAgIGMtMC40LTAuMS0wLjctMC4xLTAuOC0wLjFjMCwwLTAuMywwLjEtMC42LDAuMXMtMC43LDAuMS0wLjksMC4xYy0wLjIsMC4xLTAuNCwwLTAuNSwwYy0wLjEtMC4xLTAuNy0wLjEtMS40LTAuMgogICAgYy0wLjgsMC0xLjItMC4xLTEuMS0wLjJjMC0wLjEsMC0wLjEtMC4xLDBjLTAuMSwwLjEtMC40LDAuMS0wLjcsMC4xYy0wLjMtMC4xLTAuNSwwLTAuNCwwYzAuMSwwLjEsMC4xLDAuMS0xLjEsMC4yCiAgICBjLTAuNCwwLTAuOSwwLjEtMS4xLDAuMWMtMC4yLDAuMS0wLjMsMC4xLTAuMywwYzAtMC4xLTAuMS0wLjEtMC4zLTAuMWMtMC4yLDAtMC4zLDAtMC4zLDAuMVM4OC45LDMsODguOCwzcy0wLjIsMC0wLjEtMC4xCiAgICBjMC4xLTAuMS0xLjIsMC4xLTEuMywwLjJjLTAuMiwwLjMtMi41LDAuNS0yLjUsMC4zYzAtMC4xLTAuMS0wLjEtMC4xLTAuMXMtMC4xLDAuMS0wLjEsMC4xYzAuMSwwLjItMC4yLDAuMy0wLjQsMC4xCiAgICBjLTAuMS0wLjEtMC4yLTAuMS0wLjIsMGMwLDAuMS0wLjIsMC4yLTAuNiwwLjFjLTAuMywwLTAuNSwwLTAuNSwwLjFjMCwwLjItMC42LDAuMS0wLjgtMC4yYy0wLjEtMC4xLTAuMi0wLjItMC4yLTAuMVM4MiwzLjYsODIsMy42CiAgICBzMCwwLjEtMC4xLDAuMmMtMC4xLDAtMC4yLDAtMC4zLTAuMWMwLTAuMS0wLjIsMC0wLjQsMC4xQzgwLjgsNCw3OS42LDQuMyw3OS41LDQuMkw3OS41LDQuMnogTTc3LjcsMy42YzAtMC4yLDAuMS0wLjIsMC4yLTAuMQogICAgYzAsMC4xLDAsMC4yLTAuMSwwLjJDNzcuOCwzLjgsNzcuNywzLjcsNzcuNywzLjZ6IE03OC4yLDMuNGMwLjEtMC4xLDAuMi0wLjEsMC4zLTAuMWMwLjEsMCwwLDAuMS0wLjEsMC4xCiAgICBDNzguMSwzLjUsNzguMSwzLjUsNzguMiwzLjRMNzguMiwzLjR6IE0xMjAuOCwzLjFjLTAuMiwwLTAuMy0wLjEtMC4zLTAuMWMwLTAuMiwwLjUtMC4xLDAuNiwwLjFjMCwwLjEsMCwwLjEsMCwwLjEKICAgIEMxMjEuMSwzLjEsMTIxLDMuMSwxMjAuOCwzLjFMMTIwLjgsMy4xeiBNMTE4LjMsMi44YzAuMy0wLjEsMC41LTAuMSwwLjMsMGMtMC4xLDAuMS0wLjMsMC4xLTAuNCwwLjFDMTE4LjEsMi45LDExOC4xLDIuOSwxMTguMywyLjgKICAgIHogTTExOSwyLjhjMC0wLjEsMC0wLjEsMC4yLDBjMC4zLDAuMSwwLjMsMC4yLDAuMSwwLjJDMTE5LjIsMi45LDExOS4xLDIuOSwxMTksMi44eiBNMTAzLjEsMi41Yy0wLjItMC4yLTAuMS0wLjIsMS40LTAuMgogICAgYzAuOSwwLDEuOCwwLDEuOS0wLjFjMC4yLDAsMC4zLDAsMC4zLDAuMWMwLDAuMSwwLjIsMC4xLDAuNCwwLjFjMC42LDAsMC42LDAuMSwwLDAuMmMtMC4zLDAtMC41LDAtMC40LDBjMC4xLTAuMi0wLjEtMC4xLTAuMywwLjEKICAgIGMtMC4yLDAuMi0wLjcsMC4yLTAuOCwwLjFjLTAuMS0wLjEtMC4yLTAuMS0wLjMsMGMtMC4zLDAuMS0wLjUsMC0wLjQtMC4yYzAuMS0wLjEsMC0wLjEtMC4xLDBjLTAuMSwwLjEtMC41LDAuMS0wLjksMC4yCiAgICBDMTAzLjQsMi43LDEwMy4yLDIuNywxMDMuMSwyLjVMMTAzLjEsMi41eiBNMTEzLDIuN2MwLTAuMSwwLTAuMSwwLjEtMC4xYzAsMCwwLjEsMC4xLDAuMSwwLjFjMCwwLjEsMCwwLjEtMC4xLDAuMQogICAgQzExMy4xLDIuOCwxMTMsMi43LDExMywyLjd6IE0xMDguMSwyLjRjLTAuMS0wLjEtMC4xLTAuMSwwLTAuMWMwLjEsMCwwLjIsMC4xLDAuMiwwLjFDMTA4LjMsMi42LDEwOC4zLDIuNiwxMDguMSwyLjR6IE0xNTYuNCwyLjQKICAgIGMwLjEtMC4xLTAuNC0wLjItMC41LTAuMWMtMC4xLDAuMS0wLjcsMC4yLTAuNywwYzAtMC4xLTAuNC0wLjEtMS0wLjFjLTAuNywwLjEtMS4xLDAtMS40LTAuMWMtMC4yLTAuMS0wLjMtMC4yLTAuMi0wLjEKICAgIGMwLjEsMCwwLjIsMCwwLjItMC4xYzAtMC4xLDAuMS0wLjEsMC4yLTAuMWMwLjEsMCwwLjItMC4xLDAuMy0wLjJjMC4xLTAuMSwwLjEsMCwwLjEsMC4xYzAsMC4zLDAsMC4zLDAuMywwLjEKICAgIGMwLjMtMC4yLDAuNC0wLjIsMC41LDBjMC4yLDAuMiwwLjIsMC4yLDAuMSwwYy0wLjEtMC4yLDAtMC4yLDAuMi0wLjJjMC4yLDAsMC40LDAuMSwwLjQsMC4yYzAuMSwwLjEsMC4xLDAuMSwwLjEsMC4xCiAgICBjMC0wLjIsMC40LTAuMiwwLjQtMC4xYzAsMC4xLDAuNCwwLjEsMC45LDAuMWMwLjUsMCwxLDAsMSwwLjFjMCwwLjEsMC4yLDAuMSwwLjMsMC4xYzAuMiwwLDAuMiwwLDAuMSwwLjIKICAgIEMxNTcuOCwyLjUsMTU2LjMsMi41LDE1Ni40LDIuNEwxNTYuNCwyLjR6IE0xNTguNSwyLjRjMC0wLjEsMC0wLjEsMC4xLTAuMXMwLjMsMCwwLjUtMC4xYzAuNS0wLjEsMC43LDAuMSwwLjIsMC4yCiAgICBDMTU4LjgsMi41LDE1OC41LDIuNSwxNTguNSwyLjR6IE0xNDkuNiwyYzAtMC4xLTAuMi0wLjEtMC41LTAuMWMtMC4zLDAtMC41LDAuMS0wLjYsMC4xYy0wLjEsMC4xLTAuMSwwLjEtMC4xLDAKICAgIGMwLTAuMi0wLjctMC4yLTAuNywwYzAsMC4xLTAuMSwwLjEtMC4xLDBjLTAuMS0wLjEtMS4yLTAuMi0yLjQtMC4zYy0wLjQsMC0wLjctMC4xLTAuNy0wLjFjMC0wLjEtMS42LTAuMS0xLjcsMAogICAgYy0wLjIsMC4xLTEuNCwwLjMtMS40LDAuMWMwLTAuMS0wLjEtMC4xLTAuMi0wLjFTMTQxLDEuNywxNDEsMS44YzAsMC4xLTAuOSwwLjEtMi4zLDAuMWMtMS4zLDAtMi41LTAuMS0yLjYtMC4xCiAgICBjLTAuMiwwLTAuNS0wLjEtMC43LTAuMWMtMC4yLTAuMS0wLjQtMC4xLTAuNCwwYzAsMC4xLTAuNCwwLjEtMC42LDBjMCwwLTAuNiwwLTEuMywwYy0wLjgsMC0xLjIsMC0xLjQtMC4xYy0wLjEtMC4xLTAuMi0wLjEtMC4yLDAKICAgIGMwLDAuMSwwLDAuMS0wLjEsMGMtMC4xLTAuMS0wLjgtMC4xLTEuOC0wLjFjLTAuOSwwLTMuNywwLTYuMi0wLjFjLTIuNSwwLTUuNy0wLjEtNy4xLTAuMWMtMS40LDAtMi42LTAuMS0yLjYtMC4xCiAgICBjMCwwLTAuMy0wLjEtMC43LTAuMXMtMC43LDAtMC43LDAuMWMwLDAuMS0wLjEsMC4xLTAuMSwwLjFzLTAuMS0wLjEtMC4xLTAuMWMwLTAuMSwwLTAuMS0wLjEtMC4xQzExMi4xLDEsMTEyLDEsMTEyLDAuOQogICAgYzAtMC4xLTAuMS0wLjEtMC4xLTAuMXMtMC4xLDAuMS0wLjEsMC4xYzAsMC4xLTAuMSwwLjEtMC4zLDAuMWMtMC4zLDAtMC40LDAtMC4yLTAuMWMwLjEtMC4xLDAuMS0wLjEsMC0wLjFjLTAuMSwwLTAuMSwwLDAtMC4yCiAgICBjMC4xLTAuMSwwLjMtMC4yLDAuNC0wLjJjMC4xLDAsMC4zLTAuMSwwLjMtMC4xYzAtMC4xLDAuMS0wLjEsMC4zLDBjMC4yLDAuMSwwLjIsMCwwLjItMC4xYzAtMC4xLTAuMS0wLjEsMC0wLjFzMC4xLDAuMSwwLjIsMC4zCiAgICBsMC4xLDAuM2wwLjMtMC4zYzAuMi0wLjIsMC40LTAuMiwwLjQtMC4xYzAuMSwwLjEsMC4xLDAuMSwwLjIsMGMwLjEtMC4xLDAuOS0wLjIsNC41LTAuMmMyLjQsMCw1LjQsMCw2LjcsMC4xCiAgICBjMS4yLDAsMy4zLDAuMSw0LjUsMC4yYzQuNiwwLjEsNS43LDAuMiw1LjgsMC4zYzAuMiwwLjEsMS4yLDAuMywxLjQsMC4yYzAuMS0wLjEsMC4yLDAsMC4zLDBjMC4xLDAuMSwwLjEsMC4xLDAuMiwwCiAgICBjMC4xLTAuMSwwLjEtMC4xLDAuMS0wLjFjMCwwLjEsMC44LDAuMSwyLjEsMC4xYzIuMSwwLDUuNiwwLjIsNS42LDAuM2MwLDAsMC40LDAuMSwxLDAuMWMwLjksMCwzLDAuMiwzLjQsMC4zYzAuMSwwLDAuMSwwLjEsMCwwLjIKICAgIGMtMC4xLDAuMi0wLjEsMC4yLDAsMC4xYzAuMSwwLDAuMy0wLjEsMC41LTAuMWMwLjIsMCwwLjMtMC4xLDAuMy0wLjJjMC0wLjEsMC0wLjEsMC4xLDBjMC4xLDAuMiwwLjMsMC4yLDAuOCwwLjEKICAgIGMwLjQtMC4xLDAuOCwwLDAuOSwwYzAuMSwwLjEsMC40LDAuMSwwLjYsMC4xYzAuMywwLDAuMywwLDAuMSwwLjFjLTAuMiwwLTAuMywwLjEtMC4xLDAuMmMwLjIsMC4xLDAsMC4xLTEuNywwLjIKICAgIEMxNTAsMi4xLDE0OS41LDIuMSwxNDkuNiwyTDE0OS42LDJ6IE0xMTMuNiwwLjljMC0wLjEtMC4xLTAuMi0wLjItMC4xYy0wLjIsMC4xLTAuMSwwLjMsMC4xLDAuM0MxMTMuNiwxLDExMy42LDEsMTEzLjYsMC45egogICAgIE0xMDYuMywxLjNjMC4xLTAuMiwwLjEtMC4zLTAuMS0wLjJjLTAuMiwwLjEtMC4yLDAtMC4xLTAuMmwwLjEtMC4zbDAuMSwwLjNjMC4xLDAuMywwLjQsMC40LDAuNSwwLjFjMC0wLjEsMC0wLjIsMC0wLjIKICAgIGMtMC4xLDAtMC4xLTAuMS0wLjEtMC4yYzAtMC4yLDAuMS0wLjIsMC42LTAuMWMwLjQsMC4xLDAuNiwwLDAuNi0wLjFjMC0wLjEsMC4yLTAuMSwwLjQtMC4xYzAuMywwLDAuNCwwLDAuNCwwLjEKICAgIGMtMC4xLDAuMSwwLDAuMSwwLjIsMGMwLjItMC4xLDAuMi0wLjEsMC4yLDBjMCwwLjEtMC4xLDAuMi0wLjIsMC4yYy0wLjEsMC0wLjEsMC4xLTAuMSwwLjFjMCwwLjMsMC4yLDAuMSwwLjQtMC4yCiAgICBjMC4yLTAuNCwwLjItMC40LDAuNS0wLjNjMC4yLDAuMSwwLjIsMC4yLDAuMiwwLjRjMCwwLjIsMCwwLjMsMCwwLjNjMC4xLDAsMC4xLDAsMC4yLDAuMWMwLDAuMS0wLjMsMC4xLTAuNywwLjEKICAgIGMtMC43LDAtMC44LDAtMC45LTAuM2MtMC4xLTAuMy0wLjYtMC40LTAuNi0wLjJjMCwwLjEsMC4xLDAuMSwwLjEsMC4xYzAuMSwwLDAuMSwwLDAuMSwwLjFjMCwwLjEtMC4yLDAuMi0wLjMsMC4xCiAgICBjLTAuMSwwLTAuMiwwLTAuMSwwLjFjMC4xLDAuMi0wLjMsMC4zLTAuOCwwLjJjLTAuMiwwLTAuNCwwLTAuNSwwLjFDMTA2LjIsMS42LDEwNi4yLDEuNSwxMDYuMywxLjNMMTA2LjMsMS4zeiBNMTA5LjcsMC44CiAgICBjMC0wLjEsMC0wLjEtMC4xLTAuMWMtMC4xLDAtMC4xLDAtMC4xLDAuMWMwLDAuMSwwLjEsMC4xLDAuMSwwLjFDMTA5LjYsMC45LDEwOS43LDAuOSwxMDkuNywwLjh6IE0xMDQuNywxLjNjMC0wLjEsMC0wLjEsMC4yLTAuMgogICAgYzAuMiwwLDAuMi0wLjEsMC4yLTAuM2MwLTAuMSwwLTAuMiwwLTAuMmMwLjIsMCwwLjEsMC40LDAsMC42QzEwNC44LDEuNCwxMDQuOCwxLjUsMTA0LjcsMS4zeiBNMTA1LjQsMWMwLTAuMSwwLjEtMC4yLDAuMS0wLjIKICAgIGMwLDAsMC4xLDAuMSwwLjEsMC4yYzAsMC4xLDAsMC4yLTAuMSwwLjJTMTA1LjQsMS4xLDEwNS40LDF6IE0xMDUuOSwwLjZjMC4xLTAuMSwwLjQtMC4yLDAuNS0wLjJjMC4zLDAsMC41LDAuMiwwLjMsMC4zCiAgICBjLTAuMSwwLTAuMSwwLTAuMi0wLjFjMC0wLjEtMC4xLTAuMS0wLjMsMEMxMDUuOSwwLjksMTA1LjYsMC44LDEwNS45LDAuNkwxMDUuOSwwLjZ6IE0xMDQuMywwLjZjMCwwLDAuMSwwLDAuMiwwCiAgICBjMC4xLDAsMC4xLDAuMS0wLjEsMC4xQzEwNC4zLDAuNywxMDQuMiwwLjYsMTA0LjMsMC42TDEwNC4zLDAuNnogTTExMC44LDAuNmMtMC4yLTAuMS0wLjItMC4xLDAtMC4xYzAuMSwwLDAuMiwwLjEsMC4yLDAuMQogICAgQzExMSwwLjcsMTExLDAuNywxMTAuOCwwLjZMMTEwLjgsMC42eiBNMTEwLjEsMC40Yy0wLjEtMC4yLDAtMC4yLDAuMi0wLjFjMC4zLDAuMiwwLjMsMC4yLDAuMSwwLjJDMTEwLjMsMC42LDExMC4yLDAuNSwxMTAuMSwwLjR6IgogICAgLz4KICAgIDwvc3ZnPg==");
}
.eyecatcher__flag {
  position: absolute;
  right: 12px;
  top: -24px;
  color: #fff;
  font-weight: 400;
  background: linear-gradient(176deg, #00c584, #02ab71);
  width: auto;
  z-index: 1;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.15);
}
.eyecatcher__flag::before {
  position: absolute;
  top: 0;
  left: -6px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-bottom: 24px solid #008a02;
}
.eyecatcher__flag p {
  margin: 0;
  padding: 0 16px;
  line-height: 32px;
}
@media screen and (max-width: 475px) {
  .eyecatcher__brushstroke {
    display: block;
    text-align: center;
  }
  .eyecatcher__brushstroke p {
    padding: 24px 0;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
  }
}

.fao-counter {
  margin-bottom: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fao-counter p {
  flex: 0 1 auto;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 0 12px;
}

@media (min-width: 768px) {
  .fao-counter p {
    font-size: 20px;
  }
}
.pie {
  flex: 0 0 auto;
  display: inline-block;
  border-radius: 50%;
  border: 2px solid #005091;
  background: #fff;
  width: 48px;
  height: 48px;
  margin: -12px 0;
  overflow: hidden;
}
.pie__inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #fff;
  background-image: linear-gradient(to right, transparent 50%, #0060a1 0);
}
.pie__inner .segment {
  content: "";
  margin-left: 50%;
  height: 100%;
  display: block;
  border-radius: 0 100% 100% 0/50%;
  background-color: inherit;
  transform-origin: left;
  transform: rotate(0turn);
}
.pie__inner .segment.inverted {
  background-color: #0060a1;
}

.staff {
  margin-bottom: 24px;
}
.staff h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.staff .manager,
.staff .speaker {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 24px;
}
.staff .manager__portrait,
.staff .speaker__portrait {
  flex: 0 0 auto;
  position: relative;
  display: inline-block;
  background-image: linear-gradient(135deg, rgba(225, 225, 229, 0.5) 0, rgba(225, 225, 229, 0.9) 55%, rgba(225, 225, 229, 0.7) 55%, #e1e1e5 100%);
}
.staff .manager__portrait img,
.staff .speaker__portrait img {
  width: 100%;
  height: 100%;
  margin: 0;
}
.staff .manager__data,
.staff .speaker__data {
  flex: 0 1 auto;
  margin: 0 0 0 12px;
  display: inline-block;
  width: auto;
}
.staff .manager__data__line,
.staff .speaker__data__line {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #727274;
  line-height: 24px;
}
.staff .manager__data__line:first-child,
.staff .speaker__data__line:first-child {
  color: #1a262d;
}
.staff .manager__portrait {
  height: 144px;
  width: 144px;
}
.staff .speaker__portrait {
  height: 96px;
  width: 96px;
}

.product__price input[type=radio] + label.bottom-space_reduced {
  padding-bottom: 24px;
}

.product_search_suggest__container {
  position: absolute;
  top: 42px;
  left: 0;
  text-align: left;
  width: 100%;
}
.product_search_suggest__container.box-visible {
  padding: 0 16px 12px;
  background-color: #fff;
  border: 1px solid #0082c8;
  border-radius: 3px;
  box-shadow: 2px 4px 1px rgba(0, 0, 0, 0.15);
  z-index: 2;
}

@media (min-width: 768px) {
  .product_search_suggest__container {
    width: calc(100% - 24px * 5 / 3);
  }
}
.search-suggest__item {
  display: block;
  padding: 11px 0 12px;
  border-top: 1px solid #eeeeef;
  border-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  min-height: 96px;
}
@media (pointer: fine) {
  .search-suggest__item:hover, .search-suggest__item:focus {
    border-color: #eeeeef;
  }
  .search-suggest__item:hover .search-suggest__type, .search-suggest__item:hover .search-suggest__title, .search-suggest__item:hover .search-suggest__subtitle, .search-suggest__item:focus .search-suggest__type, .search-suggest__item:focus .search-suggest__title, .search-suggest__item:focus .search-suggest__subtitle {
    color: #0060a1;
  }
}
.search-suggest__image {
  width: 48px;
  height: auto;
  display: block;
  float: left;
  margin-right: 16px;
}
.search-suggest__image img {
  max-width: 48px;
  height: auto;
  vertical-align: top;
}
.search-suggest__type {
  font-weight: 700;
  color: #626266;
  transition: color 0.25s;
}
.search-suggest__title {
  font-weight: 400;
  color: #1a262d;
  transition: color 0.25s;
}
.search-suggest__subtitle {
  font-weight: 300;
  color: #545456;
  transition: color 0.25s;
}

.news__filter {
  margin-bottom: 48px;
  display: none;
}
.news__filter ul {
  margin: 0 0 24px;
  padding: 0;
}
.news__item {
  margin-bottom: 48px;
  word-break: break-word;
}
.news__headline-link {
  border: none;
  color: #1a262d;
}
.news__headline-link:hover {
  color: #0060a1;
}
.news__secondary-right {
  margin-bottom: 48px;
}
.news__info {
  font-weight: 400;
  line-height: 24px;
  color: #626266;
  display: block;
}
.news__info__date {
  font-size: 14px;
  border-bottom: 1px solid #e1e1e5;
}
.news__info__intro {
  margin-bottom: 12px;
}
.news__teaser {
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .news__filter {
    display: block;
  }
  .news__list-layout {
    display: flex;
    flex-flow: nowrap;
  }
  .news__article-list {
    flex: 1 1 0;
    padding-right: 48px;
  }
  .news__secondary-right {
    max-width: 384px;
    flex: 1 1 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}

.news__footnote {
  font-weight: 400;
  line-height: 24px;
  color: #626266;
  display: block;
}
.news__article__headline {
  font-size: 2rem;
}
.news__article .news__info__date {
  font-size: 14px;
  border-bottom: none;
}
.news__article .news__info__intro {
  margin-bottom: 24px;
  padding-bottom: 24px;
  font-weight: 300;
  border-bottom: 1px solid #e1e1e5;
}
.news__article .news__teaser {
  font-weight: 400;
}
.news__article__text {
  margin-bottom: 48px;
}

.blog__date {
  font-weight: 500;
}
.blog .share-link {
  font-weight: 400;
  color: #005091;
  min-width: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1.5rem;
}
.blog .share-link .mt-1 {
  margin-top: 0.25rem;
}
.blog .share-link .icon {
  font-size: 1.5rem;
  color: #3d7bae;
  padding: 0;
}

.blog__author {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e1e1e5;
  margin-bottom: 0.5rem;
}
.blog__author-image {
  width: 4rem;
  height: 4rem;
  object-fit: cover;
  box-shadow: 0.25rem 0.25rem 0 rgba(0, 0, 0, 0.15);
  font-size: 0.75rem;
  margin-bottom: 0 !important;
}
.blog__author-name {
  font-weight: 700;
  display: block;
}
.blog__author-title {
  display: block;
}

.blog__teaser {
  font-weight: 400;
  margin-bottom: 24px;
}

.blog__advertising {
  padding: 0.75rem 0;
  border-bottom: 1px solid #e1e1e5;
  margin-bottom: 0.5rem;
}

.start-page-grid {
  display: grid;
  grid-template-columns: 100%;
  grid-row-gap: 24px;
  grid-column-gap: 0;
  grid-template-areas: "page-banner" "categories-overview" "page-videos-1" "latest-news" "shop-newcomers" "latest-seminars" "intro-text" "page-videos-2";
  padding-top: 24px;
  margin-bottom: 24px !important;
}

.page-banner {
  grid-area: page-banner;
  margin-left: 16px;
  margin-right: 16px;
}

.categories-overview-container {
  grid-area: categories-overview;
  margin-left: 16px;
  margin-right: 16px;
}

.latest-news {
  grid-area: latest-news;
  display: flex;
}

.newsletter-subscription-container {
  grid-area: newsletter-subscription;
}

.shop-newcomers {
  grid-area: shop-newcomers;
}

.latest-seminars {
  grid-area: latest-seminars;
}

.intro-text {
  grid-area: intro-text;
}

.page-videos-1 {
  grid-area: page-videos-1;
}

.page-videos-2 {
  grid-area: page-videos-2;
}

@media screen and (min-width: 475px) {
  .page-banner {
    margin-left: auto;
    margin-right: auto;
  }
  .categories-overview-container {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .start-page-grid {
    display: grid;
    grid-template-columns: 312px 1fr 312px;
    grid-row-gap: 24px;
    grid-column-gap: 16px;
    grid-template-areas: "page-banner            page-banner         page-banner" "categories-overview    intro-text          intro-text" "page-videos-1          page-videos-1       page-videos-1" "latest-news            latest-news         newsletter-subscription" "shop-newcomers         shop-newcomers      shop-newcomers" "latest-seminars        latest-seminars     latest-seminars" "page-videos-2          page-videos-2       page-videos-2";
    padding: 24px 16px 0;
    margin-bottom: 48px !important;
  }
  .row-extra-gap-large {
    margin-bottom: 48px;
  }
}
@media (min-width: 1024px) {
  .start-page-grid {
    grid-template-columns: 384px 1fr 384px;
    grid-row-gap: 24px;
    grid-column-gap: 24px;
    grid-template-areas: "page-banner            page-banner         page-banner" "categories-overview    intro-text          intro-text" "page-videos-1          page-videos-1       page-videos-1" "latest-news            latest-news         newsletter-subscription" "shop-newcomers         shop-newcomers      shop-newcomers" "latest-seminars        latest-seminars     latest-seminars" "page-videos-2          page-videos-2       page-videos-2";
    padding: 24px 0 0;
    margin-bottom: 48px !important;
  }
  .row-extra-gap-small {
    margin-bottom: 48px;
  }
  .row-extra-gap-large {
    margin-bottom: 72px;
  }
}
@media (min-width: 1366px) {
  .start-page-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-row-gap: 24px;
    grid-column-gap: 24px;
    grid-template-areas: "page-banner            page-banner         page-banner" "categories-overview    intro-text          intro-text" "page-videos-1          page-videos-1       page-videos-1" "latest-news            latest-news         newsletter-subscription" "shop-newcomers         shop-newcomers      shop-newcomers" "latest-seminars        latest-seminars     latest-seminars" "page-videos-2          page-videos-2       page-videos-2";
    margin-bottom: 72px !important;
  }
  .row-extra-gap-small {
    margin-bottom: 72px;
  }
  .row-extra-gap-large {
    margin-bottom: 96px;
  }
}
.start-page {
  background: linear-gradient(rgba(0, 80, 145, 0.1), rgba(61, 123, 174, 0.2)) no-repeat 100% fixed;
}
.start-page .categories-overview {
  background: #fff;
}

.page-banner {
  position: relative;
  padding: 0;
  width: 100%;
  aspect-ratio: 92/69;
}
.page-banner img {
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}
.page-banner picture {
  display: block;
  aspect-ratio: 92/69;
  width: 100%;
}
@media (min-width: 768px) {
  .page-banner {
    aspect-ratio: 30/7;
    width: 100%;
  }
  .page-banner picture {
    aspect-ratio: 30/7;
  }
}

.categories-overview {
  position: relative;
  padding-left: 32px;
}
.categories-overview::before {
  content: "";
  width: 16px;
  height: 100%;
  position: absolute;
  background: linear-gradient(177deg, #0099cf, #0060a1);
  top: 0;
  left: 0;
}
.categories-overview h4 {
  padding-top: 0;
  font-size: 24px;
  margin-bottom: 24px;
  line-height: 24px;
}
.categories-overview .link__more {
  font-size: 20px;
  display: block;
  margin-bottom: 12px;
  line-height: 24px;
}
.categories-overview .link__more:last-child {
  margin-bottom: 0;
}
.categories-overview .link__more span {
  display: block;
  font-weight: 300;
  font-size: 16px;
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
@media screen and (min-width: 475px) {
  .categories-overview {
    padding-left: 48px;
  }
  .categories-overview::before {
    width: 24px;
  }
}
@media (min-width: 768px) {
  .categories-overview .link__more {
    font-size: 18px;
  }
  .categories-overview .link__more span {
    font-size: 14px;
  }
}
@media (min-width: 1366px) {
  .categories-overview {
    height: 100%;
  }
}

.intro-text {
  background: linear-gradient(177deg, #0175c3, #0060a1);
  color: #fff;
}
.intro-text a {
  color: #fff;
  border-color: #f5f6f7;
}
.intro-text a:hover, .intro-text a:active, .intro-text a:focus {
  color: #e1e1e5;
  border-color: transparent;
}
.intro-text h1,
.intro-text h4 {
  padding-top: 0;
  line-height: 24px;
  margin-bottom: 24px;
  font-size: 24px;
}
.intro-text h5 {
  line-height: 24px;
  margin-bottom: 12px;
  padding-top: 0;
}
.intro-text .link__more {
  color: #fff;
  font-size: 16px;
}
.intro-text .link__more::before {
  background-color: #fff;
}
.intro-text .link__more::after {
  border-left-color: #fff;
}
@media (min-width: 1366px) {
  .intro-text h5 {
    margin-bottom: 36px;
  }
  .intro-text__content {
    column-count: 2;
    column-gap: 24px;
  }
}

.latest-news h4 {
  margin: -24px -16px 12px;
  padding: 0 16px;
  background: linear-gradient(177deg, #0099cf, #0060a1);
  color: #fff;
  line-height: 48px;
  font-size: 24px;
}
.latest-news__content span {
  font-size: 14px;
}
.latest-news__content h5 {
  padding-top: 0;
  font-weight: 400;
  line-height: 24px;
}
.latest-news__content .news__info__date {
  border-bottom: none;
}
.latest-news .btn, .latest-news .checkout__overview .checked-cart-edit, .checkout__overview .latest-news .checked-cart-edit {
  margin-right: 24px;
  margin-bottom: 16px;
  min-width: 216px;
}
.latest-news .shadow-box {
  padding-bottom: 12px;
}
@media (min-width: 768px) {
  .latest-news h4 {
    margin: -24px -24px 12px;
    padding: 0 24px;
    font-size: 20px;
  }
}

.newsletter-subscription {
  background-color: #fff;
}
.newsletter-subscription h5 {
  padding-top: 0;
  margin-bottom: 0;
}
.newsletter-subscription p {
  font-size: 14px;
}
.newsletter-subscription label {
  display: block;
}
.newsletter-subscription input[type=email] {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.newsletter-subscription button {
  cursor: pointer;
}
@media (min-width: 1366px) {
  .newsletter-subscription {
    height: 100%;
  }
}

.shop-newcomers__item {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  grid-template-rows: auto;
  grid-row-gap: 0;
  grid-column-gap: 12px;
  grid-template-areas: "picture    pre-title" "picture    title" "picture    teaser-text" "picture    link-more";
}
.shop-newcomers__item__picture {
  grid-area: picture;
}
.shop-newcomers__item__picture img {
  width: 100%;
  margin: 0;
  word-break: break-word;
  font-size: 12px;
}
.shop-newcomers__item__picture a {
  border-bottom: none;
}
.shop-newcomers__item__pre-title {
  display: block;
  grid-area: pre-title;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 8px;
  color: #626266;
}
.shop-newcomers__item__title {
  display: block;
  grid-area: title;
  padding-top: 0;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
  font-size: 16px;
  word-break: break-word;
}
.shop-newcomers__item__title a {
  color: #1a262d;
  border-bottom: none;
}
.shop-newcomers__item__teaser {
  display: block;
  grid-area: teaser-text;
  font-size: 14px;
  margin-bottom: 12px;
}
.shop-newcomers__item__price {
  display: block;
  grid-area: price;
  font-weight: 500;
  margin-bottom: 12px;
}
.shop-newcomers__item__price span {
  font-size: 14px;
  font-weight: 300;
}
.shop-newcomers__item__free-offer {
  grid-area: free-offer;
  margin-bottom: 12px;
}
.shop-newcomers__item__link {
  grid-area: link-more;
}
.shop-newcomers__focus__intro {
  margin-bottom: 12px;
}
.shop-newcomers__focus__intro h1 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
  color: #81a6d0;
  margin-bottom: 0;
  margin-right: 12px;
}
.shop-newcomers__focus__intro h1 span {
  font-size: 24px;
}
.shop-newcomers__items-group .shop-newcomers__item {
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-template-rows: auto;
  grid-row-gap: 0;
  grid-column-gap: 12px;
  grid-template-areas: "picture    pre-title" "picture    title" "picture    teaser-text" "picture    price" "picture    link-more";
}
.shop-newcomers__items-group .shop-newcomers__item.online-databank {
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-template-rows: auto;
  grid-row-gap: 0;
  grid-column-gap: 12px;
  grid-template-areas: "picture    pre-title" "picture    title" "picture    teaser-text" "picture    free-offer" "picture    link-more";
}
.shop-newcomers__items-group .shop-newcomers__item__link {
  margin-bottom: 12px;
}
.shop-newcomers__items-group .shop-newcomers__item__price {
  font-size: 14px;
}
.shop-newcomers__items-group .shadow-box {
  background-color: #f5f6f7;
  border-bottom: solid 1px #fff;
  height: 100%;
}
@media (min-width: 768px) {
  .shop-newcomers__item {
    display: grid;
    grid-template-columns: 144px 1fr;
    grid-template-rows: auto;
    grid-row-gap: 0;
    grid-column-gap: 24px;
    grid-template-areas: "picture    pre-title" "picture    title" "picture    teaser-text" "picture    link-more";
  }
  .shop-newcomers__item__pre-title {
    line-height: 24px;
    margin-bottom: 0;
  }
  .shop-newcomers__item__title {
    line-height: 24px;
    margin-bottom: 24px;
    font-size: 18px;
  }
  .shop-newcomers__item__teaser {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .shop-newcomers__focus {
    margin-bottom: 12px;
  }
  .shop-newcomers__focus__intro {
    margin-bottom: 0;
    padding: 24px 0;
    justify-content: space-between;
    display: flex;
    align-items: flex-end;
  }
  .shop-newcomers__focus__intro h1 {
    display: inline-block;
    font-size: 60px;
    line-height: 72px;
  }
  .shop-newcomers__focus__intro h1 span {
    font-size: 48px;
  }
  .shop-newcomers__focus__item {
    padding: 0;
  }
  .shop-newcomers__items-group .shop-newcomers__item__title {
    margin-bottom: 12px;
  }
}
@media (min-width: 1024px) {
  .shop-newcomers__items-group .shop-newcomers__item {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 192px 36px 48px auto auto;
    grid-row-gap: 0;
    grid-column-gap: 12px;
    grid-template-areas: "picture" "link-more" "price" "pre-title" "title";
  }
  .shop-newcomers__items-group .shop-newcomers__item.online-databank {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 144px 48px 84px auto auto;
    grid-row-gap: 0;
    grid-column-gap: 12px;
    grid-template-areas: "picture" "free-offer" "link-more" "pre-title" "title";
  }
  .shop-newcomers__items-group .shop-newcomers__item.online-databank .shop-newcomers__item__picture {
    height: 120px;
    margin-bottom: 24px;
  }
  .shop-newcomers__items-group .shop-newcomers__item__picture {
    max-width: 120px;
    height: 180px;
    margin-bottom: 12px;
  }
  .shop-newcomers__items-group .shop-newcomers__item__title {
    margin-bottom: 0;
  }
  .shop-newcomers__items-group .shop-newcomers__item__price {
    margin-bottom: 24px;
    font-size: 16px;
  }
  .shop-newcomers__items-group .shop-newcomers__item__free-offer {
    margin-bottom: 24px;
  }
  .shop-newcomers__items-group .shadow-box {
    border-bottom: none;
    position: relative;
  }
  .shop-newcomers__items-group .shadow-box::before {
    content: "";
    display: block;
    width: 100%;
    height: 288px;
    position: absolute;
    background-color: #fff;
    top: 0;
    left: 0;
  }
  .shop-newcomers__items-group .row.no-gutters {
    margin-left: -3px;
    margin-right: -3px;
  }
  .shop-newcomers__items-group .row.no-gutters .col-md-3 {
    padding-left: 3px;
    padding-right: 3px;
  }
}
@media screen and (min-width: 1200px) {
  .shop-newcomers__items-group .shop-newcomers__item {
    display: grid;
    grid-template-columns: 96px 1fr;
    grid-template-rows: 48px 144px auto auto;
    grid-row-gap: 0;
    grid-column-gap: 24px;
    grid-template-areas: "picture    link-more" "picture    price" "pre-title  pre-title" "title      title";
  }
  .shop-newcomers__items-group .shop-newcomers__item.online-databank {
    display: grid;
    grid-template-columns: 96px 1fr;
    grid-template-rows: 120px 72px auto auto;
    grid-row-gap: 0;
    grid-column-gap: 24px;
    grid-template-areas: "picture    link-more" "free-offer free-offer" "pre-title  pre-title" "title      title";
  }
  .shop-newcomers__items-group .shop-newcomers__item.online-databank .shop-newcomers__item__picture {
    height: 96px;
    margin-bottom: 24px;
  }
  .shop-newcomers__items-group .shop-newcomers__item__picture {
    height: 144px;
    margin-bottom: 48px;
  }
  .shop-newcomers__items-group .shadow-box::before {
    height: 192px;
  }
}
@media (min-width: 1366px) {
  .shop-newcomers__focus__intro {
    padding: 24px;
    display: block;
  }
  .shop-newcomers__focus__intro h1 {
    font-size: 72px;
    line-height: 84px;
    margin-bottom: 24px;
  }
  .shop-newcomers__focus__intro h1 span {
    font-size: 56px;
  }
  .shop-newcomers__focus__item {
    padding: 24px 48px;
  }
  .shop-newcomers__items-group .shop-newcomers__item {
    display: grid;
    grid-template-columns: 120px 1fr;
    grid-template-rows: 48px auto auto auto;
    grid-row-gap: 0;
    grid-column-gap: 24px;
    grid-template-areas: "picture    link-more" "picture    price" "pre-title  pre-title" "title      title";
  }
  .shop-newcomers__items-group .shop-newcomers__item.online-databank {
    display: grid;
    grid-template-rows: 144px 72px auto auto;
    grid-template-columns: 120px 1fr;
    grid-row-gap: 0;
    grid-column-gap: 24px;
    grid-template-areas: "picture    link-more" "free-offer free-offer" "pre-title  pre-title" "title      title";
  }
  .shop-newcomers__items-group .shop-newcomers__item.online-databank .shop-newcomers__item__picture {
    height: 120px;
    margin-bottom: 24px;
  }
  .shop-newcomers__items-group .shop-newcomers__item.online-databank .shop-newcomers__item__free-offer {
    margin-bottom: 48px;
  }
  .shop-newcomers__items-group .shop-newcomers__item .shop-newcomers__item__picture {
    height: 144px;
    margin-bottom: 72px;
  }
  .shop-newcomers__items-group .shadow-box::before {
    height: 216px;
  }
  .shop-newcomers__items-group .row.no-gutters {
    margin-left: -6px;
    margin-right: -6px;
  }
  .shop-newcomers__items-group .row.no-gutters .col-md-3 {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.latest-seminars__item {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1fr;
  grid-template-rows: auto;
  grid-row-gap: 0;
  grid-column-gap: 24px;
  grid-template-areas: "picture    pre-title" "picture    title" "picture    teaser-text" "picture    date" "picture    link-more";
  padding-left: 16px;
  padding-right: 16px;
}
.latest-seminars__item__picture {
  grid-area: picture;
}
.latest-seminars__item__picture img {
  width: 100%;
  margin: 0;
}
.latest-seminars__item__picture a {
  border-bottom: none;
}
.latest-seminars__item__pre-title {
  display: block;
  grid-area: pre-title;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
  color: #626266;
}
.latest-seminars__item__title {
  display: block;
  grid-area: title;
  padding-top: 0;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 12px;
  font-size: 16px;
  word-break: break-word;
}
.latest-seminars__item__title a {
  color: #1a262d;
  border-bottom: none;
}
.latest-seminars__item__teaser {
  display: block;
  grid-area: teaser-text;
  font-size: 14px;
  margin-bottom: 0;
}
.latest-seminars__item__price {
  display: block;
  grid-area: price;
  font-weight: 500;
  margin-bottom: 12px;
}
.latest-seminars__item__price span {
  font-size: 14px;
  font-weight: 300;
}
.latest-seminars__item__link {
  grid-area: link-more;
}
.latest-seminars__item .seminar__appointment {
  font-size: 16px;
  grid-area: date;
  color: #3d7bae;
  font-weight: 500;
  padding-bottom: 0;
  margin-bottom: 24px;
}
.latest-seminars__item .seminar__appointment .icon--calendar {
  font-size: 18px;
  margin-right: 3px;
}
.latest-seminars__item .seminar__appointment span {
  color: #1a262d;
  font-weight: 400;
  margin-left: 6px;
}
.latest-seminars__focus.shadow-box {
  padding-bottom: 0;
}
.latest-seminars__focus__intro {
  margin: 0 16px 24px;
  border-bottom: 2px solid #a6c0de;
}
.latest-seminars__focus__intro h1 {
  font-size: 48px;
  line-height: 60px;
  font-weight: 500;
  color: #81a6d0;
  margin-bottom: 0;
  margin-right: 12px;
}
.latest-seminars__focus__intro h1 span {
  font-size: 24px;
}
.latest-seminars__item-list .latest-seminars__item {
  display: grid;
  grid-template-columns: 48px 1fr;
  grid-template-rows: auto;
  grid-row-gap: 0;
  grid-column-gap: 18px;
  grid-template-areas: "picture    pre-title" "picture    title" "picture    date";
  padding: 12px 16px;
  border-top: 2px solid #f5f6f7;
}
.latest-seminars__item-list .latest-seminars__item__pre-title {
  line-height: 24px;
  margin-bottom: 0;
}
.latest-seminars__item-list .latest-seminars__item__title {
  margin-bottom: 0;
}
.latest-seminars__item-list .latest-seminars__item.no-grid {
  display: block;
  padding-top: 24px;
  padding-bottom: 0;
}
.latest-seminars__item-list .latest-seminars__item .seminar__appointment {
  font-size: 14px;
  color: #727274;
  font-weight: 400;
  margin-bottom: 0;
}
.latest-seminars__item-list .latest-seminars__item .seminar__appointment .icon--calendar {
  color: #9b9b9d;
  line-height: 24px;
  vertical-align: bottom;
  margin-left: -24px;
}
.latest-seminars__item-list .latest-seminars__item .seminar__appointment p {
  padding-left: 24px;
}
.latest-seminars__item-list .latest-seminars__item .seminar__appointment span {
  color: #727274;
}
@media (min-width: 768px) {
  .latest-seminars__item {
    padding-left: 24px;
    padding-right: 24px;
    order: 0;
  }
  .latest-seminars__item__pre-title {
    line-height: 24px;
  }
  .latest-seminars__item__title {
    line-height: 24px;
    font-size: 18px;
  }
  .latest-seminars__item__teaser {
    font-size: 16px;
  }
  .latest-seminars__focus {
    order: 1;
    margin: 24px 0;
    padding-left: 72px;
    margin-bottom: 24px;
  }
  .latest-seminars__focus.shadow-box {
    padding-bottom: 24px;
  }
  .latest-seminars__focus__intro {
    margin: 0 24px 24px;
    padding: 24px 0 12px;
    justify-content: space-between;
    display: flex;
    align-items: flex-end;
  }
  .latest-seminars__focus__intro h1 {
    display: inline-block;
    font-size: 60px;
    line-height: 72px;
  }
  .latest-seminars__focus__intro h1 span {
    font-size: 48px;
  }
  .latest-seminars__focus__item {
    padding: 0;
  }
  .latest-seminars__item-list .latest-seminars__item {
    padding: 12px 24px;
  }
  .latest-seminars__item-list .latest-seminars__item:first-child {
    border-top: 0;
    padding-top: 0;
  }
  .latest-seminars__item-list .latest-seminars__item .btn, .latest-seminars__item-list .latest-seminars__item .checkout__overview .checked-cart-edit, .checkout__overview .latest-seminars__item-list .latest-seminars__item .checked-cart-edit {
    margin-bottom: 4px;
  }
}
@media (min-width: 1024px) {
  .latest-seminars__item {
    padding-left: 48px;
    padding-right: 48px;
  }
  .latest-seminars__focus__intro {
    margin: 0 48px 24px;
  }
}
@media (min-width: 1366px) {
  .latest-seminars__focus__intro {
    padding: 24px 0 0;
  }
  .latest-seminars__focus__intro h1 {
    font-size: 72px;
    line-height: 84px;
  }
  .latest-seminars__focus__intro h1 span {
    font-size: 56px;
  }
  .latest-seminars__item {
    position: relative;
    display: grid;
    grid-template-columns: 72px 1fr 144px;
    grid-template-rows: auto;
    grid-row-gap: 0;
    grid-column-gap: 24px;
    grid-template-areas: "picture    pre-title       date" "picture    title           date" "picture    teaser-text     date" "picture    link-more       date";
  }
  .latest-seminars__item__teaser {
    margin-bottom: 12px;
  }
  .latest-seminars__item .seminar__appointment span {
    margin-left: 0;
  }
  .latest-seminars__item-list .latest-seminars__item {
    display: grid;
    grid-template-columns: 48px 132px 1fr;
    grid-template-rows: auto;
    grid-row-gap: 0;
    grid-column-gap: 24px;
    grid-template-areas: "picture    pre-title   date" "picture    title   title";
    padding: 24px;
  }
}

.page-videos,
.page-videos-1,
.page-videos-2 {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 24px;
  grid-column-gap: 0;
  grid-template-areas: "page-video-first" "page-video-second";
}
.page-videos .shadow-box,
.page-videos-1 .shadow-box,
.page-videos-2 .shadow-box {
  padding: 0;
}
.page-videos .shadow-box p,
.page-videos-1 .shadow-box p,
.page-videos-2 .shadow-box p {
  padding: 0.25rem 0.5rem;
  font-size: 14px;
}
.page-videos .page-video-first,
.page-videos-1 .page-video-first,
.page-videos-2 .page-video-first {
  grid-area: page-video-first;
}
.page-videos .page-video-second,
.page-videos-1 .page-video-second,
.page-videos-2 .page-video-second {
  grid-area: page-video-second;
}
@media (min-width: 768px) {
  .page-videos,
  .page-videos-1,
  .page-videos-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 0;
    grid-column-gap: 24px;
    grid-template-areas: "page-video-first page-video-second";
  }
}

.newsletter-banner {
  display: block;
  height: 240px;
  background: linear-gradient(90deg, #0060a1, #13588f 55%, #0060a1);
  width: 100%;
  margin-bottom: 48px;
}
@media (max-width: 1023.98px) {
  .newsletter-banner {
    height: auto;
    margin: 0 -16px 24px;
    width: auto;
    background: #3d7bae;
  }
}
@media (min-width: 1024px) {
  .newsletter-banner {
    box-shadow: 2px 3px 2px -1px rgba(0, 0, 0, 0.4);
  }
}
.newsletter-banner__inner-container {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.newsletter-banner__text {
  position: relative;
  margin: 36px 24px;
  padding: 24px;
  color: #fff;
}
@media (max-width: 1023.98px) {
  .newsletter-banner__text h3 {
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .newsletter-banner__text h3 {
    margin-bottom: 0;
  }
}
.newsletter-banner__text::before, .newsletter-banner__text::after {
  content: "";
  position: absolute;
  display: block;
  height: 72%;
  width: 90%;
  width: 92%;
}
@media (min-width: 1024px) {
  .newsletter-banner__text::before, .newsletter-banner__text::after {
    height: 75%;
  }
}
.newsletter-banner__text::before {
  bottom: 0;
  right: 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.newsletter-banner__text::after {
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.newsletter-banner__image {
  max-height: 100%;
  width: auto;
}
@media (max-width: 1023.98px) {
  .newsletter-banner__image {
    display: none;
  }
}
.newsletter-banner__image img {
  height: 240px;
  width: auto;
}

.decorational-quotes {
  position: absolute;
  font-size: 120px;
  height: 32px;
  width: 48px;
  font-family: Arial, sans-serif !important;
}
.decorational-quotes.left {
  bottom: 30px;
  left: -2px;
}
.decorational-quotes.right {
  top: -50px;
  right: -12px;
  z-index: 1;
}

.nl-form-body .element .validation {
  color: #b51d28;
  display: none;
}
.nl-form-body .element.invalid .validation {
  display: block !important;
}
.nl-form-body .element.invalid input[type=text],
.nl-form-body .element.invalid select,
.nl-form-body .element.invalid textarea {
  border: solid 1px #b51d28;
}
.nl-form-body .element.mandatory > label::after {
  content: "*";
  padding-left: 3px;
}

.newsletter-subscription__content {
  max-width: 1024px;
  margin-bottom: 0;
  padding: 0 16px;
}
.newsletter-subscription__content .centered-block {
  max-width: 802px;
}
.newsletter-subscription__content #optin_form {
  padding-top: 24px;
  margin-bottom: 24px;
}
.newsletter-subscription__content fieldset {
  max-width: 408px;
  margin: 0 auto 24px 0;
}
@media (min-width: 768px) {
  .newsletter-subscription__content fieldset .form-check-label {
    white-space: nowrap;
  }
}
.newsletter-subscription__content .grouped-fields {
  max-width: 408px;
  margin: 0 auto 0 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.newsletter-subscription__content .grouped-fields #fa_7 {
  width: 30%;
  flex: 0 0 30%;
  margin-right: 8px;
}
.newsletter-subscription__content .grouped-fields #fa_8 {
  flex: 1 1 auto;
}
.newsletter-subscription__content .form-check {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .newsletter-subscription__content .form-check {
    margin-bottom: 12px;
  }
}
@media (max-width: 1365.98px) {
  .newsletter-subscription__content .form-check label {
    padding-left: 32px;
    line-height: 19.2px;
  }
  .newsletter-subscription__content .form-check label::before {
    top: 0;
  }
  .newsletter-subscription__content .form-check label::after {
    top: 5px;
  }
}
.newsletter-subscription__content .btn, .newsletter-subscription__content .checkout__overview .checked-cart-edit, .checkout__overview .newsletter-subscription__content .checked-cart-edit {
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .newsletter-subscription__content .btn, .newsletter-subscription__content .checkout__overview .checked-cart-edit, .checkout__overview .newsletter-subscription__content .checked-cart-edit {
    min-width: 216px !important;
    width: auto !important;
  }
}
.newsletter-subscription__content .large-label {
  font-size: 20px;
  margin-bottom: 12px;
  display: block;
}
.newsletter-subscription__content label strong {
  font-weight: 500;
}
.newsletter-subscription__content label a {
  color: #1a262d;
  border-color: #1a262d;
}
.newsletter-subscription__content label a:hover, .newsletter-subscription__content label a:active {
  color: #0060a1;
}
.newsletter-subscription__content .invalid-feedback {
  font-size: 16px;
  margin-bottom: 12px;
}
.newsletter-subscription__content small {
  font-size: 12px;
  line-height: 18px;
  display: block;
}
@media (min-width: 1024px) {
  .newsletter-subscription__content h4 {
    padding-top: 0;
    margin-bottom: 0;
  }
}

.newsletter-subscription__footer {
  width: 100%;
  padding: 24px 16px;
  background: #3d7bae;
}
@media (min-width: 1024px) {
  .newsletter-subscription__footer {
    padding: 24px;
  }
}
.newsletter-subscription__footer-inner {
  max-width: 706px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .newsletter-subscription__footer-inner {
    max-width: 1366px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.newsletter-subscription__footer-inner .footer-bullets {
  color: #fff;
}
@media (min-width: 1024px) {
  .newsletter-subscription__footer-inner .footer-bullets {
    flex: 0 0 30%;
  }
}
.newsletter-subscription__footer-inner .footer-bullets ul {
  border-left: 2px solid #fff;
}
.newsletter-subscription__footer-inner .footer-bullets li {
  list-style: none;
  margin-bottom: 12px;
}

/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflowX: hidden;
  position: relative;
}

.lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform, height;
  transition-property: transform, height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 1;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
  z-index: 2;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 9;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: transparent;
}

.lSSlideOuter .media {
  opacity: 0.8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  cursor: pointer;
  position: absolute;
  z-index: 9;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
  opacity: 1;
}

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}

.lSAction > a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0 !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

.lSSlideOuter .lightSlider > *, .lSSlideOuter .lSGallery li {
  float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *, .lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #9b9b9d;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 1366px !important;
  }
  .container {
    min-width: 1366px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e1e1e5 !important;
  }
}
@media print {
  .service-area,
  .shop-interface-elements,
  .navigation__main--wrapper,
  aside,
  .searchbar__mobile,
  .navigation__breadcrumb,
  #footer-newsletter,
  #footer-breadcrumb,
  #footer-navigation,
  button,
  a.btn,
  .checkout__overview a.checked-cart-edit {
    display: none !important;
  }
}

/*# sourceMappingURL=styles.output.css.map */
