/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./lmw_prototype/scss/primitives/_lazy_image.scss ***!
  \*************************************************************************************************************************************************************************************************/
[data-src],
[data-md-src],
.md-image img,
.object-images img {
  overflow: hidden;
  width: 100%;
  transition: background-image 0.25s, filter 0.25s;
  filter: blur(10px);
}
[data-src].image-ready,
[data-md-src].image-ready,
.md-image img.image-ready,
.object-images img.image-ready {
  filter: none;
}
/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./lmw_prototype/scss/foundation.scss ***!
  \*************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 48.8125em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

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

.foundation-mq {
  font-family: "small=0em&smallmedium=32.5625em&medium=48.8125em&large=64.0625em&xlarge=90.0625em&xxlarge=120.0625em";
}

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

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: var(--body-font-family);
  font-weight: normal;
  line-height: 1.375;
  color: #262626;
}

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

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

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

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

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

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

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

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

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

.grid-container {
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 90.0625em) {
  .grid-container {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.grid-container.fluid {
  padding-right: 1rem;
  padding-left: 1rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 90.0625em) {
  .grid-container.fluid {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto, .cell.small-auto {
  flex: 1 1 0;
}
.cell.shrink, .cell.small-shrink {
  flex: 0 0 auto;
}

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

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

@media print, screen and (min-width: 32.5625em) {
  .grid-x > .smallmedium-shrink, .grid-x > .smallmedium-full, .grid-x > .smallmedium-1, .grid-x > .smallmedium-2, .grid-x > .smallmedium-3, .grid-x > .smallmedium-4, .grid-x > .smallmedium-5, .grid-x > .smallmedium-6, .grid-x > .smallmedium-7, .grid-x > .smallmedium-8, .grid-x > .smallmedium-9, .grid-x > .smallmedium-10, .grid-x > .smallmedium-11, .grid-x > .smallmedium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 90.0625em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 120.0625em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grid-padding-x .grid-padding-x {
  margin-right: -1rem;
  margin-left: -1rem;
}
@media print, screen and (min-width: 32.5625em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
@media print, screen and (min-width: 90.0625em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
@media print, screen and (min-width: 120.0625em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -1rem;
  margin-left: -1rem;
}
@media print, screen and (min-width: 32.5625em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
@media print, screen and (min-width: 90.0625em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
@media print, screen and (min-width: 120.0625em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -1rem;
    margin-left: -1rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 1rem;
  padding-left: 1rem;
}
@media print, screen and (min-width: 32.5625em) {
  .grid-padding-x > .cell {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .grid-padding-x > .cell {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-padding-x > .cell {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media print, screen and (min-width: 90.0625em) {
  .grid-padding-x > .cell {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media print, screen and (min-width: 120.0625em) {
  .grid-padding-x > .cell {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 32.5625em) {
  .smallmedium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .smallmedium-offset-0 {
    margin-left: calc(0% + 2rem / 2);
  }
  .smallmedium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .smallmedium-offset-1 {
    margin-left: calc(8.3333333333% + 2rem / 2);
  }
  .smallmedium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .smallmedium-offset-2 {
    margin-left: calc(16.6666666667% + 2rem / 2);
  }
  .smallmedium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .smallmedium-offset-3 {
    margin-left: calc(25% + 2rem / 2);
  }
  .smallmedium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .smallmedium-offset-4 {
    margin-left: calc(33.3333333333% + 2rem / 2);
  }
  .smallmedium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .smallmedium-offset-5 {
    margin-left: calc(41.6666666667% + 2rem / 2);
  }
  .smallmedium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .smallmedium-offset-6 {
    margin-left: calc(50% + 2rem / 2);
  }
  .smallmedium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .smallmedium-offset-7 {
    margin-left: calc(58.3333333333% + 2rem / 2);
  }
  .smallmedium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .smallmedium-offset-8 {
    margin-left: calc(66.6666666667% + 2rem / 2);
  }
  .smallmedium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .smallmedium-offset-9 {
    margin-left: calc(75% + 2rem / 2);
  }
  .smallmedium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .smallmedium-offset-10 {
    margin-left: calc(83.3333333333% + 2rem / 2);
  }
  .smallmedium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .smallmedium-offset-11 {
    margin-left: calc(91.6666666667% + 2rem / 2);
  }
}
@media print, screen and (min-width: 48.8125em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 2rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 2rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 2rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 2rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 2rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 2rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 2rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 2rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 2rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 2rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 2rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 2rem / 2);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 2rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 2rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 2rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 2rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 2rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 2rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 2rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 2rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 2rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 2rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 2rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 2rem / 2);
  }
}
@media print, screen and (min-width: 90.0625em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 2rem / 2);
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 2rem / 2);
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 2rem / 2);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 2rem / 2);
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 2rem / 2);
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 2rem / 2);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 2rem / 2);
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 2rem / 2);
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 2rem / 2);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 2rem / 2);
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 2rem / 2);
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 2rem / 2);
  }
}
@media print, screen and (min-width: 120.0625em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 2rem / 2);
  }
  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 2rem / 2);
  }
  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 2rem / 2);
  }
  .xxlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 2rem / 2);
  }
  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 2rem / 2);
  }
  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 2rem / 2);
  }
  .xxlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 2rem / 2);
  }
  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 2rem / 2);
  }
  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 2rem / 2);
  }
  .xxlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 2rem / 2);
  }
  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 2rem / 2);
  }
  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 2rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto, .grid-y > .small-auto {
  height: auto;
}
.grid-y > .shrink, .grid-y > .small-shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 32.5625em) {
  .grid-y > .smallmedium-shrink, .grid-y > .smallmedium-full, .grid-y > .smallmedium-1, .grid-y > .smallmedium-2, .grid-y > .smallmedium-3, .grid-y > .smallmedium-4, .grid-y > .smallmedium-5, .grid-y > .smallmedium-6, .grid-y > .smallmedium-7, .grid-y > .smallmedium-8, .grid-y > .smallmedium-9, .grid-y > .smallmedium-10, .grid-y > .smallmedium-11, .grid-y > .smallmedium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 90.0625em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 120.0625em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 32.5625em) {
  .grid-y > .smallmedium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .smallmedium-12, .grid-y > .smallmedium-11, .grid-y > .smallmedium-10, .grid-y > .smallmedium-9, .grid-y > .smallmedium-8, .grid-y > .smallmedium-7, .grid-y > .smallmedium-6, .grid-y > .smallmedium-5, .grid-y > .smallmedium-4, .grid-y > .smallmedium-3, .grid-y > .smallmedium-2, .grid-y > .smallmedium-1, .grid-y > .smallmedium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .smallmedium-shrink {
    height: auto;
  }
  .grid-y > .smallmedium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .smallmedium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .smallmedium-3 {
    height: 25%;
  }
  .grid-y > .smallmedium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .smallmedium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .smallmedium-6 {
    height: 50%;
  }
  .grid-y > .smallmedium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .smallmedium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .smallmedium-9 {
    height: 75%;
  }
  .grid-y > .smallmedium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .smallmedium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .smallmedium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 90.0625em) {
  .grid-y > .xlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 120.0625em) {
  .grid-y > .xxlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xxlarge-12, .grid-y > .xxlarge-11, .grid-y > .xxlarge-10, .grid-y > .xxlarge-9, .grid-y > .xxlarge-8, .grid-y > .xxlarge-7, .grid-y > .xxlarge-6, .grid-y > .xxlarge-5, .grid-y > .xxlarge-4, .grid-y > .xxlarge-3, .grid-y > .xxlarge-2, .grid-y > .xxlarge-1, .grid-y > .xxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
@media print, screen and (min-width: 32.5625em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}
@media print, screen and (min-width: 90.0625em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}
@media print, screen and (min-width: 120.0625em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media print, screen and (min-width: 32.5625em) {
  .grid-padding-y > .cell {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .grid-padding-y > .cell {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-padding-y > .cell {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media print, screen and (min-width: 90.0625em) {
  .grid-padding-y > .cell {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media print, screen and (min-width: 120.0625em) {
  .grid-padding-y > .cell {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

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

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

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

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

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

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 32.5625em) {
  .smallmedium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .smallmedium-grid-frame {
    width: 100%;
  }
  .smallmedium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .smallmedium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .smallmedium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .smallmedium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 90.0625em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 120.0625em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xxlarge-grid-frame {
    width: 100%;
  }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xxlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 32.5625em) {
  .grid-y.smallmedium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 90.0625em) {
  .grid-y.xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 120.0625em) {
  .grid-y.xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 32.5625em) {
  .cell .grid-y.smallmedium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 90.0625em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 120.0625em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

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

.grid-frame.grid-margin-y {
  height: calc(100vh + 2rem);
}
@media print, screen and (min-width: 32.5625em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2rem);
  }
}
@media print, screen and (min-width: 48.8125em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2rem);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2rem);
  }
}
@media print, screen and (min-width: 90.0625em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2rem);
  }
}
@media print, screen and (min-width: 120.0625em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2rem);
  }
}

@media print, screen and (min-width: 32.5625em) {
  .grid-margin-y.smallmedium-grid-frame {
    height: calc(100vh + 2rem);
  }
}
@media print, screen and (min-width: 48.8125em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2rem);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2rem);
  }
}
@media print, screen and (min-width: 90.0625em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 2rem);
  }
}
@media print, screen and (min-width: 120.0625em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 2rem);
  }
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 0.5em;
  font-size: inherit;
  line-height: 1.375;
  text-rendering: optimizeLegibility;
}

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: var(--body-font-family);
  font-style: normal;
  font-weight: bold;
  color: #262626;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #262626;
}

h1, .h1, .h1, .h1 {
  font-size: 1.75rem;
  line-height: 1.2857142857;
  margin-top: 0;
  margin-bottom: 0;
}

h2, .h2, .h2, .h2 {
  font-size: 1.5rem;
  line-height: 1.1666666667;
  margin-top: 0;
  margin-bottom: 0;
}

h3, .h3, .h3, .h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0;
}

h4, .h4, .h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.2222222222;
  margin-top: 0;
  margin-bottom: 0;
}

h5, .h5, .h5, .h5 {
  font-size: 1rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0;
}

h6, .h6, .h6, .h6 {
  font-size: 1rem;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0;
}

@media print, screen and (min-width: 32.5625em) {
  h1, .h1, .h1, .h1 {
    font-size: 2.25rem;
    line-height: 1.1666666667;
    margin-top: 0;
    margin-bottom: 0;
  }
  h2, .h2, .h2, .h2 {
    font-size: 1.75rem;
    line-height: 1.1428571429;
    margin-top: 0;
    margin-bottom: 0;
  }
  h3, .h3, .h3, .h3 {
    font-size: 1.375rem;
    line-height: 1.1818181818;
    margin-top: 0;
    margin-bottom: 0;
  }
  h4, .h4, .h4, .h4 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
  }
  h5, .h5, .h5, .h5 {
    font-size: 1.125rem;
    line-height: 1.2222222222;
    margin-top: 0;
    margin-bottom: 0;
  }
  h6, .h6, .h6, .h6 {
    font-size: 1rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 48.8125em) {
  h1, .h1, .h1, .h1 {
    font-size: 2.375rem;
    line-height: 1.1578947368;
    margin-top: 0;
    margin-bottom: 0;
  }
  h2, .h2, .h2, .h2 {
    font-size: 2rem;
    line-height: 1.125;
    margin-top: 0;
    margin-bottom: 0;
  }
  h3, .h3, .h3, .h3 {
    font-size: 1.5rem;
    line-height: 1.1666666667;
    margin-top: 0;
    margin-bottom: 0;
  }
  h4, .h4, .h4, .h4 {
    font-size: 1.25rem;
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
  }
  h5, .h5, .h5, .h5 {
    font-size: 1.125rem;
    line-height: 1.2222222222;
    margin-top: 0;
    margin-bottom: 0;
  }
  h6, .h6, .h6, .h6 {
    font-size: 1rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 0;
  }
}
a {
  line-height: inherit;
  color: #262626;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #262626;
}
a img {
  border: 0;
}

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

ul,
ol,
dl {
  margin-bottom: 0.5em;
  list-style-position: outside;
  line-height: 1.375;
}

li {
  font-size: inherit;
}

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

ol {
  margin-left: 2rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.5em;
  margin-bottom: 0;
}

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

blockquote {
  margin: 0 0 0.5em;
  padding: 0;
  border-left: none;
}
blockquote, blockquote p {
  line-height: 1.375;
  color: inherit;
}

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

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #F7F7F7;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000;
}

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

.lead {
  font-size: 20px;
  line-height: 1.6;
}

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

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

.cite-block, cite {
  display: block;
  color: inherit;
  font-size: inherit;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cccccc;
  background-color: #F7F7F7;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

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

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

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

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

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

@media print, screen and (min-width: 32.5625em) {
  .smallmedium-text-left {
    text-align: left;
  }
  .smallmedium-text-right {
    text-align: right;
  }
  .smallmedium-text-center {
    text-align: center;
  }
  .smallmedium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 90.0625em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 120.0625em) {
  .xxlarge-text-left {
    text-align: left;
  }
  .xxlarge-text-right {
    text-align: right;
  }
  .xxlarge-text-center {
    text-align: center;
  }
  .xxlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #262626;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.3125rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #c2c2c2;
  border-radius: 0;
  background-color: #fff;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.375;
  color: #262626;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #0b78c8;
  background-color: #fff;
  box-shadow: none;
}

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

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

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

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

::placeholder {
  color: #cccccc;
}

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

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

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #000;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.375;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000;
}

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

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

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cccccc;
  background: #F7F7F7;
  color: #000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

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

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

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

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cccccc;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.3125rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #c2c2c2;
  border-radius: 0.25rem;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.375;
  color: #262626;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2838, 38, 38%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #0b78c8;
  background-color: #fff;
  box-shadow: none;
}
select:disabled {
  background-color: #F7F7F7;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #ff1a00;
  background-color: #ffe8e6;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #ff1a00;
}

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

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ff1a00;
}
.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.75rem 1rem;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: none;
  font-family: inherit;
  font-size: 1.188em;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.875em;
}
.button.small {
  font-size: 0.75em;
}
.button.large {
  font-size: 1.188em;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #e83181;
  color: #fff;
}
.button:hover, .button:focus {
  background-color: #000;
  color: #fff;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #e83181;
  color: #fff;
}
.button.primary:hover, .button.primary:focus {
  background-color: #e83181;
  color: #fff;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #706e6e;
  color: #fff;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #706e6e;
  color: #fff;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3C8A2E;
  color: #fff;
}
.button.success:hover, .button.success:focus {
  background-color: #3c8a2e;
  color: #fff;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #EC6500;
  color: #fff;
}
.button.warning:hover, .button.warning:focus {
  background-color: #ec6500;
  color: #fff;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #ff1a00;
  color: #fff;
}
.button.alert:hover, .button.alert:focus {
  background-color: #ff1a00;
  color: #fff;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #e83181;
  color: #e83181;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #e83181;
  color: #e83181;
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #e83181;
  color: #e83181;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #e83181;
  color: #e83181;
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #706e6e;
  color: #706e6e;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #706e6e;
  color: #706e6e;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3C8A2E;
  color: #3C8A2E;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #3c8a2e;
  color: #3c8a2e;
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #EC6500;
  color: #EC6500;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #ec6500;
  color: #ec6500;
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #ff1a00;
  color: #ff1a00;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #ff1a00;
  color: #ff1a00;
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #e83181;
}
.button.clear:hover, .button.clear:focus {
  color: #e83181;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #e83181;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #e83181;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #706e6e;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #706e6e;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3C8A2E;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #3c8a2e;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #EC6500;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #ec6500;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #ff1a00;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #ff1a00;
}
.button.disabled, .button[disabled] {
  opacity: 1;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1rem;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #e83181;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #e83181;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #706e6e;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3C8A2E;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #EC6500;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #ff1a00;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group .button {
  margin: 0;
  margin-right: 1rem;
  margin-bottom: 1rem;
  font-size: 1.188em;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.875em;
}
.button-group.small .button {
  font-size: 0.75em;
}
.button-group.large .button {
  font-size: 1.188em;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #e83181;
  color: #fff;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #e83181;
  color: #fff;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #706e6e;
  color: #fff;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #706e6e;
  color: #fff;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3C8A2E;
  color: #fff;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #3c8a2e;
  color: #fff;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #EC6500;
  color: #fff;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #ec6500;
  color: #fff;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #ff1a00;
  color: #fff;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #ff1a00;
  color: #fff;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #e83181;
  color: #e83181;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: #e83181;
  color: #e83181;
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #e83181;
  color: #e83181;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: #e83181;
  color: #e83181;
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #706e6e;
  color: #706e6e;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #706e6e;
  color: #706e6e;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3C8A2E;
  color: #3C8A2E;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #3c8a2e;
  color: #3c8a2e;
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #EC6500;
  color: #EC6500;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #ec6500;
  color: #ec6500;
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #ff1a00;
  color: #ff1a00;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: #ff1a00;
  color: #ff1a00;
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #e83181;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #e83181;
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #e83181;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #e83181;
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #706e6e;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #706e6e;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3C8A2E;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #3c8a2e;
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #EC6500;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #ec6500;
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #ff1a00;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #ff1a00;
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 48.8125em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 32.56125em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #000;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cccccc;
}
.breadcrumbs a {
  color: #e83181;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cccccc;
  cursor: not-allowed;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #F7F7F7;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  color: #262626;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #F7F7F7;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

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

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

.close-button {
  position: absolute;
  z-index: 10;
  color: #262626;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #000;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

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

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

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

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

.dropdown-pane.tiny {
  width: 7rem;
}

.dropdown-pane.small {
  width: 12.5rem;
}

.dropdown-pane.large {
  width: 25rem;
}

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

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

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

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

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #e83181;
  color: #fff;
}
.label.primary {
  background: #e83181;
  color: #000;
}
.label.secondary {
  background: #706e6e;
  color: #fff;
}
.label.success {
  background: #3C8A2E;
  color: #000;
}
.label.warning {
  background: #EC6500;
  color: #000;
}
.label.alert {
  background: #ff1a00;
  color: #000;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 32.56125em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 32.56125em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

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

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

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

.off-canvas {
  position: fixed;
  z-index: 1501;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #fff;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 1501;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 1502;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: -1px 0 0 #cccccc;
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 1501;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #fff;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 1501;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 1502;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: -1px 0 0 #cccccc;
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

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

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(100%);
}
@media print, screen and (min-width: 48.8125em) {
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(600px);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(400px);
  }
}

.position-left.is-transition-push {
  box-shadow: inset 0 0 0 0 transparent;
}

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

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-100%);
}
@media print, screen and (min-width: 48.8125em) {
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-600px);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-400px);
  }
}

.position-right.is-transition-push {
  box-shadow: inset 0 0 0 0 transparent;
}

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

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(100%);
}
@media print, screen and (min-width: 48.8125em) {
  .off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(600px);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(400px);
  }
}

.position-top.is-transition-push {
  box-shadow: inset 0 0 0 0 transparent;
}

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

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-100%);
}
@media print, screen and (min-width: 48.8125em) {
  .off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-600px);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-400px);
  }
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 0 0 0 transparent;
}

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

@media print, screen and (min-width: 32.5625em) {
  .position-left.reveal-for-smallmedium {
    transform: none;
    z-index: 1501;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-smallmedium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-smallmedium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 100%;
  }
  .position-left.reveal-for-smallmedium ~ .off-canvas-content {
    margin-left: 100%;
  }
  .position-right.reveal-for-smallmedium {
    transform: none;
    z-index: 1501;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-smallmedium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-smallmedium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 100%;
  }
  .position-right.reveal-for-smallmedium ~ .off-canvas-content {
    margin-right: 100%;
  }
  .position-top.reveal-for-smallmedium {
    transform: none;
    z-index: 1501;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-smallmedium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-smallmedium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 100%;
  }
  .position-top.reveal-for-smallmedium ~ .off-canvas-content {
    margin-top: 100%;
  }
  .position-bottom.reveal-for-smallmedium {
    transform: none;
    z-index: 1501;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-smallmedium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-smallmedium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 100%;
  }
  .position-bottom.reveal-for-smallmedium ~ .off-canvas-content {
    margin-bottom: 100%;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 1501;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 600px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 600px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 1501;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 600px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 600px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 1501;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 600px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 600px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 1501;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 600px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 600px;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 1501;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 400px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 400px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 1501;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 400px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 400px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 1501;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 400px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 400px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 1501;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 400px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 400px;
  }
}
@media print, screen and (min-width: 90.0625em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 1501;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 400px;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 400px;
  }
  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 1501;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 400px;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 400px;
  }
  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 1501;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 400px;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 400px;
  }
  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 1501;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 400px;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 400px;
  }
}
@media print, screen and (min-width: 120.0625em) {
  .position-left.reveal-for-xxlarge {
    transform: none;
    z-index: 1501;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 400px;
  }
  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 400px;
  }
  .position-right.reveal-for-xxlarge {
    transform: none;
    z-index: 1501;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 400px;
  }
  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 400px;
  }
  .position-top.reveal-for-xxlarge {
    transform: none;
    z-index: 1501;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 400px;
  }
  .position-top.reveal-for-xxlarge ~ .off-canvas-content {
    margin-top: 400px;
  }
  .position-bottom.reveal-for-xxlarge {
    transform: none;
    z-index: 1501;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 400px;
  }
  .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
    margin-bottom: 400px;
  }
}
@media print, screen and (min-width: 32.5625em) {
  .off-canvas.in-canvas-for-smallmedium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-smallmedium.position-left, .off-canvas.in-canvas-for-smallmedium.position-right, .off-canvas.in-canvas-for-smallmedium.position-top, .off-canvas.in-canvas-for-smallmedium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-smallmedium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 90.0625em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 120.0625em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xxlarge .close-button {
    display: none;
  }
}
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 1em;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 48.8125em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #262626;
}
.pagination a:hover,
.pagination button:hover {
  background: #999;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #e83181;
  color: #fff;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cccccc;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #262626;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

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

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

.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  user-select: none;
  height: 1.5rem;
}

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

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

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

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

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

.switch.tiny {
  height: 1rem;
}
.switch.tiny .switch-paddle {
  width: 2rem;
  height: 1rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.125rem;
  left: 0.125rem;
  width: 0.75rem;
  height: 0.75rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.125rem;
}

.switch.small {
  height: 1.25rem;
}
.switch.small .switch-paddle {
  width: 2.5rem;
  height: 1.25rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.125rem;
  left: 0.125rem;
  width: 1rem;
  height: 1rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 1.375rem;
}

.switch.large {
  height: 2rem;
}
.switch.large .switch-paddle {
  width: 4rem;
  height: 2rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.125rem;
  left: 0.125rem;
  width: 1.75rem;
  height: 1.75rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.125rem;
}

.tabs {
  margin: 0;
  border: 1px solid #F7F7F7;
  background: #fff;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

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

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

.tabs.primary {
  background: #e83181;
}
.tabs.primary > li > a {
  color: #000;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #e72479;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #e83181;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fff;
  color: #d9186d;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #F7F7F7;
  color: #e83181;
}

.tabs-content {
  border: 1px solid #F7F7F7;
  border-top: 0;
  background: #fff;
  color: #262626;
  transition: all 0.5s ease;
}

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

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

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

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

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

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

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

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

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

.align-bottom {
  align-items: flex-end;
}

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

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

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

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

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

.small-order-7 {
  order: 7;
}

.small-order-8 {
  order: 8;
}

.small-order-9 {
  order: 9;
}

.small-order-10 {
  order: 10;
}

@media print, screen and (min-width: 32.5625em) {
  .smallmedium-order-1 {
    order: 1;
  }
  .smallmedium-order-2 {
    order: 2;
  }
  .smallmedium-order-3 {
    order: 3;
  }
  .smallmedium-order-4 {
    order: 4;
  }
  .smallmedium-order-5 {
    order: 5;
  }
  .smallmedium-order-6 {
    order: 6;
  }
  .smallmedium-order-7 {
    order: 7;
  }
  .smallmedium-order-8 {
    order: 8;
  }
  .smallmedium-order-9 {
    order: 9;
  }
  .smallmedium-order-10 {
    order: 10;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
  .medium-order-7 {
    order: 7;
  }
  .medium-order-8 {
    order: 8;
  }
  .medium-order-9 {
    order: 9;
  }
  .medium-order-10 {
    order: 10;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
  .large-order-7 {
    order: 7;
  }
  .large-order-8 {
    order: 8;
  }
  .large-order-9 {
    order: 9;
  }
  .large-order-10 {
    order: 10;
  }
}
@media print, screen and (min-width: 90.0625em) {
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
  .xlarge-order-7 {
    order: 7;
  }
  .xlarge-order-8 {
    order: 8;
  }
  .xlarge-order-9 {
    order: 9;
  }
  .xlarge-order-10 {
    order: 10;
  }
}
@media print, screen and (min-width: 120.0625em) {
  .xxlarge-order-1 {
    order: 1;
  }
  .xxlarge-order-2 {
    order: 2;
  }
  .xxlarge-order-3 {
    order: 3;
  }
  .xxlarge-order-4 {
    order: 4;
  }
  .xxlarge-order-5 {
    order: 5;
  }
  .xxlarge-order-6 {
    order: 6;
  }
  .xxlarge-order-7 {
    order: 7;
  }
  .xxlarge-order-8 {
    order: 8;
  }
  .xxlarge-order-9 {
    order: 9;
  }
  .xxlarge-order-10 {
    order: 10;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

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

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

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 32.5625em) {
  .smallmedium-flex-container {
    display: flex;
  }
  .smallmedium-flex-child-auto {
    flex: 1 1 auto;
  }
  .smallmedium-flex-child-grow {
    flex: 1 0 auto;
  }
  .smallmedium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .smallmedium-flex-dir-row {
    flex-direction: row;
  }
  .smallmedium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .smallmedium-flex-dir-column {
    flex-direction: column;
  }
  .smallmedium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 90.0625em) {
  .xlarge-flex-container {
    display: flex;
  }
  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 120.0625em) {
  .xxlarge-flex-container {
    display: flex;
  }
  .xxlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.small-shrink {
  width: auto;
}

.switch input.switch-input + label {
  display: inline-block;
}
.switch input:focus-visible ~ .switch-paddle, .switch input:focus ~ .switch-paddle {
  outline: 3px solid #000;
}

#root .accordion > .accordion-item > .accordion-title:before {
  transform: none;
}
#root .accordion > .accordion-item.is-active > .accordion-title:before {
  transform: rotateX(-180deg);
}
/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/inpage_nav/scss/_inpage_nav.scss ***!
  \**********************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./node_modules/leaflet/dist/leaflet.css ***!
  \****************************************************************************************************************************************************************************************/
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}

.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(../416d91365b44e4b4f477.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(../8f2c4d11474275fbc161.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url(../2b3e1faf89f94a483539.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}

.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}

.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
/*!**************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/leaflet.fullscreen/Control.FullScreen.css ***!
  \**************************************************************************************************************************************/
.fullscreen-icon { background-image: url(../e0e51f0dc929076603e2.png); }
.leaflet-retina .fullscreen-icon { background-image: url(../5f9466b787e4bfc70419.png); background-size: 26px 26px; }
/* one selector per rule as explained here : http://www.sitepoint.com/html5-full-screen-api/ */
.leaflet-container:-webkit-full-screen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-container:-ms-fullscreen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-container:full-screen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-container:fullscreen { width: 100% !important; height: 100% !important; z-index: 99999; }
.leaflet-pseudo-fullscreen { position: fixed !important; width: 100% !important; height: 100% !important; top: 0px !important; left: 0px !important; z-index: 99999; }
/*!********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/map/scss/_map.scss ***!
  \********************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/ /*
*
* Map
*
*/
.map-wrapper,
.map-wrapper * {
  font-family: var(--body-font-family);
}
.map-wrapper .map-container {
  height: 0;
  width: 100%;
}
.map-wrapper .map-container:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px #e83181;
}
@media print, screen and (max-width: 48.81125em) {
  .map-wrapper .map-container.aspect-ratio-mobile-16 {
    padding-bottom: 56.25%;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .map-wrapper .map-container.aspect-ratio-desktop-16 {
    padding-bottom: 56.25%;
  }
}
@media print, screen and (max-width: 48.81125em) {
  .map-wrapper .map-container.aspect-ratio-mobile-4 {
    padding-bottom: 75%;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .map-wrapper .map-container.aspect-ratio-desktop-4 {
    padding-bottom: 75%;
  }
}
.map-wrapper .map-container .leaflet-popup-tip-container {
  margin-top: -1px;
}
.map-wrapper .map-container .leaflet-marker-icon {
  cursor: default;
}
.map-wrapper .map-container .leaflet-marker-icon:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px #e83181;
}
.map-wrapper .map-container .leaflet-marker-icon.popupmarker {
  cursor: pointer;
}
.map-wrapper .map-container .map-marker .content {
  display: none;
}
.map-wrapper .map-container .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper {
  border-radius: 0;
  padding: 1rem 2rem;
  box-shadow: 0 0 1rem 0.1875rem rgba(0, 0, 0, 0.3);
}
.map-wrapper .map-container .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content {
  margin: 0;
}
.map-wrapper .map-container .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content p {
  font-size: 1rem;
  margin: 2rem 0 1rem;
}
.map-wrapper .map-container .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content a {
  font-size: 1rem;
  text-transform: uppercase;
}
.map-wrapper .map-container .leaflet-popup-pane .leaflet-popup .leaflet-popup-close-button {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lmw-iconfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  box-shadow: none;
  font-size: 0;
  padding: 0;
  top: 1rem;
  right: 1rem;
}
.map-wrapper .map-container .leaflet-popup-pane .leaflet-popup .leaflet-popup-close-button:after {
  font-size: 1rem;
  color: #000;
  content: "\e910";
}
@media print, screen and (max-width: 48.81125em) {
  .map-wrapper.popupopen {
    position: relative;
    z-index: 10000;
  }
  .map-wrapper.popupopen .leaflet-pane {
    transform: none !important;
  }
  .map-wrapper.popupopen .leaflet-popup-pane {
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: 9999;
    top: 0;
    left: 0;
  }
  .map-wrapper.popupopen .leaflet-popup-pane .leaflet-popup {
    height: 100% !important;
    width: 100% !important;
    position: static !important;
    transform: none !important;
  }
  .map-wrapper.popupopen .leaflet-popup-pane .leaflet-popup .leaflet-popup-content-wrapper {
    height: 100% !important;
    width: 100% !important;
  }
  .map-wrapper.popupopen .leaflet-bottom.leaflet-right,
  .map-wrapper.popupopen .leaflet-control-container {
    display: none;
  }
}
.map-wrapper .leaflet-bottom.leaflet-right {
  z-index: 998;
}
.map-wrapper .leaflet-bottom.leaflet-right a:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 4px #e83181;
}

.leaflet-bar .fullscreen-icon {
  background-size: 26px 26px;
  background-position: 0.125rem 0.125rem;
}

.lmw-theme .map-wrapper .map-container:focus-visible, .maw-theme .map-wrapper .map-container:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px var(--black);
}
.lmw-theme .map-wrapper .map-container .leaflet-marker-icon:focus-visible, .maw-theme .map-wrapper .map-container .leaflet-marker-icon:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px var(--black);
}
.lmw-theme .map-wrapper .leaflet-bottom.leaflet-right a:focus-visible, .maw-theme .map-wrapper .leaflet-bottom.leaflet-right a:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 4px var(--black);
}

.bsr-theme .map-wrapper .map-container:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px #C10A27;
}
.bsr-theme .map-wrapper .map-container .leaflet-marker-icon:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px #C10A27;
}
.bsr-theme .map-wrapper .leaflet-bottom.leaflet-right a:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 4px #C10A27;
}
/*!***********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./lmw_prototype/scss/lmw_base.scss ***!
  \***********************************************************************************************************************************************************************************/
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/*new colors for lmw relaunch 2025*/
:root {
  --smalte: #503ca0;
  --patina: #69643c;
  --umbra: #875023;
  --cadmium: #f05a0a;
  --kupfersulfat: #5aaadc;
  --gruenspan: #91b47d;
  --leder: #e1aa82;
  --ocker: #ffb432;
  --quarz: #c8dcff;
  --calcit: #bee69b;
  --terracotta: #ffc8c8;
  --schwefel: #f5e66e;
  --black: #000;
  --white: #fff;
}

html body {
  transition: opacity 100ms linear;
}

html.wf-active body {
  opacity: 1 !important;
  transition: opacity 100ms linear;
}

/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
head meta.foundation-global-width {
  content: "global-width=72rem";
}

@media screen and (min-width: 32.5625em) {
  head meta.foundation-global-width {
    content: "global-width=72rem";
  }
}
@media print, screen and (min-width: 48.8125em) {
  head meta.foundation-global-width {
    content: "global-width=72rem";
  }
}
@media print, screen and (min-width: 64.0625em) {
  head meta.foundation-global-width {
    content: "global-width=72rem";
  }
}
@media print, screen and (min-width: 90.0625em) {
  head meta.foundation-global-width {
    content: "global-width=72rem";
  }
}
@media print, screen and (min-width: 120.0625em) {
  head meta.foundation-global-width {
    content: "global-width=72rem";
  }
}
figure.audio audio:focus-visible {
  outline: none;
  border: 4px solid #e83181;
}

.maw-theme figure.audio audio:focus-visible {
  outline: none;
  border: 4px solid #007f87;
}

.bsr-theme figure.audio audio:focus-visible {
  outline: none;
  border: 4px solid #C10A27;
}

/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
.button {
  box-shadow: none;
  line-height: 1.375;
  width: 100%;
  font-weight: bold;
  text-transform: uppercase;
}
.button.hollow {
  padding: 0.6875rem 0.9375rem;
}
.button.primary:hover, .button.primary:focus-visible {
  background-color: #000;
  outline: none;
}
.button.primary:disabled {
  color: #c2c2c2 !important;
  background: #f5f5f5 !important;
  border-color: none !important;
}
.button.primary.hollow:hover, .button.primary.hollow:focus-visible, .button.primary.hollow:focus {
  color: #000;
  border-color: #000;
  background-color: transparent;
}
.button.primary.hollow:disabled {
  color: #c2c2c2 !important;
  border-color: #c2c2c2 !important;
  background: transparent !important;
}
.button:focus-visible {
  outline: none;
}
@media print, screen and (min-width: 48.8125em) {
  .button {
    width: auto;
  }
}

.lmw-theme .button, .maw-theme .button {
  box-shadow: none;
}
.lmw-theme .button.primary, .maw-theme .button.primary {
  background-color: var(--black);
}
.lmw-theme .button.primary:hover, .maw-theme .button.primary:hover {
  color: var(--black);
  background-color: transparent;
  border-color: var(--black);
  transition: all 150ms linear;
}
.lmw-theme .button.primary:focus-visible, .maw-theme .button.primary:focus-visible {
  background-color: var(--white);
  color: var(--black);
  box-shadow: 0 0 0 4px var(--black);
}
.lmw-theme .button.primary.hollow, .maw-theme .button.primary.hollow {
  background-color: transparent;
}
.lmw-theme .button.primary.hollow:hover, .lmw-theme .button.primary.hollow:focus-visible, .lmw-theme .button.primary.hollow:focus, .maw-theme .button.primary.hollow:hover, .maw-theme .button.primary.hollow:focus-visible, .maw-theme .button.primary.hollow:focus {
  color: var(--white);
  background-color: var(--black);
  border-color: #000;
  transition: all 150ms linear;
}
.lmw-theme .button.hollow, .maw-theme .button.hollow {
  color: var(--black);
  border: 1px solid var(--black);
}
.bsr-theme .button {
  box-shadow: none;
}
.bsr-theme .button.primary {
  background-color: #C10A27;
}
.bsr-theme .button.primary.hollow {
  background-color: #fff;
}
.bsr-theme .button.primary.hollow:hover, .bsr-theme .button.primary.hollow:focus-visible, .bsr-theme .button.primary.hollow:focus {
  color: #000;
  border-color: #000;
  background-color: transparent;
}
.bsr-theme .button.hollow {
  color: #C10A27;
  border: 1px solid #C10A27;
}
.cell {
  position: relative;
}

.grid-container-padded .grid-container-padded {
  padding-left: 0;
  padding-right: 0;
}

@media print, screen and (min-width: 48.8125em) {
  .grid-container-padded {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
.icon {
  vertical-align: middle;
  font-style: normal;
}
.icon.light {
  color: #000;
}
.icon.dark {
  color: #fff;
}
.icon.pink {
  color: #e83181;
}

iframe.virtualtour {
  border: none;
  width: 100%;
  height: 550px;
}

figure {
  overflow: hidden;
}
figure a {
  display: block;
  color: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  border: none;
  text-transform: inherit;
}
figure a:hover {
  cursor: pointer;
}
figure a:focus-visible {
  border: 4px solid #e83181;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
img + figcaption {
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 1px;
}

.lmw-theme figure a, .maw-theme figure a {
  box-shadow: none;
}
.lmw-theme figure a:focus-visible, .maw-theme figure a:focus-visible {
  border: 4px solid var(--black);
}

.bsr-theme figure a {
  box-shadow: none;
}
.bsr-theme figure a:focus-visible {
  border: 4px solid #C10A27;
}

/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
body label {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0.3125rem;
}

input[type] {
  border-radius: 4px;
  color: #000;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 1px;
  padding: 0.5rem;
  height: 3.5rem;
}
input::placeholder {
  opacity: 1;
  color: #999;
}
input[type=text] {
  border: 1px solid #674e69;
  background: #fff;
}
input[type=text]:focus {
  border: 1px solid #674e69;
  background: #fff;
}
input[type=text].error {
  border: 1px solid #ff0000;
}
input:disabled, input.disabled {
  background-color: #F7F7F7;
  cursor: not-allowed;
}
input:disabled:hover, input.disabled:hover {
  background-color: #F7F7F7;
  cursor: not-allowed;
}
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
.select-wrapper {
  position: relative;
  width: 100%;
}
.select-wrapper:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lmw-iconfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\e916";
  font-size: 20px;
  position: absolute;
  right: 0.9375rem;
  top: 1rem;
  color: #000;
  pointer-events: none;
}

select {
  background: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-color: #674e69;
  outline: none;
  cursor: pointer;
  color: #000;
  font-size: 0.875rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  padding: 0.5rem;
  height: 3.5rem;
}
select.error {
  border: 1px solid #ff0000;
}
select:focus {
  border-color: #674e69;
}
select:focus:-ms-value {
  background-color: transparent;
}
select::-ms-expand {
  display: none;
}
select:disabled, select.disabled {
  background-color: #F7F7F7;
  cursor: not-allowed;
}
select:disabled:hover, select.disabled:hover {
  background-color: #F7F7F7;
  cursor: not-allowed;
}
select option {
  outline: none;
}
select option:focus {
  outline: none;
}

/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
textarea {
  border-color: #674e69;
  border-radius: 4px !important;
  color: #262626;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 1px;
  padding: 0.5rem;
  height: 5.75rem;
}
textarea::placeholder {
  opacity: 1;
  color: #999;
}
textarea:disabled, textarea.disabled {
  background-color: #F7F7F7;
  cursor: not-allowed;
}
textarea:disabled:hover, textarea.disabled:hover {
  background-color: #F7F7F7;
  cursor: not-allowed;
}
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
label.choice {
  text-transform: none;
}

input[type=checkbox] {
  height: auto !important;
}
input[type=checkbox] + label {
  margin-left: 0.25rem;
  vertical-align: middle;
  margin-bottom: 2px;
}
input:disabled, input.disabled {
  background-color: #F7F7F7;
  cursor: not-allowed;
}
input:disabled:hover, input.disabled:hover {
  background-color: #F7F7F7;
  cursor: not-allowed;
}
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
label.choice {
  text-transform: none;
}

input[type=radio] {
  height: auto !important;
}
input[type=radio] + label {
  margin-left: 0.25rem;
  vertical-align: middle;
  margin-bottom: 2px;
}
input:disabled, input.disabled {
  background-color: #F7F7F7;
  cursor: not-allowed;
}
input:disabled:hover, input.disabled:hover {
  background-color: #F7F7F7;
  cursor: not-allowed;
}
/* flex container for responsive iFrames, Flash and such */
.flex-container {
  width: 100%;
  height: 0;
  position: relative;
  overflow: hidden;
}
.flex-container .flex-element {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  letter-spacing: 1px;
}
h1 > span, h2 > span, h3 > span, h4 > span, h5 > span, h6 > span,
.h1 > span, .h2 > span, .h3 > span, .h4 > span, .h5 > span, .h6 > span {
  display: block;
}
h1 .sub, h1.sub, h2 .sub, h2.sub, h3 .sub, h3.sub, h4 .sub, h4.sub, h5 .sub, h5.sub, h6 .sub, h6.sub,
.h1 .sub,
.h1.sub, .h2 .sub, .h2.sub, .h3 .sub, .h3.sub, .h4 .sub, .h4.sub, .h5 .sub, .h5.sub, .h6 .sub, .h6.sub {
  font-weight: normal;
}

@media print, screen and (max-width: 32.56125em) {
  h6, .h6 {
    font-weight: 600;
  }
}

a {
  font-weight: 700;
  text-transform: uppercase;
  box-shadow: 0 6px #e83181;
  display: inline-block;
  letter-spacing: 1px;
  transition: all 150ms linear;
  position: relative;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  a {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
a .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
a.light {
  color: #000;
}
a.light:hover {
  color: #fff;
  background-color: #000;
  box-shadow: 0 6px #e83181;
  transition: all 150ms linear;
}
a.light:hover .icon {
  color: #000;
}
a.light:focus-visible {
  outline: none;
  background-color: #000;
  color: #fff;
  box-shadow: 0 6px #e83181;
}
a.light:focus-visible .icon {
  color: #000;
}
a.dark {
  color: #fff;
}
a.dark:hover {
  color: #e83181;
  box-shadow: 0 6px #fff;
  background-color: #000;
  transition: all 150ms linear;
}
a.dark:focus-visible {
  outline: none;
  background-color: #fff;
  color: #000;
  box-shadow: 0 6px #e83181;
}
a.dark:focus-visible .icon:before {
  color: #fff;
}
a.plain {
  font-size: 1rem;
  line-height: 1.25rem;
  box-shadow: none;
}
a.plain:hover {
  box-shadow: none;
}
a.iconright {
  margin-right: 1.5rem;
}
a.iconright .icon {
  right: -1.5rem;
}
a.iconright .icon-arrow-left,
a.iconright .icon-arrow-right {
  right: -1rem;
}
a.iconleft {
  margin-left: 1.5rem;
}
a.iconleft .icon {
  left: -1.5rem;
}
a.iconleft .icon-arrow-left,
a.iconleft .icon-arrow-right {
  left: -1rem;
}
@media print, screen and (min-width: 64.0625em) {
  a {
    font-weight: 700;
  }
}

p a {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  letter-spacing: inherit;
  text-transform: inherit;
  color: #D7307C;
  border: none;
  box-shadow: none;
  /*
  &[href^="tel:"] {
    font-weight: 400;
  }
  &[href^="mailto:"] {
    font-weight: 400;
  }
  */
}
p a:hover {
  border: none;
}
p a:focus-visible {
  background-color: #000;
  box-shadow: 0 6px #e83181;
  color: #fff;
  outline: none;
}

ul li a {
  box-shadow: none;
}
ul li a:focus-visible {
  color: #000;
  outline: none;
  box-shadow: 0 6px #e83181;
}

.lmw-theme a, .maw-theme a {
  box-shadow: none;
}
.lmw-theme a.light, .maw-theme a.light {
  color: #000;
}
.lmw-theme a.light:hover, .maw-theme a.light:hover {
  box-shadow: 0 2px var(--black);
  background-color: transparent;
  transition: all 150ms linear;
}
.lmw-theme a.light:focus-visible, .maw-theme a.light:focus-visible {
  outline: none;
  background-color: var(--black);
  color: var(--white);
  box-shadow: none;
}
.lmw-theme a.dark, .maw-theme a.dark {
  color: #fff;
}
.lmw-theme a.dark:hover, .maw-theme a.dark:hover {
  color: #fff;
  background-color: #000;
  box-shadow: 0 6px #fff;
  transition: all 150ms linear;
}
.lmw-theme a.dark:focus-visible, .maw-theme a.dark:focus-visible {
  outline: none;
  background-color: #fff;
  color: #000;
  box-shadow: none;
}
.lmw-theme a.dark:focus-visible .icon, .maw-theme a.dark:focus-visible .icon {
  color: #fff !important;
}
.lmw-theme a.dark:focus-visible .icon:before, .maw-theme a.dark:focus-visible .icon:before {
  color: #fff !important;
}
.lmw-theme a.plain, .maw-theme a.plain {
  box-shadow: none;
}
.lmw-theme a.plain:hover, .maw-theme a.plain:hover {
  box-shadow: none;
}
.lmw-theme p a, .maw-theme p a {
  color: var(--black);
  box-shadow: none;
}
.lmw-theme p a:hover, .maw-theme p a:hover {
  color: var(--black);
  box-shadow: 0 2px var(--black);
}
.lmw-theme p a:focus-visible, .maw-theme p a:focus-visible {
  outline: none;
  box-shadow: none;
  background-color: #000;
  color: #fff;
}
.lmw-theme ul li a, .maw-theme ul li a {
  box-shadow: none;
}
.lmw-theme ul li a:focus-visible, .maw-theme ul li a:focus-visible {
  outline: none;
  box-shadow: none;
  background-color: var(--black);
  color: var(--white);
}
.lmw-theme .login-headline a, .maw-theme .login-headline a {
  color: var(--black);
  font-weight: 700;
  transition: all 150ms linear;
}
.lmw-theme .login-headline a:hover, .maw-theme .login-headline a:hover {
  box-shadow: 0 2px var(--black);
}
.lmw-theme .login-headline a:focus, .maw-theme .login-headline a:focus {
  outline: none;
  background-color: var(--black);
  color: var(--white);
}

.bsr-theme a {
  box-shadow: 0 6px #C10A27;
}
.bsr-theme a.light {
  color: #000;
}
.bsr-theme a.light:hover {
  color: #fff;
  background-color: #000;
  box-shadow: 0 6px #C10A27;
  transition: all 150ms linear;
}
.bsr-theme a.light:focus-visible {
  outline: none;
  background-color: #000;
  color: #fff;
  box-shadow: 0 6px #C10A27;
}
.bsr-theme a.dark {
  color: #fff;
}
.bsr-theme a.dark:hover {
  color: #C10A27;
  box-shadow: 0 6px #fff;
  transition: all 150ms linear;
}
.bsr-theme a.dark:focus-visible {
  outline: none;
  background-color: #fff;
  color: #000;
  box-shadow: 0 6px #C10A27;
}
.bsr-theme a.dark:focus-visible .icon {
  color: #fff !important;
}
.bsr-theme a.dark:focus-visible .icon:before {
  color: #fff !important;
}
.bsr-theme a.plain {
  box-shadow: none;
}
.bsr-theme a.plain:hover {
  box-shadow: none;
}
.bsr-theme p a {
  color: #C10A27;
  box-shadow: none;
}
.bsr-theme p a:hover {
  color: #000;
  box-shadow: none;
}
.bsr-theme p a:focus-visible {
  outline: none;
  box-shadow: 0 6px #C10A27;
  background-color: #000;
  color: #fff;
}
.bsr-theme ul li a {
  box-shadow: none;
}
.bsr-theme ul li a:focus-visible {
  color: #fff;
  outline: none;
  box-shadow: 0 6px #C10A27;
}

ul, ol {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  margin-left: 0;
}
ul li, ol li {
  margin-left: 2rem;
}
ul li a, ol li a {
  color: #e83181;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  border: none;
  font-weight: 700;
  vertical-align: top;
}

ul ul, ol ul {
  list-style: circle;
}

ol {
  list-style-type: none;
  counter-reset: section;
  margin: 0;
}
ol li {
  position: relative;
}
ol li::before {
  counter-increment: section;
  content: counter(section) ".";
  vertical-align: text-top;
  position: absolute;
  left: -19px;
}

.no-margin li {
  margin-left: 1.25rem;
}
.no-margin.no-bullets li {
  margin-left: 0;
}

.colored-bullets {
  color: #e83181;
}

.no-bullets {
  list-style-position: inside;
  list-style-type: none;
}
.no-bullets a:hover {
  box-shadow: none;
}

.lmw-theme ul li a, .lmw-theme ol li a, .maw-theme ul li a, .maw-theme ol li a {
  color: var(--black);
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  border: none;
  font-weight: 700;
  vertical-align: top;
}
.lmw-theme ul li a:hover, .lmw-theme ol li a:hover, .maw-theme ul li a:hover, .maw-theme ol li a:hover {
  color: #000;
  box-shadow: 0 2px var(--black);
}
.lmw-theme .colored-bullets, .maw-theme .colored-bullets {
  color: #007f87;
}

.bsr-theme ul li a, .bsr-theme ol li a {
  color: #C10A27;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  border: none;
  font-weight: 700;
  vertical-align: top;
}
.bsr-theme ul li a:hover, .bsr-theme ol li a:hover {
  color: #000;
}
.bsr-theme .colored-bullets {
  color: #C10A27;
}

p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
}

.rte {
  letter-spacing: 1px;
}

p:last-child {
  margin-bottom: 0;
}

/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
.small-spacing-none {
  margin-bottom: 0;
}

.stage.slick-slider.small-spacing-none {
  margin-bottom: 0;
}

.small-inner-spacing-none {
  margin-bottom: 0;
}

.small-spacing-xs {
  margin-bottom: 0.5rem;
}

.stage.slick-slider.small-spacing-xs {
  margin-bottom: 0.5rem;
}

.small-inner-spacing-xs {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.small-spacing-s {
  margin-bottom: 1rem;
}

.stage.slick-slider.small-spacing-s {
  margin-bottom: 1rem;
}

.small-inner-spacing-s {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.small-spacing-m {
  margin-bottom: 2rem;
}

.stage.slick-slider.small-spacing-m {
  margin-bottom: 2rem;
}

.small-inner-spacing-m {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.small-spacing-l {
  margin-bottom: 4rem;
}

.stage.slick-slider.small-spacing-l {
  margin-bottom: 4rem;
}

.small-inner-spacing-l {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.small-spacing-xl {
  margin-bottom: 8rem;
}

.stage.slick-slider.small-spacing-xl {
  margin-bottom: 8rem;
}

.small-inner-spacing-xl {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.small-spacing-xxl {
  margin-bottom: 16rem;
}

.stage.slick-slider.small-spacing-xxl {
  margin-bottom: 16rem;
}

.small-inner-spacing-xxl {
  padding-top: 16rem;
  padding-bottom: 16rem;
}

@media print, screen and (min-width: 32.5625em) {
  .smallmedium-spacing-none {
    margin-bottom: 0;
  }
  .stage.slick-slider.smallmedium-spacing-none {
    margin-bottom: 0;
  }
  .smallmedium-inner-spacing-none {
    margin-bottom: 0;
  }
  .smallmedium-spacing-xs {
    margin-bottom: 0.5rem;
  }
  .stage.slick-slider.smallmedium-spacing-xs {
    margin-bottom: 0.5rem;
  }
  .smallmedium-inner-spacing-xs {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .smallmedium-spacing-s {
    margin-bottom: 1rem;
  }
  .stage.slick-slider.smallmedium-spacing-s {
    margin-bottom: 1rem;
  }
  .smallmedium-inner-spacing-s {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .smallmedium-spacing-m {
    margin-bottom: 2rem;
  }
  .stage.slick-slider.smallmedium-spacing-m {
    margin-bottom: 2rem;
  }
  .smallmedium-inner-spacing-m {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .smallmedium-spacing-l {
    margin-bottom: 4rem;
  }
  .stage.slick-slider.smallmedium-spacing-l {
    margin-bottom: 4rem;
  }
  .smallmedium-inner-spacing-l {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .smallmedium-spacing-xl {
    margin-bottom: 8rem;
  }
  .stage.slick-slider.smallmedium-spacing-xl {
    margin-bottom: 8rem;
  }
  .smallmedium-inner-spacing-xl {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .smallmedium-spacing-xxl {
    margin-bottom: 16rem;
  }
  .stage.slick-slider.smallmedium-spacing-xxl {
    margin-bottom: 16rem;
  }
  .smallmedium-inner-spacing-xxl {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .medium-spacing-none {
    margin-bottom: 0;
  }
  .stage.slick-slider.medium-spacing-none {
    margin-bottom: 0;
  }
  .medium-inner-spacing-none {
    margin-bottom: 0;
  }
  .medium-spacing-xs {
    margin-bottom: 0.5rem;
  }
  .stage.slick-slider.medium-spacing-xs {
    margin-bottom: 0.5rem;
  }
  .medium-inner-spacing-xs {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .medium-spacing-s {
    margin-bottom: 1rem;
  }
  .stage.slick-slider.medium-spacing-s {
    margin-bottom: 1rem;
  }
  .medium-inner-spacing-s {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .medium-spacing-m {
    margin-bottom: 2rem;
  }
  .stage.slick-slider.medium-spacing-m {
    margin-bottom: 2rem;
  }
  .medium-inner-spacing-m {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .medium-spacing-l {
    margin-bottom: 4rem;
  }
  .stage.slick-slider.medium-spacing-l {
    margin-bottom: 4rem;
  }
  .medium-inner-spacing-l {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .medium-spacing-xl {
    margin-bottom: 8rem;
  }
  .stage.slick-slider.medium-spacing-xl {
    margin-bottom: 8rem;
  }
  .medium-inner-spacing-xl {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .medium-spacing-xxl {
    margin-bottom: 16rem;
  }
  .stage.slick-slider.medium-spacing-xxl {
    margin-bottom: 16rem;
  }
  .medium-inner-spacing-xxl {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-spacing-none {
    margin-bottom: 0;
  }
  .stage.slick-slider.large-spacing-none {
    margin-bottom: 0;
  }
  .large-inner-spacing-none {
    margin-bottom: 0;
  }
  .large-spacing-xs {
    margin-bottom: 0.5rem;
  }
  .stage.slick-slider.large-spacing-xs {
    margin-bottom: 0.5rem;
  }
  .large-inner-spacing-xs {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .large-spacing-s {
    margin-bottom: 1rem;
  }
  .stage.slick-slider.large-spacing-s {
    margin-bottom: 1rem;
  }
  .large-inner-spacing-s {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .large-spacing-m {
    margin-bottom: 2rem;
  }
  .stage.slick-slider.large-spacing-m {
    margin-bottom: 2rem;
  }
  .large-inner-spacing-m {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .large-spacing-l {
    margin-bottom: 4rem;
  }
  .stage.slick-slider.large-spacing-l {
    margin-bottom: 4rem;
  }
  .large-inner-spacing-l {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .large-spacing-xl {
    margin-bottom: 8rem;
  }
  .stage.slick-slider.large-spacing-xl {
    margin-bottom: 8rem;
  }
  .large-inner-spacing-xl {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .large-spacing-xxl {
    margin-bottom: 16rem;
  }
  .stage.slick-slider.large-spacing-xxl {
    margin-bottom: 16rem;
  }
  .large-inner-spacing-xxl {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
}
@media print, screen and (min-width: 90.0625em) {
  .xlarge-spacing-none {
    margin-bottom: 0;
  }
  .stage.slick-slider.xlarge-spacing-none {
    margin-bottom: 0;
  }
  .xlarge-inner-spacing-none {
    margin-bottom: 0;
  }
  .xlarge-spacing-xs {
    margin-bottom: 0.5rem;
  }
  .stage.slick-slider.xlarge-spacing-xs {
    margin-bottom: 0.5rem;
  }
  .xlarge-inner-spacing-xs {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .xlarge-spacing-s {
    margin-bottom: 1rem;
  }
  .stage.slick-slider.xlarge-spacing-s {
    margin-bottom: 1rem;
  }
  .xlarge-inner-spacing-s {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xlarge-spacing-m {
    margin-bottom: 2rem;
  }
  .stage.slick-slider.xlarge-spacing-m {
    margin-bottom: 2rem;
  }
  .xlarge-inner-spacing-m {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .xlarge-spacing-l {
    margin-bottom: 4rem;
  }
  .stage.slick-slider.xlarge-spacing-l {
    margin-bottom: 4rem;
  }
  .xlarge-inner-spacing-l {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .xlarge-spacing-xl {
    margin-bottom: 8rem;
  }
  .stage.slick-slider.xlarge-spacing-xl {
    margin-bottom: 8rem;
  }
  .xlarge-inner-spacing-xl {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .xlarge-spacing-xxl {
    margin-bottom: 16rem;
  }
  .stage.slick-slider.xlarge-spacing-xxl {
    margin-bottom: 16rem;
  }
  .xlarge-inner-spacing-xxl {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
}
@media print, screen and (min-width: 120.0625em) {
  .xxlarge-spacing-none {
    margin-bottom: 0;
  }
  .stage.slick-slider.xxlarge-spacing-none {
    margin-bottom: 0;
  }
  .xxlarge-inner-spacing-none {
    margin-bottom: 0;
  }
  .xxlarge-spacing-xs {
    margin-bottom: 0.5rem;
  }
  .stage.slick-slider.xxlarge-spacing-xs {
    margin-bottom: 0.5rem;
  }
  .xxlarge-inner-spacing-xs {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .xxlarge-spacing-s {
    margin-bottom: 1rem;
  }
  .stage.slick-slider.xxlarge-spacing-s {
    margin-bottom: 1rem;
  }
  .xxlarge-inner-spacing-s {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xxlarge-spacing-m {
    margin-bottom: 2rem;
  }
  .stage.slick-slider.xxlarge-spacing-m {
    margin-bottom: 2rem;
  }
  .xxlarge-inner-spacing-m {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .xxlarge-spacing-l {
    margin-bottom: 4rem;
  }
  .stage.slick-slider.xxlarge-spacing-l {
    margin-bottom: 4rem;
  }
  .xxlarge-inner-spacing-l {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .xxlarge-spacing-xl {
    margin-bottom: 8rem;
  }
  .stage.slick-slider.xxlarge-spacing-xl {
    margin-bottom: 8rem;
  }
  .xxlarge-inner-spacing-xl {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .xxlarge-spacing-xxl {
    margin-bottom: 16rem;
  }
  .stage.slick-slider.xxlarge-spacing-xxl {
    margin-bottom: 16rem;
  }
  .xxlarge-inner-spacing-xxl {
    padding-top: 16rem;
    padding-bottom: 16rem;
  }
}
hr {
  margin-top: 1rem;
  border-color: rgba(0, 0, 0, 0.5);
  width: 100%;
}

.oversize {
  max-width: 86rem;
  margin: 0 auto;
}

/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
@media print, screen and (max-width: 32.56125em) {
  .small-only-order-1 {
    order: 1;
  }
  .small-only-order-2 {
    order: 2;
  }
  .small-only-order-3 {
    order: 3;
  }
  .small-only-order-4 {
    order: 4;
  }
  .small-only-order-5 {
    order: 5;
  }
  .small-only-order-6 {
    order: 6;
  }
  .small-only-order-7 {
    order: 7;
  }
  .small-only-order-8 {
    order: 8;
  }
  .small-only-order-9 {
    order: 9;
  }
  .small-only-order-10 {
    order: 10;
  }
}
@media print, screen and (min-width: 32.5625em) and (max-width: 48.81125em) {
  .smallmedium-only-order-1 {
    order: 1;
  }
  .smallmedium-only-order-2 {
    order: 2;
  }
  .smallmedium-only-order-3 {
    order: 3;
  }
  .smallmedium-only-order-4 {
    order: 4;
  }
  .smallmedium-only-order-5 {
    order: 5;
  }
  .smallmedium-only-order-6 {
    order: 6;
  }
  .smallmedium-only-order-7 {
    order: 7;
  }
  .smallmedium-only-order-8 {
    order: 8;
  }
  .smallmedium-only-order-9 {
    order: 9;
  }
  .smallmedium-only-order-10 {
    order: 10;
  }
}
@media print, screen and (min-width: 48.8125em) and (max-width: 64.06125em) {
  .medium-only-order-1 {
    order: 1;
  }
  .medium-only-order-2 {
    order: 2;
  }
  .medium-only-order-3 {
    order: 3;
  }
  .medium-only-order-4 {
    order: 4;
  }
  .medium-only-order-5 {
    order: 5;
  }
  .medium-only-order-6 {
    order: 6;
  }
  .medium-only-order-7 {
    order: 7;
  }
  .medium-only-order-8 {
    order: 8;
  }
  .medium-only-order-9 {
    order: 9;
  }
  .medium-only-order-10 {
    order: 10;
  }
}
@media print, screen and (min-width: 64.0625em) and (max-width: 90.06125em) {
  .large-only-order-1 {
    order: 1;
  }
  .large-only-order-2 {
    order: 2;
  }
  .large-only-order-3 {
    order: 3;
  }
  .large-only-order-4 {
    order: 4;
  }
  .large-only-order-5 {
    order: 5;
  }
  .large-only-order-6 {
    order: 6;
  }
  .large-only-order-7 {
    order: 7;
  }
  .large-only-order-8 {
    order: 8;
  }
  .large-only-order-9 {
    order: 9;
  }
  .large-only-order-10 {
    order: 10;
  }
}
@media print, screen and (min-width: 90.0625em) and (max-width: 120.06125em) {
  .xlarge-only-order-1 {
    order: 1;
  }
  .xlarge-only-order-2 {
    order: 2;
  }
  .xlarge-only-order-3 {
    order: 3;
  }
  .xlarge-only-order-4 {
    order: 4;
  }
  .xlarge-only-order-5 {
    order: 5;
  }
  .xlarge-only-order-6 {
    order: 6;
  }
  .xlarge-only-order-7 {
    order: 7;
  }
  .xlarge-only-order-8 {
    order: 8;
  }
  .xlarge-only-order-9 {
    order: 9;
  }
  .xlarge-only-order-10 {
    order: 10;
  }
}
@media print, screen and (min-width: 120.0625em) {
  .xxlarge-only-order-1 {
    order: 1;
  }
  .xxlarge-only-order-2 {
    order: 2;
  }
  .xxlarge-only-order-3 {
    order: 3;
  }
  .xxlarge-only-order-4 {
    order: 4;
  }
  .xxlarge-only-order-5 {
    order: 5;
  }
  .xxlarge-only-order-6 {
    order: 6;
  }
  .xxlarge-only-order-7 {
    order: 7;
  }
  .xxlarge-only-order-8 {
    order: 8;
  }
  .xxlarge-only-order-9 {
    order: 9;
  }
  .xxlarge-only-order-10 {
    order: 10;
  }
}
main {
  min-height: 100vh;
  hyphens: auto;
}

body, html {
  overflow-x: hidden;
}
@media print, screen and (max-width: 64.06125em) {
  body.has-floating-element, html.has-floating-element {
    padding-bottom: 4.25rem;
  }
}

/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
form legend {
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 1.75rem;
}
form label {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
form .inputs-list {
  margin-bottom: 2.5rem;
}
form .form-check .form-check-label input {
  float: left;
  margin-top: 0.375rem;
}
form .form-check .form-check-label input[type=checkbox] {
  margin-bottom: 0;
}
form .form-check .form-check-label input[type=radio] {
  margin-bottom: 0;
}
form .form-check .form-check-label span {
  margin-left: 1.5rem;
  display: block;
}
form .form-check .form-check-label span a {
  border: none;
  text-transform: none;
  color: #e83181;
}
form .form-check .form-check-label span a:hover {
  color: #000;
}
form h2 {
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: normal;
}
form p:last-child {
  margin-bottom: 1rem;
}
form .submitwrap button, form .submitwrap .button {
  float: right;
}

@font-face {
  font-family: "lmw-iconfont";
  src: url(../48c258c0f727e96b3ac6.woff) format("woff");
  font-weight: normal;
  font-style: normal;
}
.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lmw-iconfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

.icon-slider-arrow-left:before {
  content: "\e91d";
}

.icon-slider-arrow-right:before {
  content: "\e91c";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: "Atkinson-Hyperlegible";
  font-style: normal;
  font-weight: 400;
  src: url(../7572a7a55ffff1170d86.woff2) format("woff2"), url(../71ba0b46e6a99d60bfd5.woff) format("woff");
}
@font-face {
  font-family: "Atkinson-Hyperlegible";
  font-style: italic;
  font-weight: 400;
  src: url(../deb0b45e55a4a8d034e9.woff2) format("woff2"), url(../6bff9a2fc0f10f9bef61.woff) format("woff");
}
@font-face {
  font-family: "Atkinson-Hyperlegible";
  font-style: normal;
  font-weight: 700;
  src: url(../fce21dab976c619b722f.woff2) format("woff2"), url(../61d1862bd8bb1d280cc3.woff) format("woff");
}
@font-face {
  font-family: "Atkinson-Hyperlegible";
  font-style: italic;
  font-weight: 700;
  src: url(../eeaf9fcaaa46559f4dfb.woff2) format("woff2"), url(../f6db6a4f677d81aef646.woff) format("woff");
}
:root {
  --body-font-family: "ff-meta-web-pro", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  --body-serif-font-family: "ff-meta-serif-web-pro", "Helvetica Neue", Helvetica, Roboto, Times, serif;
  --lmw-font: "Atkinson-Hyperlegible",sans-serif;
}

.lmw-theme, .maw-theme {
  --body-font-family: "Atkinson-Hyperlegible",sans-serif;
  --body-serif-font-family: "Atkinson-Hyperlegible",sans-serif;
}

.section.fe-preview {
  background-color: #f8c3c0;
}

.column-control.fe-preview {
  background-color: #bfe1c9;
}

.column-control-container .cell.fe-preview {
  background-color: #d4f3fc;
}

.flatpickr-calendar.open .flatpickr-months .flatpickr-month {
  height: 2rem;
}

.slick-initialized .slick-arrow:focus {
  outline: 1px dotted #706e6e;
}

#bookingKitContainer_inner a {
  border-bottom: initial;
  box-shadow: none;
}
#bookingKitContainer_inner .bk-events-images a:focus-visible {
  outline: none;
  border: 4px solid #e83181;
}
#bookingKitContainer_inner .bk-events-buttons a:focus-visible {
  outline: none;
  background-color: #000 !important;
  color: #fff !important;
}
#bookingKitContainer_inner .bk-detail-buttons a.bk-scroll-to-choose-date:focus-visible {
  outline: none;
  background-color: #000 !important;
  color: #fff !important;
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/accordion/scss/_accordion.scss ***!
  \********************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
@media print, screen and (max-width: 32.56125em) {
  .accordion {
    margin: 0 -2rem;
  }
}
.accordion .accordion-item {
  border-bottom: 1px solid #706e6e;
}
.accordion .accordion-item .accordion-title {
  border: none;
  box-shadow: none;
  background: transparent !important;
  color: #262626;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 0;
  letter-spacing: 1px;
}
@media print, screen and (max-width: 32.56125em) {
  .accordion .accordion-item .accordion-title {
    padding-left: 2rem;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .accordion .accordion-item .accordion-title {
    padding-right: 4rem;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .accordion .accordion-item .accordion-title {
    font-size: 1.5rem;
  }
}
.accordion .accordion-item .accordion-title:hover {
  color: #e83181;
  background: transparent;
}
.accordion .accordion-item .accordion-title:focus-visible, .accordion .accordion-item .accordion-title:focus {
  outline: none;
  background: #000 !important;
  color: #fff !important;
}
.accordion .accordion-item .accordion-title:focus-visible h2, .accordion .accordion-item .accordion-title:focus-visible h3, .accordion .accordion-item .accordion-title:focus-visible h4, .accordion .accordion-item .accordion-title:focus-visible h5, .accordion .accordion-item .accordion-title:focus-visible h6, .accordion .accordion-item .accordion-title:focus h2, .accordion .accordion-item .accordion-title:focus h3, .accordion .accordion-item .accordion-title:focus h4, .accordion .accordion-item .accordion-title:focus h5, .accordion .accordion-item .accordion-title:focus h6 {
  color: #fff !important;
}
.accordion .accordion-item .accordion-title:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lmw-iconfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\e916";
  font-size: 1.75rem;
}
@media print, screen and (max-width: 32.56125em) {
  .accordion .accordion-item .accordion-title:before {
    right: 2rem;
  }
}
.accordion .accordion-item .accordion-title h2, .accordion .accordion-item .accordion-title h3, .accordion .accordion-item .accordion-title h4, .accordion .accordion-item .accordion-title h5, .accordion .accordion-item .accordion-title h6 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  text-transform: uppercase;
}
.accordion .accordion-item .accordion-title h2:hover, .accordion .accordion-item .accordion-title h3:hover, .accordion .accordion-item .accordion-title h4:hover, .accordion .accordion-item .accordion-title h5:hover, .accordion .accordion-item .accordion-title h6:hover {
  /*color: $lmw-color-pink;*/
  background: transparent;
}
@media print, screen and (min-width: 48.8125em) {
  .accordion .accordion-item .accordion-title h2, .accordion .accordion-item .accordion-title h3, .accordion .accordion-item .accordion-title h4, .accordion .accordion-item .accordion-title h5, .accordion .accordion-item .accordion-title h6 {
    font-size: 1.5rem;
  }
}
.accordion .accordion-item .accordion-content {
  padding-left: 0;
  padding-right: 0;
}
@media print, screen and (max-width: 32.56125em) {
  .accordion .accordion-item .accordion-content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.accordion .accordion-item .accordion-content p {
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}
.accordion .accordion-item .accordion-content:last-child {
  border: none;
}
.accordion .accordion-item.is-active > .accordion-title {
  color: #e83181;
}
.accordion .accordion-item.is-active > .accordion-title:before {
  content: "\e916";
  font-size: 1.75rem;
}
.accordion .accordion-item.is-active > .accordion-title h2, .accordion .accordion-item.is-active > .accordion-title h3, .accordion .accordion-item.is-active > .accordion-title h4, .accordion .accordion-item.is-active > .accordion-title h5, .accordion .accordion-item.is-active > .accordion-title h6 {
  color: #e83181;
}

.lmw-theme .accordion .accordion-item:hover:not(.is-active), .maw-theme .accordion .accordion-item:hover:not(.is-active) {
  background-color: var(--black);
}
.lmw-theme .accordion .accordion-item:hover:not(.is-active) .accordion-title, .maw-theme .accordion .accordion-item:hover:not(.is-active) .accordion-title {
  color: var(--white);
}
.lmw-theme .accordion .accordion-item:hover:not(.is-active) .accordion-title h2, .lmw-theme .accordion .accordion-item:hover:not(.is-active) .accordion-title h3, .lmw-theme .accordion .accordion-item:hover:not(.is-active) .accordion-title h4, .lmw-theme .accordion .accordion-item:hover:not(.is-active) .accordion-title h5, .lmw-theme .accordion .accordion-item:hover:not(.is-active) .accordion-title h6, .maw-theme .accordion .accordion-item:hover:not(.is-active) .accordion-title h2, .maw-theme .accordion .accordion-item:hover:not(.is-active) .accordion-title h3, .maw-theme .accordion .accordion-item:hover:not(.is-active) .accordion-title h4, .maw-theme .accordion .accordion-item:hover:not(.is-active) .accordion-title h5, .maw-theme .accordion .accordion-item:hover:not(.is-active) .accordion-title h6 {
  color: var(--white);
}
.lmw-theme .accordion .accordion-item .accordion-title:hover, .maw-theme .accordion .accordion-item .accordion-title:hover {
  color: var(--white);
}
.lmw-theme .accordion .accordion-item .accordion-title:hoverh2, .lmw-theme .accordion .accordion-item .accordion-title:hover h3, .lmw-theme .accordion .accordion-item .accordion-title:hover h4, .maw-theme .accordion .accordion-item .accordion-title:hoverh2, .maw-theme .accordion .accordion-item .accordion-title:hover h3, .maw-theme .accordion .accordion-item .accordion-title:hover h4 {
  color: var(--white);
}
.lmw-theme .accordion .accordion-item.is-active > .accordion-title, .maw-theme .accordion .accordion-item.is-active > .accordion-title {
  color: var(--black);
}
.lmw-theme .accordion .accordion-item.is-active > .accordion-title h2, .lmw-theme .accordion .accordion-item.is-active > .accordion-title h3, .lmw-theme .accordion .accordion-item.is-active > .accordion-title h4, .lmw-theme .accordion .accordion-item.is-active > .accordion-title h5, .lmw-theme .accordion .accordion-item.is-active > .accordion-title h6, .maw-theme .accordion .accordion-item.is-active > .accordion-title h2, .maw-theme .accordion .accordion-item.is-active > .accordion-title h3, .maw-theme .accordion .accordion-item.is-active > .accordion-title h4, .maw-theme .accordion .accordion-item.is-active > .accordion-title h5, .maw-theme .accordion .accordion-item.is-active > .accordion-title h6 {
  color: var(--black);
}

.bsr-theme .accordion .accordion-item .accordion-title:hover {
  color: #C10A27;
}
.bsr-theme .accordion .accordion-item .accordion-title h2:hover, .bsr-theme .accordion .accordion-item .accordion-title h3:hover, .bsr-theme .accordion .accordion-item .accordion-title h4:hover, .bsr-theme .accordion .accordion-item .accordion-title h5:hover, .bsr-theme .accordion .accordion-item .accordion-title h6:hover {
  color: #C10A27;
}
.bsr-theme .accordion .accordion-item.is-active > .accordion-title {
  color: #C10A27;
}
.bsr-theme .accordion .accordion-item.is-active > .accordion-title h2, .bsr-theme .accordion .accordion-item.is-active > .accordion-title h3, .bsr-theme .accordion .accordion-item.is-active > .accordion-title h4, .bsr-theme .accordion .accordion-item.is-active > .accordion-title h5, .bsr-theme .accordion .accordion-item.is-active > .accordion-title h6 {
  color: #C10A27;
}
/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/app-banner/scss/_app-banner.scss ***!
  \**********************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
.app-banner {
  background-color: #f3f3f3;
  padding: 0.5rem;
}
.app-banner .grid-x {
  flex-wrap: nowrap;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  padding-right: 7.5rem;
}
.app-banner .grid-x > .cell {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.app-banner .remove {
  text-decoration: none;
  border: none;
}
.app-banner .remove .icon {
  font-size: 0.75rem;
  position: relative;
  top: auto;
  transform: none;
}
.app-banner img {
  height: 4.25rem;
  width: 4.25rem;
  border-radius: 1rem;
}
.app-banner .headline {
  font-size: 0.875rem;
  line-height: 1.125rem;
  margin-bottom: 0.125rem;
}
.app-banner .headline + p {
  font-size: 0.75rem;
  line-height: 1rem;
}
.app-banner .text-wrap {
  min-width: 9.375rem;
  max-width: 50%;
}
.app-banner .button-wrap {
  position: absolute;
  right: 0.5rem;
}
.app-banner .button-wrap .button {
  font-size: 0.75rem;
  padding: 0.5rem 1rem;
}
/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/background/scss/_background.scss ***!
  \**********************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
.background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  transform: translate3d(0, 0, 0);
  overflow: hidden;
}
.background > div.background-item {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.background .background-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.background .background-item.left {
  background-position-x: left;
}
.background .background-item.center {
  background-position-x: center;
}
.background .background-item.right {
  background-position-x: right;
}
.background .background-item.top {
  background-position-y: top;
}
.background .background-item.middle {
  background-position-y: center;
}
.background .background-item.bottom {
  background-position-y: bottom;
}
.background .background-item.cover {
  background-size: cover;
}
.background .background-item.contain {
  background-size: contain;
}
.background .background-item.auto {
  background-size: auto;
}
.background .background-item.small-cover {
  background-size: cover;
}
.background .background-item.small-contain {
  background-size: contain;
}
.background .background-item.small-auto {
  background-size: auto;
}
@media print, screen and (min-width: 32.5625em) {
  .background .background-item.smallmedium-cover {
    background-size: cover;
  }
  .background .background-item.smallmedium-contain {
    background-size: contain;
  }
  .background .background-item.smallmedium-auto {
    background-size: auto;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .background .background-item.medium-cover {
    background-size: cover;
  }
  .background .background-item.medium-contain {
    background-size: contain;
  }
  .background .background-item.medium-auto {
    background-size: auto;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .background .background-item.large-cover {
    background-size: cover;
  }
  .background .background-item.large-contain {
    background-size: contain;
  }
  .background .background-item.large-auto {
    background-size: auto;
  }
}
@media print, screen and (min-width: 90.0625em) {
  .background .background-item.xlarge-cover {
    background-size: cover;
  }
  .background .background-item.xlarge-contain {
    background-size: contain;
  }
  .background .background-item.xlarge-auto {
    background-size: auto;
  }
}
@media print, screen and (min-width: 120.0625em) {
  .background .background-item.xxlarge-cover {
    background-size: cover;
  }
  .background .background-item.xxlarge-contain {
    background-size: contain;
  }
  .background .background-item.xxlarge-auto {
    background-size: auto;
  }
}
.background .background-item.image {
  transition: transform 4s;
}
.background .background-item.image.hover-zoom {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.background .background-item.video .videoplayer, .background .background-item.video .videoplayer div {
  height: 100%;
}
.background .background-item.color.gray {
  background-color: #f5f5f5;
}
.background .background-item.color.teal {
  background-color: #007f87;
}
.background .background-item.color.white {
  background-color: #fff;
}
.background .background-item.color.black {
  background-color: #000;
}
.background .background-item.color.pink {
  background-color: #e83181;
}
.background .background-item.color.mustard {
  background-color: #e3db00;
}
.background .background-item.color.petrol {
  background-color: #004D4F;
}
/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/column_control/scss/_column_control.scss ***!
  \******************************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
.column-control-container {
  /*
  & > .t3-frontend-editing__dropzone{
     @include xy-cell(12);
  }

  & > .t3-frontend-editing__ce{
     @include xy-cell(12);
     @include xy-grid;
  }*/
}
/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/cookie-disclaimer/scss/_cookie-disclaimer.scss ***!
  \************************************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
#cookie-disclaimer-sticky-wrapper {
  position: absolute;
  width: 100%;
}

.cookie-disclaimer-wrap {
  display: none;
  width: 100%;
  background-color: #F7F7F7;
  bottom: 0;
  z-index: 1000;
  max-height: 45vh;
  overflow: auto;
}
.cookie-disclaimer-wrap a, .cookie-disclaimer-wrap button {
  outline: none;
}
.cookie-disclaimer-wrap .cookie-disclaimer {
  z-index: 1;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-bottom: 0;
}
.cookie-disclaimer-wrap .cookie-disclaimer .hint-text {
  color: #000;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.015625rem;
}
.cookie-disclaimer-wrap .cookie-disclaimer .hint-text a {
  text-decoration: underline;
  font-weight: 700;
}
.cookie-disclaimer-wrap .cookie-disclaimer .hint-text a:focus-visible {
  background-color: #000;
  color: #fff;
  box-shadow: 0 4px #e83181;
  text-decoration: none;
}
.cookie-disclaimer-wrap .cookie-disclaimer .cookie-button-selection .button:hover, .cookie-disclaimer-wrap .cookie-disclaimer .cookie-button-selection .button:focus {
  border-color: #e83181;
  color: #e83181;
}
.cookie-disclaimer-wrap .cookie-disclaimer .cookie-button-selection {
  margin-top: 1rem;
}
.cookie-disclaimer-wrap .cookie-disclaimer .cookie-button-selection button {
  margin: 0;
}
.cookie-disclaimer-wrap .cookie-disclaimer .cookie-button-must .button, .cookie-disclaimer-wrap .cookie-disclaimer .cookie-button-must button,
.cookie-disclaimer-wrap .cookie-disclaimer .cookie-button-all .button,
.cookie-disclaimer-wrap .cookie-disclaimer .cookie-button-all button {
  width: 100%;
}
@media print, screen and (min-width: 64.0625em) {
  .cookie-disclaimer-wrap .cookie-disclaimer .cookie-button-must .button, .cookie-disclaimer-wrap .cookie-disclaimer .cookie-button-must button,
  .cookie-disclaimer-wrap .cookie-disclaimer .cookie-button-all .button,
  .cookie-disclaimer-wrap .cookie-disclaimer .cookie-button-all button {
    width: auto;
  }
}
.cookie-disclaimer-wrap .cookie-disclaimer .accordion {
  background: transparent;
  margin: 0;
}
.cookie-disclaimer-wrap .cookie-disclaimer .accordion .accordion-item {
  position: relative;
  border: none;
}
.cookie-disclaimer-wrap .cookie-disclaimer .accordion .accordion-item .closed-text {
  display: inline-block;
}
.cookie-disclaimer-wrap .cookie-disclaimer .accordion .accordion-item .open-text {
  display: none;
}
.cookie-disclaimer-wrap .cookie-disclaimer .accordion .accordion-item.is-active .closed-text {
  display: none;
}
.cookie-disclaimer-wrap .cookie-disclaimer .accordion .accordion-item.is-active .open-text {
  display: inline-block;
}
.cookie-disclaimer-wrap .cookie-disclaimer .accordion .accordion-item.is-active .outer-accordion-title + .accordion-content {
  border-top: 1px solid #000;
}
.cookie-disclaimer-wrap .cookie-disclaimer .accordion .accordion-item .accordion-title {
  margin-right: 4.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.5rem 0 0.5rem 1.5rem;
}
.cookie-disclaimer-wrap .cookie-disclaimer .accordion .accordion-item .accordion-title.outer-accordion-title {
  padding: 0 0 0 1.5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  /*&:hover {
     color: $lmw-color-black;
  }*/
}
.cookie-disclaimer-wrap .cookie-disclaimer .accordion .accordion-item .accordion-title.outer-accordion-title:before {
  margin-top: -0.375rem;
}
.cookie-disclaimer-wrap .cookie-disclaimer .accordion .accordion-item .accordion-title:before {
  left: 0;
  top: 50%;
  font-size: 0.75rem;
  margin-top: -0.375rem;
}
.cookie-disclaimer-wrap .cookie-disclaimer .accordion .accordion-item .accordion-title:focus-visible {
  background-color: #e83181;
}
.cookie-disclaimer-wrap .cookie-disclaimer .accordion .accordion-item .switch {
  position: absolute;
  right: 0;
  top: 0.1875rem;
}
.cookie-disclaimer-wrap .cookie-disclaimer .accordion .accordion-item .accordion-content {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  color: #000;
  background-color: #F7F7F7;
}
.cookie-disclaimer-wrap .cookie-disclaimer .accordion .accordion-item .accordion-content .rte,
.cookie-disclaimer-wrap .cookie-disclaimer .accordion .accordion-item .accordion-content .rte p,
.cookie-disclaimer-wrap .cookie-disclaimer .accordion .accordion-item .accordion-content .rte ul li {
  font-size: 1rem;
}

.content-only .cookie-disclaimer-wrap {
  display: none !important;
}

.lmw-theme .cookie-disclaimer-wrap, .maw-theme .cookie-disclaimer-wrap {
  display: none;
  width: 100%;
  background-color: #F7F7F7;
  bottom: 0;
  z-index: 1000;
  max-height: 45vh;
  overflow: auto;
}
.lmw-theme .cookie-disclaimer-wrap .cookie-disclaimer .hint-text a:hover, .maw-theme .cookie-disclaimer-wrap .cookie-disclaimer .hint-text a:hover {
  box-shadow: none;
}
.lmw-theme .cookie-disclaimer-wrap .cookie-disclaimer .hint-text a:focus-visible, .maw-theme .cookie-disclaimer-wrap .cookie-disclaimer .hint-text a:focus-visible {
  box-shadow: none;
}
.lmw-theme .cookie-disclaimer-wrap .cookie-disclaimer .accordion .accordion-item .accordion-title .outer-accordion-title:hover, .maw-theme .cookie-disclaimer-wrap .cookie-disclaimer .accordion .accordion-item .accordion-title .outer-accordion-title:hover {
  background-color: #f06;
  color: #f06;
}
.lmw-theme .cookie-disclaimer-wrap .cookie-disclaimer .cookie-button-selection .button, .maw-theme .cookie-disclaimer-wrap .cookie-disclaimer .cookie-button-selection .button {
  border-color: var(--black);
  color: var(--black);
}
.lmw-theme .cookie-disclaimer-wrap .cookie-disclaimer .cookie-button-selection .button:hover, .maw-theme .cookie-disclaimer-wrap .cookie-disclaimer .cookie-button-selection .button:hover {
  transition: all 150ms linear;
  background-color: var(--gruenspan);
}
.lmw-theme .cookie-disclaimer-wrap .cookie-disclaimer .cookie-button-selection .button:focus, .maw-theme .cookie-disclaimer-wrap .cookie-disclaimer .cookie-button-selection .button:focus {
  background-color: var(--black);
  color: var(--white);
}
.lmw-theme .cookie-disclaimer-wrap .cookie-disclaimer .switch input:checked ~ .switch-paddle, .maw-theme .cookie-disclaimer-wrap .cookie-disclaimer .switch input:checked ~ .switch-paddle {
  background-color: var(--gruenspan);
}

.bsr-theme .cookie-disclaimer-wrap {
  display: none;
  width: 100%;
  bottom: 0;
  z-index: 1000;
  max-height: 45vh;
  overflow: auto;
}
.bsr-theme .cookie-disclaimer-wrap .cookie-disclaimer .cookie-button-selection .button:hover, .bsr-theme .cookie-disclaimer-wrap .cookie-disclaimer .cookie-button-selection .button:focus {
  box-shadow: 0 6px #000;
  color: #000;
}
.bsr-theme .cookie-disclaimer-wrap .cookie-disclaimer .switch input:checked ~ .switch-paddle {
  background-color: #C10A27;
}
/*!*****************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/cookie-disclaimer/scss/_cookie-selector-inline.scss ***!
  \*****************************************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
.cookie-selector-inline .group-title {
  font-size: 1.125rem;
  font-weight: bold;
}
.cookie-selector-inline .rte > strong {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  display: inline-block;
}
.cookie-selector-inline .cookie-list ul li + li {
  margin-top: 1rem;
}

.maw-theme .cookie-selector-inline .cookie-selector .switch input:checked ~ .switch-paddle {
  background-color: #007f87;
}

.bsr-theme .cookie-selector-inline .cookie-selector .switch input:checked ~ .switch-paddle {
  background-color: #C10A27;
}
/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/crossheading/scss/_crossheading.scss ***!
  \**************************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
.crossheading {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.crossheading .headline {
  flex-direction: start;
  min-height: 0px;
  min-width: 0px;
  width: auto;
}
.crossheading .headline * {
  font-family: var(--body-serif-font-family);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2rem;
}

.bsr-theme .crossheading:before, .bsr-theme .crossheading:after {
  background-color: #C10A27;
}
/*!************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/event-o-mat/scss/_event-o-mat.scss ***!
  \************************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
.event-o-mat input[type=checkbox] {
  position: absolute;
  left: -100vw;
}
.event-o-mat .tags .accordion,
.event-o-mat .target-groups .accordion {
  margin: 0;
}
.event-o-mat .tags .accordion .accordion-item .accordion-content,
.event-o-mat .target-groups .accordion .accordion-item .accordion-content {
  padding: 0;
}
.event-o-mat .tags .accordion .accordion-item .accordion-trigger,
.event-o-mat .target-groups .accordion .accordion-item .accordion-trigger {
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.375rem;
  margin-right: 1rem;
}
.event-o-mat .tags .accordion .accordion-item .reset,
.event-o-mat .target-groups .accordion .accordion-item .reset {
  color: #e83181;
  font-size: 0.875rem;
  line-height: 1.375rem;
  cursor: pointer;
  font-weight: 300;
}
.event-o-mat .tags .accordion .accordion-item .accordion-title,
.event-o-mat .target-groups .accordion .accordion-item .accordion-title {
  padding: 0.625rem 1rem;
}
.event-o-mat .tags .accordion .accordion-item .accordion-title:before,
.event-o-mat .target-groups .accordion .accordion-item .accordion-title:before {
  font-size: 2rem;
  right: 0;
  top: -28px;
  margin: 0;
}
.event-o-mat .tags .accordion .accordion-item .accordion-title:hover,
.event-o-mat .target-groups .accordion .accordion-item .accordion-title:hover {
  color: #000;
}
@media print, screen and (max-width: 32.56125em) {
  .event-o-mat .tags .accordion .accordion-item,
  .event-o-mat .target-groups .accordion .accordion-item {
    margin: 0 -1rem;
    padding: 0 1rem;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .event-o-mat .tags .accordion .accordion-item,
  .event-o-mat .target-groups .accordion .accordion-item {
    border: none;
  }
  .event-o-mat .tags .accordion .accordion-item .accordion-title,
  .event-o-mat .tags .accordion .accordion-item .accordion-trigger,
  .event-o-mat .tags .accordion .accordion-item .reset,
  .event-o-mat .target-groups .accordion .accordion-item .accordion-title,
  .event-o-mat .target-groups .accordion .accordion-item .accordion-trigger,
  .event-o-mat .target-groups .accordion .accordion-item .reset {
    display: none !important;
  }
  .event-o-mat .tags .accordion .accordion-item .accordion-content,
  .event-o-mat .target-groups .accordion .accordion-item .accordion-content {
    display: block !important;
  }
}
.event-o-mat .tags .accordion .accordion-item.is-active .accordion-title,
.event-o-mat .target-groups .accordion .accordion-item.is-active .accordion-title {
  color: #000;
}
.event-o-mat .tags-wrap,
.event-o-mat .target-groups-wrap {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.event-o-mat .tags-wrap .cell,
.event-o-mat .target-groups-wrap .cell {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.event-o-mat .tags-wrap input + label,
.event-o-mat .target-groups-wrap input + label {
  margin: 0;
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #674e69;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 700;
}
.event-o-mat .tags-wrap input + label .name,
.event-o-mat .target-groups-wrap input + label .name {
  font-weight: bold;
  text-transform: uppercase;
}
.event-o-mat .tags-wrap input + label .vertical-separator,
.event-o-mat .target-groups-wrap input + label .vertical-separator {
  margin: 0 0.25rem;
}
.event-o-mat .tags-wrap input + label span.vertical-separator,
.event-o-mat .target-groups-wrap input + label span.vertical-separator {
  font-weight: 300;
}
.event-o-mat .tags-wrap input + label span.count,
.event-o-mat .target-groups-wrap input + label span.count {
  font-weight: 300;
}
.event-o-mat .tags-wrap input:checked + label,
.event-o-mat .target-groups-wrap input:checked + label {
  background-color: #674e69;
  color: #fff;
}
.event-o-mat .tags-wrap input:hover + label,
.event-o-mat .target-groups-wrap input:hover + label {
  outline: none;
  background-color: #000;
  color: #fff;
}
.event-o-mat .tags-wrap input:focus-visible + label,
.event-o-mat .target-groups-wrap input:focus-visible + label {
  outline: none;
  background-color: #000;
  color: #fff;
}
.event-o-mat .tags-wrap input.highlight + label .name,
.event-o-mat .target-groups-wrap input.highlight + label .name {
  color: #0b78c8;
}
.event-o-mat .dates {
  text-align: center;
}
@media print, screen and (min-width: 32.5625em) {
  .event-o-mat .dates {
    text-align: left;
  }
}
.event-o-mat .dates .date-label {
  display: inline-block;
  text-transform: none;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  margin: 0 0.5rem;
}
@media print, screen and (min-width: 32.5625em) {
  .event-o-mat .dates .date-label {
    margin: 0 0.625rem 0 0;
  }
}
.event-o-mat .dates .date-label + input {
  color: #262626;
  display: inline-block;
  background: #fff;
  border: 1px solid #674e69;
  height: 2.5rem;
  width: 6.25rem;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 48.8125em) {
  .event-o-mat .dates .date-label + input {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 32.5625em) {
  .event-o-mat .dates .date-label + input {
    font-size: 1.125rem;
    width: 7.25rem;
    margin-right: 0.75rem;
  }
  .event-o-mat .dates .date-label + input:last-child {
    margin-right: 0;
  }
}
.event-o-mat .dates .date-label + input:focus-within {
  outline: none;
  border: 4px solid #e83181;
}
@media print, screen and (max-width: 32.56125em) {
  .event-o-mat .dates .date-label.hide-for-small {
    display: none;
  }
}
.event-o-mat .dates .date-slider {
  border: 0;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
  border-radius: 0;
  background: #262626;
  height: 7px;
  box-shadow: none;
}
.event-o-mat .dates .date-slider .noUi-handle {
  cursor: pointer;
  top: -1rem;
  right: -1rem;
  width: 2rem;
  height: 2rem;
  background: #674e69;
  border-radius: 1rem;
  border: none;
  box-shadow: none;
}
.event-o-mat .dates .date-slider .noUi-handle:after, .event-o-mat .dates .date-slider .noUi-handle:before {
  display: none;
}
@media print, screen and (max-width: 64.06125em) {
  .event-o-mat .dates .date-slider .noUi-pips {
    padding-top: 0;
  }
}
.event-o-mat .dates .date-slider .noUi-pips .noUi-marker {
  background: transparent;
}
.event-o-mat .dates .date-slider .noUi-pips .noUi-value {
  color: #000;
  cursor: pointer;
  font-weight: 400;
  text-transform: none;
  font-size: 0.875rem;
  border-bottom: 3px solid transparent;
  text-transform: uppercase;
}
@media print, screen and (max-width: 64.06125em) {
  .event-o-mat .dates .date-slider .noUi-pips .noUi-value {
    white-space: pre-wrap;
    max-width: 3.625rem;
    height: 2.5625rem;
  }
}
.event-o-mat .dates .date-slider .noUi-pips .noUi-value:after {
  display: none;
}
.event-o-mat .dates .date-slider .noUi-pips .noUi-value.active {
  color: #000;
  font-weight: 700;
  border-color: #e83181;
}
.event-o-mat .dates .date-slider.inactive .noUi-origin {
  transform: translate(-100%, 0) !important;
}
.event-o-mat .dates .date-slider.inactive .noUi-handle {
  background: #999;
}
.event-o-mat .dates .date-slider.inactive .noUi-pips .noUi-value.active {
  font-weight: normal;
  border-color: transparent;
}
.event-o-mat .campaigns {
  border-top: 1px solid #706e6e;
  padding-top: 2rem;
}
@media print, screen and (max-width: 32.56125em) {
  .event-o-mat .campaigns {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .event-o-mat .campaigns {
    border-top: none;
    padding-top: 0;
  }
}
.event-o-mat .campaigns .cell {
  max-width: 7.5rem;
}
.event-o-mat .campaigns input + label {
  text-align: center;
  margin: 0;
  text-transform: none;
  width: 4.5rem;
  font-size: 0.625rem;
  line-height: 1rem;
}
@media print, screen and (min-width: 32.5625em) {
  .event-o-mat .campaigns input + label {
    width: auto;
    font-size: 0.75rem;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .event-o-mat .campaigns input + label {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .event-o-mat .campaigns input + label {
    font-size: 1rem;
  }
}
.event-o-mat .campaigns input:checked + label {
  color: #674e69;
}
.event-o-mat .campaigns input:focus-visible + label {
  outline: none;
  box-shadow: 0 0 0 4px #e83181;
}
.event-o-mat .campaigns label img {
  border-radius: 1.5rem;
  border: 1px solid #674e69;
  height: 3rem;
  width: 3rem;
  margin-bottom: 0.25rem;
}
@media print, screen and (min-width: 32.5625em) {
  .event-o-mat .campaigns label img {
    border-radius: 1.9375rem;
    height: 3.875rem;
    width: 3.875rem;
  }
}
.event-o-mat .results-wrap .headline-wrap .headline-holder {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.event-o-mat .results-wrap .headline-wrap .h2,
.event-o-mat .results-wrap .headline-wrap h2 {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 32.5625em) {
  .event-o-mat .results-wrap .headline-wrap .h2,
  .event-o-mat .results-wrap .headline-wrap h2 {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .event-o-mat .results-wrap .headline-wrap .h2,
  .event-o-mat .results-wrap .headline-wrap h2 {
    font-size: 2rem;
  }
}
.event-o-mat .results-wrap .headline-wrap .headline {
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 1rem;
}
.event-o-mat .results-wrap .headline-wrap .headline .vertical-separator {
  margin: 0 4px;
}
.event-o-mat .results-wrap .headline-wrap .headline .count,
.event-o-mat .results-wrap .headline-wrap .headline .vertical-separator {
  font-weight: 300;
}
.event-o-mat .results-wrap .headline-wrap .headline .has-tip {
  border-bottom: none;
}
.event-o-mat .results-wrap .headline-wrap .headline .has-tip .icon {
  color: #e83181;
  font-size: 1.5rem;
  margin: -0.5rem 0.625rem 0 0;
}
@media print, screen and (min-width: 32.5625em) {
  .event-o-mat .results-wrap .headline-wrap .headline .has-tip .icon {
    margin: -0.5rem 0.625rem 0 0.875rem;
  }
}
.event-o-mat .results-wrap .headline-wrap .reset {
  color: #e83181;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  cursor: pointer;
  font-weight: 300;
  margin-left: 0.75rem;
  text-transform: none;
}
.event-o-mat .results-wrap .result {
  border: 1px solid rgba(194, 194, 194, 0.5);
  padding-bottom: 1rem;
}
.event-o-mat .results-wrap .result .corner-ribbon {
  width: 15rem;
  background: #e83181;
  position: absolute;
  top: 1.5rem;
  left: auto;
  right: -5.3125rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  color: #fff;
  transform: rotate(45deg);
  text-transform: uppercase;
  z-index: 1;
}
.event-o-mat .results-wrap .result .corner-ribbon.gray {
  background: #262626;
}
.event-o-mat .results-wrap .result a {
  display: block;
  box-shadow: none;
  font-weight: normal;
  overflow: hidden;
}
.event-o-mat .results-wrap .result a:focus-visible {
  outline: none;
  overflow: visible;
}
.event-o-mat .results-wrap .result a:focus-visible .data-wrap, .event-o-mat .results-wrap .result a:focus-visible .tickethint {
  box-shadow: inset 0 0 0 4px #e83181;
}
.event-o-mat .results-wrap .result .data-wrap {
  padding: 1rem 0 0;
}
.event-o-mat .results-wrap .result .data-wrap > * {
  padding: 0 1rem;
}
.event-o-mat .results-wrap .result .data-wrap h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: none;
  margin: 0 0 4px;
}
.event-o-mat .results-wrap .result .data-wrap .category {
  font-weight: 300;
  text-transform: uppercase;
  color: #674e69;
}
.event-o-mat .results-wrap .result .data-wrap .date {
  font-size: 0.875rem;
  line-height: 1.125rem;
}
.event-o-mat .results-wrap .result .data-wrap .date .icon {
  position: static;
  transform: none;
  font-size: 0.75rem;
  margin-right: 0.25rem;
  line-height: 1.125rem;
  vertical-align: top;
}
@media print, screen and (min-width: 64.0625em) {
  .event-o-mat .results-wrap .result .data-wrap .date {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .event-o-mat .results-wrap .result .data-wrap .date .icon {
    line-height: 1.375rem;
    margin-right: 0.5rem;
  }
}
.event-o-mat .results-wrap .result .data-wrap .place {
  text-transform: none;
}
.event-o-mat .results-wrap .result .data-wrap .place + .agehint {
  margin-top: 2rem;
}
.event-o-mat .results-wrap .result .data-wrap .agehint {
  font-weight: 700;
  text-transform: none;
}
.event-o-mat .results-wrap .result .inquiryhint,
.event-o-mat .results-wrap .result .tickethint {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin: 1rem 1rem 0.5rem 1rem;
  padding: 1rem 0 0 0;
  text-transform: none;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 64.0625em) {
  .event-o-mat .results-wrap .result .inquiryhint,
  .event-o-mat .results-wrap .result .tickethint {
    font-size: 1rem;
  }
}
.event-o-mat .results-wrap .result .inquiryhint .icon,
.event-o-mat .results-wrap .result .tickethint .icon {
  color: #e83181;
  position: static;
  transform: none;
  font-size: 1.25rem;
  margin-right: 0.5rem;
  line-height: inherit;
  vertical-align: top;
}
.event-o-mat .results-wrap .load-more-wrap {
  text-align: center;
  margin-top: 2rem;
}
.event-o-mat .results-wrap .load-more-wrap .load-more {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.375rem;
}
.event-o-mat .results-wrap .load-more-wrap .load-more:after {
  display: none;
}

.lmw-theme .event-o-mat .dates .date-label + input:focus-within, .maw-theme .event-o-mat .dates .date-label + input:focus-within {
  border: 4px solid #007f87;
}
.lmw-theme .event-o-mat .campaigns input:focus-visible + label, .maw-theme .event-o-mat .campaigns input:focus-visible + label {
  outline: none;
  box-shadow: 0 0 0 4px #007f87;
}
.lmw-theme .event-o-mat .results-wrap .result .corner-ribbon, .maw-theme .event-o-mat .results-wrap .result .corner-ribbon {
  background: #007f87;
}
.lmw-theme .event-o-mat .results-wrap .result .corner-ribbon.gray, .maw-theme .event-o-mat .results-wrap .result .corner-ribbon.gray {
  background: #262626;
}
.lmw-theme .event-o-mat .results-wrap .result .tickethint .icon, .maw-theme .event-o-mat .results-wrap .result .tickethint .icon {
  color: var(--black);
}
.lmw-theme .event-o-mat .results-wrap .result a:focus-visible .data-wrap, .lmw-theme .event-o-mat .results-wrap .result a:focus-visible .tickethint, .maw-theme .event-o-mat .results-wrap .result a:focus-visible .data-wrap, .maw-theme .event-o-mat .results-wrap .result a:focus-visible .tickethint {
  box-shadow: inset 0 0 0 4px var(--black);
}
.lmw-theme .event-o-mat .results-wrap .headline-wrap .headline .has-tip, .maw-theme .event-o-mat .results-wrap .headline-wrap .headline .has-tip {
  border-bottom: none;
}
.lmw-theme .event-o-mat .results-wrap .headline-wrap .headline .has-tip .icon, .maw-theme .event-o-mat .results-wrap .headline-wrap .headline .has-tip .icon {
  color: var(--black);
}
.lmw-theme .event-o-mat .results-wrap .headline-wrap .reset, .maw-theme .event-o-mat .results-wrap .headline-wrap .reset {
  color: var(--black);
  transition: all 150ms linear;
}
.lmw-theme .event-o-mat .results-wrap .headline-wrap .reset:hover, .maw-theme .event-o-mat .results-wrap .headline-wrap .reset:hover {
  box-shadow: 0 2px var(--black);
}

.bsr-theme .event-o-mat .dates .date-label + input:focus-within {
  border: 4px solid #C10A27;
}
.bsr-theme .event-o-mat .campaigns input:focus-visible + label {
  outline: none;
  box-shadow: 0 0 0 4px #C10A27;
}
.bsr-theme .event-o-mat .results-wrap .result .corner-ribbon {
  background: #C10A27;
}
.bsr-theme .event-o-mat .results-wrap .result .corner-ribbon.gray {
  background: #262626;
}
.bsr-theme .event-o-mat .results-wrap .result .tickethint .icon {
  color: #C10A27;
}
.bsr-theme .event-o-mat .results-wrap .result a:focus-visible .data-wrap, .bsr-theme .event-o-mat .results-wrap .result a:focus-visible .tickethint {
  box-shadow: inset 0 0 0 4px #C10A27;
}
.bsr-theme .event-o-mat .results-wrap .headline-wrap .headline .has-tip {
  border-bottom: none;
}
.bsr-theme .event-o-mat .results-wrap .headline-wrap .headline .has-tip .icon {
  color: #C10A27;
}
.bsr-theme .event-o-mat .results-wrap .headline-wrap .reset {
  color: #C10A27;
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./node_modules/flatpickr/dist/flatpickr.css ***!
  \********************************************************************************************************************************************************************************************/
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  -webkit-box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}

.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.arrowRight:before,
.flatpickr-calendar.rightMost:after,
.flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}

.flatpickr-calendar.arrowCenter:before,
.flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}

.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

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

.flatpickr-months .flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 34px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 34px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
}

.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}

.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}

.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,
.flatpickr-months .flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #959ea9;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #f64747;
}

.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}

.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}

.numInputWrapper {
  position: relative;
  height: auto;
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

.numInputWrapper input {
  width: 100%;
}

.numInputWrapper input::-ms-clear {
  display: none;
}

.numInputWrapper input::-webkit-outer-spin-button,
.numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
  top: 26%;
}

.numInputWrapper span.arrowDown {
  top: 50%;
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
  top: 40%;
}

.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 7.48px 0 0 0;
  line-height: 1;
  height: 34px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0 ;
  display: inline-block;
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  -webkit-box-sizing: border-box;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  width: auto;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:focus,
.flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}

.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 0, 0, 0.05);
}

.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 28px;
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder;
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 307.875px;
}

.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6;
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -webkit-flex-basis: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

.flatpickr-day.today {
  border-color: #959ea9;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7;
}

.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, 0.1);
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6;
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #eee;
}

.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./node_modules/nouislider/dist/nouislider.css ***!
  \**********************************************************************************************************************************************************************************************/
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}

/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}
/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./node_modules/slick-carousel/slick/slick.scss ***!
  \***********************************************************************************************************************************************************************************************/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
/*!*****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./node_modules/slick-carousel/slick/slick-theme.scss ***!
  \*****************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url(../fb6f3c230cb846e25247.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(../a4e97f5a2a64f0ab1323.eot);
  src: url(../a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"), url(../295183786cd8a1389865.woff) format("woff"), url(../c94f7671dcc99dce43e2.ttf) format("truetype"), url(../2630a3e3eab21c607e21.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/event-o-mat/scss/_event-o-mat-teaser.scss ***!
  \*******************************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
@media print, screen and (max-width: 32.56125em) {
  .event-o-mat-teaser .results-wrap {
    flex-flow: row nowrap;
    overflow-x: hidden;
  }
}
.event-o-mat-teaser .result > div {
  position: relative;
  overflow: hidden;
}
.event-o-mat-teaser .result .corner-ribbon {
  width: 15rem;
  background: #e83181;
  position: absolute;
  top: 1.5rem;
  left: auto;
  right: -5.3125rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  color: #fff;
  transform: rotate(45deg);
  text-transform: uppercase;
  z-index: 1;
}
.event-o-mat-teaser .result .corner-ribbon.gray {
  background: #262626;
}
.event-o-mat-teaser .result form {
  padding: 1rem 0.5rem;
  background-color: #F7F7F7;
}
@media print, screen and (min-width: 64.0625em) {
  .event-o-mat-teaser .result form {
    padding: 2rem 2rem 1.25rem;
  }
}
@media print, screen and (min-width: 32.5625em) and (max-width: 48.81125em) {
  .event-o-mat-teaser .result form {
    background-color: transparent;
    padding: 0;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .event-o-mat-teaser .result:nth-child(n+4) {
    display: none;
  }
}
.event-o-mat-teaser .result .ticket-link-wrap a {
  font-size: 0.75rem;
  line-height: 1.5rem;
  box-shadow: none;
  font-weight: 600;
  margin-left: 2.25rem;
}
@media print, screen and (min-width: 64.0625em) {
  .event-o-mat-teaser .result .ticket-link-wrap a {
    font-size: 0.875rem;
  }
}
.event-o-mat-teaser .result .ticket-link-wrap a .icon {
  font-size: 1.75rem;
  line-height: 2.25rem;
  left: -2.25rem;
  color: #e83181;
}
.event-o-mat-teaser .result .ticket-link-wrap a:focus-visible {
  background-color: #e83181;
}
.event-o-mat-teaser .result .h2,
.event-o-mat-teaser .result h2 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .event-o-mat-teaser .result .h2,
  .event-o-mat-teaser .result h2 {
    font-size: 1.75rem;
    line-height: 1.875rem;
  }
}
.event-o-mat-teaser .result .headline {
  text-transform: uppercase;
}
.event-o-mat-teaser .result .headline .sub {
  font-family: var(--body-serif-font-family);
  font-weight: 300;
}
.event-o-mat-teaser .result .date {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.event-o-mat-teaser .result .date .icon {
  margin-right: 0.25rem;
}
@media print, screen and (min-width: 64.0625em) {
  .event-o-mat-teaser .result .date {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .event-o-mat-teaser .result .date .icon {
    margin-right: 0.5rem;
  }
}
.event-o-mat-teaser .result .teaser-text p {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 1px;
}
.event-o-mat-teaser .result .event-link-wrap a {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
@media print, screen and (min-width: 64.0625em) {
  .event-o-mat-teaser .result .event-link-wrap a {
    font-size: 1.125rem;
  }
}
.event-o-mat-teaser .result .event-link-wrap a:focus-visible .icon:before {
  color: #000;
}
.event-o-mat-teaser .result .calendar {
  font-family: var(--body-font-family);
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 32.5625em) and (max-width: 48.81125em) {
  .event-o-mat-teaser .result .calendar {
    display: none;
  }
}
.event-o-mat-teaser .result .calendar .flatpickr-calendar.inline {
  background-color: transparent;
  position: relative;
  width: 100%;
  height: auto;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1.5rem;
  line-height: normal;
  border-radius: 0;
}
.event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-months {
  position: relative;
}
.event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-months .flatpickr-month {
  height: 2.375rem;
}
@media print, screen and (min-width: 64.0625em) {
  .event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-months .flatpickr-month {
    height: 3rem;
  }
}
.event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-months .flatpickr-month .flatpickr-current-month {
  height: 2.375rem;
  padding: 0;
  font-size: 100%;
  position: relative;
  width: 100%;
  left: auto;
  right: auto;
}
@media print, screen and (min-width: 64.0625em) {
  .event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-months .flatpickr-month .flatpickr-current-month {
    height: 3rem;
  }
}
.event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-months .flatpickr-month .flatpickr-current-month select {
  appearance: none;
  width: auto;
}
.event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-months .flatpickr-month .flatpickr-current-month .cur-month,
.event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-months .flatpickr-month .flatpickr-current-month .cur-year,
.event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-months .flatpickr-month .flatpickr-current-month select,
.event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-months .flatpickr-month .flatpickr-current-month input {
  color: #262626;
  font-family: var(--body-serif-font-family);
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  font-weight: 300;
  text-align: left;
  padding: 0;
}
.event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-months .flatpickr-month .flatpickr-current-month .cur-month:hover,
.event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-months .flatpickr-month .flatpickr-current-month .cur-year:hover,
.event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-months .flatpickr-month .flatpickr-current-month select:hover,
.event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-months .flatpickr-month .flatpickr-current-month input:hover {
  background: transparent;
}
@media print, screen and (min-width: 64.0625em) {
  .event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-months .flatpickr-month .flatpickr-current-month .cur-month,
  .event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-months .flatpickr-month .flatpickr-current-month .cur-year,
  .event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-months .flatpickr-month .flatpickr-current-month select,
  .event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-months .flatpickr-month .flatpickr-current-month input {
    font-size: 1.75rem;
    line-height: 3rem;
  }
}
.event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper {
  width: 3.5ch;
}
@media print, screen and (min-width: 64.0625em) {
  .event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper {
    width: 4.7ch;
  }
}
.event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-months .flatpickr-month .flatpickr-current-month .numInputWrapper span {
  display: none;
}
.event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-months .flatpickr-next-month,
.event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-months .flatpickr-prev-month {
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
}
.event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-months .flatpickr-next-month svg,
.event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-months .flatpickr-prev-month svg {
  height: 0.875rem;
  width: 0.875rem;
}
@media print, screen and (min-width: 64.0625em) {
  .event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-months .flatpickr-next-month svg,
  .event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-months .flatpickr-prev-month svg {
    height: 1.75rem;
    width: 1.75rem;
  }
}
.event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-weekdays {
  border-top: 1px solid #000;
  width: calc(100% + 12px);
  margin: 2rem -0.375rem;
  padding-top: 0.625rem;
  border-top: 1px solid #000;
  width: calc(100% + 6px);
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 0.625rem;
  margin-left: -0.1875rem;
  margin-right: -0.1875rem;
}
@media print, screen and (min-width: 64.0625em) {
  .event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-weekdays {
    width: calc(100% + 12px);
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
}
.event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-weekdays .flatpickr-weekday {
  color: #262626;
  font-size: 0.875rem;
  font-weight: 400;
  text-transform: uppercase;
}
@media print, screen and (min-width: 64.0625em) {
  .event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-weekdays .flatpickr-weekday {
    font-size: 1.125rem;
  }
}
.event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-days {
  width: calc(100% + 6px);
  margin-left: -0.1875rem;
  margin-right: -0.1875rem;
}
@media print, screen and (min-width: 64.0625em) {
  .event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-days {
    width: calc(100% + 12px);
    margin-left: -0.375rem;
    margin-right: -0.375rem;
  }
}
.event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-days .dayContainer {
  width: 100%;
  max-width: 100%;
  min-width: auto;
}
.event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-days .dayContainer .flatpickr-day {
  background-color: #fce0ec;
  border: 0.1875rem solid #F7F7F7;
  border-radius: 0;
  color: #262626;
  font-weight: 400;
  font-size: 0.875rem;
  padding-top: 0.25rem;
  line-height: 1.25rem;
  max-width: 100%;
}
@media print, screen and (min-width: 64.0625em) {
  .event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-days .dayContainer .flatpickr-day {
    border-width: 0.375rem;
    font-size: 1.375rem;
    line-height: 1.5rem;
    height: 2.875rem;
    padding-top: 0;
  }
}
.event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-days .dayContainer .flatpickr-day.nextMonthDay, .event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-days .dayContainer .flatpickr-day.prevMonthDay {
  visibility: hidden;
}
.event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-days .dayContainer .flatpickr-day.selected, .event-o-mat-teaser .result .calendar .flatpickr-calendar.inline .flatpickr-days .dayContainer .flatpickr-day:hover {
  background-color: #D7307C;
  color: #fff;
}
.event-o-mat-teaser .result .calendar .date-input {
  display: none;
}
.event-o-mat-teaser .result.cal-wrap, .event-o-mat-teaser .result.cal-wrap > div {
  position: static;
}
.event-o-mat-teaser .result.cal-wrap .button {
  width: calc(100% - 2rem);
  position: absolute;
  left: 50%;
  bottom: 5rem;
  transform: translateX(-50%);
  text-transform: uppercase;
  line-height: 1.375rem;
  font-weight: 700;
}
.event-o-mat-teaser .result.cal-wrap .button .icon {
  display: none;
}
.event-o-mat-teaser .result.cal-wrap .button:focus-visible {
  outline: none;
  background-color: #000;
  color: #fff;
}
.event-o-mat-teaser .result.cal-wrap .button:focus-visible .icon:before {
  color: #000;
}
@media print, screen and (min-width: 32.5625em) {
  .event-o-mat-teaser .result.cal-wrap .button {
    width: calc(75% - 2rem);
  }
}
@media print, screen and (min-width: 48.8125em) {
  .event-o-mat-teaser .result.cal-wrap .button {
    width: calc(50% - 2rem);
  }
}
@media print, screen and (min-width: 64.0625em) {
  .event-o-mat-teaser .result.cal-wrap .button {
    width: auto;
    left: 0;
    position: static;
    transform: none;
    border-radius: 0;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 0.5px;
    transition: all 150ms linear;
    position: relative;
    padding: 0;
    background-color: transparent;
    bottom: 1rem;
  }
  .event-o-mat-teaser .result.cal-wrap .button[disabled] {
    color: #c2c2c2 !important;
    border-color: #c2c2c2 !important;
  }
  .event-o-mat-teaser .result.cal-wrap .button .icon {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .event-o-mat-teaser .result.cal-wrap .button.iconright {
    margin-right: 1rem;
  }
  .event-o-mat-teaser .result.cal-wrap .button.iconright .icon {
    right: -1rem;
  }
  .event-o-mat-teaser .result.cal-wrap .button:hover {
    color: #e83181;
    box-shadow: 0 6px #000;
    transition: all 150ms linear;
  }
}

.lmw-theme .event-o-mat-teaser .result .corner-ribbon, .maw-theme .event-o-mat-teaser .result .corner-ribbon {
  background: #007f87;
}
.lmw-theme .event-o-mat-teaser .result .corner-ribbon.gray, .maw-theme .event-o-mat-teaser .result .corner-ribbon.gray {
  background: #262626;
}
@media print, screen and (min-width: 64.0625em) {
  .lmw-theme .event-o-mat-teaser .result .ticket-link-wrap a, .maw-theme .event-o-mat-teaser .result .ticket-link-wrap a {
    font-size: 1rem;
  }
}
.lmw-theme .event-o-mat-teaser .result .ticket-link-wrap a .icon, .maw-theme .event-o-mat-teaser .result .ticket-link-wrap a .icon {
  color: var(--black);
  top: 0.62rem;
}
.lmw-theme .event-o-mat-teaser .result .ticket-link-wrap a:focus-visible, .maw-theme .event-o-mat-teaser .result .ticket-link-wrap a:focus-visible {
  background-color: var(--black);
}
.lmw-theme .event-o-mat-teaser .calendar .flatpickr-calendar.inline .flatpickr-days .dayContainer .flatpickr-day, .maw-theme .event-o-mat-teaser .calendar .flatpickr-calendar.inline .flatpickr-days .dayContainer .flatpickr-day {
  background: #4DCCD4;
}
.lmw-theme .event-o-mat-teaser .calendar .flatpickr-calendar.inline .flatpickr-days .dayContainer .flatpickr-day:hover, .maw-theme .event-o-mat-teaser .calendar .flatpickr-calendar.inline .flatpickr-days .dayContainer .flatpickr-day:hover {
  background: #007f87;
}
.lmw-theme .event-o-mat-teaser .calendar .flatpickr-calendar.inline .flatpickr-days .dayContainer .flatpickr-day.selected, .maw-theme .event-o-mat-teaser .calendar .flatpickr-calendar.inline .flatpickr-days .dayContainer .flatpickr-day.selected {
  background: #007f87;
}
.lmw-theme .event-o-mat-teaser .calendar .flatpickr-prev-month:hover svg, .lmw-theme .event-o-mat-teaser .calendar .flatpickr-next-month:hover svg, .maw-theme .event-o-mat-teaser .calendar .flatpickr-prev-month:hover svg, .maw-theme .event-o-mat-teaser .calendar .flatpickr-next-month:hover svg {
  fill: #007f87;
}
@media print, screen and (min-width: 64.0625em) {
  .lmw-theme .event-o-mat-teaser .cal-wrap .button, .maw-theme .event-o-mat-teaser .cal-wrap .button {
    color: #000;
  }
  .lmw-theme .event-o-mat-teaser .cal-wrap .button:hover, .maw-theme .event-o-mat-teaser .cal-wrap .button:hover {
    color: #007f87;
    transition: all 150ms linear;
  }
}

.bsr-theme .event-o-mat-teaser .result .corner-ribbon {
  background: #C10A27;
}
.bsr-theme .event-o-mat-teaser .result .corner-ribbon.gray {
  background: #262626;
}
.bsr-theme .event-o-mat-teaser .result .ticket-link-wrap a .icon {
  color: #C10A27;
}
.bsr-theme .event-o-mat-teaser .result .ticket-link-wrap a:focus-visible {
  background-color: #C10A27;
}
.bsr-theme .event-o-mat-teaser form {
  background-color: #004D4F;
}
@media print, screen and (min-width: 32.5625em) and (max-width: 48.81125em) {
  .bsr-theme .event-o-mat-teaser form {
    background-color: transparent;
  }
}
.bsr-theme .event-o-mat-teaser .calendar .flatpickr-calendar.inline .flatpickr-months .flatpickr-month .flatpickr-current-month .cur-month,
.bsr-theme .event-o-mat-teaser .calendar .flatpickr-calendar.inline .flatpickr-months .flatpickr-month .flatpickr-current-month .cur-year {
  color: #fff;
}
.bsr-theme .event-o-mat-teaser .calendar .flatpickr-calendar.inline .flatpickr-weekdays {
  border-color: #fff;
}
.bsr-theme .event-o-mat-teaser .calendar .flatpickr-calendar.inline .flatpickr-weekdays .flatpickr-weekday {
  color: #fff;
}
.bsr-theme .event-o-mat-teaser .calendar .flatpickr-calendar.inline .flatpickr-days .dayContainer .flatpickr-day {
  border-color: #004D4F;
  background: #ff474c;
}
.bsr-theme .event-o-mat-teaser .calendar .flatpickr-calendar.inline .flatpickr-days .dayContainer .flatpickr-day:hover {
  background: #C10A27;
}
.bsr-theme .event-o-mat-teaser .calendar .flatpickr-calendar.inline .flatpickr-days .dayContainer .flatpickr-day.selected {
  background: #C10A27;
}
.bsr-theme .event-o-mat-teaser .calendar .flatpickr-prev-month, .bsr-theme .event-o-mat-teaser .calendar .flatpickr-next-month {
  fill: #fff;
}
.bsr-theme .event-o-mat-teaser .calendar .flatpickr-prev-month:hover svg, .bsr-theme .event-o-mat-teaser .calendar .flatpickr-next-month:hover svg {
  fill: #C10A27;
}
@media print, screen and (min-width: 64.0625em) {
  .bsr-theme .event-o-mat-teaser .cal-wrap .button {
    color: #fff;
    box-shadow: 0 6px #C10A27;
  }
  .bsr-theme .event-o-mat-teaser .cal-wrap .button:hover {
    color: #C10A27;
    box-shadow: 0 6px #fff;
    transition: all 150ms linear;
  }
}
/*!*******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/event-o-mat/scss/_event-o-mat-detail.scss ***!
  \*******************************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
.event-o-mat-detail .picture img {
  width: auto;
}
.event-o-mat-detail .picture figcaption {
  margin-top: 0.5rem;
}
.event-o-mat-detail table {
  font-size: 1.125rem;
  line-height: 1.5rem;
  border-collapse: collapse;
  width: 100%;
}
.event-o-mat-detail table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
@media print, screen and (max-width: 48.81125em) {
  .event-o-mat-detail table tr {
    display: block;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.event-o-mat-detail table tr td {
  padding-bottom: 0;
}
@media print, screen and (min-width: 48.8125em) {
  .event-o-mat-detail table tr td {
    padding-bottom: 0.5rem;
  }
}
.event-o-mat-detail table tr td p {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 48.8125em) {
  .event-o-mat-detail table tr td p {
    margin-bottom: 0;
  }
}
.event-o-mat-detail table tr th {
  padding-bottom: 1.375rem;
  padding-right: 0.5rem;
  min-width: 8.75rem;
}
.event-o-mat-detail table tr th, .event-o-mat-detail table tr td {
  text-align: left;
  vertical-align: top;
}
@media print, screen and (min-width: 48.8125em) {
  .event-o-mat-detail table tr th, .event-o-mat-detail table tr td {
    padding-top: 0.75rem;
    padding-bottom: 2rem;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .event-o-mat-detail table tr th:nth-child(3), .event-o-mat-detail table tr td:nth-child(3) {
    text-align: right;
  }
}
@media print, screen and (max-width: 48.81125em) {
  .event-o-mat-detail table tr th, .event-o-mat-detail table tr td {
    display: block;
    width: 100%;
    text-align: left;
  }
}
.event-o-mat-detail table .inquiryHint,
.event-o-mat-detail table .tickethint {
  text-transform: none;
  border: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
.event-o-mat-detail table .inquiryHint a,
.event-o-mat-detail table .tickethint a {
  border: none;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}
.event-o-mat-detail table .inquiryHint a:focus-visible,
.event-o-mat-detail table .tickethint a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px var(--black);
}
.event-o-mat-detail table .inquiryHint .icon,
.event-o-mat-detail table .tickethint .icon {
  position: static;
  transform: none;
  color: #e83181;
  vertical-align: middle;
  font-size: 1.25rem;
  margin-top: -0.25rem;
  margin-right: 0.5rem;
}
.event-o-mat-detail .results-wrap .headline-wrap.h2, .event-o-mat-detail .results-wrap .headline-wrap h2 {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 32.5625em) {
  .event-o-mat-detail .results-wrap .headline-wrap.h2, .event-o-mat-detail .results-wrap .headline-wrap h2 {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .event-o-mat-detail .results-wrap .headline-wrap.h2, .event-o-mat-detail .results-wrap .headline-wrap h2 {
    font-size: 2rem;
  }
}
.event-o-mat-detail .results-wrap .headline-wrap .headline {
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  padding-bottom: 1rem;
}
.event-o-mat-detail .results-wrap .headline-wrap .headline .vertical-separator {
  margin: 0 4px;
}
.event-o-mat-detail .results-wrap .headline-wrap .headline .vertical-separator,
.event-o-mat-detail .results-wrap .headline-wrap .headline .count {
  font-weight: 300;
}
.event-o-mat-detail .results-wrap .headline-wrap .headline .has-tip {
  border-bottom: none;
}
.event-o-mat-detail .results-wrap .headline-wrap .headline .has-tip .icon {
  margin: 0 0.625rem 0 0;
}
@media print, screen and (min-width: 32.5625em) {
  .event-o-mat-detail .results-wrap .headline-wrap .headline .has-tip .icon {
    margin: 0 0.625rem 0 0.875rem;
  }
}
.event-o-mat-detail .results-wrap .result-col:nth-child(3) {
  display: none;
}
@media print, screen and (min-width: 48.8125em) {
  .event-o-mat-detail .results-wrap .result-col:nth-child(3) {
    display: block;
  }
}
.event-o-mat-detail .results-wrap .result-col:nth-child(4) {
  display: none;
}
@media print, screen and (min-width: 64.0625em) {
  .event-o-mat-detail .results-wrap .result-col:nth-child(4) {
    display: block;
  }
}
.event-o-mat-detail .results-wrap .result {
  border: 1px solid rgba(194, 194, 194, 0.5);
}
.event-o-mat-detail .results-wrap .result a {
  display: block;
  border: none;
  font-weight: normal;
  overflow: hidden;
}
.event-o-mat-detail .results-wrap .result .data-wrap {
  padding: 1rem 0;
}
.event-o-mat-detail .results-wrap .result .data-wrap > * {
  padding: 0 1rem;
}
.event-o-mat-detail .results-wrap .result .data-wrap h3 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-transform: none;
  margin: 0 0 4px 0;
}
.event-o-mat-detail .results-wrap .result .data-wrap .category {
  font-weight: 300;
  text-transform: uppercase;
  color: #674e69;
}
.event-o-mat-detail .results-wrap .result .data-wrap .date {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 600;
  letter-spacing: 1px;
}
.event-o-mat-detail .results-wrap .result .data-wrap .date .icon {
  margin-right: 0.25rem;
}
@media print, screen and (min-width: 64.0625em) {
  .event-o-mat-detail .results-wrap .result .data-wrap .date {
    font-size: 1rem;
    line-height: 1.375rem;
  }
  .event-o-mat-detail .results-wrap .result .data-wrap .date .icon {
    position: static;
    transform: none;
    margin-right: 0.5rem;
  }
}
.event-o-mat-detail .results-wrap .result .data-wrap .place {
  text-transform: none;
}
.event-o-mat-detail .results-wrap .result .data-wrap .agehint {
  font-weight: 700;
  text-transform: none;
}
.event-o-mat-detail .results-wrap .result .data-wrap .tickethint {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin: 1rem 1rem 0.5rem 1rem;
  padding: 1rem 0 0 0;
  text-transform: none;
  font-size: 0.875rem;
}
@media print, screen and (min-width: 64.0625em) {
  .event-o-mat-detail .results-wrap .result .data-wrap .tickethint {
    font-size: 1rem;
  }
}
.event-o-mat-detail .results-wrap .result .data-wrap .tickethint .icon {
  color: #e83181;
  position: static;
  transform: none;
  font-size: 1.25rem;
  margin-right: 0.5rem;
  line-height: inherit;
  vertical-align: top;
}
.event-o-mat-detail .results-wrap .load-more-wrap {
  text-align: center;
  margin-top: 2rem;
}
.event-o-mat-detail .results-wrap .load-more-wrap .load-more {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.375rem;
}
.event-o-mat-detail .results-wrap .load-more-wrap .load-more:after {
  display: none;
}
.event-o-mat-detail .results-wrap .button {
  white-space: nowrap;
}
.event-o-mat-detail .results-wrap .button .icon {
  margin-left: 0.5rem;
  line-height: 1.5rem;
  position: relative;
  transform: none;
  vertical-align: bottom;
}

.lmw-theme .event-o-mat-detail table .inquiryHint .icon,
.lmw-theme .event-o-mat-detail table .tickethint .icon,
.lmw-theme .event-o-mat-detail .results-wrap .result .data-wrap .tickethint .icon, .maw-theme .event-o-mat-detail table .inquiryHint .icon,
.maw-theme .event-o-mat-detail table .tickethint .icon,
.maw-theme .event-o-mat-detail .results-wrap .result .data-wrap .tickethint .icon {
  color: var(--black);
}
.lmw-theme .event-o-mat-detail .result .corner-ribbon, .maw-theme .event-o-mat-detail .result .corner-ribbon {
  background: #007f87;
}

.bsr-theme .event-o-mat-detail table .inquiryHint .icon,
.bsr-theme .event-o-mat-detail table .tickethint .icon,
.bsr-theme .event-o-mat-detail .results-wrap .result .data-wrap .tickethint .icon {
  color: #C10A27;
}
.bsr-theme .event-o-mat-detail .result .corner-ribbon {
  background: #C10A27;
}
/*!**********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/floating-element/scss/_floating-element.scss ***!
  \**********************************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
.floating-element {
  position: fixed;
  bottom: 25%;
  right: 1rem;
  padding: 1rem 1rem 0.5rem;
  box-shadow: 0 0 1rem 0.1875rem rgba(0, 0, 0, 0.3);
  background: #fff;
  z-index: 999;
  min-width: 9.375rem;
}
@media print, screen and (max-width: 64.06125em) {
  .floating-element {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.floating-element a {
  display: block;
  box-shadow: none;
  font-size: 0.625rem;
  line-height: 1.5rem;
}
.floating-element a:hover {
  box-shadow: none;
}
@media print, screen and (min-width: 32.5625em) {
  .floating-element a {
    font-size: 0.875rem;
  }
}
@media print, screen and (min-width: 32.5625em) {
  .floating-element a {
    font-size: 1rem;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .floating-element a {
    margin: 0;
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: auto;
  }
}
.floating-element a .icon {
  color: #e83181;
  font-size: 1.25rem;
}
@media print, screen and (min-width: 48.8125em) {
  .floating-element a .icon {
    font-size: 1.125rem;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .floating-element a .icon {
    display: block;
    position: static;
    text-align: center;
    transform: none;
  }
}
.floating-element a:focus {
  outline: none;
}
.floating-element a:focus-visible {
  outline: none;
  background-color: #000;
  color: #fff;
  box-shadow: none;
}
.floating-element #SoMeBar {
  display: none;
  width: 100%;
}
.floating-element #SoMeBar.open {
  display: block;
}
@media print, screen and (max-width: 64.06125em) {
  .floating-element #SoMeBar.open {
    width: 100%;
    min-height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
  }
}
.floating-element #SoMeBar .icon-wrap {
  justify-content: flex-start;
  padding-top: 1.25rem;
}
@media print, screen and (min-width: 64.0625em) {
  .floating-element #SoMeBar .icon-wrap {
    justify-content: space-between;
    padding: 0;
  }
}
.floating-element #SoMeBar .icon-wrap a {
  outline: none;
  margin: 0 1rem;
}
@media print, screen and (min-width: 64.0625em) {
  .floating-element #SoMeBar .icon-wrap a {
    margin: 0;
  }
}
.floating-element #SoMeBar .icon-wrap a .icon {
  position: static;
  transform: none;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media print, screen and (max-width: 64.06125em) {
  .floating-element #SoMeBar .icon-wrap a .icon {
    font-size: 1.25rem;
  }
}
.floating-element #SoMeBar .icon-wrap a:focus-visible.iconleft .icon:before, .floating-element #SoMeBar .icon-wrap a:focus-visible.iconright .icon:before {
  color: #fff;
}
.floating-element #SoMeBar .close-SoMe {
  box-shadow: none;
  text-transform: none;
  text-align: center;
  max-width: 20px;
  margin: 5px auto;
  position: absolute;
  right: 1rem;
  top: 1.25rem;
}
.floating-element #SoMeBar .close-SoMe .icon {
  color: #000;
  position: static;
  font-size: 1.25rem;
  line-height: 1.5rem;
  transform: none;
}
@media print, screen and (min-width: 64.0625em) {
  .floating-element #SoMeBar .close-SoMe .icon {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
.floating-element #SoMeBar .close-SoMe:focus {
  outline: none;
}
.floating-element #SoMeBar .close-SoMe:focus-visible .icon:before {
  color: #fff;
}
@media print, screen and (min-width: 64.0625em) {
  .floating-element #SoMeBar .close-SoMe {
    position: static;
    margin-top: 0.5rem;
  }
}

.menu-open .floating-element,
.offcanvas-open .floating-element {
  display: none;
}

.maw-theme .floating-element a .icon {
  color: #007f87;
}
.maw-theme .floating-element a:focus-visible {
  outline: none;
  background-color: #000;
  color: #fff;
  box-shadow: none;
}

.bsr-theme .floating-element a .icon {
  color: #C10A27;
}
.bsr-theme .floating-element a:focus-visible {
  outline: none;
  background-color: #000;
  color: #fff;
  box-shadow: none;
}
/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/footer/scss/_footer.scss ***!
  \**************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
footer.old {
  position: relative;
  padding-top: 2rem;
  display: flex;
  height: 20rem;
  justify-content: center;
  align-items: center;
  background-image: url(../5f6a5d05c5e62a1736f9.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
@media print, screen and (min-width: 32.5625em) {
  footer.old {
    height: 30rem;
  }
}
@media print, screen and (min-width: 48.8125em) {
  footer.old {
    height: 35rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  footer.old {
    padding-bottom: 7rem;
  }
}
footer.old .scroll-top-button {
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s linear opacity;
}
@media print, screen and (min-width: 48.8125em) {
  footer.old .scroll-top-button {
    bottom: 1rem;
    right: 1rem;
  }
}
footer.old .scroll-top-button a {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.25rem;
  letter-spacing: 1px;
  color: #fff;
  border-bottom: none;
  margin-right: 1.5rem;
}
footer.old .scroll-top-button a:hover, footer.old .scroll-top-button a:focus {
  box-shadow: none;
  color: #fff;
}
footer.old .scroll-top-button a:hover .icon, footer.old .scroll-top-button a:focus .icon {
  background-color: #000;
}
footer.old .scroll-top-button a .icon {
  font-size: 1rem;
  line-height: 1em;
  height: 2rem;
  width: 2rem;
  background: #e83181;
  border-radius: 1rem;
  position: relative;
  transform: none;
}
footer.old .scroll-top-button a .icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
footer.old nav a,
footer.old nav a:hover {
  border: none !important;
}
footer.old nav.social-navigation .social-nav-head {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 32.5625em) {
  footer.old nav.social-navigation .social-nav-head {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}
@media print, screen and (min-width: 48.8125em) {
  footer.old nav.social-navigation .social-nav-head {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  footer.old nav.social-navigation .social-nav-head {
    font-size: 3.5rem;
    line-height: 3rem;
  }
}
@media print, screen and (min-width: 32.5625em) {
  footer.old nav.social-navigation .some-buttons {
    width: 30rem;
  }
}
footer.old nav.social-navigation .some-buttons .some-holder {
  justify-content: center;
}
@media print, screen and (min-width: 32.5625em) {
  footer.old nav.social-navigation .some-buttons .some-holder {
    justify-content: space-around;
  }
}
@media print, screen and (min-width: 64.0625em) {
  footer.old nav.social-navigation .some-buttons .some-holder {
    padding-top: 2.25rem;
  }
}
footer.old nav.social-navigation .some-buttons .some-holder .cell {
  padding: 0 0.5rem;
}
footer.old nav.social-navigation .some-buttons .some-holder .cell a {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 2rem;
  position: relative;
}
@media print, screen and (min-width: 32.5625em) {
  footer.old nav.social-navigation .some-buttons .some-holder .cell a {
    height: 3rem;
    width: 3rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  footer.old nav.social-navigation .some-buttons .some-holder .cell a {
    height: 3.625rem;
    width: 3.625rem;
  }
}
footer.old nav.social-navigation .image-teaser img {
  max-height: 3rem;
  height: auto;
}
@media print, screen and (min-width: 48.8125em) {
  footer.old nav.social-navigation .image-teaser img {
    max-height: 4rem;
    height: auto;
  }
}
footer.old nav.foot-navigation {
  position: absolute;
  bottom: 0;
  padding-bottom: 0.5rem;
  justify-content: center;
}
@media print, screen and (min-width: 32.5625em) {
  footer.old nav.foot-navigation {
    padding-bottom: 1rem;
  }
}
@media print, screen and (min-width: 48.8125em) and (max-width: 64.06125em) {
  footer.old nav.foot-navigation {
    justify-content: left;
    padding-left: 0.5rem;
    left: 0;
  }
}
@media print, screen and (max-width: 48.81125em) {
  footer.old nav.foot-navigation {
    background-size: cover;
  }
}
footer.old nav.foot-navigation div a {
  color: #fff;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 1px;
  padding-right: 0.5rem;
}
footer.old nav.foot-navigation div a:hover, footer.old nav.foot-navigation div a:focus-visible {
  outline: none;
}
footer.old nav.foot-navigation div a:hover span, footer.old nav.foot-navigation div a:focus-visible span {
  color: #000;
  background-color: #fff;
}
@media print, screen and (min-width: 32.5625em) {
  footer.old nav.foot-navigation div a {
    padding-right: 1rem;
  }
}
footer.old nav.foot-navigation div a:after {
  content: "|";
  padding-left: 0.5rem;
}
@media print, screen and (min-width: 32.5625em) {
  footer.old nav.foot-navigation div a:after {
    padding-left: 1rem;
  }
}
@media print, screen and (min-width: 32.5625em) {
  footer.old nav.foot-navigation div a {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  footer.old nav.foot-navigation div a {
    font-size: 1.375rem;
  }
}
footer.old nav.foot-navigation div:last-child a {
  padding-right: 0;
}
footer.old nav.foot-navigation div:last-child a:after {
  content: none;
  padding-left: 0;
}

footer.new {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: auto;
  background-image: none;
  background-color: #242b2f;
}
@media print, screen and (min-width: 48.8125em) {
  footer.new {
    padding-top: 5rem;
    padding-bottom: 7.5rem;
  }
}
footer.new a,
footer.new a:hover {
  box-shadow: none;
}
footer.new a.dark:focus-visible {
  box-shadow: none;
}
footer.new a.dark:hover {
  background-color: #fff;
  color: #000;
}
footer.new a.dark:hover .icon:before {
  color: #fff;
}
footer.new a.dark .icon:before {
  color: #fff;
}
footer.new .scroll-top-button {
  position: fixed;
  bottom: 0.5rem;
  right: 0.5rem;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s linear opacity;
}
@media print, screen and (min-width: 48.8125em) {
  footer.new .scroll-top-button {
    bottom: 1rem;
    right: 1rem;
  }
}
footer.new .scroll-top-button a {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.25rem;
  letter-spacing: 1px;
  color: #fff;
  border-bottom: none;
  margin-right: 1.5rem;
}
footer.new .scroll-top-button a:hover, footer.new .scroll-top-button a:focus {
  border: none;
  color: #fff;
}
footer.new .scroll-top-button a:hover .icon, footer.new .scroll-top-button a:focus .icon {
  background-color: #000;
}
footer.new .scroll-top-button a.dark:hover {
  background-color: transparent;
}
footer.new .scroll-top-button a:focus-visible {
  box-shadow: none;
  background-color: transparent;
}
footer.new .scroll-top-button a:focus-visible .icon {
  background-color: #000;
}
footer.new .scroll-top-button a:focus-visible .icon:before {
  color: #fff;
}
footer.new .scroll-top-button a .icon {
  font-size: 1rem;
  line-height: 1em;
  height: 2rem;
  width: 2rem;
  background: #e83181;
  border-radius: 1rem;
  position: relative;
  transform: none;
}
footer.new .scroll-top-button a .icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
footer.new hr {
  border-color: #fff;
}
footer.new .section-title .headline {
  font-weight: bold;
  color: #fff;
  font-size: 1.75rem;
  line-height: 2.25rem;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 48.8125em) {
  footer.new .section-title .headline {
    margin-bottom: 3rem;
  }
}
footer.new .section-info {
  font-weight: bold;
  color: #fff;
  padding-bottom: 3rem;
  border-bottom: 1px solid #fff;
}
@media print, screen and (min-width: 48.8125em) {
  footer.new .section-info {
    border-bottom: none;
  }
}
footer.new .section-info p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
footer.new .section-info .button {
  width: auto;
  font-weight: normal;
  padding: 0.5rem 1.5rem 0.5rem 1rem;
  font-size: 1rem;
}
footer.new .section-info .button:focus-visible {
  outline: none;
}
footer.new .section-info .button .icon {
  margin-left: 0.5rem;
}
footer.new .image-teaser a {
  padding: 4px;
}
footer.new .image-teaser a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px #fff;
}
footer.new .image-teaser img {
  max-height: 5.75rem;
  height: auto;
}
footer.new nav.footer-list-nav ul {
  list-style-type: none;
  margin-bottom: 1rem;
}
footer.new nav.footer-list-nav ul li {
  border-bottom: 1px solid #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  font-weight: bold;
  margin-left: 0;
}
footer.new nav.footer-list-nav ul li:first-child {
  border-top: 1px solid #fff;
}
footer.new nav.footer-list-nav ul li a:focus-visible .icon:before {
  color: #fff;
}
footer.new nav.footer-popular-nav .section-title .headline {
  padding-top: 1rem;
  border-top: 1px solid #fff;
}
footer.new nav.footer-popular-nav ul {
  list-style: none;
  margin-bottom: 1rem;
}
footer.new nav.footer-popular-nav ul li {
  margin: 0;
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}
footer.new nav.footer-popular-nav ul li a:focus-visible .icon:before {
  color: #fff;
}
footer.new nav.footer-review-nav {
  margin-top: 1rem;
}
footer.new nav.footer-review-nav .image-teaser img {
  max-height: 9.125rem;
  height: auto;
}
footer.new nav.social-navigation .social-nav-head {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
@media print, screen and (min-width: 32.5625em) {
  footer.new nav.social-navigation .social-nav-head {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }
}
@media print, screen and (min-width: 48.8125em) {
  footer.new nav.social-navigation .social-nav-head {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  footer.new nav.social-navigation .social-nav-head {
    font-size: 3.5rem;
    line-height: 3rem;
  }
}
footer.new nav.social-navigation .some-buttons .some-holder {
  justify-content: flex-start;
  margin-bottom: -1rem;
}
@media print, screen and (min-width: 48.8125em) {
  footer.new nav.social-navigation .some-buttons .some-holder {
    justify-content: space-around;
    margin-bottom: 0;
  }
}
footer.new nav.social-navigation .some-buttons .some-holder .cell {
  padding: 0 1.25rem;
}
@media print, screen and (min-width: 48.8125em) {
  footer.new nav.social-navigation .some-buttons .some-holder .cell {
    padding: 0 1.5rem;
  }
}
footer.new nav.social-navigation .some-buttons .some-holder .cell.primary {
  position: relative;
}
footer.new nav.social-navigation .some-buttons .some-holder .cell.primary a {
  background-color: #e83181;
  color: #fff;
}
footer.new nav.social-navigation .some-buttons .some-holder .cell.primary a span {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 800;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 48.8125em) {
  footer.new nav.social-navigation .some-buttons .some-holder .cell.primary a span {
    font-size: 1.125rem;
  }
}
footer.new nav.social-navigation .some-buttons .some-holder .cell.primary a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px #fff;
}
footer.new nav.social-navigation .some-buttons .some-holder .cell.primary a:hover {
  box-shadow: 0 0 0 4px #fff;
}
footer.new nav.social-navigation .some-buttons .some-holder .cell a {
  height: 2.5rem;
  width: 2.5rem;
  margin-bottom: 2.5rem;
  border-radius: 2rem;
  position: relative;
}
@media print, screen and (min-width: 32.5625em) {
  footer.new nav.social-navigation .some-buttons .some-holder .cell a {
    height: 3rem;
    width: 3rem;
  }
}
@media print, screen and (min-width: 48.8125em) {
  footer.new nav.social-navigation .some-buttons .some-holder .cell a {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64.0625em) {
  footer.new nav.social-navigation .some-buttons .some-holder .cell a {
    height: 3.625rem;
    width: 3.625rem;
  }
}
footer.new nav.social-navigation .some-buttons .some-holder .cell a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px #e83181;
}
footer.new nav.social-navigation .some-buttons .some-holder .cell a:hover {
  box-shadow: 0 0 0 4px #e83181;
}
footer.new nav.foot-navigation {
  padding-bottom: 0.5rem;
}
@media print, screen and (min-width: 32.5625em) {
  footer.new nav.foot-navigation {
    padding-bottom: 1rem;
  }
}
@media print, screen and (min-width: 48.8125em) and (max-width: 64.06125em) {
  footer.new nav.foot-navigation {
    padding-left: 0.5rem;
    left: 0;
  }
}
footer.new nav.foot-navigation .grid-x {
  justify-content: space-between;
}
@media print, screen and (min-width: 48.8125em) {
  footer.new nav.foot-navigation .grid-x {
    justify-content: flex-start;
  }
}
footer.new nav.foot-navigation div a, footer.new nav.foot-navigation div p {
  font-weight: bold;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 1.5rem;
}
@media print, screen and (min-width: 48.8125em) {
  footer.new nav.foot-navigation div a, footer.new nav.foot-navigation div p {
    font-size: 0.875rem;
    padding-right: 2.375rem;
    margin-bottom: 0;
  }
}
footer.new nav.foot-navigation div.cell:last-child a, footer.new nav.foot-navigation div p {
  padding-right: 0;
}
@media print, screen and (min-width: 48.8125em) {
  footer.new nav.foot-navigation div a {
    padding-right: 0;
  }
}
footer.new nav.foot-navigation div a:hover {
  color: #000;
}
footer.new nav.foot-navigation div a:focus-visible {
  outline: none;
  background-color: #fff;
  color: #000;
}

.maw-theme footer.old {
  background-image: url(../253e5ffe214e9f0d41c0.jpg);
}
.maw-theme footer.old a {
  box-shadow: none;
}
.maw-theme footer.old nav.social-navigation .some-buttons .some-holder .cell a:hover {
  box-shadow: 0 0 0 4px #007f87;
}
.maw-theme footer.old nav.social-navigation .some-buttons .some-holder .cell a:focus {
  outline: none;
}
.maw-theme footer.old nav.social-navigation .some-buttons .some-holder .cell a:focus-visible {
  box-shadow: 0 0 0 4px #007f87;
}
.maw-theme footer.old .image-teaser a {
  padding: 4px;
}
.maw-theme footer.old .image-teaser a:focus {
  outline: none;
}
.maw-theme footer.old .image-teaser a:focus-visible {
  box-shadow: 0 0 0 4px #fff;
}
.maw-theme footer.old .scroll-top-button a .icon {
  background-color: #007f87;
}
.maw-theme footer.old .scroll-top-button a:hover, .maw-theme footer.old .scroll-top-button a:focus-visible {
  background-color: transparent;
}
.maw-theme footer.old .scroll-top-button a:hover .icon, .maw-theme footer.old .scroll-top-button a:focus-visible .icon {
  background-color: #000;
}
.maw-theme footer.new a,
.maw-theme footer.new a:hover {
  box-shadow: none;
}
.maw-theme footer.new nav.social-navigation .some-buttons .some-holder .cell.primary a {
  background-color: #007f87;
  color: #fff;
}
.maw-theme footer.new nav.social-navigation .some-buttons .some-holder .cell.primary a:focus-visible {
  box-shadow: 0 0 0 4px #fff;
}
.maw-theme footer.new nav.social-navigation .some-buttons .some-holder .cell.primary a:hover {
  box-shadow: 0 0 0 4px #fff;
}
.maw-theme footer.new nav.social-navigation .some-buttons .some-holder .cell a:focus-visible {
  box-shadow: 0 0 0 4px #007f87;
}
.maw-theme footer.new nav.social-navigation .some-buttons .some-holder .cell a:hover {
  box-shadow: 0 0 0 4px #007f87;
}

.bsr-theme footer.old {
  background-image: url(../253e5ffe214e9f0d41c0.jpg);
}
.bsr-theme footer.old a {
  box-shadow: none;
}
.bsr-theme footer .scroll-top-button a:hover {
  border: none;
}
.bsr-theme footer .scroll-top-button a:hover .icon {
  background-color: #000;
  color: #fff;
}
.bsr-theme footer .scroll-top-button a .icon {
  background-color: #C10A27;
}
.bsr-theme footer nav.social-navigation .some-buttons .some-holder .cell.primary a {
  background-color: #C10A27;
}
.bsr-theme footer.new a,
.bsr-theme footer.new a:hover {
  box-shadow: none;
}
.bsr-theme footer.new nav.social-navigation .some-buttons .some-holder .cell.primary a {
  background-color: #C10A27;
  color: #fff;
}
.bsr-theme footer.new nav.social-navigation .some-buttons .some-holder .cell.primary a:focus-visible {
  box-shadow: 0 0 0 4px #fff;
}
.bsr-theme footer.new nav.social-navigation .some-buttons .some-holder .cell.primary a:hover {
  box-shadow: 0 0 0 4px #fff;
}
.bsr-theme footer.new nav.social-navigation .some-buttons .some-holder .cell a:focus-visible {
  box-shadow: 0 0 0 4px #C10A27;
}
.bsr-theme footer.new nav.social-navigation .some-buttons .some-holder .cell a:hover {
  box-shadow: 0 0 0 4px #C10A27;
}

.content-only footer {
  display: none !important;
}

body.header-is-stuck .scroll-top-button {
  pointer-events: auto;
  display: block;
  opacity: 1;
}

body.cookie-disclaimer-visible footer {
  margin-top: 18.75rem;
}

body.cookie-disclaimer-visible footer.old {
  margin-top: 18.75rem;
}

body.cookie-disclaimer-visible footer.new {
  margin-top: 18.75rem;
}
/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/museum_digital/collection-teaser/scss/_collection-teaser.scss ***!
  \***************************************************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
.collection-teaser .slider-wrap {
  padding-bottom: 6rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: -2rem;
  margin-right: -2rem;
  position: relative;
}
@media print, screen and (min-width: 48.8125em) {
  .collection-teaser .slider-wrap {
    padding-bottom: 4rem;
    padding-top: 3rem;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.collection-teaser .slider-wrap .slider {
  position: static;
}
.collection-teaser .slider-wrap a.coll-link {
  position: absolute;
  right: 1.625rem;
  bottom: 1rem;
}
@media print, screen and (min-width: 48.8125em) {
  .collection-teaser .slider-wrap a.coll-link {
    right: 3.5rem;
  }
}
.collection-teaser .slider-wrap a.coll-link:hover, .collection-teaser .slider-wrap a.coll-link.flip {
  transition: all 150ms linear;
}
.collection-teaser .slider-wrap a.coll-link:focus-visible .icon:before {
  color: #000;
}
.collection-teaser .slider-wrap a .icon {
  padding-left: 6px;
  font-weight: 700;
}
.collection-teaser.dark .back {
  background-color: #fff;
}
.collection-teaser.dark .slider-wrap {
  background-color: #f5f5f5;
}
.collection-teaser.light .back {
  background-color: #f5f5f5;
}
.collection-teaser .slick-slider {
  max-height: 25rem;
  overflow: visible;
  padding: 0;
  margin: 0;
}
@media print, screen and (min-width: 32.5625em) {
  .collection-teaser .slick-slider {
    max-height: 31rem;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .collection-teaser .slick-slider {
    max-height: 22rem;
  }
}
.collection-teaser .slick-slide {
  position: relative;
  height: 0;
}
.collection-teaser .slick-slide > div {
  max-height: 25rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media print, screen and (min-width: 32.5625em) {
  .collection-teaser .slick-slide > div {
    max-height: 31rem;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .collection-teaser .slick-slide > div {
    max-height: 22rem;
  }
}
.collection-teaser .slick-slide .slide {
  height: 0;
  overflow: hidden;
  position: absolute;
}
.collection-teaser .slick-slide .slide .back {
  padding: 1rem;
}
.collection-teaser .slick-slide .slide .back a {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.collection-teaser .slick-slide .slide:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.collection-teaser .slick-slide .slide .headline {
  max-height: calc(100% - 35px);
  overflow: hidden;
}
.collection-teaser .slick-slide .slide:nth-child(1) {
  width: 66.66% !important;
  padding-bottom: 66.66%;
}
.collection-teaser .slick-slide .slide:nth-child(2), .collection-teaser .slick-slide .slide:nth-child(3) {
  width: 33.33% !important;
  padding-bottom: 33.33%;
}
.collection-teaser .slick-slide .slide:nth-child(1) {
  top: 0;
  left: 0;
}
.collection-teaser .slick-slide .slide:nth-child(2) {
  top: 0;
  left: 66.66%;
}
.collection-teaser .slick-slide .slide:nth-child(3) {
  top: 50%;
  left: 66.66%;
}
.collection-teaser .slick-slide .slide:nth-child(2) .back, .collection-teaser .slick-slide .slide:nth-child(3) .back, .collection-teaser .slick-slide .slide:nth-child(5) .back, .collection-teaser .slick-slide .slide:nth-child(6) .back {
  padding: 0.25rem;
}
.collection-teaser .slick-slide .slide:nth-child(2) .back .headline, .collection-teaser .slick-slide .slide:nth-child(3) .back .headline, .collection-teaser .slick-slide .slide:nth-child(5) .back .headline, .collection-teaser .slick-slide .slide:nth-child(6) .back .headline {
  display: none;
  font-size: 0.75rem;
  line-height: 1.125rem;
}
.collection-teaser .slick-slide .slide:nth-child(2) .back a, .collection-teaser .slick-slide .slide:nth-child(3) .back a, .collection-teaser .slick-slide .slide:nth-child(5) .back a, .collection-teaser .slick-slide .slide:nth-child(6) .back a {
  font-size: 0.5rem;
  line-height: 0.75rem;
  right: 0.25rem;
  bottom: 0.25rem;
}
@media print, screen and (min-width: 32.5625em) {
  .collection-teaser .slick-slide .slide:nth-child(2) .back, .collection-teaser .slick-slide .slide:nth-child(3) .back, .collection-teaser .slick-slide .slide:nth-child(5) .back, .collection-teaser .slick-slide .slide:nth-child(6) .back {
    padding: 0.5rem;
  }
  .collection-teaser .slick-slide .slide:nth-child(2) .back .headline, .collection-teaser .slick-slide .slide:nth-child(3) .back .headline, .collection-teaser .slick-slide .slide:nth-child(5) .back .headline, .collection-teaser .slick-slide .slide:nth-child(6) .back .headline {
    display: block;
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
  .collection-teaser .slick-slide .slide:nth-child(2) .back a, .collection-teaser .slick-slide .slide:nth-child(3) .back a, .collection-teaser .slick-slide .slide:nth-child(5) .back a, .collection-teaser .slick-slide .slide:nth-child(6) .back a {
    font-size: 0.875rem;
    line-height: 1.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .collection-teaser .slick-slide .slide:nth-child(3n+1) {
    width: 33.33% !important;
    padding-bottom: 33.33%;
  }
  .collection-teaser .slick-slide .slide:nth-child(1) {
    top: 0;
    left: 0;
  }
  .collection-teaser .slick-slide .slide:nth-child(2) {
    top: 0;
    left: 33.33%;
  }
  .collection-teaser .slick-slide .slide:nth-child(3) {
    top: 50%;
    left: 33.33%;
  }
  .collection-teaser .slick-slide .slide:nth-child(4) {
    top: 0%;
    left: 50%;
  }
  .collection-teaser .slick-slide .slide:nth-child(5) {
    top: 0%;
    left: 83.33%;
  }
  .collection-teaser .slick-slide .slide:nth-child(6) {
    top: 50%;
    left: 83.33%;
  }
  .collection-teaser .slick-slide .slide:nth-child(2), .collection-teaser .slick-slide .slide:nth-child(3), .collection-teaser .slick-slide .slide:nth-child(5), .collection-teaser .slick-slide .slide:nth-child(6) {
    width: 16.66% !important;
    padding-bottom: 16.66%;
  }
  .collection-teaser .slick-slide .slide:nth-child(2) .headline, .collection-teaser .slick-slide .slide:nth-child(3) .headline, .collection-teaser .slick-slide .slide:nth-child(5) .headline, .collection-teaser .slick-slide .slide:nth-child(6) .headline {
    display: none;
  }
  .collection-teaser .slick-slide .slide:nth-child(2) .back, .collection-teaser .slick-slide .slide:nth-child(3) .back, .collection-teaser .slick-slide .slide:nth-child(5) .back, .collection-teaser .slick-slide .slide:nth-child(6) .back {
    padding: 0.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .collection-teaser .slick-slide .slide:nth-child(1) .back, .collection-teaser .slick-slide .slide:nth-child(4) .back {
    padding: 2rem;
  }
  .collection-teaser .slick-slide .slide:nth-child(1) .back a, .collection-teaser .slick-slide .slide:nth-child(4) .back a {
    right: 2rem;
    bottom: 2rem;
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
  .collection-teaser .slick-slide .slide:nth-child(2) .headline, .collection-teaser .slick-slide .slide:nth-child(3) .headline, .collection-teaser .slick-slide .slide:nth-child(5) .headline, .collection-teaser .slick-slide .slide:nth-child(6) .headline {
    display: block;
  }
  .collection-teaser .slick-slide .slide:nth-child(2) .back a, .collection-teaser .slick-slide .slide:nth-child(3) .back a, .collection-teaser .slick-slide .slide:nth-child(5) .back a, .collection-teaser .slick-slide .slide:nth-child(6) .back a {
    font-size: 0.875rem;
    line-height: 1.125rem;
  }
}
.collection-teaser .slick-slide .slide .slide-content {
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.collection-teaser .slick-slide .slide .slide-content .flip-container {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  overflow: hidden;
  /* entire container, keeps perspective */
  perspective: 1000px;
  /* flip the pane when hovered */
  /* flip speed goes here */
  /* hide back of pane during swap */
  /* front pane, placed above back */
  /* back, initially hidden pane */
}
.collection-teaser .slick-slide .slide .slide-content .flip-container.flip {
  box-shadow: 0 0 0 4px #000;
}
.collection-teaser .slick-slide .slide .slide-content .flip-container:hover .flipper, .collection-teaser .slick-slide .slide .slide-content .flip-container.flip .flipper {
  transform: rotateY(180deg);
}
.collection-teaser .slick-slide .slide .slide-content .flip-container .flipper {
  height: 100%;
  width: 100%;
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative;
}
.collection-teaser .slick-slide .slide .slide-content .flip-container .front, .collection-teaser .slick-slide .slide .slide-content .flip-container .back {
  height: 100%;
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.collection-teaser .slick-slide .slide .slide-content .flip-container .front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg);
}
.collection-teaser .slick-slide .slide .slide-content .flip-container .back {
  transform: rotateY(180deg);
  text-align: left;
}
.collection-teaser .slick-slide .slide .slide-content .flip-container .back a {
  box-shadow: none;
}
.collection-teaser .slick-slide .slide .slide-content .flip-container .back a:focus-visible {
  outline: none;
  background-color: #000;
  color: #fff;
  box-shadow: 0 6px #e83181;
}
.collection-teaser .slick-slide .slide .slide-content .flip-container .back a:focus-visible .icon:before {
  color: #000;
}
.collection-teaser .slick-slide .slide .slide-content .flip-container .bg-image {
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.collection-teaser .slick-arrow {
  top: auto;
  height: 2.75rem;
  width: 1.375rem;
  bottom: 1.5rem;
}
.collection-teaser .slick-arrow, .collection-teaser .slick-arrow:before, .collection-teaser .slick-arrow:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lmw-iconfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
@media print, screen and (min-width: 48.8125em) {
  .collection-teaser .slick-arrow {
    height: 2.75rem;
    width: 1.375rem;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
}
.collection-teaser .slick-arrow:before {
  color: #000;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 48.8125em) {
  .collection-teaser .slick-arrow:before {
    font-size: 2.75rem;
  }
}
.collection-teaser .slick-arrow:focus-visible {
  outline: none;
}
.collection-teaser .slick-arrow:focus-visible:before {
  background-color: #000;
  color: #fff;
  box-shadow: 0 4px #e83181;
}
.collection-teaser .slick-arrow.slick-prev {
  left: calc(50% - 32px);
}
@media print, screen and (min-width: 48.8125em) {
  .collection-teaser .slick-arrow.slick-prev {
    left: 0.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .collection-teaser .slick-arrow.slick-prev {
    left: 1rem;
  }
}
.collection-teaser .slick-arrow.slick-prev:before {
  content: "\e91d";
}
.collection-teaser .slick-arrow.slick-next {
  right: calc(50% - 32px);
}
@media print, screen and (min-width: 48.8125em) {
  .collection-teaser .slick-arrow.slick-next {
    right: 0.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .collection-teaser .slick-arrow.slick-next {
    right: 1rem;
  }
}
.collection-teaser .slick-arrow.slick-next:before {
  content: "\e91c";
}
.collection-teaser .fastbackward-button {
  cursor: pointer;
  position: absolute;
  bottom: auto;
  height: 2.75rem;
  width: 2.75rem;
  left: 2rem;
  bottom: 2.25rem;
  top: auto;
}
@media print, screen and (min-width: 48.8125em) {
  .collection-teaser .fastbackward-button {
    height: 1.5rem;
    width: 1.5rem;
    left: 4rem;
    bottom: 1.375rem;
    top: auto;
  }
}
.collection-teaser .fastbackward-button .icon:before {
  color: #000;
  font-size: 1.5rem;
}

.lmw-theme .collection-teaser .slick-arrow:focus-visible:before, .maw-theme .collection-teaser .slick-arrow:focus-visible:before {
  box-shadow: none;
}
.lmw-theme .collection-teaser .slick-slide .slide .slide-content .flip-container .back a:hover, .maw-theme .collection-teaser .slick-slide .slide .slide-content .flip-container .back a:hover {
  box-shadow: 0 2px var(--black);
}
.lmw-theme .collection-teaser .slick-slide .slide .slide-content .flip-container .back a:focus-visible, .maw-theme .collection-teaser .slick-slide .slide .slide-content .flip-container .back a:focus-visible {
  box-shadow: none;
}

.bsr-theme .collection-teaser .slick-arrow:focus-visible:before {
  box-shadow: 0 4px #C10A27;
}
.bsr-theme .collection-teaser .slick-slide .slide .slide-content .flip-container .back a:focus-visible {
  box-shadow: 0 6px #C10A27;
}
.bsr-theme .collection-teaser.dark .back {
  background-color: #fff;
}
.bsr-theme .collection-teaser.dark .slider-wrap {
  background-color: #004D4F;
}
.bsr-theme .collection-teaser.dark .slider-wrap .slick-arrow:before {
  color: #fff;
}
.bsr-theme .collection-teaser.dark .slider-wrap .coll-link {
  color: #fff;
}
.bsr-theme .collection-teaser.dark .slider-wrap .coll-link:hover, .bsr-theme .collection-teaser.dark .slider-wrap .coll-link:focus {
  color: #C10A27;
  border-color: #fff;
}
/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/slider/scss/_slider.scss ***!
  \**************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
.slider {
  margin-left: -2rem;
  margin-right: -2rem;
  padding: 0 0 1rem;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 48.8125em) {
  .slider {
    margin-left: 0;
    margin-right: 0;
  }
}
.slider .corner-ribbon {
  width: 18.75rem;
  background: #e83181;
  position: absolute;
  top: 3.125rem;
  left: auto;
  right: -4.6875rem;
  text-align: center;
  font-size: 1.5rem;
  line-height: 3.125rem;
  letter-spacing: 1px;
  color: #fff;
  transform: rotate(45deg);
  text-transform: uppercase;
  z-index: 1;
}
.slider .corner-ribbon.gray {
  background: #262626;
}
.slider .slides-container {
  margin: 0;
}
.slider .slides-container:not(.slick-initialized) {
  visibility: hidden;
}
.slider .slides-container .figure img {
  width: 100%;
  height: auto;
}
.slider .slides-container img + figcaption {
  max-height: 3rem;
  margin: 0.5rem 2rem 1rem;
  overflow: hidden;
  line-height: 1.5rem;
  font-size: 0.875rem;
  -moz-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
  touch-action: none;
}
@media print, screen and (min-width: 48.8125em) {
  .slider .slides-container img + figcaption {
    margin: 0.5rem 0 1rem;
  }
}
.slider .slides-container iframe, .slider .slides-container embed, .slider .slides-container object {
  width: 100%;
  height: 100%;
  min-height: 31.25rem;
}
.slider .slides-container .slick-dots {
  position: static;
}
.slider .slides-container .slick-dots > li {
  margin: 0 0.5rem;
  height: 1rem;
  width: 1rem;
  border-radius: 1rem;
  border: 1px solid #000;
  background: transparent;
}
.slider .slides-container .slick-dots > li button {
  padding: 0;
}
.slider .slides-container .slick-dots > li button:before {
  content: "";
}
.slider .slides-container .slick-dots > li.slick-active, .slider .slides-container .slick-dots > li:hover {
  background: #000;
}
.slider .slides-container .slick-arrow {
  width: 3rem;
  height: 3rem;
  transform: translateY(-100%);
}
.slider .slides-container .slick-arrow:before {
  color: #000;
  font-size: 2.75rem;
}
.slider .slides-container .slick-arrow.slick-prev {
  left: -3rem;
}
.slider .slides-container .slick-arrow.slick-prev:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lmw-iconfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\e91d";
  font-size: 2.75rem;
}
.slider .slides-container .slick-arrow.slick-next {
  right: -3rem;
}
.slider .slides-container .slick-arrow.slick-next:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lmw-iconfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\e91c";
  font-size: 2.75rem;
}
.slider .slides-container .slick-arrow:focus-visible {
  outline: none;
}
.slider .slides-container .slick-arrow:focus-visible:before {
  background-color: #000;
  color: #fff;
  box-shadow: 0 4px #e83181;
}
.slider.dark {
  background: #F7F7F7;
}
@media print, screen and (min-width: 48.8125em) {
  .slider.dark {
    padding: 3rem 3rem 1rem;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .slider.light {
    padding: 0 2rem;
  }
  .slider.light .slick-arrow {
    width: 1.375rem;
  }
  .slider.light .slick-arrow.slick-prev {
    left: -2rem;
  }
  .slider.light .slick-arrow.slick-next {
    right: -2rem;
  }
}

.lmw-theme .slider .corner-ribbon, .maw-theme .slider .corner-ribbon {
  background: #007f87;
}
.lmw-theme .slider .corner-ribbon.gray, .maw-theme .slider .corner-ribbon.gray {
  background: #262626;
}
.lmw-theme .slider .slides-container .slick-arrow:focus-visible:before, .maw-theme .slider .slides-container .slick-arrow:focus-visible:before {
  background-color: var(--black);
  color: var(--white);
  box-shadow: none;
}

.bsr-theme .slider .corner-ribbon {
  background: #C10A27;
}
.bsr-theme .slider .corner-ribbon.gray {
  background: #262626;
}
.bsr-theme .slider .slides-container .slick-arrow:focus-visible:before {
  background-color: #000;
  color: #fff;
  box-shadow: 0 4px #C10A27;
}
/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/header/scss/_header.scss ***!
  \**************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
.main-head {
  color: #000;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
}
.main-head a:focus-visible {
  outline: none;
}
.main-head .header-wrap {
  transition: height 250ms linear;
  height: 4.5rem;
  height: 5.125rem;
}
@media print, screen and (min-width: 32.5625em) {
  .main-head .header-wrap {
    padding: 0;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .main-head .header-wrap {
    height: 8.625rem;
    padding: 0 1rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .main-head .header-wrap {
    height: 11.25rem;
  }
}
@media print, screen and (min-width: 90.0625em) {
  .main-head .header-wrap {
    margin: 0 1rem;
  }
}
.main-head .header-wrap .dropdown-menu-docking-point {
  position: relative;
}
.main-head .header-wrap .dropdown-menu-docking-point .cell {
  position: static;
}
.main-head .header-wrap .logo-wrap {
  background-color: #fff;
  overflow: hidden;
  padding-top: 1.5rem;
  transition: all 250ms linear;
  z-index: 1;
  max-height: 3rem;
}
.main-head .header-wrap .logo-wrap a {
  border: none;
  padding: 4px;
  display: block;
  box-shadow: none;
}
.main-head .header-wrap .logo-wrap a:focus-visible {
  box-shadow: 0 0 0 4px #e83181;
}
@media print, screen and (min-width: 32.5625em) {
  .main-head .header-wrap .logo-wrap {
    padding-top: 2rem;
    max-height: 3.5rem;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .main-head .header-wrap .logo-wrap {
    padding-top: 1rem;
    max-height: none;
    overflow: visible;
  }
}
.main-head .header-wrap .logo-wrap .logo {
  overflow: hidden;
}
@media print, screen and (min-width: 64.0625em) {
  .main-head .header-wrap .logo-wrap .logo {
    height: 3.625rem;
    width: 14.75rem;
  }
}
.main-head .header-wrap .logo-wrap .logo .logo-icon {
  width: 2.6875rem;
  height: auto;
  display: inline-block;
  transition: all 250ms linear;
}
@media print, screen and (min-width: 64.0625em) {
  .main-head .header-wrap .logo-wrap .logo .logo-icon {
    width: 4rem;
  }
}
.main-head .header-wrap .logo-wrap .logo .logo-text {
  opacity: 0;
  transition: all 250ms linear;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
  width: 7.5rem;
  height: auto;
  display: inline-block;
}
@media print, screen and (min-width: 48.8125em) {
  .main-head .header-wrap .logo-wrap .logo .logo-text {
    opacity: 1;
    transition: all 250ms linear;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .main-head .header-wrap .logo-wrap .logo .logo-text {
    margin-left: 0.75rem;
    width: 10rem;
  }
}
.main-head .header-wrap .top-navigation {
  background: #fff;
  margin: 1.5rem 0 1rem;
  transition: margin 250ms linear 200ms;
  z-index: 1;
}
.main-head .header-wrap .top-navigation button {
  cursor: pointer;
}
@media print, screen and (min-width: 32.5625em) {
  .main-head .header-wrap .top-navigation {
    margin: 2rem 0 1rem;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .main-head .header-wrap .top-navigation {
    margin: 1rem 0 1rem;
  }
}
.main-head .header-wrap .top-navigation a {
  color: #000;
  font-size: 0.875rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  box-shadow: none;
}
.main-head .header-wrap .top-navigation a:hover {
  box-shadow: 0 4px #e83181;
}
.main-head .header-wrap .top-navigation a:focus-visible {
  background-color: #000;
  color: #fff !important;
  box-shadow: 0 4px #e83181;
}
.main-head .header-wrap .top-navigation a .icon {
  position: static;
  transform: none;
}
.main-head .header-wrap .top-navigation a img {
  height: 1.25rem;
  width: auto;
}
.main-head .header-wrap .top-navigation a.iconlink:focus-visible {
  background-color: transparent;
}
.main-head .header-wrap .top-navigation .search-wrap * {
  display: inline-block;
  width: auto;
}
.main-head .header-wrap .top-navigation .search-wrap label {
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.main-head .header-wrap .top-navigation .search-wrap .icon {
  font-size: 1.125rem;
}
@media print, screen and (min-width: 64.0625em) {
  .main-head .header-wrap .top-navigation .search-wrap .icon {
    vertical-align: text-top;
    padding-top: 0.3125rem;
  }
}
.main-head .header-wrap .top-navigation .search-wrap input[type=text] {
  border: none;
  border-bottom: 1px solid #000;
  border-radius: 0;
  font-size: 0.875rem;
  line-height: 0.875rem;
  padding: 0;
  margin: 0;
  height: auto;
  max-width: 4rem;
  transition: all 0.2s linear;
}
.main-head .header-wrap .top-navigation .search-wrap input[type=text]:focus-within {
  border-bottom: 2px solid #000;
}
.main-head .header-wrap .top-navigation .search-wrap input[type=text]:focus {
  max-width: 8rem;
}
.main-head .header-wrap .top-navigation .search-wrap button:focus-visible {
  outline: none;
}
.main-head .header-wrap .top-navigation .search-wrap button:focus-visible i:before {
  color: #e83181;
  font-weight: 700;
}
.main-head .header-wrap .main-navigation {
  margin-top: 1rem;
  top: 0;
  opacity: 1;
  transition: top 250ms linear, opacity 250ms linear 200ms;
}
@media print, screen and (min-width: 64.0625em) {
  .main-head .header-wrap .main-navigation {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .main-head .header-wrap .main-navigation > .dropdown {
    justify-content: flex-end;
  }
}
.main-head .header-wrap .main-navigation ul {
  list-style-type: none;
}
.main-head .header-wrap .main-navigation ul a {
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: 700;
  letter-spacing: 1px;
}
@media print, screen and (min-width: 64.0625em) {
  .main-head .header-wrap .main-navigation ul a {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }
}
.main-head .header-wrap .main-navigation ul a:after {
  display: none;
}
.main-head .header-wrap .main-navigation .menu-entry {
  margin-left: 0;
}
.main-head .header-wrap .main-navigation .menu-entry > a {
  color: inherit;
  text-transform: uppercase;
  padding: 0;
  transition: all 250ms ease-out;
  box-shadow: none;
}
.main-head .header-wrap .main-navigation .menu-entry > a:focus-visible {
  background-color: #000;
  color: #fff !important;
  box-shadow: 0 6px #e83181;
}
.main-head .header-wrap .main-navigation .menu-entry.current > a, .main-head .header-wrap .main-navigation .menu-entry.is-active > a, .main-head .header-wrap .main-navigation .menu-entry:focus > a, .main-head .header-wrap .main-navigation .menu-entry:hover > a {
  color: inherit;
  box-shadow: 0 6px #e83181;
  transition: border 500ms ease-out;
}
.main-head .header-wrap .main-navigation .menu-entry .js-dropdown-active > li {
  margin: 0;
}
.main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu {
  background-color: #fff;
  width: auto;
  left: -1rem;
  right: -1rem;
  margin: 0;
  border: none;
  z-index: 10;
  padding-top: 0.8125rem;
  padding-bottom: 1rem;
  -webkit-box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 12px 0 rgba(0, 0, 0, 0.15);
}
@media print, screen and (min-width: 64.0625em) {
  .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu {
    width: 60rem;
    left: auto;
    right: 1rem;
    margin-top: 2.5rem;
    padding-right: 2rem;
    padding-right: 0;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .is-submenu-item {
    padding: 1rem;
  }
}
.main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .sub-menu-entries .menu-column {
  border-top: 6px solid #e83181;
}
.main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .sub-menu-entries a {
  color: #000;
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.25rem;
  padding: 0.875rem 0;
  border-bottom: 1px solid #cccccc;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: none;
}
.main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .sub-menu-entries a:hover {
  color: #fff !important;
}
.main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .sub-menu-entries a:focus-visible {
  background-color: #000;
  color: #fff !important;
  box-shadow: 0 4px #e83181;
  border-bottom: none;
}
.main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .sub-menu-entries a.iconright {
  margin-right: 0;
}
.main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .sub-menu-entries a:after {
  content: ">";
  font-size: 0.75rem;
  line-height: 1.25rem;
  display: inline-block;
  position: absolute;
  margin-left: 0.375rem;
  font-weight: 700;
  right: 1.5rem;
  top: 40%;
}
@media print, screen and (min-width: 64.0625em) {
  .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .sub-menu-entries a {
    font-size: 0.875rem;
  }
  .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .sub-menu-entries a:after {
    font-size: 14px;
  }
}
.main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser {
  padding-left: 0;
  padding-right: 0;
}
@media print, screen and (min-width: 64.0625em) {
  .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser {
    width: 17rem;
    max-width: none;
    margin: 0 0 0 1rem;
  }
}
.main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser img {
  width: 100%;
  height: auto;
  max-width: none;
}
.main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser a {
  display: block;
  padding: 0;
  border-bottom: none;
}
.main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser .headline {
  text-transform: uppercase;
}
.main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser .headline .h2,
.main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser .headline h2 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
}
@media print, screen and (min-width: 64.0625em) {
  .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser .headline .h2,
  .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser .headline h2 {
    font-size: 1.75rem;
    line-height: 1.875rem;
  }
}
.main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser .headline .h3,
.main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser .headline h3 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
}
@media print, screen and (min-width: 64.0625em) {
  .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser .headline .h3,
  .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser .headline h3 {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}
.main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser .headline .h2.sub,
.main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser .headline h2.sub {
  font-family: var(--body-serif-font-family);
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 300;
}
@media print, screen and (min-width: 64.0625em) {
  .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser .headline .h2.sub,
  .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser .headline h2.sub {
    font-size: 1.75rem;
    line-height: 1.875rem;
  }
}
.main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser .headline .h3.sub,
.main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser .headline h3.sub {
  font-family: var(--body-serif-font-family);
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 300;
}
@media print, screen and (min-width: 64.0625em) {
  .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser .headline .h3.sub,
  .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser .headline h3.sub {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}
.main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser .hint {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 64.0625em) {
  .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser .hint {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser a {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 700;
  text-transform: uppercase;
}
.main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser a:hover {
  box-shadow: 0 6px #000;
}
.main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser a:focus-visible {
  background-color: #000;
  color: #fff;
  box-shadow: 0 4px #e83181;
}
.main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser a:focus-visible i:before {
  color: #000;
}
@media print, screen and (min-width: 64.0625em) {
  .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser a {
    font-size: 1rem;
  }
}
.main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser a.plain {
  border-bottom: none;
  font-size: 0.75rem;
  line-height: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.8125rem;
  position: relative;
  letter-spacing: 1px;
  vertical-align: middle;
}
.main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser a.plain i {
  color: #e83181;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 64.0625em) {
  .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser a.plain {
    font-size: 0.875rem;
  }
}
.main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser figure {
  overflow: visible;
  margin-bottom: 0.875rem;
}
.main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser figure a {
  box-shadow: none;
  background-color: transparent;
  color: inherit;
}
.main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser figure a:focus-visible {
  box-shadow: 0 0 0 4px #e83181;
}
.main-head .banner {
  width: 100%;
  background-color: #e83181;
  background-image: url(../c3d35273bdd8c5303e2f.jpg);
  background-position: center;
  background-size: contain;
  height: 2rem;
  background-repeat: repeat-x;
}
@media print, screen and (min-width: 48.8125em) {
  .main-head .banner {
    background-size: auto 100%;
    background-image: url(../22b2797608ab9e611b2a.jpg);
  }
}

#offCanvas .cell.withbutton {
  padding-top: 4rem;
}
#offCanvas .cell.teaser-column {
  margin-top: 1.5rem;
  margin-bottom: 2rem;
}
#offCanvas .cell.teaser-column .header-teaser {
  padding-left: 0;
  padding-right: 0;
}
#offCanvas .close-button {
  font-size: 1.5rem;
}
#offCanvas .is-drilldown {
  max-width: 100% !important;
}
#offCanvas .menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#offCanvas .menu li {
  border-top: 1px solid #000;
  margin-left: 0;
}
#offCanvas .menu li a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}
#offCanvas .menu.drilldown li a {
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 600;
}
#offCanvas .menu.drilldown li a:focus-visible {
  outline: none;
  color: #000;
}
#offCanvas .menu.drilldown li:first-child {
  border-top: 6px solid #e83181;
}
#offCanvas .menu.drilldown li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#offCanvas .menu.drilldown li .js-drilldown-back {
  color: #e83181;
}
#offCanvas .menu.drilldown li .js-drilldown-back a:before {
  border: none;
  content: "<";
  font-size: 1rem;
  line-height: 1.25rem;
  display: inline-block;
  position: relative;
  font-weight: 700;
  vertical-align: top;
}
#offCanvas .menu.drilldown li .js-drilldown-back a:after {
  content: none;
}
#offCanvas .menu.drilldown .is-drilldown-submenu-parent {
  margin-left: 0;
}
#offCanvas .menu.drilldown .is-drilldown-submenu-parent a:after {
  border: none;
}
#offCanvas .menu.bottom a:after {
  border: none;
  content: ">";
  font-size: 0.75rem;
  margin-left: 0.375rem;
}
#offCanvas .menu a {
  position: relative;
  padding: 1rem 0;
  width: 100%;
}
#offCanvas .menu a:after {
  border: none;
  content: ">";
  font-size: 1rem;
  line-height: 1.25rem;
  display: inline-block;
  position: relative;
  margin-left: 0.375rem;
  font-weight: 700;
  right: auto;
}
#offCanvas .teaser-column img {
  margin-bottom: 0.875rem;
}
@media print, screen and (min-width: 32.5625em) {
  #offCanvas .teaser-column img {
    margin-bottom: 0;
  }
}
#offCanvas .teaser-column a {
  display: block;
  padding: 0;
  border-bottom: none;
}
#offCanvas .teaser-column .category {
  color: #000;
  font-size: 0.75rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 0.8125rem;
  position: relative;
  padding-left: 36px;
  letter-spacing: 1px;
  vertical-align: middle;
}
#offCanvas .teaser-column .category i {
  color: #e83181;
  position: absolute;
  left: 0;
  top: -3px;
  font-size: 1.75rem;
}
@media print, screen and (min-width: 64.0625em) {
  #offCanvas .teaser-column .category {
    font-size: 0.875rem;
  }
}
#offCanvas .teaser-column .headline {
  text-transform: uppercase;
}
#offCanvas .teaser-column .headline .h2,
#offCanvas .teaser-column .headline h2 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  letter-spacing: 1px;
}
#offCanvas .teaser-column .headline .h3.sub,
#offCanvas .teaser-column .headline .sub,
#offCanvas .teaser-column .headline h3.sub {
  font-family: var(--body-serif-font-family);
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 300;
}
#offCanvas .teaser-column .hint {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 64.0625em) {
  #offCanvas .teaser-column .hint {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
#offCanvas .teaser-column a {
  border-bottom: 6px solid #e83181;
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 700;
  text-transform: uppercase;
}
#offCanvas .teaser-column a:hover {
  border-bottom: 6px solid #000;
}

.sticky-wrapper {
  background: #fff;
}

.is-sticky .main-head .header-wrap {
  transition: height 250ms linear;
  height: 4rem;
  overflow: hidden;
}
.is-sticky .main-head .header-wrap > .grid-container-fluid > .grid-x {
  align-items: flex-start;
}
.is-sticky .main-head .header-wrap .logo-wrap {
  order: 1;
  flex: 0 0 auto;
  width: 25%;
  padding-top: 1rem;
}
.is-sticky .main-head .header-wrap .logo-wrap .logo .logo-icon {
  width: 2.625rem;
  transition: all 250ms linear;
}
.is-sticky .main-head .header-wrap .logo-wrap .logo .logo-text {
  opacity: 0;
  transition: all 250ms linear;
}
.is-sticky .main-head .header-wrap .top-navigation {
  order: 2;
  flex: 0 0 auto;
  width: 75%;
  margin: 1rem 0;
  transition: margin 250ms linear;
}
.is-sticky .main-head .header-wrap .top-navigation .offcanvas-trigger-wrap {
  display: inline-block !important;
}
.is-sticky .main-head .header-wrap .top-navigation .offcanvas-trigger-wrap button {
  cursor: pointer;
}
.is-sticky .main-head .header-wrap .main-navigation {
  top: 100%;
  opacity: 0;
  transition: top 250ms linear, opacity 250ms linear;
}

.lmw-theme .is-sticky .main-head .header-wrap .logo-wrap .logo .logo-trademark, .maw-theme .is-sticky .main-head .header-wrap .logo-wrap .logo .logo-trademark {
  height: 2.875rem;
  width: auto;
  transition: all 250ms linear;
  opacity: 1;
  display: inline-block;
}
.lmw-theme .is-sticky .main-head .header-wrap .logo-wrap .logo .logo-claim, .maw-theme .is-sticky .main-head .header-wrap .logo-wrap .logo .logo-claim {
  opacity: 0;
  display: none;
  transition: all 250ms linear;
}
.lmw-theme .main-head .header-wrap .dropdown-menu-docking-point, .maw-theme .main-head .header-wrap .dropdown-menu-docking-point {
  min-height: 3.25rem;
}
.lmw-theme .main-head .header-wrap .logo-wrap, .maw-theme .main-head .header-wrap .logo-wrap {
  padding-top: 1rem;
  max-height: 4.75rem;
}
@media print, screen and (min-width: 48.8125em) {
  .lmw-theme .main-head .header-wrap .logo-wrap, .maw-theme .main-head .header-wrap .logo-wrap {
    padding-top: 1rem;
    overflow: visible;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .lmw-theme .main-head .header-wrap .logo-wrap, .maw-theme .main-head .header-wrap .logo-wrap {
    padding: 0;
  }
}
.lmw-theme .main-head .header-wrap .logo-wrap a, .maw-theme .main-head .header-wrap .logo-wrap a {
  padding: 0;
}
.lmw-theme .main-head .header-wrap .logo-wrap a:focus-visible, .maw-theme .main-head .header-wrap .logo-wrap a:focus-visible {
  box-shadow: 0 0 0 4px var(--black);
}
@media print, screen and (min-width: 64.0625em) {
  .lmw-theme .main-head .header-wrap .logo-wrap .logo, .maw-theme .main-head .header-wrap .logo-wrap .logo {
    height: 5.75rem;
    width: auto;
    padding-left: 1rem;
  }
}
.lmw-theme .main-head .header-wrap .logo-wrap .logo .logo-trademark, .maw-theme .main-head .header-wrap .logo-wrap .logo .logo-trademark {
  height: 2.875rem;
  width: auto;
  display: inline-block;
  transition: all 250ms linear;
}
@media print, screen and (min-width: 48.8125em) {
  .lmw-theme .main-head .header-wrap .logo-wrap .logo .logo-trademark, .maw-theme .main-head .header-wrap .logo-wrap .logo .logo-trademark {
    opacity: 0;
    display: none;
  }
}
.lmw-theme .main-head .header-wrap .logo-wrap .logo .logo-claim, .maw-theme .main-head .header-wrap .logo-wrap .logo .logo-claim {
  opacity: 0;
  height: 5.75rem;
  width: auto;
  display: inline-block;
  transition: all 250ms linear;
}
@media print, screen and (min-width: 48.8125em) {
  .lmw-theme .main-head .header-wrap .logo-wrap .logo .logo-claim, .maw-theme .main-head .header-wrap .logo-wrap .logo .logo-claim {
    opacity: 1;
  }
}
.lmw-theme .main-head .header-wrap .top-navigation a:hover, .maw-theme .main-head .header-wrap .top-navigation a:hover {
  box-shadow: 0 2px var(--black);
}
.lmw-theme .main-head .header-wrap .top-navigation a:focus-visible, .maw-theme .main-head .header-wrap .top-navigation a:focus-visible {
  color: var(--black) !important;
  background-color: transparent;
  box-shadow: 0 4px var(--black);
}
.lmw-theme .main-head .header-wrap .top-navigation .search-wrap button:focus-visible i:before, .maw-theme .main-head .header-wrap .top-navigation .search-wrap button:focus-visible i:before {
  color: var(--black);
  box-shadow: 0 4px var(--black);
}
.lmw-theme .main-head .header-wrap .main-navigation .menu-entry > a:focus-visible, .maw-theme .main-head .header-wrap .main-navigation .menu-entry > a:focus-visible {
  color: var(--black) !important;
  background-color: transparent;
  box-shadow: 0 4px var(--black);
}
.lmw-theme .main-head .header-wrap .main-navigation .menu-entry.current > a, .lmw-theme .main-head .header-wrap .main-navigation .menu-entry.is-active > a, .lmw-theme .main-head .header-wrap .main-navigation .menu-entry:focus > a, .lmw-theme .main-head .header-wrap .main-navigation .menu-entry:hover > a, .maw-theme .main-head .header-wrap .main-navigation .menu-entry.current > a, .maw-theme .main-head .header-wrap .main-navigation .menu-entry.is-active > a, .maw-theme .main-head .header-wrap .main-navigation .menu-entry:focus > a, .maw-theme .main-head .header-wrap .main-navigation .menu-entry:hover > a {
  box-shadow: 0 2px var(--black);
}
.lmw-theme .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu, .maw-theme .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu {
  margin-top: 1.9375rem;
}
.lmw-theme .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .sub-menu-entries .menu-column, .maw-theme .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .sub-menu-entries .menu-column {
  border-top: 1px solid #c2c2c2;
}
.lmw-theme .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .sub-menu-entries a.iconright, .maw-theme .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .sub-menu-entries a.iconright {
  padding-inline-end: 2rem;
}
.lmw-theme .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .sub-menu-entries a::after, .maw-theme .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .sub-menu-entries a::after {
  right: 0.5rem;
}
.lmw-theme .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .sub-menu-entries a:hover, .maw-theme .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .sub-menu-entries a:hover {
  background-color: var(--black);
}
.lmw-theme .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .sub-menu-entries a:focus-visible, .maw-theme .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .sub-menu-entries a:focus-visible {
  box-shadow: none;
}
.lmw-theme .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser a, .maw-theme .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser a {
  box-shadow: none;
}
.lmw-theme .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser a.plain i, .maw-theme .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser a.plain i {
  color: var(--black);
}
.lmw-theme .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser a:hover, .maw-theme .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser a:hover {
  box-shadow: 0 2px var(--black);
}
.lmw-theme .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser figure a, .maw-theme .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser figure a {
  border-bottom: 0;
}
.lmw-theme .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser figure a:hover, .maw-theme .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser figure a:hover {
  box-shadow: none;
  border-bottom: 0;
}
.lmw-theme .is-sticky .logo-wrap, .maw-theme .is-sticky .logo-wrap {
  padding-top: 0.5rem !important;
}
.lmw-theme #offCanvas .menu.drilldown li:first-child, .maw-theme #offCanvas .menu.drilldown li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.lmw-theme #offCanvas .menu.drilldown li + li, .maw-theme #offCanvas .menu.drilldown li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.lmw-theme #offCanvas .menu.drilldown li .js-drilldown-back, .maw-theme #offCanvas .menu.drilldown li .js-drilldown-back {
  color: #f06;
}
.lmw-theme #offCanvas .menu.drilldown li a:hover, .maw-theme #offCanvas .menu.drilldown li a:hover {
  box-shadow: none;
}
.lmw-theme #offCanvas .teaser-column .header-teaser a, .maw-theme #offCanvas .teaser-column .header-teaser a {
  box-shadow: none;
  border-bottom: none;
}
.lmw-theme #offCanvas .teaser-column .header-teaser a:hover, .maw-theme #offCanvas .teaser-column .header-teaser a:hover {
  box-shadow: 0 2px var(--black);
}
.lmw-theme #offCanvas .teaser-column .header-teaser figure a, .maw-theme #offCanvas .teaser-column .header-teaser figure a {
  box-shadow: none;
}
.lmw-theme #offCanvas .teaser-column .header-teaser figure a:hover, .maw-theme #offCanvas .teaser-column .header-teaser figure a:hover {
  box-shadow: none;
}

.bsr-theme .main-head .header-wrap .dropdown-menu-docking-point {
  min-height: 3.25rem;
}
.bsr-theme .main-head .header-wrap .logo-wrap a:focus-visible {
  box-shadow: 0 0 0 4px #C10A27;
}
.bsr-theme .main-head .header-wrap .top-navigation a:hover {
  box-shadow: 0 4px #C10A27;
}
.bsr-theme .main-head .header-wrap .top-navigation a:focus-visible {
  box-shadow: 0 4px #C10A27;
}
.bsr-theme .main-head .header-wrap .top-navigation .search-wrap button:focus-visible i:before {
  color: #C10A27;
}
.bsr-theme .main-head .header-wrap .main-navigation .menu-entry > a:focus-visible {
  box-shadow: 0 6px #C10A27;
}
.bsr-theme .main-head .header-wrap .main-navigation .menu-entry.current > a, .bsr-theme .main-head .header-wrap .main-navigation .menu-entry.is-active > a, .bsr-theme .main-head .header-wrap .main-navigation .menu-entry:focus > a, .bsr-theme .main-head .header-wrap .main-navigation .menu-entry:hover > a {
  box-shadow: 0 6px #C10A27;
}
.bsr-theme .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu {
  margin-top: 1.9375rem;
}
.bsr-theme .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .sub-menu-entries .menu-column {
  border-top: 6px solid #C10A27;
}
.bsr-theme .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .sub-menu-entries a:focus-visible {
  box-shadow: 0 4px #C10A27;
}
.bsr-theme .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser a {
  box-shadow: 0 6px #C10A27;
}
.bsr-theme .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser a.plain i {
  color: #C10A27;
}
.bsr-theme .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser a:hover {
  box-shadow: 0 6px #000;
}
.bsr-theme .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser figure a {
  box-shadow: none;
}
.bsr-theme .main-head .header-wrap .main-navigation .menu.submenu.is-dropdown-submenu .teaser-column .header-teaser figure a:hover {
  box-shadow: none;
}
.bsr-theme .is-sticky .logo-wrap {
  padding-top: 1rem !important;
}
.bsr-theme #offCanvas .menu.drilldown li:first-child {
  border-top: 6px solid #C10A27;
}
.bsr-theme #offCanvas .menu.drilldown li + li {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.bsr-theme #offCanvas .menu.drilldown li .js-drilldown-back {
  color: #C10A27;
}
.bsr-theme #offCanvas .menu.drilldown li a:hover {
  border-bottom: none;
}
.bsr-theme #offCanvas .teaser-column .header-teaser a {
  box-shadow: 0 6px #C10A27;
}
.bsr-theme #offCanvas .teaser-column .header-teaser a:hover {
  box-shadow: 0 6px #000;
}
.bsr-theme #offCanvas .teaser-column .header-teaser figure a {
  box-shadow: none;
}
.bsr-theme #offCanvas .teaser-column .header-teaser figure a:hover {
  box-shadow: none;
}

.content-only .main-head,
.content-only .header-content-spacer,
.content-only #offCanvas {
  display: none !important;
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/infoblock/scss/_infoblock.scss ***!
  \********************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
.infoblock {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.infoblock .info-wrap {
  border-top: 6px solid #e83181;
  height: 100%;
  position: relative;
}
.infoblock .info-wrap .headline {
  margin-top: 1rem;
}
.infoblock .info-wrap .headline,
.infoblock .info-wrap .headline * {
  color: inherit;
}
@media print, screen and (min-width: 32.5625em) and (max-width: 48.81125em) {
  .infoblock .info-wrap .rte {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 1rem;
  }
}
.infoblock p {
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 1px;
}
.infoblock table {
  width: 100%;
  margin-bottom: 1rem;
}
.infoblock table td {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  margin-bottom: 0;
  vertical-align: top;
}
.infoblock table td:last-child {
  width: 75%;
}
.infoblock .cell + .cell .info-wrap {
  border-top: 1px solid #cccccc;
}
@media print, screen and (min-width: 32.5625em) {
  .infoblock .cell + .cell .info-wrap {
    border-top: 6px solid #e83181;
  }
}
.infoblock .cell + .cell > ul {
  border-top: 1px solid #cccccc;
}
.infoblock ul.no-bullets li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #cccccc;
  position: relative;
  min-height: 4rem;
}
.infoblock ul.no-bullets li a {
  display: block;
  margin-top: 0.5rem;
  line-height: 2rem;
  margin-right: 2rem;
  box-shadow: none;
  font-weight: 700;
  position: relative;
  color: #000;
}
.infoblock ul.no-bullets li a:hover {
  box-shadow: none;
  background: transparent;
}
.infoblock ul.no-bullets li a:hover span {
  background-color: #000;
  color: #fff;
}
.infoblock ul.no-bullets li a:focus {
  outline: none;
}
.infoblock ul.no-bullets li a:focus-visible {
  box-shadow: none;
  background: transparent;
}
.infoblock ul.no-bullets li a:focus-visible span {
  background-color: #000;
  color: #fff;
}
.infoblock ul.no-bullets li a .icon {
  position: static;
  transform: none;
  margin-left: 0.5rem;
}
.infoblock ul.no-bullets li a .icon-wrap .icon {
  padding: 0;
  margin: 0;
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%);
  height: 2rem;
  font-size: 2rem;
}
@media print, screen and (min-width: 48.8125em) {
  .infoblock {
    background-color: #262626;
    color: #fff;
  }
  .infoblock ul.no-bullets li a {
    color: #fff;
  }
  .infoblock ul.no-bullets li a:hover span {
    background-color: #fff;
    color: #000;
  }
  .infoblock ul.no-bullets li a:focus-visible span {
    background-color: #fff;
    color: #000;
  }
}

.lmw-theme .infoblock .info-wrap, .maw-theme .infoblock .info-wrap {
  border-top: 1px solid var(--white);
}
@media print, screen and (min-width: 32.5625em) {
  .lmw-theme .infoblock .cell + .cell .info-wrap, .maw-theme .infoblock .cell + .cell .info-wrap {
    border-top: 1px solid var(--white);
  }
}

.bsr-theme .infoblock .info-wrap {
  border-top: 6px solid #C10A27;
}
@media print, screen and (min-width: 32.5625em) {
  .bsr-theme .infoblock .cell + .cell .info-wrap {
    border-top: 6px solid #C10A27;
  }
}
/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/login-headline/scss/_login-headline.scss ***!
  \******************************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
.login-headline .separator {
  margin-left: 1rem;
  margin-right: 1rem;
  display: none;
}
@media print, screen and (min-width: 64.0625em) {
  .login-headline .separator {
    display: inline-block;
  }
}
.login-headline a {
  display: block;
  font-weight: normal;
  text-transform: none;
  border-bottom: none;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 1px;
}
@media print, screen and (min-width: 64.0625em) {
  .login-headline a {
    display: inline-block;
    font-size: 1rem;
    line-height: 1rem;
  }
}
/*!************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/login-image/scss/_login-image.scss ***!
  \************************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
.login-image .image-wrap {
  position: relative;
}
.login-image .download-button {
  position: absolute;
  width: 2rem;
  height: 2rem;
  bottom: 0.5rem;
  right: 0.5rem;
  padding: 0.375rem;
  margin: 0;
  background-color: #fff;
  color: #000;
}
.login-image .download-button .icon {
  position: static;
  vertical-align: top;
  font-size: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  transform: none;
}
.login-image .download-button:hover {
  color: #e83181;
}
/*!*****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/museum_digital/search/scss/_search.scss ***!
  \*****************************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
.search {
  position: relative;
  height: 14rem;
}
@media print, screen and (min-width: 48.8125em) {
  .search {
    height: 16.25rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .search {
    height: 30rem;
  }
}
.search .headline {
  position: absolute;
  left: 1rem;
  top: 2rem;
  text-transform: uppercase;
}
@media print, screen and (min-width: 64.0625em) {
  .search .headline {
    left: 4rem;
  }
}
.search .grid-container,
.search .grid-x {
  height: 100%;
}
.search .column-control-container .cell {
  max-width: 37.5rem;
  width: 100%;
}
.search .search-wrap {
  position: relative;
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 64.0625em) {
  .search .search-wrap {
    margin-bottom: 4rem;
  }
}
.search .search-wrap [type=text] {
  padding-right: 2.625rem;
}
.search .search-wrap .button {
  position: absolute;
  line-height: 1.25rem;
  padding: 0.5rem;
  background: transparent;
  color: #000;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}
.search .search-wrap .button .icon {
  position: static;
  transform: none;
}
.search .search-wrap .loading {
  background-image: url(../22555b55def970341edf.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.search .search-wrap [name=search-id][value=""] + .button {
  pointer-events: none;
  cursor: not-allowed;
}
.search .search-wrap [name=search-id][value=""] + .button:focus-visible {
  color: var(--white);
  background-color: var(--black);
}
.search .search-wrap .searchautocomplete {
  position: absolute;
  top: 100%;
  width: 100;
  border-top: 0;
  margin-top: -2px;
  z-index: 1;
}
.search .search-wrap .searchautocomplete .result {
  cursor: pointer;
  outline: none;
  background-color: #fff;
  padding: 0.5rem;
  border-left: 1px solid #674e69;
  border-right: 1px solid #674e69;
}
.search .search-wrap .searchautocomplete .result:hover, .search .search-wrap .searchautocomplete .result.focus, .search .search-wrap .searchautocomplete .result:focus {
  font-weight: 500;
  background-color: var(--leder);
  color: var(--black);
}
.search .search-wrap .searchautocomplete .result:last-child {
  border-bottom: 1px solid #674e69;
}

.maw-theme .search .search-wrap [name=search-id][value=""] + .button:focus-visible {
  background-color: #007f87;
}

.bsr-theme .search .search-wrap [name=search-id][value=""] + .button:focus-visible {
  background-color: #C10A27;
}
.bsr-theme .search .search-wrap .searchautocomplete .result:hover, .bsr-theme .search .search-wrap .searchautocomplete .result.focus, .bsr-theme .search .search-wrap .searchautocomplete .result:focus {
  color: #C10A27;
}
/*!*****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/museum_digital/detail/scss/_detail.scss ***!
  \*****************************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
.md-detail {
  min-height: 4rem;
  /*.collections,
  .links,
  .literature {
     ul {
        a:hover {
           color: $lmw-color-pink;
        }
     }
  }*/
}
.md-detail.loading {
  background-image: url(../22555b55def970341edf.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.md-detail .slider .slick-slide a {
  font-weight: normal;
  border: none;
  text-transform: none;
  color: #e83181;
  font-weight: 700;
}
.md-detail .slider .slick-slide figure {
  text-align: center;
}
.md-detail .slider .slick-slide figure img {
  max-height: 14rem;
  display: inline-block;
  max-width: none;
  height: 100%;
  width: auto;
}
@media print, screen and (min-width: 48.8125em) {
  .md-detail .slider .slick-slide figure img {
    max-height: 16.25rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .md-detail .slider .slick-slide figure img {
    max-height: 30rem;
  }
}
.md-detail .slider .slick-slide figure figcaption a {
  display: inline-block;
}
.md-detail .detail-content-navigation {
  position: fixed;
  overflow: hidden;
  opacity: 1;
  top: auto;
  bottom: 0.5rem;
  width: 3rem;
  height: 3rem;
  float: none;
  transition: opacity 1s ease, box-shadow 0.5s ease;
  z-index: 950;
}
@media print, screen and (min-width: 32.5625em) {
  .md-detail .detail-content-navigation {
    width: 4rem;
    height: 4rem;
    bottom: 1rem;
  }
}
.md-detail .detail-content-navigation .button-wrap {
  background-color: #f5f5f5;
  position: absolute;
  cursor: pointer;
  z-index: 2;
  transition: width 0.5s ease;
  width: 3rem;
  height: 3rem;
}
@media print, screen and (min-width: 32.5625em) {
  .md-detail .detail-content-navigation .button-wrap {
    width: 4rem;
    height: 4rem;
  }
}
.md-detail .detail-content-navigation .button-wrap .icon {
  display: inline-block;
  color: #e83181;
}
.md-detail .detail-content-navigation .button-wrap .icon:before {
  font-size: 2.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media print, screen and (min-width: 32.5625em) {
  .md-detail .detail-content-navigation {
    height: 4rem;
  }
}
.md-detail .detail-content-navigation a {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #fff;
}
.md-detail .detail-content-navigation .slide-out-content {
  display: inline-block;
  width: calc(100% - 1.25rem);
  height: auto;
  padding: 0.5rem 1rem;
  height: 3rem;
  background: #fff;
  opacity: 0;
  transition: opacity 1s ease;
}
@media print, screen and (min-width: 32.5625em) {
  .md-detail .detail-content-navigation .slide-out-content {
    height: 4rem;
    padding: 1rem;
  }
}
.md-detail .detail-content-navigation .slide-out-content .destination-headline {
  color: #262626;
  font-size: 0.875rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  font-weight: normal;
}
.md-detail .detail-content-navigation .slide-out-content .destination-title {
  color: #262626;
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: bold;
  text-transform: none;
}
.md-detail .detail-content-navigation.open, .md-detail .detail-content-navigation:focus, .md-detail .detail-content-navigation:hover {
  width: auto;
}
.md-detail .detail-content-navigation.open .button-wrap, .md-detail .detail-content-navigation:focus .button-wrap, .md-detail .detail-content-navigation:hover .button-wrap {
  width: 1.25rem;
}
.md-detail .detail-content-navigation.open .slide-out-content, .md-detail .detail-content-navigation:focus .slide-out-content, .md-detail .detail-content-navigation:hover .slide-out-content {
  display: inline-block;
  height: auto;
  opacity: 1;
  transition: opacity 1s ease, box-shadow 0.5s ease;
}
.md-detail .detail-content-navigation.prev {
  box-shadow: 0.375rem 0.125rem 0.9375rem rgba(0, 0, 0, 0.15);
  right: auto;
  left: 0.5rem;
}
.md-detail .detail-content-navigation.prev .button-wrap {
  left: 0;
}
.md-detail .detail-content-navigation.prev .slide-out-content {
  margin-left: 4rem;
}
@media print, screen and (min-width: 32.5625em) {
  .md-detail .detail-content-navigation.prev {
    left: 0;
  }
}
.md-detail .detail-content-navigation.next {
  box-shadow: -0.375rem 0.125rem 0.9375rem rgba(0, 0, 0, 0.15);
  right: 0.5rem;
  left: auto;
}
.md-detail .detail-content-navigation.next .button-wrap {
  right: 0;
}
.md-detail .detail-content-navigation.next .slide-out-content {
  margin-right: 4rem;
}
@media print, screen and (min-width: 32.5625em) {
  .md-detail .detail-content-navigation.next {
    right: 0;
  }
}
.md-detail .h2,
.md-detail h2 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
@media print, screen and (min-width: 32.5625em) {
  .md-detail .h2,
  .md-detail h2 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .md-detail .h2,
  .md-detail h2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
.md-detail .gray-block {
  background-color: #f5f5f5;
  color: #c2c2c2;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  padding: 0.5rem 0;
}
.md-detail .backlink a {
  box-shadow: none;
  font-weight: normal;
  text-transform: none;
}
.md-detail .backlink a:focus-visible {
  outline: none;
  background-color: #000;
  color: #fff;
  box-shadow: 0 4px #e83181;
}
.md-detail .backlink a .icon {
  left: -0.875rem;
  transform: translateY(-40%);
}
.md-detail .detail-content .h1.headline,
.md-detail .detail-content h1.headline {
  font-size: 1.75rem;
  line-height: 2.25rem;
}
@media print, screen and (min-width: 48.8125em) {
  .md-detail .detail-content .h1.headline,
  .md-detail .detail-content h1.headline {
    font-size: 2rem;
    line-height: 2.625rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .md-detail .detail-content .h1.headline,
  .md-detail .detail-content h1.headline {
    font-size: 2.375rem;
    line-height: 2.75rem;
  }
}
.md-detail .detail-content .icon-block {
  position: relative;
  overflow: hidden;
}
.md-detail .detail-content .icon-block a {
  box-shadow: none;
  padding: 12px;
}
.md-detail .detail-content .icon-block a:focus-visible {
  outline: none;
  background-color: #000;
  color: #fff;
}
.md-detail .detail-content .icon-block .icon {
  position: static;
  transform: none;
  font-size: 1.5rem;
}
.md-detail .detail-content .icon-block .share + .share-block {
  background-color: #fff;
  position: absolute;
  top: 0;
  height: 3.5rem;
  right: -14.25rem;
  width: 14.25rem;
  transition: right 0.2s linear;
}
.md-detail .detail-content .icon-block .share + .share-block .close .icon {
  font-size: 1rem;
  line-height: 1.5rem;
}
.md-detail .detail-content .icon-block .share + .share-block a:hover {
  color: #e83181;
}
.md-detail .detail-content .icon-block .share.open + .share-block {
  right: 0;
  transition: right 0.2s linear;
}
.md-detail .detail-content .object-description .objektdaten {
  border-top: 1px solid #000;
}
@media print, screen and (min-width: 64.0625em) {
  .md-detail .detail-content .object-description .objektdaten {
    padding: 0;
  }
}
.md-detail .detail-content .object-description .objektdaten .cell {
  border-bottom: 1px solid #000;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.md-detail .detail-content .object-description .objektdaten .cell:nth-child(2n+1) {
  font-weight: 700;
  border-bottom: none;
  padding-bottom: 0;
}
.md-detail .detail-content .object-description .objektdaten .cell:nth-child(2n) {
  padding-top: 0;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 64.0625em) {
  .md-detail .detail-content .object-description .objektdaten .cell {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }
  .md-detail .detail-content .object-description .objektdaten .cell:nth-child(2n+1) {
    border-bottom: 1px solid #000;
    padding-top: 1rem;
  }
  .md-detail .detail-content .object-description .objektdaten .cell:nth-child(2n) {
    text-align: right;
    padding-top: 1rem;
  }
}
.md-detail .detail-content .object-description .objektdaten .cell.full-width {
  padding: 0;
  border-bottom: 1px solid #000;
}
.md-detail .detail-content .object-description .objektdaten .cell.full-width .cell {
  border-bottom: none;
}
.md-detail .detail-content .object-description .objektdaten .cell.full-width .auto {
  text-align: right;
  padding-top: 1rem;
}
.md-detail .detail-content .object-description .objektdaten .cell a {
  text-decoration: none;
  box-shadow: none;
}
.md-detail .detail-content .object-description .objektdaten .cell a:focus-visible {
  outline: none;
  background-color: #e83181;
}
.md-detail .detail-content .object-description .objektdaten .cell a .icon {
  position: static;
  transform: none;
}
.md-detail input[type=checkbox],
.md-detail input[type=radio] {
  position: absolute;
  left: -100vw;
}
.md-detail .tags-wrap {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.md-detail .tags-wrap .cell {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.md-detail .tags-wrap input + label {
  margin: 0;
  padding: 0.375rem 0.75rem;
  background-color: #674e69;
  color: #fff;
  border: 1px solid #674e69;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.375rem;
  font-weight: 700;
}
.md-detail .tags-wrap input + label .name {
  font-weight: bold;
  text-transform: uppercase;
}
.md-detail .tags-wrap input + label .vertical-separator {
  margin: 0 0.25rem;
}
.md-detail .tags-wrap input + label span.vertical-separator {
  font-weight: 300;
}
.md-detail .tags-wrap input + label span.count {
  font-weight: 300;
}
.md-detail .tags-wrap input:checked + label {
  background-color: #674e69;
  color: #fff;
}
.md-detail .tags input[type=checkbox] + label,
.md-detail .tags input[type=radio] + label {
  background-color: #fff;
  color: #000;
}
.md-detail .tags input[type=checkbox]:checked + label,
.md-detail .tags input[type=radio]:checked + label {
  background-color: #674e69;
  color: #fff;
}
.md-detail .tags input[type=checkbox]:focus-visible + label,
.md-detail .tags input[type=radio]:focus-visible + label {
  outline: none;
  background-color: #000;
  color: #fff;
}
.md-detail .tags input[type=checkbox].highlight + label .name,
.md-detail .tags input[type=radio].highlight + label .name {
  color: #0b78c8;
}
@media print, screen and (min-width: 32.5625em) {
  .md-detail .tags.regular-tags .tags-wrap {
    margin-top: 2.625rem;
  }
}
.md-detail .tags .classification-type {
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 0.25rem;
  font-weight: 200;
  text-transform: none;
}
.md-detail .tags .tags-wrap > .grid-x {
  margin-bottom: 0.5rem;
}
.md-detail .maplink {
  border: none;
}
.md-detail .maplink .icon {
  position: static;
  transform: none;
  vertical-align: top;
}
@media print, screen and (max-width: 32.56125em) {
  .md-detail .accordion.special .accordion-content .headline {
    display: none;
  }
}
@media print, screen and (min-width: 32.5625em) {
  .md-detail .accordion.special .accordion-item {
    border: none;
  }
  .md-detail .accordion.special .accordion-title {
    display: none !important;
  }
  .md-detail .accordion.special .accordion-content {
    display: block !important;
  }
}
.md-detail .rte a {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  font-weight: 700;
  letter-spacing: inherit;
  text-transform: inherit;
  border: none;
}
.md-detail .rte a:hover {
  border: none;
}

.content-only .md-detail .backlink,
.content-only .md-detail .share,
.content-only .hide-for-app {
  display: none !important;
}

.lmw-theme .md-detail .slider .slick-slide a, .maw-theme .md-detail .slider .slick-slide a {
  color: var(--black);
}
.lmw-theme .md-detail .slider .slick-slide a:hover, .maw-theme .md-detail .slider .slick-slide a:hover {
  text-decoration: underline;
}
.lmw-theme .md-detail .slider .slick-slide a:focus-visible, .maw-theme .md-detail .slider .slick-slide a:focus-visible {
  outline: none;
  background-color: var(--black);
  color: var(--white);
}
.lmw-theme .md-detail .backlink a:focus-visible, .maw-theme .md-detail .backlink a:focus-visible {
  box-shadow: none;
}
.lmw-theme .md-detail .detail-content .object-description .objektdaten .cell a:focus-visible, .maw-theme .md-detail .detail-content .object-description .objektdaten .cell a:focus-visible {
  background-color: var(--black);
  color: var(--white);
}
.lmw-theme .md-detail .accordion.special ~ .accordion, .maw-theme .md-detail .accordion.special ~ .accordion {
  background-color: var(--white);
}

.bsr-theme .md-detail .backlink a:focus-visible {
  box-shadow: 0 4px #C10A27;
}
.bsr-theme .md-detail .detail-content .object-description .objektdaten .cell a:focus-visible {
  background-color: #C10A27;
}
.bsr-theme .md-detail .leaflet-bar a {
  box-shadow: none;
}
.bsr-theme .md-detail .icon-block .share + .share-block a:focus, .bsr-theme .md-detail .icon-block .share + .share-block a:hover {
  color: #C10A27;
}
.bsr-theme .md-detail .collections ul a:hover, .bsr-theme .md-detail .collections ul a:focus,
.bsr-theme .md-detail .md-detail .links ul a:hover,
.bsr-theme .md-detail .md-detail .links ul a:focus,
.bsr-theme .md-detail .md-detail .literature ul a:hover,
.bsr-theme .md-detail .md-detail .literature ul a:focus {
  color: #C10A27;
  box-shadow: none;
}
.bsr-theme .md-detail .rte a {
  color: #C10A27;
}
/*!*************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/museum_digital/list/scss/_list.scss ***!
  \*************************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
.md-list .gray-block {
  background-color: #f5f5f5;
  color: #c2c2c2;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 700;
  padding: 0.5rem 0;
}
.md-list.loading .searchform {
  background-image: url(../22555b55def970341edf.gif);
  background-size: 8rem;
  background-repeat: no-repeat;
  background-position: center bottom;
}
@media print, screen and (min-width: 64.0625em) {
  .md-list .input-wrap {
    margin-right: 0.5rem;
  }
}
.md-list .input-wrap .searchvalue {
  margin-bottom: 0.5rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}
@media print, screen and (min-width: 64.0625em) {
  .md-list .input-wrap .searchvalue {
    margin-bottom: 1rem;
  }
}
.md-list .input-wrap .searchvalue::placeholder {
  color: #000;
}
.md-list .input-wrap .searchvalue:focus::placeholder {
  color: transparent;
}
@media print, screen and (min-width: 64.0625em) {
  .md-list .show-all-wrap {
    margin-right: 0.5rem;
  }
}
.md-list .show-all-wrap .show-all {
  top: -0.125rem;
  font-size: 0.75rem;
  line-height: 1.5rem;
  font-weight: normal;
  text-transform: none;
  box-shadow: none;
  position: relative;
}
.md-list .show-all-wrap .show-all:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lmw-iconfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\e918";
  margin-right: 0.25rem;
  line-height: 1.5rem;
}
.md-list .show-all-wrap .show-all:focus-visible {
  outline: none;
  background-color: #000;
  color: #fff;
  box-shadow: 0 4px #e83181;
}
.md-list .reveal-button {
  border-radius: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  text-align: center;
}
.md-list .reveal-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px #e83181;
}
.md-list .reveal-button .button-text {
  color: #262626;
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  font-weight: normal;
  text-transform: none;
}
.md-list .reveal-button .img-wrap {
  height: 4rem;
  width: 4rem;
  border-radius: 2rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: inline-block;
}
.md-list .time-wrap label {
  font-size: 1.125rem;
  text-transform: none;
  font-weight: bold;
  margin-right: 1rem;
}
.md-list .time-wrap [type=text] {
  text-align: right;
  line-height: 1rem;
  height: 2rem;
  text-transform: none;
}
.md-list .time-wrap [type=text]:focus-within {
  border: 4px solid #e83181;
}
.md-list .time-wrap .select-wrapper {
  width: 6rem;
  margin: 0 0 0 0.5rem;
}
@media print, screen and (min-width: 32.5625em) {
  .md-list .time-wrap .select-wrapper {
    margin: 0 0.5rem;
  }
}
.md-list .time-wrap .select-wrapper:before {
  font-size: 0.875rem;
  top: 0.625rem;
  right: 0.625rem;
}
.md-list .time-wrap .select-wrapper select {
  line-height: 1rem;
  height: 2rem;
  text-transform: none;
}
.md-list .time-wrap .select-wrapper select:focus-within {
  border: 4px solid #e83181;
}
.md-list .results-wrap {
  min-height: ren-calc(64);
}
.md-list .results-wrap.loading {
  background-image: url(../22555b55def970341edf.gif);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.md-list .results-wrap .pagination-wrapper a {
  box-shadow: none;
  padding: 0 0.5rem;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.md-list .results-wrap .pagination-wrapper a.active {
  color: #e83181;
}
.md-list .results-wrap .pagination-wrapper a:focus-visible {
  outline: none;
  background-color: #000;
  color: #fff;
  box-shadow: 0 4px #e83181;
}
.md-list .results-wrap .pagination-wrapper a .icon {
  position: static;
  transform: none;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media print, screen and (max-width: 48.81125em) {
  .md-list .results-wrap .sorting-wrapper {
    margin-top: 1rem;
  }
}
.md-list .results-wrap #sorting {
  padding-right: 1.5rem;
}
.md-list .results-wrap #sorting:focus-within {
  border: 4px solid #e83181;
}
.md-list .results-wrap .headline-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.md-list .results-wrap .headline-wrap .h2,
.md-list .results-wrap .headline-wrap h2 {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 32.5625em) {
  .md-list .results-wrap .headline-wrap .h2,
  .md-list .results-wrap .headline-wrap h2 {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .md-list .results-wrap .headline-wrap .h2,
  .md-list .results-wrap .headline-wrap h2 {
    font-size: 2rem;
  }
}
.md-list .results-wrap .headline-wrap .headline {
  text-transform: uppercase;
  padding-bottom: 1rem;
}
.md-list .results-wrap .headline-wrap .headline .vertical-separator {
  margin: 0 4px;
}
.md-list .results-wrap .headline-wrap .headline .count,
.md-list .results-wrap .headline-wrap .headline .vertical-separator {
  font-weight: 300;
}
.md-list .results-wrap .headline-wrap .headline .has-tip {
  border-bottom: none;
}
.md-list .results-wrap .headline-wrap .headline .has-tip .icon {
  color: #e83181;
  font-size: 1.5rem;
  margin: -0.5rem 0.625rem 0 0;
}
@media print, screen and (min-width: 32.5625em) {
  .md-list .results-wrap .headline-wrap .headline .has-tip .icon {
    margin: -0.5rem 0.625rem 0 0.875rem;
  }
}
.md-list .results-wrap .headline-wrap .reset {
  color: #e83181;
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
  cursor: pointer;
  font-weight: 300;
  margin-left: 1rem;
  text-transform: none;
}
.md-list .results-wrap .headline-wrap .select-wrapper:before {
  right: 0.5rem;
  top: 0.875rem;
  font-size: 0.875rem;
}
.md-list .results-wrap .headline-wrap .select-wrapper select {
  min-width: 12rem;
  height: 2.5rem;
}
.md-list .results-wrap .result a {
  display: block;
  box-shadow: none;
}
.md-list .results-wrap .result a:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px #e83181;
}
.md-list .results-wrap .result .rte {
  font-weight: normal;
  text-transform: none;
}

.md-list-modal {
  padding: 1.5rem;
}
.md-list-modal:focus {
  outline: 1px dotted #706e6e;
}
.md-list-modal .close-button {
  top: 1.5rem;
  right: 1.5rem;
  font-size: 1.5rem;
}
.md-list-modal .close-button:hover {
  color: #e83181;
}
.md-list-modal.loading .search-wrap {
  background-image: url(../22555b55def970341edf.gif);
  background-size: 8rem;
  background-repeat: no-repeat;
  background-position: 56% center;
}

.md-list .input-wrap,
.md-list-modal .input-wrap {
  position: relative;
}
.md-list .input-wrap [type=text],
.md-list-modal .input-wrap [type=text] {
  padding-right: 2rem;
}
.md-list .input-wrap:before,
.md-list-modal .input-wrap:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lmw-iconfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\e90d";
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.md-list .selected-results,
.results.typeaheadsearch {
  margin: 0 -0.25rem;
}
.md-list .selected-results [data-md-id].result,
.results.typeaheadsearch [data-md-id].result {
  padding: 0 0.25rem;
  margin-bottom: 0.25rem;
  cursor: pointer;
}
.md-list .selected-results [data-md-id].result .content-wrap,
.results.typeaheadsearch [data-md-id].result .content-wrap {
  color: #000;
  border: 1px solid #c2c2c2;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
}
.md-list .selected-results [data-md-id].result .content-wrap .icon,
.results.typeaheadsearch [data-md-id].result .content-wrap .icon {
  font-size: 0.75rem;
  margin-left: 0.5rem;
}
.md-list .selected-results [data-md-id].result:hover .content-wrap,
.results.typeaheadsearch [data-md-id].result:hover .content-wrap {
  color: #fff;
  background-color: #000;
}

@media print, screen and (min-width: 64.0625em) {
  .lmw-theme .md-list .show-all-wrap, .maw-theme .md-list .show-all-wrap {
    margin-right: 0.5rem;
  }
}
.lmw-theme .md-list .show-all-wrap .show-all:focus-visible, .maw-theme .md-list .show-all-wrap .show-all:focus-visible {
  outline: none;
  background-color: var(--black);
  color: var(--white);
  box-shadow: none;
}
.lmw-theme .md-list .reveal-button:focus-visible, .maw-theme .md-list .reveal-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px var(--black);
}
.lmw-theme .md-list .results-wrap .headline-wrap .reset, .maw-theme .md-list .results-wrap .headline-wrap .reset {
  color: var(--black);
}
.lmw-theme .md-list .time-wrap [type=text]:focus-within, .maw-theme .md-list .time-wrap [type=text]:focus-within {
  border: 4px solid var(--black);
}
.lmw-theme .md-list .time-wrap .select-wrapper select:focus-within, .maw-theme .md-list .time-wrap .select-wrapper select:focus-within {
  border: 4px solid var(--black);
}
.lmw-theme .md-list .results-wrap .pagination-wrapper a.active, .maw-theme .md-list .results-wrap .pagination-wrapper a.active {
  color: var(--black);
  box-shadow: 0 2px var(--black);
}
.lmw-theme .md-list .results-wrap .pagination-wrapper a:focus-visible, .maw-theme .md-list .results-wrap .pagination-wrapper a:focus-visible {
  color: var(--white);
  background-color: var(--black);
  box-shadow: none;
}
.lmw-theme .md-list .results-wrap #sorting:focus-within, .maw-theme .md-list .results-wrap #sorting:focus-within {
  border: 4px solid var(--black);
}
.lmw-theme .md-list .results-wrap .result a:focus-visible, .maw-theme .md-list .results-wrap .result a:focus-visible {
  box-shadow: 0 0 0 4px var(--black);
}

.bsr-theme .md-list .results-wrap .headline-wrap .reset,
.bsr-theme .md-list .results-wrap .pagination-wrapper a.active {
  color: #C10A27;
}
@media print, screen and (min-width: 64.0625em) {
  .bsr-theme .md-list .show-all-wrap {
    margin-right: 0.5rem;
  }
}
.bsr-theme .md-list .show-all-wrap .show-all:focus-visible {
  outline: none;
  background-color: #000;
  color: #fff;
  box-shadow: 0 4px #C10A27;
}
.bsr-theme .md-list .reveal-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 4px #C10A27;
}
.bsr-theme .md-list .time-wrap [type=text]:focus-within {
  border: 4px solid #C10A27;
}
.bsr-theme .md-list .time-wrap .select-wrapper select:focus-within {
  border: 4px solid #C10A27;
}
.bsr-theme .md-list .results-wrap .pagination-wrapper a.active {
  color: #C10A27;
}
.bsr-theme .md-list .results-wrap .pagination-wrapper a:focus-visible {
  box-shadow: 0 4px #C10A27;
}
.bsr-theme .md-list .results-wrap #sorting:focus-within {
  border: 4px solid #C10A27;
}
.bsr-theme .md-list .results-wrap .result a:focus-visible {
  box-shadow: 0 0 0 4px #C10A27;
}
.bsr-theme .md-list-modal .close-button:hover, .bsr-theme .md-list-modal .close-button:focus {
  color: #C10A27;
}
/*!****************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/opening-hours/scss/_opening-hours.scss ***!
  \****************************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
.opening-hours .icon {
  font-size: 1rem;
  line-height: 1.125rem;
}
@media print, screen and (min-width: 90.0625em) {
  .opening-hours .icon {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
.opening-hours .text-wrap {
  margin-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 1px;
  color: #000;
}
.opening-hours .text-wrap .uppercase {
  text-transform: uppercase;
  line-height: inherit;
  font-weight: 600;
}
.opening-hours .text-wrap strong {
  font-weight: 700;
  line-height: inherit;
}
.opening-hours .text-wrap p {
  font-size: inherit;
  line-height: inherit;
}
@media print, screen and (min-width: 90.0625em) {
  .opening-hours .text-wrap {
    line-height: 1.5rem;
  }
  .opening-hours .text-wrap * {
    line-height: inherit;
  }
}
.opening-hours.dark {
  color: #fff;
}
.opening-hours.dark * {
  color: inherit;
}
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/section/scss/_section.scss ***!
  \****************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
section {
  position: relative;
}
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/sitemap/scss/_sitemap.scss ***!
  \****************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
.sitemap ul {
  list-style-type: none;
}
.sitemap ul, .sitemap ul li {
  margin-left: 0;
}
.sitemap > ul {
  margin: 0 -1rem;
  display: flex;
  flex-flow: row wrap;
}
.sitemap > ul > li {
  flex: 0 0 auto;
  width: calc(100% - 2rem);
  margin-left: 1rem;
  margin-right: 1rem;
}
@media print, screen and (min-width: 48.8125em) {
  .sitemap > ul > li {
    flex: 0 0 auto;
    width: calc(50% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .sitemap > ul > li {
    flex: 0 0 auto;
    width: calc(25% - 2rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.sitemap > ul > li {
  margin-bottom: 1rem;
}
.sitemap > ul > li > .headline a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.sitemap ul ul li a {
  font-size: 1.125rem;
  letter-spacing: 1px;
  line-height: 1.5rem;
  margin-bottom: 0.25rem;
  width: 100%;
}
.sitemap ul ul li a span {
  display: inline-block;
  width: calc(100% - 16px);
}
.sitemap ul ul li a:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lmw-iconfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-right: 0.25rem;
  content: "\e918";
  vertical-align: top;
  display: inline-block;
  position: relative;
  top: 2px;
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/some-wall/scss/_some-wall.scss ***!
  \********************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
.cleanpage #cc-window {
  display: none !important;
}

.some-wall a {
  text-transform: none;
}
.some-wall .ff-stream {
  overflow: visible;
  padding-top: 0;
  background: transparent;
}
.some-wall .ff-header > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 2rem;
}
.some-wall .ff-header h1 {
  font-weight: 700;
}
.some-wall .ff-header h2 {
  font-weight: 400;
}
.some-wall .ff-stream-wrapper {
  z-index: 1;
  margin-top: 0;
}
.some-wall .ff-stream-wrapper.ff-sc-label2 .ff-label-wrapper .ff-icon:before {
  border-right-color: #e83181;
}
.some-wall .ff-item {
  border: 1px solid rgba(194, 194, 194, 0.5);
}
.some-wall .ff-item > div {
  box-shadow: none !important;
}
.some-wall .ff-item .ff-img-holder img {
  width: 100%;
  height: auto;
}
.some-wall .ff-item .ff-nickname {
  max-width: 66%;
}
.some-wall .ff-item .ff-nickname:after {
  display: none;
}
.some-wall .ff-item .ff-timestamp {
  display: none;
}
.some-wall .ff-item .ff-content {
  font-size: 1rem;
  line-height: 1.375rem;
}
.some-wall .ff-item .ff-content a {
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
  color: #e83181 !important;
}
.some-wall .ff-item .ff-item-bar {
  border-top: 1px solid rgba(194, 194, 194, 0.5);
}
.some-wall .ff-item .ff-item-bar i,
.some-wall .ff-item .ff-share-wrapper i {
  font-size: 1.125rem;
  line-height: 1.25rem;
}
.some-wall .ff-item .ff-item-bar > a,
.some-wall .ff-item .ff-share-wrapper > a {
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.some-wall .ff-item .ff-item-bar > a span,
.some-wall .ff-item .ff-share-wrapper > a span {
  font-weight: normal;
}
.some-wall .ff-loadmore-wrapper .ff-btn {
  font-size: 0;
  border: 1px solid #e83181;
  color: #e83181;
  border-radius: 0.25rem;
  background: transparent !important;
  padding: 0.6875rem 0.9375rem;
  width: calc(100% - 64px) !important;
}
@media print, screen and (min-width: 48.8125em) {
  .some-wall .ff-loadmore-wrapper .ff-btn {
    width: auto !important;
  }
}
.some-wall .ff-loadmore-wrapper .ff-btn:after {
  content: "Mehr";
  text-transform: uppercase;
  font-size: 1.1875rem;
  line-height: 1.375rem;
  font-weight: bold;
}
.some-wall .ff-loadmore-wrapper .ff-btn:hover, .some-wall .ff-loadmore-wrapper .ff-btn:focus {
  border: 1px solid #000;
  color: #000;
}
.some-wall .ff-header,
.some-wall .ff-stream-wrapper,
.some-wall .ff-loadmore-wrapper {
  margin-left: -2rem;
  margin-right: -2rem;
}
.some-wall.standalone {
  height: 100vh;
  width: calc(100vw - 32px);
  padding: 1rem 0;
  overflow: hidden;
}
.some-wall.standalone .ff-item-meta {
  display: none;
}
.some-wall.standalone .ff-carousel-icon {
  display: none;
}
.some-wall.standalone .ff-stream {
  padding-bottom: 0;
}
.some-wall.standalone .ff-stream .ff-stream-wrapper {
  max-height: calc(100vh - 32px) !important;
}
.some-wall.standalone .ff-stream .ff-item {
  opacity: 0 !important;
}
.some-wall.standalone .ff-stream .ff-item.item-ready {
  opacity: 1 !important;
}
.some-wall.standalone .ff-stream .ff-video-preview {
  display: none !important;
}
.some-wall.standalone.no-vp-hide .ff-stream .ff-item {
  opacity: 1 !important;
}
.some-wall.standalone .ff-loadmore-wrapper {
  display: none !important;
}

.maw-theme .some-wall .ff-stream-wrapper {
  z-index: 1;
}
.maw-theme .some-wall .ff-stream-wrapper.ff-sc-label2 .ff-label-wrapper .ff-icon:before {
  border-right-color: #007f87;
}
.maw-theme .some-wall .ff-item .ff-content a {
  color: #007f87 !important;
}
.maw-theme .some-wall .ff-loadmore-wrapper .ff-btn {
  border: 1px solid #007f87;
  color: #007f87;
}

.bsr-theme .some-wall .ff-stream-wrapper {
  z-index: 1;
}
.bsr-theme .some-wall .ff-stream-wrapper.ff-sc-label2 .ff-label-wrapper .ff-icon:before {
  border-right-color: #C10A27;
}
.bsr-theme .some-wall .ff-item .ff-content a {
  color: #C10A27 !important;
}
.bsr-theme .some-wall .ff-loadmore-wrapper .ff-btn {
  border: 1px solid #C10A27;
  color: #C10A27;
}
/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/stage/scss/_stage.scss ***!
  \************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
.stage,
.stage .slick-slide {
  height: 100%;
  position: relative;
  min-height: 14rem;
  overflow: hidden;
  z-index: 1;
}
@media print, screen and (min-width: 48.8125em) {
  .stage,
  .stage .slick-slide {
    min-height: 16.25rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .stage,
  .stage .slick-slide {
    min-height: 30rem;
  }
}
.stage.slick-slider .slick-dots {
  position: absolute;
  bottom: 1rem;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.stage.slick-slider .slick-dots > li {
  margin: 0 0.5rem;
  height: 1rem;
  width: 1rem;
  border-radius: 1rem;
  border: 1px solid #e83181;
  background: transparent;
}
.stage.slick-slider .slick-dots > li button {
  padding: 0;
}
.stage.slick-slider .slick-dots > li button:before {
  content: "";
}
.stage.slick-slider .slick-dots > li.slick-active, .stage.slick-slider .slick-dots > li:hover {
  background: #e83181;
}
.stage.slick-slider .slick-arrow {
  width: 3rem;
  height: 3rem;
  z-index: 1;
}
.stage.slick-slider .slick-arrow:before {
  color: #e83181;
  font-size: 2.75rem;
}
.stage.slick-slider .slick-arrow.slick-disabled:hover {
  cursor: not-allowed;
}
.stage.slick-slider .slick-arrow.slick-prev {
  left: 0;
}
.stage.slick-slider .slick-arrow.slick-prev:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lmw-iconfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\e91d";
  font-size: 2.75rem;
}
.stage.slick-slider .slick-arrow.slick-next {
  right: 0;
}
.stage.slick-slider .slick-arrow.slick-next:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lmw-iconfont" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  content: "\e91c";
  font-size: 2.75rem;
}
.stage.slick-slider .slick-arrow:focus {
  outline: none;
}
.stage.slick-slider .slick-arrow:focus-visible:before {
  background-color: #000;
  color: #fff;
  box-shadow: 0 4px #e83181;
}
.stage .slick-slide {
  display: block;
  position: relative;
}
.stage .slick-slide .playpause {
  cursor: pointer;
  position: absolute;
  bottom: 0.875rem;
  right: 0.875rem;
  z-index: 4000;
  background-color: #e83181;
  color: #fff;
  border-radius: 2rem;
  padding: 0.5rem;
}
@media print, screen and (min-width: 48.8125em) {
  .stage .slick-slide .playpause {
    padding: 0.75rem;
  }
}
.stage .slick-slide .playpause > * {
  display: none;
}
.stage .slick-slide .playpause.play > .play, .stage .slick-slide .playpause.pause > .pause {
  display: inline-block;
}
.stage .slick-slide .playpause.pause > .pause .icon:before {
  position: relative;
  right: -0.125rem;
}
@media print, screen and (min-width: 48.8125em) {
  .stage .slick-slide .playpause.pause > .pause .icon:before {
    right: -0.25rem;
  }
}
.stage .slick-slide .playpause .icon {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 48.8125em) {
  .stage .slick-slide .playpause .icon {
    font-size: 2rem;
  }
}
.stage .slick-slide .playpause:hover, .stage .slick-slide .playpause:focus {
  background: #fff;
  color: #e83181;
}
.stage .slick-slide .playpause:focus {
  outline: dashed 2px #000;
  outline-offset: 4px;
}
.stage .overlay-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  align-items: flex-start;
  padding-top: 1rem;
}
@media print, screen and (min-width: 32.5625em) {
  .stage .overlay-wrap {
    align-items: flex-end;
    padding-top: 0;
  }
}
.stage .overlay-wrap .overlay-content-wrap {
  position: static;
  width: 100vw;
}
@media print, screen and (min-width: 32.5625em) and (max-width: 48.81125em) {
  .stage .overlay-wrap .overlay-content-wrap {
    width: 74vw;
  }
}
.stage .overlay-wrap .overlay-content-wrap .text-wrap {
  padding: 0 0 1rem 0;
}
@media print, screen and (min-width: 32.5625em) {
  .stage .overlay-wrap .overlay-content-wrap .text-wrap {
    padding: 0 0 1rem 1rem;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .stage .overlay-wrap .overlay-content-wrap .text-wrap {
    padding: 0 0 1rem 1rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .stage .overlay-wrap .overlay-content-wrap .text-wrap {
    padding: 0 0 4rem 3rem;
  }
}
.stage .overlay-wrap .overlay-content-wrap .text-wrap .headline.h1 {
  font-size: 1.75rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: uppercase;
}
@media print, screen and (min-width: 48.8125em) {
  .stage .overlay-wrap .overlay-content-wrap .text-wrap .headline.h1 {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .stage .overlay-wrap .overlay-content-wrap .text-wrap .headline.h1 {
    font-size: 3rem;
    line-height: 3.25rem;
  }
}
.stage .overlay-wrap .overlay-content-wrap .text-wrap .headline .sub {
  font-family: var(--body-serif-font-family);
  font-weight: 300;
}
.stage .overlay-wrap .overlay-content-wrap .text-wrap .hint {
  display: flex;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: middle;
}
@media print, screen and (min-width: 64.0625em) {
  .stage .overlay-wrap .overlay-content-wrap .text-wrap .hint {
    margin-top: 4rem;
    margin-bottom: 0.5rem;
    line-height: 1.5rem;
  }
}
.stage .overlay-wrap .overlay-content-wrap .text-wrap .hint .icon {
  margin-right: 0.25rem;
}
@media print, screen and (min-width: 64.0625em) {
  .stage .overlay-wrap .overlay-content-wrap .text-wrap .hint .icon {
    margin-right: 0.5rem;
  }
}
.stage .overlay-wrap .overlay-content-wrap .text-wrap .date {
  font-size: 1rem;
  line-height: 1.125rem;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: uppercase;
  vertical-align: middle;
  display: block;
}
@media print, screen and (min-width: 64.0625em) {
  .stage .overlay-wrap .overlay-content-wrap .text-wrap .date {
    margin-bottom: 0.5rem;
    line-height: 1.5rem;
  }
}
@media print, screen and (max-width: 32.56125em) {
  .stage .overlay-wrap .overlay-content-wrap .text-wrap .link-wrap a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    margin: 0;
    border: none;
    color: transparent;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
  }
}
@media print, screen and (min-width: 32.5625em) {
  .stage .overlay-wrap .overlay-content-wrap .text-wrap .link-wrap a {
    font-size: 0.75rem;
    line-height: 1.125rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .stage .overlay-wrap .overlay-content-wrap .text-wrap .link-wrap a {
    font-size: 1rem;
    line-height: 1.375rem;
  }
}
.stage .overlay-wrap .overlay-content-wrap .text-wrap .link-wrap a:focus-visible {
  outline: none;
}
@media print, screen and (max-width: 32.56125em) {
  .stage .overlay-wrap .overlay-content-wrap .text-wrap .special-link-wrap {
    display: none;
  }
}
@media print, screen and (min-width: 32.5625em) {
  .stage .overlay-wrap .overlay-content-wrap .text-wrap .special-link-wrap {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .stage .overlay-wrap .overlay-content-wrap .text-wrap .special-link-wrap {
    margin-top: 64px;
    position: static;
  }
}
.stage .overlay-wrap .overlay-content-wrap .text-wrap .special-link-wrap a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  border-bottom: none;
  font-weight: 600;
}
.stage .overlay-wrap .overlay-content-wrap .text-wrap .special-link-wrap a.iconleft {
  margin-left: 1.5rem;
}
.stage .overlay-wrap .overlay-content-wrap .text-wrap .special-link-wrap a.iconright {
  margin-right: 1.5rem;
}
.stage .overlay-wrap .overlay-content-wrap .text-wrap .special-link-wrap a .icon {
  font-size: 1rem;
  left: -1.5rem;
  color: #e83181;
}
.stage .dark .overlay-wrap {
  color: #fff;
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.stage .dark .overlay-wrap .date-wrap,
.stage .dark .overlay-wrap .date-wrap *,
.stage .dark .overlay-wrap .headline,
.stage .dark .overlay-wrap .headline *,
.stage .dark .overlay-wrap .hint,
.stage .dark .overlay-wrap .hint * {
  color: inherit;
}
.stage .light .overlay-wrap {
  color: #000;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.stage .light .overlay-wrap .date-wrap,
.stage .light .overlay-wrap .date-wrap *,
.stage .light .overlay-wrap .headline,
.stage .light .overlay-wrap .headline *,
.stage .light .overlay-wrap .hint,
.stage .light .overlay-wrap .hint * {
  color: inherit;
}
.stage .flat .overlay-wrap {
  background: transparent;
}

.lmw-theme .stage .date .icon,
.maw-theme .stage .date .icon {
  display: none;
}
.lmw-theme .stage.slick-slider .slick-dots > li,
.maw-theme .stage.slick-slider .slick-dots > li {
  border: 1px solid var(--white);
}
.lmw-theme .stage.slick-slider .slick-dots > li.slick-active, .lmw-theme .stage.slick-slider .slick-dots > li:hover,
.maw-theme .stage.slick-slider .slick-dots > li.slick-active,
.maw-theme .stage.slick-slider .slick-dots > li:hover {
  background: var(--white);
}
.lmw-theme .stage.slick-slider .slick-dots > li:focus-within,
.maw-theme .stage.slick-slider .slick-dots > li:focus-within {
  outline: none;
  background-color: var(--white);
  color: var(--black);
  box-shadow: none;
}
.lmw-theme .stage.slick-slider .slick-dots > li:focus-within:after,
.maw-theme .stage.slick-slider .slick-dots > li:focus-within:after {
  content: "";
  background-color: var(--black);
  padding: 0.75rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.lmw-theme .stage.slick-slider .slick-arrow:not(.slick-disabled):before,
.maw-theme .stage.slick-slider .slick-arrow:not(.slick-disabled):before {
  opacity: 1;
}
.lmw-theme .stage.slick-slider .slick-arrow:before,
.maw-theme .stage.slick-slider .slick-arrow:before {
  color: var(--white);
}
.lmw-theme .stage.slick-slider .slick-arrow:focus-visible,
.maw-theme .stage.slick-slider .slick-arrow:focus-visible {
  outline: none;
}
.lmw-theme .stage.slick-slider .slick-arrow:focus-visible:before,
.maw-theme .stage.slick-slider .slick-arrow:focus-visible:before {
  color: var(--black);
  box-shadow: none;
  background-color: var(--white);
}
.lmw-theme .stage .slick-slide,
.maw-theme .stage .slick-slide {
  display: block;
  position: relative;
}
.lmw-theme .stage .slick-slide .playpause,
.maw-theme .stage .slick-slide .playpause {
  background-color: var(--black);
}
.lmw-theme .stage .slick-slide .playpause:hover, .lmw-theme .stage .slick-slide .playpause:focus,
.maw-theme .stage .slick-slide .playpause:hover,
.maw-theme .stage .slick-slide .playpause:focus {
  background: var(--white);
  color: var(--black);
}
.lmw-theme .stage .overlay-wrap .text-wrap,
.maw-theme .stage .overlay-wrap .text-wrap {
  padding: 0 0 2.5rem 1.5rem;
}
.lmw-theme .stage .overlay-wrap .text-wrap .hint,
.maw-theme .stage .overlay-wrap .text-wrap .hint {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.lmw-theme .stage .overlay-wrap .text-wrap .link-wrap, .lmw-theme .stage .overlay-wrap .text-wrap .special-link-wrap,
.maw-theme .stage .overlay-wrap .text-wrap .link-wrap,
.maw-theme .stage .overlay-wrap .text-wrap .special-link-wrap {
  display: inline-block;
  width: auto;
}
.lmw-theme .stage .overlay-wrap .text-wrap .special-link-wrap,
.maw-theme .stage .overlay-wrap .text-wrap .special-link-wrap {
  margin-top: 0;
}
.lmw-theme .stage .overlay-wrap .text-wrap .special-link-wrap a .icon,
.maw-theme .stage .overlay-wrap .text-wrap .special-link-wrap a .icon {
  color: inherit;
}

.bsr-theme .stage.slick-slider .slick-dots > li {
  border: 1px solid #C10A27;
}
.bsr-theme .stage.slick-slider .slick-dots > li.slick-active, .bsr-theme .stage.slick-slider .slick-dots > li:hover {
  background: #C10A27;
}
.bsr-theme .stage.slick-slider .slick-arrow:before {
  color: #C10A27;
}
.bsr-theme .stage.slick-slider .slick-arrow:focus-visible:before {
  background-color: #000;
  color: #fff;
  box-shadow: 0 4px #C10A27;
}
.bsr-theme .stage .slick-slide {
  display: block;
  position: relative;
}
.bsr-theme .stage .slick-slide .playpause {
  background-color: #C10A27;
}
.bsr-theme .stage .slick-slide .playpause:hover, .bsr-theme .stage .slick-slide .playpause:focus {
  background: #fff;
  color: #C10A27;
}
.bsr-theme .stage .overlay-wrap .text-wrap .special-link-wrap a .icon {
  color: #C10A27;
}
/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/stripeteaser/scss/_stripeteaser.scss ***!
  \**************************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
.stripeteaser {
  width: 100%;
  height: 5rem;
}
.stripeteaser .button {
  border-radius: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 3.375rem;
  height: 5rem;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  overflow: hidden;
  position: relative;
}
@media print, screen and (min-width: 48.8125em) {
  .stripeteaser .button {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .stripeteaser .button {
    font-size: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.stripeteaser .button .icon {
  font-size: 2rem;
  line-height: 2rem;
  display: block;
  position: absolute;
  right: 1rem;
}
@media print, screen and (min-width: 48.8125em) {
  .stripeteaser .button .icon {
    font-size: 3.5rem;
    line-height: 3.5rem;
    right: 2rem;
  }
}
.stripeteaser .button.secondary {
  background-color: #000;
}
.stripeteaser .button.secondary.hollow {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/teaser/scss/_teaser.scss ***!
  \**************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
.teaser.small {
  padding-top: 15rem;
}

.teaser.medium {
  padding-top: 22.5rem;
}

.teaser.large {
  padding-top: 26.25rem;
}

.small-1 > .teaser.small {
  padding-top: 360%;
}
.small-1 > .teaser.medium {
  padding-top: 540%;
}
.small-1 > .teaser.large {
  padding-top: 630%;
}

.small-2 > .teaser.small {
  padding-top: 145.1612903226%;
}
.small-2 > .teaser.medium {
  padding-top: 217.7419354839%;
}
.small-2 > .teaser.large {
  padding-top: 254.0322580645%;
}

.small-3 > .teaser.small {
  padding-top: 90.9090909091%;
}
.small-3 > .teaser.medium {
  padding-top: 136.3636363636%;
}
.small-3 > .teaser.large {
  padding-top: 159.0909090909%;
}

.small-4 > .teaser.small {
  padding-top: 66.1764705882%;
}
.small-4 > .teaser.medium {
  padding-top: 99.2647058824%;
}
.small-4 > .teaser.large {
  padding-top: 115.8088235294%;
}

.small-5 > .teaser.small {
  padding-top: 52.0231213873%;
}
.small-5 > .teaser.medium {
  padding-top: 78.0346820809%;
}
.small-5 > .teaser.large {
  padding-top: 91.0404624277%;
}

.small-6 > .teaser.small {
  padding-top: 42.8571428571%;
}
.small-6 > .teaser.medium {
  padding-top: 64.2857142857%;
}
.small-6 > .teaser.large {
  padding-top: 75%;
}

.small-7 > .teaser.small {
  padding-top: 36.4372469636%;
}
.small-7 > .teaser.medium {
  padding-top: 54.6558704453%;
}
.small-7 > .teaser.large {
  padding-top: 63.7651821862%;
}

.small-8 > .teaser.small {
  padding-top: 31.6901408451%;
}
.small-8 > .teaser.medium {
  padding-top: 47.5352112676%;
}
.small-8 > .teaser.large {
  padding-top: 55.4577464789%;
}

.small-9 > .teaser.small {
  padding-top: 28.0373831776%;
}
.small-9 > .teaser.medium {
  padding-top: 42.0560747664%;
}
.small-9 > .teaser.large {
  padding-top: 49.0654205607%;
}

.small-10 > .teaser.small {
  padding-top: 25.1396648045%;
}
.small-10 > .teaser.medium {
  padding-top: 37.7094972067%;
}
.small-10 > .teaser.large {
  padding-top: 43.9944134078%;
}

.small-11 > .teaser.small {
  padding-top: 22.7848101266%;
}
.small-11 > .teaser.medium {
  padding-top: 34.1772151899%;
}
.small-11 > .teaser.large {
  padding-top: 39.8734177215%;
}

.small-12 > .teaser.small {
  padding-top: 20.8333333333%;
}
.small-12 > .teaser.medium {
  padding-top: 31.25%;
}
.small-12 > .teaser.large {
  padding-top: 36.4583333333%;
}

@media print, screen and (min-width: 32.5625em) {
  .smallmedium-1 > .teaser.small {
    padding-top: 360%;
  }
  .smallmedium-1 > .teaser.medium {
    padding-top: 540%;
  }
  .smallmedium-1 > .teaser.large {
    padding-top: 630%;
  }
  .smallmedium-2 > .teaser.small {
    padding-top: 145.1612903226%;
  }
  .smallmedium-2 > .teaser.medium {
    padding-top: 217.7419354839%;
  }
  .smallmedium-2 > .teaser.large {
    padding-top: 254.0322580645%;
  }
  .smallmedium-3 > .teaser.small {
    padding-top: 90.9090909091%;
  }
  .smallmedium-3 > .teaser.medium {
    padding-top: 136.3636363636%;
  }
  .smallmedium-3 > .teaser.large {
    padding-top: 159.0909090909%;
  }
  .smallmedium-4 > .teaser.small {
    padding-top: 66.1764705882%;
  }
  .smallmedium-4 > .teaser.medium {
    padding-top: 99.2647058824%;
  }
  .smallmedium-4 > .teaser.large {
    padding-top: 115.8088235294%;
  }
  .smallmedium-5 > .teaser.small {
    padding-top: 52.0231213873%;
  }
  .smallmedium-5 > .teaser.medium {
    padding-top: 78.0346820809%;
  }
  .smallmedium-5 > .teaser.large {
    padding-top: 91.0404624277%;
  }
  .smallmedium-6 > .teaser.small {
    padding-top: 42.8571428571%;
  }
  .smallmedium-6 > .teaser.medium {
    padding-top: 64.2857142857%;
  }
  .smallmedium-6 > .teaser.large {
    padding-top: 75%;
  }
  .smallmedium-7 > .teaser.small {
    padding-top: 36.4372469636%;
  }
  .smallmedium-7 > .teaser.medium {
    padding-top: 54.6558704453%;
  }
  .smallmedium-7 > .teaser.large {
    padding-top: 63.7651821862%;
  }
  .smallmedium-8 > .teaser.small {
    padding-top: 31.6901408451%;
  }
  .smallmedium-8 > .teaser.medium {
    padding-top: 47.5352112676%;
  }
  .smallmedium-8 > .teaser.large {
    padding-top: 55.4577464789%;
  }
  .smallmedium-9 > .teaser.small {
    padding-top: 28.0373831776%;
  }
  .smallmedium-9 > .teaser.medium {
    padding-top: 42.0560747664%;
  }
  .smallmedium-9 > .teaser.large {
    padding-top: 49.0654205607%;
  }
  .smallmedium-10 > .teaser.small {
    padding-top: 25.1396648045%;
  }
  .smallmedium-10 > .teaser.medium {
    padding-top: 37.7094972067%;
  }
  .smallmedium-10 > .teaser.large {
    padding-top: 43.9944134078%;
  }
  .smallmedium-11 > .teaser.small {
    padding-top: 22.7848101266%;
  }
  .smallmedium-11 > .teaser.medium {
    padding-top: 34.1772151899%;
  }
  .smallmedium-11 > .teaser.large {
    padding-top: 39.8734177215%;
  }
  .smallmedium-12 > .teaser.small {
    padding-top: 20.8333333333%;
  }
  .smallmedium-12 > .teaser.medium {
    padding-top: 31.25%;
  }
  .smallmedium-12 > .teaser.large {
    padding-top: 36.4583333333%;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .medium-1 > .teaser.small {
    padding-top: 360%;
  }
  .medium-1 > .teaser.medium {
    padding-top: 540%;
  }
  .medium-1 > .teaser.large {
    padding-top: 630%;
  }
  .medium-2 > .teaser.small {
    padding-top: 145.1612903226%;
  }
  .medium-2 > .teaser.medium {
    padding-top: 217.7419354839%;
  }
  .medium-2 > .teaser.large {
    padding-top: 254.0322580645%;
  }
  .medium-3 > .teaser.small {
    padding-top: 90.9090909091%;
  }
  .medium-3 > .teaser.medium {
    padding-top: 136.3636363636%;
  }
  .medium-3 > .teaser.large {
    padding-top: 159.0909090909%;
  }
  .medium-4 > .teaser.small {
    padding-top: 66.1764705882%;
  }
  .medium-4 > .teaser.medium {
    padding-top: 99.2647058824%;
  }
  .medium-4 > .teaser.large {
    padding-top: 115.8088235294%;
  }
  .medium-5 > .teaser.small {
    padding-top: 52.0231213873%;
  }
  .medium-5 > .teaser.medium {
    padding-top: 78.0346820809%;
  }
  .medium-5 > .teaser.large {
    padding-top: 91.0404624277%;
  }
  .medium-6 > .teaser.small {
    padding-top: 42.8571428571%;
  }
  .medium-6 > .teaser.medium {
    padding-top: 64.2857142857%;
  }
  .medium-6 > .teaser.large {
    padding-top: 75%;
  }
  .medium-7 > .teaser.small {
    padding-top: 36.4372469636%;
  }
  .medium-7 > .teaser.medium {
    padding-top: 54.6558704453%;
  }
  .medium-7 > .teaser.large {
    padding-top: 63.7651821862%;
  }
  .medium-8 > .teaser.small {
    padding-top: 31.6901408451%;
  }
  .medium-8 > .teaser.medium {
    padding-top: 47.5352112676%;
  }
  .medium-8 > .teaser.large {
    padding-top: 55.4577464789%;
  }
  .medium-9 > .teaser.small {
    padding-top: 28.0373831776%;
  }
  .medium-9 > .teaser.medium {
    padding-top: 42.0560747664%;
  }
  .medium-9 > .teaser.large {
    padding-top: 49.0654205607%;
  }
  .medium-10 > .teaser.small {
    padding-top: 25.1396648045%;
  }
  .medium-10 > .teaser.medium {
    padding-top: 37.7094972067%;
  }
  .medium-10 > .teaser.large {
    padding-top: 43.9944134078%;
  }
  .medium-11 > .teaser.small {
    padding-top: 22.7848101266%;
  }
  .medium-11 > .teaser.medium {
    padding-top: 34.1772151899%;
  }
  .medium-11 > .teaser.large {
    padding-top: 39.8734177215%;
  }
  .medium-12 > .teaser.small {
    padding-top: 20.8333333333%;
  }
  .medium-12 > .teaser.medium {
    padding-top: 31.25%;
  }
  .medium-12 > .teaser.large {
    padding-top: 36.4583333333%;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .large-1 > .teaser.small {
    padding-top: 360%;
  }
  .large-1 > .teaser.medium {
    padding-top: 540%;
  }
  .large-1 > .teaser.large {
    padding-top: 630%;
  }
  .large-2 > .teaser.small {
    padding-top: 145.1612903226%;
  }
  .large-2 > .teaser.medium {
    padding-top: 217.7419354839%;
  }
  .large-2 > .teaser.large {
    padding-top: 254.0322580645%;
  }
  .large-3 > .teaser.small {
    padding-top: 90.9090909091%;
  }
  .large-3 > .teaser.medium {
    padding-top: 136.3636363636%;
  }
  .large-3 > .teaser.large {
    padding-top: 159.0909090909%;
  }
  .large-4 > .teaser.small {
    padding-top: 66.1764705882%;
  }
  .large-4 > .teaser.medium {
    padding-top: 99.2647058824%;
  }
  .large-4 > .teaser.large {
    padding-top: 115.8088235294%;
  }
  .large-5 > .teaser.small {
    padding-top: 52.0231213873%;
  }
  .large-5 > .teaser.medium {
    padding-top: 78.0346820809%;
  }
  .large-5 > .teaser.large {
    padding-top: 91.0404624277%;
  }
  .large-6 > .teaser.small {
    padding-top: 42.8571428571%;
  }
  .large-6 > .teaser.medium {
    padding-top: 64.2857142857%;
  }
  .large-6 > .teaser.large {
    padding-top: 75%;
  }
  .large-7 > .teaser.small {
    padding-top: 36.4372469636%;
  }
  .large-7 > .teaser.medium {
    padding-top: 54.6558704453%;
  }
  .large-7 > .teaser.large {
    padding-top: 63.7651821862%;
  }
  .large-8 > .teaser.small {
    padding-top: 31.6901408451%;
  }
  .large-8 > .teaser.medium {
    padding-top: 47.5352112676%;
  }
  .large-8 > .teaser.large {
    padding-top: 55.4577464789%;
  }
  .large-9 > .teaser.small {
    padding-top: 28.0373831776%;
  }
  .large-9 > .teaser.medium {
    padding-top: 42.0560747664%;
  }
  .large-9 > .teaser.large {
    padding-top: 49.0654205607%;
  }
  .large-10 > .teaser.small {
    padding-top: 25.1396648045%;
  }
  .large-10 > .teaser.medium {
    padding-top: 37.7094972067%;
  }
  .large-10 > .teaser.large {
    padding-top: 43.9944134078%;
  }
  .large-11 > .teaser.small {
    padding-top: 22.7848101266%;
  }
  .large-11 > .teaser.medium {
    padding-top: 34.1772151899%;
  }
  .large-11 > .teaser.large {
    padding-top: 39.8734177215%;
  }
  .large-12 > .teaser.small {
    padding-top: 20.8333333333%;
  }
  .large-12 > .teaser.medium {
    padding-top: 31.25%;
  }
  .large-12 > .teaser.large {
    padding-top: 36.4583333333%;
  }
}
@media print, screen and (min-width: 90.0625em) {
  .xlarge-1 > .teaser.small {
    padding-top: 360%;
  }
  .xlarge-1 > .teaser.medium {
    padding-top: 540%;
  }
  .xlarge-1 > .teaser.large {
    padding-top: 630%;
  }
  .xlarge-2 > .teaser.small {
    padding-top: 145.1612903226%;
  }
  .xlarge-2 > .teaser.medium {
    padding-top: 217.7419354839%;
  }
  .xlarge-2 > .teaser.large {
    padding-top: 254.0322580645%;
  }
  .xlarge-3 > .teaser.small {
    padding-top: 90.9090909091%;
  }
  .xlarge-3 > .teaser.medium {
    padding-top: 136.3636363636%;
  }
  .xlarge-3 > .teaser.large {
    padding-top: 159.0909090909%;
  }
  .xlarge-4 > .teaser.small {
    padding-top: 66.1764705882%;
  }
  .xlarge-4 > .teaser.medium {
    padding-top: 99.2647058824%;
  }
  .xlarge-4 > .teaser.large {
    padding-top: 115.8088235294%;
  }
  .xlarge-5 > .teaser.small {
    padding-top: 52.0231213873%;
  }
  .xlarge-5 > .teaser.medium {
    padding-top: 78.0346820809%;
  }
  .xlarge-5 > .teaser.large {
    padding-top: 91.0404624277%;
  }
  .xlarge-6 > .teaser.small {
    padding-top: 42.8571428571%;
  }
  .xlarge-6 > .teaser.medium {
    padding-top: 64.2857142857%;
  }
  .xlarge-6 > .teaser.large {
    padding-top: 75%;
  }
  .xlarge-7 > .teaser.small {
    padding-top: 36.4372469636%;
  }
  .xlarge-7 > .teaser.medium {
    padding-top: 54.6558704453%;
  }
  .xlarge-7 > .teaser.large {
    padding-top: 63.7651821862%;
  }
  .xlarge-8 > .teaser.small {
    padding-top: 31.6901408451%;
  }
  .xlarge-8 > .teaser.medium {
    padding-top: 47.5352112676%;
  }
  .xlarge-8 > .teaser.large {
    padding-top: 55.4577464789%;
  }
  .xlarge-9 > .teaser.small {
    padding-top: 28.0373831776%;
  }
  .xlarge-9 > .teaser.medium {
    padding-top: 42.0560747664%;
  }
  .xlarge-9 > .teaser.large {
    padding-top: 49.0654205607%;
  }
  .xlarge-10 > .teaser.small {
    padding-top: 25.1396648045%;
  }
  .xlarge-10 > .teaser.medium {
    padding-top: 37.7094972067%;
  }
  .xlarge-10 > .teaser.large {
    padding-top: 43.9944134078%;
  }
  .xlarge-11 > .teaser.small {
    padding-top: 22.7848101266%;
  }
  .xlarge-11 > .teaser.medium {
    padding-top: 34.1772151899%;
  }
  .xlarge-11 > .teaser.large {
    padding-top: 39.8734177215%;
  }
  .xlarge-12 > .teaser.small {
    padding-top: 20.8333333333%;
  }
  .xlarge-12 > .teaser.medium {
    padding-top: 31.25%;
  }
  .xlarge-12 > .teaser.large {
    padding-top: 36.4583333333%;
  }
}
@media print, screen and (min-width: 120.0625em) {
  .xxlarge-1 > .teaser.small {
    padding-top: 360%;
  }
  .xxlarge-1 > .teaser.medium {
    padding-top: 540%;
  }
  .xxlarge-1 > .teaser.large {
    padding-top: 630%;
  }
  .xxlarge-2 > .teaser.small {
    padding-top: 145.1612903226%;
  }
  .xxlarge-2 > .teaser.medium {
    padding-top: 217.7419354839%;
  }
  .xxlarge-2 > .teaser.large {
    padding-top: 254.0322580645%;
  }
  .xxlarge-3 > .teaser.small {
    padding-top: 90.9090909091%;
  }
  .xxlarge-3 > .teaser.medium {
    padding-top: 136.3636363636%;
  }
  .xxlarge-3 > .teaser.large {
    padding-top: 159.0909090909%;
  }
  .xxlarge-4 > .teaser.small {
    padding-top: 66.1764705882%;
  }
  .xxlarge-4 > .teaser.medium {
    padding-top: 99.2647058824%;
  }
  .xxlarge-4 > .teaser.large {
    padding-top: 115.8088235294%;
  }
  .xxlarge-5 > .teaser.small {
    padding-top: 52.0231213873%;
  }
  .xxlarge-5 > .teaser.medium {
    padding-top: 78.0346820809%;
  }
  .xxlarge-5 > .teaser.large {
    padding-top: 91.0404624277%;
  }
  .xxlarge-6 > .teaser.small {
    padding-top: 42.8571428571%;
  }
  .xxlarge-6 > .teaser.medium {
    padding-top: 64.2857142857%;
  }
  .xxlarge-6 > .teaser.large {
    padding-top: 75%;
  }
  .xxlarge-7 > .teaser.small {
    padding-top: 36.4372469636%;
  }
  .xxlarge-7 > .teaser.medium {
    padding-top: 54.6558704453%;
  }
  .xxlarge-7 > .teaser.large {
    padding-top: 63.7651821862%;
  }
  .xxlarge-8 > .teaser.small {
    padding-top: 31.6901408451%;
  }
  .xxlarge-8 > .teaser.medium {
    padding-top: 47.5352112676%;
  }
  .xxlarge-8 > .teaser.large {
    padding-top: 55.4577464789%;
  }
  .xxlarge-9 > .teaser.small {
    padding-top: 28.0373831776%;
  }
  .xxlarge-9 > .teaser.medium {
    padding-top: 42.0560747664%;
  }
  .xxlarge-9 > .teaser.large {
    padding-top: 49.0654205607%;
  }
  .xxlarge-10 > .teaser.small {
    padding-top: 25.1396648045%;
  }
  .xxlarge-10 > .teaser.medium {
    padding-top: 37.7094972067%;
  }
  .xxlarge-10 > .teaser.large {
    padding-top: 43.9944134078%;
  }
  .xxlarge-11 > .teaser.small {
    padding-top: 22.7848101266%;
  }
  .xxlarge-11 > .teaser.medium {
    padding-top: 34.1772151899%;
  }
  .xxlarge-11 > .teaser.large {
    padding-top: 39.8734177215%;
  }
  .xxlarge-12 > .teaser.small {
    padding-top: 20.8333333333%;
  }
  .xxlarge-12 > .teaser.medium {
    padding-top: 31.25%;
  }
  .xxlarge-12 > .teaser.large {
    padding-top: 36.4583333333%;
  }
}
.teaser {
  position: relative;
  height: 0;
  overflow: hidden;
  position: relative;
}
.teaser .aspect-ratio-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.teaser .overlay-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding: 0.625rem 1rem;
}
@media print, screen and (min-width: 32.5625em) {
  .teaser .overlay-wrap {
    padding: 1rem;
  }
}
.teaser .h2 span {
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 1px;
  font-weight: 700;
}
@media print, screen and (min-width: 32.5625em) {
  .teaser .h2 span {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .teaser .h2 span {
    font-size: 1.75rem;
    line-height: 1.875rem;
  }
}
.teaser .h2 span.sub {
  font-family: var(--body-serif-font-family);
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 300;
}
@media print, screen and (min-width: 32.5625em) {
  .teaser .h2 span.sub {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media print, screen and (min-width: 64.0625em) {
  .teaser .h2 span.sub {
    font-size: 1.75rem;
    line-height: 1.875rem;
  }
}
.teaser.light .overlay-wrap {
  color: #fff;
  background: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
}
.teaser.light .overlay-wrap * {
  color: inherit;
}
.teaser.dark .overlay-wrap {
  color: #000;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.teaser.dark .overlay-wrap * {
  color: inherit;
}
@media print, screen and (max-width: 32.56125em) {
  .teaser a {
    line-height: 1.25rem;
  }
}

.lmw-theme .teaser .link-wrap .light:hover, .maw-theme .teaser .link-wrap .light:hover {
  box-shadow: 0 2px var(--white);
}
.lmw-theme .teaser .link-wrap .light:hover, .lmw-theme .teaser .link-wrap .light:hover .icon, .maw-theme .teaser .link-wrap .light:hover, .maw-theme .teaser .link-wrap .light:hover .icon {
  color: var(--white);
}
.lmw-theme .teaser .link-wrap .light:focus, .maw-theme .teaser .link-wrap .light:focus {
  background-color: var(--white);
  color: var(--black);
}
.lmw-theme .teaser .link-wrap .light:focus .icon, .maw-theme .teaser .link-wrap .light:focus .icon {
  color: var(--white);
}
/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/video-player/scss/_video-player.scss ***!
  \**************************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
iframe[data-src] {
  filter: none;
}

.video-player {
  aspect-ratio: 16/9;
}
.video-player iframe {
  width: 100%;
  height: 100%;
}
/*!******************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/wordpress_feed/scss/_wordpress_feed.scss ***!
  \******************************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
@media print, screen and (max-width: 32.56125em) {
  .wordpress-feed .result:nth-child(n+2) {
    display: none;
  }
}
@media print, screen and (max-width: 48.81125em) {
  .wordpress-feed .result:nth-child(n+3) {
    display: none;
  }
}
@media print, screen and (max-width: 64.06125em) {
  .wordpress-feed .result:nth-child(n+5) {
    display: none;
  }
}
.wordpress-feed .result .h3 {
  font-family: var(--body-serif-font-family);
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 600;
}
.wordpress-feed .result p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  letter-spacing: 1px;
}
.wordpress-feed .result .bloginfo {
  color: #706e6e;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 1px;
}
.wordpress-feed .result a.more-link {
  display: none;
}
@media print, screen and (min-width: 64.0625em) {
  .wordpress-feed .result.highlight h3 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

.maw-theme .wordpress-feed .button {
  border-bottom: none;
}
.maw-theme .wordpress-feed .button.primary {
  background-color: #007f87;
}
.maw-theme .wordpress-feed .button.primary.hollow {
  background-color: #fff;
}
.maw-theme .wordpress-feed .button.primary.hollow:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.maw-theme .wordpress-feed .button.primary:hover {
  background-color: #000;
}
.maw-theme .wordpress-feed .button.hollow {
  color: #007f87;
  border: 1px solid #007f87;
}
.bsr-theme .wordpress-feed .button {
  border-bottom: none;
}
.bsr-theme .wordpress-feed .button.primary {
  background-color: #C10A27;
}
.bsr-theme .wordpress-feed .button.primary.hollow {
  background-color: #fff;
}
.bsr-theme .wordpress-feed .button.primary.hollow:hover {
  background-color: #fff;
  border-color: #000;
  color: #000;
}
.bsr-theme .wordpress-feed .button.primary:hover {
  background-color: #000;
}
.bsr-theme .wordpress-feed .button.hollow {
  color: #C10A27;
  border: 1px solid #C10A27;
}
/*!**************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/search/scss/_search.scss ***!
  \**************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
.tx-indexedsearch-searchbox {
  margin-bottom: 0.375rem;
  position: relative;
}
.tx-indexedsearch-searchbox fieldset {
  position: relative;
  height: 11.25rem;
}
.tx-indexedsearch-searchbox fieldset legend {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 1.5rem;
  line-height: 1.75rem;
}
@media print, screen and (min-width: 32.5625em) {
  .tx-indexedsearch-searchbox fieldset legend {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .tx-indexedsearch-searchbox fieldset legend {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
.tx-indexedsearch-searchbox fieldset label {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.tx-indexedsearch-searchbox fieldset input.tx-indexedsearch-searchbox-button {
  border: none;
  line-height: 1.375;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #e83181;
  color: #fff;
  padding: 0.75rem 1rem;
  cursor: pointer;
  height: auto;
  letter-spacing: 1px;
  font-size: 1.1875rem;
  line-height: 1.5rem;
  width: 6.625rem;
  height: 3.5rem;
}
.tx-indexedsearch-searchbox fieldset input.tx-indexedsearch-searchbox-button:focus, .tx-indexedsearch-searchbox fieldset input.tx-indexedsearch-searchbox-button:hover {
  background-color: #000;
}
.tx-indexedsearch-searchbox fieldset input.tx-indexedsearch-searchbox-sword {
  margin-bottom: 0;
  padding: 0.75rem 1rem;
}
.tx-indexedsearch-searchbox fieldset .tx-indexedsearch-form {
  margin-right: 6.875rem;
}
.tx-indexedsearch-searchbox fieldset .tx-indexedsearch-search-submit {
  position: absolute;
  right: 0;
  top: 2rem;
}

.tx-indexedsearch-res .headline a {
  border-bottom: 0;
}

.tx-indexedsearch-browsebox {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.tx-indexedsearch-browsebox ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.tx-indexedsearch-browsebox ul li {
  display: inline-block;
  margin: 0;
  padding-left: 1rem;
}
.tx-indexedsearch-browsebox ul li:first-child {
  padding-left: 0;
}
.tx-indexedsearch-browsebox ul li.tx-indexedsearch-browselist-currentPage {
  color: var(--black);
}

.tx-indexedsearch-res {
  margin-bottom: 4rem;
}
.tx-indexedsearch-res h3 a {
  border-bottom: none;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
@media print, screen and (min-width: 32.5625em) {
  .tx-indexedsearch-res h3 a {
    font-size: 1.375rem;
    line-height: 1.625rem;
  }
}
@media print, screen and (min-width: 48.8125em) {
  .tx-indexedsearch-res h3 a {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}
.tx-indexedsearch-res dl.tx-indexedsearch-info {
  display: none;
}

.lmw-theme .tx-indexedsearch-searchbox fieldset input.tx-indexedsearch-searchbox-button, .maw-theme .tx-indexedsearch-searchbox fieldset input.tx-indexedsearch-searchbox-button {
  background-color: var(--black);
  border: 1px solid var(--black);
}
.lmw-theme .tx-indexedsearch-searchbox fieldset input.tx-indexedsearch-searchbox-button:hover, .maw-theme .tx-indexedsearch-searchbox fieldset input.tx-indexedsearch-searchbox-button:hover {
  transition: all 150ms linear;
  background-color: transparent;
  border: 1px solid var(--black);
  color: var(--black);
}
.lmw-theme .tx-indexedsearch-browsebox .tx-indexedsearch-browselist-currentPage, .maw-theme .tx-indexedsearch-browsebox .tx-indexedsearch-browselist-currentPage {
  color: var(--black);
}
.lmw-theme .tx-indexedsearch-browsebox .tx-indexedsearch-browselist-currentPage a, .maw-theme .tx-indexedsearch-browsebox .tx-indexedsearch-browselist-currentPage a {
  box-shadow: 0 2px var(--black);
}

.bsr-theme .tx-indexedsearch-searchbox fieldset input.tx-indexedsearch-searchbox-button {
  background-color: #C10A27;
}
.bsr-theme .tx-indexedsearch-searchbox fieldset input.tx-indexedsearch-searchbox-button:hover {
  background-color: #000;
}
.bsr-theme .tx-indexedsearch-browsebox .tx-indexedsearch-browselist-currentPage a {
  color: #000;
}
.bsr-theme .tx-indexedsearch-browsebox .tx-indexedsearch-browselist-currentPage a:hover {
  color: #C10A27;
}
/*!**************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[5].use[2]!./components/ticketshop/scss/_lmw-bookingkit.scss ***!
  \**************************************************************************************************************************************************************************************************/
/*MAW-Theme*/
/*bsr-theme*/
/*MAW-Theme*/
/*bsr-theme*/
#bookingKitContainer div, #bookingKitContainer p, #bookingKitContainer h1, #bookingKitContainer h2, #bookingKitContainer h3, #bookingKitContainer h4, #bookingKitContainer h5, #bookingKitContainer h6 {
  font-family: var(--body-font-family) !important;
  letter-spacing: 1px;
}
#bookingKitContainer h3 {
  font-size: 1.25rem !important;
  line-height: 1.5rem !important;
  font-weight: 700 !important;
}
@media print, screen and (min-width: 32.5625em) {
  #bookingKitContainer h3 {
    font-size: 1.375rem !important;
    line-height: 1.625rem !important;
  }
}
@media print, screen and (min-width: 48.8125em) {
  #bookingKitContainer h3 {
    font-size: 1.5rem !important;
    line-height: 1.75rem !important;
  }
}
#bookingKitContainer .bk-detail-column-left h2.headColor {
  font-size: 1.5rem !important;
  line-height: 1.75rem !important;
  font-weight: 700 !important;
}
@media print, screen and (min-width: 32.5625em) {
  #bookingKitContainer .bk-detail-column-left h2.headColor {
    font-size: 1.75rem !important;
    line-height: 2rem !important;
  }
}
@media print, screen and (min-width: 48.8125em) {
  #bookingKitContainer .bk-detail-column-left h2.headColor {
    font-size: 2rem !important;
    line-height: 2.25rem !important;
  }
}
#bookingKitContainer .bk-detail-info-item p {
  font-size: 1rem;
}

/*# sourceMappingURL=main.css.map*/