@charset "UTF-8";
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: skyblue;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #84754e;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: white;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: rgb(132, 117, 78);
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1081px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: HelveticaNeueLTPro-Lt, "Helevetica Neue Light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgb(132, 117, 78);
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: rgb(83.9142857143, 74.3785714286, 49.5857142857);
  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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

svg {
  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,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: HelveticaNeueLTPro-Bd, HelveticaNeueLTPro-Lt, "Helevetica Neue Light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: white;
  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: white;
  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: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1081px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

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

.row {
  display: flex;
  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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1081px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table .table {
  background-color: white;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(220.56, 216.36, 205.44);
}

.table-hover .table-primary:hover {
  background-color: rgb(210.105, 204.63, 190.395);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(210.105, 204.63, 190.395);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}

.table-hover .table-success:hover {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(190.04, 228.96, 235.12);
}

.table-hover .table-info:hover {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 237.64, 185.56);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 231.265, 160.06);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 231.265, 160.06);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(245.2, 198.44, 202.92);
}

.table-hover .table-danger:hover {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

.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: white;
  background-color: #212529;
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: white;
  background-color: #212529;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(50.0574324324, 56.125, 62.1925675676);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.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: 767.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: 1080.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: 1199.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;
  line-height: 1.5;
  color: #495057;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: white;
  border-color: rgb(190.9285714286, 178.6071428571, 146.5714285714);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(132, 117, 78, 0.25);
}
.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: white;
}

.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: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

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

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

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

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

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

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

.was-validated .form-control:valid, .form-control.is-valid,
.was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  border-color: #28a745;
  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,
.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 {
  background-color: rgb(113.4130434783, 221.0869565217, 138);
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.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 ~ .custom-file-label::after, .custom-file-input.is-valid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(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: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: white;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid,
.was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  border-color: #dc3545;
  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,
.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 {
  background-color: rgb(238.8291139241, 161.6708860759, 169.0632911392);
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.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 ~ .custom-file-label::after, .custom-file-input.is-invalid ~ .custom-file-label::after {
  border-color: inherit;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

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

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover, .btn:focus {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(132, 117, 78, 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: white;
  background-color: rgb(132, 117, 78);
  border-color: rgb(132, 117, 78);
}
.btn-primary:hover {
  color: white;
  background-color: rgb(107.9571428571, 95.6892857143, 63.7928571429);
  border-color: rgb(99.9428571429, 88.5857142857, 59.0571428571);
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(132, 117, 78, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: white;
  background-color: rgb(132, 117, 78);
  border-color: rgb(132, 117, 78);
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: white;
  background-color: rgb(99.9428571429, 88.5857142857, 59.0571428571);
  border-color: rgb(91.9285714286, 81.4821428571, 54.3214285714);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(132, 117, 78, 0.5);
}

.btn-secondary {
  color: white;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: white;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: white;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: white;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success {
  color: white;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: white;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: white;
  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: white;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: white;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: white;
  background-color: rgb(18.75, 132.0652173913, 150);
  border-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: white;
  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: white;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
  border-color: rgb(15.9166666667, 112.1086956522, 127.3333333333);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(223.75, 167.8125, 0);
  border-color: rgb(211, 158.25, 0);
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 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: rgb(211, 158.25, 0);
  border-color: rgb(198.25, 148.6875, 0);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger {
  color: white;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: white;
  background-color: rgb(200.082278481, 34.667721519, 50.5158227848);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: white;
  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: white;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  border-color: rgb(178.3481012658, 30.9018987342, 45.0284810127);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 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: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: white;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: white;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: white;
  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: white;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: rgb(132, 117, 78);
  background-color: transparent;
  background-image: none;
  border-color: rgb(132, 117, 78);
}
.btn-outline-primary:hover {
  color: white;
  background-color: rgb(132, 117, 78);
  border-color: rgb(132, 117, 78);
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(132, 117, 78, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: rgb(132, 117, 78);
  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: white;
  background-color: rgb(132, 117, 78);
  border-color: rgb(132, 117, 78);
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(132, 117, 78, 0.5);
}

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

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: white;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  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: white;
  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 {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

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

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: white;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  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: white;
  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 {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  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 {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: white;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  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: white;
  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 {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: rgb(132, 117, 78);
  background-color: transparent;
}
.btn-link:hover {
  color: rgb(83.9142857143, 74.3785714286, 49.5857142857);
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #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: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

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

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

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

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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: #212529;
  text-align: left;
  list-style: none;
  background-color: white;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  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;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  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:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: white;
  text-decoration: none;
  background-color: rgb(132, 117, 78);
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  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: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 0 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-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}
.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: 0.5625rem;
  padding-left: 0.5625rem;
}
.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: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.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: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control: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: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.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: flex;
  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,
.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 {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  height: calc(1.8125rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.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.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  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: white;
  background-color: rgb(132, 117, 78);
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(132, 117, 78, 0.25);
}
.custom-control-input:active ~ .custom-control-label::before {
  color: white;
  background-color: rgb(209.8714285714, 201.1928571429, 178.6285714286);
}
.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;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  user-select: none;
  background-color: #dee2e6;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  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::before {
  background-color: rgb(132, 117, 78);
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='white' 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 {
  background-color: rgb(132, 117, 78);
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='white' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(132, 117, 78, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(132, 117, 78, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: rgb(132, 117, 78);
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='white'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(132, 117, 78, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: white url("data:image/svg+xml;charset=utf8,%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;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
}
.custom-select:focus {
  border-color: rgb(190.9285714286, 178.6071428571, 146.5714285714);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(190.9285714286, 178.6071428571, 146.5714285714, 0.5);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: white;
}
.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.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.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: rgb(190.9285714286, 178.6071428571, 146.5714285714);
  box-shadow: 0 0 0 0.2rem rgba(132, 117, 78, 0.25);
}
.custom-file-input:focus ~ .custom-file-label::after {
  border-color: rgb(190.9285714286, 178.6071428571, 146.5714285714);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "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;
  line-height: 1.5;
  color: #495057;
  background-color: white;
  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: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  padding-left: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(132, 117, 78, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(132, 117, 78, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px white, 0 0 0 0.2rem rgba(132, 117, 78, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: rgb(132, 117, 78);
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(209.8714285714, 201.1928571429, 178.6285714286);
}
.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: rgb(132, 117, 78);
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(209.8714285714, 201.1928571429, 178.6285714286);
}
.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: rgb(132, 117, 78);
  border: 0;
  border-radius: 1rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: rgb(209.8714285714, 201.1928571429, 178.6285714286);
}
.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-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  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;
}

.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: white;
  border-color: #dee2e6 #dee2e6 white;
}
.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: white;
  background-color: rgb(132, 117, 78);
}

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

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  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: flex;
  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 {
  flex-basis: 100%;
  flex-grow: 1;
  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: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1080.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1081px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    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 {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  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 {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  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;charset=utf8,%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: white;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: white;
}
.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: white;
}
.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;charset=utf8,%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: white;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: white;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: white;
  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 {
  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;
  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: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    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: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
  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;
}

.breadcrumb {
  display: flex;
  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: 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: rgb(132, 117, 78);
  background-color: white;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(83.9142857143, 74.3785714286, 49.5857142857);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(132, 117, 78, 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: white;
  background-color: rgb(132, 117, 78);
  border-color: rgb(132, 117, 78);
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: white;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.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: white;
  background-color: rgb(132, 117, 78);
}
.badge-primary[href]:hover, .badge-primary[href]:focus {
  color: white;
  text-decoration: none;
  background-color: rgb(99.9428571429, 88.5857142857, 59.0571428571);
}

.badge-secondary {
  color: white;
  background-color: #6c757d;
}
.badge-secondary[href]:hover, .badge-secondary[href]:focus {
  color: white;
  text-decoration: none;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}

.badge-success {
  color: white;
  background-color: #28a745;
}
.badge-success[href]:hover, .badge-success[href]:focus {
  color: white;
  text-decoration: none;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
}

.badge-info {
  color: white;
  background-color: #17a2b8;
}
.badge-info[href]:hover, .badge-info[href]:focus {
  color: white;
  text-decoration: none;
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
.badge-warning[href]:hover, .badge-warning[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgb(211, 158.25, 0);
}

.badge-danger {
  color: white;
  background-color: #dc3545;
}
.badge-danger[href]:hover, .badge-danger[href]:focus {
  color: white;
  text-decoration: none;
  background-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
.badge-light[href]:hover, .badge-light[href]:focus {
  color: #212529;
  text-decoration: none;
  background-color: rgb(218.25, 223.5, 228.75);
}

.badge-dark {
  color: white;
  background-color: #343a40;
}
.badge-dark[href]:hover, .badge-dark[href]:focus {
  color: white;
  text-decoration: none;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .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: rgb(68.64, 60.84, 40.56);
  background-color: rgb(230.4, 227.4, 219.6);
  border-color: rgb(220.56, 216.36, 205.44);
}
.alert-primary hr {
  border-top-color: rgb(210.105, 204.63, 190.395);
}
.alert-primary .alert-link {
  color: rgb(36.5828571429, 32.4257142857, 21.6171428571);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(212, 237.4, 217.8);
  border-color: rgb(194.8, 230.36, 202.92);
}
.alert-success hr {
  border-top-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.alert-success .alert-link {
  color: rgb(10.9449275362, 45.6950724638, 18.88);
}

.alert-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(208.6, 236.4, 240.8);
  border-color: rgb(190.04, 228.96, 235.12);
}
.alert-info hr {
  border-top-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.alert-info .alert-link {
  color: rgb(6.2933333333, 44.3269565217, 50.3466666667);
}

.alert-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 237.64, 185.56);
}
.alert-warning hr {
  border-top-color: rgb(255, 231.265, 160.06);
}
.alert-warning .alert-link {
  color: rgb(82.9625954198, 62.7912977099, 2.2774045802);
}

.alert-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(245.2, 198.44, 202.92);
}
.alert-danger hr {
  border-top-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.alert-danger .alert-link {
  color: rgb(73.3010989011, 17.6589010989, 22.9898901099);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  text-align: center;
  white-space: nowrap;
  background-color: rgb(132, 117, 78);
  transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  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 {
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  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: white;
  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;
  background-color: white;
}
.list-group-item.active {
  z-index: 2;
  color: white;
  background-color: rgb(132, 117, 78);
  border-color: rgb(132, 117, 78);
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: rgb(68.64, 60.84, 40.56);
  background-color: rgb(220.56, 216.36, 205.44);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(68.64, 60.84, 40.56);
  background-color: rgb(210.105, 204.63, 190.395);
}
.list-group-item-primary.list-group-item-action.active {
  color: white;
  background-color: rgb(68.64, 60.84, 40.56);
  border-color: rgb(68.64, 60.84, 40.56);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: white;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(194.8, 230.36, 202.92);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(20.8, 86.84, 35.88);
  background-color: rgb(176.7059405941, 222.9540594059, 187.2665346535);
}
.list-group-item-success.list-group-item-action.active {
  color: white;
  background-color: rgb(20.8, 86.84, 35.88);
  border-color: rgb(20.8, 86.84, 35.88);
}

.list-group-item-info {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(190.04, 228.96, 235.12);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(11.96, 84.24, 95.68);
  background-color: rgb(170.5152475248, 221.1332673267, 229.1447524752);
}
.list-group-item-info.list-group-item-action.active {
  color: white;
  background-color: rgb(11.96, 84.24, 95.68);
  border-color: rgb(11.96, 84.24, 95.68);
}

.list-group-item-warning {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 237.64, 185.56);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 100.36, 3.64);
  background-color: rgb(255, 231.265, 160.06);
}
.list-group-item-warning.list-group-item-action.active {
  color: white;
  background-color: rgb(132.6, 100.36, 3.64);
  border-color: rgb(132.6, 100.36, 3.64);
}

.list-group-item-danger {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(245.2, 198.44, 202.92);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(114.4, 27.56, 35.88);
  background-color: rgb(241.4341772152, 176.7058227848, 182.9073417722);
}
.list-group-item-danger.list-group-item-action.active {
  color: white;
  background-color: rgb(114.4, 27.56, 35.88);
  border-color: rgb(114.4, 27.56, 35.88);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: white;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: white;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

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

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

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

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

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

.modal-dialog-centered {
  display: flex;
  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: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: white;
  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;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

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

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

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

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 576px) {
  .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: 1081px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: HelveticaNeueLTPro-Lt, "Helevetica Neue Light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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: white;
  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: HelveticaNeueLTPro-Lt, "Helevetica Neue Light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  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: white;
  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: white;
}

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

.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: white;
}
.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 rgb(247.35, 247.35, 247.35);
}

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  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-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  backface-visibility: hidden;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
  transition: transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
  .carousel-item.active,
  .carousel-item-next,
  .carousel-item-prev {
    transition: none;
  }
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-item-next,
.active.carousel-item-right {
  transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-next,
  .active.carousel-item-right {
    transform: translate3d(100%, 0, 0);
  }
}

.carousel-item-prev,
.active.carousel-item-left {
  transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
  .carousel-item-prev,
  .active.carousel-item-left {
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.6s;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
  .carousel-fade .carousel-item-next,
  .carousel-fade .carousel-item-prev,
  .carousel-fade .carousel-item.active,
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-prev {
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: white;
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: white;
  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;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' 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;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' 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: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  position: relative;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
}
.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}
.carousel-indicators .active {
  background-color: white;
}

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

.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: rgb(132, 117, 78) !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(99.9428571429, 88.5857142857, 59.0571428571) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !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: rgb(30.1449275362, 125.8550724638, 52) !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: rgb(17.3333333333, 122.0869565217, 138.6666666667) !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: rgb(211, 158.25, 0) !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: rgb(189.2151898734, 32.7848101266, 47.7721518987) !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: rgb(218.25, 223.5, 228.75) !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: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

.bg-white {
  background-color: white !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: rgb(132, 117, 78) !important;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1081px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1081px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1081px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.position-static {
  position: static !important;
}

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

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

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

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

.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: sticky) {
  .sticky-top {
    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 {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

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

.shadow-none {
  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;
}

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

.m-6 {
  margin: 4.5rem !important;
}

.mt-6,
.my-6 {
  margin-top: 4.5rem !important;
}

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important;
}

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important;
}

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important;
}

.m-7 {
  margin: 6rem !important;
}

.mt-7,
.my-7 {
  margin-top: 6rem !important;
}

.mr-7,
.mx-7 {
  margin-right: 6rem !important;
}

.mb-7,
.my-7 {
  margin-bottom: 6rem !important;
}

.ml-7,
.mx-7 {
  margin-left: 6rem !important;
}

.m-8 {
  margin: 7.5rem !important;
}

.mt-8,
.my-8 {
  margin-top: 7.5rem !important;
}

.mr-8,
.mx-8 {
  margin-right: 7.5rem !important;
}

.mb-8,
.my-8 {
  margin-bottom: 7.5rem !important;
}

.ml-8,
.mx-8 {
  margin-left: 7.5rem !important;
}

.m-9 {
  margin: 9rem !important;
}

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

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

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

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

.m-10 {
  margin: 10.5rem !important;
}

.mt-10,
.my-10 {
  margin-top: 10.5rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 10.5rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 10.5rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 10.5rem !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;
}

.p-6 {
  padding: 4.5rem !important;
}

.pt-6,
.py-6 {
  padding-top: 4.5rem !important;
}

.pr-6,
.px-6 {
  padding-right: 4.5rem !important;
}

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important;
}

.pl-6,
.px-6 {
  padding-left: 4.5rem !important;
}

.p-7 {
  padding: 6rem !important;
}

.pt-7,
.py-7 {
  padding-top: 6rem !important;
}

.pr-7,
.px-7 {
  padding-right: 6rem !important;
}

.pb-7,
.py-7 {
  padding-bottom: 6rem !important;
}

.pl-7,
.px-7 {
  padding-left: 6rem !important;
}

.p-8 {
  padding: 7.5rem !important;
}

.pt-8,
.py-8 {
  padding-top: 7.5rem !important;
}

.pr-8,
.px-8 {
  padding-right: 7.5rem !important;
}

.pb-8,
.py-8 {
  padding-bottom: 7.5rem !important;
}

.pl-8,
.px-8 {
  padding-left: 7.5rem !important;
}

.p-9 {
  padding: 9rem !important;
}

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

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

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

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

.p-10 {
  padding: 10.5rem !important;
}

.pt-10,
.py-10 {
  padding-top: 10.5rem !important;
}

.pr-10,
.px-10 {
  padding-right: 10.5rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 10.5rem !important;
}

.pl-10,
.px-10 {
  padding-left: 10.5rem !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: 576px) {
  .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;
  }
  .m-sm-6 {
    margin: 4.5rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.5rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.5rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.5rem !important;
  }
  .m-sm-7 {
    margin: 6rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important;
  }
  .m-sm-8 {
    margin: 7.5rem !important;
  }
  .mt-sm-8,
  .my-sm-8 {
    margin-top: 7.5rem !important;
  }
  .mr-sm-8,
  .mx-sm-8 {
    margin-right: 7.5rem !important;
  }
  .mb-sm-8,
  .my-sm-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-sm-8,
  .mx-sm-8 {
    margin-left: 7.5rem !important;
  }
  .m-sm-9 {
    margin: 9rem !important;
  }
  .mt-sm-9,
  .my-sm-9 {
    margin-top: 9rem !important;
  }
  .mr-sm-9,
  .mx-sm-9 {
    margin-right: 9rem !important;
  }
  .mb-sm-9,
  .my-sm-9 {
    margin-bottom: 9rem !important;
  }
  .ml-sm-9,
  .mx-sm-9 {
    margin-left: 9rem !important;
  }
  .m-sm-10 {
    margin: 10.5rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 10.5rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 10.5rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 10.5rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 10.5rem !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;
  }
  .p-sm-6 {
    padding: 4.5rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.5rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.5rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.5rem !important;
  }
  .p-sm-7 {
    padding: 6rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important;
  }
  .p-sm-8 {
    padding: 7.5rem !important;
  }
  .pt-sm-8,
  .py-sm-8 {
    padding-top: 7.5rem !important;
  }
  .pr-sm-8,
  .px-sm-8 {
    padding-right: 7.5rem !important;
  }
  .pb-sm-8,
  .py-sm-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-sm-8,
  .px-sm-8 {
    padding-left: 7.5rem !important;
  }
  .p-sm-9 {
    padding: 9rem !important;
  }
  .pt-sm-9,
  .py-sm-9 {
    padding-top: 9rem !important;
  }
  .pr-sm-9,
  .px-sm-9 {
    padding-right: 9rem !important;
  }
  .pb-sm-9,
  .py-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pl-sm-9,
  .px-sm-9 {
    padding-left: 9rem !important;
  }
  .p-sm-10 {
    padding: 10.5rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 10.5rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 10.5rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 10.5rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 10.5rem !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: 768px) {
  .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;
  }
  .m-md-6 {
    margin: 4.5rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important;
  }
  .m-md-7 {
    margin: 6rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important;
  }
  .m-md-8 {
    margin: 7.5rem !important;
  }
  .mt-md-8,
  .my-md-8 {
    margin-top: 7.5rem !important;
  }
  .mr-md-8,
  .mx-md-8 {
    margin-right: 7.5rem !important;
  }
  .mb-md-8,
  .my-md-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-md-8,
  .mx-md-8 {
    margin-left: 7.5rem !important;
  }
  .m-md-9 {
    margin: 9rem !important;
  }
  .mt-md-9,
  .my-md-9 {
    margin-top: 9rem !important;
  }
  .mr-md-9,
  .mx-md-9 {
    margin-right: 9rem !important;
  }
  .mb-md-9,
  .my-md-9 {
    margin-bottom: 9rem !important;
  }
  .ml-md-9,
  .mx-md-9 {
    margin-left: 9rem !important;
  }
  .m-md-10 {
    margin: 10.5rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 10.5rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 10.5rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 10.5rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 10.5rem !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;
  }
  .p-md-6 {
    padding: 4.5rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important;
  }
  .p-md-7 {
    padding: 6rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 6rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 6rem !important;
  }
  .p-md-8 {
    padding: 7.5rem !important;
  }
  .pt-md-8,
  .py-md-8 {
    padding-top: 7.5rem !important;
  }
  .pr-md-8,
  .px-md-8 {
    padding-right: 7.5rem !important;
  }
  .pb-md-8,
  .py-md-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-md-8,
  .px-md-8 {
    padding-left: 7.5rem !important;
  }
  .p-md-9 {
    padding: 9rem !important;
  }
  .pt-md-9,
  .py-md-9 {
    padding-top: 9rem !important;
  }
  .pr-md-9,
  .px-md-9 {
    padding-right: 9rem !important;
  }
  .pb-md-9,
  .py-md-9 {
    padding-bottom: 9rem !important;
  }
  .pl-md-9,
  .px-md-9 {
    padding-left: 9rem !important;
  }
  .p-md-10 {
    padding: 10.5rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 10.5rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 10.5rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 10.5rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 10.5rem !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: 1081px) {
  .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;
  }
  .m-lg-6 {
    margin: 4.5rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.5rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.5rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.5rem !important;
  }
  .m-lg-7 {
    margin: 6rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important;
  }
  .m-lg-8 {
    margin: 7.5rem !important;
  }
  .mt-lg-8,
  .my-lg-8 {
    margin-top: 7.5rem !important;
  }
  .mr-lg-8,
  .mx-lg-8 {
    margin-right: 7.5rem !important;
  }
  .mb-lg-8,
  .my-lg-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-lg-8,
  .mx-lg-8 {
    margin-left: 7.5rem !important;
  }
  .m-lg-9 {
    margin: 9rem !important;
  }
  .mt-lg-9,
  .my-lg-9 {
    margin-top: 9rem !important;
  }
  .mr-lg-9,
  .mx-lg-9 {
    margin-right: 9rem !important;
  }
  .mb-lg-9,
  .my-lg-9 {
    margin-bottom: 9rem !important;
  }
  .ml-lg-9,
  .mx-lg-9 {
    margin-left: 9rem !important;
  }
  .m-lg-10 {
    margin: 10.5rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 10.5rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 10.5rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 10.5rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 10.5rem !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;
  }
  .p-lg-6 {
    padding: 4.5rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.5rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.5rem !important;
  }
  .p-lg-7 {
    padding: 6rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important;
  }
  .p-lg-8 {
    padding: 7.5rem !important;
  }
  .pt-lg-8,
  .py-lg-8 {
    padding-top: 7.5rem !important;
  }
  .pr-lg-8,
  .px-lg-8 {
    padding-right: 7.5rem !important;
  }
  .pb-lg-8,
  .py-lg-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-lg-8,
  .px-lg-8 {
    padding-left: 7.5rem !important;
  }
  .p-lg-9 {
    padding: 9rem !important;
  }
  .pt-lg-9,
  .py-lg-9 {
    padding-top: 9rem !important;
  }
  .pr-lg-9,
  .px-lg-9 {
    padding-right: 9rem !important;
  }
  .pb-lg-9,
  .py-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pl-lg-9,
  .px-lg-9 {
    padding-left: 9rem !important;
  }
  .p-lg-10 {
    padding: 10.5rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 10.5rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 10.5rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 10.5rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 10.5rem !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: 1200px) {
  .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;
  }
  .m-xl-6 {
    margin: 4.5rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.5rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.5rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.5rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.5rem !important;
  }
  .m-xl-7 {
    margin: 6rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important;
  }
  .m-xl-8 {
    margin: 7.5rem !important;
  }
  .mt-xl-8,
  .my-xl-8 {
    margin-top: 7.5rem !important;
  }
  .mr-xl-8,
  .mx-xl-8 {
    margin-right: 7.5rem !important;
  }
  .mb-xl-8,
  .my-xl-8 {
    margin-bottom: 7.5rem !important;
  }
  .ml-xl-8,
  .mx-xl-8 {
    margin-left: 7.5rem !important;
  }
  .m-xl-9 {
    margin: 9rem !important;
  }
  .mt-xl-9,
  .my-xl-9 {
    margin-top: 9rem !important;
  }
  .mr-xl-9,
  .mx-xl-9 {
    margin-right: 9rem !important;
  }
  .mb-xl-9,
  .my-xl-9 {
    margin-bottom: 9rem !important;
  }
  .ml-xl-9,
  .mx-xl-9 {
    margin-left: 9rem !important;
  }
  .m-xl-10 {
    margin: 10.5rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 10.5rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 10.5rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 10.5rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 10.5rem !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;
  }
  .p-xl-6 {
    padding: 4.5rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.5rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.5rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.5rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.5rem !important;
  }
  .p-xl-7 {
    padding: 6rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important;
  }
  .p-xl-8 {
    padding: 7.5rem !important;
  }
  .pt-xl-8,
  .py-xl-8 {
    padding-top: 7.5rem !important;
  }
  .pr-xl-8,
  .px-xl-8 {
    padding-right: 7.5rem !important;
  }
  .pb-xl-8,
  .py-xl-8 {
    padding-bottom: 7.5rem !important;
  }
  .pl-xl-8,
  .px-xl-8 {
    padding-left: 7.5rem !important;
  }
  .p-xl-9 {
    padding: 9rem !important;
  }
  .pt-xl-9,
  .py-xl-9 {
    padding-top: 9rem !important;
  }
  .pr-xl-9,
  .px-xl-9 {
    padding-right: 9rem !important;
  }
  .pb-xl-9,
  .py-xl-9 {
    padding-bottom: 9rem !important;
  }
  .pl-xl-9,
  .px-xl-9 {
    padding-left: 9rem !important;
  }
  .p-xl-10 {
    padding: 10.5rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 10.5rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 10.5rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 10.5rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 10.5rem !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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-primary {
  color: rgb(132, 117, 78) !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: rgb(99.9428571429, 88.5857142857, 59.0571428571) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

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

a.text-success:hover, a.text-success:focus {
  color: rgb(30.1449275362, 125.8550724638, 52) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(211, 158.25, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(189.2151898734, 32.7848101266, 47.7721518987) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(218.25, 223.5, 228.75) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(29.1379310345, 32.5, 35.8620689655) !important;
}

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #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: 1081px !important;
  }
  .container {
    min-width: 1081px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: white !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: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
@keyframes slideMenuOut {
  from {
    transform: translate3d(0px, 0px, 0px);
  }
  to {
    transform: translate3d(-210px, 0px, 0px);
  }
}
@keyframes slideMenuIn {
  from {
    transform: translate3d(-210px, 0px, 0px);
  }
  to {
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes slideOutRight {
  from {
    transform: translate3d(0px, 0px, 0px);
  }
  to {
    transform: translate3d(100%, 0px, 0px);
  }
}
@keyframes slideOutLeft {
  from {
    opacity: 0;
    transform: translate3d(0px, 0px, 0px);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px);
  }
}
@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0px, 0px);
  }
  to {
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0px, 0px);
  }
  to {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 50%, 0);
  }
}
.enter-right {
  animation: slideInRight 0.5s both ease-in;
  z-index: 3;
}

.enter-right-slow {
  animation: slideInRight 0.9s both ease;
  z-index: 3;
}

.leave-left {
  animation: slideOutLeft 0.3s both ease-in;
  z-index: 1;
}

.enter-left {
  animation: slideInLeft 0.5s both ease-in;
  z-index: 3;
}

.enter-left {
  animation: slideInLeft 0.5s both ease-in;
  z-index: 3;
}

.enter-left-slow {
  animation: slideInLeft 0.9s both ease-in;
  z-index: 3;
}

.leave-right {
  animation: slideOutRight 0.5s both ease-in;
  z-index: 1;
}

.enter-up {
  animation: slideInUp 0.4s both ease-out;
}

.leave-down {
  animation: slideInDown 0.5s both ease-in;
  z-index: 1;
}

.enter {
  opacity: 1;
  transition: opacity 1.3s ease;
}

.leave {
  opacity: 0;
  transition: opacity 1.3s ease;
}

.ion-close-circled {
  color: #fff;
  font-size: 42px !important;
}
@media (min-width: 576px) {
  .ion-close-circled {
    color: #333;
  }
}

/* EFFECTS IMPORTED */
@-webkit-keyframes blink {
  0% {
    opacity: 0.8;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 0.8;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes blink {
  0% {
    opacity: 0.8;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes blink {
  0% {
    opacity: 0.8;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 0.8;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes brain-blink {
  0% {
    opacity: 0.2;
    transform: scale(1, 1); /* Equal to scaleX(2) scaleY(0.5) */
    transform-origin: center;
    margin-top: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1.9, 1.9); /* Equal to scaleX(2) scaleY(0.5) */
    transform-origin: center;
    margin-top: 100px;
  }
}
.navbar-height {
  height: 250px;
}
body {
  overflow: hidden;
  position: fixed;
}

.fullheight-ios {
  /* Avoid Chrome to see Safari hack */
}
@supports (-webkit-touch-callout: none) {
  .fullheight-ios {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}

html,
body {
  font-size: 14px !important;
}

h1 {
  font-size: 1.602em;
}

h3 {
  font-size: 1.424em;
}

h3 {
  font-size: 1.266em;
}

h4 {
  font-size: 1.125em;
}

h5 {
  font-size: 0.889em;
}

h6 {
  font-size: 0.79em;
}

h1, h2, h3 {
  color: #333;
}
h1 small, h1 span, h2 small, h2 span, h3 small, h3 span {
  font-family: HelveticaNeueLTPro-Lt;
}

p strong {
  font-family: HelveticaNeueLTPro-Bd;
  font-weight: normal;
  font-style: normal;
}

.negative {
  background: #111 !important;
}

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

.centered-padding {
  padding: 4rem;
  place-self: center stretch;
}
@media (max-width: 640px) {
  .centered-padding {
    padding: 20px;
  }
}

.text-center img {
  display: initial;
}

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

@media (max-width: 1080.98px) {
  h1 {
    font-size: 2.441em !important;
    letter-spacing: 0 !important;
  }
  h2 {
    font-size: 1.953em !important;
    letter-spacing: 0 !important;
  }
}
@media (min-width: 48em) {
  h1 {
    font-size: 2.441em;
  }
  h2 {
    font-size: 1.953em;
  }
  h3 {
    font-size: 1.563em;
  }
  h4 {
    font-size: 1.25em;
  }
}
@media (min-width: 62em) {
  html,
  body {
    font-size: 16px !important;
  }
}
@media (min-width: 75em) {
  html,
  body {
    font-size: 16px !important;
  }
}
@media (min-width: 120em) {
  html,
  body {
    font-size: 18px !important;
  }
}
.fullscreen {
  padding: 10vh 0;
  height: 100vh;
}
@media (max-width: 1199.98px) {
  .fullscreen {
    height: 66vh !important;
  }
}
@media (max-width: 767.98px) {
  .fullscreen {
    height: 50vh !important;
  }
}
@media (max-width: 575.98px) {
  .fullscreen {
    height: 40vh !important;
  }
}

.fade.slow {
  opacity: 0;
  transition: opacity 1.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
  .fade.slow {
    transition: none;
  }
}
.fade.slow.in {
  opacity: 1;
}

.valign-center {
  position: absolute;
  top: 40%;
  left: 10vw;
  right: 10vw;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#outerwrapper {
  position: relative;
}

.ArticleHolder .logo {
  margin-top: 35px;
  margin-left: 0px;
  margin-right: 100%;
  margin-bottom: 35px;
  display: block;
  float: none;
}

h1.orange, h2.orange, h3.orange, h4.orange {
  color: #84754e !important;
}

h4.orange, h5.orange, h6.orange, p.orange, a.orange {
  color: #84754e;
}

#Page h1, #Page h2 {
  color: #333;
}

h2 {
  line-height: 1.1;
  margin-bottom: 30px;
}

h3 {
  line-height: 1.3;
}

.introduction {
  padding-bottom: 5vh;
  text-align: center;
}
@media (max-width: 767.98px) {
  .introduction {
    padding-bottom: 20px;
  }
}
.introduction .inner {
  max-width: 1023px;
  margin: 0 auto;
  padding: 0 30px;
}
@media (max-width: 767.98px) {
  .introduction .inner {
    padding: 0;
  }
}

section.introduction {
  padding: 15vh 0px;
}
section.introduction h2 {
  color: #222;
}
section.introduction .introduction {
  width: 100%;
}
@media (max-width: 767.98px) {
  section.introduction {
    padding: 0;
  }
}

.container-fluid {
  padding: 0 60px;
  max-width: 1280px;
  max-width: 1023px;
}
@media (max-width: 767.98px) {
  .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 575.98px) {
  .container-fluid {
    padding: 0 10px;
  }
}

.custom-navigation {
  z-index: 10000;
  margin: 0px auto;
  width: 82px;
}
@media (max-width: 767.98px) {
  .custom-navigation {
    left: 0;
  }
}
.custom-navigation .position-indicator {
  text-align: center;
  margin-left: 1px;
  margin-bottom: 1px;
  font-family: HelveticaNeueLTPro-Bd, HelveticaNeueLTPro-Lt, "Helevetica Neue Light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.2rem;
  height: 40px;
  line-height: 40px;
  color: #333;
}
.custom-navigation a {
  position: relative;
  color: #fff;
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  background: rgb(0, 0, 0);
  margin-left: 1px;
}
.custom-navigation a i, .custom-navigation a svg {
  position: absolute;
  display: block;
  height: 40px;
  top: 0;
  left: 35%;
  right: 0;
  color: #fff !important;
  line-height: 40px;
  text-align: center;
}

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

.main {
  padding: 10vh 0;
}
.main h1:first-child {
  margin-top: -10px;
}
@media (max-width: 1199.98px) {
  .main {
    padding: 5vh 15px;
  }
}
@media (max-width: 767.98px) {
  .main {
    padding: 40px 20px;
  }
}

#footer {
  background: rgb(255, 255, 255);
  border-top: 1px solid #ccc;
  position: fixed;
  width: 100%;
  height: 50px;
  bottom: 30px;
  z-index: 1000;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  color: #333;
  font-size: 70%;
  padding-bottom: 100px;
}
#footer ul {
  width: 1000px;
  list-style-type: none;
}
@media (max-width: 1199.98px) {
  #footer ul {
    width: 100vw;
  }
}
#footer ul li {
  list-style-type: none;
  float: left;
  margin-right: 20px;
}
#footer ul li a {
  color: #333;
  width: auto;
  line-height: 50px;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}
#footer ul li a:hover, #footer ul li a:focus {
  text-decoration: none;
}

.main-overlay {
  background: black;
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 30000;
  pointer-events: none;
}
.main-overlay .fa.fa-spin {
  position: absolute;
  font-size: 100px;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -50px;
  color: #e7e7e7;
}
.main-overlay.opacity {
  opacity: 1;
}

#content {
  height: 100vh;
  overflow: hidden;
}
#content .darken {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: 1s background;
}
#content .darken:hover {
  background: rgba(0, 0, 0, 0);
  transition: 1s background;
}
#content .page-overlay {
  pointer-events: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 10000;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
#content .page-overlay.open {
  opacity: 1;
  transition: 1s opacity;
}
#content .page {
  position: absolute;
  z-index: 1;
  padding: 100px 30px 30px 30px !important;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: opacity 1s ease-in;
  width: 100vw;
  overflow-y: scroll;
  overflow-x: hidden;
  /* Force Hardware Acceleration */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.5s ease-in;
}
@media screen and (prefers-reduced-motion: reduce) {
  #content .page {
    transition: none;
  }
}
@media (max-width: 1080.98px) {
  #content .page {
    padding: 30px !important;
  }
}
@media (max-width: 767.98px) {
  #content .page {
    padding: 15px !important;
  }
}
#content .page.zero-position {
  -webkit-transform: translate3d(0%, 0, 0);
  -moz-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}
@media screen and (prefers-reduced-motion: reduce) {
  #content .page {
    transition: none;
  }
}
#content .page.visible {
  position: relative;
  z-index: 2;
  -webkit-overflow-scrolling: touch;
  opacity: 1;
  transition: opacity 1s ease-in;
}
@media screen and (prefers-reduced-motion: reduce) {
  #content .page.visible {
    transition: none;
  }
}
#content .page.visible::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767.98px) {
  #content .page.visible {
    padding: 0;
  }
}
#content .page article.half {
  position: relative;
  width: 33.33%;
  float: left;
}
#content .page article.half-height {
  width: 50%;
}
#content .page article.half-height .inner {
  position: absolute;
  left: 2rem;
  top: 2rem;
  right: 2rem;
  bottom: 2rem;
}
#content .page article.half-height .inner h2 {
  color: #e7e7e7;
  z-index: 1000;
}
#content .page article.half-height.half-title {
  float: left;
}
#content .page section {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #fff;
}

.CaseStudiePage_Holder .page,
.ProjectPage .page {
  padding: 160px 30px 30px 30px !important;
}
@media (max-width: 767.98px) {
  .CaseStudiePage_Holder .page,
  .ProjectPage .page {
    padding: 100px 0 !important;
  }
}

#Home section {
  padding: 5vh 0 5vh 0;
}
@media (max-width: 767.98px) {
  #Home section {
    padding: 40px 0px;
  }
}
#Home section .cases {
  margin-top: 30px;
}

.filter {
  background: #111;
}

.cases {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.cases article {
  overflow: hidden;
}
@media (max-width: 1080.98px) {
  .cases {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  .cases {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    margin-top: 0px;
  }
}
@media (max-width: 575.98px) {
  .cases article {
    width: 100%;
  }
  .cases .grid-sizer {
    width: 100%;
  }
}

#cases {
  overflow: hidden;
}

.hero {
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.hero.halfscreen {
  height: 60vh;
  min-height: 500px;
}
@media (max-width: 767.98px) {
  .hero.halfscreen {
    height: 300px;
    min-height: auto;
  }
}
.hero h1 {
  text-align: center;
  position: absolute;
  vertical-align: middle;
  top: 20%;
  left: 10vw;
  right: 10vw;
  z-index: 10000;
  line-height: 1;
}
.hero h1 small {
  color: #fff;
  display: block;
  font-size: 60%;
  margin-bottom: 10px;
  font-family: HelveticaNeueLTPro-Lt;
}
.hero .overlay {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10;
}

section.home {
  height: calc(100vh - 100px);
  padding: 0 !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background: #fff;
  color: #333;
}
@media (max-width: 767.98px) {
  section.home {
    height: 300px !important;
  }
}
section.home h1 {
  text-transform: uppercase;
}
section.home p, section.home .headline {
  color: #333;
}
section.home .headline {
  font-size: 2rem !important;
}
section.home .container {
  position: relative;
}
section.home .custom-navigation {
  z-index: 10000;
  position: absolute;
  bottom: 0px;
  right: 16px;
  left: auto;
  margin-top: 0px;
  width: 82px;
}
section.home .custom-navigation .position-indicator {
  text-align: center;
  margin-left: 1px;
  margin-bottom: 1px;
  font-family: HelveticaNeueLTPro-Bd, HelveticaNeueLTPro-Lt, "Helevetica Neue Light", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.3rem;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
section.home .custom-navigation a {
  color: #fff;
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  background: rgb(0, 0, 0);
  margin-left: 1px;
}
section.home .custom-navigation a:before {
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  display: inline-block;
  content: "\f104";
  color: rgb(255, 255, 255);
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
section.home .custom-navigation a.flex-next:before {
  content: "\f105";
}
section.home .text-ani {
  display: none;
  z-index: 101;
  pointer-events: none;
  position: absolute;
  left: 10%;
  right: 10%;
  margin-top: -10vh;
  text-align: center;
}
section.home .text-ani h1 {
  color: rgba(255, 255, 255, 0.8);
  color: #fff;
}
section.home .text-ani h1 small {
  color: #fff;
  font-family: HelveticaNeueLTPro-Lt !important;
}
section.home .content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

section.hero-image, section.home {
  position: relative;
  overflow: hidden;
}
section.hero-image h1, section.home h1 {
  text-shadow: 0.1em 0.1em 0.1em rgba(0, 0, 0, 0.2);
}
section.hero-image .video-holder, section.home .video-holder {
  position: absolute;
  height: calc(100vh - 100px);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0;
  z-index: 1050;
  margin-top: 0;
  background: black;
  z-index: 650001;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  section.hero-image .video-holder, section.home .video-holder {
    height: 66vh;
  }
}
@media (max-width: 767.98px) {
  section.hero-image .video-holder, section.home .video-holder {
    height: 300px;
  }
}
section.hero-image video, section.home video {
  width: 100%;
  height: 100%;
  height: calc(100vh - 100px);
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: 3s opacity;
}
@media (max-width: 1080.98px) {
  section.hero-image video, section.home video {
    height: 100%;
  }
}
@media (max-width: 767.98px) {
  section.hero-image video, section.home video {
    height: 300px;
    right: 0;
  }
}
section.hero-image a.toggle-video, section.home a.toggle-video {
  padding: 10px 20px;
  border: none;
  font-size: 18px;
  right: 30px;
  position: absolute;
  bottom: 100px;
  text-align: center;
  z-index: 1000;
}
section.hero-image a.toggle-video i, section.home a.toggle-video i {
  padding-right: 10px !important;
}
@media (max-width: 1080.98px) {
  section.hero-image a.toggle-video, section.home a.toggle-video {
    padding: 5px 10px;
    left: 30px;
    right: auto;
    bottom: 70px;
  }
}
section.hero-image .flexslider, section.home .flexslider {
  width: 100vw;
  height: 100vh;
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  display: flex;
  align-items: center;
  border: none;
}
@media (max-width: 1199.98px) {
  section.hero-image .flexslider, section.home .flexslider {
    height: 66vh;
  }
}
@media (max-width: 1199.98px) {
  section.hero-image .flexslider, section.home .flexslider {
    width: 100%;
    width: 100vw;
  }
}
section.hero-image .flexslider .slides, section.home .flexslider .slides {
  width: 100%;
}
section.hero-image .flexslider .slides li, section.home .flexslider .slides li {
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 1199.98px) {
  section.hero-image .flexslider .slides li, section.home .flexslider .slides li {
    height: 66vh;
  }
}
section.hero-image .flexslider .slides li .flex-caption, section.home .flexslider .slides li .flex-caption {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 102px;
  margin: 0;
  width: 320px;
  height: 100px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
section.hero-image .overlay, section.home .overlay {
  opacity: 1;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  height: calc(100vh - 100px);
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 100;
}
@media (max-width: 1199.98px) {
  section.hero-image .overlay, section.home .overlay {
    height: 66vh;
  }
}

section.agentur {
  text-align: center;
  color: #333;
  background: #fff;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
section.agentur div.hero-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 60vh;
  margin-bottom: 7vh;
}
section.agentur h1, section.agentur h2, section.agentur h3, section.agentur h4 {
  color: #333;
}
section.agentur .col {
  width: 25%;
  float: left;
}
@media (max-width: 1200px) {
  section.agentur .col {
    width: 25%;
    padding-bottom: 60px;
  }
}
@media (max-width: 640px) {
  section.agentur .col {
    width: 50%;
  }
}
@media (max-width: 430px) {
  section.agentur .col {
    width: 100%;
  }
}
section.agentur .graph-holder {
  width: 100%;
  padding: 0 30px 30px 0;
}
@media (max-width: 1200px) {
  section.agentur .graph-holder {
    padding-bottom: 40px;
  }
}
@media (max-width: 1080.98px) {
  section.agentur .graph-holder {
    padding: 0;
  }
}
section.agentur .graph-holder h4 {
  text-align: center;
}
section.agentur .graph-holder p {
  margin-bottom: 30px;
  margin-top: 3px;
  text-align: center;
  display: block;
  position: relative;
}
section.agentur .graph-holder .graph {
  position: relative;
  margin: 0 auto;
  padding-bottom: 35px;
  text-align: center;
}
section.agentur .graph-holder .graph span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 120px;
  text-align: center;
  font-size: 25px;
  color: #e7e7e7;
}
section.agentur .graph-holder .graph i {
  margin-top: 30px;
  font-size: 32px;
  text-align: center;
  display: none;
  color: #e7e7e7;
}

.HomePage #menschen article.team-member {
  width: 30vw !important;
}

section#menschen, section.menschen, #TeamMemberHolderPage {
  padding-top: 15vh;
  display: block !important;
  align-items: center !important;
  text-align: center;
}
section#menschen h1, section#menschen h2, section#menschen h3, section#menschen h4, section.menschen h1, section.menschen h2, section.menschen h3, section.menschen h4, #TeamMemberHolderPage h1, #TeamMemberHolderPage h2, #TeamMemberHolderPage h3, #TeamMemberHolderPage h4 {
  color: #333;
}
section#menschen h1, section.menschen h1, #TeamMemberHolderPage h1 {
  margin: 60px 0;
}
section#menschen .hint-more, section.menschen .hint-more, #TeamMemberHolderPage .hint-more {
  -webkit-animation: blink 1.74s ease-in infinite;
  -moz-animation: blink 1.75s ease-in infinite;
  -ms-animation: blink 1.75s ease-in infinite;
  -o-animation: blink 1.75s ease-in infinite;
  animation: blink 1.75s ease-in infinite;
  position: fixed;
  right: 30px;
  margin-top: -40px;
  z-index: 99555555;
  color: #333;
  font-size: 30px;
}
section#menschen .scroll-container, section.menschen .scroll-container, #TeamMemberHolderPage .scroll-container {
  max-width: 100vw;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
  margin: 0;
  background: #222;
}
section#menschen .scroll-container .mCSB_horizontal.mCSB_inside > .mCSB_container, section.menschen .scroll-container .mCSB_horizontal.mCSB_inside > .mCSB_container, #TeamMemberHolderPage .scroll-container .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin: 0;
}
section#menschen .team-members, section.menschen .team-members, #TeamMemberHolderPage .team-members {
  width: 20000px;
}
section#menschen .team-members article.team-member, section.menschen .team-members article.team-member, #TeamMemberHolderPage .team-members article.team-member {
  position: relative;
  width: 30vw;
  float: left;
}
@media (max-width: 1199.98px) {
  section#menschen .team-members article.team-member, section.menschen .team-members article.team-member, #TeamMemberHolderPage .team-members article.team-member {
    width: 40vw;
  }
}
@media (max-width: 1080.98px) {
  section#menschen .team-members article.team-member, section.menschen .team-members article.team-member, #TeamMemberHolderPage .team-members article.team-member {
    width: 45vw;
  }
}
@media (max-width: 575.98px) {
  section#menschen .team-members article.team-member, section.menschen .team-members article.team-member, #TeamMemberHolderPage .team-members article.team-member {
    width: 75vw;
  }
}
section#menschen .team-members article.team-member.hover p.details, section.menschen .team-members article.team-member.hover p.details, #TeamMemberHolderPage .team-members article.team-member.hover p.details {
  display: none;
}
section#menschen .team-members article.team-member.hover .copy, section.menschen .team-members article.team-member.hover .copy, #TeamMemberHolderPage .team-members article.team-member.hover .copy {
  opacity: 1;
  transform: translate3d(0, 0%, 0);
  transition: transform 0.25s ease-out, opacity 0.25s ease-out;
  font-size: 90%;
}
section#menschen .team-members article.team-member .more, section.menschen .team-members article.team-member .more, #TeamMemberHolderPage .team-members article.team-member .more {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 65001;
  color: rgba(255, 255, 255, 0.7);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 33px;
}
section#menschen .team-members article.team-member p, section.menschen .team-members article.team-member p, #TeamMemberHolderPage .team-members article.team-member p {
  position: absolute;
  z-index: 1;
  text-align: left;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: inline;
  padding: 5px 10px;
}
section#menschen .team-members article.team-member p strong, section.menschen .team-members article.team-member p strong, #TeamMemberHolderPage .team-members article.team-member p strong {
  font-family: HelveticaNeueLTPro-Blk;
  font-weight: normal;
  font-style: normal;
  text-transform: uppercase;
}
section#menschen .team-members article.team-member a .fa, section.menschen .team-members article.team-member a .fa, #TeamMemberHolderPage .team-members article.team-member a .fa {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 30px;
  cursor: pointer;
}
section#menschen .team-members article.team-member .copy, section.menschen .team-members article.team-member .copy, #TeamMemberHolderPage .team-members article.team-member .copy {
  background: rgb(181.4571428571, 167.3142857143, 130.5428571429);
  overflow: hidden;
  opacity: 0;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.25s ease-in, opacity 0.25s ease-in;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px;
}
section#menschen .team-members article.team-member .copy p, section#menschen .team-members article.team-member .copy strong, section.menschen .team-members article.team-member .copy p, section.menschen .team-members article.team-member .copy strong, #TeamMemberHolderPage .team-members article.team-member .copy p, #TeamMemberHolderPage .team-members article.team-member .copy strong {
  background: transparent;
  position: relative;
  color: #222;
  display: block;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
}
section#menschen .team-members .image-teaser h3 small, section#menschen .team-members .image-teaser h2 small, section#menschen .team-members .image-teaser h1 small, section.menschen .team-members .image-teaser h3 small, section.menschen .team-members .image-teaser h2 small, section.menschen .team-members .image-teaser h1 small, #TeamMemberHolderPage .team-members .image-teaser h3 small, #TeamMemberHolderPage .team-members .image-teaser h2 small, #TeamMemberHolderPage .team-members .image-teaser h1 small {
  color: #333 !important;
  font-family: HelveticaNeueLTPro-Lt;
}

#TeamMemberHolderPage .team-members {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  width: 100% !important;
}
@media (max-width: 1920px) {
  #TeamMemberHolderPage .team-members {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (max-width: 1440px) {
  #TeamMemberHolderPage .team-members {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1199.98px) {
  #TeamMemberHolderPage .team-members {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1080.98px) {
  #TeamMemberHolderPage .team-members {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575.98px) {
  #TeamMemberHolderPage .team-members {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
  }
}
#TeamMemberHolderPage .team-members .team-member {
  width: auto !important;
  float: none !important;
  clear: left !important;
}
@media (max-width: 575.98px) {
  #TeamMemberHolderPage .team-members .team-member {
    width: 100% !important;
  }
}

#KompetenzenPage section#competences {
  padding: 0px 0px 100px 0;
}

section#competences {
  position: relative;
  height: auto !important;
  padding: 100px 0px;
  color: #e7e7e7;
}
@media (max-width: 767.98px) {
  section#competences {
    padding: 40px 0px;
  }
}
section#competences .content {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (max-width: 1200px) {
  section#competences .content {
    top: 0;
    transform: none;
  }
}
section#competences img path {
  stroke: red;
}
section#competences #brain-tooltip {
  position: absolute;
  top: 50%;
  background: #000;
  color: #fff;
  padding: 20px 20px 10px 20px;
}
section#competences #service-items {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media (max-width: 1199.98px) {
  section#competences #service-items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1080.98px) {
  section#competences #service-items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  section#competences #service-items {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
    padding: 0;
  }
}
section#competences #service-items .s-item {
  position: relative;
  transition: all 0.2s ease-in-out;
  z-index: 65000;
}
@media (max-width: 575.98px) {
  section#competences #service-items .s-item {
    width: 100%;
  }
}
section#competences #service-items .s-item a.h3 {
  font-size: 3.125em;
  overflow-wrap: break-word;
  word-spacing: 100vw;
  text-transform: uppercase;
  text-decoration: none;
}
section#competences #service-items .s-item a.h3:hover {
  text-decoration: none;
}
section#competences .detail-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  color: #fff;
  grid-column-gap: 40px;
}

section#CompetencesMenu {
  min-height: 100px;
  text-align: center;
  padding: 5vh 5vw;
}
section#CompetencesMenu li {
  list-style-type: none;
  display: inline-block;
  padding: 0 25px;
  font-family: HelveticaNeueLTPro-Bd;
}
section#CompetencesMenu li a {
  color: #000;
  font-size: 20px;
}
section#CompetencesMenu li a:hover {
  text-decoration: none;
  color: #84754e;
}
section#CompetencesMenu li a.active {
  color: #84754e;
}
section#CompetencesMenu li span {
  font-family: HelveticaNeueLTPro-Lt;
}

section#services, section.services {
  background: #222 !important;
  overflow: hidden;
}
section#services .introduction, section.services .introduction {
  margin-bottom: 10vh;
}

section#contact, section.contact {
  color: #333;
  padding: 70px 0;
}
@media (max-width: 767.98px) {
  section#contact, section.contact {
    padding: 30px 0;
  }
}
section#contact .form-holder, section.contact .form-holder {
  width: 100%;
  text-align: left;
  color: #333;
  margin-top: 0px;
}
section#contact .form-holder label, section.contact .form-holder label {
  font-weight: normal;
}
section#contact .form-holder .Actions, section.contact .form-holder .Actions {
  text-align: center;
}
section#contact .form-holder .Actions svg, section.contact .form-holder .Actions svg {
  font-size: 6rem;
  margin-top: 40px;
  color: rgb(132, 117, 78);
}
section#contact .form-holder .Actions svg:hover, section.contact .form-holder .Actions svg:hover {
  color: #333 !important;
}
section#contact .form-holder button, section.contact .form-holder button {
  border-radius: 50%;
  width: 120px;
  height: 120px;
  margin: 40px auto;
  background: rgb(132, 117, 78);
  font-size: 1.2rem;
  color: #fff;
}
section#contact .form-holder button:hover, section.contact .form-holder button:hover {
  background: #000;
}
section#contact .form-holder input, section#contact .form-holder textarea, section.contact .form-holder input, section.contact .form-holder textarea {
  background: transparent;
  border-radius: none;
  border-left: none;
  border-top: none;
  border-right: none;
  box-shadow: none;
  border-bottom: 1px solid #333;
  color: #333;
}
section#contact .form-holder .form-control, section.contact .form-holder .form-control {
  border-radius: 0;
}

.ContactPage .blocks .ContactBlock, #ContactPage .blocks .ContactBlock {
  margin: 0 auto;
}
.ContactPage .blocks .ContactBlockOhneHeadline, #ContactPage .blocks .ContactBlockOhneHeadline {
  margin: 0 auto;
}
.ContactPage .SimpleCaptchaField.field, #ContactPage .SimpleCaptchaField.field {
  position: relative;
  margin-bottom: 10px;
}
.ContactPage .SimpleCaptchaField.field label, #ContactPage .SimpleCaptchaField.field label {
  display: block;
  margin-bottom: 6px;
  line-height: 19px;
  font-weight: 400;
  border-radius: 0;
  font-size: 100%;
  text-align: left;
  white-space: normal;
  color: inherit;
}
.ContactPage .SimpleCaptchaField.field label.right-title, #ContactPage .SimpleCaptchaField.field label.right-title {
  font-style: italic;
}
.ContactPage .SimpleCaptchaField.field label.input-captcha, #ContactPage .SimpleCaptchaField.field label.input-captcha {
  position: relative;
}
.ContactPage .SimpleCaptchaField.field label.input-captcha img, #ContactPage .SimpleCaptchaField.field label.input-captcha img {
  position: absolute;
  top: 1px;
  right: 1px;
  /*border-left: 1px solid #e5e5e5;*/
  height: 32px !important;
  z-index: 9;
}
.ContactPage .SimpleCaptchaField.field label.input-captcha input.holder-validation, #ContactPage .SimpleCaptchaField.field label.input-captcha input.holder-validation {
  background: #fff0f0;
  margin-bottom: 0;
}
.ContactPage .SimpleCaptchaField.field .message.validation, #ContactPage .SimpleCaptchaField.field .message.validation {
  display: block;
  margin: 6px 0 15px;
  padding: 8px 12px;
  font-style: normal;
  font-size: 11px;
  line-height: 15px;
  color: #E10A12;
}
.ContactPage .SimpleCaptchaField.simplecaptcha, #ContactPage .SimpleCaptchaField.simplecaptcha {
  margin-bottom: 0;
}

section.clients {
  display: flex;
  align-items: center;
  background: #fff;
  color: #333;
}
section.clients p, section.clients h1, section.clients h2, section.clients h3 {
  color: #333;
}
section.clients img {
  display: block;
  margin: 1vw;
  width: 10vw;
  height: auto;
  float: left;
}
section.clients h1 {
  color: #222;
  margin-bottom: 60px;
  margin-bottom: 5vmin;
}
section.clients span.client {
  display: block;
  font-size: 1.5rem;
  text-transform: uppercase;
  line-height: 1.5;
}
section.clients span.client.even {
  color: #999;
}

section.projects {
  background-color: #e7e7e7;
}

section.production {
  background-color: rgb(55.3578947368, 180.4210526316, 236.6421052632);
  background: rgb(93.3428571429, 122.7285714286, 148.6571428571);
}
section.production h1, section.production h2, section.production p, section.production a, section.production i, section.production span {
  color: #e7e7e7;
}
section.production.onScreen {
  background-color: #329EAF;
  background-color: #107DAE;
  background: #364756;
}
section.production.onScreen h1, section.production.onScreen h2, section.production.onScreen p, section.production.onScreen a, section.production.onScreen i, section.production.onScreen span {
  color: #e7e7e7;
}

section.news h1.fat {
  color: black;
}
section.news img {
  width: 100%;
  height: auto;
}

section.jobs, section.locations {
  background-color: #e7e7e7;
}

#Jobs {
  padding-top: 100px;
}
@media (max-width: 1080.98px) {
  #Jobs {
    padding-top: 20px;
  }
}
@media (max-width: 767.98px) {
  #Jobs iframe {
    height: 1850px;
  }
}

/*----- layer-top for AJAX loaded Content -----*/
section.image-teaser-holder {
  background: #fff;
}

.image-teaser {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.image-teaser:after {
  display: block;
  content: "";
  padding-bottom: 66%;
}
.image-teaser a {
  display: block;
  height: 100%;
}
.image-teaser h3, .image-teaser h2, .image-teaser h1 {
  position: absolute;
  bottom: 3vmin;
  left: 3vmin;
  right: 3vmin;
  z-index: 1000;
  pointer-events: none;
  color: #fff;
  line-height: 1;
}
.image-teaser h3 small, .image-teaser h2 small, .image-teaser h1 small {
  font-family: HelveticaNeueLTPro-Lt;
  color: #fff;
}
.image-teaser h1 {
  top: 10px;
  bottom: auto;
  font-size: 5vmax;
}
@media (max-width: 1080.98px) {
  .image-teaser h3 {
    font-size: 1.75rem;
  }
}
.image-teaser h1#best-of {
  color: #000 !important;
  left: 10%;
  right: 10%;
  text-align: center;
  top: 30%;
}
.image-teaser .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: 50% 50%;
  background-size: cover;
}
.image-teaser .bg-img .darken {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.image-teaser .bg-img.animate {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(0.4); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(0.4); /* Microsoft Edge and Firefox 35+ */
}
@media (min-width: 1025px) {
  .image-teaser .bg-img.animate {
    transform: scale(1) rotate(0deg);
    -webkit-transition: -webkit-transform 2s ease-in-out;
    transition: -webkit-transform 2s ease-in-out;
    transition: transform 2s ease-in-out;
    transition: transform 2s ease-in-out, -webkit-transform 2s ease-in-out;
  }
}
@media (min-width: 1025px) {
  .image-teaser .bg-img.animate:hover {
    transform: scale(1.1) rotate(1deg);
    -webkit-transition: -webkit-transform 0.7s ease-in-out;
    transition: -webkit-transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out;
    transition: transform 0.7s ease-in-out, -webkit-transform 0.7s ease-in-out;
    -webkit-filter: grayscale(0);
    filter: none;
  }
  .image-teaser .bg-img.animate:hover .darken {
    background: rgba(0, 0, 0, 0.3);
  }
}

/*----- styles formerly within layer-top -----*/
section.cases {
  background: #fff !important;
  padding: 7vh 0;
  color: #333;
  text-align: center;
}
section.cases h2, section.cases p.lead {
  color: #333 !important;
}
section.cases h2 {
  margin: 60px 0;
}
section.cases .image-teaser h2 {
  color: #e7e7e7 !important;
  text-align: left;
}

section.case, section.cases {
  background-color: #000;
}
section.case.onScreen, section.cases.onScreen {
  background-color: #364756;
}
section.case h1, section.case h2, section.case p, section.case a, section.case i, section.case span, section.cases h1, section.cases h2, section.cases p, section.cases a, section.cases i, section.cases span {
  color: #e7e7e7;
}
section.case h1, section.cases h1 {
  text-align: left;
}
section.case h1:not(.fat), section.cases h1:not(.fat) {
  font-size: 3.75rem;
  margin-bottom: 2.5rem;
}
section.case h1.fat, section.cases h1.fat {
  opacity: 1;
  transform: scale(1);
}
section.case table, section.cases table {
  color: #e7e7e7;
}
@media (max-width: 1080.98px) {
  section.case .table-mobile, section.cases .table-mobile {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
section.case div.block, section.cases div.block {
  overflow: hidden;
  margin-top: 60px;
}
@media (max-width: 575.98px) {
  section.case div.block, section.cases div.block {
    margin-top: 30px;
  }
}
section.case video, section.cases video {
  width: 100%;
  height: auto;
  margin: 0 auto 40px;
}

/* Footer */
footer.section-footer {
  padding: 10vh 10vw;
  background: #000;
  text-align: center;
  display: inline-block;
  width: 100%;
}
@media (max-width: 767.98px) {
  footer.section-footer {
    margin-bottom: 0;
  }
}
footer.section-footer h3 {
  color: #f7f7f7;
}
footer.section-footer .top-of-page {
  font-size: 19px;
  line-height: 80px;
  text-align: center;
  margin: 50px auto 0;
  display: inline-block;
  width: 80px;
  height: 80px;
  vertical-align: middle;
  cursor: pointer;
  background: rgb(132, 117, 78);
  color: #e7e7e7;
}
footer.section-footer .top-of-page:hover {
  text-decoration: none;
  border: 1px solid #e7e7e7;
  background: transparent;
}
footer.section-footer span {
  color: rgb(132, 117, 78) !important;
}
footer.section-footer a {
  color: #e7e7e7;
}

.HomePage .introduction.inview {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.HomePage video {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.HomePage .featured-article-wrap {
  overflow: hidden;
  margin-bottom: 20px;
  background: #84754e;
}
.HomePage .featured-article .inner-padding {
  background: transparent;
  padding-left: 0;
  padding-top: 30px;
}
.HomePage .featured-article .inner-padding h1, .HomePage .featured-article .inner-padding h2, .HomePage .featured-article .inner-padding h3, .HomePage .featured-article .inner-padding h4 {
  color: #e7e7e7;
  line-height: 1;
  margin-bottom: 30px;
}
.HomePage .featured-article .inner-padding h4 {
  margin: 0 0 10px 3px;
  color: #e7e7e7;
  border-bottom: 1px solid white;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.HomePage .featured-article .inner-padding p {
  color: #e7e7e7;
}
.HomePage .featured-article .inner-padding .btn {
  margin-top: 30px;
}

.layer-top.news article img, .ArticleHolder article img, .ArticlePage article img {
  width: 100% !important;
  height: auto !important;
}

.intro {
  padding: 6rem 3rem;
  vertical-align: middle;
}

.toggle-layer, .close-layer {
  cursor: pointer;
  display: block;
  margin: 0 auto;
  width: 100px;
}

picture img {
  width: 100%;
  height: auto;
}

@keyframes move {
  from {
    transform: translate3d(0, -30px, 0);
  }
  to {
    transform: translate3d(0, -10px, 0);
  }
}
.more-down-hint {
  display: none;
  position: absolute;
  width: 60px;
  bottom: 30px;
  left: 50%;
  margin-left: -30px;
  color: #fff;
  font-size: 7px;
  text-transform: uppercase;
  height: 110px;
  text-align: center;
  z-index: 1000;
}
@media (max-width: 640px) {
  .more-down-hint {
    display: none;
  }
}
.more-down-hint svg {
  width: 40px;
  animation-name: move;
  animation-duration: 1s;
  animation-iteration-count: 100;
  animation-direction: alternate;
  animation-timing-function: linear;
  animation-fill-mode: backwards;
  animation-delay: 0s;
}
.more-down-hint .border {
  position: absolute;
  padding-top: 0px;
  width: 30px;
  height: 40px;
  border-right: 1px solid #fff;
  display: block;
  bottom: 0;
}
.more-down-hint g path {
  fill: #fff;
}

.ArticleHolder h1.huge {
  font-size: 3.75rem;
}

.TeamMemberHolderPage #content .page section {
  background-color: #000;
}

#TeamMemberHolderPage {
  margin-top: 0px;
  padding-top: 0vh;
}
@media (max-width: 1080.98px) {
  #TeamMemberHolderPage {
    margin-top: 0px;
  }
}

.team-member-page .team-photo {
  height: 100vh;
  position: relative;
}
.team-member-page .team-photo .team-info {
  position: absolute;
  margin: 10vh;
  width: 500px;
  height: 500px;
  padding: 5vh;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.team-member-page .team-photo .team-info h4 {
  text-transform: uppercase;
}
.team-member-page .team-photo .team-info .fa {
  float: left;
  padding-right: 10px;
}

.all-projects-list-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.all-projects-list-holder.open {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}
.all-projects-list-holder section.image-teaser-holder {
  height: 20000px;
  background: #000;
  padding-top: 50px;
}
.all-projects-list-holder .mCSB_inside > .mCSB_container {
  margin-right: 0px;
}
.all-projects-list-holder .close-project-holder {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: #000;
  z-index: 65000;
  height: 50px;
  color: #fff;
}
.all-projects-list-holder .close-project-holder span {
  line-height: 50px;
  padding-right: 15px;
  font-size: 27px;
  float: right;
}
@media (max-width: 575.98px) {
  .all-projects-list-holder {
    width: 100%;
  }
}
.all-projects-list-holder h2 {
  font-size: 1.5rem;
}
.all-projects-list-holder h2 span {
  margin-top: 1.5rem;
}
@media (max-width: 575.98px) {
  .all-projects-list-holder .image-teaser {
    width: 100%;
    float: none;
  }
}
@media (min-width: 600px) {
  .all-projects-list-holder .image-teaser {
    width: 50vw;
    float: left;
  }
}
@media (max-width: 1199.98px) {
  .all-projects-list-holder .image-teaser {
    width: 33.33vw;
    float: left;
  }
}
@media (min-width: 1280px) {
  .all-projects-list-holder .image-teaser {
    width: 25vw;
    float: left;
  }
}
@media (min-width: 1601px) {
  .all-projects-list-holder .image-teaser {
    width: 20vw;
    float: left;
  }
}

.news-holder {
  position: absolute;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 !important;
  background: #fff;
  color: #000;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  font-size: 130%;
}
@media (max-width: 575.98px) {
  .news-holder {
    font-size: 100%;
  }
}
.news-holder article {
  height: 85vh;
  width: 60vw;
  margin: 15vh 20vw 0;
  padding-bottom: 20vh;
  padding-right: 30px;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.news-holder article h1, .news-holder article h2, .news-holder article h3, .news-holder article h4, .news-holder article li, .news-holder article span {
  color: #222;
}
.news-holder article h1 {
  margin-bottom: 40px;
}
.news-holder article h2 {
  font-size: 1.5rem;
  word-wrap: break-word;
}
.news-holder article h2 span {
  margin-top: 1.5rem;
}
@media (max-width: 575.98px) {
  .news-holder article {
    width: 90vw;
    margin: 80px 15px 0 15px;
    padding-right: 0px;
  }
  .news-holder article h1 {
    font-size: 1.5rem !important;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .news-holder article h2 {
    font-size: 1.25rem !important;
  }
}
.news-holder article img {
  width: 100%;
  height: auto;
}
.news-holder .overlay {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  height: 30vh;
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255)); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255)); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255)); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255)); /* Standard syntax (must be last) */
  z-index: 100000;
  pointer-events: none;
}
.news-holder.open {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translateX(0, 0, 0);
  transform: translateX(0, 0, 0);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.news-holder .close-news-holder {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  z-index: 65000;
  width: 110px;
  color: #000;
}
@media (max-width: 575.98px) {
  .news-holder .close-news-holder {
    top: -10px;
    right: -10px;
  }
}
.news-holder .close-news-holder img {
  width: 110px;
  height: auto;
}
@media (max-width: 575.98px) {
  .news-holder {
    width: 100%;
  }
}

.loading {
  pointer-events: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 30000;
  background: #fff;
  overflow: hidden;
}
.loading i, .loading svg {
  opacity: 1;
  position: absolute;
  font-size: 100px;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -50px;
  color: rgb(132, 117, 78);
  z-index: 30001;
}

.mCustomScrollbar,
.mCustomScrollbar.mCS_touch_action,
.mCustomScrollbar.mCS_touch_action .mCS-aviva.mCSB_scrollTools {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}

.mCustomScrollBox {
  -ms-touch-action: pan-x !important;
  touch-action: pan-x !important;
}

.mCustomScrollBox.mCSB_vertical_horizontal {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}

.mCustomScrollBox.mCSB_horizontal {
  -ms-touch-action: pan-y !important;
  touch-action: pan-y !important;
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #84754e !important;
  border: 2px solid white !important;
}

.mCSB_horizontal > .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #84754e !important;
  border: 2px solid #84754e !important;
}

.help-block {
  color: #84754e !important;
}

#ContactForm_ContactForm button {
  border: none;
  outline: none;
  line-height: 1.2;
}
#ContactForm_ContactForm .ion-email {
  font-size: 72px;
}

.open-news {
  -webkit-box-shadow: 2px -2px 3px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 2px -2px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px -2px 3px 0 rgba(0, 0, 0, 0.3);
}
.open-news:hover {
  cursor: pointer;
}

/* HACK FLEXSLIDER AVOID FADE IN ON FIRST IMAGE

https://github.com/woocommerce/FlexSlider/issues/848

 */
.flexslider .slides > li:first-child {
  opacity: 1 !important;
}

/* ANIMATIONS */
/* slide in from the bottom */
@keyframes slideInTop {
  from {
    transform: translate3d(0px, -150px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideOutTop {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, -150px, 0);
  }
}
.slide-out-top {
  animation: slideOutTop 0.5s both ease-in;
  z-index: 8888;
}

.slide-in-top {
  animation: slideInTop 0.5s both ease-in;
  z-index: 9999;
}

.facebook-feed {
  padding: 20px;
  background: #e7e7e7;
  background: rgb(181.4571428571, 167.3142857143, 130.5428571429);
  margin-bottom: 3rem;
}

#HistoryPage #cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
@media (max-width: 1080.98px) {
  #HistoryPage #cd-timeline {
    text-align: center;
  }
}
#HistoryPage #cd-timeline::before {
  /* this is the vertical line */
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 1px;
  background: #d7e4ed;
  background: #333;
}
@media (max-width: 1080.98px) {
  #HistoryPage #cd-timeline:before {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  #HistoryPage #cd-timeline {
    margin-top: 0em;
    margin-bottom: 3em;
  }
  #HistoryPage #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
#HistoryPage .cd-timeline-block {
  position: relative;
  margin: 2em 0;
  opacity: 0;
}
#HistoryPage .cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
#HistoryPage .cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  #HistoryPage .cd-timeline-block {
    margin: 4em 0;
  }
  #HistoryPage .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
#HistoryPage .cd-timeline-img {
  position: absolute;
  background: #333;
  color: #fff;
  text-align: center;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px white, inset 0 2px 0 rgba(0, 0, 0, 0.18), 0 2px 0 2px rgba(0, 0, 0, 0.15);
}
#HistoryPage .cd-timeline-img span {
  font-size: 1rem;
  vertical-align: middle;
  height: 70px;
  line-height: 70px;
  font-family: HelveticaNeueLTPro-Bd;
}
@media (max-width: 1080.98px) {
  #HistoryPage .cd-timeline-img {
    position: relative;
    left: auto;
    right: auto;
    margin: 0 auto;
  }
}
@media (max-width: 1199.98px) {
  #HistoryPage .cd-timeline-img {
    width: 80px;
    height: 80px;
    line-height: 80px;
    left: 50%;
    margin-left: -40px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
}
#HistoryPage .cd-timeline-content {
  position: relative;
  margin-left: 60px;
  border-radius: 0.25em;
  padding: 0 1em;
}
@media (max-width: 1080.98px) {
  #HistoryPage .cd-timeline-content {
    margin-left: 0px;
  }
}
#HistoryPage .cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
#HistoryPage .cd-timeline-content h2 {
  color: #303e49;
  margin-top: 0;
}
#HistoryPage .cd-timeline-content p, #HistoryPage .cd-timeline-content .cd-read-more {
  font-size: 13px;
  font-size: 0.8125rem;
}
#HistoryPage .cd-timeline-content .cd-read-more {
  display: inline-block;
}
#HistoryPage .cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
@media (max-width: 1080.98px) {
  #HistoryPage .cd-timeline-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #HistoryPage .cd-timeline-content p {
    font-size: 16px;
    font-size: 1rem;
  }
  #HistoryPage .cd-timeline-content .cd-read-more {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media (max-width: 1199.98px) {
  #HistoryPage .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  #HistoryPage .cd-timeline-content::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  #HistoryPage .cd-timeline-content .cd-read-more {
    float: left;
  }
  #HistoryPage .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  #HistoryPage .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  #HistoryPage .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
  #HistoryPage .cd-timeline-block:nth-child(even) {
    text-align: left !important;
  }
  #HistoryPage .cd-timeline-block:nth-child(odd) {
    text-align: right !important;
  }
}

.prev-next-nav {
  background: #e7e7e7;
  pointer-events: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  height: auto;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 100px;
  z-index: 999999999;
  padding: 15px;
  -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 1199.98px) {
  .prev-next-nav {
    background: rgb(181.4571428571, 167.3142857143, 130.5428571429);
    position: relative;
    top: auto;
    left: 0;
    width: 100vw;
  }
}
@media (max-width: 1199.98px) {
  .prev-next-nav {
    margin-top: 40px;
    margin-bottom: 40px;
    width: 100%;
  }
}
.prev-next-nav a {
  font-size: 12px;
  pointer-events: all;
  text-transform: uppercase;
  font-family: HelveticaNeueLTPro-Bd;
  font-weight: normal;
  font-style: normal;
}
.prev-next-nav .prev, .prev-next-nav .next {
  width: 160px;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  background: #84754e;
}
@media (max-width: 1199.98px) {
  .prev-next-nav .prev, .prev-next-nav .next {
    background: transparent;
  }
}
@media (min-width: 1081px) {
  .prev-next-nav .prev:hover img, .prev-next-nav .next:hover img {
    transition: transform 0.35s ease-out;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@media screen and (min-width: 1081px) and (prefers-reduced-motion: reduce) {
  .prev-next-nav .prev:hover img, .prev-next-nav .next:hover img {
    transition: none;
  }
}
.prev-next-nav .prev img, .prev-next-nav .next img {
  width: 160px;
}
@media (max-width: 1199.98px) {
  .prev-next-nav .prev img, .prev-next-nav .next img {
    display: none;
  }
}
.prev-next-nav .prev .inner {
  text-align: left;
  float: left;
}
.prev-next-nav .next {
  justify-self: end;
}
.prev-next-nav .next img {
  float: right;
}
.prev-next-nav .next .inner {
  text-align: right;
  float: right;
}
.prev-next-nav .inner {
  padding: 20px;
  color: #fff;
  top: 30%;
}
@media (max-width: 1199.98px) {
  .prev-next-nav .inner {
    color: #222 !important;
    font-size: 12px !important;
  }
}

#logo-board {
  width: 100% !important;
  overflow: hidden;
  margin: 0 auto;
  background: #000 !important;
}
@media (max-width: 767.98px) {
  #logo-board .introduction {
    padding-bottom: 0;
  }
}
#logo-board .logos {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 3rem;
  padding: 0 10vw;
}
@media (max-width: 1199.98px) {
  #logo-board .logos {
    padding: 0;
    grid-column-gap: 0;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767.98px) {
  #logo-board .logos {
    grid-template-columns: 1fr 1fr;
  }
}
#logo-board .logo {
  background: transparent !important;
  transition: all 0.2s ease-in-out;
  z-index: 65000;
  background: #222;
}
#logo-board .logo svg path, #logo-board .logo svg polygon, #logo-board .logo svg rect {
  fill: #fff;
  stroke-width: 0;
}
.cursor {
  pointer-events: none;
}
.cursor__ball {
  position: fixed;
  top: 0;
  left: 0;
  mix-blend-mode: difference;
  z-index: 4999999;
}
.cursor__ball circle {
  fill: #f7f8fa;
}

.table-responsive {
  border: none !important;
}

#CompanyPage .hero {
  display: grid !important;
  grid-template-rows: 60% 20%;
  text-align: center;
  background-color: #000 !important;
  color: #fff;
}
#CompanyPage .hero h2 {
  margin-bottom: 0;
  display: block;
}
#CompanyPage .hero div {
  padding: 3rem;
}
#CompanyPage .hero div svg {
  height: 100%;
  width: auto;
}

article.slideshow .head {
  padding: 1rem 3rem;
  text-align: left !important;
  background: rgb(132, 117, 78);
  color: #fff !important;
  display: inline-block;
  margin: 0;
}
@media (max-width: 1080.98px) {
  article.slideshow .head {
    padding: 1rem 15px;
  }
}
article.slideshow .image-grid {
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  background: #222;
}
@media (max-width: 1080.98px) {
  article.slideshow .image-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575.98px) {
  article.slideshow .image-grid {
    grid-template-columns: 1fr;
  }
}
article.slideshow .image-grid img {
  width: 100%;
  height: auto;
}

.galery-holder {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 1080.98px) {
  .galery-holder {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575.98px) {
  .galery-holder {
    grid-template-columns: 1fr;
  }
}
.galery-holder img {
  width: 100%;
  height: auto;
}

#Magazine {
  height: 100vh;
}

#content .blocks {
  color: #333;
}
#content .blocks .row {
  max-width: 100%;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 5%;
}
#content .blocks .content {
  top: 0 !important;
  transform: none !important;
}
#content .blocks .columns img {
  width: 100%;
}
#content .blocks .slideshow {
  position: relative;
}
#content .blocks .slideshow .slides {
  margin: 30px auto;
  width: 80%;
}
#content .blocks .slideshow .flex-control-nav {
  bottom: auto;
  margin-bottom: -10px;
  z-index: 2;
  width: auto;
  position: relative;
}
#content .blocks .slideshow .position-indicator span {
  font-family: HelveticaNeueLTPro-Lt;
  letter-spacing: 2px;
  font-size: 1.5rem;
  color: rgb(132, 117, 78);
}
#content .blocks .slideshow .custom-navigation {
  width: 120px;
}
#content .blocks .slideshow a.flex-prev {
  font-size: 1.5rem;
  color: rgb(132, 117, 78);
  top: -47px;
  background-color: transparent;
  height: 50px;
  line-height: 50px;
  float: left;
}
#content .blocks .slideshow a.flex-prev:before {
  content: "⟨" !important;
  color: #333;
  color: rgb(132, 117, 78);
}
#content .blocks .slideshow a.flex-prev:hover {
  cursor: pointer;
  text-decoration: none;
}
#content .blocks .slideshow a.flex-next {
  font-size: 1.5rem;
  top: -47px;
  background-color: transparent;
  height: 50px;
  line-height: 50px;
  float: right;
  text-align: right;
}
#content .blocks .slideshow a.flex-next:before {
  content: "⟩" !important;
  color: #333;
  color: rgb(132, 117, 78);
}
#content .blocks .slideshow a.flex-next:hover {
  cursor: pointer;
  text-decoration: none;
}
#content .blocks h1, #content .blocks h2, #content .blocks h3 {
  margin-top: 0;
}
#content .blocks h1.light, #content .blocks h2.light, #content .blocks h3.light {
  font-family: HelveticaNeueLTPro-Lt;
  line-height: 1.3;
}
#content .blocks h2 {
  margin-bottom: 0;
}
#content .blocks .bildreihe {
  margin: 4rem auto;
  max-width: 1280px;
  display: grid;
  width: 100%;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
@media (max-width: 1480px) {
  #content .blocks .bildreihe {
    margin-top: 4rem;
    margin-bottom: 4rem;
    max-width: fit-content;
  }
}
@media (max-width: 767.98px) {
  #content .blocks .bildreihe {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: block !important;
    margin: 45px 0px !important;
  }
}
#content .blocks .bildreihe figure {
  margin: 0;
}
@media (max-width: 767.98px) {
  #content .blocks .bildreihe figure {
    margin: 15px 0;
  }
}
@media (max-width: 640px) {
  #content .blocks .bildreihe figure {
    padding: 0;
  }
}
#content .blocks .bildreihe figure figcaption {
  margin-top: 15px;
}
#content .blocks .bildreihe img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
#content .blocks .multicolumn {
  margin: 4rem auto;
  display: grid !important;
  max-width: 1280px;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  float: none !important;
}
@media (max-width: 1480px) {
  #content .blocks .multicolumn {
    margin: 4rem;
    max-width: fit-content;
  }
}
@media (max-width: 767.98px) {
  #content .blocks .multicolumn {
    grid-template-columns: 1fr;
    max-width: 100%;
    margin: 20px 0;
  }
}
#content .blocks .multicolumn-full {
  float: none !important;
  clear: both !important;
}
@media (max-width: 767.98px) {
  #content .blocks .multicolumn-full {
    margin-bottom: 15px;
  }
}
#content .blocks .multicolumn-full > :first-child {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 1280px;
  margin: 4rem auto;
}
@media (max-width: 1480px) {
  #content .blocks .multicolumn-full > :first-child {
    max-width: fit-content;
    margin: 4rem;
  }
}
@media (max-width: 767.98px) {
  #content .blocks .multicolumn-full > :first-child {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    max-width: 100%;
    margin: 40px 20px;
  }
}
#content .blocks .multicolumn-full.no-gap > :first-child {
  grid-column-gap: 0px;
}
@media (max-width: 1480px) {
  #content .blocks .multicolumn-full.no-gap > :first-child {
    max-width: fit-content;
    margin: 0rem;
  }
}
@media (max-width: 767.98px) {
  #content .blocks .multicolumn-full.no-gap > :first-child {
    grid-template-columns: 1fr;
    max-width: 100%;
    margin: 0;
  }
}
#content .blocks .multicolumn-full.no-gap > :first-child .slides {
  margin: 0;
}
#content .blocks .multicolumn-full.no-gap > :first-child figure {
  margin: 0;
}
#content .blocks .multicolumn-full.no-gap > :first-child figure img {
  object-fit: contain;
  width: 100%;
  height: auto;
}
#content .blocks .multicolumn-full.negative {
  background-color: #000 !important;
  color: #fff;
  max-width: 100%;
}
#content .blocks .multicolumn-full.negative h1, #content .blocks .multicolumn-full.negative h2, #content .blocks .multicolumn-full.negative h3, #content .blocks .multicolumn-full.negative p, #content .blocks .multicolumn-full.negative a {
  color: #fff;
}
#content .blocks .multicolumn-full.negative .textblock {
  background-color: #000 !important;
}
#content .blocks .multicolumn-full.negative > :first-child {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  max-width: 1280px;
  margin: 4rem auto;
}
@media (max-width: 1480px) {
  #content .blocks .multicolumn-full.negative > :first-child {
    max-width: fit-content;
    margin: 4rem;
  }
}
@media (max-width: 767.98px) {
  #content .blocks .multicolumn-full.negative > :first-child {
    grid-template-columns: 1fr;
    max-width: 100%;
    margin: 40px 20px;
  }
}
#content .blocks .multicolumn-full.negative .blocks {
  color: #fff;
}
@media (max-width: 640px) {
  #content .blocks .multicolumn-full {
    display: block !important;
  }
}
#content .blocks > .textblock {
  margin: 4rem auto !important;
}
#content .blocks > .textblock.negative p, #content .blocks > .textblock.negative h1, #content .blocks > .textblock.negative h2, #content .blocks > .textblock.negative h3, #content .blocks > .textblock.negative h4, #content .blocks > .textblock.negative h5, #content .blocks > .textblock.negative h6 {
  color: #fff !important;
}
#content .blocks .holder .textblock {
  margin: 0 auto !important;
}
#content .blocks .holder .flex {
  margin: 0 auto !important;
}
#content .blocks .ContactBlock {
  margin: 4rem auto;
  display: grid !important;
  grid-template-areas: "h h" "i a";
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media (max-width: 767.98px) {
  #content .blocks .ContactBlock {
    grid-column-gap: 0px;
    grid-template-areas: "h" "i" "a";
  }
}
#content .blocks .ContactBlock .headline {
  grid-area: h;
  width: 100%;
}
#content .blocks .ContactBlock .address {
  grid-area: a;
  text-align: left;
  justify-self: start;
  align-self: center;
}
@media (max-width: 767.98px) {
  #content .blocks .ContactBlock .address {
    text-align: center;
    justify-self: center;
    align-self: center;
  }
}
#content .blocks .ContactBlock .image {
  width: 240px;
  height: 240px;
  grid-area: i;
  justify-self: end;
}
@media (max-width: 767.98px) {
  #content .blocks .ContactBlock .image {
    justify-self: center;
  }
}
#content .blocks .ContactBlock .image img {
  border: 10px solid #333;
  border-radius: 50%;
  object-fit: contain;
}
#content .blocks .ContactBlockOhneHeadline {
  margin: 4rem auto;
  display: grid !important;
  grid-template-areas: "i a";
  grid-column-gap: 30px;
}
@media (max-width: 767.98px) {
  #content .blocks .ContactBlockOhneHeadline {
    grid-template-areas: "i" "a";
  }
}
#content .blocks .ContactBlockOhneHeadline .headline {
  grid-area: h;
  width: 100%;
}
#content .blocks .ContactBlockOhneHeadline .address {
  grid-area: a;
  justify-self: start;
  text-align: left;
  align-self: center;
}
@media (max-width: 767.98px) {
  #content .blocks .ContactBlockOhneHeadline .address {
    text-align: center;
    justify-self: center;
    align-self: center;
  }
}
#content .blocks .ContactBlockOhneHeadline .image {
  width: 240px;
  height: 240px;
  grid-area: i;
  justify-self: end;
}
@media (max-width: 767.98px) {
  #content .blocks .ContactBlockOhneHeadline .image {
    justify-self: center;
    margin-bottom: 30px;
  }
}
#content .blocks .ContactBlockOhneHeadline .image img {
  border: 10px solid #333;
  border-radius: 50%;
  object-fit: contain;
}
#content .blocks .desaturate {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}
#content .blocks .flex {
  margin: 2rem auto;
  display: grid !important;
  max-width: 1280px;
  grid-template-columns: 1fr;
  grid-column-gap: 30px;
}
#content .blocks .textblock {
  max-width: 1280px;
  margin: 0 auto;
}
#content .blocks .textblock table {
  margin: 0 auto;
}
#content .blocks .textblock.positive {
  max-width: 100%;
}
#content .blocks .textblock.positive .textblock-container {
  padding: 4rem;
  max-width: 1280px;
  width: 100%;
  justify-self: center !important;
  margin: 0 auto;
}
@media (max-width: 640px) {
  #content .blocks .textblock.positive .textblock-container {
    padding: 40px 20px;
  }
}
#content .blocks .textblock.negative {
  color: #fff;
  max-width: 100%;
}
#content .blocks .textblock.negative .textblock-container {
  padding: 4rem;
  max-width: 1280px;
  width: 100%;
  justify-self: center !important;
  margin: 0 auto;
}
@media (max-width: 640px) {
  #content .blocks .textblock.negative .textblock-container {
    padding: 40px 20px;
  }
}
#content .blocks .textblock.negative h1, #content .blocks .textblock.negative h2, #content .blocks .textblock.negative h3 {
  color: #fff;
}

.filters {
  position: fixed;
  top: 0;
  top: 100px;
  right: 0px;
  left: 0px;
  height: 70px;
  z-index: 9900000;
  background: transparent;
}
@media (max-width: 1199.98px) {
  .filters {
    top: 0;
  }
}
@media (max-width: 767.98px) {
  .filters {
    display: none;
  }
}
.filters form {
  padding-right: 47px;
}
@media (max-width: 767.98px) {
  .filters form {
    padding-right: 15px;
  }
}
.filters .nice-select {
  clear: none;
  float: right;
  margin: 15px 0 15px 30px;
}
@media (max-width: 767.98px) {
  .filters .nice-select.category-selector {
    float: left;
    margin-left: 15px;
  }
}
.filters .btn-inverse {
  margin: 15px 0 15px 30px;
  float: right;
}
@media (max-width: 1199.98px) {
  .filters .btn-inverse {
    margin: 15px 0;
  }
}

svg * {
  transform-box: fill-box;
}

.zoom {
  transition: transform 1s;
  transform-origin: 0 0;
  transform: scale(1.5);
  transform-origin: center;
}

.zoomlight {
  transition: transform 1s;
  transform-origin: 0 0;
  transform: scale(1.04);
  transform-origin: center;
}

td.nowrap {
  white-space: nowrap;
}

table th {
  font-family: HelveticaNeueLTPro-Bd;
}
table td b, table td strong {
  font-family: HelveticaNeueLTPro-Bd;
}
table th, table td {
  width: 1%;
}

h2 span.badge, h3 span.badge, h4 span.badge, h5 span.badge, h6 span.badge {
  font-family: HelveticaNeueLTPro-Lt;
}

.project-tile-holder {
  position: absolute;
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 10000;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  -webkit-transform: translate3d(0%, 110%, 0);
  -ms-transform: translate3d(0%, 110%, 0);
  transform: translate3d(0%, 110%, 0);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.project-tile-holder.open {
  -webkit-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.project-tile-holder .close-project-tile-holder {
  position: absolute;
  right: 10px;
  left: 0;
  top: 10px;
  z-index: 650000001;
  height: 50px;
  color: #000;
}
@media (max-width: 767.98px) {
  .project-tile-holder .close-project-tile-holder {
    -webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
    right: 5px;
  }
}
.project-tile-holder .close-project-tile-holder span {
  line-height: 50px;
  padding-right: 15px;
  font-size: 27px;
  float: right;
}
@media (max-width: 575.98px) {
  .project-tile-holder {
    width: 100%;
  }
}
.project-tile-holder h2 {
  font-size: 1.5rem;
}
.project-tile-holder h2 span {
  margin-top: 1.5rem;
}
@media (max-width: 575.98px) {
  .project-tile-holder .image-teaser {
    width: 100%;
    float: none;
  }
}
@media (min-width: 600px) {
  .project-tile-holder .image-teaser {
    width: 50vw;
    float: left;
  }
}
@media (max-width: 1199.98px) {
  .project-tile-holder .image-teaser {
    width: 33.33vw;
    float: left;
  }
}
@media (min-width: 1280px) {
  .project-tile-holder .image-teaser {
    width: 25vw;
    float: left;
  }
}
@media (min-width: 1601px) {
  .project-tile-holder .image-teaser {
    width: 20vw;
    float: left;
  }
}
.project-tile-holder #project-tile {
  background: #fff;
  display: grid;
  grid-template-columns: 60% 40%;
  grid-template-areas: "hero content";
  grid-auto-rows: 1fr;
  height: 100%;
}
@media (min-width: 1081px) {
  .project-tile-holder #project-tile {
    grid-template-columns: 65% 35%;
  }
}
@media (max-width: 767.98px) {
  .project-tile-holder #project-tile {
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-areas: "hero" "content";
    grid-template-rows: 40% auto;
  }
}
.project-tile-holder #project-tile .hero {
  grid-area: hero;
}
@media (max-width: 767.98px) {
  .project-tile-holder #project-tile .hero {
    height: 100%;
  }
}
.project-tile-holder #project-tile .content-tile {
  grid-area: content;
  position: relative;
  height: 100% !important;
  overflow-y: scroll;
  margin-right: -20px;
}
@media (max-width: 767.98px) {
  .project-tile-holder #project-tile .content-tile {
    background: #fff;
    height: auto !important;
    margin-right: 0px;
  }
}
.project-tile-holder #project-tile strong, .project-tile-holder #project-tile b {
  font-family: HelveticaNeueLTPro-Bd;
  font-weight: normal;
}
.project-tile-holder #project-tile span.badge {
  font-size: 13px;
  line-height: 13px;
  background: transparent;
  border: 1px solid #666;
  color: #333;
  padding: 7px 10px;
  display: inline-block;
  margin-bottom: 7px;
}
.project-tile-holder #project-tile table th, .project-tile-holder #project-tile table td {
  width: auto;
}
.project-tile-holder #project-tile .scroller {
  position: absolute;
  left: 30px;
  right: 60px;
  padding-bottom: 100px;
  padding-top: 60px;
}
@media (max-width: 767.98px) {
  .project-tile-holder #project-tile .scroller {
    position: relative;
    padding-top: 0px;
    left: 0px;
    right: 0px;
  }
}

.bottom-space {
  position: fixed;
  left: 0;
  right: 0;
  height: 30px;
  bottom: 0;
  z-index: 44444444;
  background: white;
}
@media (max-width: 1080.98px) {
  .bottom-space {
    z-index: 4;
  }
}
@media (max-width: 767.98px) {
  .bottom-space {
    z-index: 4;
    height: 15px;
  }
}

.TwentyYearsPage .logo-20,
#TwentyYearsPage .logo-20 {
  position: fixed;
  top: 15%;
  right: 5%;
  margin-right: 40px;
  z-index: 100000000000000;
  mix-blend-mode: difference;
  pointer-events: none;
}
@media (max-width: 1080.98px) {
  .TwentyYearsPage .logo-20,
  #TwentyYearsPage .logo-20 {
    top: 30%;
  }
}
@media (max-width: 767.98px) {
  .TwentyYearsPage .logo-20,
  #TwentyYearsPage .logo-20 {
    right: 7%;
    top: 10%;
    mix-blend-mode: normal;
  }
}
.TwentyYearsPage .logo-20 svg,
#TwentyYearsPage .logo-20 svg {
  fill: #fff;
  width: 220px;
  width: 40vw;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
  height: auto;
}
@media (max-width: 1080.98px) {
  .TwentyYearsPage .logo-20 svg,
  #TwentyYearsPage .logo-20 svg {
    width: 250px;
  }
}
.TwentyYearsPage section.home,
#TwentyYearsPage section.home {
  min-height: 100vh;
  padding: 5% 10%;
}
@media (max-width: 767.98px) {
  .TwentyYearsPage section.home,
  #TwentyYearsPage section.home {
    padding: 15% 0%;
  }
}
.TwentyYearsPage section.home .spacer,
#TwentyYearsPage section.home .spacer {
  display: grid;
  grid-template-columns: 50% 50%;
  max-width: 1520px;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .TwentyYearsPage section.home .spacer,
  #TwentyYearsPage section.home .spacer {
    grid-template-columns: 50% 50%;
  }
  .TwentyYearsPage section.home .spacer h1,
  #TwentyYearsPage section.home .spacer h1 {
    font-size: 7rem !important;
  }
}
@media (max-width: 767.98px) {
  .TwentyYearsPage section.home .spacer,
  #TwentyYearsPage section.home .spacer {
    grid-template-columns: 100%;
  }
}
.TwentyYearsPage section.home.intro,
#TwentyYearsPage section.home.intro {
  padding: 15vh 10%;
  background-color: #f7efec;
}
@media (max-width: 767.98px) {
  .TwentyYearsPage section.home.intro,
  #TwentyYearsPage section.home.intro {
    padding: 15% 10%;
    min-height: auto;
    height: auto;
  }
}
.TwentyYearsPage section.home.intro h1, .TwentyYearsPage section.home.intro h2, .TwentyYearsPage section.home.intro h3,
#TwentyYearsPage section.home.intro h1,
#TwentyYearsPage section.home.intro h2,
#TwentyYearsPage section.home.intro h3 {
  font-family: HelveticaNeueLTPro-Lt;
  font-weight: normal;
  font-style: normal;
}
.TwentyYearsPage section.home .container,
#TwentyYearsPage section.home .container {
  position: relative;
}
.TwentyYearsPage section.home .text-ani h1,
#TwentyYearsPage section.home .text-ani h1 {
  text-shadow: none;
  font-family: HelveticaNeueLTPro-Blk !important;
  text-transform: uppercase;
  color: rgb(132, 117, 78);
  font-size: 8.5rem;
  line-height: 100%;
  margin-top: 25%;
  margin-bottom: 60px;
  color: #fff;
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  transform: rotate(-15deg);
  text-align: left;
}
@media (max-width: 1080.98px) {
  .TwentyYearsPage section.home .text-ani h1,
  #TwentyYearsPage section.home .text-ani h1 {
    font-size: 6rem !important;
    margin-top: 95%;
  }
}
@media (max-width: 767.98px) {
  .TwentyYearsPage section.home .text-ani h1,
  #TwentyYearsPage section.home .text-ani h1 {
    font-size: 4.4em !important;
    margin-top: 75%;
    margin-left: 10%;
  }
}
@media (max-width: 575.98px) {
  .TwentyYearsPage section.home .text-ani h1,
  #TwentyYearsPage section.home .text-ani h1 {
    font-size: 4.4em !important;
    margin-top: 65%;
    margin-left: 10%;
  }
}
.TwentyYearsPage .css-selector,
#TwentyYearsPage .css-selector {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  -webkit-animation: gradient 15s ease infinite;
  -moz-animation: gradient 15s ease infinite;
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.TwentyYearsPage #Agenda,
#TwentyYearsPage #Agenda {
  width: 100%;
  padding: 15vh 10%;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.TwentyYearsPage #Agenda .spacer,
#TwentyYearsPage #Agenda .spacer {
  display: grid;
  grid-template-columns: 50% 50%;
  max-width: 1520px;
  margin: 0 auto;
}
@media (max-width: 1080.98px) {
  .TwentyYearsPage #Agenda .spacer,
  #TwentyYearsPage #Agenda .spacer {
    grid-template-columns: 60% 40%;
  }
}
@media (max-width: 767.98px) {
  .TwentyYearsPage #Agenda .spacer,
  #TwentyYearsPage #Agenda .spacer {
    grid-template-columns: 100%;
  }
}
@media (max-width: 767.98px) {
  .TwentyYearsPage #Agenda,
  #TwentyYearsPage #Agenda {
    padding: 15% 10%;
    min-height: auto;
    height: auto;
  }
}
.TwentyYearsPage #Agenda .agenda-info h1, .TwentyYearsPage #Agenda .agenda-info h2,
#TwentyYearsPage #Agenda .agenda-info h1,
#TwentyYearsPage #Agenda .agenda-info h2 {
  color: #fff;
}
.TwentyYearsPage #Agenda .agenda-info h4,
#TwentyYearsPage #Agenda .agenda-info h4 {
  font-weight: 300;
}
.TwentyYearsPage #SmallImages,
#TwentyYearsPage #SmallImages {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
  min-height: auto !important;
}
@media (max-width: 1080.98px) {
  .TwentyYearsPage #SmallImages,
  #TwentyYearsPage #SmallImages {
    grid-template-columns: 1fr 1fr 1fr;
    min-height: 700px;
  }
}
@media (max-width: 767.98px) {
  .TwentyYearsPage #SmallImages,
  #TwentyYearsPage #SmallImages {
    grid-template-columns: 1fr 1fr;
  }
}
.TwentyYearsPage #SmallImages .small-images,
#TwentyYearsPage #SmallImages .small-images {
  display: block;
}
.TwentyYearsPage #SmallImages .small-images img,
#TwentyYearsPage #SmallImages .small-images img {
  width: 100%;
  height: auto;
}
.TwentyYearsPage #ContactOne,
#TwentyYearsPage #ContactOne {
  min-height: 100vh;
  padding: 15vh 10%;
  width: 100%;
  background-color: rgb(132, 117, 78);
}
@media (max-width: 767.98px) {
  .TwentyYearsPage #ContactOne,
  #TwentyYearsPage #ContactOne {
    padding: 15% 10%;
    min-height: auto;
    height: auto;
  }
}
.TwentyYearsPage #ContactOne .spacer,
#TwentyYearsPage #ContactOne .spacer {
  display: grid;
  grid-template-columns: 50% 50%;
  max-width: 1520px;
  margin: 0 auto;
}
@media (max-width: 1080.98px) {
  .TwentyYearsPage #ContactOne .spacer,
  #TwentyYearsPage #ContactOne .spacer {
    grid-template-columns: 60% 40%;
  }
}
@media (max-width: 767.98px) {
  .TwentyYearsPage #ContactOne .spacer,
  #TwentyYearsPage #ContactOne .spacer {
    grid-template-columns: 100%;
  }
}
.TwentyYearsPage #ContactOne .light,
#TwentyYearsPage #ContactOne .light {
  font-family: HelveticaNeueLTPro-Lt;
}
.TwentyYearsPage #ContactOne .contact-form,
#TwentyYearsPage #ContactOne .contact-form {
  text-align: left;
  overflow: hidden;
}
.TwentyYearsPage #ContactOne .contact-form h4,
#TwentyYearsPage #ContactOne .contact-form h4 {
  margin-bottom: 40px;
  text-transform: uppercase;
  color: #333;
  font-family: HelveticaNeueLTPro-Bd;
}
.TwentyYearsPage #ContactOne .contact-form label,
#TwentyYearsPage #ContactOne .contact-form label {
  margin-bottom: 0;
}
.TwentyYearsPage #ContactOne .contact-form .daten,
#TwentyYearsPage #ContactOne .contact-form .daten {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 60px;
  padding: 20px 0 20px 0;
}
@media (max-width: 1080.98px) {
  .TwentyYearsPage #ContactOne .contact-form .daten,
  #TwentyYearsPage #ContactOne .contact-form .daten {
    grid-column-gap: 30px;
  }
}
@media (max-width: 767.98px) {
  .TwentyYearsPage #ContactOne .contact-form .daten,
  #TwentyYearsPage #ContactOne .contact-form .daten {
    grid-template-columns: 1fr;
    grid-row-gap: 30px;
    padding: 40px 0 0 0;
  }
}
.TwentyYearsPage #ContactOne .contact-form .daten .form-group,
#TwentyYearsPage #ContactOne .contact-form .daten .form-group {
  margin-bottom: 30px;
  min-height: 90px;
}
@media (max-width: 767.98px) {
  .TwentyYearsPage #ContactOne .contact-form .daten .form-group,
  #TwentyYearsPage #ContactOne .contact-form .daten .form-group {
    margin-bottom: 20px;
  }
}
.TwentyYearsPage #ContactOne .contact-form .daten .form-control,
#TwentyYearsPage #ContactOne .contact-form .daten .form-control {
  background-color: transparent !important;
  border: none;
  border-bottom: 3px solid #333;
  border-radius: 0 !important;
  transition: none !important;
  padding: 0 !important;
}
.TwentyYearsPage #ContactOne .contact-form .daten .form-control:focus,
#TwentyYearsPage #ContactOne .contact-form .daten .form-control:focus {
  outline: none !important;
  box-shadow: none !important;
  border-bottom: 3px solid rgb(132, 117, 78);
}
.TwentyYearsPage #ContactOne .contact-form .checkboxes,
#TwentyYearsPage #ContactOne .contact-form .checkboxes {
  padding: 15px 0;
}
.TwentyYearsPage #ContactOne .contact-form .checkboxes .form-group,
#TwentyYearsPage #ContactOne .contact-form .checkboxes .form-group {
  margin-bottom: 10px;
}
@media (max-width: 767.98px) {
  .TwentyYearsPage #ContactOne .contact-form .checkboxes,
  #TwentyYearsPage #ContactOne .contact-form .checkboxes {
    margin-top: 0;
  }
}
.TwentyYearsPage #ContactOne .contact-form .checkboxes label input:after,
#TwentyYearsPage #ContactOne .contact-form .checkboxes label input:after {
  content: "";
  width: 30px;
  display: block;
}
.TwentyYearsPage #ContactOne .contact-form .Actions,
#TwentyYearsPage #ContactOne .contact-form .Actions {
  margin-top: 15px;
}
.TwentyYearsPage #ContactOne .contact-form .Actions .btn-primary,
#TwentyYearsPage #ContactOne .contact-form .Actions .btn-primary {
  background-color: transparent;
  text-transform: uppercase;
  color: #333;
  font-size: 1.25em;
  border: 3px solid #333;
  font-family: HelveticaNeueLTPro-Blk;
  margin: 0 auto;
  border-radius: 40px;
  padding: 15px 30px;
  font-family: HelveticaNeueLTPro-Bd;
}
.TwentyYearsPage #ContactOne .contact-form .Actions .btn-primary:hover,
#TwentyYearsPage #ContactOne .contact-form .Actions .btn-primary:hover {
  color: rgb(132, 117, 78);
  border-color: rgb(132, 117, 78);
}
.TwentyYearsPage #ContactTwo,
#TwentyYearsPage #ContactTwo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 70vh;
}
@media (max-width: 1080.98px) {
  .TwentyYearsPage #ContactTwo,
  #TwentyYearsPage #ContactTwo {
    height: 100%;
    display: block;
  }
}
.TwentyYearsPage #ContactTwo .contact-details,
#TwentyYearsPage #ContactTwo .contact-details {
  background-color: rgb(132, 117, 78);
  text-align: center;
  padding: 15vh 10%;
}
.TwentyYearsPage #ContactTwo .contact-details .logo-20-bottom svg,
#TwentyYearsPage #ContactTwo .contact-details .logo-20-bottom svg {
  width: 300px;
  height: auto;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .TwentyYearsPage #ContactTwo .contact-details .logo-20-bottom svg,
  #TwentyYearsPage #ContactTwo .contact-details .logo-20-bottom svg {
    width: 250px;
  }
}
@media (max-width: 767.98px) {
  .TwentyYearsPage #ContactTwo .contact-details,
  #TwentyYearsPage #ContactTwo .contact-details {
    padding: 10% 15%;
  }
}
.TwentyYearsPage #ContactTwo .key-visual svg,
#TwentyYearsPage #ContactTwo .key-visual svg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1100px;
  height: auto;
  fill: rgb(132, 117, 78);
  opacity: 0.4;
}
@media (max-width: 767.98px) {
  .TwentyYearsPage #ContactTwo .key-visual svg,
  #TwentyYearsPage #ContactTwo .key-visual svg {
    width: 90%;
  }
}
.TwentyYearsPage #ContactTwo .contact-map iframe,
#TwentyYearsPage #ContactTwo .contact-map iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 1080.98px) {
  .TwentyYearsPage #ContactTwo .contact-map iframe,
  #TwentyYearsPage #ContactTwo .contact-map iframe {
    height: 80vh;
  }
}

@keyframes move {
  from {
    transform: translate3d(0, -30px, 0);
  }
  to {
    transform: translate3d(0, -10px, 0);
  }
}
#VWCasePage section {
  padding: 6vh 10vw;
}
#VWCasePage h1 {
  margin: 0;
}
#VWCasePage h4 {
  text-transform: uppercase;
  padding-bottom: 40px;
  color: #000;
  font-size: 1.75rem;
}
@media (max-width: 767px) {
  #VWCasePage h4 {
    padding-bottom: 20px;
  }
}
#VWCasePage p {
  letter-spacing: 0.05rem;
  color: #000;
}
#VWCasePage .showUp {
  opacity: 0;
}
#VWCasePage .showUp.inview {
  opacity: 1;
}
#VWCasePage .description {
  background: rgb(23, 51, 99);
  background: -moz-linear-gradient(45deg, rgb(23, 51, 99) 0%, rgb(34, 116, 170) 81%, rgb(34, 116, 170) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgb(23, 51, 99)), color-stop(81%, rgb(34, 116, 170)), color-stop(100%, rgb(34, 116, 170)));
  background: -webkit-linear-gradient(45deg, rgb(23, 51, 99) 0%, rgb(34, 116, 170) 81%, rgb(34, 116, 170) 100%);
  background: -o-linear-gradient(45deg, rgb(23, 51, 99) 0%, rgb(34, 116, 170) 81%, rgb(34, 116, 170) 100%);
  background: -ms-linear-gradient(45deg, rgb(23, 51, 99) 0%, rgb(34, 116, 170) 81%, rgb(34, 116, 170) 100%);
  background: linear-gradient(45deg, rgb(23, 51, 99) 0%, rgb(34, 116, 170) 81%, rgb(34, 116, 170) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#173363", endColorstr="#2274aa", GradientType=1 );
  position: relative;
}
@media (max-width: 768px) {
  #VWCasePage .description {
    height: 850px;
  }
}
#VWCasePage .description p {
  left: 20vw;
  right: 20vw;
  text-align: center;
  color: #fff;
  margin-top: 50vh;
  z-index: 100000;
  transform: translate3d(0, 0, 100000000000);
  position: absolute;
}
@media (max-width: 1599px) {
  #VWCasePage .description p {
    left: 10vw;
    right: 10vw;
  }
}
@media (max-width: 1199px) {
  #VWCasePage .description p {
    left: 10vw;
    right: 10vw;
  }
}
@media (max-width: 768px) {
  #VWCasePage .description p {
    margin-top: 40vh;
    left: 10vw;
    right: 10vw;
  }
}
#VWCasePage .description .support-image {
  position: absolute;
  height: auto;
  width: 60vw;
  margin: 0;
  margin-left: -30vw;
  left: 50vw;
  opacity: 1;
  top: 10vh;
  opacity: 0;
  transition: opacity 1.3s ease;
}
#VWCasePage .description .support-image.inview {
  opacity: 1;
  transition: opacity 1.3s ease;
}
@media (max-width: 991px) {
  #VWCasePage .description .support-image {
    float: none;
  }
}
@media (max-width: 767px) {
  #VWCasePage .description .support-image {
    margin-left: 0;
    left: 0vw;
    width: 110%;
    height: auto;
  }
}
#VWCasePage .circuit {
  background: #000 !important;
  text-align: right;
}
@media (max-width: 991px) {
  #VWCasePage .circuit {
    text-align: center;
  }
}
#VWCasePage .circuit svg {
  width: 30vw;
  float: left;
}
#VWCasePage .circuit svg path#circuito {
  z-index: 1;
  stroke: rgb(33.1582524272, 113.1281553398, 167.7417475728);
  stroke-width: 4vmin;
  fill: transparent;
}
@media (max-width: 991px) {
  #VWCasePage .circuit svg {
    width: 80vw;
    padding: 40px;
  }
}
#VWCasePage .circuit p {
  color: #fff;
  padding: 10px 0;
}
#VWCasePage .circuit h1 {
  color: #fff;
}
#VWCasePage .circuit h1.first {
  padding-top: 70px;
}
@media (max-width: 767px) {
  #VWCasePage .circuit h1.first {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  #VWCasePage .circuit h1 {
    text-align: center;
  }
}
#VWCasePage .participants {
  background: #fff;
  background-image: url("/themes/lmc/img/case2/lmc_drivingexperience_01.jpg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
@media (max-width: 991px) {
  #VWCasePage .participants {
    background-position: center center;
  }
}
#VWCasePage .participants .showUp h4, #VWCasePage .participants .showUp h1, #VWCasePage .participants .showUp h2 {
  color: #222;
}
#VWCasePage .participants p {
  padding: 10px 0;
}
#VWCasePage .countries {
  background: rgb(23, 51, 99);
  background: -moz-linear-gradient(45deg, rgb(23, 51, 99) 0%, rgb(34, 116, 170) 81%, rgb(34, 116, 170) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgb(23, 51, 99)), color-stop(81%, rgb(34, 116, 170)), color-stop(100%, rgb(34, 116, 170)));
  background: -webkit-linear-gradient(45deg, rgb(23, 51, 99) 0%, rgb(34, 116, 170) 81%, rgb(34, 116, 170) 100%);
  background: -o-linear-gradient(45deg, rgb(23, 51, 99) 0%, rgb(34, 116, 170) 81%, rgb(34, 116, 170) 100%);
  background: -ms-linear-gradient(45deg, rgb(23, 51, 99) 0%, rgb(34, 116, 170) 81%, rgb(34, 116, 170) 100%);
  background: linear-gradient(45deg, rgb(23, 51, 99) 0%, rgb(34, 116, 170) 81%, rgb(34, 116, 170) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#173363", endColorstr="#2274aa", GradientType=1 );
  position: relative;
  text-align: right;
  padding: 6vh 0;
}
@media (max-width: 991px) {
  #VWCasePage .countries {
    text-align: left;
  }
}
#VWCasePage .countries .support-image {
  height: 500px;
  width: auto;
  float: left;
  left: 0;
  margin-left: 10vh;
  animation: slideInDown 0.5s both ease-in;
  z-index: 1;
}
#VWCasePage .countries .support-image.inview {
  animation: slideInUp 0.4s both ease-out;
}
@media (max-width: 1024px) {
  #VWCasePage .countries .support-image {
    padding-bottom: 60px;
    width: 60vw;
    height: auto;
  }
}
@media (max-width: 768px) {
  #VWCasePage .countries .support-image {
    margin-left: 0;
    width: 90vw;
    padding-bottom: 30px;
  }
}
#VWCasePage .countries .showUp {
  position: absolute;
  right: 10vw;
  width: 30vw;
  float: right;
}
#VWCasePage .countries .showUp h4, #VWCasePage .countries .showUp p, #VWCasePage .countries .showUp h1, #VWCasePage .countries .showUp h2 {
  color: #fff;
}
#VWCasePage .countries .showUp p {
  padding: 10px 0;
}
@media (max-width: 991px) {
  #VWCasePage .countries .showUp {
    text-align: center;
    position: relative;
    left: 10vw;
    right: 10vw;
    width: 80vw;
    float: none;
  }
}
@media (max-width: 991px) {
  #VWCasePage .countries .showUp h1 {
    text-align: center;
  }
}
#VWCasePage .countries .showUp h1.first {
  padding-top: 70px;
}
@media (max-width: 767px) {
  #VWCasePage .countries .showUp h1.first {
    padding-top: 20px;
  }
}
#VWCasePage .promo-video {
  position: relative;
  background: #ffffff;
}
#VWCasePage .promo-video video {
  width: 40vw;
  float: right;
}
@media (max-width: 991px) {
  #VWCasePage .promo-video video {
    width: 100%;
  }
}
#VWCasePage .promo-video .showUp {
  width: 35vw;
  float: left;
}
@media (max-width: 991px) {
  #VWCasePage .promo-video .showUp {
    width: 100%;
  }
}
#VWCasePage .promo-video .showUp h1, #VWCasePage .promo-video .showUp h2 {
  color: #000;
}
#VWCasePage .galery {
  padding: 0;
}
#VWCasePage .galery .galery-holder {
  background-color: #2274ac;
  overflow: hidden;
}
#VWCasePage .galery .col-25 {
  width: 25%;
  height: 18vw;
  overflow: hidden;
  float: left;
}
#VWCasePage .galery .col-25 .bg {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1400px) {
  #VWCasePage .galery .col-25 {
    width: 33.33%;
    height: 20vw;
  }
}
@media (max-width: 480px) {
  #VWCasePage .galery .col-25 {
    width: 100%;
    height: 66vw;
  }
}

#VWEventsCasePage p, #VWEventsCasePage h4 {
  color: #000;
}
#VWEventsCasePage section {
  padding: 0 10vw;
}
#VWEventsCasePage hr {
  border-color: #222;
}
#VWEventsCasePage h2 {
  color: #2274ac;
}
#VWEventsCasePage .description p {
  font-size: 1.25rem;
  font-weight: 300;
  width: 50vw;
  margin-top: 0vmin;
}
#VWEventsCasePage .showUp {
  opacity: 0;
}
#VWEventsCasePage .showUp.inview {
  opacity: 1;
}
#VWEventsCasePage span.counter {
  font-size: 2.5rem;
  display: block;
  color: #2274ac;
  margin-top: 40px;
}
#VWEventsCasePage .subtitle {
  margin-top: 0;
  text-transform: uppercase;
  color: #2274ac;
}
#VWEventsCasePage .description {
  position: relative;
  height: 100vh;
  background-image: url("/themes/lmc/img/case3/VolkswagenHandelsmarketing4.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .description {
    height: 850px;
  }
}
#VWEventsCasePage .description .logo {
  width: 150px;
  height: 150px;
  margin: 100px 0 100px;
}
@media (max-width: 768px) {
  #VWEventsCasePage .description .logo {
    width: 120px;
    height: 120px;
    margin: 0;
    padding: 50px 0 30px;
    width: 100%;
    height: auto;
  }
}
#VWEventsCasePage .description .facade {
  right: 0px;
  bottom: 0;
  position: absolute;
  width: 33vw;
  height: auto;
  animation: slideInDown 0.5s both ease-in;
  z-index: 1;
}
#VWEventsCasePage .description .facade.inview {
  animation: slideInUp 0.4s both ease-out;
}
@media (max-width: 1199.98px) {
  #VWEventsCasePage .description .facade {
    width: 400px;
  }
}
@media (max-width: 1080.98px) {
  #VWEventsCasePage .description .facade {
    width: 350px;
  }
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .description .facade {
    width: 300px;
  }
}
#VWEventsCasePage .description h2 {
  width: 50vw;
  margin-bottom: 60px;
  color: #222;
}
#VWEventsCasePage .whatwedo {
  padding: 10vh 0;
  background-color: #fff !important;
  min-height: 600px;
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .whatwedo {
    height: 100%;
  }
}
#VWEventsCasePage .whatwedo .col {
  width: 50%;
  overflow: hidden;
  float: left;
  margin: 0;
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .whatwedo .col {
    width: 100%;
  }
}
#VWEventsCasePage .whatwedo .col .item-photo,
#VWEventsCasePage .whatwedo .col .item-text {
  position: relative;
  cursor: pointer;
  width: 100%;
  z-index: 1;
  overflow: hidden;
}
#VWEventsCasePage .whatwedo .col .item-photo {
  background-image: url("/themes/lmc/img/case3/trailer-e-mobilitaet.jpg");
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
  height: 600px;
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .whatwedo .col .item-photo {
    height: 400px;
  }
}
#VWEventsCasePage .whatwedo .col .item-text {
  padding: 35px 70px;
}
@media (max-width: 768px) {
  #VWEventsCasePage .whatwedo .col .item-text {
    padding: 30px;
  }
}
#VWEventsCasePage .whatwedo .col .item-text p {
  line-height: 160%;
}
#VWEventsCasePage .event1 {
  padding: 0;
  background-color: #eee !important;
  height: 700px;
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event1 {
    height: 100%;
    border: none;
  }
}
#VWEventsCasePage .event1 .col {
  width: 30%;
  overflow: hidden;
  float: left;
  margin: 0;
}
#VWEventsCasePage .event1 .col .item-text {
  padding: 60px;
}
@media (max-width: 768px) {
  #VWEventsCasePage .event1 .col .item-text {
    padding: 30px;
  }
}
@media (max-width: 1371px) {
  #VWEventsCasePage .event1 .col {
    width: 35%;
  }
}
@media (max-width: 1200px) {
  #VWEventsCasePage .event1 .col {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event1 .col {
    width: 100%;
  }
}
#VWEventsCasePage .event1 .item-photo {
  width: 70%;
  overflow: hidden;
  float: right;
  margin: 0;
  position: relative;
  background-image: url("/themes/lmc/img/case3/VolkswagenHandelsmarketing6.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
}
@media (max-width: 1371px) {
  #VWEventsCasePage .event1 .item-photo {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  #VWEventsCasePage .event1 .item-photo {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event1 .item-photo {
    width: 100%;
    height: 400px;
  }
}
#VWEventsCasePage .event2 {
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 47%, rgb(250, 252, 255) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(255, 255, 255)), color-stop(47%, rgb(246, 246, 246)), color-stop(100%, rgb(250, 252, 255)));
  background: -webkit-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 47%, rgb(250, 252, 255) 100%);
  background: -o-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 47%, rgb(250, 252, 255) 100%);
  background: -ms-linear-gradient(top, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 47%, rgb(250, 252, 255) 100%);
  background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgb(246, 246, 246) 47%, rgb(250, 252, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#fafcff", GradientType=0 );
  padding: 0;
  height: 100%;
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event2 {
    padding: 30px;
  }
}
#VWEventsCasePage .event2 .render {
  margin-top: 20px;
  width: 65%;
  height: auto;
  padding: 30px;
  animation: slideOutLeft 0.3s both ease-in;
  z-index: 1;
}
#VWEventsCasePage .event2 .render.inview {
  animation: slideInLeft 0.9s both ease-in;
  z-index: 3;
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event2 .render {
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
}
#VWEventsCasePage .event2 .item-text {
  float: right;
  padding: 120px 50px 0 50px;
  width: 30%;
}
@media (max-width: 1080.98px) {
  #VWEventsCasePage .event2 .item-text {
    padding: 30px 30px 30px 0;
  }
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event2 .item-text {
    width: 100%;
    float: left;
    padding: 0;
  }
}
#VWEventsCasePage .event2 .item-text strong {
  color: #2274ac;
}
#VWEventsCasePage .event3 {
  padding: 0;
  background-color: #eee !important;
  height: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 30% 70%;
}
#VWEventsCasePage .event3 .col1 {
  width: 30%;
  overflow: hidden;
  height: 700px;
  float: left;
  margin: 0;
}
@media (max-width: 1200px) {
  #VWEventsCasePage .event3 .col1 {
    width: 35%;
  }
}
@media (max-width: 1080.98px) {
  #VWEventsCasePage .event3 .col1 {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event3 .col1 {
    width: 100%;
    height: 400px;
  }
}
#VWEventsCasePage .event3 .col1 .item-text {
  margin: 60px;
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event3 .col1 .item-text {
    margin: 0;
    padding: 30px;
  }
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event3 .col1 .item-text .counter {
    margin-top: 0;
  }
}
#VWEventsCasePage .event3 .col2 {
  width: 70%;
  overflow: hidden;
  height: 700px;
}
@media (max-width: 1200px) {
  #VWEventsCasePage .event3 .col2 {
    width: 35%;
  }
}
@media (max-width: 991px) {
  #VWEventsCasePage .event3 .col2 {
    width: 50%;
  }
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event3 .col2 {
    width: 100%;
    height: 600px;
    padding-top: 40px;
  }
}
#VWEventsCasePage .event3 .col2 .col-50 {
  width: 100%;
  height: 50%;
  overflow: hidden;
  float: left;
}
#VWEventsCasePage .event3 .col2 .col-50 .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: inherit;
  display: block;
  width: 100%;
  height: 100%;
}
#VWEventsCasePage .event3 .balloon {
  margin: 30px;
  width: 389px;
  height: auto;
  top: 240px;
  left: 100px;
  position: absolute;
  z-index: -1;
  animation: slideInDown 0.5s both ease-in;
  z-index: 1;
}
#VWEventsCasePage .event3 .balloon.inview {
  animation: slideInUp 0.4s both ease-out;
}
@media (max-width: 1080.98px) {
  #VWEventsCasePage .event3 .balloon {
    display: none;
  }
}
#VWEventsCasePage .event4 {
  z-index: 2000000;
  padding: 0;
  background-color: #fff;
  height: 700px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1080.98px) {
  #VWEventsCasePage .event4 {
    height: 600px;
  }
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event4 {
    height: 500px;
  }
}
#VWEventsCasePage .event4 .item-photo {
  background-image: url("/themes/lmc/img/case3/VolkswagenHandelsmarketing12.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 700px;
}
@media (max-width: 1080.98px) {
  #VWEventsCasePage .event4 .item-photo {
    height: 600px;
  }
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event4 .item-photo {
    height: 500px;
  }
}
#VWEventsCasePage .event4 .item-text {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30vw;
  position: absolute;
  text-align: center;
  padding: 20px 40px 30px;
  top: 50%;
  transform: translateY(-50%);
}
#VWEventsCasePage .event4 .item-text h2, #VWEventsCasePage .event4 .item-text p {
  color: #fff;
  text-shadow: 0px 0px 20px rgb(0, 0, 0);
}
@media (max-width: 1200px) {
  #VWEventsCasePage .event4 .item-text {
    width: 40vw;
  }
}
@media (max-width: 1080.98px) {
  #VWEventsCasePage .event4 .item-text {
    width: 50vw;
  }
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event4 .item-text {
    width: 70vw;
  }
}
#VWEventsCasePage .event5a,
#VWEventsCasePage .event5b {
  height: 100%;
  background-color: #fff;
  padding-top: 50px;
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event5a,
  #VWEventsCasePage .event5b {
    padding: 30px 30px 0 30px;
  }
}
#VWEventsCasePage .event5a .item-text,
#VWEventsCasePage .event5b .item-text {
  width: 50%;
  float: left;
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event5a .item-text,
  #VWEventsCasePage .event5b .item-text {
    width: 100%;
  }
}
#VWEventsCasePage .event5a .item-text .event-logo,
#VWEventsCasePage .event5b .item-text .event-logo {
  padding: 30px 30px 30px 0;
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event5a .item-text .event-logo,
  #VWEventsCasePage .event5b .item-text .event-logo {
    padding: 30px 0;
  }
}
#VWEventsCasePage .event5a .rosemary,
#VWEventsCasePage .event5a .garlic,
#VWEventsCasePage .event5b .rosemary,
#VWEventsCasePage .event5b .garlic {
  width: 50%;
  float: right;
  animation: slideOutRight 0.5s both ease-in;
  z-index: 1;
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event5a .rosemary,
  #VWEventsCasePage .event5a .garlic,
  #VWEventsCasePage .event5b .rosemary,
  #VWEventsCasePage .event5b .garlic {
    width: 80%;
  }
}
#VWEventsCasePage .event5a .rosemary.inview,
#VWEventsCasePage .event5a .garlic.inview,
#VWEventsCasePage .event5b .rosemary.inview,
#VWEventsCasePage .event5b .garlic.inview {
  animation: slideInRight 0.9s both ease;
  z-index: 3;
}
#VWEventsCasePage .event5b {
  padding-bottom: 50px;
}
#VWEventsCasePage .event5b .item-text {
  float: right;
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event5b .item-text {
    float: left;
  }
}
#VWEventsCasePage .event5b .garlic {
  float: left;
  animation: slideOutLeft 0.3s both ease-in;
  z-index: 1;
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event5b .garlic {
    float: right;
  }
}
#VWEventsCasePage .event5b .garlic.inview {
  animation: slideInLeft 0.9s both ease-in;
  z-index: 3;
}
#VWEventsCasePage .event6 {
  padding: 0;
  height: 700px;
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event6 {
    height: 1200px;
  }
}
#VWEventsCasePage .event6 .col1 {
  height: 700px;
  position: relative;
  width: 60%;
  overflow: hidden;
  float: left;
  margin: 0;
  background-image: url("/themes/lmc/img/case3/VolkswagenHandelsmarketing14b.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-right: 10px solid #f7f7f7;
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event6 .col1 {
    width: 100%;
    border-right: none;
  }
}
#VWEventsCasePage .event6 .col1 .item-text {
  width: 50vw;
  position: absolute;
  top: 0;
  margin: 30px 60px;
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event6 .col1 .item-text {
    width: 85%;
    margin: 0;
    padding: 30px;
  }
}
#VWEventsCasePage .event6 .col1 .item-text h2, #VWEventsCasePage .event6 .col1 .item-text p {
  color: #fff;
}
#VWEventsCasePage .event6 .col1 .building {
  position: absolute;
  bottom: 0;
  width: 58.6vw;
  margin: 0;
  opacity: 0;
}
#VWEventsCasePage .event6 .col1 .building.inview {
  opacity: 1;
  transition: opacity 3s linear;
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event6 .col1 .building {
    width: 98vw;
  }
}
#VWEventsCasePage .event6 .col2 {
  height: 700px;
  width: 40%;
  overflow: hidden;
  float: right;
  margin: 0;
  position: relative;
  background-image: url("/themes/lmc/img/case3/VolkswagenHandelsmarketing13.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event6 .col2 {
    width: 100%;
    height: 600px;
  }
}
#VWEventsCasePage .event7 {
  height: 800px;
  background-color: #fff;
  padding: 50px 0;
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event7 {
    padding: 30px;
    height: 550px;
  }
}
#VWEventsCasePage .event7 .item-text {
  z-index: 10000;
  width: 30vw;
  position: absolute;
  top: 0;
  margin: 90px 60px;
}
@media (max-width: 1280px) {
  #VWEventsCasePage .event7 .item-text {
    width: 60vw;
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event7 .item-text {
    margin: 0;
    width: 90vw;
  }
}
#VWEventsCasePage .event7 .eis {
  top: 50px;
  float: right;
  width: 100%;
  height: auto;
  animation: slideOutRight 0.5s both ease-in;
  z-index: 1;
}
#VWEventsCasePage .event7 .eis.inview {
  animation: slideInRight 0.9s both ease;
  z-index: 3;
}
@media (max-width: 1280px) {
  #VWEventsCasePage .event7 .eis {
    padding-top: 250px;
  }
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event7 .eis {
    right: 0;
  }
}
#VWEventsCasePage .event8 {
  height: 100%;
  background-color: #efefef !important;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event8 {
    padding: 30px;
  }
}
#VWEventsCasePage .event8 .item-photo {
  width: 60%;
  float: left;
  margin: 0;
}
@media (max-width: 1200px) {
  #VWEventsCasePage .event8 .item-photo {
    width: 60%;
  }
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event8 .item-photo {
    width: 100%;
  }
}
#VWEventsCasePage .event8 .item-photo .support-image {
  width: 380px;
  height: 380px;
  border-radius: 50%;
  margin: 30px;
}
@media (max-width: 1530px) {
  #VWEventsCasePage .event8 .item-photo .support-image {
    width: 300px;
    height: 300px;
  }
}
#VWEventsCasePage .event8 .item-text {
  width: 40%;
  overflow: hidden;
  float: right;
}
@media (max-width: 1200px) {
  #VWEventsCasePage .event8 .item-text {
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event8 .item-text {
    width: 100%;
    margin-bottom: 30px;
  }
}
#VWEventsCasePage .event8 .item-text .event-logo {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
}
#VWEventsCasePage .event8 .item-text h2 small {
  color: #333;
}
#VWEventsCasePage .event9 {
  padding: 0;
  background-color: #fff;
  height: 700px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1080.98px) {
  #VWEventsCasePage .event9 {
    height: 600px;
  }
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event9 {
    height: 500px;
  }
}
#VWEventsCasePage .event9 .item-photo {
  background-image: url("/themes/lmc/img/case3/VolkswagenHandelsmarketing25.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 700px;
}
@media (max-width: 1080.98px) {
  #VWEventsCasePage .event9 .item-photo {
    height: 600px;
  }
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event9 .item-photo {
    height: 500px;
  }
}
#VWEventsCasePage .event9 .item-text {
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 35vw;
  position: absolute;
  text-align: center;
  padding: 20px 40px 30px;
  top: 50%;
  transform: translateY(-50%);
}
#VWEventsCasePage .event9 .item-text h2, #VWEventsCasePage .event9 .item-text p, #VWEventsCasePage .event9 .item-text small {
  color: #fff;
  text-shadow: 0px 0px 20px rgb(0, 0, 0);
}
@media (max-width: 1200px) {
  #VWEventsCasePage .event9 .item-text {
    width: 40vw;
  }
}
@media (max-width: 1080.98px) {
  #VWEventsCasePage .event9 .item-text {
    width: 50vw;
  }
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event9 .item-text {
    width: 70vw;
  }
}
#VWEventsCasePage .event10 {
  height: 100%;
  background-color: #efefef !important;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (max-width: 768px) {
  #VWEventsCasePage .event10 {
    padding: 30px;
  }
}
#VWEventsCasePage .event10 .item-text {
  width: 40%;
  overflow: hidden;
  float: left;
  margin-top: 40px;
}
@media (max-width: 1371px) {
  #VWEventsCasePage .event10 .item-text {
    width: 100%;
  }
}
@media (max-width: 1080.98px) {
  #VWEventsCasePage .event10 .item-text {
    margin: 0;
  }
}
#VWEventsCasePage .event10 .chairs {
  float: right;
  margin-top: 80px;
  margin-right: 40px;
  width: 600px;
  height: auto;
  animation: slideInDown 0.5s both ease-in;
  z-index: 1;
}
#VWEventsCasePage .event10 .chairs.inview {
  animation: slideInUp 0.4s both ease-out;
}
@media (max-width: 1371px) {
  #VWEventsCasePage .event10 .chairs {
    margin-top: 0;
    top: 300px;
    width: 400px;
  }
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event10 .chairs {
    margin-right: 0;
    width: 100%;
  }
}
#VWEventsCasePage .event11 {
  height: 100%;
  background-color: #2274ac !important;
  padding: 0;
}
#VWEventsCasePage .event11 .item-photo {
  width: 50%;
  height: 700px;
  float: left;
  margin: 0;
  background-image: url("/themes/lmc/img/case3/VolkswagenHandelsmarketing31.jpg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event11 .item-photo {
    width: 100%;
    height: 500px;
    background-position: bottom;
  }
}
#VWEventsCasePage .event11 .item-text {
  width: 50%;
  float: right;
  padding: 80px;
}
#VWEventsCasePage .event11 .item-text h2, #VWEventsCasePage .event11 .item-text p {
  color: #fff;
}
#VWEventsCasePage .event11 .item-text span.counter {
  color: #fff;
}
#VWEventsCasePage .event11 .item-text .subtitle {
  color: #fff;
}
@media (max-width: 767.98px) {
  #VWEventsCasePage .event11 .item-text {
    width: 100%;
    margin: 0;
    padding: 30px;
  }
}

#SchulerCasePage {
  background-color: #fff;
}
#SchulerCasePage .intro {
  background-color: #e7e7e7 !important;
  padding: 10vh 0;
  height: 100vh;
  padding: 0 10vw;
}
@media (max-width: 1199.98px) {
  #SchulerCasePage .intro {
    height: 66vh !important;
  }
}
#SchulerCasePage .intro .description {
  width: 50%;
  margin-top: 10vmin;
  float: left;
}
#SchulerCasePage .intro .description .logo {
  width: 300px;
  height: auto;
  margin-bottom: 5rem;
}
@media (max-width: 769px) {
  #SchulerCasePage .intro .description {
    padding: 0 15px;
    width: 100%;
    float: none;
  }
}
#SchulerCasePage .intro .support-image {
  width: 50% !important;
  height: auto;
  float: right;
}
@media (max-width: 769px) {
  #SchulerCasePage .intro .support-image {
    width: 90% !important;
    margin: 0 auto;
    height: auto;
    float: none;
  }
}
#SchulerCasePage .support-image {
  animation: slideInDown 0.5s both ease-in;
  z-index: 1;
}
#SchulerCasePage .support-image.inview {
  animation: slideInUp 0.4s both ease-out;
}
#SchulerCasePage section {
  padding: 0 10vw;
}
#SchulerCasePage h1 {
  margin-bottom: 0;
}
#SchulerCasePage h2 {
  margin: 0 0 10px 0;
  overflow-wrap: break-word;
}
#SchulerCasePage section.events {
  position: relative;
  text-align: right;
  padding: 0;
}
@media (max-width: 991px) {
  #SchulerCasePage section.events {
    padding-bottom: 40px;
    text-align: left;
    height: 1200px;
    padding: 30px;
  }
}
@media (max-width: 375px) {
  #SchulerCasePage section.events {
    height: 850px;
  }
}
#SchulerCasePage section.events img {
  float: left;
}
@media (max-width: 1400px) {
  #SchulerCasePage section.events img {
    margin-left: -20vw;
  }
}
@media (max-width: 1199px) {
  #SchulerCasePage section.events img {
    margin-left: -50vw;
  }
}
@media (max-width: 991px) {
  #SchulerCasePage section.events img {
    height: 600px;
    position: absolute;
    bottom: 0;
    margin: 0;
    margin-left: -30px;
  }
}
@media (max-width: 375px) {
  #SchulerCasePage section.events img {
    height: 400px;
  }
}
#SchulerCasePage section.events .item-text {
  position: absolute;
  float: right;
  right: 0;
  padding-right: 10vw;
  width: 50vw;
}
@media (max-width: 1400px) {
  #SchulerCasePage section.events .item-text {
    width: 50vw;
  }
}
@media (max-width: 1199px) {
  #SchulerCasePage section.events .item-text {
    width: 70vw;
  }
}
@media (max-width: 991px) {
  #SchulerCasePage section.events .item-text {
    position: relative;
    width: 90vw;
    right: 0;
    float: left;
    left: 0;
  }
}
#SchulerCasePage section.events .item-text h2 {
  text-align: right;
  animation: slideOutRight 0.5s both ease-in;
  z-index: 1;
}
@media (max-width: 991px) {
  #SchulerCasePage section.events .item-text h2 {
    text-align: left;
    animation: slideOutLeft 0.3s both ease-in;
    z-index: 1;
  }
}
#SchulerCasePage section.events .item-text h2.inview {
  animation: slideInRight 0.5s both ease-in;
  z-index: 3;
}
@media (max-width: 991px) {
  #SchulerCasePage section.events .item-text h2.inview {
    text-align: left;
    animation: slideInLeft 0.5s both ease-in;
    z-index: 3;
  }
}
#SchulerCasePage section.events .item-text h2.first {
  padding-top: 70px;
}
@media (max-width: 768px) {
  #SchulerCasePage section.events .item-text h2.first {
    padding-top: 0;
  }
}
#SchulerCasePage section.events .item-text h1, #SchulerCasePage section.events .item-text h2, #SchulerCasePage section.events .item-text p {
  color: #7897b4;
}
@media (max-width: 768px) {
  #SchulerCasePage section.events .item-text h1, #SchulerCasePage section.events .item-text h2, #SchulerCasePage section.events .item-text p {
    text-align: left;
  }
}
#SchulerCasePage section.web {
  background: #f3f3f3 !important;
  color: #555555;
  height: 600px;
}
@media (max-width: 991px) {
  #SchulerCasePage section.web {
    padding: 30px;
    height: 1000px;
  }
}
@media (max-width: 768px) {
  #SchulerCasePage section.web {
    height: 900px;
  }
}
@media (max-width: 375px) {
  #SchulerCasePage section.web {
    height: 650px;
  }
}
#SchulerCasePage section.web .item-text {
  width: 30vw;
  padding-top: 70px;
}
@media (max-width: 991px) {
  #SchulerCasePage section.web .item-text {
    width: 100%;
    right: 0;
    padding-top: 0;
  }
}
#SchulerCasePage section.web .item-text h1, #SchulerCasePage section.web .item-text h2, #SchulerCasePage section.web .item-text p {
  color: #7897b4;
}
#SchulerCasePage section.web .item-text h1 {
  animation: slideOutLeft 0.3s both ease-in;
  z-index: 1;
}
#SchulerCasePage section.web .item-text h1.inview {
  animation: slideInLeft 0.5s both ease-in;
  z-index: 3;
}
#SchulerCasePage section.web .support-image {
  margin-top: 50px;
  margin-right: 10vw;
  position: absolute;
  top: 0;
  float: right;
  width: 40vw;
  right: 0;
}
@media (max-width: 1199px) {
  #SchulerCasePage section.web .support-image {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 991px) {
  #SchulerCasePage section.web .support-image {
    width: 90vw;
    bottom: 0;
    float: left;
    left: 0;
    margin-top: 360px;
  }
}
@media (max-width: 375px) {
  #SchulerCasePage section.web .support-image {
    width: 100%;
    padding: 10px;
  }
}
#SchulerCasePage section.song {
  position: relative;
  color: #555555;
  height: 100%;
  margin: 60px 0;
}
@media (max-width: 991px) {
  #SchulerCasePage section.song {
    padding: 30px;
    margin: 0;
  }
}
#SchulerCasePage section.song video {
  width: 50%;
}
@media (max-width: 991px) {
  #SchulerCasePage section.song video {
    margin: 0;
    padding-bottom: 20px;
    width: 100%;
  }
}
#SchulerCasePage section.song .item-text {
  float: right;
  right: 0;
  width: 40%;
  text-align: right;
}
@media (max-width: 991px) {
  #SchulerCasePage section.song .item-text {
    position: relative;
    width: 90vw;
    right: 0;
  }
}
@media (max-width: 375px) {
  #SchulerCasePage section.song .item-text {
    width: 100%;
  }
}
#SchulerCasePage section.song .item-text h1 {
  text-align: right;
  animation: slideOutRight 0.5s both ease-in;
  z-index: 1;
}
@media (max-width: 991px) {
  #SchulerCasePage section.song .item-text h1 {
    text-align: left;
    animation: slideOutLeft 0.3s both ease-in;
    z-index: 1;
  }
}
#SchulerCasePage section.song .item-text h1.inview {
  animation: slideInRight 0.5s both ease-in;
  z-index: 3;
}
@media (max-width: 991px) {
  #SchulerCasePage section.song .item-text h1.inview {
    text-align: left;
    animation: slideInLeft 0.5s both ease-in;
    z-index: 3;
  }
}
#SchulerCasePage section.song .item-text h1.first {
  padding-top: 70px;
}
@media (max-width: 768px) {
  #SchulerCasePage section.song .item-text h1.first {
    padding-top: 20px;
  }
}
#SchulerCasePage section.song .item-text h1, #SchulerCasePage section.song .item-text h2, #SchulerCasePage section.song .item-text p {
  color: #7897b4;
}
@media (max-width: 991px) {
  #SchulerCasePage section.song .item-text h1, #SchulerCasePage section.song .item-text h2, #SchulerCasePage section.song .item-text p {
    text-align: left;
    width: 100%;
  }
}
#SchulerCasePage .galery {
  padding: 0;
}
#SchulerCasePage .galery .galery-holder {
  background-color: #7897b4;
  overflow: hidden;
}
#SchulerCasePage .galery .col-25 {
  width: 25%;
  height: 18vw;
  overflow: hidden;
  float: left;
}
#SchulerCasePage .galery .col-25 .bg {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1400px) {
  #SchulerCasePage .galery .col-25 {
    width: 33.33%;
    height: 20vw;
  }
}
@media (max-width: 480px) {
  #SchulerCasePage .galery .col-25 {
    width: 100%;
    height: 66vw;
  }
}

#DachCasePage {
  position: relative;
}
#DachCasePage section {
  padding: 0 10vw;
}
#DachCasePage .description {
  position: relative;
  height: 1000px;
  background-color: #e11339 !important;
  color: #fff;
}
@media (max-width: 991px) {
  #DachCasePage .description {
    padding: 30px;
    height: 1100px;
  }
}
@media (max-width: 375px) {
  #DachCasePage .description {
    height: 1600px;
  }
}
#DachCasePage .description .logo {
  margin: 200px 0 100px;
  height: 90px;
}
@media (max-width: 991px) {
  #DachCasePage .description .logo {
    margin-top: 50px;
  }
}
@media (max-width: 375px) {
  #DachCasePage .description .logo {
    width: 100%;
    height: auto;
  }
}
#DachCasePage .description h2 {
  margin-bottom: 50px;
  color: #fff;
}
#DachCasePage .description p {
  font-size: 1.25rem;
  font-weight: 300;
}
#DachCasePage .description .statistics {
  text-align: center;
}
#DachCasePage .description .statistics h4 {
  color: #fff;
}
#DachCasePage .description .statistics h4 small {
  color: #fff;
}
#DachCasePage .description .statistics .icons {
  width: 100px;
  height: auto;
  padding-top: 30px;
  padding-bottom: 10px;
}
#DachCasePage .triangle {
  background-image: url("/themes/lmc/img/case5/lmc_dach02.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 900px;
}
@media (max-width: 768px) {
  #DachCasePage .triangle {
    height: 500px;
  }
}
@media (max-width: 375px) {
  #DachCasePage .triangle {
    height: 400px;
  }
}
#DachCasePage .triangle .support-image {
  height: 750px;
  width: auto;
  opacity: 0.8;
  margin: 60px auto;
  left: 0;
  right: 0;
  position: absolute;
}
@media (max-width: 1500px) {
  #DachCasePage .triangle .support-image {
    width: 100%;
    height: auto;
  }
}
#DachCasePage .film {
  text-align: center;
  overflow: hidden;
}
#DachCasePage .film video {
  width: 100%;
  height: auto;
}
@media (max-width: 991px) {
  #DachCasePage .film {
    margin-right: 0;
  }
}
@media (max-width: 769px) {
  #DachCasePage .film {
    margin-left: 0;
    margin-top: 15px;
  }
}
#DachCasePage .galery {
  padding: 0;
  background-color: #fff;
}
#DachCasePage .galery .galery-holder {
  background-color: #c03;
  overflow: hidden;
}
#DachCasePage .galery .col-25 {
  width: 25%;
  height: 18vw;
  overflow: hidden;
  float: left;
}
#DachCasePage .galery .col-25 .bg {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1400px) {
  #DachCasePage .galery .col-25 {
    width: 33.33%;
    height: 20vw;
  }
}
@media (max-width: 480px) {
  #DachCasePage .galery .col-25 {
    width: 100%;
    height: 66vw;
  }
}

#Case .main {
  padding-top: 60px;
}
#Case section {
  padding: 6vh 10vw;
}
#Case h1 {
  margin: 0;
}
@media (max-width: 767px) {
  #Case h1 {
    font-size: 6rem;
  }
}
#Case h4 {
  text-transform: uppercase;
  padding-bottom: 40px;
  font-size: 1.75rem;
}
@media (max-width: 767px) {
  #Case h4 {
    padding-bottom: 20px;
  }
}
@media (max-width: 320px) {
  #Case h4 {
    font-size: 24px;
  }
}
#Case p {
  letter-spacing: 0.05rem;
}
#Case .showUp {
  opacity: 0;
}
#Case .showUp.inview {
  opacity: 1;
}
#Case .description {
  background: rgb(23, 51, 99);
  background: -moz-linear-gradient(45deg, rgb(23, 51, 99) 0%, rgb(34, 116, 170) 81%, rgb(34, 116, 170) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgb(23, 51, 99)), color-stop(81%, rgb(34, 116, 170)), color-stop(100%, rgb(34, 116, 170)));
  background: -webkit-linear-gradient(45deg, rgb(23, 51, 99) 0%, rgb(34, 116, 170) 81%, rgb(34, 116, 170) 100%);
  background: -o-linear-gradient(45deg, rgb(23, 51, 99) 0%, rgb(34, 116, 170) 81%, rgb(34, 116, 170) 100%);
  background: -ms-linear-gradient(45deg, rgb(23, 51, 99) 0%, rgb(34, 116, 170) 81%, rgb(34, 116, 170) 100%);
  background: linear-gradient(45deg, rgb(23, 51, 99) 0%, rgb(34, 116, 170) 81%, rgb(34, 116, 170) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#173363", endColorstr="#2274aa", GradientType=1 );
  position: relative;
  height: auto;
}
@media (max-width: 768px) {
  #Case .description {
    height: 850px;
  }
}
#Case .description .logo {
  width: 500px;
  height: auto;
  margin: 40px 0;
}
@media (max-width: 767px) {
  #Case .description .logo {
    width: 250px;
    height: auto;
    margin: 20px 0;
    width: 100%;
    height: auto;
  }
}
#Case .description h2 {
  width: 50vw;
  margin-bottom: 60px;
}
@media (max-width: 1599px) {
  #Case .description h2 {
    font-size: 3rem;
  }
}
@media (max-width: 1199px) {
  #Case .description h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  #Case .description h2 {
    font-size: 2rem;
    width: 70vw;
  }
}
#Case .description .support-image {
  position: absolute;
  height: 80vh;
  width: auto;
  margin: 0;
  right: 0;
  bottom: -50px;
  opacity: 0.5;
  animation: slideOutRight 0.5s both ease-in;
  z-index: 1;
}
#Case .description .support-image.inview {
  animation: slideInRight 0.5s both ease-in;
  z-index: 3;
}
@media (max-width: 991px) {
  #Case .description .support-image {
    height: 500px;
    width: auto;
    margin: 0;
    float: none;
  }
}
@media (max-width: 767px) {
  #Case .description .support-image {
    height: 300px;
    width: auto;
  }
}
#Case .circuit {
  background: #000;
  text-align: right;
}
@media (max-width: 991px) {
  #Case .circuit {
    text-align: left;
  }
}
#Case .circuit svg {
  width: 40vw;
  float: left;
}
#Case .circuit svg path#circuito {
  z-index: 1;
  stroke: #444;
  stroke-width: 20px;
  fill: transparent;
}
@media (max-width: 991px) {
  #Case .circuit svg {
    width: 80vw;
    padding: 40px;
  }
}
#Case .circuit h4, #Case .circuit p {
  color: #fff;
  padding: 40px 0;
}
#Case .circuit h1 {
  color: #fff;
}
#Case .circuit h1.first {
  padding-top: 70px;
}
@media (max-width: 767px) {
  #Case .circuit h1.first {
    padding-top: 20px;
  }
}
@media (max-width: 991px) {
  #Case .circuit h1 {
    text-align: left;
  }
}
@media (max-width: 767px) {
  #Case .circuit h1 {
    font-size: 6rem;
  }
}
#Case .participants {
  background: #fff;
  background-image: url("/themes/lmc/img/case2/Bild4.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
}
@media (max-width: 991px) {
  #Case .participants {
    background-size: contain;
  }
}
#Case .participants .showUp {
  width: 40vh;
}
#Case .participants .showUp h4, #Case .participants .showUp h1 {
  color: #000;
}
#Case .countries {
  background: rgb(23, 51, 99);
  background: -moz-linear-gradient(45deg, rgb(23, 51, 99) 0%, rgb(34, 116, 170) 81%, rgb(34, 116, 170) 100%);
  background: -webkit-gradient(left bottom, right top, color-stop(0%, rgb(23, 51, 99)), color-stop(81%, rgb(34, 116, 170)), color-stop(100%, rgb(34, 116, 170)));
  background: -webkit-linear-gradient(45deg, rgb(23, 51, 99) 0%, rgb(34, 116, 170) 81%, rgb(34, 116, 170) 100%);
  background: -o-linear-gradient(45deg, rgb(23, 51, 99) 0%, rgb(34, 116, 170) 81%, rgb(34, 116, 170) 100%);
  background: -ms-linear-gradient(45deg, rgb(23, 51, 99) 0%, rgb(34, 116, 170) 81%, rgb(34, 116, 170) 100%);
  background: linear-gradient(45deg, rgb(23, 51, 99) 0%, rgb(34, 116, 170) 81%, rgb(34, 116, 170) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#173363", endColorstr="#2274aa", GradientType=1 );
  position: relative;
  text-align: right;
  padding: 6vh 0;
}
@media (max-width: 991px) {
  #Case .countries {
    text-align: left;
  }
}
#Case .countries .support-image {
  height: 500px;
  width: auto;
  float: left;
  left: 0;
  margin-left: 10vh;
  animation: slideInDown 0.5s both ease-in;
  z-index: 1;
}
#Case .countries .support-image.inview {
  animation: slideInUp 0.4s both ease-out;
}
@media (max-width: 1024px) {
  #Case .countries .support-image {
    padding-bottom: 60px;
    width: 60vw;
    height: auto;
  }
}
@media (max-width: 768px) {
  #Case .countries .support-image {
    margin-left: 0;
    width: 90vw;
    padding-bottom: 30px;
  }
}
#Case .countries .showUp {
  position: absolute;
  right: 10vw;
  width: 30vw;
  float: right;
}
#Case .countries .showUp h4, #Case .countries .showUp p, #Case .countries .showUp h1 {
  color: #fff;
}
@media (max-width: 991px) {
  #Case .countries .showUp {
    width: 90vw;
    position: relative;
    right: 0;
  }
}
@media (max-width: 991px) {
  #Case .countries .showUp h1 {
    text-align: left;
  }
}
#Case .countries .showUp h1.first {
  padding-top: 70px;
}
@media (max-width: 767px) {
  #Case .countries .showUp h1.first {
    padding-top: 20px;
  }
}
#Case .promo-video {
  position: relative;
  background: #ffffff;
  color: #555555;
}
#Case .promo-video video {
  width: 40vw;
  float: right;
}
@media (max-width: 991px) {
  #Case .promo-video video {
    width: 100%;
  }
}
#Case .promo-video .showUp {
  width: 40vh;
  float: left;
}
#Case .promo-video .showUp h1 {
  color: #000;
  text-align: right;
}
#Case .galery {
  padding: 0;
}
#Case .galery .galery-holder {
  background-color: #2274ac;
  overflow: hidden;
}
#Case .galery .col-25 {
  width: 25%;
  height: 18vw;
  overflow: hidden;
  float: left;
}
#Case .galery .col-25 .bg {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1400px) {
  #Case .galery .col-25 {
    width: 33.33%;
    height: 20vw;
  }
}
@media (max-width: 480px) {
  #Case .galery .col-25 {
    width: 100%;
    height: 66vw;
  }
}

#AudiBerlinaleCasePage {
  background-color: #fff;
}
#AudiBerlinaleCasePage section {
  padding: 10vh 10vw;
}
#AudiBerlinaleCasePage h1 {
  margin-bottom: 0;
}
#AudiBerlinaleCasePage h2 {
  margin: 0 0 10px 0;
  font-size: 3rem;
}
#AudiBerlinaleCasePage .description {
  position: relative;
  height: 100vh;
  background-image: url("/themes/lmc/img/case4/lmc-audi-berlinale_13.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991px) {
  #AudiBerlinaleCasePage .description {
    padding: 30px;
    height: 900px;
  }
}
@media (max-width: 375px) {
  #AudiBerlinaleCasePage .description {
    height: 900px;
  }
}
#AudiBerlinaleCasePage .description .logo {
  margin: 50px 0 100px;
  width: 200px;
}
@media (max-width: 991px) {
  #AudiBerlinaleCasePage .description .logo {
    margin: 40px;
    width: 100%;
    height: auto;
  }
}
@media (max-width: 375px) {
  #AudiBerlinaleCasePage .description .logo {
    width: 150px;
    margin: 40px 20px;
  }
}
#AudiBerlinaleCasePage .description h2 {
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  #AudiBerlinaleCasePage .description h2 {
    width: 40vw;
    font-size: 3rem;
  }
}
@media (max-width: 991px) {
  #AudiBerlinaleCasePage .description h2 {
    width: 90vw;
    margin: 40px;
  }
}
@media (max-width: 375px) {
  #AudiBerlinaleCasePage .description h2 {
    font-size: 2.5rem;
    margin: 20px;
  }
}
#AudiBerlinaleCasePage .description p {
  width: 50%;
  color: #fff;
}
@media (max-width: 1200px) {
  #AudiBerlinaleCasePage .description p {
    width: 60%;
  }
}
@media (max-width: 991px) {
  #AudiBerlinaleCasePage .description p {
    width: 80%;
    margin: 40px;
  }
}
@media (max-width: 375px) {
  #AudiBerlinaleCasePage .description p {
    width: 90%;
    margin: 20px;
  }
}
#AudiBerlinaleCasePage .description .support-image {
  margin-top: 100px;
  margin-right: 120px;
  position: absolute;
  bottom: 150px;
  float: right;
  height: 400px;
  width: auto;
  right: 80px;
}
@media (max-width: 1500px) {
  #AudiBerlinaleCasePage .description .support-image {
    height: 300px;
    right: 40px;
  }
}
@media (max-width: 1199px) {
  #AudiBerlinaleCasePage .description .support-image {
    float: left;
    left: 110px;
    right: 0;
  }
}
@media (max-width: 991px) {
  #AudiBerlinaleCasePage .description .support-image {
    left: 60px;
    bottom: 60px;
  }
}
@media (max-width: 768px) {
  #AudiBerlinaleCasePage .description .support-image {
    height: 250px;
  }
}
@media (max-width: 375px) {
  #AudiBerlinaleCasePage .description .support-image {
    height: 150px;
    left: 40px;
    bottom: 40px;
  }
}
#AudiBerlinaleCasePage .film {
  position: relative;
  background: rgb(77, 77, 77);
  background: -moz-linear-gradient(-45deg, rgb(77, 77, 77) 0%, rgb(15, 15, 15) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(77, 77, 77)), color-stop(100%, rgb(15, 15, 15)));
  background: -webkit-linear-gradient(-45deg, rgb(77, 77, 77) 0%, rgb(15, 15, 15) 100%);
  background: -o-linear-gradient(-45deg, rgb(77, 77, 77) 0%, rgb(15, 15, 15) 100%);
  background: -ms-linear-gradient(-45deg, rgb(77, 77, 77) 0%, rgb(15, 15, 15) 100%);
  background: linear-gradient(135deg, rgb(77, 77, 77) 0%, rgb(15, 15, 15) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#4d4d4d", endColorstr="#0f0f0f", GradientType=1 );
}
@media (max-width: 991px) {
  #AudiBerlinaleCasePage .film {
    padding: 40px;
  }
}
@media (max-width: 375px) {
  #AudiBerlinaleCasePage .film {
    padding: 0;
  }
}
#AudiBerlinaleCasePage .film video {
  width: 50%;
  margin: 120px 0;
}
@media (max-width: 1200px) {
  #AudiBerlinaleCasePage .film video {
    padding-bottom: 20px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  #AudiBerlinaleCasePage .film video {
    margin: 0;
    padding: 35px;
  }
}
@media (max-width: 375px) {
  #AudiBerlinaleCasePage .film video {
    padding: 0;
  }
}
#AudiBerlinaleCasePage .film .item-text {
  float: left;
  right: 0;
  width: 50%;
  text-align: left;
  padding: 120px 100px 60px 0px;
}
@media (max-width: 1200px) {
  #AudiBerlinaleCasePage .film .item-text {
    width: 80%;
    text-align: left;
    float: left;
    padding: 0;
  }
}
@media (max-width: 991px) {
  #AudiBerlinaleCasePage .film .item-text {
    position: relative;
    width: 90vw;
    right: 0;
    padding: 40px;
  }
}
@media (max-width: 375px) {
  #AudiBerlinaleCasePage .film .item-text {
    width: 100%;
    padding: 40px;
  }
}
#AudiBerlinaleCasePage .film .item-text h2 {
  color: #fff;
  margin-bottom: 50px;
}
#AudiBerlinaleCasePage .film .item-text p {
  color: #fff;
}
#AudiBerlinaleCasePage .galery {
  padding: 0;
}
#AudiBerlinaleCasePage .galery .galery-holder {
  background-color: #c03;
  overflow: hidden;
}
#AudiBerlinaleCasePage .galery .col-25 {
  width: 25%;
  height: 18vw;
  overflow: hidden;
  float: left;
}
#AudiBerlinaleCasePage .galery .col-25 .bg {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 1400px) {
  #AudiBerlinaleCasePage .galery .col-25 {
    width: 33.33%;
    height: 20vw;
  }
}
@media (max-width: 480px) {
  #AudiBerlinaleCasePage .galery .col-25 {
    width: 100%;
    height: 66vw;
  }
}

#CaseStudiePage h1, #CaseStudiePage h2, #ProjectPage h1, #ProjectPage h2 {
  color: #333;
}
#CaseStudiePage h4, #ProjectPage h4 {
  color: #333;
  text-align: right;
}
@media (max-width: 769px) {
  #CaseStudiePage h4, #ProjectPage h4 {
    text-align: left;
  }
}
#CaseStudiePage .slideshow, #ProjectPage .slideshow {
  margin-top: 7rem;
}
#CaseStudiePage .slideshow li img, #ProjectPage .slideshow li img {
  width: 100%;
  height: auto;
}

#VWFestPage h1, #VWFestPage h2, #VWFestPage p {
  color: #333;
}
#VWFestPage h1 {
  margin-bottom: 1rem;
}
#VWFestPage .slideshow {
  margin-top: 7rem;
}
#VWFestPage .slideshow li img {
  width: 100%;
  height: auto;
}
#VWFestPage section {
  padding: 10vh 10vw;
}
#VWFestPage hr {
  border-color: #222;
}
#VWFestPage h2 {
  color: #2274ac;
}
#VWFestPage .description p {
  font-size: 1.25rem;
  font-weight: 300;
}
#VWFestPage .showUp {
  opacity: 0;
}
#VWFestPage .showUp.inview {
  opacity: 1;
}
#VWFestPage .counter {
  display: block;
  color: #2274ac;
  margin-top: 60px;
  margin-bottom: 30px;
}
#VWFestPage .counter p {
  font-size: 2.5rem;
  line-height: 1;
  margin: 0;
}
#VWFestPage .subtitle {
  margin-top: 0;
  text-transform: uppercase;
  color: #2274ac;
}
#VWFestPage .balloon {
  margin: 30px;
  width: 389px;
  height: auto;
  top: 240px;
  left: 100px;
  position: absolute;
  z-index: -1;
  animation: slideInDown 0.5s both ease-in;
  z-index: 1;
}
#VWFestPage .balloon.inview {
  animation: slideInUp 0.4s both ease-out;
}
@media (max-width: 991px) {
  #VWFestPage .balloon {
    display: none;
  }
}
#VWFestPage .event3 {
  padding: 10vh 0 70vh;
  background-color: rgb(25.5825242718, 87.2815533981, 129.4174757282) !important;
  height: 100%;
  position: relative;
  color: #fff;
}
#VWFestPage .event3 h1, #VWFestPage .event3 h2, #VWFestPage .event3 h3, #VWFestPage .event3 h4, #VWFestPage .event3 h5, #VWFestPage .event3 span, #VWFestPage .event3 p {
  color: #fff;
}
@media (max-width: 991px) {
  #VWFestPage .event3 {
    display: none;
    padding: 10vh 0 10vh;
  }
}
#VWFestPage .event3 .item-text {
  margin: 60px 0;
}
@media (max-width: 768px) {
  #VWFestPage .event3 .item-text {
    margin: 0;
  }
}
@media (max-width: 768px) {
  #VWFestPage .event3 .item-text .counter {
    margin-top: 0;
  }
}
#VWFestPage .event3 .col-1 {
  width: 50%;
  overlow: hidden;
  height: 700px;
  float: left;
  margin: 0;
}
@media (max-width: 1200px) {
  #VWFestPage .event3 .col-1 {
    width: 35%;
  }
}
@media (max-width: 991px) {
  #VWFestPage .event3 .col-1 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #VWFestPage .event3 .col-1 {
    width: 100%;
    height: 400px;
  }
}
#VWFestPage .event3 .col-2 {
  width: 50%;
  overflow: hidden;
  height: 700px;
}
@media (max-width: 1200px) {
  #VWFestPage .event3 .col-2 {
    width: 35%;
  }
}
@media (max-width: 991px) {
  #VWFestPage .event3 .col-2 {
    width: 50%;
  }
}
@media (max-width: 768px) {
  #VWFestPage .event3 .col-2 {
    width: 100%;
    height: 600px;
    padding-top: 40px;
  }
}
#VWFestPage .event3 .col-2 .col-50 {
  width: 100%;
  height: 50%;
  overflow: hidden;
  float: left;
}
#VWFestPage .event3 .col-2 .col-50 .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: inherit;
  display: block;
  width: 100%;
  height: 100%;
}
#VWFestPage .event3 .balloon {
  width: 50%;
  height: auto;
  left: 50%;
  margin-left: -25%;
  position: absolute;
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  animation: slideInDown 0.5s both ease-in;
  z-index: 1;
}
@keyframes foo {
  from {
    transform: translate3d(0, 100%, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 1;
  }
}
@media (max-width: 1024px) {
  @keyframes foo {
    from {
      transform: translate3d(0, 100%, 0);
      opacity: 0;
    }
    to {
      transform: translate3d(0, 70%, 0);
      opacity: 1;
    }
  }
}
#VWFestPage .event3 .balloon.inview {
  animation: foo 0.5s both ease-in;
  z-index: 3;
}
@media (max-width: 991px) {
  #VWFestPage .event3 .balloon {
    display: none;
  }
}
#VWFestPage .galery {
  padding: 0;
}
#VWFestPage .galery .galery-holder {
  background-color: #333;
  overflow: hidden;
}
#VWFestPage .galery .col-25 {
  width: 25%;
  height: 18vw;
  overflow: hidden;
  float: left;
}
#VWFestPage .galery .col-25 .bg {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 480px) {
  #VWFestPage .galery .col-25 {
    width: 100%;
    height: 66vw;
  }
}

header, .header {
  background: #fff;
  position: fixed;
  height: 100px;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1999999;
}
@media (max-width: 767.98px) {
  header, .header {
    height: 100%;
    width: 400px;
    left: -310px;
    bottom: 0;
    -webkit-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
    left: -400px;
  }
}
header .inner-top, .header .inner-top {
  top: 0;
  left: 0;
  position: fixed;
  width: 90px;
  z-index: 12999999;
}
header .inner-top a, .header .inner-top a {
  text-decoration: none;
}
header .inner-top a h1, .header .inner-top a h1 {
  font-weight: 100;
}
header .inner-top .subline, .header .inner-top .subline {
  text-align: center;
  font-size: 13px;
  line-height: 1.1;
  width: 100%;
  display: block;
}
header .burger-wrap, .header .burger-wrap {
  display: none;
  -webkit-box-shadow: -2px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: -2px 2px 4px 1px rgba(0, 0, 0, 0.25);
  box-shadow: -2px 2px 4px 1px rgba(0, 0, 0, 0.25);
}
@media (max-width: 575.98px) {
  header .burger-wrap, .header .burger-wrap {
    display: block;
    position: fixed;
    width: 70px;
    height: 100px;
    text-align: center;
    z-index: 12999999;
    bottom: 60px;
    background-color: rgb(255, 255, 255);
    left: auto;
    right: 0px;
  }
  header .burger-wrap .burger, .header .burger-wrap .burger {
    display: block;
    padding: 10px;
  }
  header .burger-wrap .burger svg, .header .burger-wrap .burger svg {
    width: 44px;
    height: 44px;
    margin: -10px 0 0 0;
  }
  header .burger-wrap a:hover,
  header .burger-wrap a:focus, .header .burger-wrap a:hover,
  .header .burger-wrap a:focus {
    text-decoration: none;
  }
  header .burger-wrap a.logo-mobile, .header .burger-wrap a.logo-mobile {
    margin: 15px 0 0 0;
    display: block;
    text-align: center;
    z-index: 3999999;
  }
  header .burger-wrap a.logo-mobile:before, .header .burger-wrap a.logo-mobile:before {
    display: block;
    content: "LMC";
    font-family: HelveticaNeueLTPro-Blk;
    font-weight: normal;
    font-style: normal;
    font-size: 20px !important;
    color: #333;
    top: 0px;
    left: 10px;
    z-index: 650002;
  }
}
header nav, .header nav {
  position: fixed;
  top: 0px;
  right: 30px;
  z-index: 2999999;
  overflow: hidden;
  width: 100%;
}
@media (max-width: 767.98px) {
  header nav, .header nav {
    bottom: 0px;
    width: 0px;
    padding-top: 40px;
    left: -400px;
    -webkit-transition: left 0.3s ease-in-out;
    -moz-transition: left 0.3s ease-in-out;
    -o-transition: left 0.3s ease-in-out;
    transition: left 0.3s ease-in-out;
  }
}
header nav .nav, .header nav .nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0;
  font-weight: 400;
  font-size: 1.5rem;
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  z-index: 99999;
  text-align: right;
  padding-top: 30px;
  padding-right: 0px;
}
@media (max-width: 767.98px) {
  header nav .nav, .header nav .nav {
    display: block;
    padding: 0;
    text-align: left;
  }
}
@media (max-width: 1080.98px) {
  header nav .nav, .header nav .nav {
    margin-right: 0px;
    margin-top: 10px;
    padding: 20px 0;
  }
}
@media (max-width: 375px) {
  header nav .nav, .header nav .nav {
    margin: 0;
  }
}
header nav .nav li, .header nav .nav li {
  padding-left: 20px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  header nav .nav li, .header nav .nav li {
    display: block;
    padding-bottom: 30px;
    min-width: 20%;
  }
}
header nav .nav li:hover ul.children, .header nav .nav li:hover ul.children {
  opacity: 1;
}
header nav .nav li a, header nav .nav li p, .header nav .nav li a, .header nav .nav li p {
  color: #000;
  display: block;
  text-decoration: none;
  padding: 0;
  letter-spacing: 0.02em;
  font-size: 1.1rem;
  line-height: 1.1rem;
}
@media (max-width: 767.98px) {
  header nav .nav li a, header nav .nav li p, .header nav .nav li a, .header nav .nav li p {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    font-size: 6vmin;
    line-height: 6vmin;
  }
}
header nav .nav li a small, header nav .nav li p small, .header nav .nav li a small, .header nav .nav li p small {
  font-size: 1.5vmin;
  line-height: 1vmin;
}
header nav .nav li a:hover, header nav .nav li a:focus, header nav .nav li a.active, header nav .nav li p:hover, header nav .nav li p:focus, header nav .nav li p.active, .header nav .nav li a:hover, .header nav .nav li a:focus, .header nav .nav li a.active, .header nav .nav li p:hover, .header nav .nav li p:focus, .header nav .nav li p.active {
  background-color: transparent;
}
@media (max-width: 767.98px) {
  header nav .nav li a:hover, header nav .nav li a:focus, header nav .nav li a.active, header nav .nav li p:hover, header nav .nav li p:focus, header nav .nav li p.active, .header nav .nav li a:hover, .header nav .nav li a:focus, .header nav .nav li a.active, .header nav .nav li p:hover, .header nav .nav li p:focus, .header nav .nav li p.active {
    color: rgb(132, 117, 78);
  }
}
header nav .nav li.active a, .header nav .nav li.active a {
  color: rgb(132, 117, 78);
}
header nav .nav li.language-switcher, .header nav .nav li.language-switcher {
  margin-left: 30px;
  padding-left: 30px;
  gap: 12px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 0;
}
@media (max-width: 767.98px) {
  header nav .nav li.language-switcher, .header nav .nav li.language-switcher {
    margin-left: 0;
    border-left: 0;
    padding-left: 20px;
    padding-top: 10px;
  }
}
header nav .nav li.language-switcher .language-switcher__link, .header nav .nav li.language-switcher .language-switcher__link {
  display: inline-block;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 0.25em 0.9em;
  letter-spacing: 0.08em;
  font-size: 0.95rem;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  header nav .nav li.language-switcher .language-switcher__link, .header nav .nav li.language-switcher .language-switcher__link {
    font-size: 6vmin;
    vertical-align: bottom;
    display: inline-flex;
    align-items: center;
    line-height: 1.5;
  }
}
header nav .toggle-layer, .header nav .toggle-layer {
  width: auto;
}
header a.logo, .header a.logo {
  margin-top: 15px;
  margin-left: 30px;
  margin-right: 15px;
  display: block;
  text-align: center;
  z-index: 3999999;
}
@media (max-width: 767.98px) {
  header a.logo, .header a.logo {
    display: none !important;
  }
}
header a.logo:before, .header a.logo:before {
  font-size: 3rem;
  content: "LMC";
  font-family: HelveticaNeueLTPro-Blk;
  font-weight: normal;
  font-style: normal;
  color: #000;
  top: 0px;
  left: 10px;
  z-index: 650002;
}
header .progress, .header .progress {
  position: absolute;
  bottom: 0;
  width: 90px;
  height: 0%;
}

header.open {
  left: 120px;
  width: 100vw;
  -webkit-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}
@media (max-width: 1080.98px) {
  header.open {
    left: 0px;
  }
}
header.open a.logo {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  margin-top: 3vmin;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767.98px) {
  header.open a.logo {
    margin-left: -10px;
    margin-top: 5px;
    margin-bottom: 50px;
  }
}
header.open a.logo:before {
  font-size: 5vmin;
  content: "LMC";
  font-family: HelveticaNeueLTPro-Blk;
  font-weight: normal;
  font-style: normal;
  color: #000;
  top: 0px;
  left: 10px;
  font-size: 40px;
}
@media (max-width: 767.98px) {
  header.open a.logo:before {
    font-size: 8vmin;
  }
}
header.open nav {
  width: 100vw;
  left: 0px;
  -webkit-transition: left 0.3s ease-in-out;
  -moz-transition: left 0.3s ease-in-out;
  -o-transition: left 0.3s ease-in-out;
  transition: left 0.3s ease-in-out;
}

.language {
  position: relative;
  padding: 20px 0;
}
@media (max-width: 767.98px) {
  .language {
    display: none;
  }
}
.language ul.translations {
  padding-left: 0;
}
.language ul.translations li {
  list-style-type: none;
  background-color: #fff;
  display: table-cell;
  padding-right: 5px;
}
@media (max-width: 1080.98px) {
  .language ul.translations li {
    width: auto;
  }
}
.language ul.translations a {
  background-color: #fff;
  font-size: 1rem !important;
  font-weight: 300;
  color: #000;
  text-align: center;
  padding: 7px;
  text-transform: uppercase;
  border: 1px solid #aaa;
}
@media (max-width: 1080.98px) {
  .language ul.translations a {
    font-size: 1rem !important;
    margin-left: 10px;
  }
}
.language ul.translations .dropdown-menu {
  min-width: 90px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  margin-top: 5px;
  padding-top: 5px;
}
.language ul.translations .dropdown-menu li {
  list-style: none !important;
  width: 30px;
  display: block;
  text-align: center;
  margin-bottom: 5px;
  padding-right: 5px;
  border: 1px solid #aaa;
}
.language ul.translations .dropdown-menu a {
  display: inline;
  border: none;
  padding: 5px 5px 5px 7px;
}
.language ul.translations .dropdown-menu a:hover {
  text-decoration: none;
  color: #84754e;
  background: transparent !important;
}

ul.children {
  width: 200px;
  text-transform: uppercase;
  padding: 30px 10px 10px 0;
  margin-bottom: 30px;
  min-height: 160px;
  opacity: 0.3;
}
ul.children:hover {
  opacity: 1;
}
@media (max-width: 1307px) {
  ul.children {
    width: 180px;
    min-height: 190px;
    margin-bottom: 0;
  }
}
ul.children li {
  list-style-type: none;
}
ul.children li:last-child a {
  color: #84754e !important;
  font-weight: 500;
}
@media (max-width: 1250px) {
  ul.children li {
    line-height: 1.3 !important;
    padding-bottom: 5px;
  }
}
ul.children li a {
  color: #000;
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 300 !important;
}
ul.children li a:hover {
  text-decoration: none;
  color: #84754e;
}
ul.children li a.current, ul.children li a.active {
  color: #84754e;
}

.wrapper-menu {
  position: absolute;
  top: 80px;
  left: 0;
  transition: height 0.3s ease;
  overflow: hidden;
  display: grid;
  grid-template-columns: 20% 80%;
  grid-template-areas: "left news";
}
.wrapper-menu #LeftNav {
  grid-area: left;
}
.wrapper-menu #News {
  grid-area: news;
}
@media (max-width: 1400px) {
  .wrapper-menu {
    padding: 0;
  }
}
@media (max-width: 1024px) {
  .wrapper-menu {
    display: none;
  }
}
.wrapper-menu #LeftNav {
  margin-left: 30px;
}
.wrapper-menu #LeftNav .left-nav {
  min-width: 20%;
  padding-left: 0;
  text-transform: uppercase;
  padding-top: 10px;
  min-height: 160px;
}
.wrapper-menu #LeftNav .left-nav li {
  list-style-type: none;
}
@media (max-width: 1250px) {
  .wrapper-menu #LeftNav .left-nav li {
    line-height: 1.3 !important;
    padding-bottom: 5px;
  }
}
.wrapper-menu #LeftNav .left-nav li a {
  color: #000;
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 300 !important;
}
.wrapper-menu #LeftNav .left-nav li a:hover {
  text-decoration: none;
  color: #84754e;
}
.wrapper-menu #LeftNav .left-nav li a.current, .wrapper-menu #LeftNav .left-nav li a.active {
  color: #84754e;
}
.wrapper-menu #News {
  margin: 170px 30px 30px 25px;
}
@media (max-width: 1307px) {
  .wrapper-menu #News {
    margin: 380px 30px 30px 25px;
  }
}
.wrapper-menu #News h4 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
}
.wrapper-menu #News .news-holder {
  height: 150px;
  display: grid;
  grid-template-columns: 24% 24% 24% 24%;
  grid-column-gap: 1.33%;
  grid-auto-rows: 1fr;
}
.wrapper-menu #News .news-holder article.item {
  width: 100%;
  float: left;
  position: relative;
  padding: 0;
}
.wrapper-menu #News .news-holder article.item .overlay {
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 15px;
}
.wrapper-menu #News .news-holder article.item .overlay h3 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 0;
  color: #fff;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.43);
}
.wrapper-menu #News .news-holder article.item img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.wrapper-menu #News .news-holder article.item:nth-child(2n+1),
.wrapper-menu #News .news-holder article.item:nth-child(2n) {
  background-color: transparent;
}
.wrapper-menu #News .news-holder .callback-menu {
  padding: 15px;
  border: 1px solid #84754e;
  text-align: center;
}
@media (max-width: 1250px) {
  .wrapper-menu #News .news-holder .callback-menu .btn-callback {
    font-size: 14px;
  }
}
.wrapper-menu #News .news-holder .callback-menu h2 {
  font-size: 24px;
  margin-top: 5px;
}
@media (max-width: 1250px) {
  .wrapper-menu #News .news-holder .callback-menu h2 {
    font-size: 20px;
  }
}

.wrapper-menu.hover {
  height: 400px;
  transition: height 0.3s ease;
}
@media (max-width: 1307px) {
  .wrapper-menu.hover {
    height: 600px;
  }
}

@media (max-width: 767.98px) {
  .navbar-collapse {
    background-color: #84754e;
    width: 100vw;
    height: 100vh !important;
    margin: 55px 0 0 0;
    padding: 80px 20px;
  }
}
@media (max-width: 1080.98px) {
  .navbar-collapse {
    padding: 40px 20px;
  }
}

@media (max-width: 767.98px) {
  .navbar-collapse.collapse {
    display: none !important;
    height: 100vh !important;
  }
  .navbar-collapse.collapse.in {
    display: block !important;
  }
  .navbar-header .collapse, .navbar-toggle {
    display: block !important;
  }
  .navbar-header {
    float: none;
  }
}
/* END HEADER */
.navbar-toggle {
  position: fixed;
  bottom: 100px;
  right: 0;
  background-color: #84754e;
  z-index: 99999999999;
  margin-right: 0;
  padding: 10px 20px;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  font-size: 25px;
}
.navbar-toggle .fa {
  color: #fff;
}

.dropdown {
  position: static;
}

ul.dropdown-menu {
  position: absolute;
  top: 0px;
  left: 20%;
  right: 0;
  bottom: 20px;
  border-radius: 0px !important;
  border: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff !important;
  z-index: 650002;
  box-shadow: none;
  border-left: 4px solid #eee;
}
ul.dropdown-menu li {
  display: block;
  list-style-type: none;
  padding-right: 10px;
  padding-left: 10px;
  text-align: left;
  max-width: 300px;
}
ul.dropdown-menu li.first a {
  border-top: 1px solid #000 !important;
}
ul.dropdown-menu li.active a {
  background-color: #eee;
}
ul.dropdown-menu li a {
  display: block;
  color: #222;
  font-size: 12px !important;
  border: none;
  padding: 2px 10px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left !important;
}
ul.dropdown-menu li a:hover, ul.dropdown-menu li a:focus {
  background-color: #222;
  color: #fff;
}

.sub-nav {
  position: absolute;
  bottom: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.9);
  pointer-events: all;
  height: 60px;
  padding: 0 10%;
}
@media (max-width: 1080.98px) {
  .sub-nav {
    height: 60px;
    padding: 0 15px 0 0;
    overflow-x: scroll !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    background: rgba(0, 0, 0, 0.95);
  }
}
.sub-nav.sticky {
  position: fixed;
  top: 80px;
}
.sub-nav nav {
  margin: 0 !important;
  width: 2500px;
  overflow-x: scroll;
}
.sub-nav nav a:hover,
.sub-nav nav a:focus {
  color: #84754e;
}
.sub-nav a {
  color: #ddd;
  line-height: 60px;
  height: 60px;
  padding: 0 20px 0 0;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1.4rem;
  letter-spacing: 2px;
  display: block;
  float: left;
  margin: 0;
}
@media (max-width: 1080.98px) {
  .sub-nav a {
    padding: 0 10px 0 10px;
    font-size: 1.3rem;
    letter-spacing: 1px;
    line-height: 60px;
    height: 60px;
  }
}
.sub-nav a:hover {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-decoration: none;
  line-height: 60px;
}
.sub-nav a.active {
  background-color: rgba(255, 255, 255, 0.8) !important;
  line-height: 60px;
  color: #000;
}
@media (max-width: 1080.98px) {
  .sub-nav a.active {
    line-height: 40px;
  }
}
.sub-nav .sub-nav-dropdown {
  height: 60px;
  display: block;
  float: left;
}
.sub-nav .sub-nav-dropdown a.dropdown-toggle {
  height: 60px;
  line-height: 60px;
  cursor: pointer;
  text-decoration: none;
}
.sub-nav .sub-nav-dropdown .dropdown-menu {
  width: 280px;
  left: 0;
  height: auto;
  right: auto;
  border-radius: 0;
  padding: 20px;
  border: none;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.9);
}
.sub-nav .sub-nav-dropdown .dropdown-menu a {
  float: none;
  font-size: 13px;
  height: auto;
  line-height: 140%;
  padding: 10px 0;
  color: #000;
  display: block;
}
.sub-nav .sub-nav-dropdown .dropdown-menu a:hover {
  background: transparent;
  display: block;
  width: 100%;
}
@media (max-width: 1080.98px) {
  .sub-nav .sub-nav-dropdown .dropdown-menu a {
    font-size: 11px;
    line-height: 25px;
    height: 25px;
  }
}

.dropdown-backdrop {
  display: none;
}

.dropdown-menu-clone {
  position: absolute;
  top: auto;
  bottom: 60px;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: auto;
  padding: 15px;
  background: #111;
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
}
.dropdown-menu-clone a {
  display: flex;
  color: #e7e7e7;
  font-size: 13px;
  line-height: 120%;
  padding-right: 10px;
  padding-bottom: 7px;
}
