@charset "UTF-8";
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 768px;
  --breakpoint-md: 992px;
  --breakpoint-lg: 1280px;
  --breakpoint-xl: 1600px;
  --font-family-sans-serif: "Source Sans Pro", sans-serif;
  --font-family-monospace: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.375;
  color: #272324;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #D94F51;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #575656;
    text-decoration: underline; }

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

pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

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

figure {
  margin: 0 0 1rem; }

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

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

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

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #272324; }

h1, .h1 {
  font-size: 38px; }

h2, .h2 {
  font-size: 36px; }

h3, .h3 {
  font-size: 32px; }

h4, .h4 {
  font-size: 28px; }

h5, .h5 {
  font-size: 20px; }

h6, .h6 {
  font-size: 16px; }

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

.display-1, .mmtheo-module-m35__slider-content-container h1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2, .mmtheo-module-m35__slider-content-container h2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3, .mmtheo-module-m35__slider-content-container h3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4, .mmtheo-module-m35__slider-content-container h4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

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

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

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

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

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

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

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1280px) {
    .container {
      max-width: 1240px; } }
  @media (min-width: 1600px) {
    .container {
      max-width: 1400px; } }

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

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

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

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

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

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

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

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

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

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

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

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

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1280px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1600px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

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

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

.table-bordered {
  border: 0 solid #cccccc; }
  .table-bordered th,
  .table-bordered td {
    border: 0 solid #cccccc; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 0; }

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

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fff; }

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

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

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff; }

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

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

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

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

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

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

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

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

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

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

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

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

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

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

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

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

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

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

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

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

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #cccccc; }

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

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

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

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

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

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.75rem/1.125rem 1.125rem; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.25rem / 4);
  background-size: calc(2.25rem / 2) calc(2.25rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(2.25rem / 4) right calc(2.25rem / 4); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: 3.4375rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.75rem/1.125rem 1.125rem; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

.btn, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink {
  display: inline-block;
  font-weight: 400;
  color: #272324;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.8rem 1rem;
  font-size: 1.25rem;
  line-height: 1.05;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:hover {
    color: #272324;
    text-decoration: none; }
  .btn:focus, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:focus, .btn.focus, .mmtheo-module.mmtheo-module-m06 .news--overview .focus.item__newslink {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .btn.disabled, .mmtheo-module.mmtheo-module-m06 .news--overview .disabled.item__newslink, .btn:disabled, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled), .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled, .mmtheo-module.mmtheo-module-m06 .news--overview a.disabled.item__newslink,
fieldset:disabled a.btn,
fieldset:disabled .mmtheo-module.mmtheo-module-m06 .news--overview a.item__newslink,
.mmtheo-module.mmtheo-module-m06 .news--overview fieldset:disabled a.item__newslink {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

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

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink {
  color: #007bff;
  border-color: #007bff; }
  .btn-outline-primary:hover, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:focus, .btn-outline-primary.focus, .mmtheo-module.mmtheo-module-m06 .news--overview .focus.item__newslink {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .mmtheo-module.mmtheo-module-m06 .news--overview .disabled.item__newslink, .btn-outline-primary:disabled, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle,
  .mmtheo-module.mmtheo-module-m06 .news--overview .show > .dropdown-toggle.item__newslink {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus,
    .mmtheo-module.mmtheo-module-m06 .news--overview .show > .dropdown-toggle.item__newslink:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

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

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 300;
  color: #D94F51; }
  .btn-link:hover {
    color: #575656;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-group-lg > .item__newslink {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-group-sm > .item__newslink {
  padding: 0.8rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0; }

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

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

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #272324;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 768px) {
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 1280px) {
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1600px) {
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropdown-menu-left {
  right: auto;
  left: 0; }

@media (min-width: 768px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; } }

@media (min-width: 992px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; } }

@media (min-width: 1280px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; } }

@media (min-width: 1600px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 300;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:first-child {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px); }
  .dropdown-item:last-child {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px); }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-group > .item__newslink,
  .btn-group-vertical > .btn,
  .mmtheo-module.mmtheo-module-m06 .news--overview .btn-group-vertical > .item__newslink {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .btn-group > .btn:hover, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-group > .item__newslink:hover,
    .btn-group-vertical > .btn:hover,
    .mmtheo-module.mmtheo-module-m06 .news--overview .btn-group-vertical > .item__newslink:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-group > .item__newslink:focus, .btn-group > .btn:active, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-group > .item__newslink:active, .btn-group > .btn.active, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-group > .active.item__newslink,
    .btn-group-vertical > .btn:focus,
    .mmtheo-module.mmtheo-module-m06 .news--overview .btn-group-vertical > .item__newslink:focus,
    .btn-group-vertical > .btn:active,
    .mmtheo-module.mmtheo-module-m06 .news--overview .btn-group-vertical > .item__newslink:active,
    .btn-group-vertical > .btn.active,
    .mmtheo-module.mmtheo-module-m06 .news--overview .btn-group-vertical > .active.item__newslink {
      z-index: 1; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child), .mmtheo-module.mmtheo-module-m06 .news--overview .btn-group > .item__newslink:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .mmtheo-module.mmtheo-module-m06 .news--overview .btn-group > .item__newslink:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.mmtheo-module.mmtheo-module-m06 .news--overview .btn-group > .btn-group:not(:last-child) > .item__newslink {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child), .mmtheo-module.mmtheo-module-m06 .news--overview .btn-group > .item__newslink:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.mmtheo-module.mmtheo-module-m06 .news--overview .btn-group > .btn-group:not(:first-child) > .item__newslink {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-group-sm > .item__newslink + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-group-lg > .item__newslink + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  
  .btn-group-vertical > .btn,
  .mmtheo-module.mmtheo-module-m06 .news--overview .btn-group-vertical > .item__newslink,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child), .mmtheo-module.mmtheo-module-m06 .news--overview .btn-group-vertical > .item__newslink:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .mmtheo-module.mmtheo-module-m06 .news--overview .btn-group-vertical > .item__newslink:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .mmtheo-module.mmtheo-module-m06 .news--overview .btn-group-vertical > .btn-group:not(:last-child) > .item__newslink {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .mmtheo-module.mmtheo-module-m06 .news--overview .btn-group-vertical > .item__newslink:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .mmtheo-module.mmtheo-module-m06 .news--overview .btn-group-vertical > .btn-group:not(:first-child) > .item__newslink {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-group-toggle > .item__newslink,
.btn-group-toggle > .btn-group > .btn,
.mmtheo-module.mmtheo-module-m06 .news--overview .btn-group-toggle > .btn-group > .item__newslink {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], .mmtheo-module.mmtheo-module-m06 .news--overview .btn-group-toggle > .item__newslink input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .mmtheo-module.mmtheo-module-m06 .news--overview .btn-group-toggle > .item__newslink input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .mmtheo-module.mmtheo-module-m06 .news--overview .btn-group-toggle > .btn-group > .item__newslink input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
  .mmtheo-module.mmtheo-module-m06 .news--overview .btn-group-toggle > .btn-group > .item__newslink input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

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

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink, .mmtheo-module.mmtheo-module-m06 .news--overview .input-group-prepend .item__newslink,
  .input-group-append .btn,
  .input-group-append .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink,
  .mmtheo-module.mmtheo-module-m06 .news--overview .input-group-append .item__newslink {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus, .input-group-prepend .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:focus, .mmtheo-module.mmtheo-module-m06 .news--overview .input-group-prepend .item__newslink:focus,
    .input-group-append .btn:focus,
    .input-group-append .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:focus,
    .mmtheo-module.mmtheo-module-m06 .news--overview .input-group-append .item__newslink:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn, .input-group-prepend .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink + .btn, .mmtheo-module.mmtheo-module-m06 .news--overview .input-group-prepend .item__newslink + .btn, .input-group-prepend .mmtheo-module.mmtheo-module-m06 .news--overview .btn + .item__newslink, .mmtheo-module.mmtheo-module-m06 .news--overview .input-group-prepend .btn + .item__newslink, .input-group-prepend .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink + .item__newslink, .mmtheo-module.mmtheo-module-m06 .news--overview .input-group-prepend .item__newslink + .item__newslink,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink + .input-group-text,
  .mmtheo-module.mmtheo-module-m06 .news--overview .input-group-prepend .item__newslink + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .mmtheo-module.mmtheo-module-m06 .news--overview .input-group-text + .item__newslink,
  .mmtheo-module.mmtheo-module-m06 .news--overview .input-group-prepend .input-group-text + .item__newslink,
  .input-group-append .btn + .btn,
  .input-group-append .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink + .btn,
  .mmtheo-module.mmtheo-module-m06 .news--overview .input-group-append .item__newslink + .btn,
  .input-group-append .mmtheo-module.mmtheo-module-m06 .news--overview .btn + .item__newslink,
  .mmtheo-module.mmtheo-module-m06 .news--overview .input-group-append .btn + .item__newslink,
  .input-group-append .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink + .item__newslink,
  .mmtheo-module.mmtheo-module-m06 .news--overview .input-group-append .item__newslink + .item__newslink,
  .input-group-append .btn + .input-group-text,
  .input-group-append .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink + .input-group-text,
  .mmtheo-module.mmtheo-module-m06 .news--overview .input-group-append .item__newslink + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .mmtheo-module.mmtheo-module-m06 .news--overview .input-group-text + .item__newslink,
  .mmtheo-module.mmtheo-module-m06 .news--overview .input-group-append .input-group-text + .item__newslink {
    margin-left: -1px; }

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

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

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2.875rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.mmtheo-module.mmtheo-module-m06 .news--overview .input-group-lg > .input-group-prepend > .item__newslink,
.input-group-lg > .input-group-append > .btn,
.mmtheo-module.mmtheo-module-m06 .news--overview .input-group-lg > .input-group-append > .item__newslink {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.8125rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.mmtheo-module.mmtheo-module-m06 .news--overview .input-group-sm > .input-group-prepend > .item__newslink,
.input-group-sm > .input-group-append > .btn,
.mmtheo-module.mmtheo-module-m06 .news--overview .input-group-sm > .input-group-append > .item__newslink {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn, .mmtheo-module.mmtheo-module-m06 .news--overview .input-group > .input-group-prepend > .item__newslink,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.mmtheo-module.mmtheo-module-m06 .news--overview .input-group > .input-group-append:not(:last-child) > .item__newslink,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.mmtheo-module.mmtheo-module-m06 .news--overview .input-group > .input-group-append:last-child > .item__newslink:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .mmtheo-module.mmtheo-module-m06 .news--overview .input-group > .input-group-append > .item__newslink,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.mmtheo-module.mmtheo-module-m06 .news--overview .input-group > .input-group-prepend:not(:first-child) > .item__newslink,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.mmtheo-module.mmtheo-module-m06 .news--overview .input-group > .input-group-prepend:first-child > .item__newslink:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.375rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #80bdff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.1875rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.1875rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.1875rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
        -ms-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(128, 189, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #b3d7ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 767.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 1279.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1280px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1599.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1600px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  color: inherit;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-deck .card {
    margin-bottom: 15px; }
  @media (min-width: 768px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px; }
      .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px; } }

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-group > .card {
    margin-bottom: 15px; }
  @media (min-width: 768px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .card-group > .card {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.25rem;
            border-top-right-radius: 0.25rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.25rem;
            border-bottom-left-radius: 0.25rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 768px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card {
  overflow: hidden; }
  .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion .card .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #0062cc; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 768px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }
  .alert-primary hr {
    border-top-color: #9fcdff; }
  .alert-primary .alert-link {
    color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

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

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004085;
    background-color: #9fcdff; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
        -ms-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 1280px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1600px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.375;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Source Sans Pro", sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.375;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  -o-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

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

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

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

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

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

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

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

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

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

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

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

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

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #007bff !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 768px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1280px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1600px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

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

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

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

.embed-responsive-3by4::before {
  padding-top: 133.33333%; }

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

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

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

.embed-responsive-3by4::before {
  padding-top: 133.33333%; }

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

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

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

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

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

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

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

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

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

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

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

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

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

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

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

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

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

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

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

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

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

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

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

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

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

@media (min-width: 768px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1280px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1600px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

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

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

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

@media (min-width: 768px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 1280px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1600px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

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

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

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

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

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

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

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

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

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

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 1280px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1600px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1280px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1600px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: #007bff !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #575656;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #575656 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #cccccc; }
  .table .thead-dark th {
    color: inherit;
    border-color: #cccccc; } }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
      transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
      transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (print), (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important; } }

.btn-0 {
  color: #fff;
  font-weight: 600;
  background-color: #D94F51;
  border-color: #D94F51;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  line-height: 1.05;
  border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  margin-bottom: 1rem; }
  .btn-0:hover, .btn-0:focus, .btn-0:active {
    color: #fff;
    background-color: #eba3a4;
    border-color: #eba3a4; }

.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #eba3a4;
  border-color: #eba3a4; }

.btn-1 {
  color: #fff;
  font-weight: 600;
  background-color: #D94F51;
  border-color: #D94F51;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  line-height: 1.05;
  border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  margin-bottom: 1rem; }
  .btn-1:hover, .btn-1:focus, .btn-1:active {
    color: #fff;
    background-color: #eba3a4;
    border-color: #eba3a4; }

.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #eba3a4;
  border-color: #eba3a4; }

.btn-2 {
  color: #fff;
  font-weight: 600;
  background-color: #D94F51;
  border-color: #D94F51;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  line-height: 1.05;
  border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  margin-bottom: 1rem; }
  .btn-2:hover, .btn-2:focus, .btn-2:active {
    color: #fff;
    background-color: #eba3a4;
    border-color: #eba3a4; }

.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #eba3a4;
  border-color: #eba3a4; }

.btn-3 {
  color: #D94F51;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0);
  border-color: #D94F51;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  line-height: 1.05;
  border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  margin-bottom: 1rem; }
  .btn-3:hover, .btn-3:focus, .btn-3:active {
    color: #fff;
    background-color: #D94F51;
    border-color: #D94F51; }

.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #D94F51;
  border-color: #D94F51; }

.btn-4 {
  color: #D94F51;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0);
  border-color: #D94F51;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  line-height: 1.05;
  border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  margin-bottom: 1rem; }
  .btn-4:hover, .btn-4:focus, .btn-4:active {
    color: #fff;
    background-color: #D94F51;
    border-color: #D94F51; }

.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #D94F51;
  border-color: #D94F51; }

.btn-5 {
  color: #D94F51;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0);
  border-color: #D94F51;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  line-height: 1.05;
  border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  margin-bottom: 1rem; }
  .btn-5:hover, .btn-5:focus, .btn-5:active {
    color: #fff;
    background-color: #D94F51;
    border-color: #D94F51; }

.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #D94F51;
  border-color: #D94F51; }

.btn-6 {
  color: #D94F51;
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0);
  border-color: #D94F51;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  line-height: 1.05;
  border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  margin-bottom: 1rem; }
  .btn-6:hover, .btn-6:focus, .btn-6:active {
    color: #fff;
    background-color: #D94F51;
    border-color: #D94F51; }

.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #D94F51;
  border-color: #D94F51; }

.btn-primary {
  color: #fff;
  font-weight: 600;
  background-color: #D94F51;
  border-color: #D94F51;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  line-height: 1.05;
  border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  margin-bottom: 1rem; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #575656;
    border-color: #575656; }

.btn-outline-primary, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink {
  color: #D94F51;
  font-weight: 600;
  background-color: transparent;
  border-color: #D94F51;
  padding: 0.8rem 1rem;
  font-size: 1rem;
  line-height: 1.05;
  border-radius: 0;
  border-radius: 0;
  text-transform: uppercase;
  margin-bottom: 1rem; }
  .btn-outline-primary:hover, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:hover, .btn-outline-primary:focus, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:focus, .btn-outline-primary:active, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:active {
    color: #fff;
    background-color: #D94F51;
    border-color: #D94F51; }

.btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.animate, .btn, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink, .btn-fill-horz-o:before, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:before, .btn-fill-horz-o:after, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:after {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.btn, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink {
  position: relative;
  opacity: 0.999;
  font-weight: 600; }

.btn-fill-horz-o, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink {
  overflow: hidden; }
  .btn-fill-horz-o:before, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:before, .btn-fill-horz-o:after, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:after {
    content: '';
    width: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -1; }
  .btn-fill-horz-o:before, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:before {
    left: 50%; }
  .btn-fill-horz-o:after, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:after {
    right: 50%; }
  .btn-fill-horz-o:hover:before, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:hover:before, .btn-fill-horz-o:hover:after, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:hover:after {
    width: 50%;
    opacity: 1; }
  .btn-fill-horz-o.btn-0:before, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-0.item__newslink:before, .btn-fill-horz-o.btn-0:after, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-0.item__newslink:after {
    background-color: #eba3a4; }
  .btn-fill-horz-o.btn-0:hover, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-0.item__newslink:hover {
    border-color: #eba3a4; }
  .btn-fill-horz-o.btn-1:before, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-1.item__newslink:before, .btn-fill-horz-o.btn-1:after, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-1.item__newslink:after {
    background-color: #eba3a4; }
  .btn-fill-horz-o.btn-1:hover, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-1.item__newslink:hover {
    border-color: #eba3a4; }
  .btn-fill-horz-o.btn-2:before, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-2.item__newslink:before, .btn-fill-horz-o.btn-2:after, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-2.item__newslink:after {
    background-color: #eba3a4; }
  .btn-fill-horz-o.btn-2:hover, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-2.item__newslink:hover {
    border-color: #eba3a4; }
  .btn-fill-horz-o.btn-3:before, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-3.item__newslink:before, .btn-fill-horz-o.btn-3:after, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-3.item__newslink:after {
    background-color: #D94F51; }
  .btn-fill-horz-o.btn-3:hover, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-3.item__newslink:hover {
    border-color: #D94F51; }
  .btn-fill-horz-o.btn-4:before, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-4.item__newslink:before, .btn-fill-horz-o.btn-4:after, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-4.item__newslink:after {
    background-color: #D94F51; }
  .btn-fill-horz-o.btn-4:hover, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-4.item__newslink:hover {
    border-color: #D94F51; }
  .btn-fill-horz-o.btn-5:before, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-5.item__newslink:before, .btn-fill-horz-o.btn-5:after, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-5.item__newslink:after {
    background-color: #D94F51; }
  .btn-fill-horz-o.btn-5:hover, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-5.item__newslink:hover {
    border-color: #D94F51; }
  .btn-fill-horz-o.btn-6:before, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-6.item__newslink:before, .btn-fill-horz-o.btn-6:after, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-6.item__newslink:after {
    background-color: #D94F51; }
  .btn-fill-horz-o.btn-6:hover, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-6.item__newslink:hover {
    border-color: #D94F51; }
  .btn-fill-horz-o.btn-primary:before, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-primary.item__newslink:before, .btn-fill-horz-o.btn-primary:after, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-primary.item__newslink:after {
    background-color: #eba3a4; }
  .btn-fill-horz-o.btn-primary:hover, .mmtheo-module.mmtheo-module-m06 .news--overview .btn-primary.item__newslink:hover {
    border-color: #eba3a4; }
  .btn-fill-horz-o.btn-outline-primary:before, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:before, .btn-fill-horz-o.btn-outline-primary:after, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:after {
    background-color: #D94F51; }
  .btn-fill-horz-o.btn-outline-primary:hover, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:hover {
    border-color: #D94F51; }

.ios .btn-fill-horz-o:before, .ios .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:before, .mmtheo-module.mmtheo-module-m06 .news--overview .ios .item__newslink:before, .ios .btn-fill-horz-o:after, .ios .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:after, .mmtheo-module.mmtheo-module-m06 .news--overview .ios .item__newslink:after {
  content: '';
  width: 0;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: -1; }

/* Tablet Landscape and above */
@media (min-width: 992px) {
  .btn-0 {
    padding: 0.8rem 1rem;
    font-size: 1.25rem;
    line-height: 1.05;
    border-radius: 0; }
  .btn-1 {
    padding: 0.8rem 1rem;
    font-size: 1.25rem;
    line-height: 1.05;
    border-radius: 0; }
  .btn-2 {
    padding: 0.8rem 1rem;
    font-size: 1.25rem;
    line-height: 1.05;
    border-radius: 0; }
  .btn-3 {
    padding: 0.8rem 1rem;
    font-size: 1.25rem;
    line-height: 1.05;
    border-radius: 0; }
  .btn-4 {
    padding: 0.8rem 1rem;
    font-size: 1.25rem;
    line-height: 1.05;
    border-radius: 0; }
  .btn-5 {
    padding: 0.8rem 1rem;
    font-size: 1.25rem;
    line-height: 1.05;
    border-radius: 0; }
  .btn-6 {
    padding: 0.8rem 1rem;
    font-size: 1.25rem;
    line-height: 1.05;
    border-radius: 0; }
  .btn-primary, .btn-outline-primary, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink {
    padding: 0.8rem 1rem;
    font-size: 1.25rem;
    line-height: 1.05;
    border-radius: 0; } }

.mmtheo-felogin {
  font-family: "Source Sans Pro", sans-serif;
  color: #272324; }
  .mmtheo-felogin__wrapper {
    margin-top: 35px; }
  .mmtheo-felogin__label {
    display: block;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 600; }
  .mmtheo-felogin__input {
    display: block;
    margin-bottom: 30px;
    border: 1px solid #272324;
    height: calc(2.25rem + 16px);
    padding: 5px 10px;
    font-weight: 300;
    width: 100%; }
  .mmtheo-felogin__button {
    margin-bottom: 40px;
    margin-top: 25px; }
  .mmtheo-felogin__legend {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 15px; }
  .mmtheo-felogin__text {
    display: inline-block; }
    .mmtheo-felogin__text-label {
      display: inline-block;
      font-size: 1.5rem;
      font-weight: 500; }

@media (min-width: 992px) {
  .mmtheo-felogin__wrapper form {
    width: 50%; } }

/* source-sans-pro-300 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 300;
  src: url("../Assets/Font/source-sans-pro-v13-latin-300.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro Light"), local("SourceSansPro-Light"), url("../Assets/Font/source-sans-pro-v13-latin-300.eot?#iefix") format("embedded-opentype"), url("../Assets/Font/source-sans-pro-v13-latin-300.woff2") format("woff2"), url("../Assets/Font/source-sans-pro-v13-latin-300.woff") format("woff"), url("../Assets/Font/source-sans-pro-v13-latin-300.ttf") format("truetype"), url("../Assets/Font/source-sans-pro-v13-latin-300.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../Assets/Font/source-sans-pro-v13-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url("../Assets/Font/source-sans-pro-v13-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Assets/Font/source-sans-pro-v13-latin-regular.woff2") format("woff2"), url("../Assets/Font/source-sans-pro-v13-latin-regular.woff") format("woff"), url("../Assets/Font/source-sans-pro-v13-latin-regular.ttf") format("truetype"), url("../Assets/Font/source-sans-pro-v13-latin-regular.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }

/* source-sans-pro-600 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url("../Assets/Font/source-sans-pro-v13-latin-600.eot");
  /* IE9 Compat Modes */
  src: local("Source Sans Pro SemiBold"), local("SourceSansPro-SemiBold"), url("../Assets/Font/source-sans-pro-v13-latin-600.eot?#iefix") format("embedded-opentype"), url("../Assets/Font/source-sans-pro-v13-latin-600.woff2") format("woff2"), url("../Assets/Font/source-sans-pro-v13-latin-600.woff") format("woff"), url("../Assets/Font/source-sans-pro-v13-latin-600.ttf") format("truetype"), url("../Assets/Font/source-sans-pro-v13-latin-600.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: "theo-base";
  src: url("../Assets/Font//theo-base.ttf?acq4z9") format("truetype"), url("../Assets/Font//theo-base.woff?acq4z9") format("woff"), url("../Assets/Font//theo-base.svg?acq4z9#theo-base") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "theo-base" !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; }

.icon-plus-circle-solid:before {
  content: ""; }

.icon-arrow-left-solid:before {
  content: ""; }

.icon-arrow-right-solid:before {
  content: ""; }

.icon-arrow-link:before {
  content: ""; }

.icon-user:before {
  content: ""; }

.icon-check-solid:before {
  content: ""; }

.icon-times-solid:before {
  content: ""; }

.icon-times-circle:before {
  content: ""; }

.icon-download-solid:before {
  content: ""; }

.icon-angle-up-solid:before {
  content: ""; }

.icon-angle-down-solid:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-envelope-solid:before {
  content: ""; }

.icon-info-circle-solid:before {
  content: ""; }

.icon-angle-left-solid:before {
  content: ""; }

.icon-external-link-alt-solid:before {
  content: ""; }

.icon-linkedin-in:before {
  content: ""; }

.icon-map-marker:before {
  content: ""; }

.icon-bars-solid:before {
  content: ""; }

.icon-minus-solid:before {
  content: ""; }

.icon-phone-solid:before {
  content: ""; }

.icon-map-marker-solid:before {
  content: ""; }

.icon-angle-right-solid:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-xing:before {
  content: ""; }

.icon-arrow-down-solid:before {
  content: ""; }

.icon-arrow-up-solid:before {
  content: ""; }

.icon-map-marker-filled:before {
  content: ""; }

.icon-kununu:before {
  content: ""; }

.icon-envelope-open:before {
  content: ""; }

.icon-angle-double-down-solid:before {
  content: ""; }

.icon-angle-double-left-solid:before {
  content: ""; }

.icon-angle-double-right-solid:before {
  content: ""; }

.icon-angle-double-up-solid:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-check-square-solid:before {
  content: ""; }

.icon-check-square:before {
  content: ""; }

.icon-compress-arrows-alt-s:before {
  content: ""; }

.icon-expand-arrows-alt-solid:before {
  content: ""; }

.icon-file-alt:before {
  content: ""; }

.icon-file:before {
  content: ""; }

.icon-globe-solid:before {
  content: ""; }

.icon-list-alt:before {
  content: ""; }

.icon-list-solid:before {
  content: ""; }

.icon-lock-open-solid:before {
  content: ""; }

.icon-lock-solid:before {
  content: ""; }

.icon-long-arrow-alt-down-solid:before {
  content: ""; }

.icon-long-arrow-alt-left-solid:before {
  content: ""; }

.icon-long-arrow-alt-right-solid:before {
  content: ""; }

.icon-long-arrow-alt-up-solid:before {
  content: ""; }

.icon-minus-circle-solid:before {
  content: ""; }

.icon-plus-square:before {
  content: ""; }

.icon-minus-square:before {
  content: ""; }

.icon-play-circle:before {
  content: ""; }

.icon-play-solid:before {
  content: ""; }

.icon-search-minus-solid:before {
  content: ""; }

.icon-search-plus-solid:before {
  content: ""; }

.icon-search-solid:before {
  content: ""; }

.icon-trash-alt:before {
  content: ""; }

.icon-user-circle:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.mm_exhibition {
  position: relative; }
  .mm_exhibition pre {
    white-space: normal !important; }
  .mm_exhibition .module-padding-large {
    padding-top: 60px;
    padding-bottom: 60px; }
  .mm_exhibition .exhibition__filter {
    margin-top: 40px;
    margin-bottom: 0; }
    .mm_exhibition .exhibition__filter .custom-select {
      background: initial;
      height: 60px;
      padding: 10px 50px 10px 32px;
      line-height: 40px;
      text-transform: uppercase;
      border-radius: 0;
      position: relative;
      z-index: 1;
      color: #272324;
      border: 1px solid #272324;
      font-weight: 600; }
      .mm_exhibition .exhibition__filter .custom-select option {
        font-weight: 400;
        font-size: 18px; }
    .mm_exhibition .exhibition__filter .select-wrapper {
      display: inline-block;
      width: 100%;
      position: relative;
      font-size: 1.25rem;
      margin-top: 40px; }
      .mm_exhibition .exhibition__filter .select-wrapper:after {
        content: "";
        font-family: "theo-base";
        vertical-align: middle;
        position: absolute;
        right: 20px;
        font-size: 30px;
        line-height: 60px;
        z-index: 0; }
    .mm_exhibition .exhibition__filter.exhibition__filter--event {
      margin: 50px 0; }
      .mm_exhibition .exhibition__filter.exhibition__filter--event .select-wrapper {
        margin-top: 0; }
        .mm_exhibition .exhibition__filter.exhibition__filter--event .select-wrapper:first-of-type {
          margin-bottom: 40px; }
  .mm_exhibition .exhibition-detail-view {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-row-gap: 50px; }
    .mm_exhibition .exhibition-detail-view .item__title {
      position: absolute;
      font-weight: 400;
      font-size: 32px;
      line-height: 35px;
      padding-bottom: 20px;
      grid-row: 1/2; }
      .mm_exhibition .exhibition-detail-view .item__title .untertitel {
        font-weight: 300;
        font-size: 25px; }
    .mm_exhibition .exhibition-detail-view .item__content {
      grid-row: 1/2;
      padding-top: 80px;
      padding-bottom: 30px; }
      .mm_exhibition .exhibition-detail-view .item__content a:not(.btn) {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        font-weight: 400;
        border-bottom: 1px solid #D94F51;
        text-decoration: none; }
        .mm_exhibition .exhibition-detail-view .item__content a:not(.btn):before {
          display: none; }
        .mm_exhibition .exhibition-detail-view .item__content a:not(.btn):after {
          display: none; }
        .mm_exhibition .exhibition-detail-view .item__content a:not(.btn):hover {
          color: #575656;
          font-weight: 400;
          -webkit-transition: none;
          -o-transition: none;
          transition: none;
          border-bottom: 1px solid #575656; }
    .mm_exhibition .exhibition-detail-view .item__image-wrap {
      grid-row: 2/3; }
      .mm_exhibition .exhibition-detail-view .item__image-wrap img {
        width: 100%;
        height: auto; }
      .mm_exhibition .exhibition-detail-view .item__image-wrap .image-description {
        padding-top: 30px; }
    .mm_exhibition .exhibition-detail-view .item__image-slider {
      grid-row: 3/4; }
      .mm_exhibition .exhibition-detail-view .item__image-slider .exhibition-detail-view {
        padding-right: 10%;
        padding-left: 10%; }
        .mm_exhibition .exhibition-detail-view .item__image-slider .exhibition-detail-view__image-gallery {
          width: 100%;
          padding-top: 3%;
          padding-bottom: 3%; }
          .mm_exhibition .exhibition-detail-view .item__image-slider .exhibition-detail-view__image-gallery-item {
            width: 100%;
            padding-top: 56.25%;
            position: relative; }
          .mm_exhibition .exhibition-detail-view .item__image-slider .exhibition-detail-view__image-gallery-image-wrap {
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            background-color: #fff; }
            .mm_exhibition .exhibition-detail-view .item__image-slider .exhibition-detail-view__image-gallery-image-wrap img {
              height: 100%;
              width: 100%;
              -o-object-fit: contain;
                 object-fit: contain; }
        .mm_exhibition .exhibition-detail-view .item__image-slider .exhibition-detail-view__image-gallery-nav {
          width: 100%;
          padding-top: 3%;
          padding-bottom: 3%; }
          .mm_exhibition .exhibition-detail-view .item__image-slider .exhibition-detail-view__image-gallery-nav .slick-track {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important; }
          .mm_exhibition .exhibition-detail-view .item__image-slider .exhibition-detail-view__image-gallery-nav .slick-slide {
            height: inherit !important; }
          .mm_exhibition .exhibition-detail-view .item__image-slider .exhibition-detail-view__image-gallery-nav-item {
            height: 100%;
            padding: 3%; }
          .mm_exhibition .exhibition-detail-view .item__image-slider .exhibition-detail-view__image-gallery-nav-image-wrap {
            width: 100%;
            height: 100%; }
            .mm_exhibition .exhibition-detail-view .item__image-slider .exhibition-detail-view__image-gallery-nav-image-wrap img {
              height: 100%;
              width: 100%;
              -o-object-fit: cover;
                 object-fit: cover;
              cursor: pointer; }
      .mm_exhibition .exhibition-detail-view .item__image-slider .slider ul.slick-dots {
        position: relative;
        margin-top: unset; }
        .mm_exhibition .exhibition-detail-view .item__image-slider .slider ul.slick-dots li.slick-active button {
          background-color: white; }
      .mm_exhibition .exhibition-detail-view .item__image-slider .slider .slick-arrow {
        position: absolute;
        background: white;
        z-index: 1000;
        width: 50px;
        height: 70px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        cursor: pointer; }
    .mm_exhibition .exhibition-detail-view .item__links {
      grid-row: 4/5; }
    .mm_exhibition .exhibition-detail-view .item__info-wrap {
      grid-row: 5/6;
      background-color: rgba(217, 79, 81, 0.35);
      /* opacity primary*/
      padding: 50px 30px; }
      .mm_exhibition .exhibition-detail-view .item__info-wrap .info-title {
        font-weight: 400;
        font-size: 18px;
        line-height: 26px;
        display: block; }
      .mm_exhibition .exhibition-detail-view .item__info-wrap .info-item {
        padding-bottom: 20px; }
        .mm_exhibition .exhibition-detail-view .item__info-wrap .info-item p {
          margin: 0; }
    .mm_exhibition .exhibition-detail-view .image-caption {
      position: relative;
      display: block;
      text-align: center;
      width: 100%;
      font-size: 1rem; }
    .mm_exhibition .exhibition-detail-view__image-gallery-wrap .slick-arrow {
      background-color: rgba(217, 79, 81, 0.34);
      width: 30px;
      height: 45px; }
      .mm_exhibition .exhibition-detail-view__image-gallery-wrap .slick-arrow:before {
        color: #D94F51; }
      .mm_exhibition .exhibition-detail-view__image-gallery-wrap .slick-arrow:hover:before {
        color: #575656; }
    .mm_exhibition .exhibition-detail-view__image-gallery-wrap .slick-prev {
      position: absolute;
      top: 50%;
      left: 0;
      z-index: 1000;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .mm_exhibition .exhibition-detail-view__image-gallery-wrap .slick-prev:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "theo-base" !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;
        content: "";
        font-size: 40px;
        color: #fff;
        margin-right: 5px;
        position: relative;
        top: 2px;
        left: 0; }
      .mm_exhibition .exhibition-detail-view__image-gallery-wrap .slick-prev:before {
        left: -3px; }
      .mm_exhibition .exhibition-detail-view__image-gallery-wrap .slick-prev:hover {
        cursor: pointer; }
    .mm_exhibition .exhibition-detail-view__image-gallery-wrap .slick-next {
      position: absolute;
      top: 50%;
      right: 0;
      z-index: 1000;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .mm_exhibition .exhibition-detail-view__image-gallery-wrap .slick-next:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "theo-base" !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;
        content: "";
        font-size: 40px;
        color: #fff;
        margin-right: 5px;
        position: relative;
        top: 2px;
        left: 0; }
      .mm_exhibition .exhibition-detail-view__image-gallery-wrap .slick-next:before {
        left: -6px; }
      .mm_exhibition .exhibition-detail-view__image-gallery-wrap .slick-next:hover {
        cursor: pointer; }
  .mm_exhibition .item-list .item {
    border-bottom: solid 1px #272324;
    padding-bottom: 50px;
    padding-top: 70px; }
    .mm_exhibition .item-list .item:nth-of-type(even) {
      background-color: #f5f5f5; }
    .mm_exhibition .item-list .item__wrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .mm_exhibition .item-list .item__wrap .item__picture {
        width: 150px;
        margin-right: 10px; }
        .mm_exhibition .item-list .item__wrap .item__picture img {
          width: 115px;
          height: 115px;
          -o-object-fit: cover;
             object-fit: cover; }
      .mm_exhibition .item-list .item__wrap .item__content {
        padding-right: 10px; }
        .mm_exhibition .item-list .item__wrap .item__content .item__place {
          color: #D94F51; }
          .mm_exhibition .item-list .item__wrap .item__content .item__place span {
            font-size: 14px;
            line-height: 16px;
            text-transform: uppercase;
            font-weight: 600; }
        .mm_exhibition .item-list .item__wrap .item__content .item__title span {
          font-weight: 400;
          font-size: 18px;
          line-height: 20px; }
        .mm_exhibition .item-list .item__wrap .item__content .item__date span {
          font-size: 14px;
          line-height: 34px;
          font-weight: 600; }
        .mm_exhibition .item-list .item__wrap .item__content .item__text-wrap {
          font-size: 16px;
          line-height: 20px;
          font-weight: 300;
          overflow: hidden;
          height: 124px;
          margin-bottom: 35px; }
          .mm_exhibition .item-list .item__wrap .item__content .item__text-wrap a:not(.btn) {
            -webkit-transition: none;
            -o-transition: none;
            transition: none;
            font-weight: 400;
            border-bottom: 1px solid #D94F51;
            text-decoration: none; }
            .mm_exhibition .item-list .item__wrap .item__content .item__text-wrap a:not(.btn):before {
              display: none; }
            .mm_exhibition .item-list .item__wrap .item__content .item__text-wrap a:not(.btn):after {
              display: none; }
            .mm_exhibition .item-list .item__wrap .item__content .item__text-wrap a:not(.btn):hover {
              color: #575656;
              font-weight: 400;
              -webkit-transition: none;
              -o-transition: none;
              transition: none;
              border-bottom: 1px solid #575656; }
        .mm_exhibition .item-list .item__wrap .item__content .item__links .item__detail-link a.btn.btn-fill-horz-o.btn-outline-primary.btn-outline--black, .mm_exhibition .item-list .item__wrap .item__content .item__links .item__detail-link .mmtheo-module.mmtheo-module-m06 .news--overview a.btn-outline--black.item__newslink, .mmtheo-module.mmtheo-module-m06 .news--overview .mm_exhibition .item-list .item__wrap .item__content .item__links .item__detail-link a.btn-outline--black.item__newslink {
          color: #272324;
          border-color: #272324; }
          .mm_exhibition .item-list .item__wrap .item__content .item__links .item__detail-link a.btn.btn-fill-horz-o.btn-outline-primary.btn-outline--black:hover, .mm_exhibition .item-list .item__wrap .item__content .item__links .item__detail-link .mmtheo-module.mmtheo-module-m06 .news--overview a.btn-outline--black.item__newslink:hover, .mmtheo-module.mmtheo-module-m06 .news--overview .mm_exhibition .item-list .item__wrap .item__content .item__links .item__detail-link a.btn-outline--black.item__newslink:hover {
            color: #fff;
            background-color: #272324; }
          .mm_exhibition .item-list .item__wrap .item__content .item__links .item__detail-link a.btn.btn-fill-horz-o.btn-outline-primary.btn-outline--black::after, .mm_exhibition .item-list .item__wrap .item__content .item__links .item__detail-link .mmtheo-module.mmtheo-module-m06 .news--overview a.btn-outline--black.item__newslink::after, .mmtheo-module.mmtheo-module-m06 .news--overview .mm_exhibition .item-list .item__wrap .item__content .item__links .item__detail-link a.btn-outline--black.item__newslink::after, .mm_exhibition .item-list .item__wrap .item__content .item__links .item__detail-link a.btn.btn-fill-horz-o.btn-outline-primary.btn-outline--black::before, .mm_exhibition .item-list .item__wrap .item__content .item__links .item__detail-link .mmtheo-module.mmtheo-module-m06 .news--overview a.btn-outline--black.item__newslink::before, .mmtheo-module.mmtheo-module-m06 .news--overview .mm_exhibition .item-list .item__wrap .item__content .item__links .item__detail-link a.btn-outline--black.item__newslink::before {
            background-color: #272324; }
        .mm_exhibition .item-list .item__wrap .item__content .item__links .item__calendar-link a {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .mm_exhibition .item-list .item__wrap .item__content .item__links .item__calendar-link a .link-icon {
            margin-right: 5px; }
            .mm_exhibition .item-list .item__wrap .item__content .item__links .item__calendar-link a .link-icon i {
              font-size: 1.3rem; }
  .mm_exhibition .item-list.item-list--event .item {
    padding-top: 50px;
    padding-left: 35px;
    padding-right: 35px; }
    .mm_exhibition .item-list.item-list--event .item:first-child {
      border-top: solid 1px #272324; }
    .mm_exhibition .item-list.item-list--event .item:nth-of-type(odd) {
      background-color: #f5f5f5; }
    .mm_exhibition .item-list.item-list--event .item:nth-of-type(even) {
      background-color: unset; }
    .mm_exhibition .item-list.item-list--event .item .item__wrap--event .item__title span {
      color: #D94F51;
      font-size: 22px;
      line-height: 26px; }
    .mm_exhibition .item-list.item-list--event .item .item__wrap--event .item__text-wrap {
      overflow: visible;
      height: auto;
      margin-bottom: 35px; }
  .mm_exhibition .events-slider {
    padding-top: 50px; }
    .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider {
      margin: 20px; }
      .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .slick-arrow {
        width: 30px;
        height: 40px;
        top: 50%;
        position: absolute;
        background: #E8E8E8;
        z-index: 1000;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        cursor: pointer; }
      .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .slick-prev {
        left: -26px; }
        .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .slick-prev:before {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: "theo-base" !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;
          content: "";
          font-size: 40px;
          color: #fff;
          margin-right: 5px;
          position: relative;
          top: 2px;
          left: 0; }
        .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .slick-prev:before {
          color: #fff;
          top: 8px;
          left: 4px;
          font-size: 22px; }
      .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .slick-next {
        right: -25px; }
        .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .slick-next:before {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: "theo-base" !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;
          content: "";
          font-size: 40px;
          color: #fff;
          margin-right: 5px;
          position: relative;
          top: 2px;
          left: 0; }
        .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .slick-next:before {
          color: #fff;
          top: 8px;
          left: 4px;
          font-size: 22px; }
      .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .slick-slide {
        height: inherit !important; }
      .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .item {
        margin: 0 10px 20px 10px;
        max-height: 100%;
        background-color: #E8E8E8; }
        .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .item.ausstellung {
          background-color: #fff; }
          .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .item.ausstellung .item-wrap {
            margin: 0; }
            .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .item.ausstellung .item-wrap .text-wrap, .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .item.ausstellung .item-wrap .button {
              padding-left: 0; }
        .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .item .image {
          height: 330px; }
          .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .item .image img {
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
        .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .item .item-wrap {
          margin: 0 10px;
          padding: 10px 0 50px 0; }
          .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .item .item-wrap .text-wrap {
            height: auto;
            padding: 22px; }
            .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .item .item-wrap .text-wrap .event__date {
              font-weight: 600;
              font-size: 18px;
              line-height: 28px; }
            .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .item .item-wrap .text-wrap .event__location {
              font-size: 18px;
              line-height: 28px;
              padding-top: 10px; }
            .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .item .item-wrap .text-wrap .event__title {
              font-weight: 600;
              font-size: 24px;
              line-height: 30px;
              padding: 10px 0; }
            .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .item .item-wrap .text-wrap .event__text {
              font-size: 18px;
              line-height: 28px; }
          .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .item .item-wrap .button {
            padding: 22px; }
            .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .item .item-wrap .button a.btn, .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .item .item-wrap .button .mmtheo-module.mmtheo-module-m06 .news--overview a.item__newslink, .mmtheo-module.mmtheo-module-m06 .news--overview .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .item .item-wrap .button a.item__newslink {
              color: #575656;
              border-color: #575656;
              display: -webkit-inline-box;
              display: -ms-inline-flexbox;
              display: inline-flex;
              justify-items: center; }
              .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .item .item-wrap .button a.btn.btn-outline-primary, .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .item .item-wrap .button .mmtheo-module.mmtheo-module-m06 .news--overview a.item__newslink, .mmtheo-module.mmtheo-module-m06 .news--overview .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .item .item-wrap .button a.item__newslink {
                margin-bottom: 0 !important; }
              .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .item .item-wrap .button a.btn:hover, .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .item .item-wrap .button .mmtheo-module.mmtheo-module-m06 .news--overview a.item__newslink:hover, .mmtheo-module.mmtheo-module-m06 .news--overview .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .item .item-wrap .button a.item__newslink:hover {
                background-color: #575656;
                color: #fff; }
              .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .item .item-wrap .button a.btn::after, .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .item .item-wrap .button .mmtheo-module.mmtheo-module-m06 .news--overview a.item__newslink::after, .mmtheo-module.mmtheo-module-m06 .news--overview .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .item .item-wrap .button a.item__newslink::after, .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .item .item-wrap .button a.btn::before, .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .item .item-wrap .button .mmtheo-module.mmtheo-module-m06 .news--overview a.item__newslink::before, .mmtheo-module.mmtheo-module-m06 .news--overview .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .item .item-wrap .button a.item__newslink::before {
                background-color: #575656; }

@media (min-width: 768px) {
  .mm_exhibition .exhibition__filter .custom-select {
    width: 100%; }
  .mm_exhibition .exhibition__filter .select-wrapper {
    display: inline-block;
    margin-top: 60px; }
  .mm_exhibition .exhibition__filter.exhibition__filter--event {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 70px 0; }
    .mm_exhibition .exhibition__filter.exhibition__filter--event .select-wrapper:first-child {
      margin-right: 50px; }
  .mm_exhibition .exhibition-detail-view {
    padding-left: 10%;
    padding-right: 10%; }
    .mm_exhibition .exhibition-detail-view__gallery .slick-prev {
      left: -36px; }
      .mm_exhibition .exhibition-detail-view__gallery .slick-prev:before {
        top: 3px;
        left: -3px; }
    .mm_exhibition .exhibition-detail-view__gallery .slick-next {
      right: -36px; }
      .mm_exhibition .exhibition-detail-view__gallery .slick-next:before {
        top: 3px;
        left: -6px; }
    .mm_exhibition .exhibition-detail-view .item__image-wrap {
      grid-row: 1/2;
      padding-top: 80px;
      margin: 0 auto; }
      .mm_exhibition .exhibition-detail-view .item__image-wrap .image-description {
        width: 500px; }
    .mm_exhibition .exhibition-detail-view .item__content {
      grid-row: 2/3;
      padding-top: 0; }
    .mm_exhibition .exhibition-detail-view .item__info-wrap {
      grid-row: 4/5;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 50px; }
    .mm_exhibition .exhibition-detail-view .item__links {
      grid-row: 5/6; }
  .mm_exhibition .item-list .item__wrap .item__picture {
    width: 200px;
    margin-right: 20px; }
    .mm_exhibition .item-list .item__wrap .item__picture img {
      width: 187px;
      height: 187px; }
  .mm_exhibition .item-list .item__wrap .item__content .item__place span {
    font-size: 18px;
    line-height: 34px; }
  .mm_exhibition .item-list .item__wrap .item__content .item__title span {
    font-size: 24px;
    line-height: 40px; }
  .mm_exhibition .item-list .item__wrap .item__content .item__date span {
    font-size: 18px;
    line-height: 34px;
    font-weight: 400; }
  .mm_exhibition .item-list .item__wrap .item__content .item__text-wrap {
    font-size: 16px;
    line-height: 20px; }
  .mm_exhibition .item-list .item__wrap .item__content .item__category {
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none; }
    .mm_exhibition .item-list .item__wrap .item__content .item__category li {
      float: left;
      margin-right: 10px;
      color: #575656;
      font-weight: bold; }
  .mm_exhibition .item-list .item__wrap .item__content .item__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .mm_exhibition .item-list .item__wrap .item__content .item__links .item__detail-link {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 25px; }
    .mm_exhibition .item-list .item__wrap .item__content .item__links .item__calendar-link {
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .mm_exhibition .item-list.item-list--event .item .item__wrap--event .item__title {
    margin-bottom: 10px; }
    .mm_exhibition .item-list.item-list--event .item .item__wrap--event .item__title span {
      font-size: 26px;
      line-height: 30px; }
  .mm_exhibition .item-list.item-list--event .item .item__wrap--event .item__date {
    margin-bottom: 10px; }
    .mm_exhibition .item-list.item-list--event .item .item__wrap--event .item__date span {
      font-size: 22px;
      line-height: 34px;
      font-weight: 400; }
  .mm_exhibition .item-list.item-list--event .item .item__wrap--event .item__links {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }

@media (min-width: 992px) {
  .mm_exhibition .exhibition__filter .custom-select {
    width: 100%;
    font-size: 22px; }
  .mm_exhibition .exhibition__filter .select-wrapper {
    display: inline-block;
    margin-top: 80px;
    margin-bottom: 30px;
    width: 440px; }
  .mm_exhibition .exhibition-detail-view .item__image-wrap img {
    max-width: 400px;
    height: auto; }
  .mm_exhibition .exhibition-detail-view .item__info-wrap .info-title {
    font-size: 22px;
    line-height: 34px; }
  .mm_exhibition .item-list .item__wrap .item__picture {
    min-width: 400px;
    margin-left: 35px;
    margin-right: 35px; }
    .mm_exhibition .item-list .item__wrap .item__picture img {
      width: 360px;
      height: 400px; }
  .mm_exhibition .item-list .item__wrap .item__content .item__place span {
    font-size: 24px; }
  .mm_exhibition .item-list .item__wrap .item__content .item__title span {
    font-size: 30px; }
  .mm_exhibition .item-list .item__wrap .item__content .item__date {
    margin: 20px 0 20px 0; }
    .mm_exhibition .item-list .item__wrap .item__content .item__date span {
      font-size: 22px; }
  .mm_exhibition .item-list .item__wrap .item__content .item__text-wrap {
    font-size: 20px;
    line-height: 34px;
    height: 135px; }
  .mm_exhibition .item-list .item__wrap .item__content .item__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 97px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end; }
  .mm_exhibition .item-list.item-list--event .item {
    min-height: unset; }
    .mm_exhibition .item-list.item-list--event .item .item__wrap--event .item__title span {
      font-size: 36px;
      line-height: 40px; }
    .mm_exhibition .item-list.item-list--event .item .item__wrap--event .item__date {
      margin-top: 10px; }
  .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider {
    margin: 0; }
    .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .slick-arrow {
      top: 50%;
      width: 30px;
      height: 45px; }
    .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .slick-list {
      margin: 0 -10px; }
    .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .slick-prev {
      left: -34px; }
      .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .slick-prev:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "theo-base" !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;
        content: "";
        font-size: 40px;
        color: #fff;
        margin-right: 5px;
        position: relative;
        top: 2px;
        left: 0; }
      .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .slick-prev:before {
        top: 3px;
        left: -3px; }
    .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .slick-next {
      right: -34px; }
      .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .slick-next:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "theo-base" !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;
        content: "";
        font-size: 40px;
        color: #fff;
        margin-right: 5px;
        position: relative;
        top: 2px;
        left: 0; }
      .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .slick-next:before {
        top: 3px;
        left: -6px; }
  .mm_exhibition .events-slider .mmtheo-module-bg-1 .item__detail-link {
    margin-top: 30px; }
  .mm_exhibition .events-slider .tiles {
    margin-left: 45px; } }

@media (min-width: 1280px) {
  .mm_exhibition .exhibition-detail-view__gallery .slick-prev {
    left: -34px; }
    .mm_exhibition .exhibition-detail-view__gallery .slick-prev:before {
      top: 3px;
      left: -3px; }
  .mm_exhibition .exhibition-detail-view__gallery .slick-next {
    right: -34px; }
    .mm_exhibition .exhibition-detail-view__gallery .slick-next:before {
      top: 3px;
      left: -6px; }
  .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .slick-arrow {
    width: 30px;
    height: 45px; }
  .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .slick-prev {
    left: -34px; }
    .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .slick-prev:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "theo-base" !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;
      content: "";
      font-size: 40px;
      color: #fff;
      margin-right: 5px;
      position: relative;
      top: 2px;
      left: 0; }
    .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .slick-prev:before {
      top: 3px;
      left: -3px; }
  .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .slick-next {
    right: -34px; }
    .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .slick-next:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "theo-base" !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;
      content: "";
      font-size: 40px;
      color: #fff;
      margin-right: 5px;
      position: relative;
      top: 2px;
      left: 0; }
    .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .slick-next:before {
      top: 3px;
      left: -6px; } }

@media (min-width: 1600px) {
  .mm_exhibition .exhibition-detail-view__gallery .slick-prev {
    left: -75px; }
  .mm_exhibition .exhibition-detail-view__gallery .slick-next {
    right: -75px; }
  .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .slick-prev {
    left: -75px; }
  .mm_exhibition .events-slider .mmtheo-module-bg-1 .slider .slick-next {
    right: -75px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  -ms-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; }

svg {
  -ms-touch-action: none;
      touch-action: none; }

.jvectormap-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  background-color: white !important; }

.jvectormap-tip {
  position: absolute;
  display: none;
  border: solid 1px #CDCDCD;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px; }

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
  position: absolute;
  left: 10px;
  border-radius: 3px;
  background: #292929;
  padding: 3px;
  color: white;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.jvectormap-zoomin, .jvectormap-zoomout {
  width: 10px;
  height: 10px; }

.jvectormap-zoomin {
  top: 10px; }

.jvectormap-zoomout {
  top: 30px; }

.jvectormap-goback {
  bottom: 10px;
  z-index: 1000;
  padding: 6px; }

.jvectormap-spinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==); }

.jvectormap-legend-title {
  font-weight: bold;
  font-size: 14px;
  text-align: center; }

.jvectormap-legend-cnt {
  position: absolute; }

.jvectormap-legend-cnt-h {
  bottom: 0;
  right: 0; }

.jvectormap-legend-cnt-v {
  top: 0;
  right: 0; }

.jvectormap-legend {
  background: black;
  color: white;
  border-radius: 3px; }

.jvectormap-legend-cnt-h .jvectormap-legend {
  float: left;
  margin: 0 10px 10px 0;
  padding: 3px 3px 1px 3px; }

.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
  float: left; }

.jvectormap-legend-cnt-v .jvectormap-legend {
  margin: 10px 10px 0 0;
  padding: 3px; }

.jvectormap-legend-cnt-h .jvectormap-legend-tick {
  width: 40px; }

.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
  height: 15px; }

.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle; }

.jvectormap-legend-tick-text {
  font-size: 12px; }

.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
  text-align: center; }

.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  padding-left: 3px; }

body {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.375; }

h1, .h1 {
  font-size: 38px;
  font-weight: 600;
  line-height: 44px; }

h2, .h2 {
  font-size: 36px;
  font-weight: 600;
  line-height: 44px; }

h3, .h3 {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px; }

h4, .h4 {
  font-size: 28px;
  font-weight: 600;
  line-height: 34px; }

h5, .h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px; }

h6, .h6 {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px; }

.display-1, .mmtheo-module-m35__slider-content-container h1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2, .mmtheo-module-m35__slider-content-container h2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3, .mmtheo-module-m35__slider-content-container h3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4, .mmtheo-module-m35__slider-content-container h4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

@media (min-width: 768px) {
  .display-1, .mmtheo-module-m35__slider-content-container h1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2; }
  .display-2, .mmtheo-module-m35__slider-content-container h2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2; }
  .display-3, .mmtheo-module-m35__slider-content-container h3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2; }
  .display-4, .mmtheo-module-m35__slider-content-container h4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2; } }

@media (min-width: 992px) {
  .display-1, .mmtheo-module-m35__slider-content-container h1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2; }
  .display-2, .mmtheo-module-m35__slider-content-container h2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2; }
  .display-3, .mmtheo-module-m35__slider-content-container h3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2; }
  .display-4, .mmtheo-module-m35__slider-content-container h4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2; } }

@media (min-width: 1280px) {
  body {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.5; }
  h1, .h1 {
    font-size: 60px;
    font-weight: 600;
    line-height: 66px; }
  h2, .h2 {
    font-size: 50px;
    font-weight: 600;
    line-height: 58px; }
  h3, .h3 {
    font-size: 46px;
    font-weight: 600;
    line-height: 52px; }
  h4, .h4 {
    font-size: 36px;
    font-weight: 600;
    line-height: 42px; }
  h5, .h5 {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px; }
  h6, .h6 {
    font-size: 22px;
    font-weight: 600;
    line-height: 30px; }
  .display-1, .mmtheo-module-m35__slider-content-container h1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2; }
  .display-2, .mmtheo-module-m35__slider-content-container h2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2; }
  .display-3, .mmtheo-module-m35__slider-content-container h3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2; }
  .display-4, .mmtheo-module-m35__slider-content-container h4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2; } }

* {
  outline: 0; }

html, body {
  height: auto; }

html.reveal-open {
  overflow: hidden;
  position: relative;
  height: 100%; }

pre,
code,
kbd,
samp {
  font-family: "Source Sans Pro", sans-serif; }

body.reveal-open {
  overflow: hidden;
  position: relative;
  height: 100%; }

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

.mmtheo-grid.mmtheo-module-bg-primary {
  background-color: #D94F51; }

.mmtheo-grid.mmtheo-module-bg-1 {
  background-color: #fff; }

.mmtheo-grid.mmtheo-module-bg-2 {
  background-color: #575656; }
  .mmtheo-grid.mmtheo-module-bg-2 h1, .mmtheo-grid.mmtheo-module-bg-2 h2, .mmtheo-grid.mmtheo-module-bg-2 h3, .mmtheo-grid.mmtheo-module-bg-2 h4, .mmtheo-grid.mmtheo-module-bg-2 h5, .mmtheo-grid.mmtheo-module-bg-2 h6, .mmtheo-grid.mmtheo-module-bg-2 .h1, .mmtheo-grid.mmtheo-module-bg-2 .h2, .mmtheo-grid.mmtheo-module-bg-2 .h3, .mmtheo-grid.mmtheo-module-bg-2 .h4, .mmtheo-grid.mmtheo-module-bg-2 .h5, .mmtheo-grid.mmtheo-module-bg-2 .h6, .mmtheo-grid.mmtheo-module-bg-2 p, .mmtheo-grid.mmtheo-module-bg-2 li {
    color: #fff; }

.mmtheo-module .bg-1 {
  background-color: #fff; }

.mmtheo-module .bg-2 {
  background-color: #575656; }
  .mmtheo-module .bg-2 h1, .mmtheo-module .bg-2 h2, .mmtheo-module .bg-2 h3, .mmtheo-module .bg-2 h4, .mmtheo-module .bg-2 h5, .mmtheo-module .bg-2 h6, .mmtheo-module .bg-2 .h1, .mmtheo-module .bg-2 .h2, .mmtheo-module .bg-2 .h3, .mmtheo-module .bg-2 .h4, .mmtheo-module .bg-2 .h5, .mmtheo-module .bg-2 .h6, .mmtheo-module .bg-2 p, .mmtheo-module .bg-2 li {
    color: #fff; }

.mmtheo-module h1, .mmtheo-module h2, .mmtheo-module h3, .mmtheo-module h4, .mmtheo-module h5, .mmtheo-module h6, .mmtheo-module p {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

.mmtheo-module .headlines {
  margin-bottom: 24px; }
  .mmtheo-module .headlines h1, .mmtheo-module .headlines h2, .mmtheo-module .headlines h3, .mmtheo-module .headlines h4, .mmtheo-module .headlines h5, .mmtheo-module .headlines h6 {
    margin-bottom: 0; }

.mmtheo-module .btn:focus, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:focus, .mmtheo-module .btn.focus, .mmtheo-module.mmtheo-module-m06 .news--overview .focus.item__newslink {
  -webkit-box-shadow: 0 0 0 0 transparent;
          box-shadow: 0 0 0 0 transparent; }

.mmtheo-module a:not(.btn):before {
  background: none; }

.mmtheo-module a:not(.btn):hover {
  color: #a02224; }

.mmtheo-module .indent-25 {
  padding-left: 25px;
  display: block; }

.mmtheo-module ul {
  padding-left: 0; }
  .mmtheo-module ul.check-list {
    padding-left: 0;
    list-style-type: none; }
    .mmtheo-module ul.check-list li {
      position: relative; }
      .mmtheo-module ul.check-list li:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "theo-base" !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;
        content: "";
        font-size: 18px;
        color: #D94F51;
        margin-right: 5px;
        position: relative;
        top: 2px;
        left: 0; }
  .mmtheo-module ul.download-list {
    list-style-type: none;
    display: inline-block; }
    .mmtheo-module ul.download-list li {
      margin-left: -1.5rem; }
      .mmtheo-module ul.download-list li:before {
        display: none; }
      .mmtheo-module ul.download-list li a {
        position: relative;
        background: none; }
        .mmtheo-module ul.download-list li a:before {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: "theo-base" !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;
          content: "";
          font-size: "inherit";
          color: #D94F51;
          margin-right: 8px;
          position: relative;
          top: 2px;
          left: 0; }
        .mmtheo-module ul.download-list li a:hover:before {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: "theo-base" !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;
          content: "";
          font-size: "inherit";
          color: #575656;
          margin-right: 8px;
          position: relative;
          top: 2px;
          left: 0; }
        .mmtheo-module ul.download-list li a:before {
          background: none; }

.mmtheo-module .image.noscale img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.mmtheo-module.mmtheo-module-bg-primary {
  background-color: #D94F51; }
  .mmtheo-module.mmtheo-module-bg-primary ul.download-list li a {
    background: none; }
    .mmtheo-module.mmtheo-module-bg-primary ul.download-list li a:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "theo-base" !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;
      font-size: "inherit";
      color: #D94F51;
      margin-right: 8px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module.mmtheo-module-bg-primary ul.download-list li a:hover:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "theo-base" !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;
      font-size: "inherit";
      color: #a02224;
      margin-right: 8px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module.mmtheo-module-bg-primary ul.download-list li a:before {
      background: none; }

.mmtheo-module.mmtheo-module-bg-1 {
  background-color: #fff; }
  .mmtheo-module.mmtheo-module-bg-1 ul.download-list li a {
    background: none; }
    .mmtheo-module.mmtheo-module-bg-1 ul.download-list li a:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "theo-base" !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;
      content: "";
      font-size: "inherit";
      color: #D94F51;
      margin-right: 8px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module.mmtheo-module-bg-1 ul.download-list li a:hover:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "theo-base" !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;
      content: "";
      font-size: "inherit";
      color: #a02224;
      margin-right: 8px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module.mmtheo-module-bg-1 ul.download-list li a:before {
      background: none; }

.mmtheo-module.mmtheo-module-bg-2 {
  background-color: #575656; }
  .mmtheo-module.mmtheo-module-bg-2 h1, .mmtheo-module.mmtheo-module-bg-2 h2, .mmtheo-module.mmtheo-module-bg-2 h3, .mmtheo-module.mmtheo-module-bg-2 h4, .mmtheo-module.mmtheo-module-bg-2 h5, .mmtheo-module.mmtheo-module-bg-2 h6, .mmtheo-module.mmtheo-module-bg-2 .h1, .mmtheo-module.mmtheo-module-bg-2 .h2, .mmtheo-module.mmtheo-module-bg-2 .h3, .mmtheo-module.mmtheo-module-bg-2 .h4, .mmtheo-module.mmtheo-module-bg-2 .h5, .mmtheo-module.mmtheo-module-bg-2 .h6, .mmtheo-module.mmtheo-module-bg-2 p, .mmtheo-module.mmtheo-module-bg-2 li, .mmtheo-module.mmtheo-module-bg-2 .mmtheo-module--headline, .mmtheo-module.mmtheo-module-bg-2 .mmtheo-module--subheadline {
    color: #fff; }
  .mmtheo-module.mmtheo-module-bg-2 a:not(.btn):before {
    background: #eba3a4; }
  .mmtheo-module.mmtheo-module-bg-2 a:not(.btn):hover {
    color: #eba3a4; }
  .mmtheo-module.mmtheo-module-bg-2 ul.download-list li a {
    background: none; }
    .mmtheo-module.mmtheo-module-bg-2 ul.download-list li a:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "theo-base" !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;
      content: "";
      font-size: "inherit";
      color: #D94F51;
      margin-right: 8px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module.mmtheo-module-bg-2 ul.download-list li a:hover:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "theo-base" !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;
      content: "";
      font-size: "inherit";
      color: #eba3a4;
      margin-right: 8px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module.mmtheo-module-bg-2 ul.download-list li a:before {
      background: none; }

.mmtheo-module.mmtheo-module-bg-3 {
  background-color: #575656; }
  .mmtheo-module.mmtheo-module-bg-3 h1, .mmtheo-module.mmtheo-module-bg-3 h2, .mmtheo-module.mmtheo-module-bg-3 h3, .mmtheo-module.mmtheo-module-bg-3 h4, .mmtheo-module.mmtheo-module-bg-3 h5, .mmtheo-module.mmtheo-module-bg-3 h6, .mmtheo-module.mmtheo-module-bg-3 .h1, .mmtheo-module.mmtheo-module-bg-3 .h2, .mmtheo-module.mmtheo-module-bg-3 .h3, .mmtheo-module.mmtheo-module-bg-3 .h4, .mmtheo-module.mmtheo-module-bg-3 .h5, .mmtheo-module.mmtheo-module-bg-3 .h6, .mmtheo-module.mmtheo-module-bg-3 p, .mmtheo-module.mmtheo-module-bg-3 li, .mmtheo-module.mmtheo-module-bg-3 .mmtheo-module--headline, .mmtheo-module.mmtheo-module-bg-3 .mmtheo-module--subheadline {
    color: #fff; }
  .mmtheo-module.mmtheo-module-bg-3 a:not(.btn):before {
    background: #eba3a4; }
  .mmtheo-module.mmtheo-module-bg-3 a:not(.btn):hover {
    color: #eba3a4; }
  .mmtheo-module.mmtheo-module-bg-3 ul.download-list li a {
    background: none; }
    .mmtheo-module.mmtheo-module-bg-3 ul.download-list li a:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "theo-base" !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;
      content: "";
      font-size: "inherit";
      color: #D94F51;
      margin-right: 8px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module.mmtheo-module-bg-3 ul.download-list li a:hover:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "theo-base" !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;
      content: "";
      font-size: "inherit";
      color: #eba3a4;
      margin-right: 8px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module.mmtheo-module-bg-3 ul.download-list li a:before {
      background: none; }

.mmtheo-module .slick-prev, .mmtheo-module .slick-next {
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.mmtheo-module .active {
  color: #D94F51; }

.mmtheo-module--headline {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 36px;
  color: #272324;
  line-height: 44px;
  text-transform: uppercase;
  display: block; }

.mmtheo-module--subheadline {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 28px;
  color: #272324;
  line-height: 34px;
  display: block;
  word-wrap: break-word; }

.headlines h1, .headlines .h1 {
  font-size: 38px;
  line-height: 44px;
  text-transform: uppercase;
  display: block; }

.headlines h2, .headlines .h2 {
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase;
  display: block; }

.headlines h3, .headlines .h3 {
  font-size: 32px;
  line-height: 40px; }

.headlines h4, .headlines .h4 {
  font-size: 28px;
  line-height: 34px;
  text-transform: uppercase;
  display: block; }

.headlines h5, .headlines .h5 {
  font-size: 20px;
  line-height: 28px; }

.headlines h6, .headlines .h6 {
  font-size: 16px;
  line-height: 22px;
  display: block; }

color {
  color: #D94F51; }

.image {
  position: relative;
  overflow: hidden; }
  .image img {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
  .image:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }
  .image.noscale img {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }

.image-caption {
  display: none;
  font-size: 0.8rem; }

.container-fluid .img-fluid {
  width: 100%; }

.container .image-grid .container {
  padding: 0; }

.image-grid {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch; }
  .image-grid .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .image-grid .container .image-grid-container {
      width: 100%; }

.image-grid-empty {
  background: rgba(0, 0, 0, 0.5);
  border-right: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.image-grid-text {
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 240px; }
  .image-grid-text .mmtheo-module--headline, .image-grid-text .mmtheo-module--subheadline, .image-grid-text p {
    color: #fff;
    opacity: 100%; }
  .image-grid-text .btn-6 {
    background: transparent; }
  .image-grid-text .btn:last-child, .image-grid-text .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:last-child, .mmtheo-module.mmtheo-module-m06 .news--overview .image-grid-text .item__newslink:last-child {
    margin-top: 1rem;
    margin-bottom: 0; }

.image-grid-spacer {
  background: rgba(0, 0, 0, 0.5); }

.download:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "theo-base" !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;
  content: "";
  font-size: "20px";
  color: #D94F51;
  margin-right: 5px;
  position: relative;
  top: 2px;
  left: 0; }

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  font-style: italic;
  font-size: 1.5rem;
  letter-spacing: -.02rem; }
  blockquote p {
    display: inline; }

.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto; }
  .pager .btn, .pager .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink, .mmtheo-module.mmtheo-module-m06 .news--overview .pager .item__newslink {
    margin: 0 5px;
    margin-bottom: 10px;
    border: 1px solid gray;
    background-color: inherit; }
    .pager .btn.start, .pager .mmtheo-module.mmtheo-module-m06 .news--overview .start.item__newslink, .mmtheo-module.mmtheo-module-m06 .news--overview .pager .start.item__newslink, .pager .btn.end, .pager .mmtheo-module.mmtheo-module-m06 .news--overview .end.item__newslink, .mmtheo-module.mmtheo-module-m06 .news--overview .pager .end.item__newslink {
      border: 1px solid gray;
      background-color: lightgray; }
  .pager__go-to {
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    color: #272324;
    background-color: #E8E8E8;
    height: 43px;
    width: 48px;
    margin: 3px;
    padding-top: 10px;
    padding-left: 14px; }
    .pager__go-to:hover {
      background-color: #575656; }
  .pager__page-browser {
    max-width: 160px; }
    .pager__page-browser .page-browser__item {
      width: 60px; }
      .pager__page-browser .page-browser__item .btn, .pager__page-browser .page-browser__item .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink, .mmtheo-module.mmtheo-module-m06 .news--overview .pager__page-browser .page-browser__item .item__newslink {
        padding: 13px 0;
        width: 90%;
        margin: 0 5%; }
        .pager__page-browser .page-browser__item .btn:hover, .pager__page-browser .page-browser__item .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:hover, .mmtheo-module.mmtheo-module-m06 .news--overview .pager__page-browser .page-browser__item .item__newslink:hover {
          background-color: #575656; }
      .pager__page-browser .page-browser__item .btn-2 {
        background-color: #575656;
        color: white; }
  .pager--not-slicked .pager__go-to {
    display: none !important; }
  .pager--not-slicked .pager__page-browser {
    max-width: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .pager--not-slicked .pager__page-browser .page-browser__item {
      display: inline-block;
      width: 60px; }

.table {
  color: #272324; }

.download {
  cursor: pointer;
  height: 20px;
  width: 20px;
  overflow: visible; }
  .download .arrow, .download .line {
    fill: #D94F51; }
  .download:hover .arrow {
    -webkit-animation: bounce 1s both ease-out 1;
            animation: bounce 1s both ease-out 1; }

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  25% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  75% {
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.gradient {
  border-bottom: 2px solid #D94F51;
  border-left-width: 0;
  border-right-width: 0;
  -o-border-image: -o-linear-gradient(left, #D94F51, #D94F51) 1 stretch;
     border-image: -webkit-gradient(linear, left top, right top, from(#D94F51), to(#D94F51)) 1 stretch;
     border-image: linear-gradient(to right, #D94F51, #D94F51) 1 stretch; }
  .gradient .decoration--for--headlines {
    display: none; }

.modal {
  z-index: 999999; }
  .modal .mmtheo-modal-lg {
    max-width: 100%; }
  .modal .modal-dialog {
    height: 80%; }
  .modal .modal-content {
    height: 80%;
    border-radius: 0; }
    .modal .modal-content .modal-header {
      border-bottom: none;
      padding: 2rem; }
      .modal .modal-content .modal-header button:focus {
        outline: none; }
      .modal .modal-content .modal-header .close {
        padding: 0.5rem 0.5rem;
        margin: -3.5rem -2.5rem -1rem auto;
        border-radius: 50%;
        background-color: #D94F51;
        color: #fff;
        font-size: 2rem;
        text-shadow: none;
        opacity: 1; }
        .modal .modal-content .modal-header .close:hover {
          opacity: 1;
          background-color: #a02224; }
      .modal .modal-content .modal-header .close:not(:disabled):not(.disabled):hover, .modal .modal-content .modal-header .close:not(:disabled):not(.disabled):focus {
        opacity: 1; }
    .modal .modal-content .modal-body {
      max-height: calc(100% - 120px);
      padding: 0 2rem 2rem 2rem;
      overflow-y: scroll; }
      .modal .modal-content .modal-body p {
        color: #272324; }
      .modal .modal-content .modal-body h5 {
        color: #272324; }
    .modal .modal-content.modal-directory {
      height: auto;
      width: auto; }
      .modal .modal-content.modal-directory .modal-body {
        overflow-y: auto; }

@media (min-width: 768px) {
  .image-grid .container .image-grid-container {
    width: 100%;
    margin: 0; }
  .image-grid-container {
    height: 100%; }
  .modal .mmtheo-modal-lg {
    max-width: 650px; }
  .image-grid-border-left {
    border-left: 1px solid #fff; }
  .image-grid-border-right {
    border-right: 1px solid #fff; }
  .pager__go-to {
    height: 42px;
    width: 48px;
    font-size: 22px;
    padding-top: 7px; }
  .pager__page-browser {
    max-width: 300px; }
    .pager__page-browser .page-browser__item {
      padding: 15px 0; } }

@media (min-width: 992px) {
  .mmtheo-module .headlines {
    margin-bottom: 24px; }
  .mmtheo-module ul.download-list li a:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "theo-base" !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;
    content: "";
    font-size: "inherit";
    color: #D94F51;
    margin-right: 3px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module ul.download-list li a:hover:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "theo-base" !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;
    content: "";
    font-size: "inherit";
    color: #575656;
    margin-right: 3px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module.mmtheo-module-bg-primary ul.download-list li a:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "theo-base" !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;
    font-size: "inherit";
    color: #D94F51;
    margin-right: 3px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module.mmtheo-module-bg-primary ul.download-list li a:hover:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "theo-base" !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;
    font-size: "inherit";
    color: #eba3a4;
    margin-right: 3px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module.mmtheo-module-bg-1 ul.download-list li a:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "theo-base" !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;
    content: "";
    font-size: "inherit";
    color: #D94F51;
    margin-right: 3px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module.mmtheo-module-bg-1 ul.download-list li a:hover:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "theo-base" !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;
    content: "";
    font-size: "inherit";
    color: #a02224;
    margin-right: 3px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module.mmtheo-module-bg-2 ul.download-list li a:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "theo-base" !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;
    content: "";
    font-size: "inherit";
    color: #D94F51;
    margin-right: 3px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module.mmtheo-module-bg-2 ul.download-list li a:hover:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "theo-base" !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;
    content: "";
    font-size: "inherit";
    color: #eba3a4;
    margin-right: 3px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module--headline {
    font-size: 50px;
    line-height: 58px; }
  .headlines h1, .headlines .h1 {
    font-size: 60px;
    line-height: 66px;
    text-transform: uppercase;
    display: block; }
  .headlines h2, .headlines .h2 {
    font-size: 50px;
    line-height: 58px;
    text-transform: uppercase;
    display: block; }
  .headlines h3, .headlines .h3 {
    font-size: 46px;
    line-height: 52px; }
  .headlines h4, .headlines .h4 {
    font-size: 36px;
    line-height: 42px;
    text-transform: uppercase;
    display: block; }
  .headlines h5, .headlines .h5 {
    font-size: 28px;
    line-height: 32px; }
  .headlines h6, .headlines .h6 {
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    display: block; }
  .mmtheo-module--subheadline {
    font-size: 36px;
    line-height: 42px; }
  .gradient {
    border-bottom: 2px solid #D94F51; }
  .modal .mmtheo-modal-lg {
    max-width: 950px; }
  .modal .modal-content .modal-header .close {
    padding: 0.5rem 0.5rem;
    margin: -3.5rem -3rem -1rem auto; }
  .modal .modal-content .modal-header .close:not(:disabled):not(.disabled):hover, .modal .modal-content .modal-header .close:not(:disabled):not(.disabled):focus {
    opacity: 1; }
  ul {
    padding-left: 1.5rem; }
  .pager__go-to {
    font-size: 40px;
    height: 65px;
    width: 74px;
    margin: 10px;
    padding-top: 10px; }
  .pager__page-browser {
    max-width: 400px; }
    .pager__page-browser .page-browser__item .btn, .pager__page-browser .page-browser__item .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink, .mmtheo-module.mmtheo-module-m06 .news--overview .pager__page-browser .page-browser__item .item__newslink {
      padding: 20px 0;
      width: 90%; }
  .pager--not-slicked .pager__page-browser .page-browser__item {
    width: 90px; } }

@media (min-width: 1280px) {
  .mmtheo-module .headlines {
    margin-bottom: 40px; }
  .pager__go-to {
    font-size: 50px;
    padding-top: 2px; } }

.tx-indexedsearch-res {
  margin: 20px 0;
  border-top: 1px solid #ccc;
  padding: 20px 0 0 0; }
  .tx-indexedsearch-res a:not(.btn) {
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .tx-indexedsearch-res a:not(.btn):before, .tx-indexedsearch-res a:not(.btn):after {
      content: "";
      position: absolute;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      -o-transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
    .tx-indexedsearch-res a:not(.btn):before {
      left: 0;
      bottom: -1px;
      width: 100%;
      height: 1px;
      background: #575656;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0); }
    .tx-indexedsearch-res a:not(.btn):hover {
      color: #575656; }
    .tx-indexedsearch-res a:not(.btn):hover:before {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); }

.indexed-search-form-field {
  margin-bottom: 20px;
  position: relative;
  width: 30%; }
  @media (max-width: 1279.98px) {
    .indexed-search-form-field {
      width: 100%; } }

.indexed-search-container {
  margin-top: 40px; }

.tx-indexedsearch-percent {
  font-size: 24px; }

#tx-indexedsearch-searchbox-sword {
  width: 100%; }

.tx-indexedsearch-search-submit {
  position: absolute;
  width: 50px;
  top: 0;
  right: -30px; }
  .tx-indexedsearch-search-submit .search--button {
    border: none;
    background: transparent;
    padding: 0;
    margin: 10px 0 20%; }

.tx-indexedsearch-info-noresult {
  margin-bottom: 50px; }

ul.tx-indexedsearch-browsebox {
  list-style: none;
  overflow: hidden;
  padding-left: 0;
  margin-top: 40px;
  margin-bottom: 40px; }
  ul.tx-indexedsearch-browsebox li {
    float: left;
    margin-right: 20px; }
    ul.tx-indexedsearch-browsebox li a:not(.btn) {
      text-decoration: none;
      position: relative;
      -webkit-transition: color 0.3s ease-in-out;
      -o-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
      ul.tx-indexedsearch-browsebox li a:not(.btn):before, ul.tx-indexedsearch-browsebox li a:not(.btn):after {
        content: "";
        position: absolute;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        -o-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
      ul.tx-indexedsearch-browsebox li a:not(.btn):before {
        left: 0;
        bottom: -1px;
        width: 100%;
        height: 1px;
        background: #575656;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0); }
      ul.tx-indexedsearch-browsebox li a:not(.btn):hover {
        color: #575656; }
      ul.tx-indexedsearch-browsebox li a:not(.btn):hover:before {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }

.indexed-search-container {
  margin-bottom: 50px; }

.share-icons .icon {
  font-family: "theo-base";
  font-size: 16px; }
  .share-icons .icon:before {
    color: white;
    background: green;
    border-radius: 35px;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    margin: 0 10px 10px 10px; }
  .share-icons .icon.twitter:before {
    content: ""; }
  .share-icons .icon.facebook:before {
    content: ""; }
  .share-icons .icon.xing:before {
    content: ""; }
  .share-icons .icon.linked-in:before {
    content: ""; }

.mmtheo-footer-f01 {
  position: relative;
  padding: 80px 0 20px 0;
  background: #575656;
  color: #fff;
  font-size: 18px;
  line-height: 30px; }
  @media (max-width: 767.98px) {
    .mmtheo-footer-f01 {
      padding: 15px 0 20px 0; } }
  .mmtheo-footer-f01 a:not(.btn) {
    color: #fff;
    text-decoration: none;
    position: relative; }
    .mmtheo-footer-f01 a:not(.btn):before {
      content: "";
      position: absolute;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      -o-transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
    .mmtheo-footer-f01 a:not(.btn):before {
      left: 0;
      bottom: -1px;
      width: 100%;
      height: 1px;
      background: #fff;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0); }
    .mmtheo-footer-f01 a:not(.btn):hover {
      color: #fff;
      text-decoration: none; }
      .mmtheo-footer-f01 a:not(.btn):hover:before {
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0); }
  .mmtheo-footer-f01--lang-switch {
    text-align: right; }
    .mmtheo-footer-f01--lang-switch a:before {
      content: "\e911";
      font-size: 20px;
      font-family: "theo-base";
      vertical-align: middle;
      position: relative;
      top: -2px;
      padding-right: 3px; }
  .mmtheo-footer-f01 .sitemap--columns {
    margin-bottom: 25px; }
  .mmtheo-footer-f01 .footer-wrapper--meta {
    padding-top: 30px; }
  .mmtheo-footer-f01 .lang-switch {
    position: relative;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: 600;
    line-height: 1em; }
    .mmtheo-footer-f01 .lang-switch:hover {
      cursor: pointer; }
      .mmtheo-footer-f01 .lang-switch:hover .lang-switch--list {
        opacity: 1;
        visibility: visible; }
      .mmtheo-footer-f01 .lang-switch:hover .lang-switch--current span, .mmtheo-footer-f01 .lang-switch:hover .lang-switch--current a {
        color: #fff; }
    .mmtheo-footer-f01 .lang-switch--current {
      position: relative;
      height: 100%; }
      .mmtheo-footer-f01 .lang-switch--current:after {
        content: "";
        position: relative;
        margin-left: 5px;
        top: -2px;
        font-family: "theo-base";
        vertical-align: middle; }
      .mmtheo-footer-f01 .lang-switch--current a {
        position: relative;
        height: 100%;
        color: #fff;
        vertical-align: middle;
        -webkit-transition: color .13s linear;
        -o-transition: color .13s linear;
        transition: color .13s linear;
        text-decoration: none;
        /*span {
          position: relative;
          display: block;
          top: 50%;
          transform: translateY(-50%);


        }*/ }
        .mmtheo-footer-f01 .lang-switch--current a:hover {
          color: #fff;
          text-decoration: none; }
    .mmtheo-footer-f01 .lang-switch--list {
      position: absolute;
      right: 0;
      display: block;
      list-style: none;
      padding-left: 0;
      margin-top: 10px;
      margin-bottom: 0;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: opacity .13s linear, visibility .13s linear;
      -o-transition: opacity .13s linear, visibility .13s linear;
      transition: opacity .13s linear, visibility .13s linear; }
    .mmtheo-footer-f01 .lang-switch--item {
      display: inline-block;
      padding: 0 36px 12px 0; }
      @media (max-width: 991.98px) {
        .mmtheo-footer-f01 .lang-switch--item {
          padding: 0 36px 12px 0; } }
      .mmtheo-footer-f01 .lang-switch--item a {
        display: block;
        color: #fff;
        vertical-align: middle;
        -webkit-transition: color .13s linear;
        -o-transition: color .13s linear;
        transition: color .13s linear; }
        .mmtheo-footer-f01 .lang-switch--item a:hover {
          color: #fff;
          text-decoration: none; }
    .mmtheo-footer-f01 .lang-switch--muted {
      color: #575656;
      cursor: not-allowed; }
  .mmtheo-footer-f01 .sitemap--row {
    padding-bottom: 30px;
    border-bottom: 1px solid gray; }
    @media (max-width: 991.98px) {
      .mmtheo-footer-f01 .sitemap--row {
        padding-bottom: 10px;
        margin-left: 0;
        margin-right: 0; } }
  .mmtheo-footer-f01 .footer-menu {
    list-style: none;
    padding-left: 0; }
    .mmtheo-footer-f01 .footer-menu--item.item-distribution .submenu > li {
      position: relative;
      float: left; }
    .mmtheo-footer-f01 .footer-menu--item.item-distribution .submenu > li + li {
      margin-left: 5px;
      padding-left: 10px;
      margin-top: 0; }
    .mmtheo-footer-f01 .footer-menu--item.item-distribution .submenu > li + li:before {
      content: "/";
      position: absolute;
      left: 0; }
    .mmtheo-footer-f01 .footer-menu > li > a {
      font-size: 20px;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 600;
      text-transform: uppercase; }
    .mmtheo-footer-f01 .footer-menu > li + li {
      margin-top: 25px; }
    .mmtheo-footer-f01 .footer-menu .submenu {
      list-style: none;
      padding-left: 0;
      margin-top: 10px; }
      .mmtheo-footer-f01 .footer-menu .submenu > li {
        position: relative; }
      .mmtheo-footer-f01 .footer-menu .submenu > li + li {
        margin-top: 8px; }
      .mmtheo-footer-f01 .footer-menu .submenu--contact i {
        position: absolute;
        top: 5px;
        left: 0;
        font-size: 1.25rem; }
  .mmtheo-footer-f01 .meta-menu {
    display: inline-block;
    list-style: none;
    padding: 0;
    text-align: left;
    text-transform: uppercase; }
    .mmtheo-footer-f01 .meta-menu--column {
      text-align: right; }
    .mmtheo-footer-f01 .meta-menu li {
      display: inline-block; }
    .mmtheo-footer-f01 .meta-menu li + li {
      margin-left: 30px; }
  .mmtheo-footer-f01 .contact-info {
    color: #fff;
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: 400; }
    .mmtheo-footer-f01 .contact-info--headline {
      color: #fff;
      font-size: 18px;
      font-family: "Source Sans Pro", sans-serif;
      font-style: normal;
      font-weight: 600;
      text-transform: uppercase; }
    .mmtheo-footer-f01 .contact-info a {
      text-decoration: underline; }
      .mmtheo-footer-f01 .contact-info a:hover {
        text-decoration: none; }
    .mmtheo-footer-f01 .contact-info--content {
      margin-top: 10px;
      margin-left: 30px; }
    .mmtheo-footer-f01 .contact-info span[class^="icon-"] {
      position: relative;
      font-family: inherit;
      font-weight: 600; }
    .mmtheo-footer-f01 .contact-info span[class^="icon-"]:before {
      position: absolute;
      font-family: "theo-base";
      font-size: 20px;
      top: -2px;
      left: -30px;
      margin-right: 15px;
      vertical-align: middle; }
  .mmtheo-footer-f01 .social-list {
    list-style: none;
    padding: 0; }
    .mmtheo-footer-f01 .social-list li {
      display: inline-block; }
    .mmtheo-footer-f01 .social-list li + li {
      margin-left: 15px; }
    .mmtheo-footer-f01 .social-list a, .mmtheo-footer-f01 .social-list a:hover {
      color: #575656; }
      .mmtheo-footer-f01 .social-list a:before, .mmtheo-footer-f01 .social-list a:hover:before {
        content: none; }
    .mmtheo-footer-f01 .social-list i {
      display: inline-block;
      width: 32px;
      height: 32px;
      background: #fff;
      border-radius: 50%;
      text-align: center;
      line-height: 32px;
      font-size: 18px;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0);
      -webkit-transition: -webkit-transform 0.2s ease-out;
      transition: -webkit-transform 0.2s ease-out;
      -o-transition: transform 0.2s ease-out;
      transition: transform 0.2s ease-out;
      transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
      .mmtheo-footer-f01 .social-list i:hover {
        -webkit-transform: translateY(-3px);
            -ms-transform: translateY(-3px);
                transform: translateY(-3px); }
  .mmtheo-footer-f01 .icon-facebook:before, .mmtheo-footer-f01 .icon-twitter:before, .mmtheo-footer-f01 .icon-xing:before, .mmtheo-footer-f01 .icon-linkedin-in:before, .mmtheo-footer-f01 .icon-instagram:before {
    color: #575656; }
  @media (max-width: 991.98px) {
    .mmtheo-footer-f01 .footer--column-1 {
      -webkit-box-ordinal-group: 5;
          -ms-flex-order: 4;
              order: 4; }
      .mmtheo-footer-f01 .footer--column-1 .footer-menu > li + li {
        margin-top: 0;
        border-top: 0; }
      .mmtheo-footer-f01 .footer--column-1 .footer-menu > li:not(.item-distribution) {
        display: none; }
      .mmtheo-footer-f01 .footer--column-1 .footer-menu > li.item-distribution {
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff; }
        .mmtheo-footer-f01 .footer--column-1 .footer-menu > li.item-distribution > a {
          margin-top: 5px;
          float: left;
          display: inline-block; }
        .mmtheo-footer-f01 .footer--column-1 .footer-menu > li.item-distribution .submenu {
          float: right;
          display: inline-block;
          position: relative;
          vertical-align: middle;
          margin: 0;
          padding: 12px 0; }
          .mmtheo-footer-f01 .footer--column-1 .footer-menu > li.item-distribution .submenu > li {
            padding: 4px 0 4px 10px; }
    .mmtheo-footer-f01 .footer--column-2 .footer-menu > li:first-child {
      border-top: 1px solid #fff; }
    .mmtheo-footer-f01 .footer--column-4 .footer-menu > li:first-child {
      border-top: 1px solid #fff; }
    .mmtheo-footer-f01 .footer-menu {
      margin: 0; }
      .mmtheo-footer-f01 .footer-menu > li > a {
        display: block;
        padding: 12px 10px; }
      .mmtheo-footer-f01 .footer-menu > li .submenu {
        display: none; }
        .mmtheo-footer-f01 .footer-menu > li .submenu.submenu-active {
          display: block;
          margin-top: 5px;
          padding-bottom: 15px; }
        .mmtheo-footer-f01 .footer-menu > li .submenu > li {
          padding: 4px 10px; }
        .mmtheo-footer-f01 .footer-menu > li .submenu > li + li {
          margin-top: 3px; }
        .mmtheo-footer-f01 .footer-menu > li .submenu--contact li {
          padding-left: 40px; }
          .mmtheo-footer-f01 .footer-menu > li .submenu--contact li i {
            left: 10px; }
      .mmtheo-footer-f01 .footer-menu > li:not(.item-distribution):hover:before, .mmtheo-footer-f01 .footer-menu > li:not(.item-distribution):hover:after {
        background-color: #E8E8E8; }
      .mmtheo-footer-f01 .footer-menu > li:not(.item-distribution) a.main--link:before {
        content: "";
        position: absolute;
        top: 27px;
        left: auto;
        right: 0;
        width: 19px;
        height: 3px;
        margin-right: 20px;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        background: #fff;
        -webkit-transition: background .13s linear;
        -o-transition: background .13s linear;
        transition: background .13s linear; }
      .mmtheo-footer-f01 .footer-menu > li:not(.item-distribution) a.main--link:after {
        content: "";
        position: absolute;
        top: 27px;
        right: 0;
        width: 19px;
        height: 3px;
        margin-right: 20px;
        -webkit-transform: translateY(-50%) rotate(90deg);
            -ms-transform: translateY(-50%) rotate(90deg);
                transform: translateY(-50%) rotate(90deg);
        background: #fff;
        -webkit-transition: background .13s linear, -webkit-transform .13s linear;
        transition: background .13s linear, -webkit-transform .13s linear;
        -o-transition: background .13s linear, transform .13s linear;
        transition: background .13s linear, transform .13s linear;
        transition: background .13s linear, transform .13s linear, -webkit-transform .13s linear; }
      .mmtheo-footer-f01 .footer-menu > li.submenu-active:not(.item-distribution) a.main--link:after {
        -webkit-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg); }
      .mmtheo-footer-f01 .footer-menu > li + li {
        border-top: 1px solid #fff; }
    .mmtheo-footer-f01 .sitemap--row {
      margin-top: 30px; } }
  @media (max-width: 767.98px) {
    .mmtheo-footer-f01 .footer-wrapper--meta {
      text-align: center; }
      .mmtheo-footer-f01 .footer-wrapper--meta .meta-menu--column {
        text-align: center; } }
  @media (min-width: 992px) {
    .mmtheo-footer-f01 .lang-switch {
      margin-top: auto; }
    .mmtheo-footer-f01 a:not(.btn):hover:before {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); } }

.mmtheo-header-h02 {
  z-index: 9000; }
  .mmtheo-header-h02 .menu-desktop {
    display: none; }
  .mmtheo-header-h02 .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    height: 80px;
    width: 100%;
    padding-top: 20px;
    background-color: #fff;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 9201;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    border-bottom: 1px solid #575656; }
    .mmtheo-header-h02 .header-wrapper--sticky {
      position: fixed;
      -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
              box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
      z-index: 9101;
      height: 80px;
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;
      padding-top: 34px; }
    .mmtheo-header-h02 .header-wrapper--hidden {
      position: fixed;
      top: 0;
      left: 0;
      height: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear;
      margin: 0;
      padding: 0; }
  .mmtheo-header-h02 .header-logo {
    margin-right: auto;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    background-color: transparent;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    padding: 10px 0; }
    .mmtheo-header-h02 .header-logo img {
      -o-object-fit: contain;
         object-fit: contain;
      background-color: transparent;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      height: 100%;
      width: 80%; }

.body--no-overflow {
  overflow-y: hidden;
  height: 100vh; }

@media (min-width: 768px) {
  .mmtheo-header-h02 .header-logo img {
    width: auto; } }

@media (min-width: 992px) {
  .mmtheo-header-h02 .header-logo {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
    .mmtheo-header-h02 .header-logo img {
      height: 100%;
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear; }
  .mmtheo-header-h02 .mobile-menu {
    display: none; }
  .mmtheo-header-h02 .menu-desktop {
    display: block; }
  .mmtheo-header-h02 .header-wrapper {
    height: 125px;
    padding-top: 27px;
    padding-right: 30px;
    padding-left: 30px; }
    .mmtheo-header-h02 .header-wrapper .header-logo {
      padding: 15px 0; }
    .mmtheo-header-h02 .header-wrapper--sticky {
      height: 70px;
      padding-top: 5px; }
      .mmtheo-header-h02 .header-wrapper--sticky .header-logo {
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear; } }

@media (min-width: 1280px) {
  .mmtheo-header-h02 .header-wrapper .header-logo {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; }
    .mmtheo-header-h02 .header-wrapper .header-logo img {
      height: 100%;
      -webkit-transition: all .2s linear;
      -o-transition: all .2s linear;
      transition: all .2s linear; }
  .mmtheo-header-h02 .header-wrapper {
    height: 140px;
    padding-top: 25px;
    padding-right: 40px;
    padding-left: 40px;
    border-bottom: 1px solid #575656; }
    .mmtheo-header-h02 .header-wrapper--sticky {
      height: 80px;
      padding-top: 0px; } }

@media (max-width: 991.98px) {
  .mmtheo-header-h02 .header-wrapper--scroll-down {
    height: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    overflow: hidden;
    padding: 0;
    margin: 0; } }

.mmtheo-header-h02 .header-back-to-top {
  position: fixed;
  bottom: 5%;
  display: none;
  z-index: 999999;
  color: white;
  right: 0;
  background-color: gray;
  border-color: black;
  color: white;
  padding: 10px 10px 6px 10px;
  font-size: 8px; }
  .mmtheo-header-h02 .header-back-to-top:hover {
    color: black;
    background-color: white;
    border-color: gray; }
  .mmtheo-header-h02 .header-back-to-top i {
    font-size: 40px !important; }
  .mmtheo-header-h02 .header-back-to-top--active {
    display: block; }
  .mmtheo-header-h02 .header-back-to-top:hover {
    text-decoration: none;
    color: red !important; }

@media (min-width: 992px) {
  .mmtheo-header-h02 .header-back-to-top {
    padding: 15px 15px 10px 15px;
    font-size: 12px; } }

.mmtheo-header-h02 .menu-desktop {
  padding-right: 0; }

.mmtheo-header-h02-navmain {
  z-index: 100;
  height: 100%;
  font-size: 20px;
  font-weight: 600; }
  .mmtheo-header-h02-navmain a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    color: #575656; }
    .mmtheo-header-h02-navmain a:hover, .mmtheo-header-h02-navmain a:focus, .mmtheo-header-h02-navmain a.active {
      color: #D94F51; }
  .mmtheo-header-h02-navmain ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .mmtheo-header-h02-navmain > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    .mmtheo-header-h02-navmain > ul > li {
      position: relative;
      margin: 0 10px;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .mmtheo-header-h02-navmain > ul > li > a {
        padding: 10px;
        text-transform: uppercase;
        text-decoration: underline; }
        .mmtheo-header-h02-navmain > ul > li > a:hover, .mmtheo-header-h02-navmain > ul > li > a:focus, .mmtheo-header-h02-navmain > ul > li > a.active {
          border-bottom-color: #D94F51; }
      .mmtheo-header-h02-navmain > ul > li:hover a {
        color: gray; }
      .mmtheo-header-h02-navmain > ul > li:hover .navmain__submenu {
        display: block; }

.mmtheo-header-h02 .navmain__submenu {
  display: none;
  position: absolute;
  top: calc(140px - 25px);
  text-align: left;
  width: 300px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 1px solid #575656; }
  .mmtheo-header-h02 .navmain__submenu > ul {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.5);
    padding: 15px 0; }

.mmtheo-header-h02 .navmain__level2 > li {
  border-bottom: 1px solid #575656;
  font-size: 20px;
  line-height: 25px;
  margin: 0 20px;
  overflow-x: hidden; }
  .mmtheo-header-h02 .navmain__level2 > li:last-child {
    border-bottom: none; }
  .mmtheo-header-h02 .navmain__level2 > li:hover {
    background-color: #d9d9d9; }
  .mmtheo-header-h02 .navmain__level2 > li > a {
    padding: 15px 10px; }

.mmtheo-header-h02 .navmain__level2--sub > a {
  position: relative; }
  .mmtheo-header-h02 .navmain__level2--sub > a:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "theo-base" !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;
    content: '\e911';
    font-size: 30px;
    position: absolute;
    top: 50%;
    left: -30px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.mmtheo-header-h02 .navmain__level2--sub .navmain__level3 {
  display: none; }

.mmtheo-header-h02 .navmain__level2--sub.open {
  background-color: #575656; }
  .mmtheo-header-h02 .navmain__level2--sub.open > a:before {
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg); }
  .mmtheo-header-h02 .navmain__level2--sub.open .navmain__level3 {
    display: block; }

.mmtheo-header-h02 .navmain__level3 {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 300; }
  .mmtheo-header-h02 .navmain__level3 li {
    margin: 5px 0; }

.mmtheo-header-h02 .header-wrapper--sticky .navmain__submenu {
  top: calc(80px - 0px); }

@media (min-width: 992px) {
  .mmtheo-header-h02 .header-wrapper .navmain__submenu {
    top: calc(125px - 27px); }
  .mmtheo-header-h02 .header-wrapper--sticky .navmain__submenu {
    top: calc(70px - 5px - 1px); } }

@media (min-width: 1280px) {
  .mmtheo-header-h02 .menu-desktop {
    padding-right: 0; }
  .mmtheo-header-h02 .header-wrapper .navmain__submenu {
    top: calc(140px - 25px);
    border: none; }
  .mmtheo-header-h02 .header-wrapper--sticky .navmain__submenu {
    top: calc(80px - 0px); }
  .mmtheo-header-h02 .mmtheo-header-h02-navmain > ul > li > a {
    font-size: 28px;
    line-height: 34px; } }

.mmtheo-header-h02 .meta-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #D94F51;
  width: 100%;
  height: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-size: 12px;
  padding-right: 10px;
  padding-left: 10px;
  z-index: 9201;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  transition: all .2s linear; }
  .mmtheo-header-h02 .meta-header-wrapper .meta-header-settings {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 20px; }
  .mmtheo-header-h02 .meta-header-wrapper .meta-menu {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .mmtheo-header-h02 .meta-header-wrapper .meta-menu__item {
      margin-top: 2px;
      margin-right: 20px;
      margin-bottom: 2px;
      margin-left: 0; }
    .mmtheo-header-h02 .meta-header-wrapper .meta-menu__nav-item {
      color: #fff;
      padding-left: 0; }
      .mmtheo-header-h02 .meta-header-wrapper .meta-menu__nav-item--active {
        color: #fff; }
      .mmtheo-header-h02 .meta-header-wrapper .meta-menu__nav-item:hover {
        color: #fff;
        text-decoration: none !important; }
        .mmtheo-header-h02 .meta-header-wrapper .meta-menu__nav-item:hover > i {
          color: #fff; }
    .mmtheo-header-h02 .meta-header-wrapper .meta-menu__icon {
      color: #fff; }
      .mmtheo-header-h02 .meta-header-wrapper .meta-menu__icon--active {
        color: #fff; }
  .mmtheo-header-h02 .meta-header-wrapper .lang-switch {
    color: #fff;
    z-index: 9102; }
    .mmtheo-header-h02 .meta-header-wrapper .lang-switch--active {
      color: #fff;
      background-color: #575656; }
    .mmtheo-header-h02 .meta-header-wrapper .lang-switch__current-item {
      text-transform: uppercase;
      margin: 0;
      padding-top: 2px;
      padding-right: 5px;
      padding-bottom: 2px;
      padding-left: 10px;
      height: 20px; }
      .mmtheo-header-h02 .meta-header-wrapper .lang-switch__current-item a span {
        color: #fff;
        text-decoration: none;
        padding-right: 5px; }
      .mmtheo-header-h02 .meta-header-wrapper .lang-switch__current-item a:hover {
        text-decoration: none; }
    .mmtheo-header-h02 .meta-header-wrapper .lang-switch__list {
      visibility: hidden;
      position: absolute;
      top: 20px; }
      .mmtheo-header-h02 .meta-header-wrapper .lang-switch__list--active {
        visibility: visible; }
    .mmtheo-header-h02 .meta-header-wrapper .lang-switch__list-item {
      text-transform: uppercase;
      background-color: #575656;
      padding: 10px 21px 10px 11px; }
      .mmtheo-header-h02 .meta-header-wrapper .lang-switch__list-item a span {
        color: #fff; }
        .mmtheo-header-h02 .meta-header-wrapper .lang-switch__list-item a span:hover {
          color: #D94F51; }
      .mmtheo-header-h02 .meta-header-wrapper .lang-switch__list-item a:hover {
        text-decoration: none; }
      .mmtheo-header-h02 .meta-header-wrapper .lang-switch__list-item div span {
        text-transform: uppercase;
        color: #fff; }

@media (min-width: 768px) {
  .mmtheo-header-h02 .meta-header-wrapper {
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 992px) {
  .mmtheo-header-h02 .meta-header-wrapper {
    height: 25px;
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px; }
    .mmtheo-header-h02 .meta-header-wrapper .meta-header-settings {
      height: 25px; }
    .mmtheo-header-h02 .meta-header-wrapper .meta-menu__item {
      margin-top: 2px;
      margin-right: 40px;
      margin-bottom: 2px;
      margin-left: 0; }
    .mmtheo-header-h02 .meta-header-wrapper .lang-switch__current-item {
      padding-top: 2px;
      padding-right: 5px;
      padding-bottom: 2px;
      padding-left: 10px;
      height: 25px; }
    .mmtheo-header-h02 .meta-header-wrapper .lang-switch__list {
      top: 25px; }
    .mmtheo-header-h02 .meta-header-wrapper .lang-switch__list-item {
      padding: 10px 22px 10px 12px; }
  .mmtheo-header-h02 .header-wrapper--sticky .meta-header-wrapper {
    height: 0;
    overflow: hidden;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; } }

@media (min-width: 1280px) {
  .mmtheo-header-h02 .meta-header-wrapper {
    height: 25px;
    font-size: 14px;
    padding-right: 30px;
    padding-left: 40px; }
  .mmtheo-header-h02 .header-wrapper--sticky .meta-header-wrapper {
    height: 0;
    overflow: hidden;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear; } }

@media (max-width: 991.98px) {
  .mmtheo-header-h02 .header-wrapper--scroll-down .meta-header-wrapper {
    height: 0;
    padding: 0;
    margin: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    overflow: hidden; } }

.mmtheo-header-h02 .mobile-menu__wrapper {
  position: absolute;
  z-index: 9200;
  top: 80px;
  right: 0;
  width: 0;
  padding: 0;
  margin: 0;
  border: none;
  height: calc(100vh - 80px);
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none; }
  .mmtheo-header-h02 .mobile-menu__wrapper::-webkit-scrollbar {
    display: none; }
  .mmtheo-header-h02 .mobile-menu__wrapper--active {
    width: 90%;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-box-shadow: -5px 0px 5px rgba(0, 0, 0, 0.2);
            box-shadow: -5px 0px 5px rgba(0, 0, 0, 0.2); }

.mmtheo-header-h02 .mobile-menu__overlay {
  display: none; }
  .mmtheo-header-h02 .mobile-menu__overlay--active {
    display: block;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 80px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 9190; }

.mmtheo-header-h02 .mobile-menu__top-level {
  display: inline-block;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 30px; }
  .mmtheo-header-h02 .mobile-menu__top-level > .mobile-menu__item {
    border-bottom: 1px solid #575656; }
  .mmtheo-header-h02 .mobile-menu__top-level .mobile-menu__nav-item {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 600; }

.mmtheo-header-h02 .mobile-menu__first-level {
  display: none;
  margin-bottom: 20px;
  padding-left: 33px; }
  .mmtheo-header-h02 .mobile-menu__first-level .mobile-menu__nav-item {
    font-size: 18px;
    text-transform: none;
    font-weight: normal; }

.mmtheo-header-h02 .mobile-menu__sub-level {
  display: none;
  margin-bottom: 20px; }
  .mmtheo-header-h02 .mobile-menu__sub-level .mobile-menu__nav-item {
    border: none;
    font-size: 16px;
    text-transform: none;
    font-weight: normal;
    padding-left: 5%; }

.mmtheo-header-h02 .mobile-menu__item {
  padding: 10px 0; }
  .mmtheo-header-h02 .mobile-menu__item > a > .mobile-menu__icon {
    display: inline-block;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-weight: 600;
    font-size: 24px;
    margin-right: 5px; }
  .mmtheo-header-h02 .mobile-menu__item--active > a > .mobile-menu__icon {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .mmtheo-header-h02 .mobile-menu__item--sub-level {
    padding-top: 2%; }

.mmtheo-header-h02 .mobile-menu__nav-item {
  color: #272324;
  padding-left: 0;
  text-transform: uppercase; }
  .mmtheo-header-h02 .mobile-menu__nav-item--active {
    color: #D94F51 !important; }
  .mmtheo-header-h02 .mobile-menu__nav-item:hover {
    color: #D94F51 !important;
    text-decoration: none !important; }
    .mmtheo-header-h02 .mobile-menu__nav-item:hover > i {
      color: #D94F51 !important; }

.mmtheo-header-h02 .mobile-menu__icon {
  color: #272324; }
  .mmtheo-header-h02 .mobile-menu__icon--active {
    color: #D94F51; }

.mmtheo-header-h02 .mobile-menu__level {
  list-style: none; }
  .mmtheo-header-h02 .mobile-menu__level--active {
    display: block; }

.mmtheo-header-h02 .mobile-menu__divider {
  border-top: 1px solid #575656;
  margin: 0; }

.mmtheo-header-h02 .mobile-menu__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  vertical-align: middle;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
  margin-right: 10px;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .mmtheo-header-h02 .mobile-menu__burger i {
    font-size: 1.5rem; }

@media (min-width: 768px) {
  .mmtheo-header-h02 .mobile-menu__wrapper--active {
    width: 75%; }
  .mmtheo-header-h02 .mobile-menu__first-level .mobile-menu__nav-item {
    font-size: 18px; }
  .mmtheo-header-h02 .mobile-menu__sub-level .mobile-menu__nav-item {
    font-size: 16px; } }

body.layout-l01 {
  padding-top: 70px; }

@media (min-width: 992px) {
  body.layout-l01 {
    padding-top: 90px; } }

@media (min-width: 1280px) {
  body.layout-l01 {
    padding-top: 110px; } }

.mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .mmtheo-module-m01a .twentytwenty-handle:before, .mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-horizontal .mmtheo-module-m01a .twentytwenty-handle:after, .mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .mmtheo-module-m01a .twentytwenty-handle:before, .mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-handle:after, .twentytwenty-vertical .mmtheo-module-m01a .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 30; }

.mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .mmtheo-module-m01a .twentytwenty-handle:before, .mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-horizontal .mmtheo-module-m01a .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .mmtheo-module-m01a .twentytwenty-handle:before, .mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-handle:after, .twentytwenty-vertical .mmtheo-module-m01a .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.mmtheo-module-m01a .twentytwenty-before-label, .mmtheo-module-m01a .twentytwenty-after-label, .mmtheo-module-m01a .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.mmtheo-module-m01a .twentytwenty-before-label, .mmtheo-module-m01a .twentytwenty-after-label, .mmtheo-module-m01a .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s; }

.mmtheo-module-m01a .twentytwenty-before-label, .mmtheo-module-m01a .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.mmtheo-module-m01a .twentytwenty-before-label:before, .mmtheo-module-m01a .twentytwenty-after-label:before {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em; }

.mmtheo-module-m01a .twentytwenty-before-label:before, .mmtheo-module-m01a .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px; }

.mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .mmtheo-module-m01a .twentytwenty-before-label:before, .mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-after-label:before, .twentytwenty-horizontal .mmtheo-module-m01a .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .mmtheo-module-m01a .twentytwenty-before-label:before, .mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-after-label:before, .twentytwenty-vertical .mmtheo-module-m01a .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.mmtheo-module-m01a .twentytwenty-left-arrow, .mmtheo-module-m01a .twentytwenty-right-arrow, .mmtheo-module-m01a .twentytwenty-up-arrow, .mmtheo-module-m01a .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.mmtheo-module-m01a .twentytwenty-left-arrow, .mmtheo-module-m01a .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.mmtheo-module-m01a .twentytwenty-up-arrow, .mmtheo-module-m01a .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.mmtheo-module-m01a .twentytwenty-container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .mmtheo-module-m01a .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .mmtheo-module-m01a .twentytwenty-container.active .twentytwenty-overlay,
  .mmtheo-module-m01a .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .mmtheo-module-m01a .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .mmtheo-module-m01a .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
    .mmtheo-module-m01a .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .mmtheo-module-m01a .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .mmtheo-module-m01a .twentytwenty-container * {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }

.mmtheo-module-m01a .twentytwenty-before-label {
  opacity: 0; }
  .mmtheo-module-m01a .twentytwenty-before-label:before {
    content: attr(data-content); }

.mmtheo-module-m01a .twentytwenty-after-label {
  opacity: 0; }
  .mmtheo-module-m01a .twentytwenty-after-label:before {
    content: attr(data-content); }

.mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.mmtheo-module-m01a .twentytwenty-overlay {
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .mmtheo-module-m01a .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .mmtheo-module-m01a .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .mmtheo-module-m01a .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.mmtheo-module-m01a .twentytwenty-before {
  z-index: 20; }

.mmtheo-module-m01a .twentytwenty-after {
  z-index: 10; }

.mmtheo-module-m01a .twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid #fff;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(87, 86, 86, 0.5);
          box-shadow: 0px 0px 12px rgba(87, 86, 86, 0.5);
  z-index: 40;
  cursor: pointer; }

.mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(87, 86, 86, 0.5);
          box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(87, 86, 86, 0.5); }

.mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(87, 86, 86, 0.5);
          box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(87, 86, 86, 0.5); }

.mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(87, 86, 86, 0.5);
          box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(87, 86, 86, 0.5); }

.mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(87, 86, 86, 0.5);
          box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(87, 86, 86, 0.5); }

.mmtheo-module-m01a .twentytwenty-left-arrow {
  border-right: 6px solid #fff;
  left: 50%;
  margin-left: -17px; }

.mmtheo-module-m01a .twentytwenty-right-arrow {
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px; }

.mmtheo-module-m01a .twentytwenty-up-arrow {
  border-bottom: 6px solid #fff;
  top: 50%;
  margin-top: -17px; }

.mmtheo-module-m01a .twentytwenty-down-arrow {
  border-top: 6px solid #fff;
  bottom: 50%;
  margin-bottom: -17px; }

.mmtheo-module-m01a .media {
  display: block; }

.mmtheo-module-m01a ul li:before {
  content: "\2022";
  color: #D94F51;
  font-weight: 400;
  display: inline-block;
  width: 1em;
  margin-left: -1em; }

.mmtheo-module-m01a a:not(.btn) {
  text-decoration: none;
  position: relative;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out; }
  .mmtheo-module-m01a a:not(.btn):before, .mmtheo-module-m01a a:not(.btn):after {
    content: "";
    position: absolute;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  .mmtheo-module-m01a a:not(.btn):before {
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: #575656;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0); }
  .mmtheo-module-m01a a:not(.btn):hover {
    color: #575656; }
  .mmtheo-module-m01a a:not(.btn):hover:before {
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1); }

.mmtheo-module-m01a .btn:last-child, .mmtheo-module-m01a .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:last-child, .mmtheo-module.mmtheo-module-m06 .news--overview .mmtheo-module-m01a .item__newslink:last-child {
  margin-bottom: 0; }

.mmtheo-module-m01a .mb-first {
  margin-bottom: 1rem; }

.mmtheo-module-m01a .quote {
  font-weight: 300;
  display: block;
  text-align: center;
  font-size: 28px; }

.mmtheo-module-m01a .quote-author {
  font-weight: 300;
  display: block;
  text-align: center; }

.mmtheo-module-m01a picture .img-fluid:not([src$=".svg"]) {
  min-height: 240px; }

.mmtheo-module-m01a__text--brand-image img {
  max-width: 50%;
  height: auto; }

.mmtheo-module-m01a .stoerer__image {
  display: none;
  overflow: hidden; }

.mmtheo-module-m01a__container-fluid--full-width .headlines {
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .mmtheo-module-m01a__text--has-stoerer {
    padding-top: 35px; }
  .mmtheo-module-m01a__text--brand-image img {
    max-width: 33%; }
  .mmtheo-module-m01a .stoerer__image {
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
    max-height: 150px;
    max-width: 150px; }
    .mmtheo-module-m01a .stoerer__image.stoerer--left {
      left: 0;
      -webkit-transform: translate(-10%, -90%);
          -ms-transform: translate(-10%, -90%);
              transform: translate(-10%, -90%); }
    .mmtheo-module-m01a .stoerer__image.stoerer--right {
      right: 0;
      -webkit-transform: translate(10%, -90%);
          -ms-transform: translate(10%, -90%);
              transform: translate(10%, -90%); }
    .mmtheo-module-m01a .stoerer__image img {
      width: 100%;
      height: auto;
      -o-object-fit: cover;
         object-fit: cover; }
    .mmtheo-module-m01a .stoerer__image .stoerer__text {
      left: 0%;
      position: absolute;
      text-align: center;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 100%; }
      .mmtheo-module-m01a .stoerer__image .stoerer__text * {
        margin: 0; } }

@media (min-width: 992px) {
  .mmtheo-module-m01a .mb-first {
    margin-bottom: 0; }
  .mmtheo-module-m01a .quote {
    font-size: 42px; }
  .mmtheo-module-m01a picture .img-fluid:not([src$=".svg"]) {
    min-height: 340px; }
  .mmtheo-module-m01a .stoerer__image {
    max-height: 250px;
    max-width: 250px; } }

.mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-handle:before, .mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-handle:after, .mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-handle:before, .mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-handle:after, .twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  content: " ";
  display: block;
  background: #fff;
  position: absolute;
  z-index: 30; }

.mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-handle:before, .mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-handle:after, .twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after {
  width: 3px;
  height: 9999px;
  left: 50%;
  margin-left: -1.5px; }

.mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-handle:before, .mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-handle:after, .twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical .twentytwenty-handle:after {
  width: 9999px;
  height: 3px;
  top: 50%;
  margin-top: -1.5px; }

.mmtheo-module-m01a .twentytwenty-before-label, .mmtheo-module-m01a .twentytwenty-after-label, .mmtheo-module-m01a .twentytwenty-overlay, .twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

.mmtheo-module-m01a .twentytwenty-before-label, .mmtheo-module-m01a .twentytwenty-after-label, .mmtheo-module-m01a .twentytwenty-overlay, .twentytwenty-before-label, .twentytwenty-after-label, .twentytwenty-overlay {
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s; }

.mmtheo-module-m01a .twentytwenty-before-label, .mmtheo-module-m01a .twentytwenty-after-label, .twentytwenty-before-label, .twentytwenty-after-label {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.mmtheo-module-m01a .twentytwenty-before-label:before, .mmtheo-module-m01a .twentytwenty-after-label:before, .twentytwenty-before-label:before, .twentytwenty-after-label:before {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.1em; }

.mmtheo-module-m01a .twentytwenty-before-label:before, .mmtheo-module-m01a .twentytwenty-after-label:before, .twentytwenty-before-label:before, .twentytwenty-after-label:before {
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  line-height: 38px;
  padding: 0 20px;
  border-radius: 2px; }

.mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-before-label:before, .mmtheo-module-m01a .twentytwenty-horizontal .twentytwenty-after-label:before, .twentytwenty-horizontal .twentytwenty-before-label:before, .twentytwenty-horizontal .twentytwenty-after-label:before {
  top: 50%;
  margin-top: -19px; }

.mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-before-label:before, .mmtheo-module-m01a .twentytwenty-vertical .twentytwenty-after-label:before, .twentytwenty-vertical .twentytwenty-before-label:before, .twentytwenty-vertical .twentytwenty-after-label:before {
  left: 50%;
  margin-left: -45px;
  text-align: center;
  width: 90px; }

.mmtheo-module-m01a .twentytwenty-left-arrow, .mmtheo-module-m01a .twentytwenty-right-arrow, .mmtheo-module-m01a .twentytwenty-up-arrow, .mmtheo-module-m01a .twentytwenty-down-arrow, .twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  width: 0;
  height: 0;
  border: 6px inset transparent;
  position: absolute; }

.mmtheo-module-m01a .twentytwenty-left-arrow, .mmtheo-module-m01a .twentytwenty-right-arrow, .twentytwenty-left-arrow, .twentytwenty-right-arrow {
  top: 50%;
  margin-top: -6px; }

.mmtheo-module-m01a .twentytwenty-up-arrow, .mmtheo-module-m01a .twentytwenty-down-arrow, .twentytwenty-up-arrow, .twentytwenty-down-arrow {
  left: 50%;
  margin-left: -6px; }

.twentytwenty-container {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  z-index: 0;
  overflow: hidden;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none; }
  .twentytwenty-container img {
    max-width: 100%;
    position: absolute;
    top: 0;
    display: block; }
  .twentytwenty-container.active .twentytwenty-overlay,
  .twentytwenty-container.active :hover.twentytwenty-overlay {
    background: rgba(0, 0, 0, 0); }
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
    .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label {
      opacity: 0; }
  .twentytwenty-container * {
    -webkit-box-sizing: content-box;
            box-sizing: content-box; }

.twentytwenty-before-label {
  opacity: 0; }
  .twentytwenty-before-label:before {
    content: attr(data-content); }

.twentytwenty-after-label {
  opacity: 0; }
  .twentytwenty-after-label:before {
    content: attr(data-content); }

.twentytwenty-horizontal .twentytwenty-before-label:before {
  left: 10px; }

.twentytwenty-horizontal .twentytwenty-after-label:before {
  right: 10px; }

.twentytwenty-vertical .twentytwenty-before-label:before {
  top: 10px; }

.twentytwenty-vertical .twentytwenty-after-label:before {
  bottom: 10px; }

.twentytwenty-overlay {
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  background: rgba(0, 0, 0, 0);
  z-index: 25; }
  .twentytwenty-overlay:hover {
    background: rgba(0, 0, 0, 0.5); }
    .twentytwenty-overlay:hover .twentytwenty-after-label {
      opacity: 1; }
    .twentytwenty-overlay:hover .twentytwenty-before-label {
      opacity: 1; }

.twentytwenty-before {
  z-index: 20; }

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

.twentytwenty-handle {
  height: 38px;
  width: 38px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -22px;
  border: 3px solid #fff;
  border-radius: 1000px;
  -webkit-box-shadow: 0px 0px 12px rgba(87, 86, 86, 0.5);
          box-shadow: 0px 0px 12px rgba(87, 86, 86, 0.5);
  z-index: 40;
  cursor: pointer; }

.twentytwenty-horizontal .twentytwenty-handle:before {
  bottom: 50%;
  margin-bottom: 22px;
  -webkit-box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(87, 86, 86, 0.5);
          box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(87, 86, 86, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(87, 86, 86, 0.5);
          box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(87, 86, 86, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(87, 86, 86, 0.5);
          box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(87, 86, 86, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(87, 86, 86, 0.5);
          box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(87, 86, 86, 0.5); }

.twentytwenty-left-arrow {
  border-right: 6px solid #fff;
  left: 50%;
  margin-left: -17px; }

.twentytwenty-right-arrow {
  border-left: 6px solid #fff;
  right: 50%;
  margin-right: -17px; }

.twentytwenty-up-arrow {
  border-bottom: 6px solid #fff;
  top: 50%;
  margin-top: -17px; }

.twentytwenty-down-arrow {
  border-top: 6px solid #fff;
  bottom: 50%;
  margin-bottom: -17px; }

.mmtheo-module-m05 {
  overflow: hidden; }
  .mmtheo-module-m05.mmtheo-module-bg-1 .slider ul.slick-dots li button {
    background: #575656; }
  .mmtheo-module-m05.mmtheo-module-bg-1 .slider ul.slick-dots li.slick-active button {
    background: #fff; }
  .mmtheo-module-m05.mmtheo-module-bg-1 .item .item-wrap {
    background-color: #fff; }
  .mmtheo-module-m05.mmtheo-module-bg-2 .h3, .mmtheo-module-m05.mmtheo-module-bg-2 .h5, .mmtheo-module-m05.mmtheo-module-bg-2 .h6, .mmtheo-module-m05.mmtheo-module-bg-2 p, .mmtheo-module-m05.mmtheo-module-bg-2 li {
    color: #575656; }
  .mmtheo-module-m05.mmtheo-module-bg-2 .slider ul.slick-dots li button {
    background: #575656; }
  .mmtheo-module-m05.mmtheo-module-bg-2 .slider ul.slick-dots li.slick-active button {
    background: #fff; }
  .mmtheo-module-m05.mmtheo-module-bg-2 .item-wrap {
    background-color: #fff; }
  .mmtheo-module-m05.mmtheo-module-bg-2 .more, .mmtheo-module-m05.mmtheo-module-bg-2 .slick-arrow {
    color: #fff; }
  .mmtheo-module-m05 .tiles .mmtheo-module--headline {
    font-size: 22px; }
  .mmtheo-module-m05 .tiles .item {
    margin-bottom: 30px; }
    .mmtheo-module-m05 .tiles .item .button {
      margin-top: 20px; }
  .mmtheo-module-m05 .slider .item .item-wrap .headlines.color--default .h1, .mmtheo-module-m05 .slider .item .item-wrap .headlines.color--default .h2, .mmtheo-module-m05 .slider .item .item-wrap .headlines.color--default .h3, .mmtheo-module-m05 .slider .item .item-wrap .headlines.color--default .h4, .mmtheo-module-m05 .slider .item .item-wrap .headlines.color--default .h5, .mmtheo-module-m05 .slider .item .item-wrap .headlines.color--default .h6 {
    color: inherit; }
  .mmtheo-module-m05 .slider .item .item-wrap .headlines.color--primary .h1, .mmtheo-module-m05 .slider .item .item-wrap .headlines.color--primary .h2, .mmtheo-module-m05 .slider .item .item-wrap .headlines.color--primary .h3, .mmtheo-module-m05 .slider .item .item-wrap .headlines.color--primary .h4, .mmtheo-module-m05 .slider .item .item-wrap .headlines.color--primary .h5, .mmtheo-module-m05 .slider .item .item-wrap .headlines.color--primary .h6 {
    color: #D94F51; }
  .mmtheo-module-m05 .slider .item .item-wrap .headlines.color--secondary .h1, .mmtheo-module-m05 .slider .item .item-wrap .headlines.color--secondary .h2, .mmtheo-module-m05 .slider .item .item-wrap .headlines.color--secondary .h3, .mmtheo-module-m05 .slider .item .item-wrap .headlines.color--secondary .h4, .mmtheo-module-m05 .slider .item .item-wrap .headlines.color--secondary .h5, .mmtheo-module-m05 .slider .item .item-wrap .headlines.color--secondary .h6 {
    color: #575656; }
  .mmtheo-module-m05 .slider {
    margin-top: 60px; }
    .mmtheo-module-m05 .slider .item .item-wrap {
      margin: 0; }
  .mmtheo-module-m05 .mmtheo-module-m05-slider .item .item-wrap {
    margin: 0 10px; }
  .mmtheo-module-m05 .mmtheo-module-m05-slider .btn, .mmtheo-module-m05 .mmtheo-module-m05-slider .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink, .mmtheo-module.mmtheo-module-m06 .news--overview .mmtheo-module-m05 .mmtheo-module-m05-slider .item__newslink {
    margin-top: 1rem; }
  .mmtheo-module-m05 .mmtheo-module-m05-slider-33-33-33 .item .item-wrap {
    background-color: transparent;
    margin: 0; }
  .mmtheo-module-m05 .mmtheo-module-m05-slider-50-50 .item .item-wrap {
    background-color: transparent;
    margin: 0;
    padding-left: 0;
    padding-right: 0; }
  .mmtheo-module-m05 .item a {
    cursor: pointer; }
  .mmtheo-module-m05 .item .item-wrap {
    background-color: #fff;
    padding: 20px; }
    .mmtheo-module-m05 .item .item-wrap .headlines {
      word-break: break-word;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto;
      margin-bottom: 0; }
  .mmtheo-module-m05 .item .btn-5 {
    background: transparent; }
  .mmtheo-module-m05 .item a:not(.btn) {
    color: #D94F51; }
    .mmtheo-module-m05 .item a:not(.btn):before {
      left: 0;
      bottom: -1px;
      width: 100%;
      height: 1px;
      background: #D94F51;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0); }
    .mmtheo-module-m05 .item a:not(.btn):before {
      content: "";
      position: absolute;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      -o-transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
  .mmtheo-module-m05 .item a:not(.btn):hover {
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    color: #575656; }
    .mmtheo-module-m05 .item a:not(.btn):hover:before {
      background: #575656;
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); }
  .mmtheo-module-m05 .item-icon-1:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "theo-base" !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;
    font-size: 35px;
    color: #D94F51;
    margin-right: 5px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module-m05 .item-icon-2:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "theo-base" !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;
    content: "";
    font-size: 35px;
    color: #D94F51;
    margin-right: 5px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module-m05 .item-icon-3:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "theo-base" !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;
    font-size: 35px;
    color: #D94F51;
    margin-right: 5px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module-m05 ul.slick-dots {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    margin-top: -54px;
    top: 0; }
    .mmtheo-module-m05 ul.slick-dots li button {
      font-size: 0;
      background: #575656;
      border: 0;
      width: 50px;
      margin-right: 2px;
      margin-left: 2px;
      height: 4px;
      outline: 0;
      cursor: pointer;
      max-width: 20px; }
    .mmtheo-module-m05 ul.slick-dots li.slick-active button {
      background: #fff; }
  .mmtheo-module-m05 .link {
    margin-top: 20px; }
  .mmtheo-module-m05 a:not(.btn) {
    color: #575656;
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .mmtheo-module-m05 a:not(.btn):hover {
      color: #a02224; }
    .mmtheo-module-m05 a:not(.btn).more {
      font-size: 1.2rem;
      font-weight: 300; }
      .mmtheo-module-m05 a:not(.btn).more:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "theo-base" !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;
        font-size: inherit;
        color: inherit;
        margin-left: 5px;
        top: 2px;
        position: relative; }
  .mmtheo-module-m05 .slick-prev {
    position: absolute;
    top: 50%;
    left: -15px;
    z-index: 1000;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .mmtheo-module-m05 .slick-prev:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "theo-base" !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;
      content: "";
      font-size: 40px;
      color: #272324;
      margin-right: 5px;
      position: relative;
      top: 2px;
      left: 0; }
  .mmtheo-module-m05 .slick-next {
    position: absolute;
    top: 50%;
    right: -25px;
    z-index: 1000;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .mmtheo-module-m05 .slick-next:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "theo-base" !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;
      content: "";
      font-size: 40px;
      color: #272324;
      margin-right: 5px;
      position: relative;
      top: 2px;
      left: 0; }

@media (min-width: 768px) {
  .mmtheo-module-m05 .slider .image {
    margin: 0; }
  .mmtheo-module-m05 .slider .item {
    margin: 0 5px 20px 5px; }
    .mmtheo-module-m05 .slider .item .item-wrap {
      margin: 0; }
  .mmtheo-module-m05 .slider .slick-prev {
    top: 50%;
    left: -40px; }
    .mmtheo-module-m05 .slider .slick-prev:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "theo-base" !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;
      content: "";
      font-size: 3rem;
      color: #272324;
      margin-right: 5px;
      position: relative;
      top: 2px;
      left: 0; }
  .mmtheo-module-m05 .slider .slick-next {
    top: 50%;
    right: -46px; }
    .mmtheo-module-m05 .slider .slick-next:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "theo-base" !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;
      content: "";
      font-size: 3rem;
      color: #272324;
      margin-right: 5px;
      position: relative;
      top: 2px;
      left: 0; } }

@media (min-width: 992px) {
  .mmtheo-module-m05 .tiles .mmtheo-module--headline {
    font-size: 30px; }
  .mmtheo-module-m05 .tiles .item .item-wrap {
    padding: 20px; }
  .mmtheo-module-m05 .tiles .item .button {
    margin-top: 25px; }
  .mmtheo-module-m05 .slider {
    margin-top: 0; }
    .mmtheo-module-m05 .slider .item {
      margin: 0 10px 20px 10px;
      position: relative; }
    .mmtheo-module-m05 .slider .btn, .mmtheo-module-m05 .slider .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink, .mmtheo-module.mmtheo-module-m06 .news--overview .mmtheo-module-m05 .slider .item__newslink {
      margin-top: 1rem; }
    .mmtheo-module-m05 .slider .slick-prev {
      left: -54px;
      width: 70px; }
      .mmtheo-module-m05 .slider .slick-prev:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "theo-base" !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;
        content: "";
        font-size: 4rem;
        color: #272324;
        margin-right: 5px;
        position: relative;
        top: 2px;
        left: 0; }
    .mmtheo-module-m05 .slider .slick-next {
      right: -58px;
      width: 70px; }
      .mmtheo-module-m05 .slider .slick-next:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "theo-base" !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;
        content: "";
        font-size: 4rem;
        color: #272324;
        margin-right: 5px;
        position: relative;
        top: 2px;
        left: 0; }
    .mmtheo-module-m05 .slider .slick-list {
      margin: 0 -10px; } }

@media (min-width: 1280px) {
  .mmtheo-module-m05 .slider .slick-prev {
    left: 0; }
  .mmtheo-module-m05 .slider .slick-next {
    right: 0; }
  .mmtheo-module-m05 .item .item-wrap {
    padding: 20px; }
  .mmtheo-module-m05 .mmtheo-module-m05-slider .item .item-wrap {
    padding: 30px; }
  .mmtheo-module-m05 .mmtheo-module-m05-slider-33-33-33 .item .item-wrap {
    padding: 40px; }
  .mmtheo-module-m05 .mmtheo-module-m05-slider-50-50 .item .item-wrap {
    padding: 40px; } }

@media (min-width: 1600px) {
  .mmtheo-module-m05 .slider .slick-prev {
    left: -75px; }
  .mmtheo-module-m05 .slider .slick-next {
    right: -70px; } }

/* News Tiles */
.mmtheo-module-m06 {
  position: relative; }
  .mmtheo-module-m06 pre {
    white-space: normal !important; }
  .mmtheo-module-m06 ul li:before {
    content: "\2022";
    color: #D94F51;
    font-weight: 400;
    display: inline-block;
    width: 1em;
    margin-left: -1em; }
  .mmtheo-module-m06 .news__filter .category-filter .category-filter__item:before {
    margin-left: 0; }
  .mmtheo-module-m06 .news-filter--overview .news__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .mmtheo-module-m06 .hide_date {
    display: none; }
  .mmtheo-module-m06 .search-wrapper {
    position: relative;
    display: inline-block; }
    .mmtheo-module-m06 .search-wrapper .search-btn {
      display: inline-block;
      color: #D94F51;
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      text-align: center;
      line-height: 60px;
      cursor: pointer; }
      .mmtheo-module-m06 .search-wrapper .search-btn:before {
        content: "";
        font-size: 30px;
        font-family: "theo-base"; }
    .mmtheo-module-m06 .search-wrapper .search-box {
      height: 60px;
      padding: 10px 50px 10px 15px;
      width: 300px;
      -webkit-box-shadow: none;
              box-shadow: none;
      font-size: 1rem; }
  .mmtheo-module-m06 .news--teaser-one-column .item, .mmtheo-module-m06 .news--teaser-two-columns .item {
    margin-bottom: 30px; }
    .mmtheo-module-m06 .news--teaser-one-column .item__wrap, .mmtheo-module-m06 .news--teaser-two-columns .item__wrap {
      background-color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .mmtheo-module-m06 .news--teaser-one-column .item__date, .mmtheo-module-m06 .news--teaser-two-columns .item__date {
      padding: 20px;
      color: #fff;
      text-align: center;
      height: auto;
      background-color: #575656;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .mmtheo-module-m06 .news--teaser-one-column .item__date__day, .mmtheo-module-m06 .news--teaser-two-columns .item__date__day {
        font-family: "Source Sans Pro", sans-serif;
        font-weight: 600;
        font-size: 2.5rem; }
      .mmtheo-module-m06 .news--teaser-one-column .item__date__month, .mmtheo-module-m06 .news--teaser-two-columns .item__date__month {
        font-family: "Source Sans Pro", sans-serif;
        text-transform: uppercase;
        font-size: 1rem; }
    .mmtheo-module-m06 .news--teaser-one-column .item__text-wrap, .mmtheo-module-m06 .news--teaser-two-columns .item__text-wrap {
      font-size: 1.85rem;
      line-height: 2rem;
      padding: 20px 20px 20px 20px;
      position: relative;
      width: 100%; }
    .mmtheo-module-m06 .news--teaser-one-column .item__link, .mmtheo-module-m06 .news--teaser-two-columns .item__link {
      position: absolute;
      bottom: 20px; }
  .mmtheo-module-m06 .news--list, .mmtheo-module-m06 .news--archiv, .mmtheo-module-m06 .news--overview {
    margin-top: 30px; }
    .mmtheo-module-m06 .news--list .item, .mmtheo-module-m06 .news--archiv .item, .mmtheo-module-m06 .news--overview .item {
      margin-bottom: 30px; }
      .mmtheo-module-m06 .news--list .item__wrap, .mmtheo-module-m06 .news--archiv .item__wrap, .mmtheo-module-m06 .news--overview .item__wrap {
        padding-bottom: 20px;
        border-bottom: 1px solid #cccccc; }
      .mmtheo-module-m06 .news--list .item__date, .mmtheo-module-m06 .news--archiv .item__date, .mmtheo-module-m06 .news--overview .item__date {
        background-color: #575656;
        color: #fff;
        padding: 5px 20px;
        width: auto;
        display: inline-block; }
      .mmtheo-module-m06 .news--list .item__date, .mmtheo-module-m06 .news--archiv .item__date, .mmtheo-module-m06 .news--overview .item__date {
        margin-bottom: 20px; }
      .mmtheo-module-m06 .news--list .item__short, .mmtheo-module-m06 .news--archiv .item__short, .mmtheo-module-m06 .news--overview .item__short {
        display: block;
        margin-bottom: 0.5rem; }
      .mmtheo-module-m06 .news--list .item__link, .mmtheo-module-m06 .news--archiv .item__link, .mmtheo-module-m06 .news--overview .item__link {
        display: block; }
    .mmtheo-module-m06 .news--list:last-child, .mmtheo-module-m06 .news--archiv:last-child, .mmtheo-module-m06 .news--overview:last-child {
      margin-bottom: 0; }
  .mmtheo-module-m06 .news--archiv .item__modal-title {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis; }
  .mmtheo-module-m06 .news--overview .btn, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink {
    margin: 0; }
  .mmtheo-module-m06 .news--overview .item__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px; }
  .mmtheo-module-m06 .news--overview .item__picture {
    float: left;
    width: 180px;
    height: 180px;
    margin-right: 50px;
    text-align: center; }
  .mmtheo-module-m06 .news--overview .item__content {
    padding-top: 4px;
    width: calc(100% - 230px); }
  .mmtheo-module-m06 .news--overview .item__date {
    margin-bottom: 30px; }
  .mmtheo-module-m06 .news--overview .item p {
    opacity: 0.9; }
  .mmtheo-module-m06 .news--overview .item__teaser-text {
    line-height: 30px;
    margin-bottom: 15px; }
  .mmtheo-module-m06 .news--overview .item__modal-title {
    font-size: inherit;
    line-height: inherit; }
  .mmtheo-module-m06 .news--overview .item__date {
    background-color: #575656;
    color: #fff; }
  .mmtheo-module-m06 .news--mixed-view .mixed-view {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding-left: 15px;
    padding-right: 15px; }
    .mmtheo-module-m06 .news--mixed-view .mixed-view ul li:before {
      content: none; }
    .mmtheo-module-m06 .news--mixed-view .mixed-view__front-page {
      width: 100%;
      background-color: #fff;
      padding: 3%;
      height: 100%;
      margin-right: 5%; }
      .mmtheo-module-m06 .news--mixed-view .mixed-view__front-page .item {
        height: 100%;
        padding-bottom: 3rem; }
        .mmtheo-module-m06 .news--mixed-view .mixed-view__front-page .item__wrap {
          height: 100%; }
        .mmtheo-module-m06 .news--mixed-view .mixed-view__front-page .item__title {
          line-height: 1.2; }
        .mmtheo-module-m06 .news--mixed-view .mixed-view__front-page .item__text-wrap {
          font-family: "Open Sans", sans-serif !important;
          display: block;
          height: 100%; }
        .mmtheo-module-m06 .news--mixed-view .mixed-view__front-page .item__teaser-text {
          padding-top: 20px; }
        .mmtheo-module-m06 .news--mixed-view .mixed-view__front-page .item__link {
          font-family: "Open Sans", sans-serif !important;
          position: absolute;
          bottom: 0;
          padding-top: 3rem; }
    .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser {
      width: 100%;
      background-color: #fff;
      padding-top: 3%;
      padding-bottom: 3%;
      padding-left: 5%;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      display: block;
      margin-top: 3%; }
      .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser-title {
        padding-bottom: 1%; }
      .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser-list {
        font-family: "Open Sans", sans-serif !important;
        list-style: none;
        display: block;
        margin-bottom: 3rem; }
      .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser-item {
        width: 90%;
        height: 28%;
        margin-top: 10px;
        margin-bottom: 10px; }
      .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser-more-link {
        font-family: "Open Sans", sans-serif;
        color: #D94F51;
        font-weight: 600;
        font-size: 1rem;
        text-transform: uppercase;
        text-decoration: none;
        position: relative;
        -webkit-transition: color 0.3s ease-in-out;
        -o-transition: color 0.3s ease-in-out;
        transition: color 0.3s ease-in-out;
        padding: 0;
        margin: 0; }
        .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser-more-link:before {
          content: none; }
        .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser-more-link:after {
          content: "";
          position: absolute;
          -webkit-transition: -webkit-transform 0.3s ease-in-out;
          transition: -webkit-transform 0.3s ease-in-out;
          -o-transition: transform 0.3s ease-in-out;
          transition: transform 0.3s ease-in-out;
          transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
        .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser-more-link:after {
          left: 0;
          bottom: -1px;
          width: 100%;
          height: 1px;
          background: #575656;
          -webkit-transform: scaleX(0);
              -ms-transform: scaleX(0);
                  transform: scaleX(0);
          margin-top: 53%; }
        .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser-more-link:hover {
          color: #575656;
          background: transparent;
          border: none; }
        .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser-more-link:hover:after {
          -webkit-transform: scaleX(1);
              -ms-transform: scaleX(1);
                  transform: scaleX(1); }
      .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser .item {
        background: #fff;
        padding-left: 0; }
        .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser .item__date {
          padding: 10px;
          color: #fff;
          text-align: center;
          height: auto;
          background-color: #575656;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          display: inline-block;
          width: 20%;
          min-width: 110px; }
        .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser .item__wrap {
          white-space: nowrap;
          overflow: hidden;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis; }
        .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser .item__text-wrap {
          background: white;
          display: inline;
          padding-left: 3%;
          width: 80%;
          overflow: hidden;
          -o-text-overflow: ellipsis;
             text-overflow: ellipsis; }
        .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser .item__link {
          display: inline-block;
          margin-right: 2%; }
        .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser .item__newslink i {
          font-size: 1.7rem;
          position: relative;
          top: 4px; }
        .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser .item__title {
          display: inline;
          text-transform: none; }
          .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser .item__title:hover {
            cursor: pointer; }
  .mmtheo-module-m06 .item__modal-title {
    text-transform: none;
    margin-bottom: 0.5rem; }
  .mmtheo-module-m06 .btn, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink {
    margin: 30px 0 0 0; }
  .mmtheo-module-m06 .item__newslink--headline:hover {
    text-decoration: none; }
  .mmtheo-module-m06 .item__newslink:not(.btn) {
    color: #D94F51;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .mmtheo-module-m06 .item__newslink:not(.btn):before, .mmtheo-module-m06 .item__newslink:not(.btn):after {
      content: "";
      position: absolute;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      -o-transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
    .mmtheo-module-m06 .item__newslink:not(.btn):before {
      left: 0;
      bottom: -1px;
      width: 100%;
      height: 1px;
      background: #575656;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0); }
    .mmtheo-module-m06 .item__newslink:not(.btn):hover {
      color: #575656; }
    .mmtheo-module-m06 .item__newslink:not(.btn):hover:before {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); }
  .mmtheo-module-m06 .news-detail {
    display: none; }
    .mmtheo-module-m06 .news-detail__date {
      background-color: #575656;
      color: #fff;
      padding: 5px 20px;
      width: auto;
      display: inline; }
    .mmtheo-module-m06 .news-detail__text-wrap .modal-title {
      text-transform: none;
      margin-bottom: 1.5rem; }
  .mmtheo-module-m06 .news-detail-view, .mmtheo-module.mmtheo-module-m06 .news-detail-view__back-button {
    padding-right: 10%;
    padding-left: 10%; }
    .mmtheo-module-m06 .news-detail-view__image-wrap {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .mmtheo-module-m06 .news-detail-view__image-wrap img {
        height: auto; }
      .mmtheo-module-m06 .news-detail-view__image-wrap--portrait-left {
        float: left;
        width: 42%; }
        .mmtheo-module-m06 .news-detail-view__image-wrap--portrait-left img {
          padding-right: 3rem;
          padding-bottom: 3rem;
          -o-object-fit: contain;
             object-fit: contain; }
      .mmtheo-module-m06 .news-detail-view__image-wrap--portrait-right {
        float: right;
        width: 42%; }
        .mmtheo-module-m06 .news-detail-view__image-wrap--portrait-right img {
          padding-left: 3rem;
          padding-bottom: 3rem;
          -o-object-fit: contain;
             object-fit: contain; }
      .mmtheo-module-m06 .news-detail-view__image-wrap--content-width {
        float: none;
        width: 100%; }
        .mmtheo-module-m06 .news-detail-view__image-wrap--content-width img {
          -o-object-fit: contain;
             object-fit: contain;
          padding-bottom: 3rem;
          width: 100%; }
      .mmtheo-module-m06 .news-detail-view__image-wrap--hidden {
        display: none; }
    .mmtheo-module-m06 .news-detail-view__image-gallery {
      width: 100%;
      padding-top: 3%;
      padding-bottom: 3%; }
      .mmtheo-module-m06 .news-detail-view__image-gallery-item {
        width: 100%;
        padding-top: 56.25%;
        position: relative; }
      .mmtheo-module-m06 .news-detail-view__image-gallery-image-wrap {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background-color: lightgrey; }
        .mmtheo-module-m06 .news-detail-view__image-gallery-image-wrap img {
          height: 100%;
          width: 100%;
          -o-object-fit: contain;
             object-fit: contain; }
      .mmtheo-module-m06 .news-detail-view__image-gallery .slick-prev {
        position: absolute;
        top: 50%;
        left: -35px;
        z-index: 1000;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 50px; }
        .mmtheo-module-m06 .news-detail-view__image-gallery .slick-prev:before {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: "theo-base" !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;
          font-size: 40px;
          color: #272324;
          margin-right: 5px;
          position: relative;
          top: 2px;
          left: 0; }
        .mmtheo-module-m06 .news-detail-view__image-gallery .slick-prev:hover {
          cursor: pointer; }
          .mmtheo-module-m06 .news-detail-view__image-gallery .slick-prev:hover:before {
            /* use !important to prevent issues with browser extensions that change fonts */
            font-family: "theo-base" !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;
            font-size: 40px;
            color: #D94F51;
            margin-right: 5px;
            position: relative;
            top: 2px;
            left: 0; }
        @media (min-width: 992px) {
          .mmtheo-module-m06 .news-detail-view__image-gallery .slick-prev {
            width: 112px; } }
      .mmtheo-module-m06 .news-detail-view__image-gallery .slick-next {
        position: absolute;
        top: 50%;
        right: -45px;
        z-index: 1000;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        .mmtheo-module-m06 .news-detail-view__image-gallery .slick-next:before {
          /* use !important to prevent issues with browser extensions that change fonts */
          font-family: "theo-base" !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;
          font-size: 40px;
          color: #272324;
          margin-right: 5px;
          position: relative;
          top: 2px;
          left: 0; }
        .mmtheo-module-m06 .news-detail-view__image-gallery .slick-next:hover {
          cursor: pointer; }
          .mmtheo-module-m06 .news-detail-view__image-gallery .slick-next:hover:before {
            /* use !important to prevent issues with browser extensions that change fonts */
            font-family: "theo-base" !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;
            font-size: 40px;
            color: #D94F51;
            margin-right: 5px;
            position: relative;
            top: 2px;
            left: 0; }
    .mmtheo-module-m06 .news-detail-view__image-gallery-nav {
      width: 100%;
      padding-top: 3%;
      padding-bottom: 3%; }
      .mmtheo-module-m06 .news-detail-view__image-gallery-nav .slick-track {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; }
      .mmtheo-module-m06 .news-detail-view__image-gallery-nav .slick-slide {
        height: inherit !important; }
      .mmtheo-module-m06 .news-detail-view__image-gallery-nav-item {
        height: 100%;
        padding: 3%; }
      .mmtheo-module-m06 .news-detail-view__image-gallery-nav-image-wrap {
        width: 100%;
        height: 100%; }
        .mmtheo-module-m06 .news-detail-view__image-gallery-nav-image-wrap img {
          height: 100%;
          width: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          cursor: pointer; }
    .mmtheo-module-m06 .news-detail-view__text-wrap p {
      text-align: justify; }
    .mmtheo-module-m06 .news-detail-view__text-wrap .news-detail-button .btn, .mmtheo-module.mmtheo-module-m06 .news-detail-view__text-wrap .news-detail-button .news--overview .item__newslink, .mmtheo-module.mmtheo-module-m06 .news--overview .news-detail-view__text-wrap .news-detail-button .item__newslink {
      border: 1px solid;
      border-radius: 0px;
      margin-bottom: 30px; }
    .mmtheo-module-m06 .news-detail-view__text-wrap::after {
      content: "";
      clear: both;
      display: table; }
    .mmtheo-module-m06 .news-detail-view.layout-v2 .item__date, .mmtheo-module.mmtheo-module-m06 .layout-v2.news-detail-view__back-button .item__date {
      background-color: #575656;
      color: #fff;
      padding: 5px 20px;
      width: auto;
      display: inline; }
    .mmtheo-module-m06 .news-detail-view.layout-v2 .item__title, .mmtheo-module.mmtheo-module-m06 .layout-v2.news-detail-view__back-button .item__title {
      margin: 20px 0 40px 0;
      font-size: 34px;
      line-height: 40px;
      font-weight: 600; }
    .mmtheo-module-m06 .news-detail-view .downloads-teilen, .mmtheo-module.mmtheo-module-m06 .news-detail-view__back-button .downloads-teilen {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 20px;
      background-color: lightgray;
      margin-bottom: 60px; }
      .mmtheo-module-m06 .news-detail-view .downloads-teilen .downloads, .mmtheo-module.mmtheo-module-m06 .news-detail-view__back-button .downloads-teilen .downloads, .mmtheo-module-m06 .news-detail-view .downloads-teilen .teilen, .mmtheo-module.mmtheo-module-m06 .news-detail-view__back-button .downloads-teilen .teilen {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-flex: 50%;
            -ms-flex: 50%;
                flex: 50%;
        padding-right: 10px;
        padding-bottom: 15px; }
      .mmtheo-module-m06 .news-detail-view .downloads-teilen .label, .mmtheo-module.mmtheo-module-m06 .news-detail-view__back-button .downloads-teilen .label {
        margin-right: 16px;
        text-transform: uppercase;
        font-weight: bold;
        padding-bottom: 10px; }
      .mmtheo-module-m06 .news-detail-view .downloads-teilen .downloads .list, .mmtheo-module.mmtheo-module-m06 .news-detail-view__back-button .downloads-teilen .downloads .list {
        word-break: break-all; }
        .mmtheo-module-m06 .news-detail-view .downloads-teilen .downloads .list a, .mmtheo-module.mmtheo-module-m06 .news-detail-view__back-button .downloads-teilen .downloads .list a {
          display: block; }
          .mmtheo-module-m06 .news-detail-view .downloads-teilen .downloads .list a:before, .mmtheo-module.mmtheo-module-m06 .news-detail-view__back-button .downloads-teilen .downloads .list a:before {
            content: "";
            margin-right: 10px;
            font-family: "theo-base"; }
  .mmtheo-module-m06 .news__filter .custom-select {
    width: 300px;
    background: initial;
    height: 60px;
    padding: 10px 50px 10px 10px;
    line-height: 40px;
    text-transform: uppercase;
    border-radius: 0;
    position: relative;
    z-index: 1; }
  .mmtheo-module-m06 .news__filter .select-wrapper {
    display: inline-block;
    position: relative;
    font-size: 1rem; }
    .mmtheo-module-m06 .news__filter .select-wrapper:after {
      content: "";
      font-family: "theo-base";
      vertical-align: middle;
      position: absolute;
      right: 8px;
      font-size: 30px;
      line-height: 60px;
      z-index: 0; }
  .mmtheo-module-m06 .news__filter .filter__item {
    margin-bottom: 20px; }
  .mmtheo-module-m06 .category-filter {
    display: none; }
  .mmtheo-module-m06 .arrow-left, .mmtheo-module-m06 .arrow-right {
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    font-size: 50px;
    color: green; }
    .mmtheo-module-m06 .arrow-left:before, .mmtheo-module-m06 .arrow-right:before {
      display: inline-block;
      font-family: "theo-base"; }
  .mmtheo-module-m06 .arrow-left {
    left: 0; }
    .mmtheo-module-m06 .arrow-left:before {
      content: ""; }
  .mmtheo-module-m06 .arrow-right {
    right: 0; }
    .mmtheo-module-m06 .arrow-right:before {
      content: ""; }
  .mmtheo-module-m06 .news--tiles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .mmtheo-module-m06 .news--tiles .news__item {
      margin: 0 15px; }
      .mmtheo-module-m06 .news--tiles .news__item .item__picture {
        height: 350px; }
        .mmtheo-module-m06 .news--tiles .news__item .item__picture img {
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          width: 100%; }
      .mmtheo-module-m06 .news--tiles .news__item .item_description {
        background-color: white;
        border: 1px solid white;
        border-top: 0;
        padding: 20px; }
        .mmtheo-module-m06 .news--tiles .news__item .item_description.border--full {
          border-top: 1px solid white; }
        .mmtheo-module-m06 .news--tiles .news__item .item_description .item__date {
          font-size: 16px;
          margin-top: 0px; }
        .mmtheo-module-m06 .news--tiles .news__item .item_description .item__title {
          font-size: 20px;
          line-height: 28px;
          color: green;
          text-transform: uppercase; }
        .mmtheo-module-m06 .news--tiles .news__item .item_description .item__teaser-text {
          font-size: 16px;
          line-height: 22px;
          margin-bottom: 15px; }
        .mmtheo-module-m06 .news--tiles .news__item .item_description .item__newslink {
          text-transform: initial; }
  .mmtheo-module-m06.mmtheo-module-bg-2 .news--tiles .news__item .item_description {
    background-color: inherit; }

@media (min-width: 768px) {
  .mmtheo-module-m06 .news-filter--overview .news__filter {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .mmtheo-module-m06 .search-wrapper .search-box {
    width: 200px; }
  .mmtheo-module-m06 .news--tiles .arrow-left {
    margin-left: -20px; }
  .mmtheo-module-m06 .news--tiles .arrow-right {
    margin-right: -20px; }
  .mmtheo-module-m06 .news--tiles .news__item {
    max-width: calc(50% - 40px);
    margin: 0 10px; }
    .mmtheo-module-m06 .news--tiles .news__item .item_description .item__title {
      font-size: 24px;
      line-height: 30px; }
    .mmtheo-module-m06 .news--tiles .news__item .item_description .item__teaser-text {
      font-size: 18px;
      line-height: 24px; }
  .mmtheo-module-m06 .news__filter .custom-select {
    width: 200px; }
  .mmtheo-module-m06 .news__filter .filter__item {
    display: inline-block; }
    .mmtheo-module-m06 .news__filter .filter__item:first-child {
      margin: 0 10px 30px 0; }
    .mmtheo-module-m06 .news__filter .filter__item:last-child {
      margin: 0 0 30px 10px; }
  .mmtheo-module-m06 .news--mixed-view .mixed-view {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .mmtheo-module-m06 .news--mixed-view .mixed-view__front-page {
      width: 40%; }
    .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser {
      width: 60%;
      margin-top: 0;
      padding-left: 3%; }
      .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser-item {
        width: 94%; }
      .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser .item__date {
        min-width: 120px; }
  .mmtheo-module-m06 .news-detail-view .downloads-teilen, .mmtheo-module.mmtheo-module-m06 .news-detail-view__back-button .downloads-teilen {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .mmtheo-module-m06 .news-detail-view .downloads-teilen .downloads, .mmtheo-module.mmtheo-module-m06 .news-detail-view__back-button .downloads-teilen .downloads, .mmtheo-module-m06 .news-detail-view .downloads-teilen .teilen, .mmtheo-module.mmtheo-module-m06 .news-detail-view__back-button .downloads-teilen .teilen {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      padding-bottom: 0; }
    .mmtheo-module-m06 .news-detail-view .downloads-teilen .label, .mmtheo-module.mmtheo-module-m06 .news-detail-view__back-button .downloads-teilen .label {
      padding-bottom: 0; }
  .mmtheo-module-m06 > .arrow-left {
    left: 30px;
    margin-right: 30px; }
  .mmtheo-module-m06 > .arrow-right {
    right: 30px;
    margin-left: 30px; } }

@media (min-width: 992px) {
  .mmtheo-module-m06 .search-wrapper .search-box {
    width: 300px;
    font-size: 1.25rem; }
  .mmtheo-module-m06 .news--teaser-one-column .item, .mmtheo-module-m06 .news--teaser-two-columns .item {
    margin-bottom: 30px; }
    .mmtheo-module-m06 .news--teaser-one-column .item__modal-title.hover, .mmtheo-module-m06 .news--teaser-two-columns .item__modal-title.hover {
      cursor: pointer; }
    .mmtheo-module-m06 .news--teaser-one-column .item__day, .mmtheo-module-m06 .news--teaser-two-columns .item__day {
      font-size: 4.375rem; }
    .mmtheo-module-m06 .news--teaser-one-column .item__month, .mmtheo-module-m06 .news--teaser-two-columns .item__month {
      font-size: 1.5rem; }
    .mmtheo-module-m06 .news--teaser-one-column .item__text-wrap, .mmtheo-module-m06 .news--teaser-two-columns .item__text-wrap {
      font-size: 1.85rem; }
  .mmtheo-module-m06 .news__filter .custom-select {
    width: 300px;
    font-size: 1.25rem; }
  .mmtheo-module-m06 .news__filter .filter__item:first-child {
    margin: 0 10px 0 0; }
  .mmtheo-module-m06 .news__filter .filter__item:last-child {
    margin: 0 0 0 10px; }
  .mmtheo-module-m06 .news--list .item__modal-title:hover, .mmtheo-module-m06 .news--archiv .item__modal-title:hover, .mmtheo-module-m06 .news--overview .item__modal-title:hover {
    cursor: pointer; }
  .mmtheo-module-m06 .news--list .item__link, .mmtheo-module-m06 .news--archiv .item__link, .mmtheo-module-m06 .news--overview .item__link {
    display: inline;
    margin-right: 100px; }
  .mmtheo-module-m06 .item__newslink:not(.btn) {
    font-size: 1.375rem; }
  .mmtheo-module-m06 .news--mixed-view .mixed-view {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .mmtheo-module-m06 .news--mixed-view .mixed-view__front-page {
      width: 33%;
      margin-right: 4%; }
    .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser {
      width: 66%;
      margin-top: 0;
      padding-left: 3%; }
      .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser-more {
        font-size: 1.375rem; }
        .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser-more-link {
          font-size: 1.375rem; }
      .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser-item {
        margin-bottom: 15px;
        margin-top: 15px; }
      .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser .item__date {
        min-width: 160px;
        padding: 20px; }
      .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser .item__newslink i {
        font-size: 2rem;
        top: 6px; }
      .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser .item__title {
        font-size: 24px; }
  .mmtheo-module-m06 .category-filter {
    display: inline-block;
    list-style: none; }
    .mmtheo-module-m06 .category-filter__item {
      float: left;
      font-size: 1.75rem;
      color: #575656;
      margin-right: 40px;
      text-transform: uppercase;
      position: relative;
      -webkit-transition: color 0.3s ease-in-out;
      -o-transition: color 0.3s ease-in-out;
      transition: color 0.3s ease-in-out; }
      .mmtheo-module-m06 .category-filter__item:before, .mmtheo-module-m06 .category-filter__item:after {
        content: "";
        position: absolute;
        -webkit-transition: -webkit-transform 0.3s ease-in-out;
        transition: -webkit-transform 0.3s ease-in-out;
        -o-transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out;
        transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out; }
      .mmtheo-module-m06 .category-filter__item:before {
        left: 0;
        bottom: -5px;
        width: 100%;
        height: 1px;
        background: #D94F51;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0); }
      .mmtheo-module-m06 .category-filter__item:hover {
        cursor: pointer;
        color: #D94F51; }
      .mmtheo-module-m06 .category-filter__item:hover:before {
        -webkit-transform: scaleX(1);
            -ms-transform: scaleX(1);
                transform: scaleX(1); }
      .mmtheo-module-m06 .category-filter__item.active {
        font-weight: 600;
        color: #D94F51; }
        .mmtheo-module-m06 .category-filter__item.active:before {
          left: 0;
          bottom: -5px;
          width: 100%;
          height: 2px;
          background: #D94F51;
          -webkit-transform: scaleX(1);
              -ms-transform: scaleX(1);
                  transform: scaleX(1); }
  .mmtheo-module-m06 .news--tiles .slick-list {
    margin: 0 -5px; }
  .mmtheo-module-m06 .news--tiles .arrow-left {
    margin-left: -20px; }
  .mmtheo-module-m06 .news--tiles .arrow-right {
    margin-right: -20px; }
  .mmtheo-module-m06 .news--tiles .news__item {
    max-width: calc(50% - 40px);
    margin: 0 20px; }
    .mmtheo-module-m06 .news--tiles .news__item .item_description {
      border: 1px solid white;
      border-top: 0; }
      .mmtheo-module-m06 .news--tiles .news__item .item_description.border--full {
        border-top: 1px solid white; }
      .mmtheo-module-m06 .news--tiles .news__item .item_description .item__title {
        font-size: 28px;
        line-height: 34px;
        text-transform: initial; }
      .mmtheo-module-m06 .news--tiles .news__item .item_description .item__teaser-text {
        font-size: 20px;
        line-height: 28px; } }

@media (min-width: 1280px) {
  .mmtheo-module-m06 .search-wrapper .search-box {
    width: 350px; }
  .mmtheo-module-m06 .news__filter .custom-select {
    width: 350px; }
  .mmtheo-module-m06 .news--mixed-view .mixed-view__front-page {
    width: 33%;
    margin-right: 3%; }
  .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser {
    width: 66%; }
    .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser-title {
      padding-bottom: 2%; }
    .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser-list {
      height: 300px;
      margin-bottom: 1rem; }
    .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser-more {
      margin-top: 0; }
    .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser .item__date {
      min-width: 170px; }
    .mmtheo-module-m06 .news--mixed-view .mixed-view__teaser .item__newslink i {
      font-size: 2.5rem; }
  .mmtheo-module-m06 .news--tiles .news__item .item_description {
    border: 1px solid gray;
    border-top: 0; }
    .mmtheo-module-m06 .news--tiles .news__item .item_description.border--full {
      border-top: 1px solid gray; }
    .mmtheo-module-m06 .news--tiles .news__item .item_description .item__title {
      font-size: 30px;
      line-height: 36px; }
    .mmtheo-module-m06 .news--tiles .news__item .item_description .item__teaser-text {
      font-size: 22px;
      line-height: 32px; } }

@media (min-width: 1600px) {
  .mmtheo-module-m06 .search-wrapper .search-box {
    width: 400px; }
  .mmtheo-module-m06 .news__filter .custom-select {
    width: 400px; }
  .mmtheo-module-m06 .news--tiles .news__item {
    max-width: calc(33.33% - 40px); }
  .mmtheo-module-m06 .news--tiles .arrow-left {
    left: -40px; }
  .mmtheo-module-m06 .news--tiles .arrow-right {
    right: -40px; } }

/* Layout-v2 Slider Main */
/* Layout-v2 Slider Nav */
/* Computed Variables */
.mmtheo-module-m07a picture {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }
  .mmtheo-module-m07a picture .img-fluid {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%; }

.mmtheo-module-m07a .image-grid {
  position: relative; }
  .mmtheo-module-m07a .image-grid .image-grid-text {
    min-height: 240px; }

.mmtheo-module-m07a .image:hover img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.mmtheo-module-m07a .slick-prev {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.mmtheo-module-m07a .slick-next {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 10;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.mmtheo-module-m07a .m07-slider {
  overflow: hidden; }
  .mmtheo-module-m07a .m07-slider ul.slick-dots {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    margin-top: -54px;
    top: 0; }
    .mmtheo-module-m07a .m07-slider ul.slick-dots li button {
      font-size: 0;
      background: #575656;
      border: 0;
      width: 50px;
      margin-right: 2px;
      margin-left: 2px;
      height: 4px;
      outline: 0;
      cursor: pointer;
      max-width: 20px; }
    .mmtheo-module-m07a .m07-slider ul.slick-dots li.slick-active button {
      background: #fff; }
  .mmtheo-module-m07a .m07-slider .slick-prev {
    height: 56px;
    width: 57px;
    background-color: rgba(0, 0, 0, 0.5); }
    .mmtheo-module-m07a .m07-slider .slick-prev:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "theo-base" !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;
      content: "";
      font-size: 3.5rem;
      color: #fff;
      margin-right: 5px;
      position: relative;
      top: 2px;
      left: 0; }
  .mmtheo-module-m07a .m07-slider .slick-next {
    height: 56px;
    width: 57px;
    background-color: rgba(0, 0, 0, 0.5); }
    .mmtheo-module-m07a .m07-slider .slick-next:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "theo-base" !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;
      content: "";
      font-size: 3.5rem;
      color: #fff;
      margin-right: 5px;
      position: relative;
      top: 2px;
      left: 0; }
  .mmtheo-module-m07a .m07-slider .item {
    position: relative; }
    .mmtheo-module-m07a .m07-slider .item .text-wrap {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: stretch;
          -ms-flex-pack: stretch;
              justify-content: stretch; }
    .mmtheo-module-m07a .m07-slider .item .container-fluid .container-width {
      width: auto; }
    .mmtheo-module-m07a .m07-slider .item .spacer {
      background: rgba(0, 0, 0, 0.5);
      border-left: 1px solid #fff; }
    .mmtheo-module-m07a .m07-slider .item .text {
      padding: 20px;
      background: rgba(0, 0, 0, 0.5);
      border-right: 1px solid #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .mmtheo-module-m07a .m07-slider .item .text .mmtheo-module--headline, .mmtheo-module-m07a .m07-slider .item .text .mmtheo-module--subheadline, .mmtheo-module-m07a .m07-slider .item .text p {
        color: #fff;
        opacity: 100%; }
      .mmtheo-module-m07a .m07-slider .item .text .btn-6 {
        background: transparent; }
      .mmtheo-module-m07a .m07-slider .item .text .btn:last-child, .mmtheo-module-m07a .m07-slider .item .text .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:last-child, .mmtheo-module.mmtheo-module-m06 .news--overview .mmtheo-module-m07a .m07-slider .item .text .item__newslink:last-child {
        margin-top: 1rem;
        margin-bottom: 0; }

.mmtheo-module-m07a .layout-v2 {
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0; }
  .mmtheo-module-m07a .layout-v2 .slider-v2__main .slider-v2__item,
  .mmtheo-module-m07a .layout-v2 .slider-v2__nav .slider-v2__item {
    display: none; }
    .mmtheo-module-m07a .layout-v2 .slider-v2__main .slider-v2__item .slider-v2__text,
    .mmtheo-module-m07a .layout-v2 .slider-v2__nav .slider-v2__item .slider-v2__text {
      visibility: hidden; }
  .mmtheo-module-m07a .layout-v2 .slider-v2__main .slider-v2__item:first-child,
  .mmtheo-module-m07a .layout-v2 .slider-v2__nav .slider-v2__item:first-child {
    display: block; }
  .mmtheo-module-m07a .layout-v2 .slider-v2__main.slick-initialized .slider-v2__item,
  .mmtheo-module-m07a .layout-v2 .slider-v2__nav.slick-initialized .slider-v2__item {
    display: block; }
    .mmtheo-module-m07a .layout-v2 .slider-v2__main.slick-initialized .slider-v2__item .slider-v2__text,
    .mmtheo-module-m07a .layout-v2 .slider-v2__nav.slick-initialized .slider-v2__item .slider-v2__text {
      visibility: visible; }
  .mmtheo-module-m07a .layout-v2 .slider-v2__main .arrow-left, .mmtheo-module-m07a .layout-v2 .slider-v2__main .arrow-right,
  .mmtheo-module-m07a .layout-v2 .slider-v2__nav .arrow-left,
  .mmtheo-module-m07a .layout-v2 .slider-v2__nav .arrow-right {
    cursor: pointer;
    position: absolute;
    top: 0;
    z-index: 1; }
    .mmtheo-module-m07a .layout-v2 .slider-v2__main .arrow-left:before, .mmtheo-module-m07a .layout-v2 .slider-v2__main .arrow-right:before,
    .mmtheo-module-m07a .layout-v2 .slider-v2__nav .arrow-left:before,
    .mmtheo-module-m07a .layout-v2 .slider-v2__nav .arrow-right:before {
      display: inline-block;
      font-family: "theo-base"; }
  .mmtheo-module-m07a .layout-v2 .slider-v2__main .arrow-left,
  .mmtheo-module-m07a .layout-v2 .slider-v2__nav .arrow-left {
    left: 0; }
    .mmtheo-module-m07a .layout-v2 .slider-v2__main .arrow-left:before,
    .mmtheo-module-m07a .layout-v2 .slider-v2__nav .arrow-left:before {
      content: "\e90c"; }
  .mmtheo-module-m07a .layout-v2 .slider-v2__main .arrow-right,
  .mmtheo-module-m07a .layout-v2 .slider-v2__nav .arrow-right {
    right: 0; }
    .mmtheo-module-m07a .layout-v2 .slider-v2__main .arrow-right:before,
    .mmtheo-module-m07a .layout-v2 .slider-v2__nav .arrow-right:before {
      content: "\e911"; }
  .mmtheo-module-m07a .layout-v2 .slider-v2__main .slider-v2__item .asset,
  .mmtheo-module-m07a .layout-v2 .slider-v2__nav .slider-v2__item .asset {
    height: 100%; }
  .mmtheo-module-m07a .layout-v2 .slider-v2__main .slider-v2__item picture,
  .mmtheo-module-m07a .layout-v2 .slider-v2__nav .slider-v2__item picture {
    position: unset; }
    .mmtheo-module-m07a .layout-v2 .slider-v2__main .slider-v2__item picture img,
    .mmtheo-module-m07a .layout-v2 .slider-v2__nav .slider-v2__item picture img {
      height: 100%;
      width: 100%; }
  .mmtheo-module-m07a .layout-v2 .slider-v2__main .slider-v2__item video,
  .mmtheo-module-m07a .layout-v2 .slider-v2__nav .slider-v2__item video {
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
  .mmtheo-module-m07a .layout-v2 .slider-v2__nav .slider-v2__item picture img {
    -o-object-fit: contain;
       object-fit: contain; }
  .mmtheo-module-m07a .layout-v2 .slider-v2__main .arrow-left, .mmtheo-module-m07a .layout-v2 .slider-v2__main .arrow-right {
    display: inline-block; }
    .mmtheo-module-m07a .layout-v2 .slider-v2__main .arrow-left:before, .mmtheo-module-m07a .layout-v2 .slider-v2__main .arrow-right:before {
      color: gray;
      font-size: 40px; }
  .mmtheo-module-m07a .layout-v2 .slider-v2__main .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style-type: none;
    margin-top: 10px; }
    .mmtheo-module-m07a .layout-v2 .slider-v2__main .slick-dots li > button {
      background-color: white;
      border: 1px solid gray;
      border-radius: 100%;
      color: transparent;
      height: 15px;
      margin: 0 3px;
      outline: none;
      padding: 0;
      width: 15px; }
    .mmtheo-module-m07a .layout-v2 .slider-v2__main .slick-dots li.slick-active > button {
      background: green; }
  .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item {
    position: relative; }
    .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin {
      background: white;
      margin-top: -10%;
      padding: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin:before {
        border: 1px solid gray;
        bottom: 15px;
        content: '';
        left: 15px;
        position: absolute;
        right: 15px;
        top: 15px; }
      .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .stoerer__image {
        display: none;
        overflow: hidden; }
        .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .stoerer__image picture {
          width: 100%;
          display: inline-block; }
        .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .stoerer__image img {
          height: auto;
          width: auto;
          margin: 0 auto;
          max-height: 120px;
          max-width: 120px; }
      .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .bodytext {
        font-size: 16px;
        overflow-y: auto;
        padding-right: 5px; }
    .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--free {
      bottom: unset;
      -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      max-height: 90%;
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      background-color: rgba(0, 0, 0, 0.3); }
      .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--free:after {
        position: absolute;
        top: 0;
        right: 0;
        color: green;
        font-family: "theo-base";
        font-size: 50px;
        line-height: 50px; }
      .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--free:before {
        position: absolute;
        bottom: 0;
        left: 0;
        color: green;
        font-family: "theo-base";
        font-size: 50px;
        line-height: 50px; }
      .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--free .bodytext {
        padding: 10px 50px;
        overflow: hidden; }
      .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--free .stoerer__image {
        display: block;
        position: relative;
        top: 0;
        margin-top: 10px; }
        .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--free .stoerer__image picture {
          width: 100%;
          display: inline-block; }
        .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--free .stoerer__image img {
          height: auto;
          width: auto;
          margin: 0 auto;
          max-height: 115px;
          max-width: 115px; }
        .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--free .stoerer__image .stoerer__text {
          left: 0%;
          position: absolute;
          text-align: center;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 100%;
          padding: 5px; }
          .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--free .stoerer__image .stoerer__text * {
            margin: 0; }
  .mmtheo-module-m07a .layout-v2.slider-v2__nav--show .slider-v2__main .slick-dots {
    display: none !important; }
  .mmtheo-module-m07a .layout-v2.slider-v2__nav--show .slider-v2__nav {
    background-color: white;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0; }
    .mmtheo-module-m07a .layout-v2.slider-v2__nav--show .slider-v2__nav .arrow-left, .mmtheo-module-m07a .layout-v2.slider-v2__nav--show .slider-v2__nav .arrow-right {
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .mmtheo-module-m07a .layout-v2.slider-v2__nav--show .slider-v2__nav .arrow-left:before, .mmtheo-module-m07a .layout-v2.slider-v2__nav--show .slider-v2__nav .arrow-right:before {
        color: gray;
        font-size: 40px; }
    .mmtheo-module-m07a .layout-v2.slider-v2__nav--show .slider-v2__nav .arrow-left {
      left: 0; }
      .mmtheo-module-m07a .layout-v2.slider-v2__nav--show .slider-v2__nav .arrow-left:before {
        content: "\e90c"; }
    .mmtheo-module-m07a .layout-v2.slider-v2__nav--show .slider-v2__nav .arrow-right {
      right: 0; }
      .mmtheo-module-m07a .layout-v2.slider-v2__nav--show .slider-v2__nav .arrow-right:before {
        content: "\e911"; }
    .mmtheo-module-m07a .layout-v2.slider-v2__nav--show .slider-v2__nav .slider-v2__item {
      margin: 0 1.78571vw;
      opacity: 0.7;
      width: 25vw; }
      .mmtheo-module-m07a .layout-v2.slider-v2__nav--show .slider-v2__nav .slider-v2__item:hover, .mmtheo-module-m07a .layout-v2.slider-v2__nav--show .slider-v2__nav .slider-v2__item.slick-current {
        opacity: 1; }
  .mmtheo-module-m07a .layout-v2.slider-v2__text--show.slider-v2__nav--show .slider-v2__main .slick-dots {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .mmtheo-module-m07a .layout-v2.slider-v2__text--show.slider-v2__nav--show .slider-v2__nav {
    display: none; }

.mmtheo-module-m07a.mmtheo-module-bg-1 .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin {
  background: #f8f9fa; }

.mmtheo-module-m07a.mmtheo-module-bg-1 .layout-v2.slider-v2__nav--show .slider-v2__nav {
  background-color: #f8f9fa; }

.mmtheo-module-m07a.mmtheo-module-bg-2 .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin {
  background: #adb5bd; }

.mmtheo-module-m07a.mmtheo-module-bg-2 .layout-v2.slider-v2__nav--show .slider-v2__nav {
  background-color: #adb5bd; }

@media (min-width: 768px) {
  .mmtheo-module-m07a .container-fluid .m07-slider {
    margin-top: 0; }
    .mmtheo-module-m07a .container-fluid .m07-slider .item .container-fluid {
      width: 100%;
      padding-right: 15px;
      padding-left: 15px;
      margin-right: auto;
      margin-left: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; } }
    @media (min-width: 768px) and (min-width: 768px) {
      .mmtheo-module-m07a .container-fluid .m07-slider .item .container-fluid {
        max-width: 720px; } }
    @media (min-width: 768px) and (min-width: 992px) {
      .mmtheo-module-m07a .container-fluid .m07-slider .item .container-fluid {
        max-width: 960px; } }
    @media (min-width: 768px) and (min-width: 1280px) {
      .mmtheo-module-m07a .container-fluid .m07-slider .item .container-fluid {
        max-width: 1240px; } }
    @media (min-width: 768px) and (min-width: 1600px) {
      .mmtheo-module-m07a .container-fluid .m07-slider .item .container-fluid {
        max-width: 1400px; } }

@media (min-width: 768px) {
      .mmtheo-module-m07a .container-fluid .m07-slider .item .container-fluid .container-width {
        width: 100%; }
    .mmtheo-module-m07a .container-fluid .m07-slider .item .text {
      padding: 30px; }
  .mmtheo-module-m07a .container-fluid .image-grid-container {
    width: 100%; }
  .mmtheo-module-m07a .container-fluid .image-grid .image-grid-text {
    min-height: 340px; }
  .mmtheo-module-m07a .layout-v2 {
    position: relative; }
    .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item {
      position: relative; }
      .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin {
        position: relative;
        padding: 40px; }
        .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin:before {
          bottom: 20px;
          left: 20px;
          right: 20px;
          top: 20px; }
        .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .stoerer__image {
          display: block;
          position: absolute;
          right: 0;
          top: 0;
          -webkit-transform: translate(50%, -50%);
              -ms-transform: translate(50%, -50%);
                  transform: translate(50%, -50%); }
          .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .stoerer__image img {
            max-height: 120px;
            max-width: 120px; }
          .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .stoerer__image .stoerer__text {
            left: 0%;
            position: absolute;
            text-align: center;
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%);
            width: 100%;
            padding: 5px; }
            .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .stoerer__image .stoerer__text * {
              margin: 0; }
        .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .bodytext {
          font-size: 16px; }
          .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .bodytext * {
            position: relative; }
      .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--free {
        max-height: 90%; }
        .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--free:after {
          font-size: 70px;
          line-height: 70px; }
        .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--free:before {
          font-size: 70px;
          line-height: 70px; }
        .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--free .bodytext {
          padding: 10px 70px; }
        .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--free .stoerer__image img {
          max-height: 155px;
          max-width: 155px; }
    .mmtheo-module-m07a .layout-v2.slider-v2__nav--show .slider-v2__main .arrow-left, .mmtheo-module-m07a .layout-v2.slider-v2__nav--show .slider-v2__main .arrow-right {
      display: none !important; }
    .mmtheo-module-m07a .layout-v2.slider-v2__nav--show .slider-v2__nav .slick-list {
      margin: 0 40px; }
    .mmtheo-module-m07a .layout-v2.slider-v2__nav--show .slider-v2__nav .slider-v2__item {
      margin: 0 5px; }
    .mmtheo-module-m07a .layout-v2.slider-v2__text--show.slider-v2__nav--show .slider-v2__main .slick-list {
      overflow: visible; }
    .mmtheo-module-m07a .layout-v2.slider-v2__text--show.slider-v2__nav--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin {
      max-height: unset;
      position: relative; }
    .mmtheo-module-m07a .layout-v2.slider-v2__text--show.slider-v2__nav--show .slider-v2__nav {
      display: block;
      position: absolute; } }

@media (min-width: 992px) {
  .mmtheo-module-m07a .m07-slider .slick-prev {
    height: 64px;
    width: 64px; }
    .mmtheo-module-m07a .m07-slider .slick-prev:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "theo-base" !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;
      content: "";
      font-size: 4rem;
      color: #fff;
      margin-right: 5px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module-m07a .m07-slider .slick-prev:hover {
      cursor: pointer; }
      .mmtheo-module-m07a .m07-slider .slick-prev:hover:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "theo-base" !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;
        content: "";
        font-size: 4rem;
        color: #D94F51;
        margin-right: 5px;
        position: relative;
        top: 2px;
        left: 0; }
  .mmtheo-module-m07a .m07-slider .slick-next {
    height: 64px;
    width: 64px; }
    .mmtheo-module-m07a .m07-slider .slick-next:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "theo-base" !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;
      content: "";
      font-size: 4rem;
      color: #fff;
      margin-right: 5px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module-m07a .m07-slider .slick-next:hover {
      cursor: pointer; }
      .mmtheo-module-m07a .m07-slider .slick-next:hover:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "theo-base" !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;
        content: "";
        font-size: 4rem;
        color: #D94F51;
        margin-right: 5px;
        position: relative;
        top: 2px;
        left: 0; }
  .mmtheo-module-m07a .m07-slider .m07-slider .item .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }
  @media (min-width: 992px) and (min-width: 768px) {
    .mmtheo-module-m07a .m07-slider .m07-slider .item .container-fluid {
      max-width: 720px; } }
  @media (min-width: 992px) and (min-width: 992px) {
    .mmtheo-module-m07a .m07-slider .m07-slider .item .container-fluid {
      max-width: 960px; } }
  @media (min-width: 992px) and (min-width: 1280px) {
    .mmtheo-module-m07a .m07-slider .m07-slider .item .container-fluid {
      max-width: 1240px; } }
  @media (min-width: 992px) and (min-width: 1600px) {
    .mmtheo-module-m07a .m07-slider .m07-slider .item .container-fluid {
      max-width: 1400px; } }

@media (min-width: 992px) {
  .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .bodytext {
    font-size: 20px; }
  .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .stoerer__image img {
    max-height: 160px;
    max-width: 160px; }
  .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--free:after {
    font-size: 90px;
    line-height: 90px; }
  .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--free:before {
    font-size: 90px;
    line-height: 90px; }
  .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--free .bodytext {
    padding: 10px 90px; }
  .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--free .stoerer__image img {
    max-height: 200px;
    max-width: 200px; } }

@media (min-width: 1280px) {
  .mmtheo-module-m07a picture {
    position: relative;
    height: auto; }
    .mmtheo-module-m07a picture .img-fluid {
      height: auto; }
  .mmtheo-module-m07a .image-grid {
    position: absolute; }
  .mmtheo-module-m07a .m07-slider .item .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; } }
  @media (min-width: 1280px) and (min-width: 768px) {
    .mmtheo-module-m07a .m07-slider .item .container-fluid {
      max-width: 720px; } }
  @media (min-width: 1280px) and (min-width: 992px) {
    .mmtheo-module-m07a .m07-slider .item .container-fluid {
      max-width: 960px; } }
  @media (min-width: 1280px) and (min-width: 1280px) {
    .mmtheo-module-m07a .m07-slider .item .container-fluid {
      max-width: 1240px; } }
  @media (min-width: 1280px) and (min-width: 1600px) {
    .mmtheo-module-m07a .m07-slider .item .container-fluid {
      max-width: 1400px; } }

@media (min-width: 1280px) {
  .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin {
    padding: 40px; }
    .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin:before {
      bottom: 20px;
      left: 20px;
      right: 20px;
      top: 20px; }
    .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .bodytext {
      font-size: 24px; }
    .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .stoerer__image img {
      max-height: 200px;
      max-width: 200px; }
  .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--free {
    background-color: transparent;
    max-height: 90%; }
    .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--free:after {
      font-size: 100px;
      line-height: 100px; }
    .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--free:before {
      font-size: 100px;
      line-height: 100px; }
    .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--free .bodytext {
      padding: 10px 100px; }
    .mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--free .stoerer__image img {
      max-height: 250px;
      max-width: 250px; }
  .mmtheo-module-m07a .layout-v2.slider-v2__text--show.slider-v2__nav--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin {
    bottom: 0;
    margin-top: unset;
    max-height: 90%;
    position: absolute; }
  .mmtheo-module-m07a .layout-v2.slider-v2__text--show.slider-v2__nav--show .slider-v2__nav {
    position: relative; } }

.mmtheo-module-m09-categories.dropdown {
  display: inherit; }
  .mmtheo-module-m09-categories.dropdown .select-wrapper:after {
    top: -4px; }
  .mmtheo-module-m09-categories.dropdown .custom-select {
    width: 50%; }

.mmtheo-module-m09-categories.slider {
  display: none; }

.mmtheo-module-m09-categories .mmtheo-module-m09-dropdown {
  padding-top: 30px; }

.mmtheo-module-m09-categories span {
  font-size: 20px;
  padding: 0 10px; }
  .mmtheo-module-m09-categories span:hover {
    cursor: pointer; }
  .mmtheo-module-m09-categories span.active {
    border-left: 1px solid #272324; }

.mmtheo-module-m09-categories .slick-prev {
  position: absolute;
  top: 50%;
  left: -35px;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50px; }
  .mmtheo-module-m09-categories .slick-prev:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "theo-base" !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;
    content: "";
    font-size: 40px;
    color: #272324;
    margin-right: 5px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module-m09-categories .slick-prev:hover {
    cursor: pointer; }
    .mmtheo-module-m09-categories .slick-prev:hover:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "theo-base" !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;
      content: "";
      font-size: 40px;
      color: #D94F51;
      margin-right: 5px;
      position: relative;
      top: 2px;
      left: 0; }
  @media (min-width: 992px) {
    .mmtheo-module-m09-categories .slick-prev {
      width: 112px; } }

.mmtheo-module-m09-categories .slick-next {
  position: absolute;
  top: 50%;
  right: -45px;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .mmtheo-module-m09-categories .slick-next:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "theo-base" !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;
    content: "";
    font-size: 40px;
    color: #272324;
    margin-right: 5px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module-m09-categories .slick-next:hover {
    cursor: pointer; }
    .mmtheo-module-m09-categories .slick-next:hover:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "theo-base" !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;
      content: "";
      font-size: 40px;
      color: #D94F51;
      margin-right: 5px;
      position: relative;
      top: 2px;
      left: 0; }

.mmtheo-module-m09-categories .item {
  position: relative;
  text-align: center; }

@media (min-width: 768px) {
  .mmtheo-module-m09-categories.dropdown {
    display: none; }
  .mmtheo-module-m09-categories.slider {
    display: block; }
  .mmtheo-module-m09-categories span {
    font-size: 28px; }
  .mmtheo-module-m09-categories .slick-prev:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "theo-base" !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;
    content: "";
    font-size: 70px;
    color: #272324;
    margin-right: 5px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module-m09-categories .slick-prev:hover:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "theo-base" !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;
    content: "";
    font-size: 70px;
    color: #D94F51;
    margin-right: 5px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module-m09-categories .slick-next:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "theo-base" !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;
    content: "";
    font-size: 70px;
    color: #272324;
    margin-right: 5px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module-m09-categories .slick-next:hover:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "theo-base" !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;
    content: "";
    font-size: 70px;
    color: #D94F51;
    margin-right: 5px;
    position: relative;
    top: 2px;
    left: 0; } }

.mmtheo-module-m09.mmtheo-module-bg-1 .item {
  background-color: #fff; }

.mmtheo-module-m09.mmtheo-module-bg-2 .item {
  background-color: #fff; }

.mmtheo-module-m09 .item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #D94F51;
  padding: 0 1.5rem 1.5rem 1.5rem;
  position: relative; }
  .mmtheo-module-m09 .item .preview {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    top: 0;
    -webkit-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
            transform: translateY(-50px); }
    .mmtheo-module-m09 .item .preview.image img {
      width: 140px;
      height: 200px; }
    .mmtheo-module-m09 .item .preview a:hover {
      text-decoration: none; }
    .mmtheo-module-m09 .item .preview span {
      width: 140px;
      height: 200px;
      background-color: #575656;
      max-width: 140px;
      max-height: 200px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .mmtheo-module-m09 .item .preview span.extension {
        text-transform: uppercase;
        color: #fff;
        font-size: 2rem; }
  .mmtheo-module-m09 .item .content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: center;
    padding-bottom: 50px; }
    .mmtheo-module-m09 .item .content .date, .mmtheo-module-m09 .item .content .author, .mmtheo-module-m09 .item .content .extension {
      font-size: 16px; }
    .mmtheo-module-m09 .item .content .extension {
      text-transform: uppercase; }
    .mmtheo-module-m09 .item .content .devider {
      margin: 0 10px; }
    .mmtheo-module-m09 .item .content .title {
      position: relative;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 20px;
      font-weight: 300;
      color: #575656; }
  .mmtheo-module-m09 .item .description {
    display: none; }
  .mmtheo-module-m09 .item .link {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-top: 1rem;
    position: absolute;
    left: 45%;
    bottom: -50px; }

.mmtheo-module-m09 .item {
  margin-top: 80px; }
  .mmtheo-module-m09 .item .preview .image {
    max-width: 140px;
    max-height: 200px;
    position: relative;
    top: -40px; }
  .mmtheo-module-m09 .item .content {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .mmtheo-module-m09 .item .content .date.date, .mmtheo-module-m09 .item .content .author, .mmtheo-module-m09 .item .content .extension {
      font-size: 22px; }
    .mmtheo-module-m09 .item .content .title {
      font-size: 28px; }
    .mmtheo-module-m09 .item .content .link {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }

@media (min-width: 768px) {
  .mmtheo-module-m09 .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 120px;
    padding: 2.5rem; }
    .mmtheo-module-m09 .item .preview {
      position: absolute;
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0; }
      .mmtheo-module-m09 .item .preview .image {
        position: absolute;
        bottom: 1.5rem;
        top: inherit; }
    .mmtheo-module-m09 .item .content {
      -webkit-box-flex: 2;
          -ms-flex-positive: 2;
              flex-grow: 2;
      padding-left: 200px;
      text-align: left;
      padding-bottom: 0;
      margin-bottom: 0; }
      .mmtheo-module-m09 .item .content .date, .mmtheo-module-m09 .item .content .author, .mmtheo-module-m09 .item .content .extension {
        font-size: 22px; }
      .mmtheo-module-m09 .item .content .title {
        font-size: 28px;
        padding-right: 25px; }
    .mmtheo-module-m09 .item .description {
      width: 80%;
      display: block; }
    .mmtheo-module-m09 .item .link {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      padding: 0;
      margin: 0;
      -ms-flex-item-align: end;
          align-self: flex-end;
      right: 0;
      bottom: 0;
      left: unset; }
    .mmtheo-module-m09 .item:first-child {
      margin-top: 50px; } }

@media (min-width: 992px) {
  .mmtheo-module-m09 .item {
    padding: 2.8rem; }
    .mmtheo-module-m09 .item:first-child {
      margin-top: 50px; }
    .mmtheo-module-m09 .item .content {
      padding-left: 250px; }
    .mmtheo-module-m09 .item .title span {
      display: block;
      width: 80%; }
    .mmtheo-module-m09 .item .link {
      position: absolute;
      margin: 0;
      padding: 0;
      right: 80px;
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    .mmtheo-module-m09 .item:first-child {
      margin-top: 70px; } }

@media (min-width: 1280px) {
  .mmtheo-module-m09 .item .title span {
    width: 90%; } }

/* Computed Variables */
.mmtheo-module-m18 form, .mmtheo-module-m18 .tx-indexedsearch-form {
  color: black; }
  .mmtheo-module-m18 form input[type='checkbox'], .mmtheo-module-m18 form input[type='radio'], .mmtheo-module-m18 .tx-indexedsearch-form input[type='checkbox'], .mmtheo-module-m18 .tx-indexedsearch-form input[type='radio'] {
    margin-top: 10px; }
  .mmtheo-module-m18 form .focused label:not(.form-check-label), .mmtheo-module-m18 .tx-indexedsearch-form .focused label:not(.form-check-label) {
    font-size: 12px;
    -webkit-transform: translateY(-170%);
        -ms-transform: translateY(-170%);
            transform: translateY(-170%); }
  .mmtheo-module-m18 form .focused.textarea label, .mmtheo-module-m18 .tx-indexedsearch-form .focused.textarea label {
    font-size: 12px;
    -webkit-transform: translateY(-250%);
        -ms-transform: translateY(-250%);
            transform: translateY(-250%); }

@-moz-document url-prefix() {
  .mmtheo-module-m18 form .focused.textarea label, .mmtheo-module-m18 .tx-indexedsearch-form .focused.textarea label {
    font-size: 12px;
    transform: translateY(-320%); } }
  .mmtheo-module-m18 form .form-navigation, .mmtheo-module-m18 .tx-indexedsearch-form .form-navigation {
    padding-top: 15px; }
  .mmtheo-module-m18 form a:not(.btn), .mmtheo-module-m18 .tx-indexedsearch-form a:not(.btn) {
    color: #D94F51;
    text-decoration: none;
    position: relative;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out; }
    .mmtheo-module-m18 form a:not(.btn):hover, .mmtheo-module-m18 .tx-indexedsearch-form a:not(.btn):hover {
      color: #575656; }
  .mmtheo-module-m18 form .clearfix h1, .mmtheo-module-m18 form .clearfix .h1, .mmtheo-module-m18 form .clearfix h2, .mmtheo-module-m18 form .clearfix .h2, .mmtheo-module-m18 form .clearfix h3, .mmtheo-module-m18 form .clearfix .h3, .mmtheo-module-m18 form .clearfix h4, .mmtheo-module-m18 form .clearfix .h4, .mmtheo-module-m18 form .clearfix h5, .mmtheo-module-m18 form .clearfix .h5, .mmtheo-module-m18 form .clearfix h6, .mmtheo-module-m18 form .clearfix .h6, .mmtheo-module-m18 form .clearfix p, .mmtheo-module-m18 .tx-indexedsearch-form .clearfix h1, .mmtheo-module-m18 .tx-indexedsearch-form .clearfix .h1, .mmtheo-module-m18 .tx-indexedsearch-form .clearfix h2, .mmtheo-module-m18 .tx-indexedsearch-form .clearfix .h2, .mmtheo-module-m18 .tx-indexedsearch-form .clearfix h3, .mmtheo-module-m18 .tx-indexedsearch-form .clearfix .h3, .mmtheo-module-m18 .tx-indexedsearch-form .clearfix h4, .mmtheo-module-m18 .tx-indexedsearch-form .clearfix .h4, .mmtheo-module-m18 .tx-indexedsearch-form .clearfix h5, .mmtheo-module-m18 .tx-indexedsearch-form .clearfix .h5, .mmtheo-module-m18 .tx-indexedsearch-form .clearfix h6, .mmtheo-module-m18 .tx-indexedsearch-form .clearfix .h6, .mmtheo-module-m18 .tx-indexedsearch-form .clearfix p {
    color: black; }
  .mmtheo-module-m18 form .clearfix:nth-last-child(2) p, .mmtheo-module-m18 .tx-indexedsearch-form .clearfix:nth-last-child(2) p {
    font-size: 0.8rem; }
  .mmtheo-module-m18 form .custom-control-label:before, .mmtheo-module-m18 form .custom-control-label:after, .mmtheo-module-m18 .tx-indexedsearch-form .custom-control-label:before, .mmtheo-module-m18 .tx-indexedsearch-form .custom-control-label:after {
    width: 1rem;
    height: 1rem;
    left: 0;
    border-radius: 0; }
  .mmtheo-module-m18 form .custom-control-label > span, .mmtheo-module-m18 .tx-indexedsearch-form .custom-control-label > span {
    margin-left: 2rem; }
  .mmtheo-module-m18 form .custom-control-input:checked ~ .custom-control-label:before, .mmtheo-module-m18 .tx-indexedsearch-form .custom-control-input:checked ~ .custom-control-label:before {
    background-color: inherit;
    border-color: gray; }
  .mmtheo-module-m18 form .custom-control-input:checked ~ .custom-control-label:after, .mmtheo-module-m18 .tx-indexedsearch-form .custom-control-input:checked ~ .custom-control-label:after {
    background: none;
    content: "";
    font-family: "theo-base";
    font-size: 1rem;
    line-height: 1rem;
    color: gray; }
  .mmtheo-module-m18 form input, .mmtheo-module-m18 form textarea, .mmtheo-module-m18 .tx-indexedsearch-form input, .mmtheo-module-m18 .tx-indexedsearch-form textarea {
    font-family: "Source Sans Pro", sans-serif; }
  .mmtheo-module-m18 form textarea, .mmtheo-module-m18 .tx-indexedsearch-form textarea {
    resize: none; }
  .mmtheo-module-m18 form input:-webkit-autofill,
  .mmtheo-module-m18 form input:-webkit-autofill:hover,
  .mmtheo-module-m18 form input:-webkit-autofill:focus,
  .mmtheo-module-m18 form input:-webkit-autofill:active, .mmtheo-module-m18 .tx-indexedsearch-form input:-webkit-autofill,
  .mmtheo-module-m18 .tx-indexedsearch-form input:-webkit-autofill:hover,
  .mmtheo-module-m18 .tx-indexedsearch-form input:-webkit-autofill:focus,
  .mmtheo-module-m18 .tx-indexedsearch-form input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s; }
  .mmtheo-module-m18 form .form-group, .mmtheo-module-m18 .tx-indexedsearch-form .form-group {
    position: relative;
    margin-bottom: 1rem;
    margin-top: 1rem; }
  .mmtheo-module-m18 form label, .mmtheo-module-m18 .tx-indexedsearch-form label {
    background: none;
    color: black;
    position: absolute;
    margin-bottom: 0;
    -webkit-transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    transition: font-size 150ms ease-out, -webkit-transform 150ms ease-out;
    -o-transition: transform 150ms ease-out, font-size 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
    transition: transform 150ms ease-out, font-size 150ms ease-out, -webkit-transform 150ms ease-out; }
    .mmtheo-module-m18 form label.select-label, .mmtheo-module-m18 .tx-indexedsearch-form label.select-label {
      position: relative; }
  .mmtheo-module-m18 form label[for*="checkbox"], .mmtheo-module-m18 form label[for*="radio"], .mmtheo-module-m18 .tx-indexedsearch-form label[for*="checkbox"], .mmtheo-module-m18 .tx-indexedsearch-form label[for*="radio"] {
    position: relative;
    cursor: pointer; }
  .mmtheo-module-m18 form label[for*="multicheckbox"], .mmtheo-module-m18 form label[for*="multiradio"], .mmtheo-module-m18 .tx-indexedsearch-form label[for*="multicheckbox"], .mmtheo-module-m18 .tx-indexedsearch-form label[for*="multiradio"] {
    position: relative;
    font-weight: semi-bold; }
  .mmtheo-module-m18 form label[for*="multicheckbox"] span, .mmtheo-module-m18 form label[for*="multiradio"] span, .mmtheo-module-m18 .tx-indexedsearch-form label[for*="multicheckbox"] span, .mmtheo-module-m18 .tx-indexedsearch-form label[for*="multiradio"] span {
    font-weight: normal; }
  .mmtheo-module-m18 form label[for*="checkbox"], .mmtheo-module-m18 form form label[for*="radio"], .mmtheo-module-m18 .tx-indexedsearch-form label[for*="checkbox"], .mmtheo-module-m18 .tx-indexedsearch-form form label[for*="radio"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .mmtheo-module-m18 form .inputs-list, .mmtheo-module-m18 .tx-indexedsearch-form .inputs-list {
    margin-left: 20px; }
    .mmtheo-module-m18 form .inputs-list label, .mmtheo-module-m18 .tx-indexedsearch-form .inputs-list label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .mmtheo-module-m18 form .inputs-list label input[type='checkbox'], .mmtheo-module-m18 form .inputs-list label input[type='radio'], .mmtheo-module-m18 .tx-indexedsearch-form .inputs-list label input[type='checkbox'], .mmtheo-module-m18 .tx-indexedsearch-form .inputs-list label input[type='radio'] {
        margin-top: 0; }
  .mmtheo-module-m18 form .form-control, .mmtheo-module-m18 .tx-indexedsearch-form .form-control {
    background: none;
    border-top: 0;
    border-right: 0;
    border-bottom: 1px solid gray;
    border-left: 0;
    border-radius: 0;
    font-size: inherit;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
    .mmtheo-module-m18 form .form-control:focus, .mmtheo-module-m18 .tx-indexedsearch-form .form-control:focus {
      border-top: 0;
      border-right: 0;
      border-bottom: 1px solid gray;
      -webkit-box-shadow: none;
              box-shadow: none;
      background: none; }
  .mmtheo-module-m18 form .form-check, .mmtheo-module-m18 .tx-indexedsearch-form .form-check {
    padding-left: 0; }
  .mmtheo-module-m18 form .select-wrapper, .mmtheo-module-m18 .tx-indexedsearch-form .select-wrapper {
    position: relative; }
    .mmtheo-module-m18 form .select-wrapper:after, .mmtheo-module-m18 .tx-indexedsearch-form .select-wrapper:after {
      content: "";
      font-family: "theo-base";
      vertical-align: middle;
      position: absolute;
      padding-right: 3px;
      top: 0;
      right: 5px;
      font-size: 38px;
      z-index: 1; }
  .mmtheo-module-m18 form .onclic, .mmtheo-module-m18 .tx-indexedsearch-form .onclic {
    width: 40px;
    border-color: gray;
    border-width: 3px;
    font-size: 0;
    border-left-color: green;
    -webkit-animation: rotating 2s 0.25s linear infinite;
            animation: rotating 2s 0.25s linear infinite; }
    .mmtheo-module-m18 form .onclic:after, .mmtheo-module-m18 .tx-indexedsearch-form .onclic:after {
      content: ""; }
    .mmtheo-module-m18 form .onclic:hover, .mmtheo-module-m18 .tx-indexedsearch-form .onclic:hover {
      color: green;
      background: white; }
  .mmtheo-module-m18 form .action .btn, .mmtheo-module-m18 form .action .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink, .mmtheo-module.mmtheo-module-m06 .news--overview .mmtheo-module-m18 form .action .item__newslink, .mmtheo-module-m18 .tx-indexedsearch-form .action .btn, .mmtheo-module-m18 .tx-indexedsearch-form .action .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink, .mmtheo-module.mmtheo-module-m06 .news--overview .mmtheo-module-m18 .tx-indexedsearch-form .action .item__newslink {
    margin: 0; }
  .mmtheo-module-m18 form .btn, .mmtheo-module-m18 form .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink, .mmtheo-module.mmtheo-module-m06 .news--overview .mmtheo-module-m18 form .item__newslink, .mmtheo-module-m18 .tx-indexedsearch-form .btn, .mmtheo-module-m18 .tx-indexedsearch-form .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink, .mmtheo-module.mmtheo-module-m06 .news--overview .mmtheo-module-m18 .tx-indexedsearch-form .item__newslink {
    margin: 0;
    cursor: pointer; }
  .mmtheo-module-m18 form .validate, .mmtheo-module-m18 .tx-indexedsearch-form .validate {
    color: white;
    background: green; }
    .mmtheo-module-m18 form .validate:after, .mmtheo-module-m18 .tx-indexedsearch-form .validate:after {
      font-family: "theo-base";
      content: ""; }

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

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
  .mmtheo-module-m18 form .custom-select, .mmtheo-module-m18 .tx-indexedsearch-form .custom-select {
    background: transparent;
    font-size: inherit;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 20px 10px 15px;
    border-color: gray;
    width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 0;
    position: relative;
    z-index: 20; }
    .mmtheo-module-m18 form .custom-select:focus, .mmtheo-module-m18 .tx-indexedsearch-form .custom-select:focus {
      border-color: gray;
      background: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .mmtheo-module-m18 form .custom-select:hover, .mmtheo-module-m18 .tx-indexedsearch-form .custom-select:hover {
      cursor: pointer; }

@media (min-width: 992px) {
  .mmtheo-module-m18 form .focused label:not(.form-check-label), .mmtheo-module-m18 .tx-indexedsearch-form .focused label:not(.form-check-label) {
    -webkit-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
            transform: translateY(-200%); }
  .mmtheo-module-m18 form .focused.textarea label, .mmtheo-module-m18 .tx-indexedsearch-form .focused.textarea label {
    -webkit-transform: translateY(-340%);
        -ms-transform: translateY(-340%);
            transform: translateY(-340%); }
  @-moz-document url-prefix() {
    .mmtheo-module-m18 form .focused.textarea label, .mmtheo-module-m18 .tx-indexedsearch-form .focused.textarea label {
      transform: translateY(-420%); } } }

.mmtheo-module-m35:first-of-type:not(.module-padding-large), .mmtheo-module-m35:first-of-type:not(.module-padding-medium), .mmtheo-module-m35:first-of-type:not(.module-padding-small), .mmtheo-module-m35:first-of-type:not(.module-padding-large-top), .mmtheo-module-m35:first-of-type:not(.module-padding-medium-top), .mmtheo-module-m35:first-of-type:not(.module-padding-small-top) {
  margin-top: -70px; }
  .mmtheo-module-m35:first-of-type:not(.module-padding-large) .mmtheo-module-m35__slider-content-container, .mmtheo-module-m35:first-of-type:not(.module-padding-medium) .mmtheo-module-m35__slider-content-container, .mmtheo-module-m35:first-of-type:not(.module-padding-small) .mmtheo-module-m35__slider-content-container, .mmtheo-module-m35:first-of-type:not(.module-padding-large-top) .mmtheo-module-m35__slider-content-container, .mmtheo-module-m35:first-of-type:not(.module-padding-medium-top) .mmtheo-module-m35__slider-content-container, .mmtheo-module-m35:first-of-type:not(.module-padding-small-top) .mmtheo-module-m35__slider-content-container {
    top: 70px;
    height: calc(100% - 70px); }

.mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item {
  display: none; }

.mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item:first-child {
  display: block; }

.mmtheo-module-m35__slider-container.slick-initialized .mmtheo-module-m35__slider-item {
  display: block; }

.mmtheo-module-m35__slider-item {
  position: relative;
  max-height: 100vh; }
  .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox {
    top: 1rem; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-1 {
      top: 1%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-2 {
      top: 2%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-3 {
      top: 3%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-4 {
      top: 4%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-5 {
      top: 5%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-6 {
      top: 6%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-7 {
      top: 7%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-8 {
      top: 8%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-9 {
      top: 9%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-10 {
      top: 10%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-11 {
      top: 11%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-12 {
      top: 12%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-13 {
      top: 13%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-14 {
      top: 14%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-15 {
      top: 15%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-16 {
      top: 16%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-17 {
      top: 17%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-18 {
      top: 18%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-19 {
      top: 19%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-20 {
      top: 20%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-21 {
      top: 21%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-22 {
      top: 22%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-23 {
      top: 23%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-24 {
      top: 24%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-25 {
      top: 25%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-26 {
      top: 26%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-27 {
      top: 27%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-28 {
      top: 28%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-29 {
      top: 29%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-30 {
      top: 30%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-31 {
      top: 31%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-32 {
      top: 32%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-33 {
      top: 33%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-34 {
      top: 34%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-35 {
      top: 35%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-36 {
      top: 36%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-37 {
      top: 37%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-38 {
      top: 38%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-39 {
      top: 39%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-40 {
      top: 40%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-41 {
      top: 41%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-42 {
      top: 42%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-43 {
      top: 43%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-44 {
      top: 44%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-45 {
      top: 45%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-46 {
      top: 46%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-47 {
      top: 47%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-48 {
      top: 48%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-49 {
      top: 49%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-50 {
      top: 50%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-51 {
      top: 51%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-52 {
      top: 52%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-53 {
      top: 53%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-54 {
      top: 54%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-55 {
      top: 55%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-56 {
      top: 56%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-57 {
      top: 57%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-58 {
      top: 58%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-59 {
      top: 59%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-60 {
      top: 60%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-61 {
      top: 61%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-62 {
      top: 62%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-63 {
      top: 63%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-64 {
      top: 64%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-65 {
      top: 65%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-66 {
      top: 66%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-67 {
      top: 67%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-68 {
      top: 68%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-69 {
      top: 69%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-70 {
      top: 70%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-71 {
      top: 71%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-72 {
      top: 72%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-73 {
      top: 73%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-74 {
      top: 74%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-75 {
      top: 75%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-76 {
      top: 76%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-77 {
      top: 77%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-78 {
      top: 78%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-79 {
      top: 79%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-80 {
      top: 80%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-81 {
      top: 81%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-82 {
      top: 82%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-83 {
      top: 83%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-84 {
      top: 84%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-85 {
      top: 85%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-86 {
      top: 86%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-87 {
      top: 87%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-88 {
      top: 88%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-89 {
      top: 89%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-90 {
      top: 90%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-91 {
      top: 91%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-92 {
      top: 92%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-93 {
      top: 93%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-94 {
      top: 94%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-95 {
      top: 95%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-96 {
      top: 96%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-97 {
      top: 97%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-98 {
      top: 98%; }
    .mmtheo-module-m35__slider-item.position-vertical-top .mmtheo-module-m35__slider-textbox.padding-vertical-99 {
      top: 99%; }
  .mmtheo-module-m35__slider-item.position-vertical-center .mmtheo-module-m35__slider-textbox {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox {
    bottom: 1rem; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-1 {
      bottom: 1%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-2 {
      bottom: 2%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-3 {
      bottom: 3%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-4 {
      bottom: 4%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-5 {
      bottom: 5%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-6 {
      bottom: 6%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-7 {
      bottom: 7%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-8 {
      bottom: 8%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-9 {
      bottom: 9%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-10 {
      bottom: 10%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-11 {
      bottom: 11%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-12 {
      bottom: 12%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-13 {
      bottom: 13%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-14 {
      bottom: 14%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-15 {
      bottom: 15%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-16 {
      bottom: 16%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-17 {
      bottom: 17%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-18 {
      bottom: 18%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-19 {
      bottom: 19%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-20 {
      bottom: 20%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-21 {
      bottom: 21%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-22 {
      bottom: 22%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-23 {
      bottom: 23%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-24 {
      bottom: 24%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-25 {
      bottom: 25%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-26 {
      bottom: 26%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-27 {
      bottom: 27%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-28 {
      bottom: 28%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-29 {
      bottom: 29%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-30 {
      bottom: 30%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-31 {
      bottom: 31%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-32 {
      bottom: 32%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-33 {
      bottom: 33%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-34 {
      bottom: 34%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-35 {
      bottom: 35%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-36 {
      bottom: 36%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-37 {
      bottom: 37%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-38 {
      bottom: 38%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-39 {
      bottom: 39%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-40 {
      bottom: 40%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-41 {
      bottom: 41%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-42 {
      bottom: 42%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-43 {
      bottom: 43%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-44 {
      bottom: 44%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-45 {
      bottom: 45%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-46 {
      bottom: 46%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-47 {
      bottom: 47%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-48 {
      bottom: 48%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-49 {
      bottom: 49%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-50 {
      bottom: 50%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-51 {
      bottom: 51%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-52 {
      bottom: 52%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-53 {
      bottom: 53%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-54 {
      bottom: 54%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-55 {
      bottom: 55%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-56 {
      bottom: 56%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-57 {
      bottom: 57%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-58 {
      bottom: 58%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-59 {
      bottom: 59%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-60 {
      bottom: 60%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-61 {
      bottom: 61%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-62 {
      bottom: 62%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-63 {
      bottom: 63%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-64 {
      bottom: 64%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-65 {
      bottom: 65%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-66 {
      bottom: 66%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-67 {
      bottom: 67%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-68 {
      bottom: 68%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-69 {
      bottom: 69%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-70 {
      bottom: 70%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-71 {
      bottom: 71%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-72 {
      bottom: 72%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-73 {
      bottom: 73%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-74 {
      bottom: 74%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-75 {
      bottom: 75%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-76 {
      bottom: 76%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-77 {
      bottom: 77%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-78 {
      bottom: 78%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-79 {
      bottom: 79%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-80 {
      bottom: 80%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-81 {
      bottom: 81%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-82 {
      bottom: 82%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-83 {
      bottom: 83%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-84 {
      bottom: 84%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-85 {
      bottom: 85%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-86 {
      bottom: 86%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-87 {
      bottom: 87%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-88 {
      bottom: 88%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-89 {
      bottom: 89%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-90 {
      bottom: 90%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-91 {
      bottom: 91%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-92 {
      bottom: 92%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-93 {
      bottom: 93%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-94 {
      bottom: 94%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-95 {
      bottom: 95%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-96 {
      bottom: 96%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-97 {
      bottom: 97%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-98 {
      bottom: 98%; }
    .mmtheo-module-m35__slider-item.position-vertical-bottom .mmtheo-module-m35__slider-textbox.padding-vertical-99 {
      bottom: 99%; }
  .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox {
    left: 0; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-1 {
      left: 1%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-2 {
      left: 2%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-3 {
      left: 3%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-4 {
      left: 4%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-5 {
      left: 5%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-6 {
      left: 6%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-7 {
      left: 7%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-8 {
      left: 8%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-9 {
      left: 9%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-10 {
      left: 10%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-11 {
      left: 11%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-12 {
      left: 12%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-13 {
      left: 13%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-14 {
      left: 14%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-15 {
      left: 15%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-16 {
      left: 16%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-17 {
      left: 17%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-18 {
      left: 18%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-19 {
      left: 19%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-20 {
      left: 20%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-21 {
      left: 21%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-22 {
      left: 22%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-23 {
      left: 23%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-24 {
      left: 24%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-25 {
      left: 25%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-26 {
      left: 26%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-27 {
      left: 27%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-28 {
      left: 28%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-29 {
      left: 29%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-30 {
      left: 30%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-31 {
      left: 31%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-32 {
      left: 32%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-33 {
      left: 33%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-34 {
      left: 34%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-35 {
      left: 35%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-36 {
      left: 36%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-37 {
      left: 37%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-38 {
      left: 38%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-39 {
      left: 39%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-40 {
      left: 40%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-41 {
      left: 41%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-42 {
      left: 42%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-43 {
      left: 43%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-44 {
      left: 44%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-45 {
      left: 45%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-46 {
      left: 46%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-47 {
      left: 47%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-48 {
      left: 48%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-49 {
      left: 49%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-50 {
      left: 50%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-51 {
      left: 51%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-52 {
      left: 52%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-53 {
      left: 53%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-54 {
      left: 54%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-55 {
      left: 55%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-56 {
      left: 56%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-57 {
      left: 57%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-58 {
      left: 58%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-59 {
      left: 59%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-60 {
      left: 60%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-61 {
      left: 61%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-62 {
      left: 62%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-63 {
      left: 63%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-64 {
      left: 64%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-65 {
      left: 65%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-66 {
      left: 66%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-67 {
      left: 67%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-68 {
      left: 68%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-69 {
      left: 69%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-70 {
      left: 70%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-71 {
      left: 71%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-72 {
      left: 72%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-73 {
      left: 73%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-74 {
      left: 74%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-75 {
      left: 75%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-76 {
      left: 76%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-77 {
      left: 77%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-78 {
      left: 78%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-79 {
      left: 79%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-80 {
      left: 80%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-81 {
      left: 81%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-82 {
      left: 82%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-83 {
      left: 83%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-84 {
      left: 84%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-85 {
      left: 85%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-86 {
      left: 86%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-87 {
      left: 87%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-88 {
      left: 88%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-89 {
      left: 89%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-90 {
      left: 90%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-91 {
      left: 91%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-92 {
      left: 92%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-93 {
      left: 93%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-94 {
      left: 94%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-95 {
      left: 95%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-96 {
      left: 96%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-97 {
      left: 97%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-98 {
      left: 98%; }
    .mmtheo-module-m35__slider-item.position-horizontal-left .mmtheo-module-m35__slider-textbox.padding-horizontal-99 {
      left: 99%; }
  .mmtheo-module-m35__slider-item.position-horizontal-center .mmtheo-module-m35__slider-textbox {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox {
    right: 0; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-1 {
      right: 1%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-2 {
      right: 2%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-3 {
      right: 3%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-4 {
      right: 4%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-5 {
      right: 5%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-6 {
      right: 6%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-7 {
      right: 7%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-8 {
      right: 8%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-9 {
      right: 9%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-10 {
      right: 10%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-11 {
      right: 11%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-12 {
      right: 12%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-13 {
      right: 13%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-14 {
      right: 14%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-15 {
      right: 15%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-16 {
      right: 16%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-17 {
      right: 17%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-18 {
      right: 18%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-19 {
      right: 19%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-20 {
      right: 20%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-21 {
      right: 21%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-22 {
      right: 22%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-23 {
      right: 23%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-24 {
      right: 24%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-25 {
      right: 25%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-26 {
      right: 26%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-27 {
      right: 27%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-28 {
      right: 28%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-29 {
      right: 29%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-30 {
      right: 30%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-31 {
      right: 31%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-32 {
      right: 32%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-33 {
      right: 33%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-34 {
      right: 34%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-35 {
      right: 35%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-36 {
      right: 36%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-37 {
      right: 37%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-38 {
      right: 38%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-39 {
      right: 39%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-40 {
      right: 40%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-41 {
      right: 41%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-42 {
      right: 42%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-43 {
      right: 43%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-44 {
      right: 44%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-45 {
      right: 45%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-46 {
      right: 46%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-47 {
      right: 47%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-48 {
      right: 48%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-49 {
      right: 49%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-50 {
      right: 50%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-51 {
      right: 51%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-52 {
      right: 52%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-53 {
      right: 53%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-54 {
      right: 54%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-55 {
      right: 55%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-56 {
      right: 56%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-57 {
      right: 57%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-58 {
      right: 58%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-59 {
      right: 59%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-60 {
      right: 60%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-61 {
      right: 61%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-62 {
      right: 62%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-63 {
      right: 63%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-64 {
      right: 64%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-65 {
      right: 65%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-66 {
      right: 66%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-67 {
      right: 67%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-68 {
      right: 68%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-69 {
      right: 69%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-70 {
      right: 70%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-71 {
      right: 71%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-72 {
      right: 72%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-73 {
      right: 73%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-74 {
      right: 74%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-75 {
      right: 75%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-76 {
      right: 76%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-77 {
      right: 77%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-78 {
      right: 78%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-79 {
      right: 79%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-80 {
      right: 80%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-81 {
      right: 81%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-82 {
      right: 82%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-83 {
      right: 83%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-84 {
      right: 84%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-85 {
      right: 85%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-86 {
      right: 86%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-87 {
      right: 87%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-88 {
      right: 88%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-89 {
      right: 89%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-90 {
      right: 90%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-91 {
      right: 91%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-92 {
      right: 92%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-93 {
      right: 93%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-94 {
      right: 94%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-95 {
      right: 95%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-96 {
      right: 96%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-97 {
      right: 97%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-98 {
      right: 98%; }
    .mmtheo-module-m35__slider-item.position-horizontal-right .mmtheo-module-m35__slider-textbox.padding-horizontal-99 {
      right: 99%; }
  .mmtheo-module-m35__slider-item.position-vertical-center.position-horizontal-center .mmtheo-module-m35__slider-textbox {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.mmtheo-module-m35__slider-content-container {
  position: absolute;
  margin: 0 15px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  @media (min-width: 768px) {
    .mmtheo-module-m35__slider-content-container {
      max-width: 720px;
      left: calc((100vw - 720px) / 2); } }
  @media (min-width: 992px) {
    .mmtheo-module-m35__slider-content-container {
      max-width: 960px;
      left: calc((100vw - 960px) / 2); } }
  @media (min-width: 1280px) {
    .mmtheo-module-m35__slider-content-container {
      max-width: 1240px;
      left: calc((100vw - 1240px) / 2); } }
  @media (min-width: 1600px) {
    .mmtheo-module-m35__slider-content-container {
      max-width: 1400px;
      left: calc((100vw - 1400px) / 2); } }
  .mmtheo-module-m35__slider-content-container h1 {
    text-transform: uppercase;
    line-height: 1.1; }
  .mmtheo-module-m35__slider-content-container h2 {
    text-transform: uppercase;
    line-height: 1.1; }
  .mmtheo-module-m35__slider-content-container h3 {
    text-transform: uppercase;
    line-height: 1.1; }
  .mmtheo-module-m35__slider-content-container h4 {
    text-transform: uppercase;
    line-height: 1.1; }

.mmtheo-module-m35__slider-textbox, .mmtheo-module-m35__slider-textbox-inner {
  position: absolute;
  width: 100%; }

.mmtheo-module-m35 .slick-prev,
.mmtheo-module-m35 .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1000;
  width: 50px;
  height: 50px;
  font-size: 0;
  padding: 0; }
  .mmtheo-module-m35 .slick-prev:active:before, .mmtheo-module-m35 .slick-prev:focus:before, .mmtheo-module-m35 .slick-prev:hover:before,
  .mmtheo-module-m35 .slick-next:active:before,
  .mmtheo-module-m35 .slick-next:focus:before,
  .mmtheo-module-m35 .slick-next:hover:before {
    color: #D94F51; }

.mmtheo-module-m35 .slick-prev {
  left: 0; }
  .mmtheo-module-m35 .slick-prev:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "theo-base" !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;
    content: "";
    font-size: 50px;
    color: #272324;
    margin-right: 0;
    position: relative;
    top: 0;
    left: 0; }

.mmtheo-module-m35 .slick-next {
  right: 0; }
  .mmtheo-module-m35 .slick-next:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "theo-base" !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;
    content: "";
    font-size: 50px;
    color: #272324;
    margin-right: 0;
    position: relative;
    top: 0;
    left: 0; }

.mmtheo-module-m35 .slick-dots {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style-type: none;
  z-index: 1399; }
  .mmtheo-module-m35 .slick-dots li > button {
    border: none;
    border-radius: 100%;
    background-color: #fff;
    color: transparent;
    display: inline-block;
    height: 1rem;
    margin: 0 4px;
    outline: none;
    padding: 0;
    font-size: 0;
    width: 1rem;
    cursor: pointer; }
  .mmtheo-module-m35 .slick-dots li.slick-active > button {
    background: #D94F51; }

@media (min-width: 768px) {
  .mmtheo-module-m35:first-of-type:not(.module-padding-large), .mmtheo-module-m35:first-of-type:not(.module-padding-medium), .mmtheo-module-m35:first-of-type:not(.module-padding-small), .mmtheo-module-m35:first-of-type:not(.module-padding-large-top), .mmtheo-module-m35:first-of-type:not(.module-padding-medium-top), .mmtheo-module-m35:first-of-type:not(.module-padding-small-top) {
    margin-top: -90px; }
    .mmtheo-module-m35:first-of-type:not(.module-padding-large) .mmtheo-module-m35__slider-content-container, .mmtheo-module-m35:first-of-type:not(.module-padding-medium) .mmtheo-module-m35__slider-content-container, .mmtheo-module-m35:first-of-type:not(.module-padding-small) .mmtheo-module-m35__slider-content-container, .mmtheo-module-m35:first-of-type:not(.module-padding-large-top) .mmtheo-module-m35__slider-content-container, .mmtheo-module-m35:first-of-type:not(.module-padding-medium-top) .mmtheo-module-m35__slider-content-container, .mmtheo-module-m35:first-of-type:not(.module-padding-small-top) .mmtheo-module-m35__slider-content-container {
      top: 90px;
      height: calc(100% - 90px); }
  .mmtheo-module-m35__slider-content-container {
    margin: unset; } }

@media (min-width: 992px) {
  .mmtheo-module-m35:first-of-type:not(.module-padding-large), .mmtheo-module-m35:first-of-type:not(.module-padding-medium), .mmtheo-module-m35:first-of-type:not(.module-padding-small), .mmtheo-module-m35:first-of-type:not(.module-padding-large-top), .mmtheo-module-m35:first-of-type:not(.module-padding-medium-top), .mmtheo-module-m35:first-of-type:not(.module-padding-small-top) {
    margin-top: -120px; }
    .mmtheo-module-m35:first-of-type:not(.module-padding-large) .mmtheo-module-m35__slider-content-container, .mmtheo-module-m35:first-of-type:not(.module-padding-medium) .mmtheo-module-m35__slider-content-container, .mmtheo-module-m35:first-of-type:not(.module-padding-small) .mmtheo-module-m35__slider-content-container, .mmtheo-module-m35:first-of-type:not(.module-padding-large-top) .mmtheo-module-m35__slider-content-container, .mmtheo-module-m35:first-of-type:not(.module-padding-medium-top) .mmtheo-module-m35__slider-content-container, .mmtheo-module-m35:first-of-type:not(.module-padding-small-top) .mmtheo-module-m35__slider-content-container {
      top: 120px;
      height: calc(100% - 120px); }
  .mmtheo-module-m35__slider-textbox.max-width-1 {
    width: 1%;
    max-width: 1%; }
  .mmtheo-module-m35__slider-textbox.max-width-2 {
    width: 2%;
    max-width: 2%; }
  .mmtheo-module-m35__slider-textbox.max-width-3 {
    width: 3%;
    max-width: 3%; }
  .mmtheo-module-m35__slider-textbox.max-width-4 {
    width: 4%;
    max-width: 4%; }
  .mmtheo-module-m35__slider-textbox.max-width-5 {
    width: 5%;
    max-width: 5%; }
  .mmtheo-module-m35__slider-textbox.max-width-6 {
    width: 6%;
    max-width: 6%; }
  .mmtheo-module-m35__slider-textbox.max-width-7 {
    width: 7%;
    max-width: 7%; }
  .mmtheo-module-m35__slider-textbox.max-width-8 {
    width: 8%;
    max-width: 8%; }
  .mmtheo-module-m35__slider-textbox.max-width-9 {
    width: 9%;
    max-width: 9%; }
  .mmtheo-module-m35__slider-textbox.max-width-10 {
    width: 10%;
    max-width: 10%; }
  .mmtheo-module-m35__slider-textbox.max-width-11 {
    width: 11%;
    max-width: 11%; }
  .mmtheo-module-m35__slider-textbox.max-width-12 {
    width: 12%;
    max-width: 12%; }
  .mmtheo-module-m35__slider-textbox.max-width-13 {
    width: 13%;
    max-width: 13%; }
  .mmtheo-module-m35__slider-textbox.max-width-14 {
    width: 14%;
    max-width: 14%; }
  .mmtheo-module-m35__slider-textbox.max-width-15 {
    width: 15%;
    max-width: 15%; }
  .mmtheo-module-m35__slider-textbox.max-width-16 {
    width: 16%;
    max-width: 16%; }
  .mmtheo-module-m35__slider-textbox.max-width-17 {
    width: 17%;
    max-width: 17%; }
  .mmtheo-module-m35__slider-textbox.max-width-18 {
    width: 18%;
    max-width: 18%; }
  .mmtheo-module-m35__slider-textbox.max-width-19 {
    width: 19%;
    max-width: 19%; }
  .mmtheo-module-m35__slider-textbox.max-width-20 {
    width: 20%;
    max-width: 20%; }
  .mmtheo-module-m35__slider-textbox.max-width-21 {
    width: 21%;
    max-width: 21%; }
  .mmtheo-module-m35__slider-textbox.max-width-22 {
    width: 22%;
    max-width: 22%; }
  .mmtheo-module-m35__slider-textbox.max-width-23 {
    width: 23%;
    max-width: 23%; }
  .mmtheo-module-m35__slider-textbox.max-width-24 {
    width: 24%;
    max-width: 24%; }
  .mmtheo-module-m35__slider-textbox.max-width-25 {
    width: 25%;
    max-width: 25%; }
  .mmtheo-module-m35__slider-textbox.max-width-26 {
    width: 26%;
    max-width: 26%; }
  .mmtheo-module-m35__slider-textbox.max-width-27 {
    width: 27%;
    max-width: 27%; }
  .mmtheo-module-m35__slider-textbox.max-width-28 {
    width: 28%;
    max-width: 28%; }
  .mmtheo-module-m35__slider-textbox.max-width-29 {
    width: 29%;
    max-width: 29%; }
  .mmtheo-module-m35__slider-textbox.max-width-30 {
    width: 30%;
    max-width: 30%; }
  .mmtheo-module-m35__slider-textbox.max-width-31 {
    width: 31%;
    max-width: 31%; }
  .mmtheo-module-m35__slider-textbox.max-width-32 {
    width: 32%;
    max-width: 32%; }
  .mmtheo-module-m35__slider-textbox.max-width-33 {
    width: 33%;
    max-width: 33%; }
  .mmtheo-module-m35__slider-textbox.max-width-34 {
    width: 34%;
    max-width: 34%; }
  .mmtheo-module-m35__slider-textbox.max-width-35 {
    width: 35%;
    max-width: 35%; }
  .mmtheo-module-m35__slider-textbox.max-width-36 {
    width: 36%;
    max-width: 36%; }
  .mmtheo-module-m35__slider-textbox.max-width-37 {
    width: 37%;
    max-width: 37%; }
  .mmtheo-module-m35__slider-textbox.max-width-38 {
    width: 38%;
    max-width: 38%; }
  .mmtheo-module-m35__slider-textbox.max-width-39 {
    width: 39%;
    max-width: 39%; }
  .mmtheo-module-m35__slider-textbox.max-width-40 {
    width: 40%;
    max-width: 40%; }
  .mmtheo-module-m35__slider-textbox.max-width-41 {
    width: 41%;
    max-width: 41%; }
  .mmtheo-module-m35__slider-textbox.max-width-42 {
    width: 42%;
    max-width: 42%; }
  .mmtheo-module-m35__slider-textbox.max-width-43 {
    width: 43%;
    max-width: 43%; }
  .mmtheo-module-m35__slider-textbox.max-width-44 {
    width: 44%;
    max-width: 44%; }
  .mmtheo-module-m35__slider-textbox.max-width-45 {
    width: 45%;
    max-width: 45%; }
  .mmtheo-module-m35__slider-textbox.max-width-46 {
    width: 46%;
    max-width: 46%; }
  .mmtheo-module-m35__slider-textbox.max-width-47 {
    width: 47%;
    max-width: 47%; }
  .mmtheo-module-m35__slider-textbox.max-width-48 {
    width: 48%;
    max-width: 48%; }
  .mmtheo-module-m35__slider-textbox.max-width-49 {
    width: 49%;
    max-width: 49%; }
  .mmtheo-module-m35__slider-textbox.max-width-50 {
    width: 50%;
    max-width: 50%; }
  .mmtheo-module-m35__slider-textbox.max-width-51 {
    width: 51%;
    max-width: 51%; }
  .mmtheo-module-m35__slider-textbox.max-width-52 {
    width: 52%;
    max-width: 52%; }
  .mmtheo-module-m35__slider-textbox.max-width-53 {
    width: 53%;
    max-width: 53%; }
  .mmtheo-module-m35__slider-textbox.max-width-54 {
    width: 54%;
    max-width: 54%; }
  .mmtheo-module-m35__slider-textbox.max-width-55 {
    width: 55%;
    max-width: 55%; }
  .mmtheo-module-m35__slider-textbox.max-width-56 {
    width: 56%;
    max-width: 56%; }
  .mmtheo-module-m35__slider-textbox.max-width-57 {
    width: 57%;
    max-width: 57%; }
  .mmtheo-module-m35__slider-textbox.max-width-58 {
    width: 58%;
    max-width: 58%; }
  .mmtheo-module-m35__slider-textbox.max-width-59 {
    width: 59%;
    max-width: 59%; }
  .mmtheo-module-m35__slider-textbox.max-width-60 {
    width: 60%;
    max-width: 60%; }
  .mmtheo-module-m35__slider-textbox.max-width-61 {
    width: 61%;
    max-width: 61%; }
  .mmtheo-module-m35__slider-textbox.max-width-62 {
    width: 62%;
    max-width: 62%; }
  .mmtheo-module-m35__slider-textbox.max-width-63 {
    width: 63%;
    max-width: 63%; }
  .mmtheo-module-m35__slider-textbox.max-width-64 {
    width: 64%;
    max-width: 64%; }
  .mmtheo-module-m35__slider-textbox.max-width-65 {
    width: 65%;
    max-width: 65%; }
  .mmtheo-module-m35__slider-textbox.max-width-66 {
    width: 66%;
    max-width: 66%; }
  .mmtheo-module-m35__slider-textbox.max-width-67 {
    width: 67%;
    max-width: 67%; }
  .mmtheo-module-m35__slider-textbox.max-width-68 {
    width: 68%;
    max-width: 68%; }
  .mmtheo-module-m35__slider-textbox.max-width-69 {
    width: 69%;
    max-width: 69%; }
  .mmtheo-module-m35__slider-textbox.max-width-70 {
    width: 70%;
    max-width: 70%; }
  .mmtheo-module-m35__slider-textbox.max-width-71 {
    width: 71%;
    max-width: 71%; }
  .mmtheo-module-m35__slider-textbox.max-width-72 {
    width: 72%;
    max-width: 72%; }
  .mmtheo-module-m35__slider-textbox.max-width-73 {
    width: 73%;
    max-width: 73%; }
  .mmtheo-module-m35__slider-textbox.max-width-74 {
    width: 74%;
    max-width: 74%; }
  .mmtheo-module-m35__slider-textbox.max-width-75 {
    width: 75%;
    max-width: 75%; }
  .mmtheo-module-m35__slider-textbox.max-width-76 {
    width: 76%;
    max-width: 76%; }
  .mmtheo-module-m35__slider-textbox.max-width-77 {
    width: 77%;
    max-width: 77%; }
  .mmtheo-module-m35__slider-textbox.max-width-78 {
    width: 78%;
    max-width: 78%; }
  .mmtheo-module-m35__slider-textbox.max-width-79 {
    width: 79%;
    max-width: 79%; }
  .mmtheo-module-m35__slider-textbox.max-width-80 {
    width: 80%;
    max-width: 80%; }
  .mmtheo-module-m35__slider-textbox.max-width-81 {
    width: 81%;
    max-width: 81%; }
  .mmtheo-module-m35__slider-textbox.max-width-82 {
    width: 82%;
    max-width: 82%; }
  .mmtheo-module-m35__slider-textbox.max-width-83 {
    width: 83%;
    max-width: 83%; }
  .mmtheo-module-m35__slider-textbox.max-width-84 {
    width: 84%;
    max-width: 84%; }
  .mmtheo-module-m35__slider-textbox.max-width-85 {
    width: 85%;
    max-width: 85%; }
  .mmtheo-module-m35__slider-textbox.max-width-86 {
    width: 86%;
    max-width: 86%; }
  .mmtheo-module-m35__slider-textbox.max-width-87 {
    width: 87%;
    max-width: 87%; }
  .mmtheo-module-m35__slider-textbox.max-width-88 {
    width: 88%;
    max-width: 88%; }
  .mmtheo-module-m35__slider-textbox.max-width-89 {
    width: 89%;
    max-width: 89%; }
  .mmtheo-module-m35__slider-textbox.max-width-90 {
    width: 90%;
    max-width: 90%; }
  .mmtheo-module-m35__slider-textbox.max-width-91 {
    width: 91%;
    max-width: 91%; }
  .mmtheo-module-m35__slider-textbox.max-width-92 {
    width: 92%;
    max-width: 92%; }
  .mmtheo-module-m35__slider-textbox.max-width-93 {
    width: 93%;
    max-width: 93%; }
  .mmtheo-module-m35__slider-textbox.max-width-94 {
    width: 94%;
    max-width: 94%; }
  .mmtheo-module-m35__slider-textbox.max-width-95 {
    width: 95%;
    max-width: 95%; }
  .mmtheo-module-m35__slider-textbox.max-width-96 {
    width: 96%;
    max-width: 96%; }
  .mmtheo-module-m35__slider-textbox.max-width-97 {
    width: 97%;
    max-width: 97%; }
  .mmtheo-module-m35__slider-textbox.max-width-98 {
    width: 98%;
    max-width: 98%; }
  .mmtheo-module-m35__slider-textbox.max-width-99 {
    width: 99%;
    max-width: 99%; } }

@media (min-width: 1280px) {
  .mmtheo-module-m35:first-of-type:not(.module-padding-large), .mmtheo-module-m35:first-of-type:not(.module-padding-medium), .mmtheo-module-m35:first-of-type:not(.module-padding-small), .mmtheo-module-m35:first-of-type:not(.module-padding-large-top), .mmtheo-module-m35:first-of-type:not(.module-padding-medium-top), .mmtheo-module-m35:first-of-type:not(.module-padding-small-top) {
    margin-top: -140px; }
    .mmtheo-module-m35:first-of-type:not(.module-padding-large) .mmtheo-module-m35__slider-content-container, .mmtheo-module-m35:first-of-type:not(.module-padding-medium) .mmtheo-module-m35__slider-content-container, .mmtheo-module-m35:first-of-type:not(.module-padding-small) .mmtheo-module-m35__slider-content-container, .mmtheo-module-m35:first-of-type:not(.module-padding-large-top) .mmtheo-module-m35__slider-content-container, .mmtheo-module-m35:first-of-type:not(.module-padding-medium-top) .mmtheo-module-m35__slider-content-container, .mmtheo-module-m35:first-of-type:not(.module-padding-small-top) .mmtheo-module-m35__slider-content-container {
      top: 140px;
      height: calc(100% - 140px); } }

.mmtheo-footer-f01 {
  font-size: 1rem;
  line-height: 1.375;
  color: #272324;
  background: none;
  background-clip: content-box;
  position: relative;
  padding: 20px 0 0 0; }
  .mmtheo-footer-f01 a:not(.btn) {
    color: inherit;
    text-decoration: none;
    position: relative; }
    .mmtheo-footer-f01 a:not(.btn):before {
      content: "";
      position: absolute;
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: -webkit-transform 0.3s ease-in-out;
      -o-transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
      left: 0;
      bottom: -1px;
      width: 100%;
      height: 1px;
      background: #272324;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0); }
    .mmtheo-footer-f01 a:not(.btn):hover {
      color: #575656;
      text-decoration: none; }
      .mmtheo-footer-f01 a:not(.btn):hover:before {
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0); }
  .mmtheo-footer-f01 ul {
    margin: 0; }
  .mmtheo-footer-f01 .footer-visit {
    text-align: center;
    padding: 20px 0;
    background: #fff; }
    .mmtheo-footer-f01 .footer-visit__title {
      text-transform: uppercase;
      margin-bottom: 20px;
      font-size: 18px;
      font-weight: 600;
      line-height: 30px; }
    .mmtheo-footer-f01 .footer-visit__links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .mmtheo-footer-f01 .footer-visit__links a {
        text-decoration: none !important;
        margin: 0 5px; }
        .mmtheo-footer-f01 .footer-visit__links a:hover {
          text-decoration: none; }
        .mmtheo-footer-f01 .footer-visit__links a:before {
          position: static; }
    .mmtheo-footer-f01 .footer-visit__icon-wrap {
      height: 50px;
      width: 50px;
      line-height: 50px;
      border-radius: 50%;
      background: #272324; }
      .mmtheo-footer-f01 .footer-visit__icon-wrap:hover {
        background: #575656; }
    .mmtheo-footer-f01 .footer-visit__icon {
      font-size: 30px;
      color: #fff;
      display: inline-block;
      height: 50px;
      line-height: 50px; }
    .mmtheo-footer-f01 .footer-visit .icon-facebook:before, .mmtheo-footer-f01 .footer-visit .icon-twitter:before, .mmtheo-footer-f01 .footer-visit .icon-xing:before, .mmtheo-footer-f01 .footer-visit .icon-linkedin-in:before, .mmtheo-footer-f01 .footer-visit .icon-instagram:before, .mmtheo-footer-f01 .footer-visit .icon-youtube:before {
      color: #fff; }
  .mmtheo-footer-f01 .footer-sitemap {
    margin-top: 20px;
    background: rgba(217, 79, 81, 0.35); }
  .mmtheo-footer-f01 .footer-menu {
    list-style: none;
    border-top: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 0;
    padding-bottom: 0; }
    .mmtheo-footer-f01 .footer-menu .main--link {
      font-size: 18px;
      line-height: 30px;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: 600;
      text-transform: uppercase;
      pointer-events: none; }
    .mmtheo-footer-f01 .footer-menu > li + li {
      margin-top: 25px; }
    .mmtheo-footer-f01 .footer-menu .submenu {
      font-size: 16px;
      list-style: none;
      padding-left: 0;
      margin-top: 10px; }
      .mmtheo-footer-f01 .footer-menu .submenu > li {
        position: relative; }
      .mmtheo-footer-f01 .footer-menu .submenu > li + li {
        margin-top: 8px; }
  .mmtheo-footer-f01 .sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .mmtheo-footer-f01 .sitemap__column--main {
      -webkit-box-flex: 4;
          -ms-flex: 4;
              flex: 4;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .mmtheo-footer-f01 .sitemap__column--main ul.footer-menu .submenu.custom-footer-content p {
        margin-bottom: 10px; }
    .mmtheo-footer-f01 .sitemap__column--contact {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border-top: 0; }
  .mmtheo-footer-f01 .contact-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .mmtheo-footer-f01 .contact-container__col {
      width: 100%;
      margin-top: 0 !important;
      margin-bottom: 10px; }
      .mmtheo-footer-f01 .contact-container__col ul {
        list-style-type: none; }
        .mmtheo-footer-f01 .contact-container__col ul li {
          margin-bottom: 10px; }
      .mmtheo-footer-f01 .contact-container__col .contact--text {
        display: inline-block;
        vertical-align: top; }
  .mmtheo-footer-f01 .footer-meta {
    background: rgba(217, 79, 81, 0.35);
    padding: 0 0 20px 0; }
    .mmtheo-footer-f01 .footer-meta .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .mmtheo-footer-f01 .footer-meta__copyright {
      text-align: center;
      border-top: 1px solid #272324;
      padding-top: 20px;
      padding-bottom: 20px; }
    .mmtheo-footer-f01 .footer-meta__links {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: center;
      border-top: 1px solid #272324;
      padding-top: 20px;
      padding-bottom: 20px; }
  .mmtheo-footer-f01 .meta-menu {
    list-style: none;
    padding: 0;
    text-transform: none; }
    .mmtheo-footer-f01 .meta-menu li {
      display: inline-block; }
    .mmtheo-footer-f01 .meta-menu li + li {
      margin-left: 30px; }

@media (max-width: 991.98px) {
  .mmtheo-footer-f01 .footer--column-1 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
    .mmtheo-footer-f01 .footer--column-1 .footer-menu > li + li {
      margin-top: 0;
      border-top: 0; }
    .mmtheo-footer-f01 .footer--column-1 .footer-menu > li:not(.item-distribution) {
      display: none; }
    .mmtheo-footer-f01 .footer--column-1 .footer-menu > li.item-distribution {
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff; }
      .mmtheo-footer-f01 .footer--column-1 .footer-menu > li.item-distribution > a {
        margin-top: 5px;
        float: left;
        display: inline-block; }
      .mmtheo-footer-f01 .footer--column-1 .footer-menu > li.item-distribution .submenu {
        float: right;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        margin: 0;
        padding: 12px 0; }
        .mmtheo-footer-f01 .footer--column-1 .footer-menu > li.item-distribution .submenu > li {
          padding: 4px 0 4px 10px; }
  .mmtheo-footer-f01 .footer--column-2 .footer-menu > li:first-child {
    border-top: 1px solid #272324; }
  .mmtheo-footer-f01 .footer-menu {
    margin: 0;
    border-top: none; }
    .mmtheo-footer-f01 .footer-menu > li > a {
      display: block;
      padding: 12px 10px; }
    .mmtheo-footer-f01 .footer-menu > li .submenu {
      display: none; }
      .mmtheo-footer-f01 .footer-menu > li .submenu.submenu-active {
        display: block;
        margin-top: 5px;
        padding-bottom: 15px; }
      .mmtheo-footer-f01 .footer-menu > li .submenu > li {
        padding: 4px 10px; }
      .mmtheo-footer-f01 .footer-menu > li .submenu > li + li {
        margin-top: 3px; }
      .mmtheo-footer-f01 .footer-menu > li .submenu--contact li {
        padding-left: 40px; }
        .mmtheo-footer-f01 .footer-menu > li .submenu--contact li i {
          left: 10px; }
    .mmtheo-footer-f01 .footer-menu > li:not(.item-distribution):hover:before, .mmtheo-footer-f01 .footer-menu > li:not(.item-distribution):hover:after {
      background-color: #E8E8E8; }
    .mmtheo-footer-f01 .footer-menu > li:not(.item-distribution) a.main--link:before {
      content: "";
      position: absolute;
      top: 27px;
      left: auto;
      right: 0;
      width: 19px;
      height: 3px;
      margin-right: 20px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: #272324;
      -webkit-transition: background .13s linear;
      -o-transition: background .13s linear;
      transition: background .13s linear; }
    .mmtheo-footer-f01 .footer-menu > li:not(.item-distribution) a.main--link:after {
      content: "";
      position: absolute;
      top: 27px;
      right: 0;
      width: 19px;
      height: 3px;
      margin-right: 20px;
      -webkit-transform: translateY(-50%) rotate(90deg);
          -ms-transform: translateY(-50%) rotate(90deg);
              transform: translateY(-50%) rotate(90deg);
      background: #272324;
      -webkit-transition: background .13s linear, -webkit-transform .13s linear;
      transition: background .13s linear, -webkit-transform .13s linear;
      -o-transition: background .13s linear, transform .13s linear;
      transition: background .13s linear, transform .13s linear;
      transition: background .13s linear, transform .13s linear, -webkit-transform .13s linear; }
    .mmtheo-footer-f01 .footer-menu > li.submenu-active:not(.item-distribution) a.main--link:after {
      -webkit-transform: translateY(-50%) rotate(180deg);
          -ms-transform: translateY(-50%) rotate(180deg);
              transform: translateY(-50%) rotate(180deg); }
    .mmtheo-footer-f01 .footer-menu > li + li {
      border-top: 1px solid #fff; }
    .mmtheo-footer-f01 .footer-menu .main--link {
      cursor: default;
      pointer-events: auto;
      font-size: 16px;
      line-height: 30px; }
  .mmtheo-footer-f01 .footer-visit__title {
    font-weight: 600;
    font-size: 15px;
    line-height: 31px; }
  .mmtheo-footer-f01 .footer-visit__icon-wrap {
    height: 33px;
    width: 33px;
    line-height: 33px; }
  .mmtheo-footer-f01 .footer-visit__icon {
    font-size: 23px;
    height: 33px;
    line-height: 33px; }
  .mmtheo-footer-f01 .sitemap__column--main ul.footer-menu .submenu.custom-footer-content {
    padding-left: 10px; }
    .mmtheo-footer-f01 .sitemap__column--main ul.footer-menu .submenu.custom-footer-content p {
      margin-bottom: 13px; }
  .mmtheo-footer-f01 .sitemap__column--main ul:first-child {
    border-color: #272324;
    padding-top: 20px; }
  .mmtheo-footer-f01 .sitemap__column--main ul:last-child {
    padding-bottom: 20px; }
  .mmtheo-footer-f01 .sitemap--row {
    margin-top: 30px; }
  .mmtheo-footer-f01 .footer-meta__copyright {
    font-size: 16px;
    line-height: 20px;
    padding-top: 35px;
    padding-bottom: 5px; }
  .mmtheo-footer-f01 .footer-meta__links {
    border-top: none;
    padding-top: 5px; }
  .mmtheo-footer-f01 .meta-menu a {
    font-size: 16px;
    line-height: 34px; } }

@media (min-width: 992px) {
  .mmtheo-footer-f01 {
    padding: 40px 0 0 0;
    font-size: 1rem;
    line-height: 1.375; }
    .mmtheo-footer-f01 a:not(.btn):hover:before {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); }
    .mmtheo-footer-f01 .footer-visit {
      padding-top: 40px;
      padding-bottom: 5px; }
    .mmtheo-footer-f01 .footer-menu {
      padding-top: 60px;
      padding-bottom: 60px;
      border-top: 0; }
    .mmtheo-footer-f01 .sitemap {
      border-top: none; }
      .mmtheo-footer-f01 .sitemap__column--main {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
      .mmtheo-footer-f01 .sitemap__column--contact {
        border-top: none; }
    .mmtheo-footer-f01 .contact-container__col {
      width: 30%; }
    .mmtheo-footer-f01 .footer-meta {
      padding: 0 0 40px 0; }
      .mmtheo-footer-f01 .footer-meta .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; }
      .mmtheo-footer-f01 .footer-meta__copyright {
        text-align: left;
        padding-top: 40px;
        padding-bottom: 0; }
      .mmtheo-footer-f01 .footer-meta__links {
        text-align: right;
        -webkit-box-flex: 4;
            -ms-flex: 4;
                flex: 4;
        padding-top: 40px;
        padding-bottom: 0; } }

@media (min-width: 1280px) {
  .mmtheo-footer-f01 .footer-sitemap {
    margin-top: 40px; }
  .mmtheo-footer-f01 .sitemap {
    border-top: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .mmtheo-footer-f01 .sitemap__column--contact {
      border-top: 0; }
  .mmtheo-footer-f01 .contact-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .mmtheo-footer-f01 .contact-container__col {
      width: 100%; } }

.mmtheo-module .header-back-to-top {
  background-color: #D94F51;
  border-color: #D94F51;
  color: #fff; }
  .mmtheo-module .header-back-to-top:hover {
    color: #fff !important;
    background-color: #575656 !important;
    border-color: #575656 !important; }

.mmtheo-module .mmtheo-header-h02-navmain a {
  color: #272324; }
  .mmtheo-module .mmtheo-header-h02-navmain a:hover, .mmtheo-module .mmtheo-header-h02-navmain a:focus, .mmtheo-module .mmtheo-header-h02-navmain a.active {
    color: #5d5356; }

.mmtheo-module .mmtheo-header-h02-navmain ul.navmain__level2 li a {
  padding: 15px; }

.mmtheo-module .mmtheo-header-h02-navmain ul li a {
  padding: 0; }

@media (min-width: 992px) {
  .mmtheo-header-h02 .header-logo {
    padding: 20px 0; }
  .mmtheo-header-h02 .header-wrapper {
    padding-right: 40px;
    padding-left: 40px; }
  .mmtheo-header-h02 .meta-header-wrapper {
    padding-right: 40px; }
  .mmtheo-header-h02 .mmtheo-header-h02-navmain > ul > li {
    margin: 0 20px; }
    .mmtheo-header-h02 .mmtheo-header-h02-navmain > ul > li:last-child {
      margin-right: 0; }
  .mmtheo-header-h02 .navmain__submenu {
    width: 280px; }
    .mmtheo-header-h02 .navmain__submenu a {
      text-transform: none;
      font-size: 18px; } }

@media (min-width: 1280px) {
  .mmtheo-header-h02 .header-wrapper {
    padding-right: 60px;
    padding-left: 60px; }
  .mmtheo-header-h02 .meta-header-wrapper {
    padding-right: 60px; } }

.mmtheo-header-h02 .meta-header-wrapper .lang-switch {
  display: none !important; }

.mmtheo-header-h02 .meta-header-wrapper .meta-menu__item:last-child {
  margin-right: 20px !important; }

@media (min-width: 992px) {
  .mmtheo-header-h02 .meta-header-wrapper .meta-menu__item:last-child {
    margin-right: 5px !important; } }

body.layout-l01 {
  padding-top: 80px; }

@media (min-width: 992px) {
  body.layout-l01 {
    padding-top: 125px; } }

@media (min-width: 1280px) {
  body.layout-l01 {
    padding-top: 140px; } }

.mmtheo-module.mmtheo-module-m01a div.button {
  padding-left: 0;
  padding-right: 0; }

.mmtheo-module.mmtheo-module-m01a picture .img-fluid:not([src$=".svg"]) {
  min-height: unset; }

.mmtheo-module.mmtheo-module-m01a ul li, .mmtheo-module.mmtheo-module-m01a ol li {
  margin-left: 20px; }
  .mmtheo-module.mmtheo-module-m01a ul li:before, .mmtheo-module.mmtheo-module-m01a ol li:before {
    display: none; }

.mmtheo-module.mmtheo-module-m01a a:not(.btn) {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  font-weight: 400;
  border-bottom: 1px solid #D94F51; }
  .mmtheo-module.mmtheo-module-m01a a:not(.btn):before {
    display: none; }
  .mmtheo-module.mmtheo-module-m01a a:not(.btn):after {
    display: none; }
  .mmtheo-module.mmtheo-module-m01a a:not(.btn):hover {
    color: #575656;
    font-weight: 400;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border-bottom: 1px solid #575656; }

@media (max-width: 1279.98px) {
  .mmtheo-module.mmtheo-module-m01a .order-first {
    margin-bottom: 25px; } }

.mmtheo-module-m05-slider .item .item-wrap {
  padding: 20px 0; }

.mmtheo-module-m05 .btn, .mmtheo-module-m05 .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink, .mmtheo-module.mmtheo-module-m06 .news--overview .mmtheo-module-m05 .item__newslink {
  border-color: #D94F51; }
  .mmtheo-module-m05 .btn:hover, .mmtheo-module-m05 .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink:hover, .mmtheo-module.mmtheo-module-m06 .news--overview .mmtheo-module-m05 .item__newslink:hover {
    color: #fff;
    background-color: #D94F51;
    border-color: #eba3a4; }

.mmtheo-module-m05 .tiles {
  margin-left: 45px; }

.mmtheo-module-m05 .item {
  max-height: 100%; }
  .mmtheo-module-m05 .item .image {
    height: 330px; }
    .mmtheo-module-m05 .item .image img {
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .mmtheo-module-m05 .item-wrap {
    padding: 10px 0 0 0 !important; }
    .mmtheo-module-m05 .item-wrap .text-wrap, .mmtheo-module-m05 .item-wrap .button.text-center {
      text-align: left !important; }
    .mmtheo-module-m05 .item-wrap .mmtheo-module--headline {
      text-transform: none;
      border: none;
      font-size: 38px;
      line-height: 45px;
      word-break: normal;
      -webkit-hyphens: none;
          -ms-hyphens: none;
              hyphens: none; }
    .mmtheo-module-m05 .item-wrap .h5 {
      font-size: 38px;
      line-height: 45px;
      text-transform: none; }
    .mmtheo-module-m05 .item-wrap .headlines {
      word-break: keep-all;
      -webkit-hyphens: none;
          -ms-hyphens: none;
              hyphens: none;
      margin-left: 0;
      margin-bottom: 0;
      padding-bottom: 20px; }
    .mmtheo-module-m05 .item-wrap span {
      margin-left: 0;
      font-size: 38px;
      word-break: normal;
      -webkit-hyphens: none;
          -ms-hyphens: none;
              hyphens: none; }
  .mmtheo-module-m05 .item .gradient {
    border: none; }

.mmtheo-module-m05 .mmtheo-module-m05-slider-50-50 .item .image {
  height: 370px; }

.mmtheo-module-m05 .mmtheo-module-m05-slider-25-25-25-25 .item .image {
  height: 260px; }

.mmtheo-module-m05 .slider ul.slick-dots {
  position: relative;
  margin-top: unset; }
  .mmtheo-module-m05 .slider ul.slick-dots li.slick-active button {
    background-color: white; }

.mmtheo-module-m05 .slider .slick-arrow {
  position: absolute;
  background: #E8E8E8;
  z-index: 1000;
  width: 50px;
  height: 70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.mmtheo-module-m05 .slider .slick-prev:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "theo-base" !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;
  content: "";
  font-size: 40px;
  color: #272324;
  margin-right: 5px;
  position: relative;
  top: 2px;
  left: 0; }

.mmtheo-module-m05 .slider .slick-prev:before {
  top: 15px;
  left: 4px; }

.mmtheo-module-m05 .slider .slick-next:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "theo-base" !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;
  content: "";
  font-size: 40px;
  color: #272324;
  margin-right: 5px;
  position: relative;
  top: 2px;
  left: 0; }

.mmtheo-module-m05 .slider .slick-next:before {
  top: 15px;
  left: 4px; }

@media (max-width: 991.98px) {
  .mmtheo-module-m05 .item .image {
    height: 200px; }
  .mmtheo-module-m05 .item-wrap .h5 {
    font-size: 28px;
    line-height: 32px; } }

@media (max-width: 1279.98px) {
  .mmtheo-module-m05 .slider {
    margin: 0; }
    .mmtheo-module-m05 .slider .slick-arrow {
      top: 50%;
      width: 30px;
      height: 45px; }
    .mmtheo-module-m05 .slider .slick-prev {
      left: -34px; }
      .mmtheo-module-m05 .slider .slick-prev:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "theo-base" !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;
        content: "";
        font-size: 40px;
        color: #272324;
        margin-right: 5px;
        position: relative;
        top: 2px;
        left: 0; }
      .mmtheo-module-m05 .slider .slick-prev:before {
        top: 3px;
        left: -3px; }
    .mmtheo-module-m05 .slider .slick-next {
      right: -34px; }
      .mmtheo-module-m05 .slider .slick-next:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "theo-base" !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;
        content: "";
        font-size: 40px;
        color: #272324;
        margin-right: 5px;
        position: relative;
        top: 2px;
        left: 0; }
      .mmtheo-module-m05 .slider .slick-next:before {
        top: 3px;
        left: -6px; }
  .mmtheo-module-m05 .item {
    margin-left: 0;
    margin-right: 0; }
  .mmtheo-module-m05 .item-wrap .h5 {
    font-size: 28px;
    line-height: 32px; } }

@media (min-width: 1280px) {
  .mmtheo-module-m05 .slider .slick-arrow {
    width: 30px;
    height: 45px; }
  .mmtheo-module-m05 .slider .slick-prev {
    left: -34px; }
    .mmtheo-module-m05 .slider .slick-prev:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "theo-base" !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;
      content: "";
      font-size: 40px;
      color: #272324;
      margin-right: 5px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module-m05 .slider .slick-prev:before {
      top: 3px;
      left: -3px; }
  .mmtheo-module-m05 .slider .slick-next {
    right: -34px; }
    .mmtheo-module-m05 .slider .slick-next:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "theo-base" !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;
      content: "";
      font-size: 40px;
      color: #272324;
      margin-right: 5px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module-m05 .slider .slick-next:before {
      top: 3px;
      left: -6px; } }

@media (min-width: 1600px) {
  .mmtheo-module-m05 .slider .slick-prev {
    left: -75px; }
  .mmtheo-module-m05 .slider .slick-next {
    right: -75px; } }

.mmtheo-module.mmtheo-module-m06 .news-filter--overview .news__filter {
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset; }
  .mmtheo-module.mmtheo-module-m06 .news-filter--overview .news__filter .filter__item:first-child {
    margin: 0; }

.mmtheo-module.mmtheo-module-m06 .news--overview .item__wrap {
  border-color: #D94F51; }

.mmtheo-module.mmtheo-module-m06 .news--overview .item__date {
  background-color: #D94F51; }

.mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink {
  margin-top: 0; }

.mmtheo-module.mmtheo-module-m06 .news--overview .pager.text-center {
  text-align: left !important; }

.mmtheo-module.mmtheo-module-m06 .news--overview .pager .btn-2, .mmtheo-module.mmtheo-module-m06 .news--overview .pager .btn-2:hover, .mmtheo-module.mmtheo-module-m06 .news--overview .pager .btn-2:focus, .mmtheo-module.mmtheo-module-m06 .news--overview .pager .btn-2:active {
  color: #fff;
  background-color: #D94F51; }

.mmtheo-module.mmtheo-module-m06 .news--overview .pager .btn.start, .mmtheo-module.mmtheo-module-m06 .news--overview .pager .start.item__newslink, .mmtheo-module.mmtheo-module-m06 .news--overview .pager .btn.end, .mmtheo-module.mmtheo-module-m06 .news--overview .pager .end.item__newslink {
  color: #272324;
  border-color: #E8E8E8;
  background-color: #E8E8E8; }

.mmtheo-module.mmtheo-module-m06 .news-detail-view.layout-v2 .item__date, .mmtheo-module.mmtheo-module-m06 .layout-v2.news-detail-view__back-button .item__date {
  background-color: #D94F51; }

.mmtheo-module.mmtheo-module-m06 .news-detail-view__image-wrap--portrait-left {
  float: unset;
  width: 100%; }
  .mmtheo-module.mmtheo-module-m06 .news-detail-view__image-wrap--portrait-left img {
    height: auto; }

.mmtheo-module.mmtheo-module-m06 .news-detail-view__image-wrap--portrait-right {
  float: unset;
  width: 100%; }
  .mmtheo-module.mmtheo-module-m06 .news-detail-view__image-wrap--portrait-right img {
    height: auto; }

.mmtheo-module.mmtheo-module-m06 .news-detail-view__image-gallery-image-wrap {
  background-color: #E8E8E8; }

.mmtheo-module.mmtheo-module-m06 .news-detail-view .slick-arrow, .mmtheo-module.mmtheo-module-m06 .news-detail-view__back-button .slick-arrow {
  background-color: white; }
  .mmtheo-module.mmtheo-module-m06 .news-detail-view .slick-arrow:before, .mmtheo-module.mmtheo-module-m06 .news-detail-view__back-button .slick-arrow:before {
    color: #D94F51; }
  .mmtheo-module.mmtheo-module-m06 .news-detail-view .slick-arrow:hover:before, .mmtheo-module.mmtheo-module-m06 .news-detail-view__back-button .slick-arrow:hover:before {
    color: #575656; }

.mmtheo-module.mmtheo-module-m06 .news-detail-view ul li, .mmtheo-module.mmtheo-module-m06 .news-detail-view__back-button ul li, .mmtheo-module.mmtheo-module-m06 .news-detail-view ol li, .mmtheo-module.mmtheo-module-m06 .news-detail-view__back-button ol li {
  margin-left: 20px; }
  .mmtheo-module.mmtheo-module-m06 .news-detail-view ul li:before, .mmtheo-module.mmtheo-module-m06 .news-detail-view__back-button ul li:before, .mmtheo-module.mmtheo-module-m06 .news-detail-view ol li:before, .mmtheo-module.mmtheo-module-m06 .news-detail-view__back-button ol li:before {
    display: none; }

.mmtheo-module.mmtheo-module-m06 .news-detail-view .downloads-teilen, .mmtheo-module.mmtheo-module-m06 .news-detail-view__back-button .downloads-teilen {
  padding: 0;
  background: none; }
  .mmtheo-module.mmtheo-module-m06 .news-detail-view .downloads-teilen .label, .mmtheo-module.mmtheo-module-m06 .news-detail-view__back-button .downloads-teilen .label {
    display: none; }
  .mmtheo-module.mmtheo-module-m06 .news-detail-view .downloads-teilen .teilen, .mmtheo-module.mmtheo-module-m06 .news-detail-view__back-button .downloads-teilen .teilen {
    display: none; }

.mmtheo-module.mmtheo-module-m06 .news-detail ul.download-list li {
  margin-left: 0; }

.mmtheo-module.mmtheo-module-m07a .mmtheo-module--headline {
  border-color: #fff; }

.mmtheo-module.mmtheo-module-m07a .m07-slider .slick-arrow {
  background-color: white; }
  .mmtheo-module.mmtheo-module-m07a .m07-slider .slick-arrow:before {
    color: #D94F51; }
  .mmtheo-module.mmtheo-module-m07a .m07-slider .slick-arrow:hover:before {
    color: #575656; }

.mmtheo-module.mmtheo-module-m07a .asset_wrap {
  position: relative; }

.mmtheo-module.mmtheo-module-m07a .layout-v2 .slider-v2__main .slick-dots li.slick-active > button {
  background: #D94F51; }

.mmtheo-module.mmtheo-module-m07a .layout-v2 .slider-v2__main .slick-arrow {
  background-color: white; }
  .mmtheo-module.mmtheo-module-m07a .layout-v2 .slider-v2__main .slick-arrow:before {
    color: #D94F51; }
  .mmtheo-module.mmtheo-module-m07a .layout-v2 .slider-v2__main .slick-arrow:hover:before {
    color: #575656; }

.mmtheo-module.mmtheo-module-m07a .layout-v2.slider-v2__nav--show .slick-arrow {
  background-color: white; }
  .mmtheo-module.mmtheo-module-m07a .layout-v2.slider-v2__nav--show .slick-arrow:before {
    color: #D94F51; }
  .mmtheo-module.mmtheo-module-m07a .layout-v2.slider-v2__nav--show .slick-arrow:hover:before {
    color: #575656; }

.mmtheo-module.mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .image-caption {
  display: inline; }

.mmtheo-module.mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin {
  position: absolute;
  margin-top: 0 !important;
  width: 40%;
  top: 10% !important;
  height: 80%;
  padding: 0 !important;
  background-color: transparent !important; }
  .mmtheo-module.mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin:before {
    content: none !important; }
  .mmtheo-module.mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .bodytext {
    font-size: 1.25rem;
    width: 100%;
    padding: 15px 25px 10px 25px;
    background: rgba(39, 35, 36, 0.5);
    color: #fff;
    overflow-y: auto; }
    .mmtheo-module.mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .bodytext h1, .mmtheo-module.mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .bodytext .h1, .mmtheo-module.mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .bodytext h2, .mmtheo-module.mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .bodytext .h2, .mmtheo-module.mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .bodytext h3, .mmtheo-module.mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .bodytext .h3, .mmtheo-module.mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .bodytext h4, .mmtheo-module.mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .bodytext .h4, .mmtheo-module.mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .bodytext h5, .mmtheo-module.mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .bodytext .h5, .mmtheo-module.mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .bodytext h6, .mmtheo-module.mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .bodytext .h6, .mmtheo-module.mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .bodytext p, .mmtheo-module.mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .bodytext li, .mmtheo-module.mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .bodytext a, .mmtheo-module.mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .bodytext span, .mmtheo-module.mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .bodytext .mmtheo-module--headline {
      color: #fff; }
    .mmtheo-module.mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .bodytext .h1 {
      border-color: #fff; }
    .mmtheo-module.mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .bodytext .btn, .mmtheo-module.mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .bodytext .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink, .mmtheo-module.mmtheo-module-m06 .news--overview .mmtheo-module.mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .bodytext .item__newslink {
      border-color: #fff;
      background-color: rgba(0, 0, 0, 0); }
    .mmtheo-module.mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .bodytext p:last-child {
      margin-bottom: 0; }

@media (max-width: 991.98px) {
  .mmtheo-module.mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin {
    width: 73%;
    left: 5%; }
    .mmtheo-module.mmtheo-module-m07a .layout-v2.slider-v2__text--show .slider-v2__main .slider-v2__item .slider-v2__text.text-block--pin .bodytext {
      font-size: 1rem; } }

.mmtheo-module.mmtheo-module-m09 .item {
  background: #E8E8E8;
  border-bottom: none; }
  .mmtheo-module.mmtheo-module-m09 .item .content .title {
    font-weight: 600;
    color: #D94F51; }
  .mmtheo-module.mmtheo-module-m09 .item .download .arrow:hover, .mmtheo-module.mmtheo-module-m09 .item .download .line:hover {
    color: #575656; }

.mmtheo-module.mmtheo-module-m18 label {
  position: unset;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px; }
  .mmtheo-module.mmtheo-module-m18 label:after, .mmtheo-module.mmtheo-module-m18 label:before {
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #272324; }
  .mmtheo-module.mmtheo-module-m18 label span {
    text-transform: none;
    font-weight: 300; }
    .mmtheo-module.mmtheo-module-m18 label span a {
      font-weight: 400;
      text-decoration: underline; }
    .mmtheo-module.mmtheo-module-m18 label span span {
      font-weight: 600; }

.mmtheo-module.mmtheo-module-m18 .clearfix h2 {
  font-size: 1.375rem;
  line-height: 1.375rem; }

.mmtheo-module.mmtheo-module-m18 .custom-control-input:checked ~ .custom-control-label:after {
  font-size: 1.5rem; }

.mmtheo-module.mmtheo-module-m18 .form-group {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.mmtheo-module.mmtheo-module-m18 .form-control {
  border: 1px solid #272324;
  height: calc(2.25rem + 16px);
  padding: 5px 10px 5px 10px;
  font-weight: 300; }
  .mmtheo-module.mmtheo-module-m18 .form-control:focus {
    border: 1px solid #272324; }

.mmtheo-module.mmtheo-module-m18 textarea.form-control {
  height: auto; }

.mmtheo-module.mmtheo-module-m18 input.add-on {
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #272324;
  border-radius: 0;
  position: absolute;
  top: 0;
  left: 0; }

.mmtheo-module.mmtheo-module-m18 .add-on > span {
  margin-left: 2rem; }

.mmtheo-module.mmtheo-module-m18 .select-wrapper:after {
  font-size: 34px; }

.mmtheo-module.mmtheo-module-m18 .custom-select {
  text-transform: none;
  font-weight: unset;
  padding: 5px 10px 5px 10px; }

.mmtheo-module.mmtheo-module-m18 .focused label:not(.form-check-label) {
  font-size: inherit;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset; }

.mmtheo-module.mmtheo-module-m18 .focused.textarea label {
  font-size: inherit;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset; }

@-moz-document url-prefix() {
  .mmtheo-module.mmtheo-module-m18 .focused.textarea label {
    font-size: inherit;
    transform: unset; } }

@media (min-width: 992px) {
  .mmtheo-module.mmtheo-module-m18 form {
    width: 50%; } }

.mmtheo-module-m35 {
  margin: 0 !important; }
  .mmtheo-module-m35 .slick-prev,
  .mmtheo-module-m35 .slick-next {
    width: 17px;
    height: 17px; }
    .mmtheo-module-m35 .slick-prev:before, .mmtheo-module-m35 .slick-prev:hover:before, .mmtheo-module-m35 .slick-next:before, .mmtheo-module-m35 .slick-next:hover:before {
      color: #fff;
      font-size: 17px; }

.mmtheo-module-m35__slider-item {
  max-height: unset; }
  .mmtheo-module-m35__slider-item .image {
    max-height: calc(100vh - 80px); }

.mmtheo-module-m35__slider-textbox {
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%); }
  .mmtheo-module-m35__slider-textbox-inner {
    position: relative;
    background: rgba(255, 255, 255, 0.86);
    padding: 15px;
    margin: 0; }
    .mmtheo-module-m35__slider-textbox-inner > *:last-child {
      margin-bottom: 0; }

@media (min-width: 992px) {
  .mmtheo-module-m35 .slick-prev,
  .mmtheo-module-m35 .slick-next {
    width: 32px;
    height: 32px; }
    .mmtheo-module-m35 .slick-prev:before, .mmtheo-module-m35 .slick-prev:hover:before, .mmtheo-module-m35 .slick-next:before, .mmtheo-module-m35 .slick-next:hover:before {
      color: #fff;
      font-size: 32px; }
  .mmtheo-module-m35__slider-item .image {
    max-height: calc(100vh - 125px); }
  .mmtheo-module-m35__slider-textbox-inner {
    padding: 15px 25px; } }

@media (min-width: 1280px) {
  .mmtheo-module-m35__slider-item .image {
    max-height: calc(100vh - 140px); }
  .mmtheo-module-m35__slider-textbox-inner {
    padding: 45px 75px; 
    padding: 45px 75px 20px 75px;} }

.mmtheo-module.mmtheo-module-bg-primary {
  background-color: rgba(217, 79, 81, 0.35); }

.mmtheo-module .mmtheo-module--headline, .mmtheo-module span.h1 {
  border-bottom: 2px solid #D94F51;
  -o-border-image: unset;
     border-image: unset;
  width: auto;
  padding-bottom: 8px;
  display: table; }

.mmtheo-module .module-padding-large {
  padding-top: 60px;
  padding-bottom: 60px; }

.mmtheo-module .module-padding-medium {
  padding-top: 40px;
  padding-bottom: 40px; }

.mmtheo-module .module-padding-small {
  padding-top: 20px;
  padding-bottom: 20px; }

.mmtheo-module .module-padding-large-top {
  padding-top: 60px;
  padding-bottom: 0; }

.mmtheo-module .module-padding-medium-top {
  padding-top: 40px;
  padding-bottom: 0; }

.mmtheo-module .module-padding-small-top {
  padding-top: 20px;
  padding-bottom: 0; }

.mmtheo-module .module-padding-large-bottom {
  padding-top: 0;
  padding-bottom: 60px; }

.mmtheo-module .module-padding-medium-bottom {
  padding-top: 0;
  padding-bottom: 40px; }

.mmtheo-module .module-padding-small-bottom {
  padding-top: 0;
  padding-bottom: 20px; }

.mmtheo-module .headlines .mmtheo-module--headline {
  font-weight: 600;
  word-break: break-word; }

.mmtheo-module .headlines h1, .mmtheo-module .headlines .h1 {
  font-weight: 600; }

.mmtheo-module .headlines h2, .mmtheo-module .headlines .h2 {
  font-weight: 600; }

.mmtheo-module .headlines h3, .mmtheo-module .headlines .h3 {
  font-weight: 600; }

.mmtheo-module .headlines h4, .mmtheo-module .headlines .h4 {
  font-weight: 400; }

.mmtheo-module .headlines h5, .mmtheo-module .headlines .h5 {
  font-weight: 400; }

.mmtheo-module .headlines h6, .mmtheo-module .headlines .h6 {
  font-weight: 300; }

.mmtheo-module .mmtheo-module--headline {
  font-weight: 600; }

.mmtheo-module h1, .mmtheo-module .h1 {
  font-weight: 600;
  text-transform: uppercase; }

.mmtheo-module h2, .mmtheo-module .h2 {
  font-weight: 600;
  text-transform: uppercase; }

.mmtheo-module h3, .mmtheo-module .h3 {
  font-weight: 600;
  text-transform: uppercase; }

.mmtheo-module h4, .mmtheo-module .h4 {
  font-weight: 400; }

.mmtheo-module h5, .mmtheo-module .h5 {
  font-weight: 400; }

.mmtheo-module h6, .mmtheo-module .h6 {
  font-weight: 300; }

.mmtheo-module h1 .mmtheo-module--headline {
  font-size: 38px;
  line-height: 44px; }

.mmtheo-module h2 .mmtheo-module--headline {
  font-size: 36px;
  line-height: 44px;
  padding-bottom: 0.6rem; }

.mmtheo-module h3 .mmtheo-module--headline {
  font-size: 32px;
  line-height: 40px;
  padding-bottom: 0.6rem; }

.mmtheo-module h4 .mmtheo-module--headline {
  font-size: 28px;
  line-height: 34px;
  padding-bottom: 0.6rem; }

.mmtheo-module h5 .mmtheo-module--headline {
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 0.3rem; }

.mmtheo-module h6 .mmtheo-module--headline {
  font-size: 16px;
  line-height: 22px;
  padding-bottom: 0.1rem; }

.mmtheo-module p span.mmtheo-module--headline {
  font-size: 1rem;
  line-height: 1rem;
  padding-bottom: 0.2rem;
  border-bottom: 2px solid #272324; }

.mmtheo-module ul, .mmtheo-module ol {
  padding-left: 0; }

.mmtheo-module hr {
  border-color: #D94F51; }

.mmtheo-module .text-primary {
  color: #D94F51 !important; }

.mmtheo-module .image-caption {
  display: inline;
  padding-top: 10px;
  font-size: 1rem; }

.mmtheo-module .btn i, .mmtheo-module.mmtheo-module-m06 .news--overview .item__newslink i {
  font-size: 1.5rem;
  margin-right: 5px; }

@media (min-width: 992px) {
  .mmtheo-module .mmtheo-module--headline, .mmtheo-module span.h1 {
    border-bottom: 4px solid #D94F51;
    -o-border-image: unset;
       border-image: unset;
    width: auto;
    padding-bottom: 12px;
    display: table; }
  .mmtheo-module .module-padding-large {
    padding-top: 100px;
    padding-bottom: 100px; }
  .mmtheo-module .module-padding-medium {
    padding-top: 80px;
    padding-bottom: 80px; }
  .mmtheo-module .module-padding-small {
    padding-top: 40px;
    padding-bottom: 40px; }
  .mmtheo-module .module-padding-large-top {
    padding-top: 100px;
    padding-bottom: 0; }
  .mmtheo-module .module-padding-medium-top {
    padding-top: 80px;
    padding-bottom: 0; }
  .mmtheo-module .module-padding-small-top {
    padding-top: 40px;
    padding-bottom: 0; }
  .mmtheo-module .module-padding-large-bottom {
    padding-top: 0;
    padding-bottom: 100px; }
  .mmtheo-module .module-padding-medium-bottom {
    padding-top: 0;
    padding-bottom: 80px; }
  .mmtheo-module .module-padding-small-bottom {
    padding-top: 0;
    padding-bottom: 40px; }
  .mmtheo-module .image-caption {
    font-size: 1.15rem; } }

@media (min-width: 1280px) {
  .mmtheo-module .mmtheo-module--headline, .mmtheo-module span.h1 {
    border-bottom: 4px solid #D94F51;
    -o-border-image: unset;
       border-image: unset;
    width: auto;
    padding-bottom: 18px;
    display: table; }
  .mmtheo-module .module-padding-large {
    padding-top: 100px;
    padding-bottom: 100px; }
  .mmtheo-module .module-padding-medium {
    padding-top: 80px;
    padding-bottom: 80px; }
  .mmtheo-module .module-padding-small {
    padding-top: 40px;
    padding-bottom: 40px; }
  .mmtheo-module .module-padding-large-top {
    padding-top: 100px;
    padding-bottom: 0; }
  .mmtheo-module .module-padding-medium-top {
    padding-top: 80px;
    padding-bottom: 0; }
  .mmtheo-module .module-padding-small-top {
    padding-top: 40px;
    padding-bottom: 0; }
  .mmtheo-module .module-padding-large-bottom {
    padding-top: 0;
    padding-bottom: 100px; }
  .mmtheo-module .module-padding-medium-bottom {
    padding-top: 0;
    padding-bottom: 80px; }
  .mmtheo-module .module-padding-small-bottom {
    padding-top: 0;
    padding-bottom: 40px; }
  .mmtheo-module h1 .mmtheo-module--headline {
    font-size: 60px;
    line-height: 66px; }
  .mmtheo-module h2 .mmtheo-module--headline {
    font-size: 50px;
    line-height: 58px; }
  .mmtheo-module h3 .mmtheo-module--headline {
    font-size: 46px;
    line-height: 52px; }
  .mmtheo-module h4 .mmtheo-module--headline {
    font-size: 36px;
    line-height: 42px; }
  .mmtheo-module h5 .mmtheo-module--headline {
    font-size: 28px;
    line-height: 32px; }
  .mmtheo-module h6 .mmtheo-module--headline {
    font-size: 22px;
    line-height: 30px; }
  .mmtheo-module p span.mmtheo-module--headline {
    font-size: 1.25rem; } }
