@charset "UTF-8";
.text-tertiary {
  color: #409EF8 !important; }

: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: #00457C;
  --secondary: #0063C1;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --tertiary: #409EF8;
  --red: #c42d34;
  --blue: #0090df;
  --breakpoint-xs: 0;
  --breakpoint-sm: 768px;
  --breakpoint-md: 992px;
  --breakpoint-lg: 1280px;
  --breakpoint-xl: 1600px;
  --font-family-sans-serif: Roboto, "Helvetica Neue", Arial, 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: "Saira Extra Condensed";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375;
  color: #464646;
  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: #00457C;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #0063C1;
    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: "Saira Extra Condensed";
  font-weight: normal;
  line-height: 1.2;
  color: #00457C; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #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 #bdc6d0; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 0 solid #bdc6d0; }
  .table tbody + tbody {
    border-top: 0 solid #bdc6d0; }
  .table .table {
    background-color: #fff; }

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

.table-bordered {
  border: 0 solid #bdc6d0; }
  .table-bordered th,
  .table-bordered td {
    border: 0 solid #bdc6d0; }
  .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: #f8f9fa; }

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

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

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

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

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

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

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

.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-tertiary,
.table-tertiary > th,
.table-tertiary > td {
  background-color: #cae4fd; }

.table-tertiary th,
.table-tertiary td,
.table-tertiary thead th,
.table-tertiary tbody + tbody {
  border-color: #9ccdfb; }

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

.table-red,
.table-red > th,
.table-red > td {
  background-color: #eec4c6; }

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

.table-hover .table-red:hover {
  background-color: #e8b0b3; }
  .table-hover .table-red:hover > td,
  .table-hover .table-red:hover > th {
    background-color: #e8b0b3; }

.table-blue,
.table-blue > th,
.table-blue > td {
  background-color: #b8e0f6; }

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

.table-hover .table-blue:hover {
  background-color: #a1d6f3; }
  .table-hover .table-blue:hover > td,
  .table-hover .table-blue:hover > th {
    background-color: #a1d6f3; }

.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: #bdc6d0; }

.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: #f8f9fa; }
  .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 {
  display: inline-block;
  font-weight: 400;
  color: #464646;
  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: 12px 40px;
  font-size: 14px;
  line-height: 19.6px;
  border-radius: 30px;
  -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 {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover {
    color: #464646;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    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, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #00457C;
  border-color: #00457C; }
  .btn-primary:hover {
    color: #fff;
    background-color: #003056;
    border-color: #002949; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 97, 144, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 97, 144, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #00457C;
    border-color: #00457C; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #002949;
    border-color: #00223c; }
    .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, 97, 144, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 97, 144, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #0063C1;
  border-color: #0063C1; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #004f9b;
    border-color: #00498e; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 122, 202, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 122, 202, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #0063C1;
    border-color: #0063C1; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #00498e;
    border-color: #004281; }
    .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(38, 122, 202, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 122, 202, 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-tertiary {
  color: #fff;
  background-color: #409EF8;
  border-color: #409EF8; }
  .btn-tertiary:hover {
    color: #fff;
    background-color: #1b8bf7;
    border-color: #0f85f6; }
  .btn-tertiary:focus, .btn-tertiary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(93, 173, 249, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(93, 173, 249, 0.5); }
  .btn-tertiary.disabled, .btn-tertiary:disabled {
    color: #fff;
    background-color: #409EF8;
    border-color: #409EF8; }
  .btn-tertiary:not(:disabled):not(.disabled):active, .btn-tertiary:not(:disabled):not(.disabled).active,
  .show > .btn-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #0f85f6;
    border-color: #097fef; }
    .btn-tertiary:not(:disabled):not(.disabled):active:focus, .btn-tertiary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-tertiary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(93, 173, 249, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(93, 173, 249, 0.5); }

.btn-red {
  color: #fff;
  background-color: #c42d34;
  border-color: #c42d34; }
  .btn-red:hover {
    color: #fff;
    background-color: #a5262c;
    border-color: #9b2329; }
  .btn-red:focus, .btn-red.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 77, 82, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(205, 77, 82, 0.5); }
  .btn-red.disabled, .btn-red:disabled {
    color: #fff;
    background-color: #c42d34;
    border-color: #c42d34; }
  .btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active,
  .show > .btn-red.dropdown-toggle {
    color: #fff;
    background-color: #9b2329;
    border-color: #902126; }
    .btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus,
    .show > .btn-red.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(205, 77, 82, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(205, 77, 82, 0.5); }

.btn-blue {
  color: #fff;
  background-color: #0090df;
  border-color: #0090df; }
  .btn-blue:hover {
    color: #fff;
    background-color: #0077b9;
    border-color: #006fac; }
  .btn-blue:focus, .btn-blue.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 161, 228, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(38, 161, 228, 0.5); }
  .btn-blue.disabled, .btn-blue:disabled {
    color: #fff;
    background-color: #0090df;
    border-color: #0090df; }
  .btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active,
  .show > .btn-blue.dropdown-toggle {
    color: #fff;
    background-color: #006fac;
    border-color: #00679f; }
    .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-blue.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(38, 161, 228, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(38, 161, 228, 0.5); }

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

.btn-outline-secondary {
  color: #0063C1;
  border-color: #0063C1; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #0063C1;
    border-color: #0063C1; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 99, 193, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 99, 193, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #0063C1;
    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: #0063C1;
    border-color: #0063C1; }
    .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(0, 99, 193, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 99, 193, 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-outline-tertiary {
  color: #409EF8;
  border-color: #409EF8; }
  .btn-outline-tertiary:hover {
    color: #fff;
    background-color: #409EF8;
    border-color: #409EF8; }
  .btn-outline-tertiary:focus, .btn-outline-tertiary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(64, 158, 248, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(64, 158, 248, 0.5); }
  .btn-outline-tertiary.disabled, .btn-outline-tertiary:disabled {
    color: #409EF8;
    background-color: transparent; }
  .btn-outline-tertiary:not(:disabled):not(.disabled):active, .btn-outline-tertiary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-tertiary.dropdown-toggle {
    color: #fff;
    background-color: #409EF8;
    border-color: #409EF8; }
    .btn-outline-tertiary:not(:disabled):not(.disabled):active:focus, .btn-outline-tertiary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-tertiary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(64, 158, 248, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(64, 158, 248, 0.5); }

.btn-outline-red {
  color: #c42d34;
  border-color: #c42d34; }
  .btn-outline-red:hover {
    color: #fff;
    background-color: #c42d34;
    border-color: #c42d34; }
  .btn-outline-red:focus, .btn-outline-red.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(196, 45, 52, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(196, 45, 52, 0.5); }
  .btn-outline-red.disabled, .btn-outline-red:disabled {
    color: #c42d34;
    background-color: transparent; }
  .btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active,
  .show > .btn-outline-red.dropdown-toggle {
    color: #fff;
    background-color: #c42d34;
    border-color: #c42d34; }
    .btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-red.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(196, 45, 52, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(196, 45, 52, 0.5); }

.btn-outline-blue {
  color: #0090df;
  border-color: #0090df; }
  .btn-outline-blue:hover {
    color: #fff;
    background-color: #0090df;
    border-color: #0090df; }
  .btn-outline-blue:focus, .btn-outline-blue.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 144, 223, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(0, 144, 223, 0.5); }
  .btn-outline-blue.disabled, .btn-outline-blue:disabled {
    color: #0090df;
    background-color: transparent; }
  .btn-outline-blue:not(:disabled):not(.disabled):active, .btn-outline-blue:not(:disabled):not(.disabled).active,
  .show > .btn-outline-blue.dropdown-toggle {
    color: #fff;
    background-color: #0090df;
    border-color: #0090df; }
    .btn-outline-blue:not(:disabled):not(.disabled):active:focus, .btn-outline-blue:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-blue.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 144, 223, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(0, 144, 223, 0.5); }

.btn-link {
  font-weight: 400;
  color: #00457C; }
  .btn-link:hover {
    color: #0063C1;
    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 {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 12px 40px;
  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: #464646;
  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: 400;
  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,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      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),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 30px;
  padding-left: 30px; }
  .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 {
  padding-right: 30px;
  padding-left: 30px; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .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,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn 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-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    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: 400;
  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,
.input-group-lg > .input-group-append > .btn {
  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,
.input-group-sm > .input-group-append > .btn {
  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,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.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),
.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,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn: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: 1rem;
  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 {
  position: relative;
  top: -1px; }

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

.badge-primary {
  color: #fff;
  background-color: #00457C; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #002949; }

.badge-secondary {
  color: #fff;
  background-color: #0063C1; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #00498e; }

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

.badge-tertiary {
  color: #fff;
  background-color: #409EF8; }
  a.badge-tertiary:hover, a.badge-tertiary:focus {
    color: #fff;
    background-color: #0f85f6; }

.badge-red {
  color: #fff;
  background-color: #c42d34; }
  a.badge-red:hover, a.badge-red:focus {
    color: #fff;
    background-color: #9b2329; }

.badge-blue {
  color: #fff;
  background-color: #0090df; }
  a.badge-blue:hover, a.badge-blue:focus {
    color: #fff;
    background-color: #006fac; }

.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: #002440;
  background-color: #ccdae5;
  border-color: #b8cbda; }
  .alert-primary hr {
    border-top-color: #a7bfd1; }
  .alert-primary .alert-link {
    color: #00070d; }

.alert-secondary {
  color: #003364;
  background-color: #cce0f3;
  border-color: #b8d3ee; }
  .alert-secondary hr {
    border-top-color: #a3c6e9; }
  .alert-secondary .alert-link {
    color: #001931; }

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

.alert-tertiary {
  color: #215281;
  background-color: #d9ecfe;
  border-color: #cae4fd; }
  .alert-tertiary hr {
    border-top-color: #b1d7fc; }
  .alert-tertiary .alert-link {
    color: #173858; }

.alert-red {
  color: #66171b;
  background-color: #f3d5d6;
  border-color: #eec4c6; }
  .alert-red hr {
    border-top-color: #e8b0b3; }
  .alert-red .alert-link {
    color: #3c0e10; }

.alert-blue {
  color: #004b74;
  background-color: #cce9f9;
  border-color: #b8e0f6; }
  .alert-blue hr {
    border-top-color: #a1d6f3; }
  .alert-blue .alert-link {
    color: #002a41; }

@-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: #002440;
  background-color: #b8cbda; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #002440;
    background-color: #a7bfd1; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #002440;
    border-color: #002440; }

.list-group-item-secondary {
  color: #003364;
  background-color: #b8d3ee; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #003364;
    background-color: #a3c6e9; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #003364;
    border-color: #003364; }

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

.list-group-item-tertiary {
  color: #215281;
  background-color: #cae4fd; }
  .list-group-item-tertiary.list-group-item-action:hover, .list-group-item-tertiary.list-group-item-action:focus {
    color: #215281;
    background-color: #b1d7fc; }
  .list-group-item-tertiary.list-group-item-action.active {
    color: #fff;
    background-color: #215281;
    border-color: #215281; }

.list-group-item-red {
  color: #66171b;
  background-color: #eec4c6; }
  .list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
    color: #66171b;
    background-color: #e8b0b3; }
  .list-group-item-red.list-group-item-action.active {
    color: #fff;
    background-color: #66171b;
    border-color: #66171b; }

.list-group-item-blue {
  color: #004b74;
  background-color: #b8e0f6; }
  .list-group-item-blue.list-group-item-action:hover, .list-group-item-blue.list-group-item-action:focus {
    color: #004b74;
    background-color: #a1d6f3; }
  .list-group-item-blue.list-group-item-action.active {
    color: #fff;
    background-color: #004b74;
    border-color: #004b74; }

.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: "Saira Extra Condensed";
  font-style: normal;
  font-weight: 400;
  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: "Saira Extra Condensed";
  font-style: normal;
  font-weight: 400;
  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: #00457C !important; }

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

.bg-secondary {
  background-color: #0063C1 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #00498e !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-tertiary {
  background-color: #409EF8 !important; }

a.bg-tertiary:hover, a.bg-tertiary:focus,
button.bg-tertiary:hover,
button.bg-tertiary:focus {
  background-color: #0f85f6 !important; }

.bg-red {
  background-color: #c42d34 !important; }

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #9b2329 !important; }

.bg-blue {
  background-color: #0090df !important; }

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #006fac !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: #00457C !important; }

.border-secondary {
  border-color: #0063C1 !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-tertiary {
  border-color: #409EF8 !important; }

.border-red {
  border-color: #c42d34 !important; }

.border-blue {
  border-color: #0090df !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: 400 !important; }

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

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

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

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

.text-primary {
  color: #00457C !important; }

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

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #003c75 !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-tertiary {
  color: #409EF8 !important; }

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

.text-red {
  color: #c42d34 !important; }

a.text-red:hover, a.text-red:focus {
  color: #861f23 !important; }

.text-blue {
  color: #0090df !important; }

a.text-blue:hover, a.text-blue:focus {
  color: #005f93 !important; }

.text-body {
  color: #464646 !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 #adb5bd;
    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 #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #bdc6d0; }
  .table .thead-dark th {
    color: inherit;
    border-color: #bdc6d0; } }

/*!
 * 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: 700;
  padding: 0.5em 3em;
  background-color: #409EF8;
  border-color: #409EF8;
  padding: 12px 40px;
  font-size: 1rem;
  line-height: 19.6px;
  border-radius: 30px;
  border-radius: 30px;
  text-transform: uppercase;
  margin-bottom: 1rem; }
  .btn-0:hover, .btn-0:focus, .btn-0:active {
    color: #fff;
    background-color: #0063C1;
    border-color: #0063C1; }

.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #0063C1;
  border-color: #0063C1; }

.btn-1 {
  color: #fff;
  font-weight: 700;
  padding: 0.5em 3em;
  background-color: #00457C;
  border-color: #00457C;
  padding: 12px 40px;
  font-size: 1rem;
  line-height: 19.6px;
  border-radius: 30px;
  border-radius: 30px;
  text-transform: uppercase;
  margin-bottom: 1rem; }
  .btn-1:hover, .btn-1:focus, .btn-1:active {
    color: #fff;
    background-color: #0063C1;
    border-color: #0063C1; }

.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #0063C1;
  border-color: #0063C1; }

.btn-2 {
  color: #409EF8;
  font-weight: 700;
  padding: 0.5em 3em;
  background-color: rgba(0, 0, 0, 0);
  border-color: #409EF8;
  padding: 12px 40px;
  font-size: 1rem;
  line-height: 19.6px;
  border-radius: 30px;
  border-radius: 30px;
  text-transform: uppercase;
  margin-bottom: 1rem; }
  .btn-2:hover, .btn-2:focus, .btn-2:active {
    color: #fff;
    background-color: #409EF8;
    border-color: #409EF8; }

.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #409EF8;
  border-color: #409EF8; }

.btn-3 {
  color: #00457C;
  font-weight: 700;
  padding: 0.5em 3em;
  background-color: rgba(0, 0, 0, 0);
  border-color: #00457C;
  padding: 12px 40px;
  font-size: 1rem;
  line-height: 19.6px;
  border-radius: 30px;
  border-radius: 30px;
  text-transform: uppercase;
  margin-bottom: 1rem; }
  .btn-3:hover, .btn-3:focus, .btn-3:active {
    color: #fff;
    background-color: #00457C;
    border-color: #00457C; }

.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #00457C;
  border-color: #00457C; }

.btn-4 {
  color: #409EF8;
  font-weight: 700;
  padding: 0.5em 3em;
  background-color: #fff;
  border-color: #fff;
  padding: 12px 40px;
  font-size: 1rem;
  line-height: 19.6px;
  border-radius: 30px;
  border-radius: 30px;
  text-transform: uppercase;
  margin-bottom: 1rem; }
  .btn-4:hover, .btn-4:focus, .btn-4:active {
    color: #409EF8;
    background-color: #fff;
    border-color: #fff; }

.btn-primary:not(:disabled):not(.disabled):active {
  color: #409EF8;
  background-color: #fff;
  border-color: #fff; }

.btn-5 {
  color: #fff;
  font-weight: 700;
  padding: 0.5em 3em;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
  padding: 12px 40px;
  font-size: 1rem;
  line-height: 19.6px;
  border-radius: 30px;
  border-radius: 30px;
  text-transform: uppercase;
  margin-bottom: 1rem; }
  .btn-5:hover, .btn-5:focus, .btn-5:active {
    color: #d9d9d9;
    background-color: rgba(0, 0, 0, 0);
    border-color: #fff; }

.btn-primary:not(:disabled):not(.disabled):active {
  color: #d9d9d9;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff; }

.btn-6 {
  color: #fff;
  font-weight: 700;
  padding: 0.5em 3em;
  background-color: #adb5bd;
  border-color: #fff;
  padding: 12px 40px;
  font-size: 1rem;
  line-height: 19.6px;
  border-radius: 30px;
  border-radius: 30px;
  text-transform: uppercase;
  margin-bottom: 1rem; }
  .btn-6:hover, .btn-6:focus, .btn-6:active {
    color: #adb5bd;
    background-color: #fff;
    border-color: #fff; }

.btn-primary:not(:disabled):not(.disabled):active {
  color: #adb5bd;
  background-color: #fff;
  border-color: #fff; }

.btn-primary:not(:disabled):not(.disabled):active:focus {
  -webkit-box-shadow: none;
          box-shadow: none; }

.animate, .btn, .btn-fill-horz-o:before, .btn-fill-horz-o:after, .mmtheo-module-m18 .container form .btn-group > .btn:before, .mmtheo-module-m18 .container form .btn-group > .btn:after, .mmtheo-module-m18 .container form .btn-group-vertical > .btn:before, .mmtheo-module-m18 .container form .btn-group-vertical > .btn:after, .mmtheo-module-m18 .container .tx-indexedsearch-form .btn-group > .btn:before, .mmtheo-module-m18 .container .tx-indexedsearch-form .btn-group > .btn:after, .mmtheo-module-m18 .container .tx-indexedsearch-form .btn-group-vertical > .btn:before, .mmtheo-module-m18 .container .tx-indexedsearch-form .btn-group-vertical > .btn:after {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.btn {
  position: relative;
  opacity: 0.999;
  font-weight: normal; }

.btn-fill-horz-o {
  overflow: hidden; }
  .btn-fill-horz-o:before, .btn-fill-horz-o:after {
    content: '';
    width: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -1; }
  .btn-fill-horz-o:before {
    left: 50%; }
  .btn-fill-horz-o:after {
    right: 50%; }
  .btn-fill-horz-o:hover:before, .btn-fill-horz-o:hover:after {
    width: 50%;
    opacity: 1; }
  .btn-fill-horz-o.btn-0:before, .btn-fill-horz-o.btn-0:after {
    background-color: #0063C1; }
  .btn-fill-horz-o.btn-0:hover {
    border-color: #0063C1; }
  .btn-fill-horz-o.btn-1:before, .btn-fill-horz-o.btn-1:after {
    background-color: #0063C1; }
  .btn-fill-horz-o.btn-1:hover {
    border-color: #0063C1; }
  .btn-fill-horz-o.btn-2:before, .btn-fill-horz-o.btn-2:after {
    background-color: #409EF8; }
  .btn-fill-horz-o.btn-2:hover {
    border-color: #409EF8; }
  .btn-fill-horz-o.btn-3:before, .btn-fill-horz-o.btn-3:after {
    background-color: #00457C; }
  .btn-fill-horz-o.btn-3:hover {
    border-color: #00457C; }
  .btn-fill-horz-o.btn-4:before, .btn-fill-horz-o.btn-4:after {
    background-color: #fff; }
  .btn-fill-horz-o.btn-4:hover {
    border-color: #fff; }
  .btn-fill-horz-o.btn-5:before, .btn-fill-horz-o.btn-5:after {
    background-color: rgba(0, 0, 0, 0); }
  .btn-fill-horz-o.btn-5:hover {
    border-color: #fff; }
  .btn-fill-horz-o.btn-6:before, .btn-fill-horz-o.btn-6:after {
    background-color: #fff; }
  .btn-fill-horz-o.btn-6:hover {
    border-color: #fff; }

.ios .btn-fill-horz-o:before, .ios .btn-fill-horz-o: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: 12px 40px;
    font-size: 14px;
    line-height: 19.6px;
    border-radius: 30px; }
  .btn-1 {
    padding: 12px 40px;
    font-size: 14px;
    line-height: 19.6px;
    border-radius: 30px; }
  .btn-2 {
    padding: 12px 40px;
    font-size: 14px;
    line-height: 19.6px;
    border-radius: 30px; }
  .btn-3 {
    padding: 12px 40px;
    font-size: 14px;
    line-height: 19.6px;
    border-radius: 30px; }
  .btn-4 {
    padding: 12px 40px;
    font-size: 14px;
    line-height: 19.6px;
    border-radius: 30px; }
  .btn-5 {
    padding: 12px 40px;
    font-size: 14px;
    line-height: 19.6px;
    border-radius: 30px; }
  .btn-6 {
    padding: 12px 40px;
    font-size: 14px;
    line-height: 19.6px;
    border-radius: 30px; } }

/* saira-extra-condensed-regular - latin */
@font-face {
  font-family: 'Saira Extra Condensed';
  font-style: normal;
  font-weight: 400;
  src: url("../Assets/Font/saira-extra-condensed-v6-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Assets/Font/saira-extra-condensed-v6-latin-regular.eot?#iefix") format("embedded-opentype"), url("../Assets/Font/saira-extra-condensed-v6-latin-regular.woff2") format("woff2"), url("../Assets/Font/saira-extra-condensed-v6-latin-regular.woff") format("woff"), url("../Assets/Font/saira-extra-condensed-v6-latin-regular.ttf") format("truetype"), url("../Assets/Font/saira-extra-condensed-v6-latin-regular.svg#SairaExtraCondensed") format("svg");
  /* Legacy iOS */ }

/* saira-extra-condensed-500 - latin */
@font-face {
  font-family: 'Saira Extra Condensed';
  font-style: normal;
  font-weight: 500;
  src: url("../Assets/Font/saira-extra-condensed-v6-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Assets/Font/saira-extra-condensed-v6-latin-500.eot?#iefix") format("embedded-opentype"), url("../Assets/Font/saira-extra-condensed-v6-latin-500.woff2") format("woff2"), url("../Assets/Font/saira-extra-condensed-v6-latin-500.woff") format("woff"), url("../Assets/Font/saira-extra-condensed-v6-latin-500.ttf") format("truetype"), url("../Assets/Font/saira-extra-condensed-v6-latin-500.svg#SairaExtraCondensed") format("svg");
  /* Legacy iOS */ }

/* saira-extra-condensed-600 - latin */
@font-face {
  font-family: 'Saira Extra Condensed';
  font-style: normal;
  font-weight: 600;
  src: url("../Assets/Font/saira-extra-condensed-v6-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Assets/Font/saira-extra-condensed-v6-latin-600.eot?#iefix") format("embedded-opentype"), url("../Assets/Font/saira-extra-condensed-v6-latin-600.woff2") format("woff2"), url("../Assets/Font/saira-extra-condensed-v6-latin-600.woff") format("woff"), url("../Assets/Font/saira-extra-condensed-v6-latin-600.ttf") format("truetype"), url("../Assets/Font/saira-extra-condensed-v6-latin-600.svg#SairaExtraCondensed") format("svg");
  /* Legacy iOS */ }

/* saira-extra-condensed-700 - latin */
@font-face {
  font-family: 'Saira Extra Condensed';
  font-style: normal;
  font-weight: 700;
  src: url("../Assets/Font/saira-extra-condensed-v6-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Assets/Font/saira-extra-condensed-v6-latin-700.eot?#iefix") format("embedded-opentype"), url("../Assets/Font/saira-extra-condensed-v6-latin-700.woff2") format("woff2"), url("../Assets/Font/saira-extra-condensed-v6-latin-700.woff") format("woff"), url("../Assets/Font/saira-extra-condensed-v6-latin-700.ttf") format("truetype"), url("../Assets/Font/saira-extra-condensed-v6-latin-700.svg#SairaExtraCondensed") format("svg");
  /* Legacy iOS */ }

/* saira-extra-condensed-800 - latin */
@font-face {
  font-family: 'Saira Extra Condensed';
  font-style: normal;
  font-weight: 800;
  src: url("../Assets/Font/saira-extra-condensed-v6-latin-800.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Assets/Font/saira-extra-condensed-v6-latin-800.eot?#iefix") format("embedded-opentype"), url("../Assets/Font/saira-extra-condensed-v6-latin-800.woff2") format("woff2"), url("../Assets/Font/saira-extra-condensed-v6-latin-800.woff") format("woff"), url("../Assets/Font/saira-extra-condensed-v6-latin-800.ttf") format("truetype"), url("../Assets/Font/saira-extra-condensed-v6-latin-800.svg#SairaExtraCondensed") format("svg");
  /* Legacy iOS */ }

/* saira-extra-condensed-900 - latin */
@font-face {
  font-family: 'Saira Extra Condensed';
  font-style: normal;
  font-weight: 900;
  src: url("../Assets/Font/saira-extra-condensed-v6-latin-900.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../Assets/Font/saira-extra-condensed-v6-latin-900.eot?#iefix") format("embedded-opentype"), url("../Assets/Font/saira-extra-condensed-v6-latin-900.woff2") format("woff2"), url("../Assets/Font/saira-extra-condensed-v6-latin-900.woff") format("woff"), url("../Assets/Font/saira-extra-condensed-v6-latin-900.ttf") format("truetype"), url("../Assets/Font/saira-extra-condensed-v6-latin-900.svg#SairaExtraCondensed") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: "Breitenburger-Milchzentrale";
  src: url("../Assets/Font//Breitenburger-Milchzentrale.ttf?acq4z9") format("truetype"), url("../Assets/Font//Breitenburger-Milchzentrale.woff?acq4z9") format("woff"), url("../Assets/Font//Breitenburger-Milchzentrale.svg?acq4z9#Breitenburger-Milchzentrale") 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: "Breitenburger-Milchzentrale" !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-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-angle-down-solid:before {
  content: ""; }

.icon-angle-left-solid:before {
  content: ""; }

.icon-angle-right-solid:before {
  content: ""; }

.icon-angle-up-solid:before {
  content: ""; }

.icon-arrow-down-solid:before {
  content: ""; }

.icon-arrow-left-solid:before {
  content: ""; }

.icon-arrow-link:before {
  content: ""; }

.icon-arrow-right-solid:before {
  content: ""; }

.icon-arrow-up-solid:before {
  content: ""; }

.icon-bars-solid:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-check-solid:before {
  content: ""; }

.icon-check-square-solid:before {
  content: ""; }

.icon-check-square:before {
  content: ""; }

.icon-compress-arrows-alt-solid:before {
  content: ""; }

.icon-download-solid:before {
  content: ""; }

.icon-durchbiegung-solid:before {
  content: ""; }

.icon-envelope-open:before {
  content: ""; }

.icon-envelope-solid:before {
  content: ""; }

.icon-expand-arrows-alt-solid:before {
  content: ""; }

.icon-external-link-alt-solid:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-file-alt:before {
  content: ""; }

.icon-file:before {
  content: ""; }

.icon-globe-solid:before {
  content: ""; }

.icon-home-solid:before {
  content: ""; }

.icon-info-circle-solid:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-kununu:before {
  content: ""; }

.icon-linkedin-in: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-map-marker-filled:before {
  content: ""; }

.icon-map-marker-solid:before {
  content: ""; }

.icon-map-marker:before {
  content: ""; }

.icon-minus-circle-solid:before {
  content: ""; }

.icon-minus-solid:before {
  content: ""; }

.icon-minus-square:before {
  content: ""; }

.icon-phone-solid:before {
  content: ""; }

.icon-play-circle:before {
  content: ""; }

.icon-play-solid:before {
  content: ""; }

.icon-plus-circle-solid:before {
  content: ""; }

.icon-plus-solid:before {
  content: ""; }

.icon-plus-square:before {
  content: ""; }

.icon-print-solid:before {
  content: ""; }

.icon-production-sites:before {
  content: ""; }

.icon-quote-left-solid:before {
  content: ""; }

.icon-quote-right-solid:before {
  content: ""; }

.icon-search-minus-solid:before {
  content: ""; }

.icon-search-plus-solid:before {
  content: ""; }

.icon-search-solid:before {
  content: ""; }

.icon-shopping-bag-solid:before {
  content: ""; }

.icon-shopping-cart-solid:before {
  content: ""; }

.icon-sliders-h-solid:before {
  content: ""; }

.icon-tile-view:before {
  content: ""; }

.icon-times-circle:before {
  content: ""; }

.icon-times-solid:before {
  content: ""; }

.icon-trash-alt:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-user-circle:before {
  content: ""; }

.icon-user:before {
  content: ""; }

.icon-world-map-solid:before {
  content: ""; }

.icon-xing:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-airpaln:before {
  content: ""; }

.icon-cruise:before {
  content: ""; }

.icon-factory_edited-2:before {
  content: ""; }

.icon-XMLID_26:before {
  content: ""; }

.icon-utensils-solid:before {
  content: ""; }

.icon-truck:before {
  content: ""; }

.icon-pizza-slice:before {
  content: ""; }

.icon-farmer_edited:before {
  content: ""; }

.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 .module-padding-large-all-sides {
  padding: 48px; }

.mmtheo-module .module-padding-medium-all-sides {
  padding: 32px; }

.mmtheo-module .module-padding-small-all-sides {
  padding: 15px; }

@media (min-width: 992px) {
  .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; } }

@media (min-width: 1280px) {
  .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; } }

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

h1, .h1 {
  font-family: "Saira Extra Condensed";
  font-size: 60px;
  line-height: 1.1em;
  display: block; }

h2, .h2 {
  font-family: "Saira Extra Condensed";
  font-size: 48px;
  line-height: 1.1em;
  font-weight: 400;
  display: block; }

h3, .h3 {
  font-family: "Saira Extra Condensed";
  font-size: 34px;
  line-height: 1.2em;
  display: block; }

h4, .h4 {
  font-family: "Saira Extra Condensed";
  font-size: 24px;
  line-height: 1.3em;
  display: block; }

h5, .h5 {
  font-family: "Saira Extra Condensed";
  font-size: 20px;
  line-height: 1.4em;
  display: block; }

h6, .h6 {
  font-family: "Saira Extra Condensed";
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 300;
  display: block; }

body {
  font-size: 1rem;
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif; }

@media (max-width: 1279.98px) {
  body {
    font-family: "Saira Extra Condensed"; } }

/* Tablet Landscape and above */
@media (min-width: 992px) {
  body {
    font-size: 1rem;
    line-height: 1.5; }
  h1, .h1 {
    font-size: 68px;
    line-height: 1.1em; }
  h2, .h2 {
    font-size: 55px;
    line-height: 2.5em; }
  h3, .h3 {
    font-size: 38px;
    line-height: 1.8em; }
  h4, .h4 {
    font-size: 28px;
    line-height: 1.2em; }
  h5, .h5 {
    font-size: 24px;
    line-height: 1.2em; }
  h6, .h6 {
    font-size: 20px;
    line-height: 1.4em; } }

.btn {
  text-transform: uppercase;
  padding: 0.5em 3em; }

em.icon-arrow-link {
  font-weight: bold; }

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

.accordion.open .accordion__toggle .icon-minus-solid {
  display: block; }

.accordion.open .accordion__toggle .icon-plus-solid {
  display: none; }

.accordion .accordion__toggle {
  cursor: pointer; }
  .accordion .accordion__toggle .icon-minus-solid {
    display: none; }
  .accordion .accordion__toggle .icon-plus-solid {
    display: block; }

.accordion .accordion__body {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.5s ease-in-out;
  -o-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out; }

body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.375; }

h1, .h1 {
  font-size: 60px;
  font-weight: normal;
  line-height: 1.1em; }

h2, .h2 {
  font-size: 48px;
  font-weight: normal;
  line-height: 1.1em; }

h3, .h3 {
  font-size: 34px;
  font-weight: normal;
  line-height: 1.2em; }

h4, .h4 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.3em; }

h5, .h5 {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4em; }

h6, .h6 {
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4em; }

.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: 1rem;
    font-weight: 400;
    line-height: 1.5; }
  h1, .h1 {
    font-size: 68px;
    font-weight: normal;
    line-height: 1.1em; }
  h2, .h2 {
    font-size: 55px;
    font-weight: normal;
    line-height: 2.5em; }
  h3, .h3 {
    font-size: 38px;
    font-weight: normal;
    line-height: 1.8em; }
  h4, .h4 {
    font-size: 28px;
    font-weight: normal;
    line-height: 1.2em; }
  h5, .h5 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2em; }
  h6, .h6 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4em; }
  .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%; }

body.reveal-open {
  overflow: hidden;
  position: relative;
  height: 100%; }

pre,
code,
kbd,
samp {
  font-family: "Saira Extra Condensed"; }

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

.mmtheo-grid--25-25-50 .grid-col section.mmtheo-module-bg-primary, .mmtheo-grid--25-25-50 .grid-col section.mmtheo-module-bg-1, .mmtheo-grid--25-25-50 .grid-col section.mmtheo-module-bg-2, .mmtheo-grid--25-75 .grid-col section.mmtheo-module-bg-primary, .mmtheo-grid--25-75 .grid-col section.mmtheo-module-bg-1, .mmtheo-grid--25-75 .grid-col section.mmtheo-module-bg-2, .mmtheo-grid--33-33-33 .grid-col section.mmtheo-module-bg-primary, .mmtheo-grid--33-33-33 .grid-col section.mmtheo-module-bg-1, .mmtheo-grid--33-33-33 .grid-col section.mmtheo-module-bg-2, .mmtheo-grid--33-66 .grid-col section.mmtheo-module-bg-primary, .mmtheo-grid--33-66 .grid-col section.mmtheo-module-bg-1, .mmtheo-grid--33-66 .grid-col section.mmtheo-module-bg-2, .mmtheo-grid--50-25-25 .grid-col section.mmtheo-module-bg-primary, .mmtheo-grid--50-25-25 .grid-col section.mmtheo-module-bg-1, .mmtheo-grid--50-25-25 .grid-col section.mmtheo-module-bg-2, .mmtheo-grid--50-50 .grid-col section.mmtheo-module-bg-primary, .mmtheo-grid--50-50 .grid-col section.mmtheo-module-bg-1, .mmtheo-grid--50-50 .grid-col section.mmtheo-module-bg-2, .mmtheo-grid--66-33 .grid-col section.mmtheo-module-bg-primary, .mmtheo-grid--66-33 .grid-col section.mmtheo-module-bg-1, .mmtheo-grid--66-33 .grid-col section.mmtheo-module-bg-2, .mmtheo-grid--75-25 .grid-col section.mmtheo-module-bg-primary, .mmtheo-grid--75-25 .grid-col section.mmtheo-module-bg-1, .mmtheo-grid--75-25 .grid-col section.mmtheo-module-bg-2 {
  margin: 0 15px; }

.mmtheo-grid.mmtheo-module-bg-primary {
  background-color: #00457C; }

.mmtheo-grid.mmtheo-module-bg-1 {
  background-color: #F5F8FA; }

.mmtheo-grid.mmtheo-module-bg-2 {
  background-color: #adb5bd; }
  .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: #F5F8FA; }

.mmtheo-module .bg-2 {
  background-color: #adb5bd; }
  .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 .btn.focus {
  -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: #000c16; }

.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: "Breitenburger-Milchzentrale" !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: #00457C;
        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: "Breitenburger-Milchzentrale" !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: #00457C;
          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: "Breitenburger-Milchzentrale" !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: #0063C1;
          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: #00457C; }
  .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: "Breitenburger-Milchzentrale" !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: #00457C;
      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: "Breitenburger-Milchzentrale" !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: #000c16;
      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: #F5F8FA; }
  .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: "Breitenburger-Milchzentrale" !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: #00457C;
      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: "Breitenburger-Milchzentrale" !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: #000c16;
      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: #adb5bd; }
  .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: #007ee2; }
  .mmtheo-module.mmtheo-module-bg-2 a:not(.btn):hover {
    color: #007ee2; }
  .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: "Breitenburger-Milchzentrale" !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: #00457C;
      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: "Breitenburger-Milchzentrale" !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: #007ee2;
      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: #0063C1; }
  .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: #007ee2; }
  .mmtheo-module.mmtheo-module-bg-3 a:not(.btn):hover {
    color: #007ee2; }
  .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: "Breitenburger-Milchzentrale" !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: #00457C;
      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: "Breitenburger-Milchzentrale" !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: #007ee2;
      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: #00457C; }

.mmtheo-module--headline {
  font-family: "Saira Extra Condensed";
  font-weight: normal;
  font-size: 48px;
  color: #00457C;
  line-height: 1.1em;
  display: block; }

.mmtheo-module--subheadline {
  font-family: "Saira Extra Condensed";
  font-weight: normal;
  font-size: 24px;
  color: #00457C;
  line-height: 1.3em;
  display: block;
  word-wrap: break-word; }

.headlines h1, .headlines .h1 {
  font-size: 60px;
  line-height: 1.1em;
  display: block; }

.headlines h2, .headlines .h2 {
  font-size: 48px;
  line-height: 1.1em;
  display: block; }

.headlines h3, .headlines .h3 {
  font-size: 34px;
  line-height: 1.2em; }

.headlines h4, .headlines .h4 {
  font-size: 24px;
  line-height: 1.3em;
  display: block; }

.headlines h5, .headlines .h5 {
  font-size: 20px;
  line-height: 1.4em; }

.headlines h6, .headlines .h6 {
  font-size: 18px;
  line-height: 1.4em;
  display: block; }

color {
  color: #00457C; }

.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-caption {
  display: none;
  font-size: 0.8rem; }

.container-fluid .img-fluid {
  width: 100%; }

.image-zoom .image:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05); }

.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 {
    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: "Breitenburger-Milchzentrale" !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: #00457C;
  margin-right: 5px;
  position: relative;
  top: 2px;
  left: 0; }

.cookie-accept-category {
  color: #fff;
  background-color: #00457C;
  cursor: pointer;
  border: 0; }
  .cookie-accept-category:hover {
    background-color: #000c16; }

iframe:not([src]) {
  display: none; }

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 {
    margin: 0 5px;
    margin-bottom: 10px;
    border: 1px solid gray;
    background-color: inherit; }
    .pager .btn.start, .pager .btn.end {
      border: 1px solid gray;
      background-color: lightgray; }
  .pager__go-to {
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    color: #575656;
    background-color: #e9ecef;
    height: 43px;
    width: 48px;
    margin: 3px;
    padding-top: 10px;
    padding-left: 14px; }
    .pager__go-to:hover {
      background-color: #dee2e6; }
  .pager__page-browser {
    max-width: 160px; }
    .pager__page-browser .page-browser__item {
      width: 60px; }
      .pager__page-browser .page-browser__item .btn {
        padding: 13px 0;
        width: 90%;
        margin: 0 5%; }
        .pager__page-browser .page-browser__item .btn:hover {
          background-color: #dee2e6; }
      .pager__page-browser .page-browser__item .btn-2 {
        background-color: #0063C1;
        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: #464646; }

.download {
  cursor: pointer;
  height: 20px;
  width: 20px;
  overflow: visible; }
  .download .arrow, .download .line {
    fill: #00457C; }
  .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: 4px solid #00457C;
  border-left-width: 0;
  border-right-width: 0;
  -o-border-image: -o-linear-gradient(left, #0063C1, #00457C) 1 stretch;
     border-image: -webkit-gradient(linear, left top, right top, from(#0063C1), to(#00457C)) 1 stretch;
     border-image: linear-gradient(to right, #0063C1, #00457C) 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: #00457C;
        color: #fff;
        font-size: 2rem;
        text-shadow: none;
        opacity: 1; }
        .modal .modal-content .modal-header .close:hover {
          opacity: 1;
          background-color: #000c16; }
      .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: auto; }
      .modal .modal-content .modal-body p {
        color: #464646; }
      .modal .modal-content .modal-body h5 {
        color: #00457C; }
    .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: "Breitenburger-Milchzentrale" !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: #00457C;
    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: "Breitenburger-Milchzentrale" !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: #0063C1;
    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: "Breitenburger-Milchzentrale" !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: #00457C;
    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: "Breitenburger-Milchzentrale" !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: #007ee2;
    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: "Breitenburger-Milchzentrale" !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: #00457C;
    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: "Breitenburger-Milchzentrale" !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: #000c16;
    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: "Breitenburger-Milchzentrale" !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: #00457C;
    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: "Breitenburger-Milchzentrale" !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: #007ee2;
    margin-right: 3px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module--headline {
    font-size: 55px;
    line-height: 2.5em; }
  .headlines h1, .headlines .h1 {
    font-size: 68px;
    line-height: 1.1em;
    display: block; }
  .headlines h2, .headlines .h2 {
    font-size: 55px;
    line-height: 2.5em;
    display: block; }
  .headlines h3, .headlines .h3 {
    font-size: 38px;
    line-height: 1.8em; }
  .headlines h4, .headlines .h4 {
    font-size: 28px;
    line-height: 1.2em;
    display: block; }
  .headlines h5, .headlines .h5 {
    font-size: 24px;
    line-height: 1.2em; }
  .headlines h6, .headlines .h6 {
    font-size: 20px;
    line-height: 1.4em;
    font-weight: 700;
    display: block; }
  .mmtheo-module--subheadline {
    font-size: 28px;
    line-height: 1.2em; }
  .gradient {
    border-bottom: 16px solid #00457C; }
  .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 {
      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: #0063C1;
      -webkit-transform: scaleX(0);
          -ms-transform: scaleX(0);
              transform: scaleX(0); }
    .tx-indexedsearch-res a:not(.btn):hover {
      color: #0063C1; }
    .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: #0063C1;
        -webkit-transform: scaleX(0);
            -ms-transform: scaleX(0);
                transform: scaleX(0); }
      ul.tx-indexedsearch-browsebox li a:not(.btn):hover {
        color: #0063C1; }
      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: "Breitenburger-Milchzentrale";
  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 .footer-visit {
  padding-block: 1.5em; }
  .mmtheo-footer-f01 .footer-visit__title {
    text-align: center;
    font-size: 22px;
    font-style: italic;
    font-weight: 600;
    -webkit-padding-after: 1em;
            padding-block-end: 1em;
    color: #575656; }
  .mmtheo-footer-f01 .footer-visit__link-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .mmtheo-footer-f01 .footer-visit__link {
    font-size: 40px;
    border-radius: 50%;
    border: 1px solid;
    height: 56px;
    width: 56px;
    text-align: center;
    display: inline-block;
    margin: 10px;
    -webkit-padding-before: 4px;
            padding-block-start: 4px;
    text-decoration: none; }
    .mmtheo-footer-f01 .footer-visit__link:hover {
      text-decoration: none; }

.mmtheo-footer-f01 .footer-sitemap {
  background-color: #F5F8FA;
  -webkit-padding-before: 1em;
          padding-block-start: 1em; }
  .mmtheo-footer-f01 .footer-sitemap__menu-2 .footer-sitemap__top-menu:last-child {
    -webkit-border-after: 1px solid #575656;
            border-block-end: 1px solid #575656; }
  .mmtheo-footer-f01 .footer-sitemap__top-menu {
    list-style: none;
    margin: 0; }
  .mmtheo-footer-f01 .footer-sitemap__top-item {
    list-style: none;
    position: relative;
    -webkit-border-before: 1px solid #575656;
            border-block-start: 1px solid #575656; }
  .mmtheo-footer-f01 .footer-sitemap__top-link {
    display: inline-block;
    padding: 12px 10px;
    color: #575656;
    font-size: 1em;
    font-weight: 700;
    text-decoration: none;
    z-index: 1;
    text-transform: uppercase; }
  .mmtheo-footer-f01 .footer-sitemap__submenu-toggle {
    position: absolute;
    width: 100%;
    height: 3em;
    left: 0; }
    .mmtheo-footer-f01 .footer-sitemap__submenu-toggle:before {
      content: "";
      position: absolute;
      top: 24px;
      left: auto;
      right: 0;
      width: 19px;
      height: 3px;
      margin-right: 20px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      background: #575656;
      -webkit-transition: background .13s linear;
      -o-transition: background .13s linear;
      transition: background .13s linear; }
    .mmtheo-footer-f01 .footer-sitemap__submenu-toggle:after {
      content: "";
      position: absolute;
      top: 24px;
      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: #575656;
      -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-sitemap__submenu {
    list-style: none;
    display: none;
    margin: 0; }
    .mmtheo-footer-f01 .footer-sitemap__submenu-item {
      padding: 4px 10px; }
    .mmtheo-footer-f01 .footer-sitemap__submenu-link {
      color: #575656; }
  .mmtheo-footer-f01 .footer-sitemap__top-item--submenu-active .footer-sitemap__submenu {
    display: block;
    -webkit-padding-after: 1em;
            padding-block-end: 1em; }
  .mmtheo-footer-f01 .footer-sitemap__top-item--submenu-active .footer-sitemap__submenu-toggle:after {
    -webkit-transform: translateY(-50%) rotate(0);
        -ms-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0); }
  .mmtheo-footer-f01 .footer-sitemap__contact-text {
    -webkit-padding-start: 5px;
            padding-inline-start: 5px; }

.mmtheo-footer-f01 .footer-meta {
  background-color: #F5F8FA; }
  .mmtheo-footer-f01 .footer-meta__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-border-after: 1px solid;
            border-block-end: 1px solid;
    padding-block: 1em; }
  .mmtheo-footer-f01 .footer-meta__navigation {
    font-size: .9375em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none; }
    .mmtheo-footer-f01 .footer-meta__navigation-wrapper {
      padding-block: 1em; }
    .mmtheo-footer-f01 .footer-meta__navigation-item {
      display: inline;
      padding-inline: 1em; }
    .mmtheo-footer-f01 .footer-meta__navigation-link {
      color: #0063C1; }

@media (min-width: 768px) {
  .mmtheo-footer-f01 .footer-sitemap__top-menu {
    display: inline-block; }
  .mmtheo-footer-f01 .footer-sitemap__top-item {
    border: none; }
  .mmtheo-footer-f01 .footer-sitemap__top-link {
    padding-inline: 0;
    font-size: 16px; }
  .mmtheo-footer-f01 .footer-sitemap__submenu {
    display: block; }
    .mmtheo-footer-f01 .footer-sitemap__submenu-toggle {
      display: none; }
    .mmtheo-footer-f01 .footer-sitemap__submenu-item {
      -webkit-padding-start: 0;
              padding-inline-start: 0;
      -webkit-padding-end: 20px;
              padding-inline-end: 20px; }
    .mmtheo-footer-f01 .footer-sitemap__submenu-link {
      font-size: 14px; }
  .mmtheo-footer-f01 .footer-sitemap__menu-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-padding-after: 2em;
            padding-block-end: 2em;
    -webkit-border-after: 1px solid;
            border-block-end: 1px solid;
    padding-inline: 0; }
  .mmtheo-footer-f01 .footer-sitemap__menu-2 {
    -webkit-padding-before: 1em;
            padding-block-start: 1em;
    padding-inline: 0;
    -webkit-padding-after: 2em;
            padding-block-end: 2em;
    padding-inline: 0; }
    .mmtheo-footer-f01 .footer-sitemap__menu-2 .footer-sitemap__top-menu:last-child {
      border: none; }
  .mmtheo-footer-f01 .footer-sitemap__divider-bottom {
    height: 0;
    -webkit-border-after: 1px solid;
            border-block-end: 1px solid;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .mmtheo-footer-f01 .footer-meta {
    font-size: 14px; }
    .mmtheo-footer-f01 .footer-meta__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-inline: 0; }
    .mmtheo-footer-f01 .footer-meta__copyright {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      padding-block: .5em;
      -webkit-border-after: none;
              border-block-end: none; }
    .mmtheo-footer-f01 .footer-meta__navigation {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .mmtheo-footer-f01 .footer-meta__navigation-wrapper {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        padding-block: .5em; }
      .mmtheo-footer-f01 .footer-meta__navigation-item {
        padding-inline: .5em; }
      .mmtheo-footer-f01 .footer-meta__navigation-item:last-child {
        -webkit-padding-end: 0;
                padding-inline-end: 0; } }

@media (min-width: 992px) {
  .mmtheo-footer-f01 .footer-sitemap__menu-1 {
    -webkit-padding-start: 15px;
            padding-inline-start: 15px;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-border-after: none;
            border-block-end: none; }
  .mmtheo-footer-f01 .footer-sitemap__menu-2 {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    -webkit-padding-before: 0;
            padding-block-start: 0;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    -webkit-padding-end: 15px;
            padding-inline-end: 15px; }
  .mmtheo-footer-f01 .footer-sitemap__divider-bottom {
    margin-inline: 15px; }
  .mmtheo-footer-f01 .footer-meta__wrapper {
    padding-inline: 15px; }
  .mmtheo-footer-f01 .footer-meta__title {
    font-size: 1.5em; } }

@media (min-width: 1280px) {
  .mmtheo-footer-f01 .footer-visit__title {
    font-size: 2em; }
  .mmtheo-footer-f01 .footer-visit__link {
    font-size: 44px;
    height: 64px;
    width: 64px; }
  .mmtheo-footer-f01 .footer-sitemap__top-link {
    font-size: 1em; }
  .mmtheo-footer-f01 .footer-sitemap__submenu-link {
    font-size: .875em; }
  .mmtheo-footer-f01 .footer-meta {
    font-size: .75em;
    padding-block: 1.5em; } }

.mmtheo-header-h01 {
  z-index: 10; }
  .mmtheo-header-h01 .header-back-to-top {
    position: fixed;
    right: 5%;
    bottom: 5%;
    display: none;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.2);
    border: 2px solid #f0f1f1;
    color: #fff;
    padding: 3px;
    line-height: 1; }
    .mmtheo-header-h01 .header-back-to-top i {
      font-size: 40px; }
    .mmtheo-header-h01 .header-back-to-top--active {
      display: block; }
    .mmtheo-header-h01 .header-back-to-top:hover {
      text-decoration: none;
      color: #00457C !important; }
  .mmtheo-header-h01 .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -o-object-fit: cover;
       object-fit: cover;
    background-color: #ffffff;
    z-index: 11;
    -webkit-padding-start: 15px;
            padding-inline-start: 15px;
    -webkit-padding-end: 15px;
            padding-inline-end: 15px;
    border-bottom: 1px solid #adb5bd;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear; }
    .mmtheo-header-h01 .header-wrapper--sticky {
      position: fixed;
      -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
              box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
      z-index: 11;
      height: 60px;
      -webkit-transition: all .5s linear;
      -o-transition: all .5s linear;
      transition: all .5s linear; }
    .mmtheo-header-h01 .header-wrapper--hidden {
      position: fixed;
      top: 0;
      left: 0;
      height: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transition: all .5s linear;
      -o-transition: all .5s linear;
      transition: all .5s linear;
      margin: 0;
      padding: 0; }
  .mmtheo-header-h01 .header-settings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .mmtheo-header-h01 .header-logo {
    -webkit-margin-end: auto;
            margin-inline-end: auto;
    -o-object-fit: contain;
       object-fit: contain;
    background-color: transparent;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    max-width: 125px; }
    .mmtheo-header-h01 .header-logo img {
      -o-object-fit: contain;
         object-fit: contain;
      background-color: transparent;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
      max-width: 125px; }
  .mmtheo-header-h01 .header-search {
    width: 59px; }
    .mmtheo-header-h01 .header-search svg {
      margin: auto;
      display: block;
      position: relative;
      top: 15%; }
      .mmtheo-header-h01 .header-search svg:hover {
        color: #00457C; }
  .mmtheo-header-h01 .lang-switch {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-border-end: 1px solid #ced4da;
            border-inline-end: 1px solid #ced4da;
    padding-inline: 10px;
    text-transform: uppercase; }
    .mmtheo-header-h01 .lang-switch__list {
      display: none;
      visibility: hidden;
      position: absolute;
      width: 100%;
      padding-inline: 10px;
      bottom: 0;
      left: 0;
      -webkit-margin-after: 0;
              margin-block-end: 0;
      list-style: none;
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%); }
      .mmtheo-header-h01 .lang-switch__list-item:hover {
        cursor: pointer; }
        .mmtheo-header-h01 .lang-switch__list-item:hover span {
          color: #00457C; }
    .mmtheo-header-h01 .lang-switch a span {
      color: #0063C1;
      font-weight: 700;
      font-size: 20px;
      -webkit-margin-end: 5px;
              margin-inline-end: 5px; }
    .mmtheo-header-h01 .lang-switch a:active, .mmtheo-header-h01 .lang-switch a:focus, .mmtheo-header-h01 .lang-switch a:hover {
      text-decoration: none; }
    .mmtheo-header-h01 .lang-switch i {
      color: #00457C;
      font-weight: 700; }
    .mmtheo-header-h01 .lang-switch:hover .lang-switch__list {
      display: block;
      visibility: visible; }
  .mmtheo-header-h01 .main-menu {
    scrollbar-width: none;
    -ms-overflow-style: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 0;
    min-width: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    background-color: #ffffff;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 12;
    max-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .mmtheo-header-h01 .main-menu::-webkit-scrollbar {
      display: none; }
    .mmtheo-header-h01 .main-menu--active {
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      -webkit-transition: all .2s ease-in-out;
      -o-transition: all .2s ease-in-out;
      transition: all .2s ease-in-out;
      width: 100%;
      min-width: 325px;
      padding: 15px;
      -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-h01 .main-menu__overlay {
      display: none; }
      .mmtheo-header-h01 .main-menu__overlay--active {
        display: block;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0.5);
        z-index: 11; }
    .mmtheo-header-h01 .main-menu__button {
      color: #00457C;
      cursor: pointer;
      font-size: 30px;
      line-height: 1;
      -webkit-padding-start: 10px;
              padding-inline-start: 10px;
      -webkit-padding-before: 4px;
              padding-block-start: 4px; }
      .mmtheo-header-h01 .main-menu__button:hover {
        color: #0063C1; }
      .mmtheo-header-h01 .main-menu__button a {
        text-decoration: none; }
        .mmtheo-header-h01 .main-menu__button a:hover {
          color: #0063C1; }
      .mmtheo-header-h01 .main-menu__button--burger {
        color: #0063C1; }
        .mmtheo-header-h01 .main-menu__button--burger:hover {
          color: #00457C; }
    .mmtheo-header-h01 .main-menu__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-margin-after: 40px;
              margin-block-end: 40px; }
    .mmtheo-header-h01 .main-menu__search {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      background-color: #ffffff;
      -webkit-padding-end: 15px;
              padding-inline-end: 15px;
      -webkit-border-end: 1px solid #ced4da;
              border-inline-end: 1px solid #ced4da; }
      .mmtheo-header-h01 .main-menu__search .main-search {
        border-bottom: 1px solid #ced4da; }
      .mmtheo-header-h01 .main-menu__search-icon {
        font-size: 22px;
        font-weight: 700; }
        .mmtheo-header-h01 .main-menu__search-icon:hover {
          color: #00457C; }
      .mmtheo-header-h01 .main-menu__search-input {
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        margin: auto;
        border: none;
        -webkit-box-shadow: unset;
                box-shadow: unset;
        font-size: 16px;
        letter-spacing: 1px; }
        .mmtheo-header-h01 .main-menu__search-input:focus {
          border-bottom: none; }
        .mmtheo-header-h01 .main-menu__search-input::-webkit-input-placeholder {
          color: #0063C1;
          opacity: 51%;
          font-style: italic; }
        .mmtheo-header-h01 .main-menu__search-input:-ms-input-placeholder {
          color: #0063C1;
          opacity: 51%;
          font-style: italic; }
        .mmtheo-header-h01 .main-menu__search-input::-ms-input-placeholder {
          color: #0063C1;
          opacity: 51%;
          font-style: italic; }
        .mmtheo-header-h01 .main-menu__search-input::placeholder {
          color: #0063C1;
          opacity: 51%;
          font-style: italic; }
      .mmtheo-header-h01 .main-menu__search-button {
        border: none;
        background: transparent;
        padding: 0;
        margin: 0;
        -webkit-transform: scale(-1, 1);
            -ms-transform: scale(-1, 1);
                transform: scale(-1, 1);
        color: #00457C; }
        .mmtheo-header-h01 .main-menu__search-button:focus, .mmtheo-header-h01 .main-menu__search-button:active {
          outline: unset; }
    .mmtheo-header-h01 .main-menu__close-button {
      font-size: 24px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #ff6600;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-padding-start: 10px;
              padding-inline-start: 10px; }
      .mmtheo-header-h01 .main-menu__close-button:hover {
        color: #0063C1; }
      .mmtheo-header-h01 .main-menu__close-button i {
        font-weight: 700; }
    .mmtheo-header-h01 .main-menu__first-level, .mmtheo-header-h01 .main-menu__sub-level {
      display: none;
      -webkit-padding-start: 30px;
              padding-inline-start: 30px; }
    .mmtheo-header-h01 .main-menu__level {
      list-style: none; }
      .mmtheo-header-h01 .main-menu__level--active {
        display: block;
        -webkit-padding-after: 10px;
                padding-block-end: 10px; }
    .mmtheo-header-h01 .main-menu__nav-item {
      color: #0063C1;
      text-decoration: none;
      width: 100%;
      display: inline-block;
      position: relative;
      -webkit-padding-start: 30px;
              padding-inline-start: 30px; }
    .mmtheo-header-h01 .main-menu__top-level {
      display: inline-block;
      top: 0;
      right: 0;
      width: 100%; }
      .mmtheo-header-h01 .main-menu__top-level--active {
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        -webkit-transition: -webkit-transform .2s ease-in-out;
        transition: -webkit-transform .2s ease-in-out;
        -o-transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }
      .mmtheo-header-h01 .main-menu__top-level .main-menu__nav-item {
        text-transform: capitalize; }
    .mmtheo-header-h01 .main-menu__item {
      line-height: 1.5; }
      .mmtheo-header-h01 .main-menu__item--first-level {
        font-size: 24px; }
        .mmtheo-header-h01 .main-menu__item--first-level > .main-menu__nav-item {
          font-weight: 700;
          font-style: italic;
          padding-block: 10px; }
          .mmtheo-header-h01 .main-menu__item--first-level > .main-menu__nav-item:hover {
            color: #00457C; }
      .mmtheo-header-h01 .main-menu__item--sub-level {
        font-size: 20px; }
        .mmtheo-header-h01 .main-menu__item--sub-level > .main-menu__nav-item {
          padding-block: 5px; }
          .mmtheo-header-h01 .main-menu__item--sub-level > .main-menu__nav-item:hover {
            color: #00457C; }
      .mmtheo-header-h01 .main-menu__item .main-menu__icon {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%) rotate(0);
            -ms-transform: translateY(-50%) rotate(0);
                transform: translateY(-50%) rotate(0);
        left: 0;
        vertical-align: middle;
        display: inline-block;
        font-weight: 700;
        font-size: 0.9em;
        -webkit-transition: -webkit-transform .2s linear;
        transition: -webkit-transform .2s linear;
        -o-transition: transform .2s linear;
        transition: transform .2s linear;
        transition: transform .2s linear, -webkit-transform .2s linear; }
      .mmtheo-header-h01 .main-menu__item--active > a {
        color: #00457C !important; }
        .mmtheo-header-h01 .main-menu__item--active > a > .main-menu__icon {
          color: #00457C;
          -webkit-transform: translateY(-50%) rotate(90deg);
              -ms-transform: translateY(-50%) rotate(90deg);
                  transform: translateY(-50%) rotate(90deg); }
    .mmtheo-header-h01 .main-menu__divider {
      border-top: 1px solid #ced4da; }
    .mmtheo-header-h01 .main-menu__login-wrap {
      font-size: 1.5rem; }
    .mmtheo-header-h01 .main-menu__login-icon {
      position: relative;
      font-size: 2rem; }
      .mmtheo-header-h01 .main-menu__login-icon-overlay {
        position: absolute;
        font-size: .3em;
        background-color: gray;
        color: white;
        right: 0;
        border-radius: 50%;
        padding: .25em; }
    .mmtheo-header-h01 .main-menu__burger {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      vertical-align: middle;
      -webkit-padding-before: 5px;
              padding-block-start: 5px;
      -webkit-transition: opacity .2s linear, visibility .2s linear;
      -o-transition: opacity .2s linear, visibility .2s linear;
      transition: opacity .2s linear, visibility .2s linear;
      cursor: pointer;
      margin-top: 0; }
      .mmtheo-header-h01 .main-menu__burger-icon {
        font-size: 2rem; }
    .mmtheo-header-h01 .main-menu__button {
      -webkit-padding-before: 5px;
              padding-block-start: 5px;
      padding-inline: 10px; }
      .mmtheo-header-h01 .main-menu__button.main-menu__burger {
        -webkit-padding-before: 7px;
                padding-block-start: 7px; }
      .mmtheo-header-h01 .main-menu__button:last-child {
        -webkit-padding-end: 0;
                padding-inline-end: 0; }
    .mmtheo-header-h01 .main-menu__burger-text {
      display: none; }
    .mmtheo-header-h01 .main-menu__newsletter-btn .btn {
      width: 100%; }
    .mmtheo-header-h01 .main-menu__metanav {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto; }
      .mmtheo-header-h01 .main-menu__metanav-list {
        height: 100%;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
      .mmtheo-header-h01 .main-menu__metanav-element {
        -webkit-margin-end: 10px;
                margin-inline-end: 10px;
        font-size: 14px; }
        .mmtheo-header-h01 .main-menu__metanav-element:last-child {
          -webkit-margin-end: 0;
                  margin-inline-end: 0; }
      .mmtheo-header-h01 .main-menu__metanav-link i {
        -webkit-margin-end: 5px;
                margin-inline-end: 5px; }
      .mmtheo-header-h01 .main-menu__metanav-link span {
        color: #0063C1; }
      .mmtheo-header-h01 .main-menu__metanav-link:hover {
        text-decoration: none; }
        .mmtheo-header-h01 .main-menu__metanav-link:hover i {
          color: #0063C1; }
        .mmtheo-header-h01 .main-menu__metanav-link:hover span {
          color: #00457C; }

@media (min-width: 768px) {
  .mmtheo-header-h01 .header-wrapper {
    height: 90px; }
    .mmtheo-header-h01 .header-wrapper--sticky {
      height: 80px; }
  .mmtheo-header-h01 .header-logo {
    max-width: 180px; }
    .mmtheo-header-h01 .header-logo img {
      max-width: 180px; }
  .mmtheo-header-h01 .main-menu--active {
    width: 75%;
    padding: 35px; }
  .mmtheo-header-h01 .main-menu__item--first-level > .main-menu__nav-item {
    padding-block: 20px; }
  .mmtheo-header-h01 .main-menu__newsletter-btn .btn {
    width: 50%; }
  .mmtheo-header-h01 .main-menu__metanav-list {
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset; }
  .mmtheo-header-h01 .main-menu__metanav-element {
    -webkit-margin-end: 25px;
            margin-inline-end: 25px;
    font-size: 16px; }
    .mmtheo-header-h01 .main-menu__metanav-element:last-child {
      -webkit-margin-end: 0;
              margin-inline-end: 0; }
  .mmtheo-header-h01 .main-menu__burger {
    margin-top: 1px; }
    .mmtheo-header-h01 .main-menu__burger-wrap {
      width: 50px; }
  .mmtheo-header-h01 .main-menu__burger-text {
    display: block;
    -webkit-margin-before: 4px;
            margin-block-start: 4px;
    font-size: 1.2em; } }

@media (min-width: 992px) {
  .mmtheo-header-h01 .header-wrapper {
    height: 110px; }
    .mmtheo-header-h01 .header-wrapper--sticky {
      height: 90px; }
  .mmtheo-header-h01 .main-menu__burger-icon {
    font-size: 2.5rem; }
  .mmtheo-header-h01 .main-menu__login-icon {
    font-size: 2.5rem; } }

@media (min-width: 1280px) {
  .mmtheo-header-h01 .header-wrapper {
    height: 125px; }
    .mmtheo-header-h01 .header-wrapper--sticky {
      height: 105px; }
  .mmtheo-header-h01 .header-logo {
    max-width: 214px; }
    .mmtheo-header-h01 .header-logo img {
      max-width: 214px; }
  .mmtheo-header-h01 .main-menu--active {
    width: 45%; }
  .mmtheo-header-h01 .main-menu__newsletter-btn .btn {
    width: auto; }
  .mmtheo-header-h01 .main-menu__burger-icon {
    font-size: 3rem; }
  .mmtheo-header-h01 .main-menu__burger-text {
    -webkit-margin-before: 4px;
            margin-block-start: 4px; }
  .mmtheo-header-h01 .main-menu__login-icon {
    font-size: 3rem; } }

body.layout-l01 {
  -webkit-padding-before: 70px;
          padding-block-start: 70px; }

body.main-menu--active {
  overflow: hidden; }

body.layout-l02 .mmtheo-header-h01 .header-wrapper {
  background-color: transparent;
  border-bottom: none; }
  body.layout-l02 .mmtheo-header-h01 .header-wrapper--sticky {
    background-color: #ffffff; }
    body.layout-l02 .mmtheo-header-h01 .header-wrapper--sticky .main-menu__button.main-menu__button--burger {
      color: #0063C1; }
  body.layout-l02 .mmtheo-header-h01 .header-wrapper .main-menu__button--burger {
    color: #ffffff; }

body.layout-l03 .mmtheo-header-h01 .header-wrapper {
  background-color: transparent;
  border-bottom: none; }
  body.layout-l03 .mmtheo-header-h01 .header-wrapper--sticky {
    background-color: #ffffff; }

@media (min-width: 768px) {
  body.layout-l01 {
    -webkit-padding-before: 90px;
            padding-block-start: 90px; } }

@media (min-width: 992px) {
  body.layout-l01 {
    -webkit-padding-before: 110px;
            padding-block-start: 110px; } }

@media (min-width: 1280px) {
  body.layout-l01 {
    -webkit-padding-before: 125px;
            padding-block-start: 125px; } }

.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(222, 226, 230, 0.5);
          box-shadow: 0px 0px 12px rgba(222, 226, 230, 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(222, 226, 230, 0.5);
          box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(222, 226, 230, 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(222, 226, 230, 0.5);
          box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(222, 226, 230, 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(222, 226, 230, 0.5);
          box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(222, 226, 230, 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(222, 226, 230, 0.5);
          box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(222, 226, 230, 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 .mmtheo-module-bg-1 {
  background-color: #F5F8FA; }
  .mmtheo-module-m01a .mmtheo-module-bg-1 ul.download-list li a {
    background: none; }
    .mmtheo-module-m01a .mmtheo-module-bg-1 ul.download-list li a:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Breitenburger-Milchzentrale" !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: #00457C;
      margin-right: 8px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module-m01a .mmtheo-module-bg-1 ul.download-list li a:hover:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Breitenburger-Milchzentrale" !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: #000c16;
      margin-right: 8px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module-m01a .mmtheo-module-bg-1 ul.download-list li a:before {
      background: none; }

.mmtheo-module-m01a .mmtheo-module-bg-2 {
  background-color: #adb5bd; }
  .mmtheo-module-m01a .mmtheo-module-bg-2 h1, .mmtheo-module-m01a .mmtheo-module-bg-2 h2, .mmtheo-module-m01a .mmtheo-module-bg-2 h3, .mmtheo-module-m01a .mmtheo-module-bg-2 h4, .mmtheo-module-m01a .mmtheo-module-bg-2 h5, .mmtheo-module-m01a .mmtheo-module-bg-2 h6, .mmtheo-module-m01a .mmtheo-module-bg-2 .h1, .mmtheo-module-m01a .mmtheo-module-bg-2 .h2, .mmtheo-module-m01a .mmtheo-module-bg-2 .h3, .mmtheo-module-m01a .mmtheo-module-bg-2 .h4, .mmtheo-module-m01a .mmtheo-module-bg-2 .h5, .mmtheo-module-m01a .mmtheo-module-bg-2 .h6, .mmtheo-module-m01a .mmtheo-module-bg-2 p, .mmtheo-module-m01a .mmtheo-module-bg-2 li, .mmtheo-module-m01a .mmtheo-module-bg-2 .mmtheo-module--headline, .mmtheo-module-m01a .mmtheo-module-bg-2 .mmtheo-module--subheadline {
    color: #fff; }
  .mmtheo-module-m01a .mmtheo-module-bg-2 a:not(.btn):before {
    background: #007ee2; }
  .mmtheo-module-m01a .mmtheo-module-bg-2 a:not(.btn):hover {
    color: #007ee2; }
  .mmtheo-module-m01a .mmtheo-module-bg-2 ul.download-list li a {
    background: none; }
    .mmtheo-module-m01a .mmtheo-module-bg-2 ul.download-list li a:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Breitenburger-Milchzentrale" !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: #00457C;
      margin-right: 8px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module-m01a .mmtheo-module-bg-2 ul.download-list li a:hover:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Breitenburger-Milchzentrale" !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: #007ee2;
      margin-right: 8px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module-m01a .mmtheo-module-bg-2 ul.download-list li a:before {
      background: none; }

.mmtheo-module-m01a .mmtheo-module-primary {
  background-color: #00457C; }
  .mmtheo-module-m01a .mmtheo-module-primary ul.download-list li a {
    background: none; }
    .mmtheo-module-m01a .mmtheo-module-primary ul.download-list li a:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Breitenburger-Milchzentrale" !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: #00457C;
      margin-right: 8px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module-m01a .mmtheo-module-primary ul.download-list li a:hover:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Breitenburger-Milchzentrale" !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: #000c16;
      margin-right: 8px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module-m01a .mmtheo-module-primary ul.download-list li a:before {
      background: none; }

.mmtheo-module-m01a .media {
  display: block; }

.mmtheo-module-m01a ul li {
  display: block; }
  .mmtheo-module-m01a ul li:before {
    content: "\2022";
    color: #00457C;
    font-weight: 600;
    display: inline-block;
    width: 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: #0063C1;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0); }
  .mmtheo-module-m01a a:not(.btn):hover {
    color: #0063C1; }
  .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 {
  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 {
  margin-top: 20px; }
  .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 {
    margin-top: 0; }
    .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 .mmtheo-module-bg-primary ul.download-list li a:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "Breitenburger-Milchzentrale" !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: #00457C;
    margin-right: 3px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module-m01a .mmtheo-module-bg-primary ul.download-list li a:hover:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "Breitenburger-Milchzentrale" !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: #007ee2;
    margin-right: 3px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module-m01a .mmtheo-module-bg-1 ul.download-list li a:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "Breitenburger-Milchzentrale" !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: #00457C;
    margin-right: 3px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module-m01a .mmtheo-module-bg-1 ul.download-list li a:hover:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "Breitenburger-Milchzentrale" !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: #000c16;
    margin-right: 3px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module-m01a .mmtheo-module-bg-2 ul.download-list li a:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "Breitenburger-Milchzentrale" !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: #00457C;
    margin-right: 3px;
    position: relative;
    top: 2px;
    left: 0; }
  .mmtheo-module-m01a .mmtheo-module-bg-2 ul.download-list li a:hover:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "Breitenburger-Milchzentrale" !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: #007ee2;
    margin-right: 3px;
    position: relative;
    top: 2px;
    left: 0; }
  .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(222, 226, 230, 0.5);
          box-shadow: 0px 0px 12px rgba(222, 226, 230, 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(222, 226, 230, 0.5);
          box-shadow: 0 3px 0 #fff, 0px 0px 12px rgba(222, 226, 230, 0.5); }

.twentytwenty-horizontal .twentytwenty-handle:after {
  top: 50%;
  margin-top: 22px;
  -webkit-box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(222, 226, 230, 0.5);
          box-shadow: 0 -3px 0 #fff, 0px 0px 12px rgba(222, 226, 230, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:before {
  left: 50%;
  margin-left: 22px;
  -webkit-box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(222, 226, 230, 0.5);
          box-shadow: 3px 0 0 #fff, 0px 0px 12px rgba(222, 226, 230, 0.5); }

.twentytwenty-vertical .twentytwenty-handle:after {
  right: 50%;
  margin-right: 22px;
  -webkit-box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(222, 226, 230, 0.5);
          box-shadow: -3px 0 0 #fff, 0px 0px 12px rgba(222, 226, 230, 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-m03 a, .mmtheo-module-m03 a:not(.btn):hover {
  color: #464646;
  text-decoration: none; }

.mmtheo-module-m03__contact-image {
  width: 100%;
  margin-bottom: 50px; }
  .mmtheo-module-m03__contact-image .image {
    width: 100%; }
  .mmtheo-module-m03__contact-image .icon {
    border-radius: 50%;
    vertical-align: middle;
    color: #6c757d;
    padding-top: 10px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 300px;
    height: 300px;
    font-size: 9em; }
    .mmtheo-module-m03__contact-image .icon .icon-phone-solid {
      color: #6c757d; }

.mmtheo-module-m03__contact-info {
  color: #464646;
  font-size: 20px;
  padding: 0;
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset; }
  .mmtheo-module-m03__contact-info .headlines span, .mmtheo-module-m03__contact-info .headlines .mmtheo-module--headline {
    line-height: unset; }
  .mmtheo-module-m03__contact-info hr {
    border-top: 1px solid #6c757d; }

.mmtheo-module-m03__text p {
  font-weight: 400; }

.mmtheo-module-m03__text-name {
  color: #464646;
  font-weight: 700;
  font-size: 28px; }

.mmtheo-module-m03__text-position {
  color: #409EF8;
  font-size: 28px; }

.mmtheo-module-m03__text ul {
  list-style-type: none; }
  .mmtheo-module-m03__text ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .mmtheo-module-m03__text ul li.address {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .mmtheo-module-m03__text ul li.address i {
        margin-top: 5px; }
      .mmtheo-module-m03__text ul li.address p {
        padding-top: 0; }
        .mmtheo-module-m03__text ul li.address p:first-of-type {
          margin-bottom: 0; }
    .mmtheo-module-m03__text ul li:hover i, .mmtheo-module-m03__text ul li:hover a {
      color: #00457C; }

.mmtheo-module-m03__text i {
  color: #00457C;
  font-size: 1.5rem; }

.mmtheo-module-m03__text a:not(.btn) {
  color: #464646;
  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-m03__text a:not(.btn):hover {
    color: #0063C1; }

.mmtheo-module-m03__contact-image .icon {
  border: 5px solid #6c757d; }

.mmtheo-module-m03__contact-info {
  padding: 0 15px; }
  .mmtheo-module-m03__contact-info .icon-phone-solid, .mmtheo-module-m03__contact-info .icon-envelope-solid, .mmtheo-module-m03__contact-info .icon-map-marker-solid {
    margin-right: 15px; }

@media (min-width: 768px) {
  .mmtheo-module-m03__contact-image {
    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;
    margin-bottom: unset; }
    .mmtheo-module-m03__contact-image .image {
      width: 90%; }
    .mmtheo-module-m03__contact-image .icon {
      width: 265px;
      height: 265px;
      font-size: 9em; }
  .mmtheo-module-m03__contact-info {
    padding: 0 15px 0 15px;
    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-m03__text-name {
    font-size: 28px; }
  .mmtheo-module-m03__text-position {
    font-size: 28px; }
  .mmtheo-module-m03__text i {
    font-size: 1.8rem; } }

@media (min-width: 992px) {
  .mmtheo-module-m03__contact-image .icon {
    width: 360px;
    height: 360px;
    font-size: 10em;
    padding-top: 0; }
  .mmtheo-module-m03__contact-info {
    padding: 0 15px 0 100px;
    padding-top: 0;
    padding-left: 50px; }
  .mmtheo-module-m03__text-name {
    font-size: 28px; }
  .mmtheo-module-m03__text-position {
    font-size: 28px; }
  .mmtheo-module-m03__text p {
    font-size: 22px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 1.4;
    color: #464646; }
  .mmtheo-module-m03__text ul li a {
    font-size: 22px; }
  .mmtheo-module-m03__text .icon-phone-solid, .mmtheo-module-m03__text .icon-mail, .mmtheo-module-m03__text .icon-map-marker-solid {
    margin-right: 15px; } }

@media (min-width: 1280px) {
  .mmtheo-module-m03__contact-image .image {
    width: auto;
    margin-right: 20%;
    margin-left: 20%; }
  .mmtheo-module-m03__contact-image .icon {
    font-size: 10em;
    padding-top: 15px; }
  .mmtheo-module-m03__contact-info {
    padding-left: 0; }
  .mmtheo-module-m03__text {
    max-width: 450px; }
    .mmtheo-module-m03__text-name {
      font-size: 28px; }
    .mmtheo-module-m03__text-position {
      font-size: 28px; }
    .mmtheo-module-m03__text p {
      padding-top: 16px;
      line-height: 1.5; } }

.mmtheo-module-m05 .tiles {
  display: grid;
  -webkit-column-gap: 2rem;
          column-gap: 2rem; }
  .mmtheo-module-m05 .tiles .mmtheo-module--headline {
    font-size: 22px; }
  .mmtheo-module-m05 .tiles .item {
    -webkit-margin-after: 30px;
            margin-block-end: 30px; }
    .mmtheo-module-m05 .tiles .item .button {
      -webkit-margin-before: 20px;
              margin-block-start: 20px; }

@media (min-width: 768px) {
  .mmtheo-module-m05 .tiles.mmtheo-module-m05-tiles-33-33-33, .mmtheo-module-m05 .tiles.mmtheo-module-m05-tiles-50-50, .mmtheo-module-m05 .tiles.mmtheo-module-m05-tiles-25-25-25-25 {
    grid-template-columns: repeat(1, 1fr); } }

@media (min-width: 992px) {
  .mmtheo-module-m05 .tiles.mmtheo-module-m05-tiles-33-33-33, .mmtheo-module-m05 .tiles.mmtheo-module-m05-tiles-50-50, .mmtheo-module-m05 .tiles.mmtheo-module-m05-tiles-25-25-25-25 {
    grid-template-columns: repeat(2, 1fr); } }

@media (min-width: 1280px) {
  .mmtheo-module-m05 .tiles.mmtheo-module-m05-tiles-33-33-33 {
    grid-template-columns: repeat(3, 1fr); }
  .mmtheo-module-m05 .tiles.mmtheo-module-m05-tiles-50-50 {
    grid-template-columns: repeat(2, 1fr); }
  .mmtheo-module-m05 .tiles.mmtheo-module-m05-tiles-25-25-25-25 {
    grid-template-columns: repeat(4, 1fr); } }

.mmtheo-module-m05 .slider {
  -webkit-margin-before: 60px;
          margin-block-start: 60px; }
  .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: #00457C; }
  .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: #0063C1; }
  .mmtheo-module-m05 .slider[data-mobile_items_to_slide="2"] .item {
    margin: 0 5px 20px 5px; }
  .mmtheo-module-m05 .slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .mmtheo-module-m05 .slider .slick-track .item {
      height: inherit;
      -webkit-padding-after: 50px;
              padding-block-end: 50px; }
      .mmtheo-module-m05 .slider .slick-track .item .link {
        position: absolute;
        bottom: 20px; }
      .mmtheo-module-m05 .slider .slick-track .item .image picture {
        position: relative;
        padding-bottom: 56.2%;
        width: 100%;
        display: block; }
        .mmtheo-module-m05 .slider .slick-track .item .image picture * {
          position: absolute;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
  .mmtheo-module-m05 .slider.slick-slider-portrait-mode .slick-arrow {
    top: 50%; }
  .mmtheo-module-m05 .slider.slick-slider-portrait-mode .slick-track .item .image picture {
    padding-bottom: unset;
    max-width: 100%;
    width: auto;
    height: auto; }
    .mmtheo-module-m05 .slider.slick-slider-portrait-mode .slick-track .item .image picture * {
      position: relative; }
  .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 {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem; }

.mmtheo-module-m05 {
  overflow: hidden; }
  .mmtheo-module-m05 .mmtheo-module-m05-play-icon {
    position: absolute;
    z-index: 1;
    font-size: 5em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    height: 100%; }
    .mmtheo-module-m05 .mmtheo-module-m05-play-icon .icon-play-circle {
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
  .mmtheo-module-m05.mmtheo-module-bg-1 .slider .item, .mmtheo-module-m05.mmtheo-module-bg-2 .slider .item {
    background: #ffffff; }
  .mmtheo-module-m05 .item a {
    cursor: pointer; }
  .mmtheo-module-m05 .item .item-wrap {
    padding: 20px; }
    .mmtheo-module-m05 .item .item-wrap .headlines {
      word-break: break-word;
      text-align: center;
      -webkit-hyphens: auto;
          -ms-hyphens: auto;
              hyphens: auto;
      -webkit-margin-after: 0;
              margin-block-end: 0; }
  .mmtheo-module-m05 .item .btn-5 {
    background: transparent; }
  .mmtheo-module-m05 .item a:not(.btn) {
    color: #00457C; }
    .mmtheo-module-m05 .item a:not(.btn):before {
      left: 0;
      bottom: -1px;
      width: 100%;
      height: 1px;
      background: #00457C;
      -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: #0063C1; }
    .mmtheo-module-m05 .item a:not(.btn):hover:before {
      background: #0063C1;
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1); }
  .mmtheo-module-m05 .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;
    -webkit-margin-before: -54px;
            margin-block-start: -54px;
    top: 0; }
    .mmtheo-module-m05 .slick-dots li button {
      font-size: 0;
      background: #6c757d;
      border: 0;
      width: 50px;
      margin-inline: 2px;
      height: 4px;
      outline: 0;
      cursor: pointer;
      max-width: 20px; }
    .mmtheo-module-m05 .slick-dots li.slick-active button {
      background: #f8f9fa; }
  .mmtheo-module-m05 .link {
    -webkit-margin-before: 20px;
            margin-block-start: 20px; }
  .mmtheo-module-m05 a:not(.btn) {
    color: #0063C1;
    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: #000c16; }
    .mmtheo-module-m05 a:not(.btn).more {
      font-size: 1.2rem;
      font-weight: 400; }
      .mmtheo-module-m05 a:not(.btn).more:after {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "Breitenburger-Milchzentrale" !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: inherit;
        margin-left: 5px;
        top: 2px;
        position: relative; }
  .mmtheo-module-m05 .slick-prev {
    position: absolute;
    top: 40%;
    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: "Breitenburger-Milchzentrale" !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: #00457C;
      margin-right: 5px;
      position: relative;
      top: 2px;
      left: 0; }
  .mmtheo-module-m05 .slick-next {
    position: absolute;
    top: 40%;
    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: "Breitenburger-Milchzentrale" !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: #00457C;
      margin-right: 5px;
      position: relative;
      top: 2px;
      left: 0; }

@media (min-width: 768px) {
  .mmtheo-module-m05 .slider .item {
    margin-inline: 10px; }
  .mmtheo-module-m05 .slider .slick-prev {
    left: -28px; }
    .mmtheo-module-m05 .slider .slick-prev:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Breitenburger-Milchzentrale" !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: 48px;
      color: #00457C;
      margin-right: 0;
      position: relative;
      top: 0;
      left: 0; }
  .mmtheo-module-m05 .slider .slick-next {
    right: -28px; }
    .mmtheo-module-m05 .slider .slick-next:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Breitenburger-Milchzentrale" !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: 48px;
      color: #00457C;
      margin-right: 0;
      position: relative;
      top: 0;
      left: 0; } }

@media (min-width: 992px) {
  .mmtheo-module-m05 .tiles .mmtheo-module--headline {
    font-size: 32px; }
  .mmtheo-module-m05 .tiles .item .item-wrap {
    padding: 20px; }
  .mmtheo-module-m05 .slider .item {
    margin-inline: 10px;
    position: relative; } }

@media (min-width: 1280px) {
  .mmtheo-module-m05 .slider .slick-prev {
    left: -5%; }
    .mmtheo-module-m05 .slider .slick-prev:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Breitenburger-Milchzentrale" !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: 2rem;
      color: #00457C;
      margin-right: 0;
      position: relative;
      top: 0;
      left: 0; }
  .mmtheo-module-m05 .slider .slick-next {
    right: -5%; }
    .mmtheo-module-m05 .slider .slick-next:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Breitenburger-Milchzentrale" !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: 2rem;
      color: #00457C;
      margin-right: 0;
      position: relative;
      top: 0;
      left: 0; }
  .mmtheo-module-m05 .mmtheo-module-m05-slider-33-33-33 .item {
    margin-inline: 15px; }
  .mmtheo-module-m05 .mmtheo-module-m05-slider-50-50 .item {
    margin-inline: 20px; }
  .mmtheo-module-m05 .slick-slider-center-mode .slick-slide {
    opacity: 0.6; }
  .mmtheo-module-m05 .slick-slider-center-mode .slick-center {
    display: block;
    opacity: 1;
    -webkit-transform: scale(1.3) translate(0, 10%);
    -moz-transform: scale(1.3) translate(0, 10%);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -ms-transform: scale(1.3) translate(0, 10%);
        transform: scale(1.3) translate(0, 10%);
    margin-top: -16px;
    z-index: 2; }
  .mmtheo-module-m05 .slick-slider-center-mode .slick-list {
    padding: 5% 0 !important; } }

.mmtheo-module-m07 .container-fluid .col-12 {
  padding-inline: 0; }

.mmtheo-module-m07 .m07-slider__arrow {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  z-index: 2;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5); }
  .mmtheo-module-m07 .m07-slider__arrow--prev {
    left: 0; }
    .mmtheo-module-m07 .m07-slider__arrow--prev:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Breitenburger-Milchzentrale" !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: #00457C;
      margin-right: 0;
      position: relative;
      top: 0;
      left: 0; }
  .mmtheo-module-m07 .m07-slider__arrow--next {
    right: 0; }
    .mmtheo-module-m07 .m07-slider__arrow--next:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Breitenburger-Milchzentrale" !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: #00457C;
      margin-right: 0;
      position: relative;
      top: 0;
      left: 0; }

.mmtheo-module-m07 .m07-slider__slide {
  width: 100%;
  position: relative;
  margin: 0 1px; }
  .mmtheo-module-m07 .m07-slider__slide .slide__image {
    width: 100%;
    height: auto;
    position: relative; }
    .mmtheo-module-m07 .m07-slider__slide .slide__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .mmtheo-module-m07 .m07-slider__slide .slide__textbox {
    position: relative;
    width: 100%;
    top: 0; }
    .mmtheo-module-m07 .m07-slider__slide .slide__textbox--left {
      left: 0; }
    .mmtheo-module-m07 .m07-slider__slide .slide__textbox--right {
      right: 0; }
    .mmtheo-module-m07 .m07-slider__slide .slide__textbox .bodytext {
      padding: 20px 30px; }
  .mmtheo-module-m07 .m07-slider__slide .slide__textbox-background-0 {
    background-color: transparent; }
  .mmtheo-module-m07 .m07-slider__slide .slide__textbox-background-1 {
    background-color: rgba(0, 99, 193, 0.32); }
  .mmtheo-module-m07 .m07-slider__slide .slide__textbox-background-primary {
    background-color: rgba(0, 69, 124, 0.32); }
  .mmtheo-module-m07 .m07-slider__slide .slide__textbox-background-secondary {
    background-color: rgba(0, 99, 193, 0.32); }
  .mmtheo-module-m07 .m07-slider__slide .slide__textbox-background-tertiary {
    background-color: rgba(64, 158, 248, 0.32); }

.mmtheo-module-m07 .m07-slider .slick-dots {
  position: relative;
  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: 1; }
  .mmtheo-module-m07 .m07-slider .slick-dots li > button {
    background-color: #f8f9fa;
    height: 1rem;
    margin: 0 4px;
    padding: 0;
    font-size: 0;
    width: 1rem;
    cursor: pointer;
    border-radius: 100%;
    color: transparent;
    border: none; }
  .mmtheo-module-m07 .m07-slider .slick-dots li.slick-active > button {
    background: #00457C;
    border: 1px solid #fff; }

.mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide {
  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: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide--background-0 {
    background-color: transparent; }
  .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide--background-1 {
    background-color: rgba(0, 99, 193, 0.32); }
  .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide--background-primary {
    background-color: rgba(0, 69, 124, 0.32); }
  .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide--background-secondary {
    background-color: rgba(0, 99, 193, 0.32); }
  .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide--background-tertiary {
    background-color: rgba(64, 158, 248, 0.32); }
  .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide .slide__image {
    width: 100%; }
    .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide .slide__image-container--outer {
      width: 150px;
      height: 0;
      -webkit-padding-before: 150px;
              padding-block-start: 150px;
      position: relative;
      margin-inline: auto; }
    .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide .slide__image-container--inner {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
    .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide .slide__image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      margin-block: auto;
      border-radius: 50%; }
  .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide .slide__textbox .bodytext {
    -webkit-padding-after: 40px;
            padding-block-end: 40px; }
  .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide .slide__textbox blockquote {
    padding-block: 30px; }
    .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide .slide__textbox blockquote p {
      display: block; }
    .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide .slide__textbox blockquote:before {
      font-size: 34px;
      -webkit-margin-start: -30px;
              margin-inline-start: -30px; }
    .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide .slide__textbox blockquote:after {
      right: 0;
      top: unset;
      bottom: 0;
      font-size: 34px;
      -webkit-margin-end: -30px;
              margin-inline-end: -30px; }

.mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__arrow {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-inline: -15px;
  background: transparent; }

@media (min-width: 768px) {
  .mmtheo-module-m07 .m07-slider__slide .slide__textbox {
    position: absolute;
    width: 50%;
    height: auto;
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #575656;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    max-height: 86%;
    overflow-y: auto; }
    .mmtheo-module-m07 .m07-slider__slide .slide__textbox--left {
      left: 5%; }
    .mmtheo-module-m07 .m07-slider__slide .slide__textbox--right {
      right: 5%; }
  .mmtheo-module-m07 .m07-slider__slide .slide__textbox-background-0 {
    background-color: transparent; }
  .mmtheo-module-m07 .m07-slider__slide .slide__textbox-background-1 {
    background-color: rgba(0, 99, 193, 0.32); }
  .mmtheo-module-m07 .m07-slider__slide .slide__textbox-background-primary {
    background-color: rgba(0, 69, 124, 0.32); }
  .mmtheo-module-m07 .m07-slider__slide .slide__textbox-background-secondary {
    background-color: rgba(0, 99, 193, 0.32); }
  .mmtheo-module-m07 .m07-slider__slide .slide__textbox-background-tertiary {
    background-color: rgba(64, 158, 248, 0.32); }
  .mmtheo-module-m07 .m07-slider__arrow {
    height: 50px;
    width: 50px; }
    .mmtheo-module-m07 .m07-slider__arrow--prev {
      left: 0; }
      .mmtheo-module-m07 .m07-slider__arrow--prev:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "Breitenburger-Milchzentrale" !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: #00457C;
        margin-right: 0;
        position: relative;
        top: 0;
        left: 2px; }
    .mmtheo-module-m07 .m07-slider__arrow--next {
      right: 0; }
      .mmtheo-module-m07 .m07-slider__arrow--next:before {
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "Breitenburger-Milchzentrale" !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: #00457C;
        margin-right: 0;
        position: relative;
        top: 0;
        left: -2px; }
  .mmtheo-module-m07 .m07-slider .slick-dots {
    position: absolute; }
  .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slick-wrapper.slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__arrow {
    margin-inline: -5%; }
  .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide .slide {
    height: 100%; }
    .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide .slide__image {
      width: 25%;
      position: relative;
      display: inline-block; }
      .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide .slide__image-container--outer {
        width: 100%;
        -webkit-padding-before: 100%;
                padding-block-start: 100%; }
      .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide .slide__image-container--inner {
        padding: 12.5%; }
    .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide .slide__textbox {
      position: relative;
      width: 75%;
      display: inline-block;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      max-height: unset; }
  .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide--textbox-align-left .slide__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .mmtheo-module-m07 .m07-slider--layout-2 .m07-slider__slide--textbox-align-left .slide__textbox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

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

.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: "Breitenburger-Milchzentrale" !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: #464646;
    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: "Breitenburger-Milchzentrale" !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: #00457C;
      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: "Breitenburger-Milchzentrale" !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: #464646;
    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: "Breitenburger-Milchzentrale" !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: #00457C;
      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: 24px; }
  .mmtheo-module-m09-categories .slick-prev:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "Breitenburger-Milchzentrale" !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: #464646;
    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: "Breitenburger-Milchzentrale" !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: #00457C;
    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: "Breitenburger-Milchzentrale" !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: #464646;
    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: "Breitenburger-Milchzentrale" !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: #00457C;
    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: #f8f9fa;
  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 #00457C;
  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: #6c757d;
      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: 18px; }
    .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: "Saira Extra Condensed";
      font-size: 20px;
      font-weight: 400;
      color: #dee2e6; }
  .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: 20px; }
    .mmtheo-module-m09 .item .content .title {
      font-size: 24px; }
    .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: 20px; }
      .mmtheo-module-m09 .item .content .title {
        font-size: 24px;
        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 .mmtheo-module--headline {
  word-break: break-all; }

.mmtheo-module-m18 form, .mmtheo-module-m18 .tx-indexedsearch-form {
  color: #464646; }
  .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'] {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-margin-start: 0;
            margin-inline-start: 0; }
  .mmtheo-module-m18 form .add-on, .mmtheo-module-m18 .tx-indexedsearch-form .add-on {
    display: none; }
  .mmtheo-module-m18 form .help-block, .mmtheo-module-m18 .tx-indexedsearch-form .help-block {
    color: gray; }
  .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(-170%);
        -ms-transform: translateY(-170%);
            transform: translateY(-170%); }

@-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(-170%); } }
  .mmtheo-module-m18 form .form-navigation, .mmtheo-module-m18 .tx-indexedsearch-form .form-navigation {
    -webkit-padding-before: 15px;
            padding-block-start: 15px; }
  .mmtheo-module-m18 form a:not(.btn), .mmtheo-module-m18 .tx-indexedsearch-form a:not(.btn) {
    color: #00457C;
    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: #0063C1; }
  .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: #464646; }
  .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 .checkbox input + span, .mmtheo-module-m18 .tx-indexedsearch-form .checkbox input + span {
    margin: 0;
    -webkit-padding-start: 45px;
            padding-inline-start: 45px; }
    .mmtheo-module-m18 form .checkbox input + span:before, .mmtheo-module-m18 form .checkbox input + span:after, .mmtheo-module-m18 .tx-indexedsearch-form .checkbox input + span:before, .mmtheo-module-m18 .tx-indexedsearch-form .checkbox input + span:after {
      position: absolute;
      content: '';
      width: 30px;
      height: 30px;
      left: 0;
      top: 0;
      font-size: 30px;
      line-height: 1;
      border-radius: 0;
      pointer-events: none;
      background-color: #fff;
      border: #6c757d solid 1px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
              box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .mmtheo-module-m18 form .checkbox input:checked + span, .mmtheo-module-m18 .tx-indexedsearch-form .checkbox input:checked + span {
    background: #ffffff; }
    .mmtheo-module-m18 form .checkbox input:checked + span:after, .mmtheo-module-m18 .tx-indexedsearch-form .checkbox input:checked + span:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Breitenburger-Milchzentrale" !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: 30px;
      color: #00457C;
      margin-left: 0;
      top: 0;
      position: absolute; }
    .mmtheo-module-m18 form .checkbox input:checked + span:before, .mmtheo-module-m18 .tx-indexedsearch-form .checkbox input:checked + span:before {
      background-color: inherit;
      border-color: #6c757d; }
    .mmtheo-module-m18 form .checkbox input:checked + span:after, .mmtheo-module-m18 .tx-indexedsearch-form .checkbox input:checked + span:after {
      background: none;
      line-height: 1; }
  .mmtheo-module-m18 form .checkbox .help-block, .mmtheo-module-m18 .tx-indexedsearch-form .checkbox .help-block {
    -webkit-padding-start: 45px;
            padding-inline-start: 45px;
    display: block; }
  .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: "Saira Extra Condensed"; }
  .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-top: 2rem;
    margin-bottom: 2rem;
    margin-block: 2rem; }
    .mmtheo-module-m18 form .form-group .form-group, .mmtheo-module-m18 .tx-indexedsearch-form .form-group .form-group {
      margin: unset; }
    .mmtheo-module-m18 form .form-group .radio, .mmtheo-module-m18 .tx-indexedsearch-form .form-group .radio {
      margin-bottom: 10px; }
      .mmtheo-module-m18 form .form-group .radio:first-child, .mmtheo-module-m18 .tx-indexedsearch-form .form-group .radio:first-child {
        padding-top: 30px; }
      .mmtheo-module-m18 form .form-group .radio span, .mmtheo-module-m18 .tx-indexedsearch-form .form-group .radio span {
        -webkit-padding-start: 45px;
                padding-inline-start: 45px; }
  .mmtheo-module-m18 form label, .mmtheo-module-m18 .tx-indexedsearch-form label {
    background: none;
    color: #464646;
    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 .required, .mmtheo-module-m18 .tx-indexedsearch-form label .required {
      color: #dc3545; }
  .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: 600; }
  .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: 400; }
  .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 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 .tx-indexedsearch-form .inputs-list label input[type='checkbox'] {
      display: none; }
    .mmtheo-module-m18 form .inputs-list label input[type='radio'], .mmtheo-module-m18 .tx-indexedsearch-form .inputs-list label input[type='radio'] {
      -webkit-margin-before: 0;
              margin-block-start: 0;
      width: 30px;
      height: 30px; }
  .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 #575656;
    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 #575656;
      -webkit-box-shadow: none;
              box-shadow: none;
      background: none; }
  .mmtheo-module-m18 form .form-check, .mmtheo-module-m18 .tx-indexedsearch-form .form-check {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    margin: 10px 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 {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Breitenburger-Milchzentrale" !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: 30px;
      color: #00457C;
      margin-left: 0;
      top: 0;
      position: relative; }
    .mmtheo-module-m18 form .select-wrapper:after, .mmtheo-module-m18 .tx-indexedsearch-form .select-wrapper:after {
      vertical-align: middle;
      position: absolute;
      padding-right: 3px;
      right: 5px;
      z-index: 1; }
  .mmtheo-module-m18 form .onclic, .mmtheo-module-m18 .tx-indexedsearch-form .onclic {
    width: 40px;
    border-color: #0063C1;
    border-width: 3px;
    font-size: 0;
    border-left-color: #00457C;
    -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: #00457C;
      background: #ffffff; }
  .mmtheo-module-m18 form .action .btn, .mmtheo-module-m18 .tx-indexedsearch-form .action .btn {
    margin: 0; }
  .mmtheo-module-m18 form .btn, .mmtheo-module-m18 .tx-indexedsearch-form .btn {
    margin: 0;
    cursor: pointer; }
  .mmtheo-module-m18 form .validate, .mmtheo-module-m18 .tx-indexedsearch-form .validate {
    color: #ffffff;
    background: #00457C; }
    .mmtheo-module-m18 form .validate:after, .mmtheo-module-m18 .tx-indexedsearch-form .validate:after {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Breitenburger-Milchzentrale" !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: inherit;
      margin-left: 0;
      top: 0;
      position: relative; }

@-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: 700;
    padding-block: 10px;
    -webkit-padding-end: 20px;
            padding-inline-end: 20px;
    -webkit-padding-start: 15px;
            padding-inline-start: 15px;
    border-color: #575656;
    width: 100%;
    height: auto;
    display: inline-block;
    border-radius: 0;
    position: relative;
    z-index: 10; }
    .mmtheo-module-m18 form .custom-select:focus, .mmtheo-module-m18 .tx-indexedsearch-form .custom-select:focus {
      border-color: #575656;
      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; }
  .mmtheo-module-m18 form [type="submit"], .mmtheo-module-m18 .tx-indexedsearch-form [type="submit"] {
    background: #00457C;
    color: #ffffff;
    border-color: #00457C; }
    .mmtheo-module-m18 form [type="submit"]:hover, .mmtheo-module-m18 .tx-indexedsearch-form [type="submit"]:hover {
      background: #0063C1;
      border-color: #0063C1; }

@media (min-width: 992px) {
  .mmtheo-module-m18 form, .mmtheo-module-m18 .tx-indexedsearch-form {
    max-width: 690px;
    margin-inline: auto; }
    .mmtheo-module-m18 form .form-group, .mmtheo-module-m18 .tx-indexedsearch-form .form-group {
      margin-top: 4rem;
      margin-bottom: 4rem;
      margin-block: 4rem; }
    .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(-200%);
          -ms-transform: translateY(-200%);
              transform: translateY(-200%); }
  @-moz-document url-prefix() {
    .mmtheo-module-m18 form .focused.textarea label, .mmtheo-module-m18 .tx-indexedsearch-form .focused.textarea label {
      transform: translateY(-200%); } } }

.mmtheo-module-m28__headline {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  padding: 15px 1rem;
  text-align: center;
  display: block;
  width: 100%; }
  .mmtheo-module-m28__headline .headlines {
    margin-bottom: 0; }

.mmtheo-module-m28__slide {
  position: relative;
  height: 100%; }
  .mmtheo-module-m28__slide.slick-slide.slick-cloned .mmtheo-module-m28__bubble {
    display: none; }
  .mmtheo-module-m28__slide .image {
    height: 100%; }
    .mmtheo-module-m28__slide .image img {
      height: 100%; }

.mmtheo-module-m28__thumb-container {
  margin-top: -2.5rem;
  z-index: 1; }

.mmtheo-module-m28__thumb-slider {
  padding: 0 20px; }
  .mmtheo-module-m28__thumb-slider--with-text .mmtheo-module-m28__thumb-icon.mmtheo-module-m28__thumb-text {
    display: block;
    /*fallback*/
    display: -webkit-box;
    -webkit-padding-before: 20px;
            padding-block-start: 20px;
    text-align: center; }

.mmtheo-module-m28__thumb span {
  color: #00457C !important; }

.mmtheo-module-m28__thumb svg path {
  fill: #00457C !important; }

.mmtheo-module-m28__thumb-slide.slick-current.slick-active .mmtheo-module-m28__thumb-text.mmtheo-module-m28__thumb-icon {
  color: #fff; }

.mmtheo-module-m28__thumb-slide.slick-current .mmtheo-module-m28__thumb {
  background-color: #00457C;
  border-color: #00457C; }
  .mmtheo-module-m28__thumb-slide.slick-current .mmtheo-module-m28__thumb span {
    color: #fff !important; }
  .mmtheo-module-m28__thumb-slide.slick-current .mmtheo-module-m28__thumb svg path {
    fill: #fff !important; }
  .mmtheo-module-m28__thumb-slide.slick-current .mmtheo-module-m28__thumb-icon-container {
    color: #fff;
    background-color: #0063C1;
    border-color: #0063C1; }
    .mmtheo-module-m28__thumb-slide.slick-current .mmtheo-module-m28__thumb-icon-container .mmtheo-module-m28__thumb-icon:before {
      color: #fff; }
    .mmtheo-module-m28__thumb-slide.slick-current .mmtheo-module-m28__thumb-icon-container img.svg {
      -webkit-filter: none;
              filter: none; }
    .mmtheo-module-m28__thumb-slide.slick-current .mmtheo-module-m28__thumb-icon-container img.inline {
      display: inline; }
  .mmtheo-module-m28__thumb-slide.slick-current .mmtheo-module-m28__thumb svg path {
    fill: #fff; }

.mmtheo-module-m28__thumb-slide.slick-current .mmtheo-module-m28__thumb-arrow {
  border-bottom-color: #00457C; }
  .mmtheo-module-m28__thumb-slide.slick-current .mmtheo-module-m28__thumb-arrow--icon {
    border-bottom-color: #0063C1; }

.mmtheo-module-m28__thumb-arrow {
  margin: 0 auto;
  position: relative;
  top: 1px;
  width: 0;
  height: 0;
  border-left: 32px solid transparent;
  border-right: 32px solid transparent;
  border-bottom: 17px solid transparent; }

.mmtheo-module-m28__thumb-link {
  display: block;
  padding: 1rem;
  margin: -1rem; }

.mmtheo-module-m28__thumb {
  padding: 1rem;
  margin: 0 0.5rem;
  height: 100%;
  background-color: #f0f1f1;
  border: 1px solid transparent;
  cursor: pointer;
  text-align: center; }
  .mmtheo-module-m28__thumb .img-fluid {
    width: 50px;
    margin: 0 auto; }
  .mmtheo-module-m28__thumb svg {
    height: 50px;
    width: 50px; }
    .mmtheo-module-m28__thumb svg path {
      fill: #00457C; }
  .mmtheo-module-m28__thumb:hover {
    background-color: #fdfdfd; }
  .mmtheo-module-m28__thumb-icon-container {
    padding: 0.75rem 0.5rem 0.5rem;
    font-size: 14px;
    color: #495057;
    text-align: center; }
    .mmtheo-module-m28__thumb-icon-container:hover {
      color: #fff;
      background-color: #0063C1; }
      .mmtheo-module-m28__thumb-icon-container:hover .mmtheo-module-m28__thumb-icon:before {
        color: #fff; }
      .mmtheo-module-m28__thumb-icon-container:hover img.svg {
        -webkit-filter: none;
                filter: none; }
      .mmtheo-module-m28__thumb-icon-container:hover img.inline {
        display: inline; }
  .mmtheo-module-m28__thumb-icon {
    display: block;
    max-width: 100%; }
    .mmtheo-module-m28__thumb-icon.mmtheo-module-m28__thumb-text {
      display: none;
      color: #00457C;
      font-size: 14px;
      line-height: 1.3;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    .mmtheo-module-m28__thumb-icon:before {
      display: block;
      margin-top: 0.25rem;
      margin-bottom: 0.5rem; }
    .mmtheo-module-m28__thumb-icon--image {
      height: 60px; }
      .mmtheo-module-m28__thumb-icon--image.inline {
        display: inline; }
      .mmtheo-module-m28__thumb-icon--image:hover {
        -webkit-filter: none;
                filter: none; }
    .mmtheo-module-m28__thumb-icon--1:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Breitenburger-Milchzentrale" !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: #0063C1;
      margin-right: 0;
      position: relative;
      top: 0;
      left: 0; }
    .mmtheo-module-m28__thumb-icon--2:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Breitenburger-Milchzentrale" !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: #0063C1;
      margin-right: 0;
      position: relative;
      top: 0;
      left: 0; }
    .mmtheo-module-m28__thumb-icon--3:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Breitenburger-Milchzentrale" !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: #0063C1;
      margin-right: 0;
      position: relative;
      top: 0;
      left: 0; }
    .mmtheo-module-m28__thumb-icon--4:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Breitenburger-Milchzentrale" !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: #0063C1;
      margin-right: 0;
      position: relative;
      top: 0;
      left: 0; }
    .mmtheo-module-m28__thumb-icon--5:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Breitenburger-Milchzentrale" !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: #0063C1;
      margin-right: 0;
      position: relative;
      top: 0;
      left: 0; }
    .mmtheo-module-m28__thumb-icon--6:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Breitenburger-Milchzentrale" !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: #0063C1;
      margin-right: 0;
      position: relative;
      top: 0;
      left: 0; }

.mmtheo-module-m28__bubble {
  position: absolute;
  -webkit-transform: translate(-20px, -20px);
      -ms-transform: translate(-20px, -20px);
          transform: translate(-20px, -20px);
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1; }
  .mmtheo-module-m28__bubble:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "Breitenburger-Milchzentrale" !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: #00457C;
    margin-right: 0;
    position: relative;
    top: 0;
    left: 0; }
  .mmtheo-module-m28__bubble:before {
    display: block;
    z-index: 1;
    -webkit-transition: -webkit-transform 300ms ease-in;
    transition: -webkit-transform 300ms ease-in;
    -o-transition: transform 300ms ease-in;
    transition: transform 300ms ease-in;
    transition: transform 300ms ease-in, -webkit-transform 300ms ease-in; }
  .mmtheo-module-m28__bubble-active {
    z-index: 2; }
    .mmtheo-module-m28__bubble-active:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .mmtheo-module-m28__bubble-active .mmtheo-module-m28__bubble-content {
      opacity: 1; }

.mmtheo-module-m28__bubble-content {
  position: absolute;
  top: 20px;
  left: 20px;
  display: none;
  opacity: 0;
  width: calc(90vw - 20px);
  max-width: calc(90vw - 20px);
  overflow: auto;
  background-color: #fff;
  padding: 1.5rem 1rem;
  font-size: 80%;
  -webkit-transition: opacity 300ms ease-in-out;
  -o-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
  cursor: default; }
  .mmtheo-module-m28__bubble-content > *:last-child {
    margin-bottom: 0; }

.mmtheo-module-m28 .m28-slider__arrow {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  z-index: 2;
  font-size: 0;
  padding: 0;
  cursor: pointer;
  margin-inline: -7px; }
  .mmtheo-module-m28 .m28-slider__arrow--prev {
    left: 0; }
    .mmtheo-module-m28 .m28-slider__arrow--prev:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Breitenburger-Milchzentrale" !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: #0063C1;
      margin-right: 5px;
      position: relative;
      top: 2px;
      left: 0; }
  .mmtheo-module-m28 .m28-slider__arrow--next {
    right: 0; }
    .mmtheo-module-m28 .m28-slider__arrow--next:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Breitenburger-Milchzentrale" !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: #0063C1;
      margin-right: 5px;
      position: relative;
      top: 2px;
      left: 0; }

.mmtheo-module-m28 .slick-slider .slick-slide {
  height: inherit; }

.mmtheo-module-m28 .slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (min-width: 768px) {
  .mmtheo-module-m28__bubble-content {
    width: 33vw; }
  .mmtheo-module-m28__thumb-slider {
    padding: 0 30px; }
  .mmtheo-module-m28__thumb-icon.mmtheo-module-m28__thumb-text {
    font-size: 16px; } }

@media (min-width: 992px) {
  .mmtheo-module-m28__thumb-slider {
    padding: 0 60px; }
  .mmtheo-module-m28 .m28-slider__arrow {
    width: 50px;
    height: 50px; }
    .mmtheo-module-m28 .m28-slider__arrow--prev:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Breitenburger-Milchzentrale" !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: #0063C1;
      margin-right: 5px;
      position: relative;
      top: 2px;
      left: 0; }
    .mmtheo-module-m28 .m28-slider__arrow--next:before {
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "Breitenburger-Milchzentrale" !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: #0063C1;
      margin-right: 5px;
      position: relative;
      top: 2px;
      left: 0; } }

.mmtheo-module-m35__slider-wrapper {
  position: relative; }

.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-item .image {
    max-height: 100%; }

.mmtheo-module-m35__slider-content-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 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 {
    line-height: 1.1; }
  .mmtheo-module-m35__slider-content-container h2 {
    line-height: 1.1; }
  .mmtheo-module-m35__slider-content-container h3 {
    line-height: 1.1; }
  .mmtheo-module-m35__slider-content-container h4 {
    line-height: 1.1; }

.mmtheo-module-m35__slider-textbox {
  position: absolute;
  width: 100%; }
  .mmtheo-module-m35__slider-textbox-background.active {
    padding: 2px 15px;
    background-color: rgba(0, 0, 0, 0.5); }

.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: 10;
  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: #00457C; }

.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: "Breitenburger-Milchzentrale" !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: #464646;
    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: "Breitenburger-Milchzentrale" !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: #464646;
    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: #00457C; }

.mmtheo-module-m35 .m35-slider__arrow--primary {
  color: #00457C; }
  .mmtheo-module-m35 .m35-slider__arrow--primary:before, .mmtheo-module-m35 .m35-slider__arrow--primary:after {
    color: #00457C; }
  .mmtheo-module-m35 .m35-slider__arrow--primary:active:before, .mmtheo-module-m35 .m35-slider__arrow--primary:focus:before, .mmtheo-module-m35 .m35-slider__arrow--primary:hover:before {
    color: #0063C1; }

.mmtheo-module-m35 .m35-slider__arrow--secondary {
  color: #0063C1; }
  .mmtheo-module-m35 .m35-slider__arrow--secondary:before, .mmtheo-module-m35 .m35-slider__arrow--secondary:after {
    color: #0063C1; }
  .mmtheo-module-m35 .m35-slider__arrow--secondary:active:before, .mmtheo-module-m35 .m35-slider__arrow--secondary:focus:before, .mmtheo-module-m35 .m35-slider__arrow--secondary:hover:before {
    color: #00457C; }

.mmtheo-module-m35 .m35-slider__arrow--standard-font {
  color: #464646; }
  .mmtheo-module-m35 .m35-slider__arrow--standard-font:before, .mmtheo-module-m35 .m35-slider__arrow--standard-font:after {
    color: #464646; }
  .mmtheo-module-m35 .m35-slider__arrow--standard-font:active:before, .mmtheo-module-m35 .m35-slider__arrow--standard-font:focus:before, .mmtheo-module-m35 .m35-slider__arrow--standard-font:hover:before {
    color: #00457C; }

.mmtheo-module-m35 .m35-slider__arrow--white {
  color: white; }
  .mmtheo-module-m35 .m35-slider__arrow--white:before, .mmtheo-module-m35 .m35-slider__arrow--white:after {
    color: white; }
  .mmtheo-module-m35 .m35-slider__arrow--white:active:before, .mmtheo-module-m35 .m35-slider__arrow--white:focus:before, .mmtheo-module-m35 .m35-slider__arrow--white:hover:before {
    color: #00457C; }

.mmtheo-module-m35 .m35-slider__arrow--black {
  color: black; }
  .mmtheo-module-m35 .m35-slider__arrow--black:before, .mmtheo-module-m35 .m35-slider__arrow--black:after {
    color: black; }
  .mmtheo-module-m35 .m35-slider__arrow--black:active:before, .mmtheo-module-m35 .m35-slider__arrow--black:focus:before, .mmtheo-module-m35 .m35-slider__arrow--black:hover:before {
    color: #00457C; }

@media (min-width: 768px) {
  .mmtheo-module-m35__slider-content-container {
    margin: unset; } }

@media (min-width: 992px) {
  .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%; }
  .mmtheo-module-m35__slider-item .image {
    max-height: 100vh; } }

.mmtheo-module-m37 .m37-embed-container {
  position: relative;
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto; }
  .mmtheo-module-m37 .m37-embed-container.aspect_ratio_16_9 {
    padding-top: 56.25%; }
  .mmtheo-module-m37 .m37-embed-container.aspect_ratio_4_3 {
    padding-top: 75%; }
  .mmtheo-module-m37 .m37-embed-container.aspect_ratio_3_2 {
    padding-top: 66.66%; }
  .mmtheo-module-m37 .m37-embed-container.aspect_ratio_8_5 {
    padding-top: 62.5%; }
  .mmtheo-module-m37 .m37-embed-container.aspect_ratio_1_1 {
    padding-top: 100%; }

.mmtheo-module-m37 .m37-iframe {
  position: absolute;
  border: none;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.image:hover img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

@media (min-width: 992px) {
  .mmtheo-module--headline, .headlines h2, .headlines .h2 {
    line-height: 1.1em !important; } }

footer.mmtheo-footer-f01 {
  background-color: #657786; }
  footer.mmtheo-footer-f01 .footer-visit .footer-visit__title {
    color: #00457C;
    font-style: normal;
    font-weight: normal;
    text-transform: uppercase; }
  footer.mmtheo-footer-f01 .footer-visit .footer-visit__link-wrapper a {
    color: #0063C1; }
  footer.mmtheo-footer-f01 .footer-visit .footer-visit__link-wrapper .footer-visit__link {
    -webkit-padding-before: 0;
    padding-block-start: 0;
    border: 3px solid; }
  footer.mmtheo-footer-f01 .footer-sitemap__submenu {
    display: block; }
    footer.mmtheo-footer-f01 .footer-sitemap__submenu-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      footer.mmtheo-footer-f01 .footer-sitemap__submenu-item a {
        color: #fff; }
        footer.mmtheo-footer-f01 .footer-sitemap__submenu-item a:hover {
          color: #fff; }
    footer.mmtheo-footer-f01 .footer-sitemap__submenu [class^="icon-"] {
      font-size: 1.3rem;
      margin-right: 5px; }
    footer.mmtheo-footer-f01 .footer-sitemap__submenu .icon-map-marker-solid {
      margin-top: -46px; }
  footer.mmtheo-footer-f01 .footer-sitemap, footer.mmtheo-footer-f01 .footer-meta {
    background-color: #657786;
    color: white; }
    footer.mmtheo-footer-f01 .footer-sitemap .sitemap, footer.mmtheo-footer-f01 .footer-meta .sitemap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    footer.mmtheo-footer-f01 .footer-sitemap .footer-mobile-email-container li.footer-sitemap__submenu-item, footer.mmtheo-footer-f01 .footer-meta .footer-mobile-email-container li.footer-sitemap__submenu-item {
      padding-top: 0;
      padding-bottom: 0; }
      footer.mmtheo-footer-f01 .footer-sitemap .footer-mobile-email-container li.footer-sitemap__submenu-item a, footer.mmtheo-footer-f01 .footer-meta .footer-mobile-email-container li.footer-sitemap__submenu-item a {
        color: white; }
    footer.mmtheo-footer-f01 .footer-sitemap .footer-sitemap__submenu-toggle::after, footer.mmtheo-footer-f01 .footer-sitemap .footer-sitemap__submenu-toggle::before, footer.mmtheo-footer-f01 .footer-meta .footer-sitemap__submenu-toggle::after, footer.mmtheo-footer-f01 .footer-meta .footer-sitemap__submenu-toggle::before {
      background: white; }
    footer.mmtheo-footer-f01 .footer-sitemap .footer-sitemap__top-item .footer-sitemap__top-link, footer.mmtheo-footer-f01 .footer-meta .footer-sitemap__top-item .footer-sitemap__top-link {
      color: white;
      font-weight: normal;
      font-size: 24px;
      opacity: 0.9; }
    footer.mmtheo-footer-f01 .footer-sitemap .footer-sitemap__top-item .footer-sitemap__submenu-link, footer.mmtheo-footer-f01 .footer-meta .footer-sitemap__top-item .footer-sitemap__submenu-link {
      color: white;
      opacity: 0.9;
      font-weight: normal;
      font-size: 16px; }
    footer.mmtheo-footer-f01 .footer-sitemap .footer-meta__navigation-item .footer-meta__navigation-link, footer.mmtheo-footer-f01 .footer-meta .footer-meta__navigation-item .footer-meta__navigation-link {
      color: white;
      text-transform: uppercase; }
  footer.mmtheo-footer-f01 .contact-container__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    footer.mmtheo-footer-f01 .contact-container__col .icon-map-marker-solid {
      margin-top: 3px;
      margin-right: 5px; }

@media screen and (max-width: 768px) {
  footer.mmtheo-footer-f01 .footer-sitemap .footer-sitemap__top-item, footer.mmtheo-footer-f01 .footer-meta .footer-sitemap__top-item {
    -webkit-border-before: 1px solid white;
            border-block-start: 1px solid white; }
  .footer-sitemap__menu-2 .footer-sitemap__top-menu:last-child {
    -webkit-border-after: 1px solid white;
            border-block-end: 1px solid white; } }

.mmtheo-module.mmtheo-header-h01 {
  z-index: 9000; }
  .mmtheo-module.mmtheo-header-h01 .main-menu__close-button {
    color: black;
    cursor: pointer; }
  .mmtheo-module.mmtheo-header-h01 .main-menu__nav-item {
    color: black; }
    .mmtheo-module.mmtheo-header-h01 .main-menu__nav-item .main-menu__icon {
      color: #0063C1; }
  .mmtheo-module.mmtheo-header-h01 .main-menu__item--active > a {
    color: #0063C1 !important; }
    .mmtheo-module.mmtheo-header-h01 .main-menu__item--active > a .main-menu__icon {
      color: #0063C1; }
  .mmtheo-module.mmtheo-header-h01 .main-menu__item--first-level .main-menu__nav-item {
    font-style: normal; }
    .mmtheo-module.mmtheo-header-h01 .main-menu__item--first-level .main-menu__nav-item:hover {
      color: #0063C1 !important; }
  .mmtheo-module.mmtheo-header-h01 .main-menu__button.main-menu__burger {
    -webkit-padding-before: unset;
            padding-block-start: unset; }
  .mmtheo-module.mmtheo-header-h01 .lang-switch {
    border-color: #00457C; }
    .mmtheo-module.mmtheo-header-h01 .lang-switch__list {
      bottom: unset;
      background-color: #fff; }
    .mmtheo-module.mmtheo-header-h01 .lang-switch a span {
      font-weight: 400;
      color: #00457C; }
    .mmtheo-module.mmtheo-header-h01 .lang-switch i {
      font-weight: 400; }
  .mmtheo-module.mmtheo-header-h01 .header-wrapper {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: transparent;
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .mmtheo-module.mmtheo-header-h01 .header-wrapper.header-wrapper--sticky {
      background-color: white;
      -webkit-box-shadow: 1px 3px 4px #42414180;
              box-shadow: 1px 3px 4px #42414180; }
      .mmtheo-module.mmtheo-header-h01 .header-wrapper.header-wrapper--sticky .header-settings .main-menu__burger .main-menu__burger-icon {
        color: #00457C; }
    .mmtheo-module.mmtheo-header-h01 .header-wrapper .header-filler {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .mmtheo-module.mmtheo-header-h01 .header-wrapper .header-logo {
      -webkit-margin-end: initial;
      margin-inline-end: initial;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 1em 0; }
      .mmtheo-module.mmtheo-header-h01 .header-wrapper .header-logo.smaller-on-scroll {
        padding: 0; }
        .mmtheo-module.mmtheo-header-h01 .header-wrapper .header-logo.smaller-on-scroll .header-logo__image {
          -webkit-transform: scale(0.8);
              -ms-transform: scale(0.8);
                  transform: scale(0.8);
          -webkit-transition: all 0.3s ease-in;
          -o-transition: all 0.3s ease-in;
          transition: all 0.3s ease-in; }
    .mmtheo-module.mmtheo-header-h01 .header-wrapper .header-settings {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .mmtheo-module.mmtheo-header-h01 .header-wrapper .header-settings .main-menu__burger {
        padding-right: 5%; }
        .mmtheo-module.mmtheo-header-h01 .header-wrapper .header-settings .main-menu__burger .main-menu__burger-icon {
          color: white; }

@media (min-width: 992px) {
  .mmtheo-module.mmtheo-header-h01 .header-wrapper .lang-switch {
    border-color: #fff; }
    .mmtheo-module.mmtheo-header-h01 .header-wrapper .lang-switch a span {
      color: #fff; }
    .mmtheo-module.mmtheo-header-h01 .header-wrapper .lang-switch i {
      color: #fff; }
    .mmtheo-module.mmtheo-header-h01 .header-wrapper .lang-switch__list {
      background-color: transparent; }
  .mmtheo-module.mmtheo-header-h01 .header-wrapper--sticky .lang-switch {
    border-color: #00457C; }
    .mmtheo-module.mmtheo-header-h01 .header-wrapper--sticky .lang-switch a span {
      color: #00457C; }
    .mmtheo-module.mmtheo-header-h01 .header-wrapper--sticky .lang-switch i {
      color: #00457C; }
    .mmtheo-module.mmtheo-header-h01 .header-wrapper--sticky .lang-switch__list {
      background-color: #fff; } }

@media (min-width: 1280px) {
  .mmtheo-module.mmtheo-header-h01 .header-logo img, .mmtheo-module.mmtheo-header-h01 .header-logo svg {
    max-width: 120px;
    max-height: 120px; } }

@media (max-width: 1279.98px) {
  .mmtheo-module.mmtheo-header-h01 .header-wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .mmtheo-module.mmtheo-header-h01 .header-wrapper .header-filler {
      -webkit-box-flex: 0;
          -ms-flex: 0;
              flex: 0; }
    .mmtheo-module.mmtheo-header-h01 .header-wrapper .header-logo {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 0.5em 0; }
    .mmtheo-module.mmtheo-header-h01 .header-wrapper .main-menu {
      left: 0;
      width: 100vw; }
  .mmtheo-module.mmtheo-header-h01 .header-logo img, .mmtheo-module.mmtheo-header-h01 .header-logo svg {
    max-width: 100px;
    max-height: 100px; } }

@media (max-width: 991.98px) {
  .mmtheo-module.mmtheo-header-h01 {
    height: 80px; }
    .mmtheo-module.mmtheo-header-h01 .main-menu {
      left: 0;
      width: 100vw; }
    .mmtheo-module.mmtheo-header-h01 .header-wrapper {
      background: white; }
      .mmtheo-module.mmtheo-header-h01 .header-wrapper .header-settings .main-menu__burger .main-menu__burger-icon {
        color: #00457C; }
    .mmtheo-module.mmtheo-header-h01 .header-logo img, .mmtheo-module.mmtheo-header-h01 .header-logo svg {
      max-width: 60px;
      max-height: 60px; } }

html body {
  min-height: 100vh;
  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; }
  html body.layout-l01 {
    -webkit-padding-before: 0;
    padding-block-start: 0; }

@media (max-width: 1279.98px) {
  html body.layout-l01 {
    -webkit-padding-before: initial;
    padding-block-start: initial; } }

.mmtheo-module-m01a .mmtheo-module--headline {
  text-transform: uppercase; }

.mmtheo-module-m01a .mmtheo-module-m01a__row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.mmtheo-module-m01a ul li {
  padding-left: 1rem; }
  .mmtheo-module-m01a ul li:before {
    margin-left: -1rem; }

@media (min-width: 992px) {
  .mmtheo-module-m01a .mmtheo-module-m01a__text {
    padding: 0 0 0 4em; } }

.mmtheo-module-m05 .slider .slick-next:before, .mmtheo-module-m05 .slider .slick-prev:before {
  color: #00457C;
  font-size: 2em; }

.mmtheo-module-m05 .slider .slick-list .slick-track .item {
  border-bottom: 0.5em solid #0063C1;
  -webkit-padding-after: 0;
  padding-block-end: 0; }
  .mmtheo-module-m05 .slider .slick-list .slick-track .item .link {
    position: unset; }
    .mmtheo-module-m05 .slider .slick-list .slick-track .item .link a:not(.btn) {
      color: #409EF8;
      font-size: 1rem;
      font-weight: normal; }
      .mmtheo-module-m05 .slider .slick-list .slick-track .item .link a:not(.btn) .more::after {
        font-weight: bold; }
  .mmtheo-module-m05 .slider .slick-list .slick-track .item .item-wrap {
    background-color: transparent; }
    .mmtheo-module-m05 .slider .slick-list .slick-track .item .item-wrap h3 {
      font-size: 24px; }
  .mmtheo-module-m05 .slider .slick-list .slick-track .item .image {
    background: #F5F8FA; }
    .mmtheo-module-m05 .slider .slick-list .slick-track .item .image picture * {
      position: absolute;
      width: 25%;
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: center;
         object-position: center;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }

@media screen and (max-width: 992px) {
  .mmtheo-module.mmtheo-module-m05 .slider .slick-list {
    left: 0;
    right: 0;
    margin: auto;
    width: 90%; } }

.mmtheo-module-m07 .m07-slider .m07-slider__arrow {
  background-color: unset;
  font-size: 1rem;
  margin-left: 1em;
  margin-right: 2em; }
  .mmtheo-module-m07 .m07-slider .m07-slider__arrow::before {
    color: #E8E8E8;
    font-weight: bold;
    font-size: 4em; }
  .mmtheo-module-m07 .m07-slider .m07-slider__arrow.slick-prev:before {
    margin: 0 0.2em; }
  .mmtheo-module-m07 .m07-slider .m07-slider__arrow.slick-next:before {
    margin: 0 -0.2em; }

.mmtheo-module-m07 .m07-slider__slick-wrapper .m07-slider__slide .slide__textbox--top {
  top: 5%;
  bottom: unset; }

.mmtheo-module-m07 .m07-slider__slick-wrapper .m07-slider__slide .slide__textbox--bottom {
  top: unset;
  bottom: 5%; }

.mmtheo-module-m07 .m07-slider__slick-wrapper .m07-slider__slide .slide__textbox {
  color: white;
  background-color: #00457C;
  opacity: 0.8;
  max-height: 45%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }
  .mmtheo-module-m07 .m07-slider__slick-wrapper .m07-slider__slide .slide__textbox .bodytext {
    padding: 30px 30px; }
    .mmtheo-module-m07 .m07-slider__slick-wrapper .m07-slider__slide .slide__textbox .bodytext h1, .mmtheo-module-m07 .m07-slider__slick-wrapper .m07-slider__slide .slide__textbox .bodytext h2, .mmtheo-module-m07 .m07-slider__slick-wrapper .m07-slider__slide .slide__textbox .bodytext h3, .mmtheo-module-m07 .m07-slider__slick-wrapper .m07-slider__slide .slide__textbox .bodytext h4 {
      margin: 3rem 0; }

@media (max-width: 1279.98px) {
  .mmtheo-module-m07 .m07-slider__slick-wrapper .m07-slider__slide .slide__textbox {
    max-height: 80%;
    width: 80%;
    top: 10%;
    bottom: 10%;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
    overflow-y: auto; } }

@media (max-width: 991.98px) {
  .mmtheo-module-m07 .m07-slider .m07-slider__arrow::before {
    font-size: 2em; } }

.mmtheo-module-m09 .mmtheo-module-m09-downloads .item {
  background-color: #F0F1F1;
  border: none; }
  .mmtheo-module-m09 .mmtheo-module-m09-downloads .item .preview {
    height: 200px;
    width: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #F5F8FA; }
    .mmtheo-module-m09 .mmtheo-module-m09-downloads .item .preview img {
      -o-object-fit: contain;
         object-fit: contain;
      width: 100px;
      height: unset; }
  .mmtheo-module-m09 .mmtheo-module-m09-downloads .item .data-author-extension {
    font-size: 18px; }
    .mmtheo-module-m09 .mmtheo-module-m09-downloads .item .data-author-extension .extension, .mmtheo-module-m09 .mmtheo-module-m09-downloads .item .data-author-extension .devider {
      display: none; }
  .mmtheo-module-m09 .mmtheo-module-m09-downloads .item .title {
    margin: 0.5em 0; }
    .mmtheo-module-m09 .mmtheo-module-m09-downloads .item .title span {
      color: #00457C;
      font-size: 34px;
      text-transform: uppercase; }
    .mmtheo-module-m09 .mmtheo-module-m09-downloads .item .title a svg.download {
      height: 30px;
      width: 30px;
      margin-bottom: 0.5em; }
      .mmtheo-module-m09 .mmtheo-module-m09-downloads .item .title a svg.download .arrow, .mmtheo-module-m09 .mmtheo-module-m09-downloads .item .title a svg.download .line {
        fill: #409EF8; }

@media screen and (max-width: 780px) {
  .mmtheo-module-m09 .mmtheo-module-m09-downloads .item .title a svg.download {
    margin-bottom: 0; }
  .mmtheo-module-m09 .mmtheo-module-m09-downloads .item .link {
    left: 0;
    right: 0; } }

.mmtheo-module-m18 .container .headlines {
  margin: 0; }
  .mmtheo-module-m18 .container .headlines h1, .mmtheo-module-m18 .container .headlines h2, .mmtheo-module-m18 .container .headlines h3, .mmtheo-module-m18 .container .headlines h4, .mmtheo-module-m18 .container .headlines h5 {
    line-height: 1em; }

.mmtheo-module-m18 .container form, .mmtheo-module-m18 .container .tx-indexedsearch-form {
  max-width: unset !important; }
  .mmtheo-module-m18 .container form .checkbox input + span, .mmtheo-module-m18 .container .tx-indexedsearch-form .checkbox input + span {
    position: unset; }
  .mmtheo-module-m18 .container form label, .mmtheo-module-m18 .container .tx-indexedsearch-form label {
    color: #bcbcbc; }
    .mmtheo-module-m18 .container form label .required, .mmtheo-module-m18 .container .tx-indexedsearch-form label .required {
      color: #409EF8; }
  .mmtheo-module-m18 .container form label[for*="checkbox"], .mmtheo-module-m18 .container form label[for*="radio"], .mmtheo-module-m18 .container .tx-indexedsearch-form label[for*="checkbox"], .mmtheo-module-m18 .container .tx-indexedsearch-form label[for*="radio"] {
    margin-left: 1.5rem; }
    .mmtheo-module-m18 .container form label[for*="checkbox"] span, .mmtheo-module-m18 .container form label[for*="radio"] span, .mmtheo-module-m18 .container .tx-indexedsearch-form label[for*="checkbox"] span, .mmtheo-module-m18 .container .tx-indexedsearch-form label[for*="radio"] span {
      color: #464646; }
  .mmtheo-module-m18 .container form [type="submit"], .mmtheo-module-m18 .container .tx-indexedsearch-form [type="submit"] {
    background: #409EF8;
    border: none; }
  .mmtheo-module-m18 .container form .btn-group > .btn, .mmtheo-module-m18 .container form .btn-group-vertical > .btn, .mmtheo-module-m18 .container .tx-indexedsearch-form .btn-group > .btn, .mmtheo-module-m18 .container .tx-indexedsearch-form .btn-group-vertical > .btn {
    overflow: hidden; }
    .mmtheo-module-m18 .container form .btn-group > .btn:before, .mmtheo-module-m18 .container form .btn-group > .btn:after, .mmtheo-module-m18 .container form .btn-group-vertical > .btn:before, .mmtheo-module-m18 .container form .btn-group-vertical > .btn:after, .mmtheo-module-m18 .container .tx-indexedsearch-form .btn-group > .btn:before, .mmtheo-module-m18 .container .tx-indexedsearch-form .btn-group > .btn:after, .mmtheo-module-m18 .container .tx-indexedsearch-form .btn-group-vertical > .btn:before, .mmtheo-module-m18 .container .tx-indexedsearch-form .btn-group-vertical > .btn:after {
      content: '';
      width: 0;
      height: 100%;
      opacity: 0;
      position: absolute;
      top: 0;
      z-index: -1; }
    .mmtheo-module-m18 .container form .btn-group > .btn:before, .mmtheo-module-m18 .container form .btn-group-vertical > .btn:before, .mmtheo-module-m18 .container .tx-indexedsearch-form .btn-group > .btn:before, .mmtheo-module-m18 .container .tx-indexedsearch-form .btn-group-vertical > .btn:before {
      left: 50%; }
    .mmtheo-module-m18 .container form .btn-group > .btn:after, .mmtheo-module-m18 .container form .btn-group-vertical > .btn:after, .mmtheo-module-m18 .container .tx-indexedsearch-form .btn-group > .btn:after, .mmtheo-module-m18 .container .tx-indexedsearch-form .btn-group-vertical > .btn:after {
      right: 50%; }
    .mmtheo-module-m18 .container form .btn-group > .btn:hover:before, .mmtheo-module-m18 .container form .btn-group > .btn:hover:after, .mmtheo-module-m18 .container form .btn-group-vertical > .btn:hover:before, .mmtheo-module-m18 .container form .btn-group-vertical > .btn:hover:after, .mmtheo-module-m18 .container .tx-indexedsearch-form .btn-group > .btn:hover:before, .mmtheo-module-m18 .container .tx-indexedsearch-form .btn-group > .btn:hover:after, .mmtheo-module-m18 .container .tx-indexedsearch-form .btn-group-vertical > .btn:hover:before, .mmtheo-module-m18 .container .tx-indexedsearch-form .btn-group-vertical > .btn:hover:after {
      width: 50%;
      opacity: 1; }
    .mmtheo-module-m18 .container form .btn-group > .btn:before, .mmtheo-module-m18 .container form .btn-group > .btn:after, .mmtheo-module-m18 .container form .btn-group-vertical > .btn:before, .mmtheo-module-m18 .container form .btn-group-vertical > .btn:after, .mmtheo-module-m18 .container .tx-indexedsearch-form .btn-group > .btn:before, .mmtheo-module-m18 .container .tx-indexedsearch-form .btn-group > .btn:after, .mmtheo-module-m18 .container .tx-indexedsearch-form .btn-group-vertical > .btn:before, .mmtheo-module-m18 .container .tx-indexedsearch-form .btn-group-vertical > .btn:after {
      background-color: #0063C1; }
    .mmtheo-module-m18 .container form .btn-group > .btn:hover, .mmtheo-module-m18 .container form .btn-group-vertical > .btn:hover, .mmtheo-module-m18 .container .tx-indexedsearch-form .btn-group > .btn:hover, .mmtheo-module-m18 .container .tx-indexedsearch-form .btn-group-vertical > .btn:hover {
      border-color: #0063C1; }

@media screen and (max-width: 550px) {
  .mmtheo-module-m18 .btn-toolbar {
    width: 100%; }
    .mmtheo-module-m18 .btn-toolbar .btn-group {
      width: 100%; }
      .mmtheo-module-m18 .btn-toolbar .btn-group [type="submit"] {
        width: 100%; } }

.mmtheo-module-m28 .mmtheo-module-m28__bubble {
  padding: 3px; }
  .mmtheo-module-m28 .mmtheo-module-m28__bubble:before {
    color: #409EF8;
    border: 1px solid #409EF8;
    border-radius: 100%;
    content: "\e906";
    font-weight: bold;
    padding: 5px;
    font-size: 1.5rem; }
  .mmtheo-module-m28 .mmtheo-module-m28__bubble .mmtheo-module-m28__bubble-content {
    border-radius: 8px; }

.mmtheo-module-m28 .mmtheo-module-m28__bubble:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.mmtheo-module-m28 .mmtheo-module-m28__bubble-active:before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0); }

.mmtheo-module-m28 .slick-slider .slick-track .slick-slide {
  height: 100%; }

.mmtheo-module-m28 .mmtheo-module-m28__thumb-slide.slick-current .mmtheo-module-m28__thumb svg path {
  fill: #fff; }

.mmtheo-module-m28 .mmtheo-module-m28__thumb {
  border-radius: 10px; }
  .mmtheo-module-m28 .mmtheo-module-m28__thumb svg path {
    fill: #657786; }
  .mmtheo-module-m28 .mmtheo-module-m28__thumb .mmtheo-module-m28__thumb-icon.mmtheo-module-m28__thumb-text {
    color: #464646; }
  .mmtheo-module-m28 .mmtheo-module-m28__thumb:hover {
    background-color: #00457C;
    color: white; }
    .mmtheo-module-m28 .mmtheo-module-m28__thumb:hover svg path {
      fill: white !important; }
    .mmtheo-module-m28 .mmtheo-module-m28__thumb:hover .mmtheo-module-m28__thumb-icon.mmtheo-module-m28__thumb-text {
      color: white !important; }

@media screen and (max-width: 768px) {
  .mmtheo-module-m28 .mmtheo-module-m28__bubble {
    inset: 20% 0 auto auto !important; } }

@media (min-width: 992px) {
  .mmtheo-module-m28 .slick-slider .slick-track .slick-slide {
    max-height: 550px; } }

@media (min-width: 1280px) {
  .mmtheo-module-m28 .slick-slider .slick-track .slick-slide {
    max-height: 650px; } }

.mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container {
  top: 0;
  left: 0;
  height: 100%;
  margin: 0;
  position: absolute;
  max-width: 100%; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h1 {
    font-size: 66px;
    line-height: 1.1em; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h2 {
    font-size: 52.8px;
    line-height: 1.1em; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h3 {
    font-size: 37.4px;
    line-height: 1.2em; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h4 {
    font-size: 26.4px;
    line-height: 1.3em; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h5 {
    font-size: 22px;
    line-height: 1.4em; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h6 {
    font-size: 19.8px;
    line-height: 1.4em; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container .mmtheo-module-m35__slider-textbox {
    padding: 5% 10%;
    width: auto; }

@media (min-width: 768px) {
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h1 {
    font-size: 57.8px;
    line-height: 1.1em; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h2 {
    font-size: 46.75px;
    line-height: 2.5em; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h3 {
    font-size: 32.3px;
    line-height: 1.8em; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h4 {
    font-size: 23.8px;
    line-height: 1.2em; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h5 {
    font-size: 20.4px;
    line-height: 1.2em; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h6 {
    font-size: 17px;
    line-height: 1.4em; } }

@media (min-width: 1280px) {
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h1 {
    font-size: 102px;
    line-height: 1.1em; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h2 {
    font-size: 82.5px;
    line-height: 2.5em; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h3 {
    font-size: 57px;
    line-height: 1.8em; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h4 {
    font-size: 42px;
    line-height: 1.2em; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h5 {
    font-size: 36px;
    line-height: 1.2em; }
  .mmtheo-module-m35 .mmtheo-module-m35__slider-container .mmtheo-module-m35__slider-item .mmtheo-module-m35__slider-content-container h6 {
    font-size: 30px;
    line-height: 1.4em; } }
