:root {
  --q-first: #000000;
  --q-second: #FFF;
  --q-third: #9d9d9c;
  --q-fourth: #d94e27;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1500px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", 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%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: "Spartan";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  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;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #000;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: black;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

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;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

[role="button"] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: "Spartan";
  font-weight: 700;
  line-height: 1.2;
}

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: "\2014\00A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  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-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
}

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,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1500px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1440px;
  }
}

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

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

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

.row-cols-1 > * {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -ms-flex: 0 0 33.33333%;
      flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.row-cols-4 > * {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -ms-flex: 0 0 16.66667%;
      flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -ms-flex-order: -1;
      order: -1;
}

.order-last {
  -ms-flex-order: 13;
      order: 13;
}

.order-0 {
  -ms-flex-order: 0;
      order: 0;
}

.order-1 {
  -ms-flex-order: 1;
      order: 1;
}

.order-2 {
  -ms-flex-order: 2;
      order: 2;
}

.order-3 {
  -ms-flex-order: 3;
      order: 3;
}

.order-4 {
  -ms-flex-order: 4;
      order: 4;
}

.order-5 {
  -ms-flex-order: 5;
      order: 5;
}

.order-6 {
  -ms-flex-order: 6;
      order: 6;
}

.order-7 {
  -ms-flex-order: 7;
      order: 7;
}

.order-8 {
  -ms-flex-order: 8;
      order: 8;
}

.order-9 {
  -ms-flex-order: 9;
      order: 9;
}

.order-10 {
  -ms-flex-order: 10;
      order: 10;
}

.order-11 {
  -ms-flex-order: 11;
      order: 11;
}

.order-12 {
  -ms-flex-order: 12;
      order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #404040;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  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.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

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

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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

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

.form-row > .col > .valid-tooltip,
.form-row > [class*="col-"] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.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-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

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

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

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

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

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

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

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

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  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%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
}

.form-row > .col > .invalid-tooltip,
.form-row > [class*="col-"] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.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-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

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

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

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

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

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

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

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

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

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #000;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  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 (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}

.btn:hover {
  color: #000;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 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-q-first {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-q-first:hover {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-q-first:focus, .btn-q-first.focus {
  color: #fff;
  background-color: black;
  border-color: black;
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-q-first.disabled, .btn-q-first:disabled {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-q-first:not(:disabled):not(.disabled):active, .btn-q-first:not(:disabled):not(.disabled).active,
.show > .btn-q-first.dropdown-toggle {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-q-first:not(:disabled):not(.disabled):active:focus, .btn-q-first:not(:disabled):not(.disabled).active:focus,
.show > .btn-q-first.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 38, 38, 0.5);
}

.btn-q-second {
  color: #212529;
  background-color: #FFF;
  border-color: #FFF;
}

.btn-q-second:hover {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.btn-q-second:focus, .btn-q-second.focus {
  color: #212529;
  background-color: #ececec;
  border-color: #e6e6e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-q-second.disabled, .btn-q-second:disabled {
  color: #212529;
  background-color: #FFF;
  border-color: #FFF;
}

.btn-q-second:not(:disabled):not(.disabled):active, .btn-q-second:not(:disabled):not(.disabled).active,
.show > .btn-q-second.dropdown-toggle {
  color: #212529;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.btn-q-second:not(:disabled):not(.disabled):active:focus, .btn-q-second:not(:disabled):not(.disabled).active:focus,
.show > .btn-q-second.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 222, 223, 0.5);
}

.btn-q-third {
  color: #212529;
  background-color: #9d9d9c;
  border-color: #9d9d9c;
}

.btn-q-third:hover {
  color: #fff;
  background-color: #8a8a89;
  border-color: #848482;
}

.btn-q-third:focus, .btn-q-third.focus {
  color: #fff;
  background-color: #8a8a89;
  border-color: #848482;
  box-shadow: 0 0 0 0.2rem rgba(138, 139, 139, 0.5);
}

.btn-q-third.disabled, .btn-q-third:disabled {
  color: #212529;
  background-color: #9d9d9c;
  border-color: #9d9d9c;
}

.btn-q-third:not(:disabled):not(.disabled):active, .btn-q-third:not(:disabled):not(.disabled).active,
.show > .btn-q-third.dropdown-toggle {
  color: #fff;
  background-color: #848482;
  border-color: #7d7d7c;
}

.btn-q-third:not(:disabled):not(.disabled):active:focus, .btn-q-third:not(:disabled):not(.disabled).active:focus,
.show > .btn-q-third.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(138, 139, 139, 0.5);
}

.btn-q-fourth {
  color: #fff;
  background-color: #d94e27;
  border-color: #d94e27;
}

.btn-q-fourth:hover {
  color: #fff;
  background-color: #b94221;
  border-color: #ae3e1f;
}

.btn-q-fourth:focus, .btn-q-fourth.focus {
  color: #fff;
  background-color: #b94221;
  border-color: #ae3e1f;
  box-shadow: 0 0 0 0.2rem rgba(223, 105, 71, 0.5);
}

.btn-q-fourth.disabled, .btn-q-fourth:disabled {
  color: #fff;
  background-color: #d94e27;
  border-color: #d94e27;
}

.btn-q-fourth:not(:disabled):not(.disabled):active, .btn-q-fourth:not(:disabled):not(.disabled).active,
.show > .btn-q-fourth.dropdown-toggle {
  color: #fff;
  background-color: #ae3e1f;
  border-color: #a33a1d;
}

.btn-q-fourth:not(:disabled):not(.disabled):active:focus, .btn-q-fourth:not(:disabled):not(.disabled).active:focus,
.show > .btn-q-fourth.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(223, 105, 71, 0.5);
}

.btn-outline-q-first {
  color: #000000;
  border-color: #000000;
}

.btn-outline-q-first:hover {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-outline-q-first:focus, .btn-outline-q-first.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-q-first.disabled, .btn-outline-q-first:disabled {
  color: #000000;
  background-color: transparent;
}

.btn-outline-q-first:not(:disabled):not(.disabled):active, .btn-outline-q-first:not(:disabled):not(.disabled).active,
.show > .btn-outline-q-first.dropdown-toggle {
  color: #fff;
  background-color: #000000;
  border-color: #000000;
}

.btn-outline-q-first:not(:disabled):not(.disabled):active:focus, .btn-outline-q-first:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-q-first.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-outline-q-second {
  color: #FFF;
  border-color: #FFF;
}

.btn-outline-q-second:hover {
  color: #212529;
  background-color: #FFF;
  border-color: #FFF;
}

.btn-outline-q-second:focus, .btn-outline-q-second.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-q-second.disabled, .btn-outline-q-second:disabled {
  color: #FFF;
  background-color: transparent;
}

.btn-outline-q-second:not(:disabled):not(.disabled):active, .btn-outline-q-second:not(:disabled):not(.disabled).active,
.show > .btn-outline-q-second.dropdown-toggle {
  color: #212529;
  background-color: #FFF;
  border-color: #FFF;
}

.btn-outline-q-second:not(:disabled):not(.disabled):active:focus, .btn-outline-q-second:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-q-second.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-outline-q-third {
  color: #9d9d9c;
  border-color: #9d9d9c;
}

.btn-outline-q-third:hover {
  color: #212529;
  background-color: #9d9d9c;
  border-color: #9d9d9c;
}

.btn-outline-q-third:focus, .btn-outline-q-third.focus {
  box-shadow: 0 0 0 0.2rem rgba(157, 157, 156, 0.5);
}

.btn-outline-q-third.disabled, .btn-outline-q-third:disabled {
  color: #9d9d9c;
  background-color: transparent;
}

.btn-outline-q-third:not(:disabled):not(.disabled):active, .btn-outline-q-third:not(:disabled):not(.disabled).active,
.show > .btn-outline-q-third.dropdown-toggle {
  color: #212529;
  background-color: #9d9d9c;
  border-color: #9d9d9c;
}

.btn-outline-q-third:not(:disabled):not(.disabled):active:focus, .btn-outline-q-third:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-q-third.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(157, 157, 156, 0.5);
}

.btn-outline-q-fourth {
  color: #d94e27;
  border-color: #d94e27;
}

.btn-outline-q-fourth:hover {
  color: #fff;
  background-color: #d94e27;
  border-color: #d94e27;
}

.btn-outline-q-fourth:focus, .btn-outline-q-fourth.focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 78, 39, 0.5);
}

.btn-outline-q-fourth.disabled, .btn-outline-q-fourth:disabled {
  color: #d94e27;
  background-color: transparent;
}

.btn-outline-q-fourth:not(:disabled):not(.disabled):active, .btn-outline-q-fourth:not(:disabled):not(.disabled).active,
.show > .btn-outline-q-fourth.dropdown-toggle {
  color: #fff;
  background-color: #d94e27;
  border-color: #d94e27;
}

.btn-outline-q-fourth:not(:disabled):not(.disabled):active:focus, .btn-outline-q-fourth:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-q-fourth.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(217, 78, 39, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

.btn-link:hover {
  color: black;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}

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

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

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  transition: opacity 0.15s linear;
}

@media (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 (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}

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

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

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

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

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

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

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

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

@media (min-width: 1500px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-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;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #000;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.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 {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.input-group-prepend,
.input-group-append {
  display: -ms-flexbox;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

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

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #404040;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #595959;
  border-color: #595959;
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50% / 50% 50% no-repeat;
}

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

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

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

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

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

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

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

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

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #404040;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

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

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #404040;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: 0;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #000;
  border: 0;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #595959;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #000;
  border: 0;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #595959;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #000;
  border: 0;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #595959;
}

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

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

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

.nav-fill > .nav-link,
.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: center;
}

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

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

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

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

.navbar .container,
.navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

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

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

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

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

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

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

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

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

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

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

.navbar-expand {
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
      flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

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

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

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

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

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

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

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

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

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

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
}

.card > .list-group:last-child {
  border-bottom-width: 0;
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  min-height: 1px;
  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-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-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,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.card-deck .card {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    margin-right: -20px;
    margin-left: -20px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    margin-right: 20px;
    margin-bottom: 0;
    margin-left: 20px;
  }
}

.card-group > .card {
  margin-bottom: 20px;
}

@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
        flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
}

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

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

.accordion {
  overflow-anchor: none;
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
}

.accordion > .card > .card-header {
  margin-bottom: -1px;
}

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

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  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: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #000;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: black;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #000;
  border-color: #000;
}

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

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

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4rem;
}

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

.alert-q-first {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}

.alert-q-first hr {
  border-top-color: #ababab;
}

.alert-q-first .alert-link {
  color: black;
}

.alert-q-second {
  color: #858585;
  background-color: white;
  border-color: white;
}

.alert-q-second hr {
  border-top-color: #f2f2f2;
}

.alert-q-second .alert-link {
  color: #6c6c6c;
}

.alert-q-third {
  color: #525251;
  background-color: #ebebeb;
  border-color: #e4e4e3;
}

.alert-q-third hr {
  border-top-color: #d7d7d6;
}

.alert-q-third .alert-link {
  color: #383838;
}

.alert-q-fourth {
  color: #712914;
  background-color: #f7dcd4;
  border-color: #f4cdc3;
}

.alert-q-fourth hr {
  border-top-color: #f0bbad;
}

.alert-q-fourth .alert-link {
  color: #46190c;
}

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

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

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #000;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.list-group-item + .list-group-item {
  border-top-width: 0;
}

.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -ms-flex-direction: row;
      flex-direction: row;
}

.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

@media (min-width: 1500px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}

.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}

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

.list-group-item-q-first {
  color: black;
  background-color: #b8b8b8;
}

.list-group-item-q-first.list-group-item-action:hover, .list-group-item-q-first.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}

.list-group-item-q-first.list-group-item-action.active {
  color: #fff;
  background-color: black;
  border-color: black;
}

.list-group-item-q-second {
  color: #858585;
  background-color: white;
}

.list-group-item-q-second.list-group-item-action:hover, .list-group-item-q-second.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}

.list-group-item-q-second.list-group-item-action.active {
  color: #fff;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-q-third {
  color: #525251;
  background-color: #e4e4e3;
}

.list-group-item-q-third.list-group-item-action:hover, .list-group-item-q-third.list-group-item-action:focus {
  color: #525251;
  background-color: #d7d7d6;
}

.list-group-item-q-third.list-group-item-action.active {
  color: #fff;
  background-color: #525251;
  border-color: #525251;
}

.list-group-item-q-fourth {
  color: #712914;
  background-color: #f4cdc3;
}

.list-group-item-q-fourth.list-group-item-action:hover, .list-group-item-q-fourth.list-group-item-action:focus {
  color: #712914;
  background-color: #f0bbad;
}

.list-group-item-q-fourth.list-group-item-action.active {
  color: #fff;
  background-color: #712914;
  border-color: #712914;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

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

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

.modal-open {
  overflow: hidden;
}

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

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

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
}

.modal-footer > * {
  margin: 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-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}

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

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Spartan";
  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: #fff;
  text-align: center;
  background-color: #000;
}

.carousel {
  position: relative;
}

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

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

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

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

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

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

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

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

.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-q-first {
  background-color: #000000 !important;
}

a.bg-q-first:hover, a.bg-q-first:focus,
button.bg-q-first:hover,
button.bg-q-first:focus {
  background-color: black !important;
}

.bg-q-second {
  background-color: #FFF !important;
}

a.bg-q-second:hover, a.bg-q-second:focus,
button.bg-q-second:hover,
button.bg-q-second:focus {
  background-color: #e6e6e6 !important;
}

.bg-q-third {
  background-color: #9d9d9c !important;
}

a.bg-q-third:hover, a.bg-q-third:focus,
button.bg-q-third:hover,
button.bg-q-third:focus {
  background-color: #848482 !important;
}

.bg-q-fourth {
  background-color: #d94e27 !important;
}

a.bg-q-fourth:hover, a.bg-q-fourth:focus,
button.bg-q-fourth:hover,
button.bg-q-fourth:focus {
  background-color: #ae3e1f !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-q-first {
  border-color: #000000 !important;
}

.border-q-second {
  border-color: #FFF !important;
}

.border-q-third {
  border-color: #9d9d9c !important;
}

.border-q-fourth {
  border-color: #d94e27 !important;
}

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

.rounded-sm {
  border-radius: 0.2rem !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-lg {
  border-radius: 0.3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1500px) {
  .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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 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: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

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

.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
      -ms-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
      -ms-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

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

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

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

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

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

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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;
}

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

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

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

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

.m-false {
  margin: !important;
}

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

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

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

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

.p-false {
  padding: !important;
}

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

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

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

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

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

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

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

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

.ml-nfalse,
.mx-nfalse {
  margin-left: - !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-false {
    margin: !important;
  }
  .mt-sm-false,
  .my-sm-false {
    margin-top: !important;
  }
  .mr-sm-false,
  .mx-sm-false {
    margin-right: !important;
  }
  .mb-sm-false,
  .my-sm-false {
    margin-bottom: !important;
  }
  .ml-sm-false,
  .mx-sm-false {
    margin-left: !important;
  }
  .p-sm-false {
    padding: !important;
  }
  .pt-sm-false,
  .py-sm-false {
    padding-top: !important;
  }
  .pr-sm-false,
  .px-sm-false {
    padding-right: !important;
  }
  .pb-sm-false,
  .py-sm-false {
    padding-bottom: !important;
  }
  .pl-sm-false,
  .px-sm-false {
    padding-left: !important;
  }
  .m-sm-nfalse {
    margin: - !important;
  }
  .mt-sm-nfalse,
  .my-sm-nfalse {
    margin-top: - !important;
  }
  .mr-sm-nfalse,
  .mx-sm-nfalse {
    margin-right: - !important;
  }
  .mb-sm-nfalse,
  .my-sm-nfalse {
    margin-bottom: - !important;
  }
  .ml-sm-nfalse,
  .mx-sm-nfalse {
    margin-left: - !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-false {
    margin: !important;
  }
  .mt-md-false,
  .my-md-false {
    margin-top: !important;
  }
  .mr-md-false,
  .mx-md-false {
    margin-right: !important;
  }
  .mb-md-false,
  .my-md-false {
    margin-bottom: !important;
  }
  .ml-md-false,
  .mx-md-false {
    margin-left: !important;
  }
  .p-md-false {
    padding: !important;
  }
  .pt-md-false,
  .py-md-false {
    padding-top: !important;
  }
  .pr-md-false,
  .px-md-false {
    padding-right: !important;
  }
  .pb-md-false,
  .py-md-false {
    padding-bottom: !important;
  }
  .pl-md-false,
  .px-md-false {
    padding-left: !important;
  }
  .m-md-nfalse {
    margin: - !important;
  }
  .mt-md-nfalse,
  .my-md-nfalse {
    margin-top: - !important;
  }
  .mr-md-nfalse,
  .mx-md-nfalse {
    margin-right: - !important;
  }
  .mb-md-nfalse,
  .my-md-nfalse {
    margin-bottom: - !important;
  }
  .ml-md-nfalse,
  .mx-md-nfalse {
    margin-left: - !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: 992px) {
  .m-lg-false {
    margin: !important;
  }
  .mt-lg-false,
  .my-lg-false {
    margin-top: !important;
  }
  .mr-lg-false,
  .mx-lg-false {
    margin-right: !important;
  }
  .mb-lg-false,
  .my-lg-false {
    margin-bottom: !important;
  }
  .ml-lg-false,
  .mx-lg-false {
    margin-left: !important;
  }
  .p-lg-false {
    padding: !important;
  }
  .pt-lg-false,
  .py-lg-false {
    padding-top: !important;
  }
  .pr-lg-false,
  .px-lg-false {
    padding-right: !important;
  }
  .pb-lg-false,
  .py-lg-false {
    padding-bottom: !important;
  }
  .pl-lg-false,
  .px-lg-false {
    padding-left: !important;
  }
  .m-lg-nfalse {
    margin: - !important;
  }
  .mt-lg-nfalse,
  .my-lg-nfalse {
    margin-top: - !important;
  }
  .mr-lg-nfalse,
  .mx-lg-nfalse {
    margin-right: - !important;
  }
  .mb-lg-nfalse,
  .my-lg-nfalse {
    margin-bottom: - !important;
  }
  .ml-lg-nfalse,
  .mx-lg-nfalse {
    margin-left: - !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: 1500px) {
  .m-xl-false {
    margin: !important;
  }
  .mt-xl-false,
  .my-xl-false {
    margin-top: !important;
  }
  .mr-xl-false,
  .mx-xl-false {
    margin-right: !important;
  }
  .mb-xl-false,
  .my-xl-false {
    margin-bottom: !important;
  }
  .ml-xl-false,
  .mx-xl-false {
    margin-left: !important;
  }
  .p-xl-false {
    padding: !important;
  }
  .pt-xl-false,
  .py-xl-false {
    padding-top: !important;
  }
  .pr-xl-false,
  .px-xl-false {
    padding-right: !important;
  }
  .pb-xl-false,
  .py-xl-false {
    padding-bottom: !important;
  }
  .pl-xl-false,
  .px-xl-false {
    padding-left: !important;
  }
  .m-xl-nfalse {
    margin: - !important;
  }
  .mt-xl-nfalse,
  .my-xl-nfalse {
    margin-top: - !important;
  }
  .mr-xl-nfalse,
  .mx-xl-nfalse {
    margin-right: - !important;
  }
  .mb-xl-nfalse,
  .my-xl-nfalse {
    margin-bottom: - !important;
  }
  .ml-xl-nfalse,
  .mx-xl-nfalse {
    margin-left: - !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;
  }
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

.text-wrap {
  white-space: normal !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: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.text-q-first {
  color: #000000 !important;
}

a.text-q-first:hover, a.text-q-first:focus {
  color: black !important;
}

.text-q-second {
  color: #FFF !important;
}

a.text-q-second:hover, a.text-q-second:focus {
  color: #d9d9d9 !important;
}

.text-q-third {
  color: #9d9d9c !important;
}

a.text-q-third:hover, a.text-q-third:focus {
  color: #777776 !important;
}

.text-q-fourth {
  color: #d94e27 !important;
}

a.text-q-fourth:hover, a.text-q-fourth:focus {
  color: #99361b !important;
}

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

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

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

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

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

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

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

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

.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: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

body {
  height: 100%;
  width: 100%;
  overflow-x: clip;
  -webkit-text-size-adjust: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

* {
  outline: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  min-height: -webkit-fill-available;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

.site-main {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  width: 100%;
  max-width: 100%;
  overflow: clip;
}

.footer-container {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body.load .site-header, body.load .site-main, body.load .site-footer, body.load .sticky-button {
  -webkit-animation: fade-in 1s 1.5s linear forwards;
          animation: fade-in 1s 1.5s linear forwards;
  opacity: 0;
}

.site-main > .sticky-top {
  background-color: #FFF;
  padding-bottom: 0.625rem;
}

.site-header a, .site-main a, .site-footer a, .newsletter-sticky a, .modal a {
  opacity: 1;
}

@media (hover: hover) {
  .site-header a:hover, .site-header a:active, .site-main a:hover, .site-main a:active, .site-footer a:hover, .site-footer a:active, .newsletter-sticky a:hover, .newsletter-sticky a:active, .modal a:hover, .modal a:active {
    opacity: 0.5;
    transition: all 0.4s ease-in-out;
  }
}

.section-content {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 100vw;
}

.section-content > .section-content--inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}

@media (min-width: 1500px) {
  .section-content.hidden-xl {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .section-content.hidden-lg {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .section-content.hidden-md {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .section-content.hidden-sm {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .section-content.hidden-xs {
    display: none;
  }
}

.site-main > .section-content {
  overflow: hidden;
}

hr {
  border-color: black;
}

.pl-60 {
  padding-left: 3.75rem;
}

.pl-80,
.pl-default {
  padding-left: 80px;
}

@media (max-width: 767.98px) {
  .pl-80,
  .pl-default {
    padding-left: 37px;
  }
}

.pr-80,
.pr-default {
  padding-right: 80px;
}

@media (max-width: 767.98px) {
  .pr-80,
  .pr-default {
    padding-right: 37px;
  }
}

.pt-default {
  padding-top: 40px;
}

.pb-default {
  padding-bottom: 40px;
}

.site-main > .section-content:not([class*='pt-']) {
  padding-top: 90px;
}

@media (max-width: 991.98px) {
  .site-main > .section-content:not([class*='pt-']) {
    padding-top: 63px;
  }
}

@media (max-width: 767.98px) {
  .site-main > .section-content:not([class*='pt-']) {
    padding-top: 45px;
  }
}

.site-main > .xx-section-content.section-accodion:not([class*='pt-']) {
  padding-top: 284px;
}

@media (max-width: 1499.98px) {
  .site-main > .xx-section-content.section-accodion:not([class*='pt-']) {
    padding-top: 284px;
  }
}

@media (max-width: 991.98px) {
  .site-main > .xx-section-content.section-accodion:not([class*='pt-']) {
    padding-top: 271px;
  }
}

@media (max-width: 767.98px) {
  .site-main > .xx-section-content.section-accodion:not([class*='pt-']) {
    padding-top: 356px;
  }
}

@media (max-width: 575.98px) {
  .site-main > .xx-section-content.section-accodion:not([class*='pt-']) {
    padding-top: 330px;
  }
}

@media (min-width: 992px) {
  .site-main > .section-content.section-accodion:not([class*='pt-1']):not([class*='pt-2']):not([class*='pt-3']):not([class*='pt-4']) {
    padding-top: 284px;
  }
}

@media (max-width: 1499.98px) {
  .site-main > .section-content.section-accodion:not([class*='pt-lg']) {
    padding-top: 284px;
  }
}

@media (max-width: 991.98px) {
  .site-main > .section-content.section-accodion:not([class*='pt-md']) {
    padding-top: 271px;
  }
}

@media (max-width: 767.98px) {
  .site-main > .section-content.section-accodion:not([class*='pt-sm']) {
    padding-top: 356px;
  }
}

@media (max-width: 575.98px) {
  .site-main > .section-content.section-accodion:not([class*='pt-xs']) {
    padding-top: 150px;
  }
}

@media (max-width: 767.98px) {
  .site-main > > .section-content > .section-content--inner {
    padding-left: 37px;
    padding-right: 37px;
  }
  .site-main > > .section-content > .section-content--inner .section-content--inner.pl-default {
    padding-left: 0px;
  }
  .site-main > > .section-content > .section-content--inner .section-content--inner.pr-default {
    padding-right: 0px;
  }
}

@media (max-width: 767.98px) {
  .site-main > > .section-content > .section-content--inner .modal-body > .section-content > .section-content--inner {
    padding-left: 37px;
    padding-right: 37px;
  }
  .site-main > > .section-content > .section-content--inner .modal-body > .section-content > .section-content--inner .section-content--inner.pl-default {
    padding-left: 0px;
  }
  .site-main > > .section-content > .section-content--inner .modal-body > .section-content > .section-content--inner .section-content--inner.pr-default {
    padding-right: 0px;
  }
}

.module .module-inner {
  position: relative;
}

@media (max-width: 767.98px) {
  .module.pr-default {
    padding-right: 0px;
  }
  .module.pl-default {
    padding-left: 0px;
  }
}

.module.pt-default {
  padding-top: 40px;
}

.module.pt-default.module--divider {
  padding-top: 130px;
}

.module.pb-default {
  padding-bottom: 0;
}

.module.module-border-left > .module-inner:before {
  content: "";
  border-right: 1px solid #000;
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  left: -20.5px;
}

.module.module-border-left.border-inner > .module-inner:before {
  left: 0;
}

.module.module-border-left.border-inner > div {
  padding-left: 20px;
}

.module.module-border-right > .module-inner:after {
  content: "";
  border-right: 1px solid #000;
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  right: -20.5px;
}

.module.module-border-right.border-inner > .module-inner:after {
  right: 0;
}

.module.module-border-right.border-inner > div {
  padding-right: 20px;
}

.module.text-color-white.module-border-left > .module-inner:before,
.module.text-color-white.module-border-right > .module-inner:after {
  border-color: #fff;
}

.module.border-color-black .module-inner:before {
  border-right: 1px solid #000 !important;
}

.module.border-color-black .module-inner:after {
  border-right: 1px solid #000 !important;
}

.module.border-color-white .module-inner:before {
  border-right: 1px solid #fff !important;
}

.module.border-color-white .module-inner:after {
  border-right: 1px solid #fff !important;
}

@media (min-width: 1500px) {
  .module.hidden-xl {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .module.hidden-lg {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .module.hidden-md {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .module.hidden-sm {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .module.hidden-xs {
    display: none;
  }
}

.module:not(.module--accodion):not([class*='pt-']) + .module:not(.module--accodion):not([class*='pt-']) {
  padding-top: 80px;
}

@media (max-width: 991.98px) {
  .module:not(.module--accodion):not([class*='pt-']) + .module:not(.module--accodion):not([class*='pt-']) {
    padding-top: 56px;
  }
}

@media (max-width: 767.98px) {
  .module:not(.module--accodion):not([class*='pt-']) + .module:not(.module--accodion):not([class*='pt-']) {
    padding-top: 40px;
  }
}

svg {
  overflow: visible;
}

/*
.section-content.bg-color {
    .module {
        &.module-border-left:before {    
            border-right: 1px solid $white;
        }  
        &.module-border-right:after {
            border-right: 1px solid $white;
        }        
    }
}
*/
.row.align-self-stretch .row,
.row.align-self-stretch .module,
.row.align-self-stretch .module .module-inner {
  height: 100%;
}

.row--inner {
  width: 100%;
  display: inline-block;
}

.border-top,
.border-bottom,
.border-left,
.border-right {
  border-color: #000 !important;
}

.row.align-self-stretch.module-border-right > div,
.row.teaser-row > div {
  margin-top: 40px;
  margin-bottom: 50px;
}

@media (max-width: 991.98px) {
  .row.align-self-stretch.module-border-right > div,
  .row.teaser-row > div {
    margin-top: 28px;
    margin-bottom: 35px;
  }
}

@media (max-width: 767.98px) {
  .row.align-self-stretch.module-border-right > div,
  .row.teaser-row > div {
    margin-top: 20px;
    margin-bottom: 25px;
  }
}

.row.module-border-right .module,
.teaser-row.module-border-right .module,
.teaser-row .module {
  position: relative;
  display: inline-block;
  height: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  /*
        &:after {
            content:"";
            border-right: 1px solid $primary;
            display: block;
            position: absolute;
            top: 0;
            height: 100%;
            right: -20px;
        }

        &.last:after {
            display: none;
        }*/
}

.row.module-border-right .module .module-inner,
.teaser-row.module-border-right .module .module-inner,
.teaser-row .module .module-inner {
  height: 100%;
}

.pl-0 {
  padding-left: 0px;
}

@media (max-width: 1499.98px) {
  .pl-0 {
    padding-left: 0px;
  }
}

@media (max-width: 991.98px) {
  .pl-0 {
    padding-left: 0px;
  }
}

@media (max-width: 767.98px) {
  .pl-0 {
    padding-left: 0px;
  }
}

.pr-0 {
  padding-right: 0px;
}

@media (max-width: 1499.98px) {
  .pr-0 {
    padding-right: 0px;
  }
}

@media (max-width: 991.98px) {
  .pr-0 {
    padding-right: 0px;
  }
}

@media (max-width: 767.98px) {
  .pr-0 {
    padding-right: 0px;
  }
}

.pl-1 {
  padding-left: 1px;
}

@media (max-width: 1499.98px) {
  .pl-1 {
    padding-left: 0.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-1 {
    padding-left: 0.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-1 {
    padding-left: 0.25px;
  }
}

.pr-1 {
  padding-right: 1px;
}

@media (max-width: 1499.98px) {
  .pr-1 {
    padding-right: 0.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-1 {
    padding-right: 0.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-1 {
    padding-right: 0.25px;
  }
}

.pl-2 {
  padding-left: 2px;
}

@media (max-width: 1499.98px) {
  .pl-2 {
    padding-left: 1px;
  }
}

@media (max-width: 991.98px) {
  .pl-2 {
    padding-left: 1px;
  }
}

@media (max-width: 767.98px) {
  .pl-2 {
    padding-left: 0.5px;
  }
}

.pr-2 {
  padding-right: 2px;
}

@media (max-width: 1499.98px) {
  .pr-2 {
    padding-right: 1px;
  }
}

@media (max-width: 991.98px) {
  .pr-2 {
    padding-right: 1px;
  }
}

@media (max-width: 767.98px) {
  .pr-2 {
    padding-right: 0.5px;
  }
}

.pl-3 {
  padding-left: 3px;
}

@media (max-width: 1499.98px) {
  .pl-3 {
    padding-left: 1.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-3 {
    padding-left: 1.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-3 {
    padding-left: 0.75px;
  }
}

.pr-3 {
  padding-right: 3px;
}

@media (max-width: 1499.98px) {
  .pr-3 {
    padding-right: 1.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-3 {
    padding-right: 1.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-3 {
    padding-right: 0.75px;
  }
}

.pl-4 {
  padding-left: 4px;
}

@media (max-width: 1499.98px) {
  .pl-4 {
    padding-left: 2px;
  }
}

@media (max-width: 991.98px) {
  .pl-4 {
    padding-left: 2px;
  }
}

@media (max-width: 767.98px) {
  .pl-4 {
    padding-left: 1px;
  }
}

.pr-4 {
  padding-right: 4px;
}

@media (max-width: 1499.98px) {
  .pr-4 {
    padding-right: 2px;
  }
}

@media (max-width: 991.98px) {
  .pr-4 {
    padding-right: 2px;
  }
}

@media (max-width: 767.98px) {
  .pr-4 {
    padding-right: 1px;
  }
}

.pl-5 {
  padding-left: 5px;
}

@media (max-width: 1499.98px) {
  .pl-5 {
    padding-left: 2.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-5 {
    padding-left: 2.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-5 {
    padding-left: 1.25px;
  }
}

.pr-5 {
  padding-right: 5px;
}

@media (max-width: 1499.98px) {
  .pr-5 {
    padding-right: 2.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-5 {
    padding-right: 2.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-5 {
    padding-right: 1.25px;
  }
}

.pl-6 {
  padding-left: 6px;
}

@media (max-width: 1499.98px) {
  .pl-6 {
    padding-left: 3px;
  }
}

@media (max-width: 991.98px) {
  .pl-6 {
    padding-left: 3px;
  }
}

@media (max-width: 767.98px) {
  .pl-6 {
    padding-left: 1.5px;
  }
}

.pr-6 {
  padding-right: 6px;
}

@media (max-width: 1499.98px) {
  .pr-6 {
    padding-right: 3px;
  }
}

@media (max-width: 991.98px) {
  .pr-6 {
    padding-right: 3px;
  }
}

@media (max-width: 767.98px) {
  .pr-6 {
    padding-right: 1.5px;
  }
}

.pl-7 {
  padding-left: 7px;
}

@media (max-width: 1499.98px) {
  .pl-7 {
    padding-left: 3.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-7 {
    padding-left: 3.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-7 {
    padding-left: 1.75px;
  }
}

.pr-7 {
  padding-right: 7px;
}

@media (max-width: 1499.98px) {
  .pr-7 {
    padding-right: 3.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-7 {
    padding-right: 3.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-7 {
    padding-right: 1.75px;
  }
}

.pl-8 {
  padding-left: 8px;
}

@media (max-width: 1499.98px) {
  .pl-8 {
    padding-left: 4px;
  }
}

@media (max-width: 991.98px) {
  .pl-8 {
    padding-left: 4px;
  }
}

@media (max-width: 767.98px) {
  .pl-8 {
    padding-left: 2px;
  }
}

.pr-8 {
  padding-right: 8px;
}

@media (max-width: 1499.98px) {
  .pr-8 {
    padding-right: 4px;
  }
}

@media (max-width: 991.98px) {
  .pr-8 {
    padding-right: 4px;
  }
}

@media (max-width: 767.98px) {
  .pr-8 {
    padding-right: 2px;
  }
}

.pl-9 {
  padding-left: 9px;
}

@media (max-width: 1499.98px) {
  .pl-9 {
    padding-left: 4.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-9 {
    padding-left: 4.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-9 {
    padding-left: 2.25px;
  }
}

.pr-9 {
  padding-right: 9px;
}

@media (max-width: 1499.98px) {
  .pr-9 {
    padding-right: 4.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-9 {
    padding-right: 4.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-9 {
    padding-right: 2.25px;
  }
}

.pl-10 {
  padding-left: 10px;
}

@media (max-width: 1499.98px) {
  .pl-10 {
    padding-left: 5px;
  }
}

@media (max-width: 991.98px) {
  .pl-10 {
    padding-left: 5px;
  }
}

@media (max-width: 767.98px) {
  .pl-10 {
    padding-left: 2.5px;
  }
}

.pr-10 {
  padding-right: 10px;
}

@media (max-width: 1499.98px) {
  .pr-10 {
    padding-right: 5px;
  }
}

@media (max-width: 991.98px) {
  .pr-10 {
    padding-right: 5px;
  }
}

@media (max-width: 767.98px) {
  .pr-10 {
    padding-right: 2.5px;
  }
}

.pl-15 {
  padding-left: 15px;
}

@media (max-width: 1499.98px) {
  .pl-15 {
    padding-left: 7.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-15 {
    padding-left: 7.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-15 {
    padding-left: 3.75px;
  }
}

.pr-15 {
  padding-right: 15px;
}

@media (max-width: 1499.98px) {
  .pr-15 {
    padding-right: 7.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-15 {
    padding-right: 7.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-15 {
    padding-right: 3.75px;
  }
}

.pl-20 {
  padding-left: 20px;
}

@media (max-width: 1499.98px) {
  .pl-20 {
    padding-left: 10px;
  }
}

@media (max-width: 991.98px) {
  .pl-20 {
    padding-left: 10px;
  }
}

@media (max-width: 767.98px) {
  .pl-20 {
    padding-left: 5px;
  }
}

.pr-20 {
  padding-right: 20px;
}

@media (max-width: 1499.98px) {
  .pr-20 {
    padding-right: 10px;
  }
}

@media (max-width: 991.98px) {
  .pr-20 {
    padding-right: 10px;
  }
}

@media (max-width: 767.98px) {
  .pr-20 {
    padding-right: 5px;
  }
}

.pl-25 {
  padding-left: 25px;
}

@media (max-width: 1499.98px) {
  .pl-25 {
    padding-left: 12.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-25 {
    padding-left: 12.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-25 {
    padding-left: 6.25px;
  }
}

.pr-25 {
  padding-right: 25px;
}

@media (max-width: 1499.98px) {
  .pr-25 {
    padding-right: 12.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-25 {
    padding-right: 12.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-25 {
    padding-right: 6.25px;
  }
}

.pl-30 {
  padding-left: 30px;
}

@media (max-width: 1499.98px) {
  .pl-30 {
    padding-left: 15px;
  }
}

@media (max-width: 991.98px) {
  .pl-30 {
    padding-left: 15px;
  }
}

@media (max-width: 767.98px) {
  .pl-30 {
    padding-left: 7.5px;
  }
}

.pr-30 {
  padding-right: 30px;
}

@media (max-width: 1499.98px) {
  .pr-30 {
    padding-right: 15px;
  }
}

@media (max-width: 991.98px) {
  .pr-30 {
    padding-right: 15px;
  }
}

@media (max-width: 767.98px) {
  .pr-30 {
    padding-right: 7.5px;
  }
}

.pl-35 {
  padding-left: 35px;
}

@media (max-width: 1499.98px) {
  .pl-35 {
    padding-left: 17.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-35 {
    padding-left: 17.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-35 {
    padding-left: 8.75px;
  }
}

.pr-35 {
  padding-right: 35px;
}

@media (max-width: 1499.98px) {
  .pr-35 {
    padding-right: 17.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-35 {
    padding-right: 17.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-35 {
    padding-right: 8.75px;
  }
}

.pl-40 {
  padding-left: 40px;
}

@media (max-width: 1499.98px) {
  .pl-40 {
    padding-left: 20px;
  }
}

@media (max-width: 991.98px) {
  .pl-40 {
    padding-left: 20px;
  }
}

@media (max-width: 767.98px) {
  .pl-40 {
    padding-left: 10px;
  }
}

.pr-40 {
  padding-right: 40px;
}

@media (max-width: 1499.98px) {
  .pr-40 {
    padding-right: 20px;
  }
}

@media (max-width: 991.98px) {
  .pr-40 {
    padding-right: 20px;
  }
}

@media (max-width: 767.98px) {
  .pr-40 {
    padding-right: 10px;
  }
}

.pl-45 {
  padding-left: 45px;
}

@media (max-width: 1499.98px) {
  .pl-45 {
    padding-left: 22.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-45 {
    padding-left: 22.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-45 {
    padding-left: 11.25px;
  }
}

.pr-45 {
  padding-right: 45px;
}

@media (max-width: 1499.98px) {
  .pr-45 {
    padding-right: 22.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-45 {
    padding-right: 22.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-45 {
    padding-right: 11.25px;
  }
}

.pl-50 {
  padding-left: 50px;
}

@media (max-width: 1499.98px) {
  .pl-50 {
    padding-left: 25px;
  }
}

@media (max-width: 991.98px) {
  .pl-50 {
    padding-left: 25px;
  }
}

@media (max-width: 767.98px) {
  .pl-50 {
    padding-left: 12.5px;
  }
}

.pr-50 {
  padding-right: 50px;
}

@media (max-width: 1499.98px) {
  .pr-50 {
    padding-right: 25px;
  }
}

@media (max-width: 991.98px) {
  .pr-50 {
    padding-right: 25px;
  }
}

@media (max-width: 767.98px) {
  .pr-50 {
    padding-right: 12.5px;
  }
}

.pl-55 {
  padding-left: 55px;
}

@media (max-width: 1499.98px) {
  .pl-55 {
    padding-left: 27.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-55 {
    padding-left: 27.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-55 {
    padding-left: 13.75px;
  }
}

.pr-55 {
  padding-right: 55px;
}

@media (max-width: 1499.98px) {
  .pr-55 {
    padding-right: 27.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-55 {
    padding-right: 27.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-55 {
    padding-right: 13.75px;
  }
}

.pl-60 {
  padding-left: 60px;
}

@media (max-width: 1499.98px) {
  .pl-60 {
    padding-left: 30px;
  }
}

@media (max-width: 991.98px) {
  .pl-60 {
    padding-left: 30px;
  }
}

@media (max-width: 767.98px) {
  .pl-60 {
    padding-left: 15px;
  }
}

.pr-60 {
  padding-right: 60px;
}

@media (max-width: 1499.98px) {
  .pr-60 {
    padding-right: 30px;
  }
}

@media (max-width: 991.98px) {
  .pr-60 {
    padding-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .pr-60 {
    padding-right: 15px;
  }
}

.pl-65 {
  padding-left: 65px;
}

@media (max-width: 1499.98px) {
  .pl-65 {
    padding-left: 32.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-65 {
    padding-left: 32.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-65 {
    padding-left: 16.25px;
  }
}

.pr-65 {
  padding-right: 65px;
}

@media (max-width: 1499.98px) {
  .pr-65 {
    padding-right: 32.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-65 {
    padding-right: 32.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-65 {
    padding-right: 16.25px;
  }
}

.pl-70 {
  padding-left: 70px;
}

@media (max-width: 1499.98px) {
  .pl-70 {
    padding-left: 35px;
  }
}

@media (max-width: 991.98px) {
  .pl-70 {
    padding-left: 35px;
  }
}

@media (max-width: 767.98px) {
  .pl-70 {
    padding-left: 17.5px;
  }
}

.pr-70 {
  padding-right: 70px;
}

@media (max-width: 1499.98px) {
  .pr-70 {
    padding-right: 35px;
  }
}

@media (max-width: 991.98px) {
  .pr-70 {
    padding-right: 35px;
  }
}

@media (max-width: 767.98px) {
  .pr-70 {
    padding-right: 17.5px;
  }
}

.pl-75 {
  padding-left: 75px;
}

@media (max-width: 1499.98px) {
  .pl-75 {
    padding-left: 37.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-75 {
    padding-left: 37.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-75 {
    padding-left: 18.75px;
  }
}

.pr-75 {
  padding-right: 75px;
}

@media (max-width: 1499.98px) {
  .pr-75 {
    padding-right: 37.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-75 {
    padding-right: 37.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-75 {
    padding-right: 18.75px;
  }
}

.pl-80 {
  padding-left: 80px;
}

@media (max-width: 1499.98px) {
  .pl-80 {
    padding-left: 40px;
  }
}

@media (max-width: 991.98px) {
  .pl-80 {
    padding-left: 40px;
  }
}

@media (max-width: 767.98px) {
  .pl-80 {
    padding-left: 20px;
  }
}

.pr-80 {
  padding-right: 80px;
}

@media (max-width: 1499.98px) {
  .pr-80 {
    padding-right: 40px;
  }
}

@media (max-width: 991.98px) {
  .pr-80 {
    padding-right: 40px;
  }
}

@media (max-width: 767.98px) {
  .pr-80 {
    padding-right: 20px;
  }
}

.pl-85 {
  padding-left: 85px;
}

@media (max-width: 1499.98px) {
  .pl-85 {
    padding-left: 42.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-85 {
    padding-left: 42.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-85 {
    padding-left: 21.25px;
  }
}

.pr-85 {
  padding-right: 85px;
}

@media (max-width: 1499.98px) {
  .pr-85 {
    padding-right: 42.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-85 {
    padding-right: 42.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-85 {
    padding-right: 21.25px;
  }
}

.pl-90 {
  padding-left: 90px;
}

@media (max-width: 1499.98px) {
  .pl-90 {
    padding-left: 45px;
  }
}

@media (max-width: 991.98px) {
  .pl-90 {
    padding-left: 45px;
  }
}

@media (max-width: 767.98px) {
  .pl-90 {
    padding-left: 22.5px;
  }
}

.pr-90 {
  padding-right: 90px;
}

@media (max-width: 1499.98px) {
  .pr-90 {
    padding-right: 45px;
  }
}

@media (max-width: 991.98px) {
  .pr-90 {
    padding-right: 45px;
  }
}

@media (max-width: 767.98px) {
  .pr-90 {
    padding-right: 22.5px;
  }
}

.pl-95 {
  padding-left: 95px;
}

@media (max-width: 1499.98px) {
  .pl-95 {
    padding-left: 47.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-95 {
    padding-left: 47.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-95 {
    padding-left: 23.75px;
  }
}

.pr-95 {
  padding-right: 95px;
}

@media (max-width: 1499.98px) {
  .pr-95 {
    padding-right: 47.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-95 {
    padding-right: 47.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-95 {
    padding-right: 23.75px;
  }
}

.pl-100 {
  padding-left: 100px;
}

@media (max-width: 1499.98px) {
  .pl-100 {
    padding-left: 50px;
  }
}

@media (max-width: 991.98px) {
  .pl-100 {
    padding-left: 50px;
  }
}

@media (max-width: 767.98px) {
  .pl-100 {
    padding-left: 25px;
  }
}

.pr-100 {
  padding-right: 100px;
}

@media (max-width: 1499.98px) {
  .pr-100 {
    padding-right: 50px;
  }
}

@media (max-width: 991.98px) {
  .pr-100 {
    padding-right: 50px;
  }
}

@media (max-width: 767.98px) {
  .pr-100 {
    padding-right: 25px;
  }
}

.pl-105 {
  padding-left: 105px;
}

@media (max-width: 1499.98px) {
  .pl-105 {
    padding-left: 52.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-105 {
    padding-left: 52.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-105 {
    padding-left: 26.25px;
  }
}

.pr-105 {
  padding-right: 105px;
}

@media (max-width: 1499.98px) {
  .pr-105 {
    padding-right: 52.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-105 {
    padding-right: 52.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-105 {
    padding-right: 26.25px;
  }
}

.pl-110 {
  padding-left: 110px;
}

@media (max-width: 1499.98px) {
  .pl-110 {
    padding-left: 55px;
  }
}

@media (max-width: 991.98px) {
  .pl-110 {
    padding-left: 55px;
  }
}

@media (max-width: 767.98px) {
  .pl-110 {
    padding-left: 27.5px;
  }
}

.pr-110 {
  padding-right: 110px;
}

@media (max-width: 1499.98px) {
  .pr-110 {
    padding-right: 55px;
  }
}

@media (max-width: 991.98px) {
  .pr-110 {
    padding-right: 55px;
  }
}

@media (max-width: 767.98px) {
  .pr-110 {
    padding-right: 27.5px;
  }
}

.pl-115 {
  padding-left: 115px;
}

@media (max-width: 1499.98px) {
  .pl-115 {
    padding-left: 57.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-115 {
    padding-left: 57.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-115 {
    padding-left: 28.75px;
  }
}

.pr-115 {
  padding-right: 115px;
}

@media (max-width: 1499.98px) {
  .pr-115 {
    padding-right: 57.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-115 {
    padding-right: 57.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-115 {
    padding-right: 28.75px;
  }
}

.pl-120 {
  padding-left: 120px;
}

@media (max-width: 1499.98px) {
  .pl-120 {
    padding-left: 60px;
  }
}

@media (max-width: 991.98px) {
  .pl-120 {
    padding-left: 60px;
  }
}

@media (max-width: 767.98px) {
  .pl-120 {
    padding-left: 30px;
  }
}

.pr-120 {
  padding-right: 120px;
}

@media (max-width: 1499.98px) {
  .pr-120 {
    padding-right: 60px;
  }
}

@media (max-width: 991.98px) {
  .pr-120 {
    padding-right: 60px;
  }
}

@media (max-width: 767.98px) {
  .pr-120 {
    padding-right: 30px;
  }
}

.pl-125 {
  padding-left: 125px;
}

@media (max-width: 1499.98px) {
  .pl-125 {
    padding-left: 62.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-125 {
    padding-left: 62.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-125 {
    padding-left: 31.25px;
  }
}

.pr-125 {
  padding-right: 125px;
}

@media (max-width: 1499.98px) {
  .pr-125 {
    padding-right: 62.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-125 {
    padding-right: 62.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-125 {
    padding-right: 31.25px;
  }
}

.pl-130 {
  padding-left: 130px;
}

@media (max-width: 1499.98px) {
  .pl-130 {
    padding-left: 65px;
  }
}

@media (max-width: 991.98px) {
  .pl-130 {
    padding-left: 65px;
  }
}

@media (max-width: 767.98px) {
  .pl-130 {
    padding-left: 32.5px;
  }
}

.pr-130 {
  padding-right: 130px;
}

@media (max-width: 1499.98px) {
  .pr-130 {
    padding-right: 65px;
  }
}

@media (max-width: 991.98px) {
  .pr-130 {
    padding-right: 65px;
  }
}

@media (max-width: 767.98px) {
  .pr-130 {
    padding-right: 32.5px;
  }
}

.pl-135 {
  padding-left: 135px;
}

@media (max-width: 1499.98px) {
  .pl-135 {
    padding-left: 67.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-135 {
    padding-left: 67.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-135 {
    padding-left: 33.75px;
  }
}

.pr-135 {
  padding-right: 135px;
}

@media (max-width: 1499.98px) {
  .pr-135 {
    padding-right: 67.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-135 {
    padding-right: 67.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-135 {
    padding-right: 33.75px;
  }
}

.pl-140 {
  padding-left: 140px;
}

@media (max-width: 1499.98px) {
  .pl-140 {
    padding-left: 70px;
  }
}

@media (max-width: 991.98px) {
  .pl-140 {
    padding-left: 70px;
  }
}

@media (max-width: 767.98px) {
  .pl-140 {
    padding-left: 35px;
  }
}

.pr-140 {
  padding-right: 140px;
}

@media (max-width: 1499.98px) {
  .pr-140 {
    padding-right: 70px;
  }
}

@media (max-width: 991.98px) {
  .pr-140 {
    padding-right: 70px;
  }
}

@media (max-width: 767.98px) {
  .pr-140 {
    padding-right: 35px;
  }
}

.pl-145 {
  padding-left: 145px;
}

@media (max-width: 1499.98px) {
  .pl-145 {
    padding-left: 72.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-145 {
    padding-left: 72.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-145 {
    padding-left: 36.25px;
  }
}

.pr-145 {
  padding-right: 145px;
}

@media (max-width: 1499.98px) {
  .pr-145 {
    padding-right: 72.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-145 {
    padding-right: 72.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-145 {
    padding-right: 36.25px;
  }
}

.pl-150 {
  padding-left: 150px;
}

@media (max-width: 1499.98px) {
  .pl-150 {
    padding-left: 75px;
  }
}

@media (max-width: 991.98px) {
  .pl-150 {
    padding-left: 75px;
  }
}

@media (max-width: 767.98px) {
  .pl-150 {
    padding-left: 37.5px;
  }
}

.pr-150 {
  padding-right: 150px;
}

@media (max-width: 1499.98px) {
  .pr-150 {
    padding-right: 75px;
  }
}

@media (max-width: 991.98px) {
  .pr-150 {
    padding-right: 75px;
  }
}

@media (max-width: 767.98px) {
  .pr-150 {
    padding-right: 37.5px;
  }
}

.pl-155 {
  padding-left: 155px;
}

@media (max-width: 1499.98px) {
  .pl-155 {
    padding-left: 77.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-155 {
    padding-left: 77.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-155 {
    padding-left: 38.75px;
  }
}

.pr-155 {
  padding-right: 155px;
}

@media (max-width: 1499.98px) {
  .pr-155 {
    padding-right: 77.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-155 {
    padding-right: 77.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-155 {
    padding-right: 38.75px;
  }
}

.pl-160 {
  padding-left: 160px;
}

@media (max-width: 1499.98px) {
  .pl-160 {
    padding-left: 80px;
  }
}

@media (max-width: 991.98px) {
  .pl-160 {
    padding-left: 80px;
  }
}

@media (max-width: 767.98px) {
  .pl-160 {
    padding-left: 40px;
  }
}

.pr-160 {
  padding-right: 160px;
}

@media (max-width: 1499.98px) {
  .pr-160 {
    padding-right: 80px;
  }
}

@media (max-width: 991.98px) {
  .pr-160 {
    padding-right: 80px;
  }
}

@media (max-width: 767.98px) {
  .pr-160 {
    padding-right: 40px;
  }
}

.pl-165 {
  padding-left: 165px;
}

@media (max-width: 1499.98px) {
  .pl-165 {
    padding-left: 82.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-165 {
    padding-left: 82.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-165 {
    padding-left: 41.25px;
  }
}

.pr-165 {
  padding-right: 165px;
}

@media (max-width: 1499.98px) {
  .pr-165 {
    padding-right: 82.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-165 {
    padding-right: 82.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-165 {
    padding-right: 41.25px;
  }
}

.pl-170 {
  padding-left: 170px;
}

@media (max-width: 1499.98px) {
  .pl-170 {
    padding-left: 85px;
  }
}

@media (max-width: 991.98px) {
  .pl-170 {
    padding-left: 85px;
  }
}

@media (max-width: 767.98px) {
  .pl-170 {
    padding-left: 42.5px;
  }
}

.pr-170 {
  padding-right: 170px;
}

@media (max-width: 1499.98px) {
  .pr-170 {
    padding-right: 85px;
  }
}

@media (max-width: 991.98px) {
  .pr-170 {
    padding-right: 85px;
  }
}

@media (max-width: 767.98px) {
  .pr-170 {
    padding-right: 42.5px;
  }
}

.pl-175 {
  padding-left: 175px;
}

@media (max-width: 1499.98px) {
  .pl-175 {
    padding-left: 87.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-175 {
    padding-left: 87.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-175 {
    padding-left: 43.75px;
  }
}

.pr-175 {
  padding-right: 175px;
}

@media (max-width: 1499.98px) {
  .pr-175 {
    padding-right: 87.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-175 {
    padding-right: 87.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-175 {
    padding-right: 43.75px;
  }
}

.pl-180 {
  padding-left: 180px;
}

@media (max-width: 1499.98px) {
  .pl-180 {
    padding-left: 90px;
  }
}

@media (max-width: 991.98px) {
  .pl-180 {
    padding-left: 90px;
  }
}

@media (max-width: 767.98px) {
  .pl-180 {
    padding-left: 45px;
  }
}

.pr-180 {
  padding-right: 180px;
}

@media (max-width: 1499.98px) {
  .pr-180 {
    padding-right: 90px;
  }
}

@media (max-width: 991.98px) {
  .pr-180 {
    padding-right: 90px;
  }
}

@media (max-width: 767.98px) {
  .pr-180 {
    padding-right: 45px;
  }
}

.pl-185 {
  padding-left: 185px;
}

@media (max-width: 1499.98px) {
  .pl-185 {
    padding-left: 92.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-185 {
    padding-left: 92.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-185 {
    padding-left: 46.25px;
  }
}

.pr-185 {
  padding-right: 185px;
}

@media (max-width: 1499.98px) {
  .pr-185 {
    padding-right: 92.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-185 {
    padding-right: 92.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-185 {
    padding-right: 46.25px;
  }
}

.pl-190 {
  padding-left: 190px;
}

@media (max-width: 1499.98px) {
  .pl-190 {
    padding-left: 95px;
  }
}

@media (max-width: 991.98px) {
  .pl-190 {
    padding-left: 95px;
  }
}

@media (max-width: 767.98px) {
  .pl-190 {
    padding-left: 47.5px;
  }
}

.pr-190 {
  padding-right: 190px;
}

@media (max-width: 1499.98px) {
  .pr-190 {
    padding-right: 95px;
  }
}

@media (max-width: 991.98px) {
  .pr-190 {
    padding-right: 95px;
  }
}

@media (max-width: 767.98px) {
  .pr-190 {
    padding-right: 47.5px;
  }
}

.pl-195 {
  padding-left: 195px;
}

@media (max-width: 1499.98px) {
  .pl-195 {
    padding-left: 97.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-195 {
    padding-left: 97.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-195 {
    padding-left: 48.75px;
  }
}

.pr-195 {
  padding-right: 195px;
}

@media (max-width: 1499.98px) {
  .pr-195 {
    padding-right: 97.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-195 {
    padding-right: 97.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-195 {
    padding-right: 48.75px;
  }
}

.pl-200 {
  padding-left: 200px;
}

@media (max-width: 1499.98px) {
  .pl-200 {
    padding-left: 100px;
  }
}

@media (max-width: 991.98px) {
  .pl-200 {
    padding-left: 100px;
  }
}

@media (max-width: 767.98px) {
  .pl-200 {
    padding-left: 50px;
  }
}

.pr-200 {
  padding-right: 200px;
}

@media (max-width: 1499.98px) {
  .pr-200 {
    padding-right: 100px;
  }
}

@media (max-width: 991.98px) {
  .pr-200 {
    padding-right: 100px;
  }
}

@media (max-width: 767.98px) {
  .pr-200 {
    padding-right: 50px;
  }
}

.pl-250 {
  padding-left: 250px;
}

@media (max-width: 1499.98px) {
  .pl-250 {
    padding-left: 125px;
  }
}

@media (max-width: 991.98px) {
  .pl-250 {
    padding-left: 125px;
  }
}

@media (max-width: 767.98px) {
  .pl-250 {
    padding-left: 62.5px;
  }
}

.pr-250 {
  padding-right: 250px;
}

@media (max-width: 1499.98px) {
  .pr-250 {
    padding-right: 125px;
  }
}

@media (max-width: 991.98px) {
  .pr-250 {
    padding-right: 125px;
  }
}

@media (max-width: 767.98px) {
  .pr-250 {
    padding-right: 62.5px;
  }
}

.pl-271 {
  padding-left: 271px;
}

@media (max-width: 1499.98px) {
  .pl-271 {
    padding-left: 135.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-271 {
    padding-left: 135.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-271 {
    padding-left: 67.75px;
  }
}

.pr-271 {
  padding-right: 271px;
}

@media (max-width: 1499.98px) {
  .pr-271 {
    padding-right: 135.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-271 {
    padding-right: 135.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-271 {
    padding-right: 67.75px;
  }
}

.pl-284 {
  padding-left: 284px;
}

@media (max-width: 1499.98px) {
  .pl-284 {
    padding-left: 142px;
  }
}

@media (max-width: 991.98px) {
  .pl-284 {
    padding-left: 142px;
  }
}

@media (max-width: 767.98px) {
  .pl-284 {
    padding-left: 71px;
  }
}

.pr-284 {
  padding-right: 284px;
}

@media (max-width: 1499.98px) {
  .pr-284 {
    padding-right: 142px;
  }
}

@media (max-width: 991.98px) {
  .pr-284 {
    padding-right: 142px;
  }
}

@media (max-width: 767.98px) {
  .pr-284 {
    padding-right: 71px;
  }
}

.pl-300 {
  padding-left: 300px;
}

@media (max-width: 1499.98px) {
  .pl-300 {
    padding-left: 150px;
  }
}

@media (max-width: 991.98px) {
  .pl-300 {
    padding-left: 150px;
  }
}

@media (max-width: 767.98px) {
  .pl-300 {
    padding-left: 75px;
  }
}

.pr-300 {
  padding-right: 300px;
}

@media (max-width: 1499.98px) {
  .pr-300 {
    padding-right: 150px;
  }
}

@media (max-width: 991.98px) {
  .pr-300 {
    padding-right: 150px;
  }
}

@media (max-width: 767.98px) {
  .pr-300 {
    padding-right: 75px;
  }
}

.pl-303 {
  padding-left: 303px;
}

@media (max-width: 1499.98px) {
  .pl-303 {
    padding-left: 151.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-303 {
    padding-left: 151.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-303 {
    padding-left: 75.75px;
  }
}

.pr-303 {
  padding-right: 303px;
}

@media (max-width: 1499.98px) {
  .pr-303 {
    padding-right: 151.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-303 {
    padding-right: 151.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-303 {
    padding-right: 75.75px;
  }
}

.pl-305 {
  padding-left: 305px;
}

@media (max-width: 1499.98px) {
  .pl-305 {
    padding-left: 152.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-305 {
    padding-left: 152.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-305 {
    padding-left: 76.25px;
  }
}

.pr-305 {
  padding-right: 305px;
}

@media (max-width: 1499.98px) {
  .pr-305 {
    padding-right: 152.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-305 {
    padding-right: 152.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-305 {
    padding-right: 76.25px;
  }
}

.pl-310 {
  padding-left: 310px;
}

@media (max-width: 1499.98px) {
  .pl-310 {
    padding-left: 155px;
  }
}

@media (max-width: 991.98px) {
  .pl-310 {
    padding-left: 155px;
  }
}

@media (max-width: 767.98px) {
  .pl-310 {
    padding-left: 77.5px;
  }
}

.pr-310 {
  padding-right: 310px;
}

@media (max-width: 1499.98px) {
  .pr-310 {
    padding-right: 155px;
  }
}

@media (max-width: 991.98px) {
  .pr-310 {
    padding-right: 155px;
  }
}

@media (max-width: 767.98px) {
  .pr-310 {
    padding-right: 77.5px;
  }
}

.pl-315 {
  padding-left: 315px;
}

@media (max-width: 1499.98px) {
  .pl-315 {
    padding-left: 157.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-315 {
    padding-left: 157.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-315 {
    padding-left: 78.75px;
  }
}

.pr-315 {
  padding-right: 315px;
}

@media (max-width: 1499.98px) {
  .pr-315 {
    padding-right: 157.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-315 {
    padding-right: 157.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-315 {
    padding-right: 78.75px;
  }
}

.pl-320 {
  padding-left: 320px;
}

@media (max-width: 1499.98px) {
  .pl-320 {
    padding-left: 160px;
  }
}

@media (max-width: 991.98px) {
  .pl-320 {
    padding-left: 160px;
  }
}

@media (max-width: 767.98px) {
  .pl-320 {
    padding-left: 80px;
  }
}

.pr-320 {
  padding-right: 320px;
}

@media (max-width: 1499.98px) {
  .pr-320 {
    padding-right: 160px;
  }
}

@media (max-width: 991.98px) {
  .pr-320 {
    padding-right: 160px;
  }
}

@media (max-width: 767.98px) {
  .pr-320 {
    padding-right: 80px;
  }
}

.pl-330 {
  padding-left: 330px;
}

@media (max-width: 1499.98px) {
  .pl-330 {
    padding-left: 165px;
  }
}

@media (max-width: 991.98px) {
  .pl-330 {
    padding-left: 165px;
  }
}

@media (max-width: 767.98px) {
  .pl-330 {
    padding-left: 82.5px;
  }
}

.pr-330 {
  padding-right: 330px;
}

@media (max-width: 1499.98px) {
  .pr-330 {
    padding-right: 165px;
  }
}

@media (max-width: 991.98px) {
  .pr-330 {
    padding-right: 165px;
  }
}

@media (max-width: 767.98px) {
  .pr-330 {
    padding-right: 82.5px;
  }
}

.pl-340 {
  padding-left: 340px;
}

@media (max-width: 1499.98px) {
  .pl-340 {
    padding-left: 170px;
  }
}

@media (max-width: 991.98px) {
  .pl-340 {
    padding-left: 170px;
  }
}

@media (max-width: 767.98px) {
  .pl-340 {
    padding-left: 85px;
  }
}

.pr-340 {
  padding-right: 340px;
}

@media (max-width: 1499.98px) {
  .pr-340 {
    padding-right: 170px;
  }
}

@media (max-width: 991.98px) {
  .pr-340 {
    padding-right: 170px;
  }
}

@media (max-width: 767.98px) {
  .pr-340 {
    padding-right: 85px;
  }
}

.pl-343 {
  padding-left: 343px;
}

@media (max-width: 1499.98px) {
  .pl-343 {
    padding-left: 171.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-343 {
    padding-left: 171.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-343 {
    padding-left: 85.75px;
  }
}

.pr-343 {
  padding-right: 343px;
}

@media (max-width: 1499.98px) {
  .pr-343 {
    padding-right: 171.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-343 {
    padding-right: 171.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-343 {
    padding-right: 85.75px;
  }
}

.pl-345 {
  padding-left: 345px;
}

@media (max-width: 1499.98px) {
  .pl-345 {
    padding-left: 172.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-345 {
    padding-left: 172.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-345 {
    padding-left: 86.25px;
  }
}

.pr-345 {
  padding-right: 345px;
}

@media (max-width: 1499.98px) {
  .pr-345 {
    padding-right: 172.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-345 {
    padding-right: 172.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-345 {
    padding-right: 86.25px;
  }
}

.pl-350 {
  padding-left: 350px;
}

@media (max-width: 1499.98px) {
  .pl-350 {
    padding-left: 175px;
  }
}

@media (max-width: 991.98px) {
  .pl-350 {
    padding-left: 175px;
  }
}

@media (max-width: 767.98px) {
  .pl-350 {
    padding-left: 87.5px;
  }
}

.pr-350 {
  padding-right: 350px;
}

@media (max-width: 1499.98px) {
  .pr-350 {
    padding-right: 175px;
  }
}

@media (max-width: 991.98px) {
  .pr-350 {
    padding-right: 175px;
  }
}

@media (max-width: 767.98px) {
  .pr-350 {
    padding-right: 87.5px;
  }
}

.pl-354 {
  padding-left: 354px;
}

@media (max-width: 1499.98px) {
  .pl-354 {
    padding-left: 177px;
  }
}

@media (max-width: 991.98px) {
  .pl-354 {
    padding-left: 177px;
  }
}

@media (max-width: 767.98px) {
  .pl-354 {
    padding-left: 88.5px;
  }
}

.pr-354 {
  padding-right: 354px;
}

@media (max-width: 1499.98px) {
  .pr-354 {
    padding-right: 177px;
  }
}

@media (max-width: 991.98px) {
  .pr-354 {
    padding-right: 177px;
  }
}

@media (max-width: 767.98px) {
  .pr-354 {
    padding-right: 88.5px;
  }
}

.pl-355 {
  padding-left: 355px;
}

@media (max-width: 1499.98px) {
  .pl-355 {
    padding-left: 177.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-355 {
    padding-left: 177.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-355 {
    padding-left: 88.75px;
  }
}

.pr-355 {
  padding-right: 355px;
}

@media (max-width: 1499.98px) {
  .pr-355 {
    padding-right: 177.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-355 {
    padding-right: 177.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-355 {
    padding-right: 88.75px;
  }
}

.pl-356 {
  padding-left: 356px;
}

@media (max-width: 1499.98px) {
  .pl-356 {
    padding-left: 178px;
  }
}

@media (max-width: 991.98px) {
  .pl-356 {
    padding-left: 178px;
  }
}

@media (max-width: 767.98px) {
  .pl-356 {
    padding-left: 89px;
  }
}

.pr-356 {
  padding-right: 356px;
}

@media (max-width: 1499.98px) {
  .pr-356 {
    padding-right: 178px;
  }
}

@media (max-width: 991.98px) {
  .pr-356 {
    padding-right: 178px;
  }
}

@media (max-width: 767.98px) {
  .pr-356 {
    padding-right: 89px;
  }
}

.pl-360 {
  padding-left: 360px;
}

@media (max-width: 1499.98px) {
  .pl-360 {
    padding-left: 180px;
  }
}

@media (max-width: 991.98px) {
  .pl-360 {
    padding-left: 180px;
  }
}

@media (max-width: 767.98px) {
  .pl-360 {
    padding-left: 90px;
  }
}

.pr-360 {
  padding-right: 360px;
}

@media (max-width: 1499.98px) {
  .pr-360 {
    padding-right: 180px;
  }
}

@media (max-width: 991.98px) {
  .pr-360 {
    padding-right: 180px;
  }
}

@media (max-width: 767.98px) {
  .pr-360 {
    padding-right: 90px;
  }
}

.pl-370 {
  padding-left: 370px;
}

@media (max-width: 1499.98px) {
  .pl-370 {
    padding-left: 185px;
  }
}

@media (max-width: 991.98px) {
  .pl-370 {
    padding-left: 185px;
  }
}

@media (max-width: 767.98px) {
  .pl-370 {
    padding-left: 92.5px;
  }
}

.pr-370 {
  padding-right: 370px;
}

@media (max-width: 1499.98px) {
  .pr-370 {
    padding-right: 185px;
  }
}

@media (max-width: 991.98px) {
  .pr-370 {
    padding-right: 185px;
  }
}

@media (max-width: 767.98px) {
  .pr-370 {
    padding-right: 92.5px;
  }
}

.pl-375 {
  padding-left: 375px;
}

@media (max-width: 1499.98px) {
  .pl-375 {
    padding-left: 187.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-375 {
    padding-left: 187.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-375 {
    padding-left: 93.75px;
  }
}

.pr-375 {
  padding-right: 375px;
}

@media (max-width: 1499.98px) {
  .pr-375 {
    padding-right: 187.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-375 {
    padding-right: 187.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-375 {
    padding-right: 93.75px;
  }
}

.pl-380 {
  padding-left: 380px;
}

@media (max-width: 1499.98px) {
  .pl-380 {
    padding-left: 190px;
  }
}

@media (max-width: 991.98px) {
  .pl-380 {
    padding-left: 190px;
  }
}

@media (max-width: 767.98px) {
  .pl-380 {
    padding-left: 95px;
  }
}

.pr-380 {
  padding-right: 380px;
}

@media (max-width: 1499.98px) {
  .pr-380 {
    padding-right: 190px;
  }
}

@media (max-width: 991.98px) {
  .pr-380 {
    padding-right: 190px;
  }
}

@media (max-width: 767.98px) {
  .pr-380 {
    padding-right: 95px;
  }
}

.pl-385 {
  padding-left: 385px;
}

@media (max-width: 1499.98px) {
  .pl-385 {
    padding-left: 192.5px;
  }
}

@media (max-width: 991.98px) {
  .pl-385 {
    padding-left: 192.5px;
  }
}

@media (max-width: 767.98px) {
  .pl-385 {
    padding-left: 96.25px;
  }
}

.pr-385 {
  padding-right: 385px;
}

@media (max-width: 1499.98px) {
  .pr-385 {
    padding-right: 192.5px;
  }
}

@media (max-width: 991.98px) {
  .pr-385 {
    padding-right: 192.5px;
  }
}

@media (max-width: 767.98px) {
  .pr-385 {
    padding-right: 96.25px;
  }
}

.pl-388 {
  padding-left: 388px;
}

@media (max-width: 1499.98px) {
  .pl-388 {
    padding-left: 194px;
  }
}

@media (max-width: 991.98px) {
  .pl-388 {
    padding-left: 194px;
  }
}

@media (max-width: 767.98px) {
  .pl-388 {
    padding-left: 97px;
  }
}

.pr-388 {
  padding-right: 388px;
}

@media (max-width: 1499.98px) {
  .pr-388 {
    padding-right: 194px;
  }
}

@media (max-width: 991.98px) {
  .pr-388 {
    padding-right: 194px;
  }
}

@media (max-width: 767.98px) {
  .pr-388 {
    padding-right: 97px;
  }
}

.pl-390 {
  padding-left: 390px;
}

@media (max-width: 1499.98px) {
  .pl-390 {
    padding-left: 195px;
  }
}

@media (max-width: 991.98px) {
  .pl-390 {
    padding-left: 195px;
  }
}

@media (max-width: 767.98px) {
  .pl-390 {
    padding-left: 97.5px;
  }
}

.pr-390 {
  padding-right: 390px;
}

@media (max-width: 1499.98px) {
  .pr-390 {
    padding-right: 195px;
  }
}

@media (max-width: 991.98px) {
  .pr-390 {
    padding-right: 195px;
  }
}

@media (max-width: 767.98px) {
  .pr-390 {
    padding-right: 97.5px;
  }
}

.pl-400 {
  padding-left: 400px;
}

@media (max-width: 1499.98px) {
  .pl-400 {
    padding-left: 200px;
  }
}

@media (max-width: 991.98px) {
  .pl-400 {
    padding-left: 200px;
  }
}

@media (max-width: 767.98px) {
  .pl-400 {
    padding-left: 100px;
  }
}

.pr-400 {
  padding-right: 400px;
}

@media (max-width: 1499.98px) {
  .pr-400 {
    padding-right: 200px;
  }
}

@media (max-width: 991.98px) {
  .pr-400 {
    padding-right: 200px;
  }
}

@media (max-width: 767.98px) {
  .pr-400 {
    padding-right: 100px;
  }
}

.pl-450 {
  padding-left: 450px;
}

@media (max-width: 1499.98px) {
  .pl-450 {
    padding-left: 225px;
  }
}

@media (max-width: 991.98px) {
  .pl-450 {
    padding-left: 225px;
  }
}

@media (max-width: 767.98px) {
  .pl-450 {
    padding-left: 112.5px;
  }
}

.pr-450 {
  padding-right: 450px;
}

@media (max-width: 1499.98px) {
  .pr-450 {
    padding-right: 225px;
  }
}

@media (max-width: 991.98px) {
  .pr-450 {
    padding-right: 225px;
  }
}

@media (max-width: 767.98px) {
  .pr-450 {
    padding-right: 112.5px;
  }
}

.pl-500 {
  padding-left: 500px;
}

@media (max-width: 1499.98px) {
  .pl-500 {
    padding-left: 250px;
  }
}

@media (max-width: 991.98px) {
  .pl-500 {
    padding-left: 250px;
  }
}

@media (max-width: 767.98px) {
  .pl-500 {
    padding-left: 125px;
  }
}

.pr-500 {
  padding-right: 500px;
}

@media (max-width: 1499.98px) {
  .pr-500 {
    padding-right: 250px;
  }
}

@media (max-width: 991.98px) {
  .pr-500 {
    padding-right: 250px;
  }
}

@media (max-width: 767.98px) {
  .pr-500 {
    padding-right: 125px;
  }
}

.pl-550 {
  padding-left: 550px;
}

@media (max-width: 1499.98px) {
  .pl-550 {
    padding-left: 275px;
  }
}

@media (max-width: 991.98px) {
  .pl-550 {
    padding-left: 275px;
  }
}

@media (max-width: 767.98px) {
  .pl-550 {
    padding-left: 137.5px;
  }
}

.pr-550 {
  padding-right: 550px;
}

@media (max-width: 1499.98px) {
  .pr-550 {
    padding-right: 275px;
  }
}

@media (max-width: 991.98px) {
  .pr-550 {
    padding-right: 275px;
  }
}

@media (max-width: 767.98px) {
  .pr-550 {
    padding-right: 137.5px;
  }
}

.pl-600 {
  padding-left: 600px;
}

@media (max-width: 1499.98px) {
  .pl-600 {
    padding-left: 300px;
  }
}

@media (max-width: 991.98px) {
  .pl-600 {
    padding-left: 300px;
  }
}

@media (max-width: 767.98px) {
  .pl-600 {
    padding-left: 150px;
  }
}

.pr-600 {
  padding-right: 600px;
}

@media (max-width: 1499.98px) {
  .pr-600 {
    padding-right: 300px;
  }
}

@media (max-width: 991.98px) {
  .pr-600 {
    padding-right: 300px;
  }
}

@media (max-width: 767.98px) {
  .pr-600 {
    padding-right: 150px;
  }
}

.pl-650 {
  padding-left: 650px;
}

@media (max-width: 1499.98px) {
  .pl-650 {
    padding-left: 325px;
  }
}

@media (max-width: 991.98px) {
  .pl-650 {
    padding-left: 325px;
  }
}

@media (max-width: 767.98px) {
  .pl-650 {
    padding-left: 162.5px;
  }
}

.pr-650 {
  padding-right: 650px;
}

@media (max-width: 1499.98px) {
  .pr-650 {
    padding-right: 325px;
  }
}

@media (max-width: 991.98px) {
  .pr-650 {
    padding-right: 325px;
  }
}

@media (max-width: 767.98px) {
  .pr-650 {
    padding-right: 162.5px;
  }
}

.pl-700 {
  padding-left: 700px;
}

@media (max-width: 1499.98px) {
  .pl-700 {
    padding-left: 350px;
  }
}

@media (max-width: 991.98px) {
  .pl-700 {
    padding-left: 350px;
  }
}

@media (max-width: 767.98px) {
  .pl-700 {
    padding-left: 175px;
  }
}

.pr-700 {
  padding-right: 700px;
}

@media (max-width: 1499.98px) {
  .pr-700 {
    padding-right: 350px;
  }
}

@media (max-width: 991.98px) {
  .pr-700 {
    padding-right: 350px;
  }
}

@media (max-width: 767.98px) {
  .pr-700 {
    padding-right: 175px;
  }
}

.pl-750 {
  padding-left: 750px;
}

@media (max-width: 1499.98px) {
  .pl-750 {
    padding-left: 375px;
  }
}

@media (max-width: 991.98px) {
  .pl-750 {
    padding-left: 375px;
  }
}

@media (max-width: 767.98px) {
  .pl-750 {
    padding-left: 187.5px;
  }
}

.pr-750 {
  padding-right: 750px;
}

@media (max-width: 1499.98px) {
  .pr-750 {
    padding-right: 375px;
  }
}

@media (max-width: 991.98px) {
  .pr-750 {
    padding-right: 375px;
  }
}

@media (max-width: 767.98px) {
  .pr-750 {
    padding-right: 187.5px;
  }
}

.pl-800 {
  padding-left: 800px;
}

@media (max-width: 1499.98px) {
  .pl-800 {
    padding-left: 400px;
  }
}

@media (max-width: 991.98px) {
  .pl-800 {
    padding-left: 400px;
  }
}

@media (max-width: 767.98px) {
  .pl-800 {
    padding-left: 200px;
  }
}

.pr-800 {
  padding-right: 800px;
}

@media (max-width: 1499.98px) {
  .pr-800 {
    padding-right: 400px;
  }
}

@media (max-width: 991.98px) {
  .pr-800 {
    padding-right: 400px;
  }
}

@media (max-width: 767.98px) {
  .pr-800 {
    padding-right: 200px;
  }
}

.pl-850 {
  padding-left: 850px;
}

@media (max-width: 1499.98px) {
  .pl-850 {
    padding-left: 425px;
  }
}

@media (max-width: 991.98px) {
  .pl-850 {
    padding-left: 425px;
  }
}

@media (max-width: 767.98px) {
  .pl-850 {
    padding-left: 212.5px;
  }
}

.pr-850 {
  padding-right: 850px;
}

@media (max-width: 1499.98px) {
  .pr-850 {
    padding-right: 425px;
  }
}

@media (max-width: 991.98px) {
  .pr-850 {
    padding-right: 425px;
  }
}

@media (max-width: 767.98px) {
  .pr-850 {
    padding-right: 212.5px;
  }
}

.pl-900 {
  padding-left: 900px;
}

@media (max-width: 1499.98px) {
  .pl-900 {
    padding-left: 450px;
  }
}

@media (max-width: 991.98px) {
  .pl-900 {
    padding-left: 450px;
  }
}

@media (max-width: 767.98px) {
  .pl-900 {
    padding-left: 225px;
  }
}

.pr-900 {
  padding-right: 900px;
}

@media (max-width: 1499.98px) {
  .pr-900 {
    padding-right: 450px;
  }
}

@media (max-width: 991.98px) {
  .pr-900 {
    padding-right: 450px;
  }
}

@media (max-width: 767.98px) {
  .pr-900 {
    padding-right: 225px;
  }
}

.pl-950 {
  padding-left: 950px;
}

@media (max-width: 1499.98px) {
  .pl-950 {
    padding-left: 475px;
  }
}

@media (max-width: 991.98px) {
  .pl-950 {
    padding-left: 475px;
  }
}

@media (max-width: 767.98px) {
  .pl-950 {
    padding-left: 237.5px;
  }
}

.pr-950 {
  padding-right: 950px;
}

@media (max-width: 1499.98px) {
  .pr-950 {
    padding-right: 475px;
  }
}

@media (max-width: 991.98px) {
  .pr-950 {
    padding-right: 475px;
  }
}

@media (max-width: 767.98px) {
  .pr-950 {
    padding-right: 237.5px;
  }
}

.pl-1000 {
  padding-left: 1000px;
}

@media (max-width: 1499.98px) {
  .pl-1000 {
    padding-left: 500px;
  }
}

@media (max-width: 991.98px) {
  .pl-1000 {
    padding-left: 500px;
  }
}

@media (max-width: 767.98px) {
  .pl-1000 {
    padding-left: 250px;
  }
}

.pr-1000 {
  padding-right: 1000px;
}

@media (max-width: 1499.98px) {
  .pr-1000 {
    padding-right: 500px;
  }
}

@media (max-width: 991.98px) {
  .pr-1000 {
    padding-right: 500px;
  }
}

@media (max-width: 767.98px) {
  .pr-1000 {
    padding-right: 250px;
  }
}

.pt-0 {
  padding-top: 0px;
}

@media (max-width: 991.98px) {
  .pt-0 {
    padding-top: 0px;
  }
}

@media (max-width: 767.98px) {
  .pt-0 {
    padding-top: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-0 {
    padding-top: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-0 {
    padding-top: 0px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-0 {
    padding-top: 0px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-0 {
    padding-top: 0px !important;
  }
}

.pb-0 {
  padding-bottom: 0px;
}

@media (max-width: 991.98px) {
  .pb-0 {
    padding-bottom: 0px;
  }
}

@media (max-width: 767.98px) {
  .pb-0 {
    padding-bottom: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-0 {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-0 {
    padding-bottom: 0px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-0 {
    padding-bottom: 0px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-0 {
    padding-bottom: 0px !important;
  }
}

.pt-1 {
  padding-top: 1px;
}

@media (max-width: 991.98px) {
  .pt-1 {
    padding-top: 0.7px;
  }
}

@media (max-width: 767.98px) {
  .pt-1 {
    padding-top: 0.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-1 {
    padding-top: 1px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-1 {
    padding-top: 1px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-1 {
    padding-top: 1px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-1 {
    padding-top: 1px !important;
  }
}

.pb-1 {
  padding-bottom: 1px;
}

@media (max-width: 991.98px) {
  .pb-1 {
    padding-bottom: 0.7px;
  }
}

@media (max-width: 767.98px) {
  .pb-1 {
    padding-bottom: 0.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-1 {
    padding-bottom: 1px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-1 {
    padding-bottom: 1px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-1 {
    padding-bottom: 1px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-1 {
    padding-bottom: 1px !important;
  }
}

.pt-2 {
  padding-top: 2px;
}

@media (max-width: 991.98px) {
  .pt-2 {
    padding-top: 1.4px;
  }
}

@media (max-width: 767.98px) {
  .pt-2 {
    padding-top: 1px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-2 {
    padding-top: 2px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-2 {
    padding-top: 2px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-2 {
    padding-top: 2px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-2 {
    padding-top: 2px !important;
  }
}

.pb-2 {
  padding-bottom: 2px;
}

@media (max-width: 991.98px) {
  .pb-2 {
    padding-bottom: 1.4px;
  }
}

@media (max-width: 767.98px) {
  .pb-2 {
    padding-bottom: 1px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-2 {
    padding-bottom: 2px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-2 {
    padding-bottom: 2px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-2 {
    padding-bottom: 2px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-2 {
    padding-bottom: 2px !important;
  }
}

.pt-3 {
  padding-top: 3px;
}

@media (max-width: 991.98px) {
  .pt-3 {
    padding-top: 2.1px;
  }
}

@media (max-width: 767.98px) {
  .pt-3 {
    padding-top: 1.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-3 {
    padding-top: 3px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-3 {
    padding-top: 3px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-3 {
    padding-top: 3px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-3 {
    padding-top: 3px !important;
  }
}

.pb-3 {
  padding-bottom: 3px;
}

@media (max-width: 991.98px) {
  .pb-3 {
    padding-bottom: 2.1px;
  }
}

@media (max-width: 767.98px) {
  .pb-3 {
    padding-bottom: 1.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-3 {
    padding-bottom: 3px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-3 {
    padding-bottom: 3px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-3 {
    padding-bottom: 3px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-3 {
    padding-bottom: 3px !important;
  }
}

.pt-4 {
  padding-top: 4px;
}

@media (max-width: 991.98px) {
  .pt-4 {
    padding-top: 2.8px;
  }
}

@media (max-width: 767.98px) {
  .pt-4 {
    padding-top: 2px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-4 {
    padding-top: 4px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-4 {
    padding-top: 4px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-4 {
    padding-top: 4px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-4 {
    padding-top: 4px !important;
  }
}

.pb-4 {
  padding-bottom: 4px;
}

@media (max-width: 991.98px) {
  .pb-4 {
    padding-bottom: 2.8px;
  }
}

@media (max-width: 767.98px) {
  .pb-4 {
    padding-bottom: 2px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-4 {
    padding-bottom: 4px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-4 {
    padding-bottom: 4px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-4 {
    padding-bottom: 4px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-4 {
    padding-bottom: 4px !important;
  }
}

.pt-5 {
  padding-top: 5px;
}

@media (max-width: 991.98px) {
  .pt-5 {
    padding-top: 3.5px;
  }
}

@media (max-width: 767.98px) {
  .pt-5 {
    padding-top: 2.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-5 {
    padding-top: 5px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-5 {
    padding-top: 5px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-5 {
    padding-top: 5px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-5 {
    padding-top: 5px !important;
  }
}

.pb-5 {
  padding-bottom: 5px;
}

@media (max-width: 991.98px) {
  .pb-5 {
    padding-bottom: 3.5px;
  }
}

@media (max-width: 767.98px) {
  .pb-5 {
    padding-bottom: 2.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-5 {
    padding-bottom: 5px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-5 {
    padding-bottom: 5px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-5 {
    padding-bottom: 5px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-5 {
    padding-bottom: 5px !important;
  }
}

.pt-6 {
  padding-top: 6px;
}

@media (max-width: 991.98px) {
  .pt-6 {
    padding-top: 4.2px;
  }
}

@media (max-width: 767.98px) {
  .pt-6 {
    padding-top: 3px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-6 {
    padding-top: 6px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-6 {
    padding-top: 6px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-6 {
    padding-top: 6px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-6 {
    padding-top: 6px !important;
  }
}

.pb-6 {
  padding-bottom: 6px;
}

@media (max-width: 991.98px) {
  .pb-6 {
    padding-bottom: 4.2px;
  }
}

@media (max-width: 767.98px) {
  .pb-6 {
    padding-bottom: 3px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-6 {
    padding-bottom: 6px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-6 {
    padding-bottom: 6px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-6 {
    padding-bottom: 6px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-6 {
    padding-bottom: 6px !important;
  }
}

.pt-7 {
  padding-top: 7px;
}

@media (max-width: 991.98px) {
  .pt-7 {
    padding-top: 4.9px;
  }
}

@media (max-width: 767.98px) {
  .pt-7 {
    padding-top: 3.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-7 {
    padding-top: 7px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-7 {
    padding-top: 7px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-7 {
    padding-top: 7px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-7 {
    padding-top: 7px !important;
  }
}

.pb-7 {
  padding-bottom: 7px;
}

@media (max-width: 991.98px) {
  .pb-7 {
    padding-bottom: 4.9px;
  }
}

@media (max-width: 767.98px) {
  .pb-7 {
    padding-bottom: 3.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-7 {
    padding-bottom: 7px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-7 {
    padding-bottom: 7px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-7 {
    padding-bottom: 7px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-7 {
    padding-bottom: 7px !important;
  }
}

.pt-8 {
  padding-top: 8px;
}

@media (max-width: 991.98px) {
  .pt-8 {
    padding-top: 5.6px;
  }
}

@media (max-width: 767.98px) {
  .pt-8 {
    padding-top: 4px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-8 {
    padding-top: 8px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-8 {
    padding-top: 8px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-8 {
    padding-top: 8px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-8 {
    padding-top: 8px !important;
  }
}

.pb-8 {
  padding-bottom: 8px;
}

@media (max-width: 991.98px) {
  .pb-8 {
    padding-bottom: 5.6px;
  }
}

@media (max-width: 767.98px) {
  .pb-8 {
    padding-bottom: 4px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-8 {
    padding-bottom: 8px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-8 {
    padding-bottom: 8px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-8 {
    padding-bottom: 8px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-8 {
    padding-bottom: 8px !important;
  }
}

.pt-9 {
  padding-top: 9px;
}

@media (max-width: 991.98px) {
  .pt-9 {
    padding-top: 6.3px;
  }
}

@media (max-width: 767.98px) {
  .pt-9 {
    padding-top: 4.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-9 {
    padding-top: 9px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-9 {
    padding-top: 9px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-9 {
    padding-top: 9px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-9 {
    padding-top: 9px !important;
  }
}

.pb-9 {
  padding-bottom: 9px;
}

@media (max-width: 991.98px) {
  .pb-9 {
    padding-bottom: 6.3px;
  }
}

@media (max-width: 767.98px) {
  .pb-9 {
    padding-bottom: 4.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-9 {
    padding-bottom: 9px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-9 {
    padding-bottom: 9px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-9 {
    padding-bottom: 9px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-9 {
    padding-bottom: 9px !important;
  }
}

.pt-10 {
  padding-top: 10px;
}

@media (max-width: 991.98px) {
  .pt-10 {
    padding-top: 7px;
  }
}

@media (max-width: 767.98px) {
  .pt-10 {
    padding-top: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-10 {
    padding-top: 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-10 {
    padding-top: 10px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-10 {
    padding-top: 10px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-10 {
    padding-top: 10px !important;
  }
}

.pb-10 {
  padding-bottom: 10px;
}

@media (max-width: 991.98px) {
  .pb-10 {
    padding-bottom: 7px;
  }
}

@media (max-width: 767.98px) {
  .pb-10 {
    padding-bottom: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-10 {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-10 {
    padding-bottom: 10px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-10 {
    padding-bottom: 10px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-10 {
    padding-bottom: 10px !important;
  }
}

.pt-15 {
  padding-top: 15px;
}

@media (max-width: 991.98px) {
  .pt-15 {
    padding-top: 10.5px;
  }
}

@media (max-width: 767.98px) {
  .pt-15 {
    padding-top: 7.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-15 {
    padding-top: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-15 {
    padding-top: 15px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-15 {
    padding-top: 15px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-15 {
    padding-top: 15px !important;
  }
}

.pb-15 {
  padding-bottom: 15px;
}

@media (max-width: 991.98px) {
  .pb-15 {
    padding-bottom: 10.5px;
  }
}

@media (max-width: 767.98px) {
  .pb-15 {
    padding-bottom: 7.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-15 {
    padding-bottom: 15px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-15 {
    padding-bottom: 15px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-15 {
    padding-bottom: 15px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-15 {
    padding-bottom: 15px !important;
  }
}

.pt-20 {
  padding-top: 20px;
}

@media (max-width: 991.98px) {
  .pt-20 {
    padding-top: 14px;
  }
}

@media (max-width: 767.98px) {
  .pt-20 {
    padding-top: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-20 {
    padding-top: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-20 {
    padding-top: 20px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-20 {
    padding-top: 20px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-20 {
    padding-top: 20px !important;
  }
}

.pb-20 {
  padding-bottom: 20px;
}

@media (max-width: 991.98px) {
  .pb-20 {
    padding-bottom: 14px;
  }
}

@media (max-width: 767.98px) {
  .pb-20 {
    padding-bottom: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-20 {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-20 {
    padding-bottom: 20px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-20 {
    padding-bottom: 20px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-20 {
    padding-bottom: 20px !important;
  }
}

.pt-25 {
  padding-top: 25px;
}

@media (max-width: 991.98px) {
  .pt-25 {
    padding-top: 17.5px;
  }
}

@media (max-width: 767.98px) {
  .pt-25 {
    padding-top: 12.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-25 {
    padding-top: 25px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-25 {
    padding-top: 25px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-25 {
    padding-top: 25px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-25 {
    padding-top: 25px !important;
  }
}

.pb-25 {
  padding-bottom: 25px;
}

@media (max-width: 991.98px) {
  .pb-25 {
    padding-bottom: 17.5px;
  }
}

@media (max-width: 767.98px) {
  .pb-25 {
    padding-bottom: 12.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-25 {
    padding-bottom: 25px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-25 {
    padding-bottom: 25px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-25 {
    padding-bottom: 25px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-25 {
    padding-bottom: 25px !important;
  }
}

.pt-30 {
  padding-top: 30px;
}

@media (max-width: 991.98px) {
  .pt-30 {
    padding-top: 21px;
  }
}

@media (max-width: 767.98px) {
  .pt-30 {
    padding-top: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-30 {
    padding-top: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-30 {
    padding-top: 30px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-30 {
    padding-top: 30px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-30 {
    padding-top: 30px !important;
  }
}

.pb-30 {
  padding-bottom: 30px;
}

@media (max-width: 991.98px) {
  .pb-30 {
    padding-bottom: 21px;
  }
}

@media (max-width: 767.98px) {
  .pb-30 {
    padding-bottom: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-30 {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-30 {
    padding-bottom: 30px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-30 {
    padding-bottom: 30px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-30 {
    padding-bottom: 30px !important;
  }
}

.pt-35 {
  padding-top: 35px;
}

@media (max-width: 991.98px) {
  .pt-35 {
    padding-top: 24.5px;
  }
}

@media (max-width: 767.98px) {
  .pt-35 {
    padding-top: 17.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-35 {
    padding-top: 35px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-35 {
    padding-top: 35px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-35 {
    padding-top: 35px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-35 {
    padding-top: 35px !important;
  }
}

.pb-35 {
  padding-bottom: 35px;
}

@media (max-width: 991.98px) {
  .pb-35 {
    padding-bottom: 24.5px;
  }
}

@media (max-width: 767.98px) {
  .pb-35 {
    padding-bottom: 17.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-35 {
    padding-bottom: 35px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-35 {
    padding-bottom: 35px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-35 {
    padding-bottom: 35px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-35 {
    padding-bottom: 35px !important;
  }
}

.pt-40 {
  padding-top: 40px;
}

@media (max-width: 991.98px) {
  .pt-40 {
    padding-top: 28px;
  }
}

@media (max-width: 767.98px) {
  .pt-40 {
    padding-top: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-40 {
    padding-top: 40px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-40 {
    padding-top: 40px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-40 {
    padding-top: 40px !important;
  }
}

.pb-40 {
  padding-bottom: 40px;
}

@media (max-width: 991.98px) {
  .pb-40 {
    padding-bottom: 28px;
  }
}

@media (max-width: 767.98px) {
  .pb-40 {
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-40 {
    padding-bottom: 40px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-40 {
    padding-bottom: 40px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-40 {
    padding-bottom: 40px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-40 {
    padding-bottom: 40px !important;
  }
}

.pt-45 {
  padding-top: 45px;
}

@media (max-width: 991.98px) {
  .pt-45 {
    padding-top: 31.5px;
  }
}

@media (max-width: 767.98px) {
  .pt-45 {
    padding-top: 22.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-45 {
    padding-top: 45px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-45 {
    padding-top: 45px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-45 {
    padding-top: 45px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-45 {
    padding-top: 45px !important;
  }
}

.pb-45 {
  padding-bottom: 45px;
}

@media (max-width: 991.98px) {
  .pb-45 {
    padding-bottom: 31.5px;
  }
}

@media (max-width: 767.98px) {
  .pb-45 {
    padding-bottom: 22.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-45 {
    padding-bottom: 45px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-45 {
    padding-bottom: 45px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-45 {
    padding-bottom: 45px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-45 {
    padding-bottom: 45px !important;
  }
}

.pt-50 {
  padding-top: 50px;
}

@media (max-width: 991.98px) {
  .pt-50 {
    padding-top: 35px;
  }
}

@media (max-width: 767.98px) {
  .pt-50 {
    padding-top: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-50 {
    padding-top: 50px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-50 {
    padding-top: 50px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-50 {
    padding-top: 50px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-50 {
    padding-top: 50px !important;
  }
}

.pb-50 {
  padding-bottom: 50px;
}

@media (max-width: 991.98px) {
  .pb-50 {
    padding-bottom: 35px;
  }
}

@media (max-width: 767.98px) {
  .pb-50 {
    padding-bottom: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-50 {
    padding-bottom: 50px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-50 {
    padding-bottom: 50px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-50 {
    padding-bottom: 50px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-50 {
    padding-bottom: 50px !important;
  }
}

.pt-55 {
  padding-top: 55px;
}

@media (max-width: 991.98px) {
  .pt-55 {
    padding-top: 38.5px;
  }
}

@media (max-width: 767.98px) {
  .pt-55 {
    padding-top: 27.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-55 {
    padding-top: 55px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-55 {
    padding-top: 55px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-55 {
    padding-top: 55px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-55 {
    padding-top: 55px !important;
  }
}

.pb-55 {
  padding-bottom: 55px;
}

@media (max-width: 991.98px) {
  .pb-55 {
    padding-bottom: 38.5px;
  }
}

@media (max-width: 767.98px) {
  .pb-55 {
    padding-bottom: 27.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-55 {
    padding-bottom: 55px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-55 {
    padding-bottom: 55px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-55 {
    padding-bottom: 55px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-55 {
    padding-bottom: 55px !important;
  }
}

.pt-60 {
  padding-top: 60px;
}

@media (max-width: 991.98px) {
  .pt-60 {
    padding-top: 42px;
  }
}

@media (max-width: 767.98px) {
  .pt-60 {
    padding-top: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-60 {
    padding-top: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-60 {
    padding-top: 60px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-60 {
    padding-top: 60px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-60 {
    padding-top: 60px !important;
  }
}

.pb-60 {
  padding-bottom: 60px;
}

@media (max-width: 991.98px) {
  .pb-60 {
    padding-bottom: 42px;
  }
}

@media (max-width: 767.98px) {
  .pb-60 {
    padding-bottom: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-60 {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-60 {
    padding-bottom: 60px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-60 {
    padding-bottom: 60px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-60 {
    padding-bottom: 60px !important;
  }
}

.pt-65 {
  padding-top: 65px;
}

@media (max-width: 991.98px) {
  .pt-65 {
    padding-top: 45.5px;
  }
}

@media (max-width: 767.98px) {
  .pt-65 {
    padding-top: 32.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-65 {
    padding-top: 65px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-65 {
    padding-top: 65px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-65 {
    padding-top: 65px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-65 {
    padding-top: 65px !important;
  }
}

.pb-65 {
  padding-bottom: 65px;
}

@media (max-width: 991.98px) {
  .pb-65 {
    padding-bottom: 45.5px;
  }
}

@media (max-width: 767.98px) {
  .pb-65 {
    padding-bottom: 32.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-65 {
    padding-bottom: 65px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-65 {
    padding-bottom: 65px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-65 {
    padding-bottom: 65px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-65 {
    padding-bottom: 65px !important;
  }
}

.pt-70 {
  padding-top: 70px;
}

@media (max-width: 991.98px) {
  .pt-70 {
    padding-top: 49px;
  }
}

@media (max-width: 767.98px) {
  .pt-70 {
    padding-top: 35px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-70 {
    padding-top: 70px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-70 {
    padding-top: 70px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-70 {
    padding-top: 70px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-70 {
    padding-top: 70px !important;
  }
}

.pb-70 {
  padding-bottom: 70px;
}

@media (max-width: 991.98px) {
  .pb-70 {
    padding-bottom: 49px;
  }
}

@media (max-width: 767.98px) {
  .pb-70 {
    padding-bottom: 35px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-70 {
    padding-bottom: 70px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-70 {
    padding-bottom: 70px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-70 {
    padding-bottom: 70px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-70 {
    padding-bottom: 70px !important;
  }
}

.pt-75 {
  padding-top: 75px;
}

@media (max-width: 991.98px) {
  .pt-75 {
    padding-top: 52.5px;
  }
}

@media (max-width: 767.98px) {
  .pt-75 {
    padding-top: 37.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-75 {
    padding-top: 75px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-75 {
    padding-top: 75px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-75 {
    padding-top: 75px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-75 {
    padding-top: 75px !important;
  }
}

.pb-75 {
  padding-bottom: 75px;
}

@media (max-width: 991.98px) {
  .pb-75 {
    padding-bottom: 52.5px;
  }
}

@media (max-width: 767.98px) {
  .pb-75 {
    padding-bottom: 37.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-75 {
    padding-bottom: 75px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-75 {
    padding-bottom: 75px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-75 {
    padding-bottom: 75px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-75 {
    padding-bottom: 75px !important;
  }
}

.pt-80 {
  padding-top: 80px;
}

@media (max-width: 991.98px) {
  .pt-80 {
    padding-top: 56px;
  }
}

@media (max-width: 767.98px) {
  .pt-80 {
    padding-top: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-80 {
    padding-top: 80px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-80 {
    padding-top: 80px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-80 {
    padding-top: 80px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-80 {
    padding-top: 80px !important;
  }
}

.pb-80 {
  padding-bottom: 80px;
}

@media (max-width: 991.98px) {
  .pb-80 {
    padding-bottom: 56px;
  }
}

@media (max-width: 767.98px) {
  .pb-80 {
    padding-bottom: 40px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-80 {
    padding-bottom: 80px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-80 {
    padding-bottom: 80px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-80 {
    padding-bottom: 80px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-80 {
    padding-bottom: 80px !important;
  }
}

.pt-85 {
  padding-top: 85px;
}

@media (max-width: 991.98px) {
  .pt-85 {
    padding-top: 59.5px;
  }
}

@media (max-width: 767.98px) {
  .pt-85 {
    padding-top: 42.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-85 {
    padding-top: 85px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-85 {
    padding-top: 85px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-85 {
    padding-top: 85px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-85 {
    padding-top: 85px !important;
  }
}

.pb-85 {
  padding-bottom: 85px;
}

@media (max-width: 991.98px) {
  .pb-85 {
    padding-bottom: 59.5px;
  }
}

@media (max-width: 767.98px) {
  .pb-85 {
    padding-bottom: 42.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-85 {
    padding-bottom: 85px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-85 {
    padding-bottom: 85px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-85 {
    padding-bottom: 85px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-85 {
    padding-bottom: 85px !important;
  }
}

.pt-90 {
  padding-top: 90px;
}

@media (max-width: 991.98px) {
  .pt-90 {
    padding-top: 63px;
  }
}

@media (max-width: 767.98px) {
  .pt-90 {
    padding-top: 45px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-90 {
    padding-top: 90px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-90 {
    padding-top: 90px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-90 {
    padding-top: 90px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-90 {
    padding-top: 90px !important;
  }
}

.pb-90 {
  padding-bottom: 90px;
}

@media (max-width: 991.98px) {
  .pb-90 {
    padding-bottom: 63px;
  }
}

@media (max-width: 767.98px) {
  .pb-90 {
    padding-bottom: 45px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-90 {
    padding-bottom: 90px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-90 {
    padding-bottom: 90px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-90 {
    padding-bottom: 90px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-90 {
    padding-bottom: 90px !important;
  }
}

.pt-95 {
  padding-top: 95px;
}

@media (max-width: 991.98px) {
  .pt-95 {
    padding-top: 66.5px;
  }
}

@media (max-width: 767.98px) {
  .pt-95 {
    padding-top: 47.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-95 {
    padding-top: 95px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-95 {
    padding-top: 95px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-95 {
    padding-top: 95px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-95 {
    padding-top: 95px !important;
  }
}

.pb-95 {
  padding-bottom: 95px;
}

@media (max-width: 991.98px) {
  .pb-95 {
    padding-bottom: 66.5px;
  }
}

@media (max-width: 767.98px) {
  .pb-95 {
    padding-bottom: 47.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-95 {
    padding-bottom: 95px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-95 {
    padding-bottom: 95px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-95 {
    padding-bottom: 95px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-95 {
    padding-bottom: 95px !important;
  }
}

.pt-100 {
  padding-top: 100px;
}

@media (max-width: 991.98px) {
  .pt-100 {
    padding-top: 70px;
  }
}

@media (max-width: 767.98px) {
  .pt-100 {
    padding-top: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-100 {
    padding-top: 100px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-100 {
    padding-top: 100px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-100 {
    padding-top: 100px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-100 {
    padding-top: 100px !important;
  }
}

.pb-100 {
  padding-bottom: 100px;
}

@media (max-width: 991.98px) {
  .pb-100 {
    padding-bottom: 70px;
  }
}

@media (max-width: 767.98px) {
  .pb-100 {
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-100 {
    padding-bottom: 100px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-100 {
    padding-bottom: 100px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-100 {
    padding-bottom: 100px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-100 {
    padding-bottom: 100px !important;
  }
}

.pt-105 {
  padding-top: 105px;
}

@media (max-width: 991.98px) {
  .pt-105 {
    padding-top: 73.5px;
  }
}

@media (max-width: 767.98px) {
  .pt-105 {
    padding-top: 52.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-105 {
    padding-top: 105px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-105 {
    padding-top: 105px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-105 {
    padding-top: 105px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-105 {
    padding-top: 105px !important;
  }
}

.pb-105 {
  padding-bottom: 105px;
}

@media (max-width: 991.98px) {
  .pb-105 {
    padding-bottom: 73.5px;
  }
}

@media (max-width: 767.98px) {
  .pb-105 {
    padding-bottom: 52.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-105 {
    padding-bottom: 105px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-105 {
    padding-bottom: 105px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-105 {
    padding-bottom: 105px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-105 {
    padding-bottom: 105px !important;
  }
}

.pt-110 {
  padding-top: 110px;
}

@media (max-width: 991.98px) {
  .pt-110 {
    padding-top: 77px;
  }
}

@media (max-width: 767.98px) {
  .pt-110 {
    padding-top: 55px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-110 {
    padding-top: 110px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-110 {
    padding-top: 110px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-110 {
    padding-top: 110px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-110 {
    padding-top: 110px !important;
  }
}

.pb-110 {
  padding-bottom: 110px;
}

@media (max-width: 991.98px) {
  .pb-110 {
    padding-bottom: 77px;
  }
}

@media (max-width: 767.98px) {
  .pb-110 {
    padding-bottom: 55px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-110 {
    padding-bottom: 110px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-110 {
    padding-bottom: 110px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-110 {
    padding-bottom: 110px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-110 {
    padding-bottom: 110px !important;
  }
}

.pt-115 {
  padding-top: 115px;
}

@media (max-width: 991.98px) {
  .pt-115 {
    padding-top: 80.5px;
  }
}

@media (max-width: 767.98px) {
  .pt-115 {
    padding-top: 57.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-115 {
    padding-top: 115px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-115 {
    padding-top: 115px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-115 {
    padding-top: 115px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-115 {
    padding-top: 115px !important;
  }
}

.pb-115 {
  padding-bottom: 115px;
}

@media (max-width: 991.98px) {
  .pb-115 {
    padding-bottom: 80.5px;
  }
}

@media (max-width: 767.98px) {
  .pb-115 {
    padding-bottom: 57.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-115 {
    padding-bottom: 115px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-115 {
    padding-bottom: 115px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-115 {
    padding-bottom: 115px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-115 {
    padding-bottom: 115px !important;
  }
}

.pt-120 {
  padding-top: 120px;
}

@media (max-width: 991.98px) {
  .pt-120 {
    padding-top: 84px;
  }
}

@media (max-width: 767.98px) {
  .pt-120 {
    padding-top: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-120 {
    padding-top: 120px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-120 {
    padding-top: 120px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-120 {
    padding-top: 120px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-120 {
    padding-top: 120px !important;
  }
}

.pb-120 {
  padding-bottom: 120px;
}

@media (max-width: 991.98px) {
  .pb-120 {
    padding-bottom: 84px;
  }
}

@media (max-width: 767.98px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-120 {
    padding-bottom: 120px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-120 {
    padding-bottom: 120px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-120 {
    padding-bottom: 120px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-120 {
    padding-bottom: 120px !important;
  }
}

.pt-125 {
  padding-top: 125px;
}

@media (max-width: 991.98px) {
  .pt-125 {
    padding-top: 87.5px;
  }
}

@media (max-width: 767.98px) {
  .pt-125 {
    padding-top: 62.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-125 {
    padding-top: 125px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-125 {
    padding-top: 125px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-125 {
    padding-top: 125px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-125 {
    padding-top: 125px !important;
  }
}

.pb-125 {
  padding-bottom: 125px;
}

@media (max-width: 991.98px) {
  .pb-125 {
    padding-bottom: 87.5px;
  }
}

@media (max-width: 767.98px) {
  .pb-125 {
    padding-bottom: 62.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-125 {
    padding-bottom: 125px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-125 {
    padding-bottom: 125px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-125 {
    padding-bottom: 125px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-125 {
    padding-bottom: 125px !important;
  }
}

.pt-130 {
  padding-top: 130px;
}

@media (max-width: 991.98px) {
  .pt-130 {
    padding-top: 91px;
  }
}

@media (max-width: 767.98px) {
  .pt-130 {
    padding-top: 65px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-130 {
    padding-top: 130px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-130 {
    padding-top: 130px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-130 {
    padding-top: 130px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-130 {
    padding-top: 130px !important;
  }
}

.pb-130 {
  padding-bottom: 130px;
}

@media (max-width: 991.98px) {
  .pb-130 {
    padding-bottom: 91px;
  }
}

@media (max-width: 767.98px) {
  .pb-130 {
    padding-bottom: 65px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-130 {
    padding-bottom: 130px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-130 {
    padding-bottom: 130px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-130 {
    padding-bottom: 130px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-130 {
    padding-bottom: 130px !important;
  }
}

.pt-135 {
  padding-top: 135px;
}

@media (max-width: 991.98px) {
  .pt-135 {
    padding-top: 94.5px;
  }
}

@media (max-width: 767.98px) {
  .pt-135 {
    padding-top: 67.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-135 {
    padding-top: 135px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-135 {
    padding-top: 135px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-135 {
    padding-top: 135px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-135 {
    padding-top: 135px !important;
  }
}

.pb-135 {
  padding-bottom: 135px;
}

@media (max-width: 991.98px) {
  .pb-135 {
    padding-bottom: 94.5px;
  }
}

@media (max-width: 767.98px) {
  .pb-135 {
    padding-bottom: 67.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-135 {
    padding-bottom: 135px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-135 {
    padding-bottom: 135px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-135 {
    padding-bottom: 135px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-135 {
    padding-bottom: 135px !important;
  }
}

.pt-140 {
  padding-top: 140px;
}

@media (max-width: 991.98px) {
  .pt-140 {
    padding-top: 98px;
  }
}

@media (max-width: 767.98px) {
  .pt-140 {
    padding-top: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-140 {
    padding-top: 140px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-140 {
    padding-top: 140px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-140 {
    padding-top: 140px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-140 {
    padding-top: 140px !important;
  }
}

.pb-140 {
  padding-bottom: 140px;
}

@media (max-width: 991.98px) {
  .pb-140 {
    padding-bottom: 98px;
  }
}

@media (max-width: 767.98px) {
  .pb-140 {
    padding-bottom: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-140 {
    padding-bottom: 140px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-140 {
    padding-bottom: 140px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-140 {
    padding-bottom: 140px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-140 {
    padding-bottom: 140px !important;
  }
}

.pt-145 {
  padding-top: 145px;
}

@media (max-width: 991.98px) {
  .pt-145 {
    padding-top: 101.5px;
  }
}

@media (max-width: 767.98px) {
  .pt-145 {
    padding-top: 72.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-145 {
    padding-top: 145px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-145 {
    padding-top: 145px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-145 {
    padding-top: 145px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-145 {
    padding-top: 145px !important;
  }
}

.pb-145 {
  padding-bottom: 145px;
}

@media (max-width: 991.98px) {
  .pb-145 {
    padding-bottom: 101.5px;
  }
}

@media (max-width: 767.98px) {
  .pb-145 {
    padding-bottom: 72.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-145 {
    padding-bottom: 145px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-145 {
    padding-bottom: 145px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-145 {
    padding-bottom: 145px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-145 {
    padding-bottom: 145px !important;
  }
}

.pt-150 {
  padding-top: 150px;
}

@media (max-width: 991.98px) {
  .pt-150 {
    padding-top: 105px;
  }
}

@media (max-width: 767.98px) {
  .pt-150 {
    padding-top: 75px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-150 {
    padding-top: 150px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-150 {
    padding-top: 150px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-150 {
    padding-top: 150px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-150 {
    padding-top: 150px !important;
  }
}

.pb-150 {
  padding-bottom: 150px;
}

@media (max-width: 991.98px) {
  .pb-150 {
    padding-bottom: 105px;
  }
}

@media (max-width: 767.98px) {
  .pb-150 {
    padding-bottom: 75px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-150 {
    padding-bottom: 150px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-150 {
    padding-bottom: 150px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-150 {
    padding-bottom: 150px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-150 {
    padding-bottom: 150px !important;
  }
}

.pt-155 {
  padding-top: 155px;
}

@media (max-width: 991.98px) {
  .pt-155 {
    padding-top: 108.5px;
  }
}

@media (max-width: 767.98px) {
  .pt-155 {
    padding-top: 77.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-155 {
    padding-top: 155px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-155 {
    padding-top: 155px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-155 {
    padding-top: 155px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-155 {
    padding-top: 155px !important;
  }
}

.pb-155 {
  padding-bottom: 155px;
}

@media (max-width: 991.98px) {
  .pb-155 {
    padding-bottom: 108.5px;
  }
}

@media (max-width: 767.98px) {
  .pb-155 {
    padding-bottom: 77.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-155 {
    padding-bottom: 155px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-155 {
    padding-bottom: 155px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-155 {
    padding-bottom: 155px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-155 {
    padding-bottom: 155px !important;
  }
}

.pt-160 {
  padding-top: 160px;
}

@media (max-width: 991.98px) {
  .pt-160 {
    padding-top: 112px;
  }
}

@media (max-width: 767.98px) {
  .pt-160 {
    padding-top: 80px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-160 {
    padding-top: 160px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-160 {
    padding-top: 160px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-160 {
    padding-top: 160px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-160 {
    padding-top: 160px !important;
  }
}

.pb-160 {
  padding-bottom: 160px;
}

@media (max-width: 991.98px) {
  .pb-160 {
    padding-bottom: 112px;
  }
}

@media (max-width: 767.98px) {
  .pb-160 {
    padding-bottom: 80px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-160 {
    padding-bottom: 160px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-160 {
    padding-bottom: 160px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-160 {
    padding-bottom: 160px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-160 {
    padding-bottom: 160px !important;
  }
}

.pt-165 {
  padding-top: 165px;
}

@media (max-width: 991.98px) {
  .pt-165 {
    padding-top: 115.5px;
  }
}

@media (max-width: 767.98px) {
  .pt-165 {
    padding-top: 82.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-165 {
    padding-top: 165px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-165 {
    padding-top: 165px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-165 {
    padding-top: 165px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-165 {
    padding-top: 165px !important;
  }
}

.pb-165 {
  padding-bottom: 165px;
}

@media (max-width: 991.98px) {
  .pb-165 {
    padding-bottom: 115.5px;
  }
}

@media (max-width: 767.98px) {
  .pb-165 {
    padding-bottom: 82.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-165 {
    padding-bottom: 165px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-165 {
    padding-bottom: 165px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-165 {
    padding-bottom: 165px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-165 {
    padding-bottom: 165px !important;
  }
}

.pt-170 {
  padding-top: 170px;
}

@media (max-width: 991.98px) {
  .pt-170 {
    padding-top: 119px;
  }
}

@media (max-width: 767.98px) {
  .pt-170 {
    padding-top: 85px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-170 {
    padding-top: 170px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-170 {
    padding-top: 170px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-170 {
    padding-top: 170px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-170 {
    padding-top: 170px !important;
  }
}

.pb-170 {
  padding-bottom: 170px;
}

@media (max-width: 991.98px) {
  .pb-170 {
    padding-bottom: 119px;
  }
}

@media (max-width: 767.98px) {
  .pb-170 {
    padding-bottom: 85px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-170 {
    padding-bottom: 170px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-170 {
    padding-bottom: 170px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-170 {
    padding-bottom: 170px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-170 {
    padding-bottom: 170px !important;
  }
}

.pt-175 {
  padding-top: 175px;
}

@media (max-width: 991.98px) {
  .pt-175 {
    padding-top: 122.5px;
  }
}

@media (max-width: 767.98px) {
  .pt-175 {
    padding-top: 87.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-175 {
    padding-top: 175px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-175 {
    padding-top: 175px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-175 {
    padding-top: 175px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-175 {
    padding-top: 175px !important;
  }
}

.pb-175 {
  padding-bottom: 175px;
}

@media (max-width: 991.98px) {
  .pb-175 {
    padding-bottom: 122.5px;
  }
}

@media (max-width: 767.98px) {
  .pb-175 {
    padding-bottom: 87.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-175 {
    padding-bottom: 175px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-175 {
    padding-bottom: 175px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-175 {
    padding-bottom: 175px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-175 {
    padding-bottom: 175px !important;
  }
}

.pt-180 {
  padding-top: 180px;
}

@media (max-width: 991.98px) {
  .pt-180 {
    padding-top: 126px;
  }
}

@media (max-width: 767.98px) {
  .pt-180 {
    padding-top: 90px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-180 {
    padding-top: 180px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-180 {
    padding-top: 180px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-180 {
    padding-top: 180px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-180 {
    padding-top: 180px !important;
  }
}

.pb-180 {
  padding-bottom: 180px;
}

@media (max-width: 991.98px) {
  .pb-180 {
    padding-bottom: 126px;
  }
}

@media (max-width: 767.98px) {
  .pb-180 {
    padding-bottom: 90px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-180 {
    padding-bottom: 180px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-180 {
    padding-bottom: 180px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-180 {
    padding-bottom: 180px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-180 {
    padding-bottom: 180px !important;
  }
}

.pt-185 {
  padding-top: 185px;
}

@media (max-width: 991.98px) {
  .pt-185 {
    padding-top: 129.5px;
  }
}

@media (max-width: 767.98px) {
  .pt-185 {
    padding-top: 92.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-185 {
    padding-top: 185px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-185 {
    padding-top: 185px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-185 {
    padding-top: 185px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-185 {
    padding-top: 185px !important;
  }
}

.pb-185 {
  padding-bottom: 185px;
}

@media (max-width: 991.98px) {
  .pb-185 {
    padding-bottom: 129.5px;
  }
}

@media (max-width: 767.98px) {
  .pb-185 {
    padding-bottom: 92.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-185 {
    padding-bottom: 185px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-185 {
    padding-bottom: 185px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-185 {
    padding-bottom: 185px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-185 {
    padding-bottom: 185px !important;
  }
}

.pt-190 {
  padding-top: 190px;
}

@media (max-width: 991.98px) {
  .pt-190 {
    padding-top: 133px;
  }
}

@media (max-width: 767.98px) {
  .pt-190 {
    padding-top: 95px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-190 {
    padding-top: 190px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-190 {
    padding-top: 190px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-190 {
    padding-top: 190px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-190 {
    padding-top: 190px !important;
  }
}

.pb-190 {
  padding-bottom: 190px;
}

@media (max-width: 991.98px) {
  .pb-190 {
    padding-bottom: 133px;
  }
}

@media (max-width: 767.98px) {
  .pb-190 {
    padding-bottom: 95px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-190 {
    padding-bottom: 190px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-190 {
    padding-bottom: 190px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-190 {
    padding-bottom: 190px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-190 {
    padding-bottom: 190px !important;
  }
}

.pt-195 {
  padding-top: 195px;
}

@media (max-width: 991.98px) {
  .pt-195 {
    padding-top: 136.5px;
  }
}

@media (max-width: 767.98px) {
  .pt-195 {
    padding-top: 97.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-195 {
    padding-top: 195px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-195 {
    padding-top: 195px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-195 {
    padding-top: 195px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-195 {
    padding-top: 195px !important;
  }
}

.pb-195 {
  padding-bottom: 195px;
}

@media (max-width: 991.98px) {
  .pb-195 {
    padding-bottom: 136.5px;
  }
}

@media (max-width: 767.98px) {
  .pb-195 {
    padding-bottom: 97.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-195 {
    padding-bottom: 195px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-195 {
    padding-bottom: 195px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-195 {
    padding-bottom: 195px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-195 {
    padding-bottom: 195px !important;
  }
}

.pt-200 {
  padding-top: 200px;
}

@media (max-width: 991.98px) {
  .pt-200 {
    padding-top: 140px;
  }
}

@media (max-width: 767.98px) {
  .pt-200 {
    padding-top: 100px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-200 {
    padding-top: 200px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-200 {
    padding-top: 200px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-200 {
    padding-top: 200px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-200 {
    padding-top: 200px !important;
  }
}

.pb-200 {
  padding-bottom: 200px;
}

@media (max-width: 991.98px) {
  .pb-200 {
    padding-bottom: 140px;
  }
}

@media (max-width: 767.98px) {
  .pb-200 {
    padding-bottom: 100px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-200 {
    padding-bottom: 200px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-200 {
    padding-bottom: 200px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-200 {
    padding-bottom: 200px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-200 {
    padding-bottom: 200px !important;
  }
}

.pt-250 {
  padding-top: 250px;
}

@media (max-width: 991.98px) {
  .pt-250 {
    padding-top: 175px;
  }
}

@media (max-width: 767.98px) {
  .pt-250 {
    padding-top: 125px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-250 {
    padding-top: 250px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-250 {
    padding-top: 250px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-250 {
    padding-top: 250px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-250 {
    padding-top: 250px !important;
  }
}

.pb-250 {
  padding-bottom: 250px;
}

@media (max-width: 991.98px) {
  .pb-250 {
    padding-bottom: 175px;
  }
}

@media (max-width: 767.98px) {
  .pb-250 {
    padding-bottom: 125px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-250 {
    padding-bottom: 250px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-250 {
    padding-bottom: 250px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-250 {
    padding-bottom: 250px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-250 {
    padding-bottom: 250px !important;
  }
}

.pt-271 {
  padding-top: 271px;
}

@media (max-width: 991.98px) {
  .pt-271 {
    padding-top: 189.7px;
  }
}

@media (max-width: 767.98px) {
  .pt-271 {
    padding-top: 135.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-271 {
    padding-top: 271px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-271 {
    padding-top: 271px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-271 {
    padding-top: 271px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-271 {
    padding-top: 271px !important;
  }
}

.pb-271 {
  padding-bottom: 271px;
}

@media (max-width: 991.98px) {
  .pb-271 {
    padding-bottom: 189.7px;
  }
}

@media (max-width: 767.98px) {
  .pb-271 {
    padding-bottom: 135.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-271 {
    padding-bottom: 271px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-271 {
    padding-bottom: 271px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-271 {
    padding-bottom: 271px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-271 {
    padding-bottom: 271px !important;
  }
}

.pt-284 {
  padding-top: 284px;
}

@media (max-width: 991.98px) {
  .pt-284 {
    padding-top: 198.8px;
  }
}

@media (max-width: 767.98px) {
  .pt-284 {
    padding-top: 142px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-284 {
    padding-top: 284px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-284 {
    padding-top: 284px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-284 {
    padding-top: 284px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-284 {
    padding-top: 284px !important;
  }
}

.pb-284 {
  padding-bottom: 284px;
}

@media (max-width: 991.98px) {
  .pb-284 {
    padding-bottom: 198.8px;
  }
}

@media (max-width: 767.98px) {
  .pb-284 {
    padding-bottom: 142px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-284 {
    padding-bottom: 284px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-284 {
    padding-bottom: 284px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-284 {
    padding-bottom: 284px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-284 {
    padding-bottom: 284px !important;
  }
}

.pt-300 {
  padding-top: 300px;
}

@media (max-width: 991.98px) {
  .pt-300 {
    padding-top: 210px;
  }
}

@media (max-width: 767.98px) {
  .pt-300 {
    padding-top: 150px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-300 {
    padding-top: 300px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-300 {
    padding-top: 300px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-300 {
    padding-top: 300px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-300 {
    padding-top: 300px !important;
  }
}

.pb-300 {
  padding-bottom: 300px;
}

@media (max-width: 991.98px) {
  .pb-300 {
    padding-bottom: 210px;
  }
}

@media (max-width: 767.98px) {
  .pb-300 {
    padding-bottom: 150px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-300 {
    padding-bottom: 300px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-300 {
    padding-bottom: 300px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-300 {
    padding-bottom: 300px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-300 {
    padding-bottom: 300px !important;
  }
}

.pt-303 {
  padding-top: 303px;
}

@media (max-width: 991.98px) {
  .pt-303 {
    padding-top: 212.1px;
  }
}

@media (max-width: 767.98px) {
  .pt-303 {
    padding-top: 151.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-303 {
    padding-top: 303px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-303 {
    padding-top: 303px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-303 {
    padding-top: 303px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-303 {
    padding-top: 303px !important;
  }
}

.pb-303 {
  padding-bottom: 303px;
}

@media (max-width: 991.98px) {
  .pb-303 {
    padding-bottom: 212.1px;
  }
}

@media (max-width: 767.98px) {
  .pb-303 {
    padding-bottom: 151.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-303 {
    padding-bottom: 303px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-303 {
    padding-bottom: 303px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-303 {
    padding-bottom: 303px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-303 {
    padding-bottom: 303px !important;
  }
}

.pt-305 {
  padding-top: 305px;
}

@media (max-width: 991.98px) {
  .pt-305 {
    padding-top: 213.5px;
  }
}

@media (max-width: 767.98px) {
  .pt-305 {
    padding-top: 152.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-305 {
    padding-top: 305px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-305 {
    padding-top: 305px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-305 {
    padding-top: 305px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-305 {
    padding-top: 305px !important;
  }
}

.pb-305 {
  padding-bottom: 305px;
}

@media (max-width: 991.98px) {
  .pb-305 {
    padding-bottom: 213.5px;
  }
}

@media (max-width: 767.98px) {
  .pb-305 {
    padding-bottom: 152.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-305 {
    padding-bottom: 305px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-305 {
    padding-bottom: 305px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-305 {
    padding-bottom: 305px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-305 {
    padding-bottom: 305px !important;
  }
}

.pt-310 {
  padding-top: 310px;
}

@media (max-width: 991.98px) {
  .pt-310 {
    padding-top: 217px;
  }
}

@media (max-width: 767.98px) {
  .pt-310 {
    padding-top: 155px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-310 {
    padding-top: 310px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-310 {
    padding-top: 310px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-310 {
    padding-top: 310px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-310 {
    padding-top: 310px !important;
  }
}

.pb-310 {
  padding-bottom: 310px;
}

@media (max-width: 991.98px) {
  .pb-310 {
    padding-bottom: 217px;
  }
}

@media (max-width: 767.98px) {
  .pb-310 {
    padding-bottom: 155px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-310 {
    padding-bottom: 310px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-310 {
    padding-bottom: 310px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-310 {
    padding-bottom: 310px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-310 {
    padding-bottom: 310px !important;
  }
}

.pt-315 {
  padding-top: 315px;
}

@media (max-width: 991.98px) {
  .pt-315 {
    padding-top: 220.5px;
  }
}

@media (max-width: 767.98px) {
  .pt-315 {
    padding-top: 157.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-315 {
    padding-top: 315px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-315 {
    padding-top: 315px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-315 {
    padding-top: 315px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-315 {
    padding-top: 315px !important;
  }
}

.pb-315 {
  padding-bottom: 315px;
}

@media (max-width: 991.98px) {
  .pb-315 {
    padding-bottom: 220.5px;
  }
}

@media (max-width: 767.98px) {
  .pb-315 {
    padding-bottom: 157.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-315 {
    padding-bottom: 315px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-315 {
    padding-bottom: 315px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-315 {
    padding-bottom: 315px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-315 {
    padding-bottom: 315px !important;
  }
}

.pt-320 {
  padding-top: 320px;
}

@media (max-width: 991.98px) {
  .pt-320 {
    padding-top: 224px;
  }
}

@media (max-width: 767.98px) {
  .pt-320 {
    padding-top: 160px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-320 {
    padding-top: 320px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-320 {
    padding-top: 320px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-320 {
    padding-top: 320px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-320 {
    padding-top: 320px !important;
  }
}

.pb-320 {
  padding-bottom: 320px;
}

@media (max-width: 991.98px) {
  .pb-320 {
    padding-bottom: 224px;
  }
}

@media (max-width: 767.98px) {
  .pb-320 {
    padding-bottom: 160px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-320 {
    padding-bottom: 320px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-320 {
    padding-bottom: 320px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-320 {
    padding-bottom: 320px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-320 {
    padding-bottom: 320px !important;
  }
}

.pt-330 {
  padding-top: 330px;
}

@media (max-width: 991.98px) {
  .pt-330 {
    padding-top: 231px;
  }
}

@media (max-width: 767.98px) {
  .pt-330 {
    padding-top: 165px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-330 {
    padding-top: 330px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-330 {
    padding-top: 330px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-330 {
    padding-top: 330px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-330 {
    padding-top: 330px !important;
  }
}

.pb-330 {
  padding-bottom: 330px;
}

@media (max-width: 991.98px) {
  .pb-330 {
    padding-bottom: 231px;
  }
}

@media (max-width: 767.98px) {
  .pb-330 {
    padding-bottom: 165px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-330 {
    padding-bottom: 330px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-330 {
    padding-bottom: 330px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-330 {
    padding-bottom: 330px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-330 {
    padding-bottom: 330px !important;
  }
}

.pt-340 {
  padding-top: 340px;
}

@media (max-width: 991.98px) {
  .pt-340 {
    padding-top: 238px;
  }
}

@media (max-width: 767.98px) {
  .pt-340 {
    padding-top: 170px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-340 {
    padding-top: 340px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-340 {
    padding-top: 340px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-340 {
    padding-top: 340px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-340 {
    padding-top: 340px !important;
  }
}

.pb-340 {
  padding-bottom: 340px;
}

@media (max-width: 991.98px) {
  .pb-340 {
    padding-bottom: 238px;
  }
}

@media (max-width: 767.98px) {
  .pb-340 {
    padding-bottom: 170px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-340 {
    padding-bottom: 340px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-340 {
    padding-bottom: 340px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-340 {
    padding-bottom: 340px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-340 {
    padding-bottom: 340px !important;
  }
}

.pt-343 {
  padding-top: 343px;
}

@media (max-width: 991.98px) {
  .pt-343 {
    padding-top: 240.1px;
  }
}

@media (max-width: 767.98px) {
  .pt-343 {
    padding-top: 171.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-343 {
    padding-top: 343px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-343 {
    padding-top: 343px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-343 {
    padding-top: 343px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-343 {
    padding-top: 343px !important;
  }
}

.pb-343 {
  padding-bottom: 343px;
}

@media (max-width: 991.98px) {
  .pb-343 {
    padding-bottom: 240.1px;
  }
}

@media (max-width: 767.98px) {
  .pb-343 {
    padding-bottom: 171.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-343 {
    padding-bottom: 343px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-343 {
    padding-bottom: 343px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-343 {
    padding-bottom: 343px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-343 {
    padding-bottom: 343px !important;
  }
}

.pt-345 {
  padding-top: 345px;
}

@media (max-width: 991.98px) {
  .pt-345 {
    padding-top: 241.5px;
  }
}

@media (max-width: 767.98px) {
  .pt-345 {
    padding-top: 172.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-345 {
    padding-top: 345px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-345 {
    padding-top: 345px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-345 {
    padding-top: 345px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-345 {
    padding-top: 345px !important;
  }
}

.pb-345 {
  padding-bottom: 345px;
}

@media (max-width: 991.98px) {
  .pb-345 {
    padding-bottom: 241.5px;
  }
}

@media (max-width: 767.98px) {
  .pb-345 {
    padding-bottom: 172.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-345 {
    padding-bottom: 345px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-345 {
    padding-bottom: 345px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-345 {
    padding-bottom: 345px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-345 {
    padding-bottom: 345px !important;
  }
}

.pt-350 {
  padding-top: 350px;
}

@media (max-width: 991.98px) {
  .pt-350 {
    padding-top: 245px;
  }
}

@media (max-width: 767.98px) {
  .pt-350 {
    padding-top: 175px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-350 {
    padding-top: 350px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-350 {
    padding-top: 350px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-350 {
    padding-top: 350px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-350 {
    padding-top: 350px !important;
  }
}

.pb-350 {
  padding-bottom: 350px;
}

@media (max-width: 991.98px) {
  .pb-350 {
    padding-bottom: 245px;
  }
}

@media (max-width: 767.98px) {
  .pb-350 {
    padding-bottom: 175px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-350 {
    padding-bottom: 350px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-350 {
    padding-bottom: 350px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-350 {
    padding-bottom: 350px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-350 {
    padding-bottom: 350px !important;
  }
}

.pt-354 {
  padding-top: 354px;
}

@media (max-width: 991.98px) {
  .pt-354 {
    padding-top: 247.8px;
  }
}

@media (max-width: 767.98px) {
  .pt-354 {
    padding-top: 177px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-354 {
    padding-top: 354px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-354 {
    padding-top: 354px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-354 {
    padding-top: 354px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-354 {
    padding-top: 354px !important;
  }
}

.pb-354 {
  padding-bottom: 354px;
}

@media (max-width: 991.98px) {
  .pb-354 {
    padding-bottom: 247.8px;
  }
}

@media (max-width: 767.98px) {
  .pb-354 {
    padding-bottom: 177px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-354 {
    padding-bottom: 354px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-354 {
    padding-bottom: 354px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-354 {
    padding-bottom: 354px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-354 {
    padding-bottom: 354px !important;
  }
}

.pt-355 {
  padding-top: 355px;
}

@media (max-width: 991.98px) {
  .pt-355 {
    padding-top: 248.5px;
  }
}

@media (max-width: 767.98px) {
  .pt-355 {
    padding-top: 177.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-355 {
    padding-top: 355px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-355 {
    padding-top: 355px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-355 {
    padding-top: 355px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-355 {
    padding-top: 355px !important;
  }
}

.pb-355 {
  padding-bottom: 355px;
}

@media (max-width: 991.98px) {
  .pb-355 {
    padding-bottom: 248.5px;
  }
}

@media (max-width: 767.98px) {
  .pb-355 {
    padding-bottom: 177.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-355 {
    padding-bottom: 355px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-355 {
    padding-bottom: 355px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-355 {
    padding-bottom: 355px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-355 {
    padding-bottom: 355px !important;
  }
}

.pt-356 {
  padding-top: 356px;
}

@media (max-width: 991.98px) {
  .pt-356 {
    padding-top: 249.2px;
  }
}

@media (max-width: 767.98px) {
  .pt-356 {
    padding-top: 178px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-356 {
    padding-top: 356px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-356 {
    padding-top: 356px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-356 {
    padding-top: 356px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-356 {
    padding-top: 356px !important;
  }
}

.pb-356 {
  padding-bottom: 356px;
}

@media (max-width: 991.98px) {
  .pb-356 {
    padding-bottom: 249.2px;
  }
}

@media (max-width: 767.98px) {
  .pb-356 {
    padding-bottom: 178px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-356 {
    padding-bottom: 356px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-356 {
    padding-bottom: 356px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-356 {
    padding-bottom: 356px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-356 {
    padding-bottom: 356px !important;
  }
}

.pt-360 {
  padding-top: 360px;
}

@media (max-width: 991.98px) {
  .pt-360 {
    padding-top: 252px;
  }
}

@media (max-width: 767.98px) {
  .pt-360 {
    padding-top: 180px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-360 {
    padding-top: 360px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-360 {
    padding-top: 360px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-360 {
    padding-top: 360px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-360 {
    padding-top: 360px !important;
  }
}

.pb-360 {
  padding-bottom: 360px;
}

@media (max-width: 991.98px) {
  .pb-360 {
    padding-bottom: 252px;
  }
}

@media (max-width: 767.98px) {
  .pb-360 {
    padding-bottom: 180px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-360 {
    padding-bottom: 360px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-360 {
    padding-bottom: 360px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-360 {
    padding-bottom: 360px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-360 {
    padding-bottom: 360px !important;
  }
}

.pt-370 {
  padding-top: 370px;
}

@media (max-width: 991.98px) {
  .pt-370 {
    padding-top: 259px;
  }
}

@media (max-width: 767.98px) {
  .pt-370 {
    padding-top: 185px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-370 {
    padding-top: 370px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-370 {
    padding-top: 370px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-370 {
    padding-top: 370px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-370 {
    padding-top: 370px !important;
  }
}

.pb-370 {
  padding-bottom: 370px;
}

@media (max-width: 991.98px) {
  .pb-370 {
    padding-bottom: 259px;
  }
}

@media (max-width: 767.98px) {
  .pb-370 {
    padding-bottom: 185px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-370 {
    padding-bottom: 370px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-370 {
    padding-bottom: 370px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-370 {
    padding-bottom: 370px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-370 {
    padding-bottom: 370px !important;
  }
}

.pt-375 {
  padding-top: 375px;
}

@media (max-width: 991.98px) {
  .pt-375 {
    padding-top: 262.5px;
  }
}

@media (max-width: 767.98px) {
  .pt-375 {
    padding-top: 187.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-375 {
    padding-top: 375px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-375 {
    padding-top: 375px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-375 {
    padding-top: 375px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-375 {
    padding-top: 375px !important;
  }
}

.pb-375 {
  padding-bottom: 375px;
}

@media (max-width: 991.98px) {
  .pb-375 {
    padding-bottom: 262.5px;
  }
}

@media (max-width: 767.98px) {
  .pb-375 {
    padding-bottom: 187.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-375 {
    padding-bottom: 375px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-375 {
    padding-bottom: 375px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-375 {
    padding-bottom: 375px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-375 {
    padding-bottom: 375px !important;
  }
}

.pt-380 {
  padding-top: 380px;
}

@media (max-width: 991.98px) {
  .pt-380 {
    padding-top: 266px;
  }
}

@media (max-width: 767.98px) {
  .pt-380 {
    padding-top: 190px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-380 {
    padding-top: 380px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-380 {
    padding-top: 380px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-380 {
    padding-top: 380px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-380 {
    padding-top: 380px !important;
  }
}

.pb-380 {
  padding-bottom: 380px;
}

@media (max-width: 991.98px) {
  .pb-380 {
    padding-bottom: 266px;
  }
}

@media (max-width: 767.98px) {
  .pb-380 {
    padding-bottom: 190px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-380 {
    padding-bottom: 380px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-380 {
    padding-bottom: 380px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-380 {
    padding-bottom: 380px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-380 {
    padding-bottom: 380px !important;
  }
}

.pt-385 {
  padding-top: 385px;
}

@media (max-width: 991.98px) {
  .pt-385 {
    padding-top: 269.5px;
  }
}

@media (max-width: 767.98px) {
  .pt-385 {
    padding-top: 192.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-385 {
    padding-top: 385px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-385 {
    padding-top: 385px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-385 {
    padding-top: 385px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-385 {
    padding-top: 385px !important;
  }
}

.pb-385 {
  padding-bottom: 385px;
}

@media (max-width: 991.98px) {
  .pb-385 {
    padding-bottom: 269.5px;
  }
}

@media (max-width: 767.98px) {
  .pb-385 {
    padding-bottom: 192.5px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-385 {
    padding-bottom: 385px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-385 {
    padding-bottom: 385px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-385 {
    padding-bottom: 385px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-385 {
    padding-bottom: 385px !important;
  }
}

.pt-388 {
  padding-top: 388px;
}

@media (max-width: 991.98px) {
  .pt-388 {
    padding-top: 271.6px;
  }
}

@media (max-width: 767.98px) {
  .pt-388 {
    padding-top: 194px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-388 {
    padding-top: 388px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-388 {
    padding-top: 388px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-388 {
    padding-top: 388px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-388 {
    padding-top: 388px !important;
  }
}

.pb-388 {
  padding-bottom: 388px;
}

@media (max-width: 991.98px) {
  .pb-388 {
    padding-bottom: 271.6px;
  }
}

@media (max-width: 767.98px) {
  .pb-388 {
    padding-bottom: 194px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-388 {
    padding-bottom: 388px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-388 {
    padding-bottom: 388px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-388 {
    padding-bottom: 388px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-388 {
    padding-bottom: 388px !important;
  }
}

.pt-390 {
  padding-top: 390px;
}

@media (max-width: 991.98px) {
  .pt-390 {
    padding-top: 273px;
  }
}

@media (max-width: 767.98px) {
  .pt-390 {
    padding-top: 195px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-390 {
    padding-top: 390px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-390 {
    padding-top: 390px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-390 {
    padding-top: 390px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-390 {
    padding-top: 390px !important;
  }
}

.pb-390 {
  padding-bottom: 390px;
}

@media (max-width: 991.98px) {
  .pb-390 {
    padding-bottom: 273px;
  }
}

@media (max-width: 767.98px) {
  .pb-390 {
    padding-bottom: 195px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-390 {
    padding-bottom: 390px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-390 {
    padding-bottom: 390px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-390 {
    padding-bottom: 390px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-390 {
    padding-bottom: 390px !important;
  }
}

.pt-400 {
  padding-top: 400px;
}

@media (max-width: 991.98px) {
  .pt-400 {
    padding-top: 280px;
  }
}

@media (max-width: 767.98px) {
  .pt-400 {
    padding-top: 200px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-400 {
    padding-top: 400px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-400 {
    padding-top: 400px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-400 {
    padding-top: 400px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-400 {
    padding-top: 400px !important;
  }
}

.pb-400 {
  padding-bottom: 400px;
}

@media (max-width: 991.98px) {
  .pb-400 {
    padding-bottom: 280px;
  }
}

@media (max-width: 767.98px) {
  .pb-400 {
    padding-bottom: 200px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-400 {
    padding-bottom: 400px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-400 {
    padding-bottom: 400px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-400 {
    padding-bottom: 400px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-400 {
    padding-bottom: 400px !important;
  }
}

.pt-450 {
  padding-top: 450px;
}

@media (max-width: 991.98px) {
  .pt-450 {
    padding-top: 315px;
  }
}

@media (max-width: 767.98px) {
  .pt-450 {
    padding-top: 225px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-450 {
    padding-top: 450px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-450 {
    padding-top: 450px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-450 {
    padding-top: 450px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-450 {
    padding-top: 450px !important;
  }
}

.pb-450 {
  padding-bottom: 450px;
}

@media (max-width: 991.98px) {
  .pb-450 {
    padding-bottom: 315px;
  }
}

@media (max-width: 767.98px) {
  .pb-450 {
    padding-bottom: 225px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-450 {
    padding-bottom: 450px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-450 {
    padding-bottom: 450px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-450 {
    padding-bottom: 450px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-450 {
    padding-bottom: 450px !important;
  }
}

.pt-500 {
  padding-top: 500px;
}

@media (max-width: 991.98px) {
  .pt-500 {
    padding-top: 350px;
  }
}

@media (max-width: 767.98px) {
  .pt-500 {
    padding-top: 250px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-500 {
    padding-top: 500px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-500 {
    padding-top: 500px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-500 {
    padding-top: 500px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-500 {
    padding-top: 500px !important;
  }
}

.pb-500 {
  padding-bottom: 500px;
}

@media (max-width: 991.98px) {
  .pb-500 {
    padding-bottom: 350px;
  }
}

@media (max-width: 767.98px) {
  .pb-500 {
    padding-bottom: 250px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-500 {
    padding-bottom: 500px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-500 {
    padding-bottom: 500px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-500 {
    padding-bottom: 500px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-500 {
    padding-bottom: 500px !important;
  }
}

.pt-550 {
  padding-top: 550px;
}

@media (max-width: 991.98px) {
  .pt-550 {
    padding-top: 385px;
  }
}

@media (max-width: 767.98px) {
  .pt-550 {
    padding-top: 275px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-550 {
    padding-top: 550px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-550 {
    padding-top: 550px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-550 {
    padding-top: 550px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-550 {
    padding-top: 550px !important;
  }
}

.pb-550 {
  padding-bottom: 550px;
}

@media (max-width: 991.98px) {
  .pb-550 {
    padding-bottom: 385px;
  }
}

@media (max-width: 767.98px) {
  .pb-550 {
    padding-bottom: 275px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-550 {
    padding-bottom: 550px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-550 {
    padding-bottom: 550px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-550 {
    padding-bottom: 550px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-550 {
    padding-bottom: 550px !important;
  }
}

.pt-600 {
  padding-top: 600px;
}

@media (max-width: 991.98px) {
  .pt-600 {
    padding-top: 420px;
  }
}

@media (max-width: 767.98px) {
  .pt-600 {
    padding-top: 300px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-600 {
    padding-top: 600px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-600 {
    padding-top: 600px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-600 {
    padding-top: 600px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-600 {
    padding-top: 600px !important;
  }
}

.pb-600 {
  padding-bottom: 600px;
}

@media (max-width: 991.98px) {
  .pb-600 {
    padding-bottom: 420px;
  }
}

@media (max-width: 767.98px) {
  .pb-600 {
    padding-bottom: 300px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-600 {
    padding-bottom: 600px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-600 {
    padding-bottom: 600px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-600 {
    padding-bottom: 600px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-600 {
    padding-bottom: 600px !important;
  }
}

.pt-650 {
  padding-top: 650px;
}

@media (max-width: 991.98px) {
  .pt-650 {
    padding-top: 455px;
  }
}

@media (max-width: 767.98px) {
  .pt-650 {
    padding-top: 325px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-650 {
    padding-top: 650px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-650 {
    padding-top: 650px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-650 {
    padding-top: 650px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-650 {
    padding-top: 650px !important;
  }
}

.pb-650 {
  padding-bottom: 650px;
}

@media (max-width: 991.98px) {
  .pb-650 {
    padding-bottom: 455px;
  }
}

@media (max-width: 767.98px) {
  .pb-650 {
    padding-bottom: 325px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-650 {
    padding-bottom: 650px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-650 {
    padding-bottom: 650px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-650 {
    padding-bottom: 650px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-650 {
    padding-bottom: 650px !important;
  }
}

.pt-700 {
  padding-top: 700px;
}

@media (max-width: 991.98px) {
  .pt-700 {
    padding-top: 490px;
  }
}

@media (max-width: 767.98px) {
  .pt-700 {
    padding-top: 350px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-700 {
    padding-top: 700px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-700 {
    padding-top: 700px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-700 {
    padding-top: 700px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-700 {
    padding-top: 700px !important;
  }
}

.pb-700 {
  padding-bottom: 700px;
}

@media (max-width: 991.98px) {
  .pb-700 {
    padding-bottom: 490px;
  }
}

@media (max-width: 767.98px) {
  .pb-700 {
    padding-bottom: 350px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-700 {
    padding-bottom: 700px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-700 {
    padding-bottom: 700px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-700 {
    padding-bottom: 700px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-700 {
    padding-bottom: 700px !important;
  }
}

.pt-750 {
  padding-top: 750px;
}

@media (max-width: 991.98px) {
  .pt-750 {
    padding-top: 525px;
  }
}

@media (max-width: 767.98px) {
  .pt-750 {
    padding-top: 375px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-750 {
    padding-top: 750px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-750 {
    padding-top: 750px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-750 {
    padding-top: 750px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-750 {
    padding-top: 750px !important;
  }
}

.pb-750 {
  padding-bottom: 750px;
}

@media (max-width: 991.98px) {
  .pb-750 {
    padding-bottom: 525px;
  }
}

@media (max-width: 767.98px) {
  .pb-750 {
    padding-bottom: 375px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-750 {
    padding-bottom: 750px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-750 {
    padding-bottom: 750px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-750 {
    padding-bottom: 750px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-750 {
    padding-bottom: 750px !important;
  }
}

.pt-800 {
  padding-top: 800px;
}

@media (max-width: 991.98px) {
  .pt-800 {
    padding-top: 560px;
  }
}

@media (max-width: 767.98px) {
  .pt-800 {
    padding-top: 400px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-800 {
    padding-top: 800px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-800 {
    padding-top: 800px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-800 {
    padding-top: 800px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-800 {
    padding-top: 800px !important;
  }
}

.pb-800 {
  padding-bottom: 800px;
}

@media (max-width: 991.98px) {
  .pb-800 {
    padding-bottom: 560px;
  }
}

@media (max-width: 767.98px) {
  .pb-800 {
    padding-bottom: 400px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-800 {
    padding-bottom: 800px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-800 {
    padding-bottom: 800px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-800 {
    padding-bottom: 800px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-800 {
    padding-bottom: 800px !important;
  }
}

.pt-850 {
  padding-top: 850px;
}

@media (max-width: 991.98px) {
  .pt-850 {
    padding-top: 595px;
  }
}

@media (max-width: 767.98px) {
  .pt-850 {
    padding-top: 425px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-850 {
    padding-top: 850px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-850 {
    padding-top: 850px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-850 {
    padding-top: 850px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-850 {
    padding-top: 850px !important;
  }
}

.pb-850 {
  padding-bottom: 850px;
}

@media (max-width: 991.98px) {
  .pb-850 {
    padding-bottom: 595px;
  }
}

@media (max-width: 767.98px) {
  .pb-850 {
    padding-bottom: 425px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-850 {
    padding-bottom: 850px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-850 {
    padding-bottom: 850px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-850 {
    padding-bottom: 850px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-850 {
    padding-bottom: 850px !important;
  }
}

.pt-900 {
  padding-top: 900px;
}

@media (max-width: 991.98px) {
  .pt-900 {
    padding-top: 630px;
  }
}

@media (max-width: 767.98px) {
  .pt-900 {
    padding-top: 450px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-900 {
    padding-top: 900px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-900 {
    padding-top: 900px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-900 {
    padding-top: 900px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-900 {
    padding-top: 900px !important;
  }
}

.pb-900 {
  padding-bottom: 900px;
}

@media (max-width: 991.98px) {
  .pb-900 {
    padding-bottom: 630px;
  }
}

@media (max-width: 767.98px) {
  .pb-900 {
    padding-bottom: 450px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-900 {
    padding-bottom: 900px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-900 {
    padding-bottom: 900px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-900 {
    padding-bottom: 900px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-900 {
    padding-bottom: 900px !important;
  }
}

.pt-950 {
  padding-top: 950px;
}

@media (max-width: 991.98px) {
  .pt-950 {
    padding-top: 665px;
  }
}

@media (max-width: 767.98px) {
  .pt-950 {
    padding-top: 475px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-950 {
    padding-top: 950px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-950 {
    padding-top: 950px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-950 {
    padding-top: 950px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-950 {
    padding-top: 950px !important;
  }
}

.pb-950 {
  padding-bottom: 950px;
}

@media (max-width: 991.98px) {
  .pb-950 {
    padding-bottom: 665px;
  }
}

@media (max-width: 767.98px) {
  .pb-950 {
    padding-bottom: 475px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-950 {
    padding-bottom: 950px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-950 {
    padding-bottom: 950px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-950 {
    padding-bottom: 950px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-950 {
    padding-bottom: 950px !important;
  }
}

.pt-1000 {
  padding-top: 1000px;
}

@media (max-width: 991.98px) {
  .pt-1000 {
    padding-top: 700px;
  }
}

@media (max-width: 767.98px) {
  .pt-1000 {
    padding-top: 500px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pt-lg-1000 {
    padding-top: 1000px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pt-md-1000 {
    padding-top: 1000px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pt-sm-1000 {
    padding-top: 1000px !important;
  }
}

@media (max-width: 575.98px) {
  .pt-xs-1000 {
    padding-top: 1000px !important;
  }
}

.pb-1000 {
  padding-bottom: 1000px;
}

@media (max-width: 991.98px) {
  .pb-1000 {
    padding-bottom: 700px;
  }
}

@media (max-width: 767.98px) {
  .pb-1000 {
    padding-bottom: 500px;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .pb-lg-1000 {
    padding-bottom: 1000px !important;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .pb-md-1000 {
    padding-bottom: 1000px !important;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .pb-sm-1000 {
    padding-bottom: 1000px !important;
  }
}

@media (max-width: 575.98px) {
  .pb-xs-1000 {
    padding-bottom: 1000px !important;
  }
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*
@keyframes fade-out {
    from { opacity: 1; }
    to   { opacity: 0; }
}

@-moz-keyframes fade-out {
    from { opacity: 1; }
    to   { opacity: 0; }
}

@-webkit-keyframes fade-out {
    from { opacity: 1; }
    to   { opacity: 0; }
}

@-ms-keyframes fade-out {
    from { opacity: 1; }
    to   { opacity: 0; }
}

@-o-keyframes fade-out {
    from { opacity: 1; }
    to   { opacity: 0; }
}

*/
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}

.border-top,
.border-bottom,
.border-left,
.border-right {
  border-color: #000 !important;
}

.text-color-black * {
  color: #000 !important;
}

.text-color-white .navbar-brand .logo img.default {
  display: none;
}

.text-color-white .navbar-brand .logo img.white {
  display: block;
}

.text-color-white * {
  color: #fff;
}

.text-color-white hr {
  border-color: white;
}

.text-color-white span {
  border-color: #fff;
}

.text-color-white svg path {
  fill: #fff;
}

.text-color-white .navbar-brand .logo svg > path {
  fill: #fff;
}

.text-color-white.module.module-border-left:before {
  border-right: 1px solid #fff;
}

.text-color-white.module.module-border-right:after {
  border-right: 1px solid #fff;
}

.text-color-white.module--image .figure-caption {
  color: #fff;
}

.text-color-white.module--btn .module-button a.btn {
  color: #fff !important;
}

.text-color-white.module--divider hr {
  border-top: 1px solid #fff;
}

.text-color-white.module--swiper .swiper-buttons-wrapper .swiper-counter,
.text-color-white.module--swiper .swiper-buttons-wrapper .fn-currentSlide {
  color: #fff;
}

.text-color-white.module--swiper .swiper-buttons-wrapper .swiper-button-prev:after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4xLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA3My4xIDEwLjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDczLjEgMTAuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9DQo8L3N0eWxlPg0KPGc+DQoJPGc+DQoJCTxyZWN0IHg9IjEuMSIgeT0iNC45IiBjbGFzcz0ic3QwIiB3aWR0aD0iNzIiIGhlaWdodD0iMSIvPg0KCTwvZz4NCgk8Zz4NCgkJPHBvbHlnb24gY2xhc3M9InN0MCIgcG9pbnRzPSI1LjMsMTAuOCAwLDUuNCA1LjMsMCA2LjEsMC44IDEuNCw1LjQgNi4xLDEwIAkJIi8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+DQo=");
}

.text-color-white.module--swiper .swiper-buttons-wrapper .swiper-button-next:after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4xLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA3My4xIDEwLjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDczLjEgMTAuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6bm9uZTt9DQoJLnN0MXtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxnPg0KCTxnPg0KCQk8cmVjdCB5PSIwIiBjbGFzcz0ic3QwIiB3aWR0aD0iNzMuMSIgaGVpZ2h0PSIxMC43Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQoJPGc+DQoJCTxyZWN0IHk9IjQuOSIgY2xhc3M9InN0MSIgd2lkdGg9IjcyIiBoZWlnaHQ9IjEiLz4NCgk8L2c+DQo8L2c+DQo8Zz4NCgk8cG9seWdvbiBjbGFzcz0ic3QxIiBwb2ludHM9IjY3LjgsMTAuOCA2NywxMCA3MS43LDUuNCA2NywwLjggNjcuOCwwIDczLjEsNS40IAkiLz4NCjwvZz4NCjwvc3ZnPg0K");
}

.text-color-white.site-footer .footer-border,
.text-color-white.site-footer .footer-border:before {
  border-color: #fff;
}

.text-color-white.site-footer ul li.active a span, .text-color-white.site-footer ul li a:hover span {
  border-color: #fff;
}

.powermail_form.powermail_form_4 * {
  color: #fff !important;
  border-color: #fff !important;
}

.powermail_form.powermail_form_4 .form-control::-webkit-input-placeholder, .powermail_form.powermail_form_4 .powermail_input::-webkit-input-placeholder, .powermail_form.powermail_form_4 .powermail_textarea::-webkit-input-placeholder {
  color: #fff !important;
}

.powermail_form.powermail_form_4 .form-control::-moz-placeholder, .powermail_form.powermail_form_4 .powermail_input::-moz-placeholder, .powermail_form.powermail_form_4 .powermail_textarea::-moz-placeholder {
  color: #fff !important;
}

.powermail_form.powermail_form_4 .form-control:-ms-input-placeholder, .powermail_form.powermail_form_4 .powermail_input:-ms-input-placeholder, .powermail_form.powermail_form_4 .powermail_textarea:-ms-input-placeholder {
  color: #fff !important;
}

.powermail_form.powermail_form_4 .form-control::-ms-input-placeholder, .powermail_form.powermail_form_4 .powermail_input::-ms-input-placeholder, .powermail_form.powermail_form_4 .powermail_textarea::-ms-input-placeholder {
  color: #fff !important;
}

.powermail_form.powermail_form_4 .form-control::placeholder,
.powermail_form.powermail_form_4 .powermail_input::placeholder,
.powermail_form.powermail_form_4 .powermail_textarea::placeholder {
  color: #fff !important;
}

.powermail_form.powermail_form_4 .form-control.parsley-error,
.powermail_form.powermail_form_4 .powermail_input.parsley-error,
.powermail_form.powermail_form_4 .powermail_textarea.parsley-error {
  border-color: #d94e27 !important;
  color: #d94e27 !important;
}

.powermail_form.powermail_form_4 .form-control.parsley-error::-webkit-input-placeholder, .powermail_form.powermail_form_4 .powermail_input.parsley-error::-webkit-input-placeholder, .powermail_form.powermail_form_4 .powermail_textarea.parsley-error::-webkit-input-placeholder {
  color: #d94e27 !important;
}

.powermail_form.powermail_form_4 .form-control.parsley-error::-moz-placeholder, .powermail_form.powermail_form_4 .powermail_input.parsley-error::-moz-placeholder, .powermail_form.powermail_form_4 .powermail_textarea.parsley-error::-moz-placeholder {
  color: #d94e27 !important;
}

.powermail_form.powermail_form_4 .form-control.parsley-error:-ms-input-placeholder, .powermail_form.powermail_form_4 .powermail_input.parsley-error:-ms-input-placeholder, .powermail_form.powermail_form_4 .powermail_textarea.parsley-error:-ms-input-placeholder {
  color: #d94e27 !important;
}

.powermail_form.powermail_form_4 .form-control.parsley-error::-ms-input-placeholder, .powermail_form.powermail_form_4 .powermail_input.parsley-error::-ms-input-placeholder, .powermail_form.powermail_form_4 .powermail_textarea.parsley-error::-ms-input-placeholder {
  color: #d94e27 !important;
}

.powermail_form.powermail_form_4 .form-control.parsley-error::placeholder,
.powermail_form.powermail_form_4 .powermail_input.parsley-error::placeholder,
.powermail_form.powermail_form_4 .powermail_textarea.parsley-error::placeholder {
  color: #d94e27 !important;
}

.powermail_form.powermail_form_4 .custom-checkbox .custom-control-label::before {
  border-color: #fff !important;
}

.powermail_form.powermail_form_4 .dropdown-menu {
  background-color: #859487;
}

.powermail_form.powermail_form_4 .bootstrap-select .dropdown-toggle,
.powermail_form.powermail_form_4 .bootstrap-select .dropdown-menu li {
  border-color: #fff !important;
}

.powermail_form.powermail_form_4 .bootstrap-select .dropdown-toggle::after {
  color: #fff !important;
}

.powermail_form.powermail_form_4 .powermail_message_error li {
  color: #d94e27 !important;
}

/* abril-fatface-regular - latin */
@font-face {
  font-family: 'Abril Fatface';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/abril-fatface-v12-latin/abril-fatface-v12-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/abril-fatface-v12-latin/abril-fatface-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/abril-fatface-v12-latin/abril-fatface-v12-latin-regular.woff2") format("woff2"), url("../fonts/abril-fatface-v12-latin/abril-fatface-v12-latin-regular.woff") format("woff"), url("../fonts/abril-fatface-v12-latin/abril-fatface-v12-latin-regular.ttf") format("truetype"), url("../fonts/abril-fatface-v12-latin/abril-fatface-v12-latin-regular.svg#AbrilFatface") format("svg");
  /* Legacy iOS */
}

/* spartan-300 - latin */
@font-face {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/spartan-v3-latin/spartan-v3-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/spartan-v3-latin/spartan-v3-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/spartan-v3-latin/spartan-v3-latin-300.woff2") format("woff2"), url("../fonts/spartan-v3-latin/spartan-v3-latin-300.woff") format("woff"), url("../fonts/spartan-v3-latin/spartan-v3-latin-300.ttf") format("truetype"), url("../fonts/spartan-v3-latin/spartan-v3-latin-300.svg#Spartan") format("svg");
  /* Legacy iOS */
}

/* spartan-regular - latin */
@font-face {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/spartan-v3-latin/spartan-v3-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/spartan-v3-latin/spartan-v3-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/spartan-v3-latin/spartan-v3-latin-regular.woff2") format("woff2"), url("../fonts/spartan-v3-latin/spartan-v3-latin-regular.woff") format("woff"), url("../fonts/spartan-v3-latin/spartan-v3-latin-regular.ttf") format("truetype"), url("../fonts/spartan-v3-latin/spartan-v3-latin-regular.svg#Spartan") format("svg");
  /* Legacy iOS */
}

/* spartan-500 - latin */
@font-face {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/spartan-v3-latin/spartan-v3-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/spartan-v3-latin/spartan-v3-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/spartan-v3-latin/spartan-v3-latin-500.woff2") format("woff2"), url("../fonts/spartan-v3-latin/spartan-v3-latin-500.woff") format("woff"), url("../fonts/spartan-v3-latin/spartan-v3-latin-500.ttf") format("truetype"), url("../fonts/spartan-v3-latin/spartan-v3-latin-500.svg#Spartan") format("svg");
  /* Legacy iOS */
}

/* spartan-600 - latin */
@font-face {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/spartan-v3-latin/spartan-v3-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/spartan-v3-latin/spartan-v3-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/spartan-v3-latin/spartan-v3-latin-600.woff2") format("woff2"), url("../fonts/spartan-v3-latin/spartan-v3-latin-600.woff") format("woff"), url("../fonts/spartan-v3-latin/spartan-v3-latin-600.ttf") format("truetype"), url("../fonts/spartan-v3-latin/spartan-v3-latin-600.svg#Spartan") format("svg");
  /* Legacy iOS */
}

/* spartan-700 - latin */
@font-face {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/spartan-v3-latin/spartan-v3-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/spartan-v3-latin/spartan-v3-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/spartan-v3-latin/spartan-v3-latin-700.woff2") format("woff2"), url("../fonts/spartan-v3-latin/spartan-v3-latin-700.woff") format("woff"), url("../fonts/spartan-v3-latin/spartan-v3-latin-700.ttf") format("truetype"), url("../fonts/spartan-v3-latin/spartan-v3-latin-700.svg#Spartan") format("svg");
  /* Legacy iOS */
}

/* spartan-800 - latin */
@font-face {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/spartan-v3-latin/spartan-v3-latin-800.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/spartan-v3-latin/spartan-v3-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/spartan-v3-latin/spartan-v3-latin-800.woff2") format("woff2"), url("../fonts/spartan-v3-latin/spartan-v3-latin-800.woff") format("woff"), url("../fonts/spartan-v3-latin/spartan-v3-latin-800.ttf") format("truetype"), url("../fonts/spartan-v3-latin/spartan-v3-latin-800.svg#Spartan") format("svg");
  /* Legacy iOS */
}

/* vollkorn-regular - latin */
@font-face {
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-regular.woff2") format("woff2"), url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-regular.woff") format("woff"), url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-regular.ttf") format("truetype"), url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-regular.svg#Vollkorn") format("svg");
  /* Legacy iOS */
}

/* vollkorn-italic - latin */
@font-face {
  font-family: 'Vollkorn';
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/vollkorn-v13-latin-italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/vollkorn-v13-latin-italic.eot?#iefix") format("embedded-opentype"), url("../fonts/vollkorn-v13-latin-italic.woff2") format("woff2"), url("../fonts/vollkorn-v13-latin-italic.woff") format("woff"), url("../fonts/vollkorn-v13-latin-italic.ttf") format("truetype"), url("../fonts/vollkorn-v13-latin-italic.svg#Vollkorn") format("svg");
  /* Legacy iOS */
}

/* vollkorn-500 - latin */
@font-face {
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-500.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-500.woff2") format("woff2"), url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-500.woff") format("woff"), url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-500.ttf") format("truetype"), url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-500.svg#Vollkorn") format("svg");
  /* Legacy iOS */
}

/* vollkorn-600 - latin */
@font-face {
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-600.woff2") format("woff2"), url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-600.woff") format("woff"), url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-600.ttf") format("truetype"), url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-600.svg#Vollkorn") format("svg");
  /* Legacy iOS */
}

/* vollkorn-800 - latin */
@font-face {
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-800.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-800.eot?#iefix") format("embedded-opentype"), url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-800.woff2") format("woff2"), url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-800.woff") format("woff"), url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-800.ttf") format("truetype"), url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-800.svg#Vollkorn") format("svg");
  /* Legacy iOS */
}

/* vollkorn-700 - latin */
@font-face {
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-700.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-700.woff2") format("woff2"), url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-700.woff") format("woff"), url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-700.ttf") format("truetype"), url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-700.svg#Vollkorn") format("svg");
  /* Legacy iOS */
}

/* vollkorn-700italic - latin */
@font-face {
  font-family: 'Vollkorn';
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-700italic.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-700italic.eot?#iefix") format("embedded-opentype"), url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-700italic.woff2") format("woff2"), url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-700italic.woff") format("woff"), url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-700italic.ttf") format("truetype"), url("../fonts/vollkorn-v13-latin/vollkorn-v13-latin-700italic.svg#Vollkorn") format("svg");
  /* Legacy iOS */
}

/* vollkorn-900 - latin */
@font-face {
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/vollkorn-v21-latin/vollkorn-v21-latin-900.eot");
  /* IE9 Compat Modes */
  src: local(""), url("../fonts/vollkorn-v21-latin/vollkorn-v21-latin-900.eot?#iefix") format("embedded-opentype"), url("../fonts/vollkorn-v21-latin/vollkorn-v21-latin-900.woff2") format("woff2"), url("../fonts/vollkorn-v21-latin/vollkorn-v21-latin-900.woff") format("woff"), url("../fonts/vollkorn-v21-latin/vollkorn-v21-latin-900.ttf") format("truetype"), url("../fonts/vollkorn-v21-latin/vollkorn-v21-latin-900.svg#Vollkorn") format("svg");
  /* Legacy iOS */
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga" 0;
          font-feature-settings: "liga" 0;
  -ms-word-break: break-word;
  word-break: break-word;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.3px;
}

a {
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

a[href^=tel] {
  text-decoration: none !important;
}

.site-main a {
  outline: none !important;
  box-shadow: none !important;
  transition: all 0.2s ease-in-out;
  position: relative;
  text-decoration: underline;
}

.site-main a:hover, .site-main a:focus {
  outline: none !important;
  box-shadow: none !important;
}

.site-main a.nav-item {
  text-decoration: none;
}

.main-container, .site-container, .footer-container, .header-container, body > .section-content {
  -webkit-animation: fade-in 0.8s 0.8s linear forwards;
          animation: fade-in 0.8s 0.8s linear forwards;
  opacity: 0;
}

.title, .btn a {
  -moz-hyphens: manual;
  -o-hyphens: manual;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
  word-wrap: break-word;
}

.title,
.overline {
  letter-spacing: 0.7px;
  margin-bottom: 0;
}

.module-overline h3.title,
.module-overline span.title {
  letter-spacing: 3px;
}

.title.font-size-34.line-height-42.font-vollkorn-semibold {
  letter-spacing: 1.5px;
}

.title.font-size-15.line-height-25.font-vollkorn-bold {
  letter-spacing: 3.5px;
}

.font-size-17.font-vollkorn-bold.letter-spacing-150 {
  letter-spacing: 1.5px;
}

.font-size-17.line-height-25.font-vollkorn-medium {
  letter-spacing: 0.6px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .font-size-17.line-height-25.font-vollkorn-medium {
    letter-spacing: 0.3px;
  }
}

.overline,
.module-overline h3.title,
.module-overline span.title {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 800;
}

.projekt-overline {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 15px;
  line-height: 0.9375rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 800;
  letter-spacing: 3px;
}

.projekt-title {
  font-size: 29px;
  font-size: 1.8125rem;
  line-height: 35px;
  line-height: 2.1875rem;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.7px;
}

.projekt-intro {
  font-size: 32px;
  font-size: 2rem;
  line-height: 48px;
  line-height: 3rem;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.7px;
}

.font-spartan-medium {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 500;
}

.font-spartan-bold {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 700;
}

.font-spartan-semibold {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 600;
}

.font-spartan-extrabold {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 800;
}

.font-vollkorn-regular {
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 400;
}

.font-vollkorn-regular i, .font-vollkorn-regular em {
  font-family: 'Vollkorn';
  font-style: italic;
  font-weight: 400;
}

.font-vollkorn-regular-italic {
  font-family: 'Vollkorn';
  font-style: italic;
  font-weight: 400;
}

.font-vollkorn-medium {
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 500;
}

.font-vollkorn-semibold {
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 600;
}

.font-vollkorn-bold {
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 700;
}

.font-vollkorn-bold i, .font-vollkorn-bold em {
  font-family: 'Vollkorn';
  font-style: italic;
  font-weight: 700;
}

.font-vollkorn-extrabold {
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 800;
}

.font-abril-fatface {
  font-family: 'Abril Fatface';
  font-style: normal;
}

.letter-large {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 33px;
  line-height: 2.0625rem;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 700;
}

.subheadline-vollkorn {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.subheadline-spartan-extrabold {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 27px;
  line-height: 1.6875rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 800;
  letter-spacing: 4px;
}

.fliesstext-vollkorn {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 29px;
  line-height: 1.8125rem;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.linktext {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 800;
  letter-spacing: 4px;
}

.legende-title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
}

.legende {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 700;
  letter-spacing: 4px;
}

.font-size-24.font-vollkorn-bold.letter-spacing-70.line-height-28 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
}

@media (max-width: 767.98px) {
  .font-size-24.font-vollkorn-bold.letter-spacing-70.line-height-28 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.font-size-24.font-vollkorn-bold.letter-spacing-50.line-height-28 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 28px;
  line-height: 1.75rem;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.7px;
}

@media (max-width: 1499.98px) {
  .font-size-24.font-vollkorn-bold.letter-spacing-50.line-height-28 {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

@media (max-width: 767.98px) {
  .font-size-24.font-vollkorn-bold.letter-spacing-50.line-height-28 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.font-size-14.font-spartan-semibold.letter-spacing-10.line-height-25 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.hide-text-decoration a,
a.hide-text-decoration {
  text-decoration: none;
}

.font-size-10 {
  font-size: 10px;
  font-size: 0.625rem;
}

.font-size-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.font-size-13 {
  font-size: 13px;
  font-size: 0.8125rem;
}

.font-size-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.font-size-15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

.font-size-16 {
  font-size: 16px;
  font-size: 1rem;
}

.font-size-17 {
  font-size: 17px;
  font-size: 1.0625rem;
}

.font-size-18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.font-size-20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.font-size-22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.font-size-24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.font-size-27 {
  font-size: 27px;
  font-size: 1.6875rem;
}

.font-size-29 {
  font-size: 29px;
  font-size: 1.8125rem;
}

.font-size-30 {
  font-size: 30px;
  font-size: 1.875rem;
}

@media (max-width: 1499.98px) {
  .font-size-30 {
    font-size: 28.8px;
    font-size: 1.8rem;
  }
}

@media (max-width: 991.98px) {
  .font-size-30 {
    font-size: 25.5px;
    font-size: 1.59375rem;
  }
}

.font-size-32 {
  font-size: 32px;
  font-size: 2rem;
}

@media (max-width: 1499.98px) {
  .font-size-32 {
    font-size: 30.7px;
    font-size: 1.91875rem;
  }
}

@media (max-width: 991.98px) {
  .font-size-32 {
    font-size: 27.2px;
    font-size: 1.7rem;
  }
}

.font-size-33 {
  font-size: 33px;
  font-size: 2.0625rem;
}

@media (max-width: 1499.98px) {
  .font-size-33 {
    font-size: 31.7px;
    font-size: 1.98125rem;
  }
}

@media (max-width: 991.98px) {
  .font-size-33 {
    font-size: 28.1px;
    font-size: 1.75625rem;
  }
}

.font-size-34 {
  font-size: 34px;
  font-size: 2.125rem;
}

@media (max-width: 1499.98px) {
  .font-size-34 {
    font-size: 32.6px;
    font-size: 2.0375rem;
  }
}

@media (max-width: 991.98px) {
  .font-size-34 {
    font-size: 28.9px;
    font-size: 1.80625rem;
  }
}

.font-size-35 {
  font-size: 35px;
  font-size: 2.1875rem;
}

@media (max-width: 1499.98px) {
  .font-size-35 {
    font-size: 33.6px;
    font-size: 2.1rem;
  }
}

@media (max-width: 991.98px) {
  .font-size-35 {
    font-size: 29.8px;
    font-size: 1.8625rem;
  }
}

.font-size-37 {
  font-size: 37px;
  font-size: 2.3125rem;
}

@media (max-width: 1499.98px) {
  .font-size-37 {
    font-size: 34.4px;
    font-size: 2.15rem;
  }
}

@media (max-width: 991.98px) {
  .font-size-37 {
    font-size: 27.4px;
    font-size: 1.7125rem;
  }
}

.font-size-40 {
  font-size: 40px;
  font-size: 2.5rem;
}

@media (max-width: 1499.98px) {
  .font-size-40 {
    font-size: 37.2px;
    font-size: 2.325rem;
  }
}

@media (max-width: 991.98px) {
  .font-size-40 {
    font-size: 29.6px;
    font-size: 1.85rem;
  }
}

.font-size-42 {
  font-size: 42px;
  font-size: 2.625rem;
}

@media (max-width: 1499.98px) {
  .font-size-42 {
    font-size: 39.1px;
    font-size: 2.44375rem;
  }
}

@media (max-width: 991.98px) {
  .font-size-42 {
    font-size: 31.1px;
    font-size: 1.94375rem;
  }
}

.font-size-44 {
  font-size: 44px;
  font-size: 2.75rem;
}

@media (max-width: 1499.98px) {
  .font-size-44 {
    font-size: 40.9px;
    font-size: 2.55625rem;
  }
}

@media (max-width: 991.98px) {
  .font-size-44 {
    font-size: 32.6px;
    font-size: 2.0375rem;
  }
}

.font-size-46 {
  font-size: 46px;
  font-size: 2.875rem;
}

@media (max-width: 1499.98px) {
  .font-size-46 {
    font-size: 42.8px;
    font-size: 2.675rem;
  }
}

@media (max-width: 991.98px) {
  .font-size-46 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

.line-height-15 {
  line-height: 15px;
  line-height: 0.9375rem;
}

.line-height-17 {
  line-height: 17px;
  line-height: 1.0625rem;
}

.line-height-18 {
  line-height: 18px;
  line-height: 1.125rem;
}

.line-height-19 {
  line-height: 19px;
  line-height: 1.1875rem;
}

.line-height-20 {
  line-height: 20px;
  line-height: 1.25rem;
}

.line-height-21 {
  line-height: 21px;
  line-height: 1.3125rem;
}

.line-height-22 {
  line-height: 22px;
  line-height: 1.375rem;
}

.line-height-24 {
  line-height: 24px;
  line-height: 1.5rem;
}

.line-height-25 {
  line-height: 25px;
  line-height: 1.5625rem;
}

.line-height-26 {
  line-height: 26px;
  line-height: 1.625rem;
}

.line-height-27 {
  line-height: 27px;
  line-height: 1.6875rem;
}

.line-height-28 {
  line-height: 28px;
  line-height: 1.75rem;
}

.line-height-29 {
  line-height: 29px;
  line-height: 1.8125rem;
}

.line-height-30 {
  line-height: 30px;
  line-height: 1.875rem;
}

@media (max-width: 1499.98px) {
  .line-height-30 {
    line-height: 28.8px;
    line-height: 1.8rem;
  }
}

@media (max-width: 991.98px) {
  .line-height-30 {
    line-height: 25.5px;
    line-height: 1.59375rem;
  }
}

.line-height-33 {
  line-height: 33px;
  line-height: 2.0625rem;
}

@media (max-width: 1499.98px) {
  .line-height-33 {
    line-height: 31.7px;
    line-height: 1.98125rem;
  }
}

@media (max-width: 991.98px) {
  .line-height-33 {
    line-height: 28.1px;
    line-height: 1.75625rem;
  }
}

.line-height-35 {
  line-height: 35px;
  line-height: 2.1875rem;
}

@media (max-width: 1499.98px) {
  .line-height-35 {
    line-height: 33.6px;
    line-height: 2.1rem;
  }
}

@media (max-width: 991.98px) {
  .line-height-35 {
    line-height: 29.8px;
    line-height: 1.8625rem;
  }
}

.line-height-42 {
  line-height: 42px;
  line-height: 2.625rem;
}

@media (max-width: 1499.98px) {
  .line-height-42 {
    line-height: 39.1px;
    line-height: 2.44375rem;
  }
}

@media (max-width: 991.98px) {
  .line-height-42 {
    line-height: 31.1px;
    line-height: 1.94375rem;
  }
}

.line-height-45 {
  line-height: 45px;
  line-height: 2.8125rem;
}

@media (max-width: 1499.98px) {
  .line-height-45 {
    line-height: 41.9px;
    line-height: 2.61875rem;
  }
}

@media (max-width: 991.98px) {
  .line-height-45 {
    line-height: 33.3px;
    line-height: 2.08125rem;
  }
}

.line-height-48 {
  line-height: 48px;
  line-height: 3rem;
}

@media (max-width: 1499.98px) {
  .line-height-48 {
    line-height: 44.6px;
    line-height: 2.7875rem;
  }
}

@media (max-width: 991.98px) {
  .line-height-48 {
    line-height: 35.5px;
    line-height: 2.21875rem;
  }
}

.line-height-50 {
  line-height: 50px;
  line-height: 3.125rem;
}

@media (max-width: 1499.98px) {
  .line-height-50 {
    line-height: 46.5px;
    line-height: 2.90625rem;
  }
}

@media (max-width: 991.98px) {
  .line-height-50 {
    line-height: 37px;
    line-height: 2.3125rem;
  }
}

.line-height-52 {
  line-height: 52px;
  line-height: 3.25rem;
}

@media (max-width: 1499.98px) {
  .line-height-52 {
    line-height: 48.4px;
    line-height: 3.025rem;
  }
}

@media (max-width: 991.98px) {
  .line-height-52 {
    line-height: 38.5px;
    line-height: 2.40625rem;
  }
}

.line-height-55 {
  line-height: 55px;
  line-height: 3.4375rem;
}

@media (max-width: 1499.98px) {
  .line-height-55 {
    line-height: 51.2px;
    line-height: 3.2rem;
  }
}

@media (max-width: 991.98px) {
  .line-height-55 {
    line-height: 40.7px;
    line-height: 2.54375rem;
  }
}

.line-height-58 {
  line-height: 58px;
  line-height: 3.625rem;
}

@media (max-width: 1499.98px) {
  .line-height-58 {
    line-height: 53.9px;
    line-height: 3.36875rem;
  }
}

@media (max-width: 991.98px) {
  .line-height-58 {
    line-height: 42.9px;
    line-height: 2.68125rem;
  }
}

.letter-spacing-20 {
  letter-spacing: 0.5px;
}

.letter-spacing-30 {
  letter-spacing: 0.6px;
}

.letter-spacing-40 {
  letter-spacing: 0.7px;
}

.letter-spacing-50 {
  letter-spacing: 0.7px;
}

.letter-spacing-70 {
  letter-spacing: 1px;
}

.letter-spacing-90 {
  letter-spacing: 1.5px;
}

.letter-spacing-100 {
  letter-spacing: 2px;
}

.letter-spacing-150 {
  letter-spacing: 2px;
}

.letter-spacing-200 {
  letter-spacing: 3px;
}

.letter-spacing-250 {
  letter-spacing: 3.5px;
}

.letter-spacing-300 {
  letter-spacing: 4px;
}

@media (max-width: 1499.98px) {
  .font-size-37.font-vollkorn-medium.letter-spacing-50.line-height-55 {
    font-size: 29.8px;
    font-size: 1.8625rem;
    line-height: 44.6px;
    line-height: 2.7875rem;
  }
}

@media (max-width: 991.98px) {
  .font-size-37.font-vollkorn-medium.letter-spacing-50.line-height-55 {
    font-size: 23.7px;
    font-size: 1.48125rem;
    line-height: 35.5px;
    line-height: 2.21875rem;
  }
}

@media (max-width: 767.98px) {
  .font-size-37.font-vollkorn-medium.letter-spacing-50.line-height-55 {
    font-size: 23.7px;
    font-size: 1.48125rem;
    line-height: 35.5px;
    line-height: 2.21875rem;
  }
}

@media (max-width: 575.98px) {
  .font-size-37.font-vollkorn-medium.letter-spacing-50.line-height-55 {
    font-size: 23.7px;
    font-size: 1.48125rem;
    line-height: 35.5px;
    line-height: 2.21875rem;
  }
}

@media (max-width: 575.98px) {
  .title.font-size-44.line-height-58.font-spartan-medium {
    font-size: 32.6px;
    font-size: 2.0375rem;
    line-height: 42.9px;
    line-height: 2.68125rem;
  }
}

@media (max-width: 575.98px) {
  .title.font-size-40.line-height-48.font-abril-fatface {
    font-size: 29.6px;
    font-size: 1.85rem;
    line-height: 35.5px;
    line-height: 2.21875rem;
  }
}

@media (max-width: 575.98px) {
  .title.font-size-46.line-height-55.font-vollkorn-semibold {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 40.7px;
    line-height: 2.54375rem;
  }
}

.title.font-size-34.line-height-42.font-vollkorn-semibold,
.title.font-size-34.line-height-45.font-vollkorn-semibold {
  letter-spacing: 1.5px;
}

@media (max-width: 991.98px) {
  .title.font-size-34.line-height-42.font-vollkorn-semibold,
  .title.font-size-34.line-height-45.font-vollkorn-semibold {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}

@media (max-width: 575.98px) {
  .title.font-size-34.line-height-42.font-vollkorn-semibold,
  .title.font-size-34.line-height-45.font-vollkorn-semibold {
    font-size: 28.9px;
    font-size: 1.80625rem;
    line-height: 35.7px;
    line-height: 2.23125rem;
  }
}

.title.font-size-34.line-height-45.font-vollkorn-semibold {
  letter-spacing: 1.5px;
  line-height: 42px;
  line-height: 2.625rem;
}

@media (max-width: 991.98px) {
  .font-size-17.font-spartan-bold.letter-spacing-30.line-height-25 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25px;
    line-height: 1.5625rem;
    letter-spacing: 0.3px;
  }
}

@media (max-width: 1499.98px) {
  .font-size-32.font-vollkorn-medium.letter-spacing-50.line-height-48 {
    font-size: 29.8px;
    font-size: 1.8625rem;
    line-height: 44.6px;
    line-height: 2.7875rem;
  }
}

@media (max-width: 991.98px) {
  .font-size-32.font-vollkorn-medium.letter-spacing-50.line-height-48 {
    font-size: 23.7px;
    font-size: 1.48125rem;
    line-height: 35.5px;
    line-height: 2.21875rem;
  }
}

@media (max-width: 767.98px) {
  .font-size-32.font-vollkorn-medium.letter-spacing-50.line-height-48 {
    font-size: 23.7px;
    font-size: 1.48125rem;
    line-height: 35.5px;
    line-height: 2.21875rem;
  }
}

@media (max-width: 575.98px) {
  .font-size-32.font-vollkorn-medium.letter-spacing-50.line-height-48 {
    font-size: 23.7px;
    font-size: 1.48125rem;
    line-height: 35.5px;
    line-height: 2.21875rem;
  }
}

p span.font-size-12.font-vollkorn-extrabold.letter-spacing-70.line-height-17,
p span.font-size-12.font-spartan-semibold.letter-spacing-30.line-height-19 {
  display: inline-block;
}

.head-default {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 42px;
  line-height: 2.625rem;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.7px;
}

@media (max-width: 1499.98px) {
  .head-default {
    font-size: 32.6px;
    font-size: 2.0375rem;
    line-height: 40.3px;
    line-height: 2.51875rem;
  }
}

@media (max-width: 991.98px) {
  .head-default {
    font-size: 29px;
    font-size: 1.8125rem;
    line-height: 36px;
    line-height: 2.25rem;
  }
}

.head-spartan-medium-37 {
  font-size: 37px;
  font-size: 2.3125rem;
  line-height: 52px;
  line-height: 3.25rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.7px;
}

@media (max-width: 1499.98px) {
  .head-spartan-medium-37 {
    font-size: 34.4px;
    font-size: 2.15rem;
    line-height: 48.4px;
    line-height: 3.025rem;
  }
}

@media (max-width: 991.98px) {
  .head-spartan-medium-37 {
    font-size: 27.4px;
    font-size: 1.7125rem;
    line-height: 38.5px;
    line-height: 2.40625rem;
  }
}

.head-abril-fatface-37 {
  font-size: 37px;
  font-size: 2.3125rem;
  line-height: 48px;
  line-height: 3rem;
  font-family: 'Abril Fatface';
  font-style: normal;
  letter-spacing: 1px;
}

@media (max-width: 1499.98px) {
  .head-abril-fatface-37 {
    font-size: 34.4px;
    font-size: 2.15rem;
    line-height: 44.6px;
    line-height: 2.7875rem;
  }
}

@media (max-width: 991.98px) {
  .head-abril-fatface-37 {
    font-size: 27.4px;
    font-size: 1.7125rem;
    line-height: 35.5px;
    line-height: 2.21875rem;
  }
}

@media (max-width: 575.98px) {
  .head-abril-fatface-37 {
    letter-spacing: 0.5px;
  }
}

.head-vollkorn-semibold-42 {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 52px;
  line-height: 3.25rem;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.7px;
}

@media (max-width: 1499.98px) {
  .head-vollkorn-semibold-42 {
    font-size: 39.1px;
    font-size: 2.44375rem;
    line-height: 48.4px;
    line-height: 3.025rem;
  }
}

@media (max-width: 991.98px) {
  .head-vollkorn-semibold-42 {
    font-size: 31.1px;
    font-size: 1.94375rem;
    line-height: 38.5px;
    line-height: 2.40625rem;
  }
}

.head-spartan-medium-44 {
  font-size: 44px;
  font-size: 2.75rem;
  line-height: 58px;
  line-height: 3.625rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.7px;
}

@media (max-width: 1499.98px) {
  .head-spartan-medium-44 {
    font-size: 40.9px;
    font-size: 2.55625rem;
    line-height: 53.9px;
    line-height: 3.36875rem;
  }
}

@media (max-width: 991.98px) {
  .head-spartan-medium-44 {
    font-size: 32.6px;
    font-size: 2.0375rem;
    line-height: 42.9px;
    line-height: 2.68125rem;
  }
}

.head-spartan-medium-40 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 55px;
  line-height: 3.4375rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.7px;
}

@media (max-width: 1499.98px) {
  .head-spartan-medium-40 {
    font-size: 37.2px;
    font-size: 2.325rem;
    line-height: 51.5px;
    line-height: 3.21875rem;
  }
}

@media (max-width: 991.98px) {
  .head-spartan-medium-40 {
    font-size: 29.6px;
    font-size: 1.85rem;
    line-height: 40.7px;
    line-height: 2.54375rem;
  }
}

.head-vollkorn-regular-35 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 42px;
  line-height: 2.625rem;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.7px;
}

@media (max-width: 1499.98px) {
  .head-vollkorn-regular-35 {
    font-size: 33.6px;
    font-size: 2.1rem;
    line-height: 40.3px;
    line-height: 2.51875rem;
  }
}

@media (max-width: 991.98px) {
  .head-vollkorn-regular-35 {
    font-size: 29.8px;
    font-size: 1.8625rem;
    line-height: 35.7px;
    line-height: 2.23125rem;
  }
}

.head-spartan-medium-31 {
  font-size: 31px;
  font-size: 1.9375rem;
  line-height: 45px;
  line-height: 2.8125rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.7px;
}

@media (max-width: 1499.98px) {
  .head-spartan-medium-31 {
    font-size: 29.8px;
    font-size: 1.8625rem;
    line-height: 43.2px;
    line-height: 2.7rem;
  }
}

@media (max-width: 991.98px) {
  .head-spartan-medium-31 {
    font-size: 26.4px;
    font-size: 1.65rem;
    line-height: 38.3px;
    line-height: 2.39375rem;
  }
}

.head-spartan-medium-35 {
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 45px;
  line-height: 2.8125rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.7px;
}

@media (max-width: 1499.98px) {
  .head-spartan-medium-35 {
    font-size: 32.6px;
    font-size: 2.0375rem;
    line-height: 43.2px;
    line-height: 2.7rem;
  }
}

@media (max-width: 991.98px) {
  .head-spartan-medium-35 {
    font-size: 28.9px;
    font-size: 1.80625rem;
    line-height: 38.3px;
    line-height: 2.39375rem;
  }
}

.head-vollkorn-bold-15 {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3.5px;
}

.head-vollkorn-bold-24 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 29px;
  line-height: 1.8125rem;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.7px;
}

.head-vollkorn-semibold-20 {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.7px;
}

.head-vollkorn-semibold-46 {
  font-size: 46px;
  font-size: 2.875rem;
  line-height: 58px;
  line-height: 3.625rem;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.7px;
}

@media (max-width: 1499.98px) {
  .head-vollkorn-semibold-46 {
    font-size: 43px;
    font-size: 2.6875rem;
    line-height: 54px;
    line-height: 3.375rem;
  }
}

@media (max-width: 991.98px) {
  .head-vollkorn-semibold-46 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 43px;
    line-height: 2.6875rem;
  }
}

@media (max-width: 767.98px) {
  .head-vollkorn-semibold-46 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 43px;
    line-height: 2.6875rem;
  }
}

@media (max-width: 575.98px) {
  .head-vollkorn-semibold-46 {
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 43px;
    line-height: 2.6875rem;
  }
}

.head-vollkorn-medium-32 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 48px;
  line-height: 3rem;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.7px;
}

@media (max-width: 1499.98px) {
  .head-vollkorn-medium-32 {
    font-size: 29.8px;
    font-size: 1.8625rem;
    line-height: 44.6px;
    line-height: 2.7875rem;
  }
}

@media (max-width: 991.98px) {
  .head-vollkorn-medium-32 {
    font-size: 23.7px;
    font-size: 1.48125rem;
    line-height: 35.5px;
    line-height: 2.21875rem;
  }
}

.head-spartan-bold-17 {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.7px;
}

@media (max-width: 575.98px) {
  .head-spartan-bold-17 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 25px;
    line-height: 1.5625rem;
    letter-spacing: 0.3px;
  }
}

@media (max-width: 575.98px) {
  .mo-fliess {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 25px;
    line-height: 1.5625rem;
    font-family: 'Spartan';
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.3px;
  }
}

@media (max-width: 767.98px) {
  .mo-headline {
    font-family: 'Vollkorn';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 28px;
    line-height: 1.75rem;
    letter-spacing: 1.5px;
  }
}

.section-breadcrumb {
  z-index: 1021;
  position: relative;
  padding-top: 20px !important;
  width: 100%;
}

.section-breadcrumb.section-sticky {
  position: fixed !important;
  top: 0;
  width: calc(100vw - (100vw - 100%)) !important;
  opacity: 1;
  height: auto;
  z-index: 130;
  transition: padding-top .4s ease-in-out, opacity .4s ease-in-out, height .4s ease-in-out;
}

.section-breadcrumb.section-sticky.is-sticky {
  padding-top: 0 !important;
  opacity: 0;
  height: 0;
}

@media (max-width: 767.98px) {
  .section-breadcrumb {
    padding-top: 90px !important;
  }
}

.section-breadcrumb nav {
  width: 100%;
  display: block;
}

.section-breadcrumb .breadcrumb {
  padding: 0 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 16px;
  line-height: 1rem;
  letter-spacing: 2px;
}

.section-breadcrumb .breadcrumb .breadcrumb-item {
  white-space: nowrap;
}

.section-breadcrumb .breadcrumb .breadcrumb-item.active, .section-breadcrumb .breadcrumb .breadcrumb-item a {
  text-decoration: none;
  color: #000;
}

.section-breadcrumb .breadcrumb .breadcrumb-item {
  padding-right: .3rem;
  padding-left: 0 !important;
}

.section-breadcrumb .breadcrumb .breadcrumb-item:last-child {
  padding-right: 0;
}

.section-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding-right: .3rem;
  color: #000;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 16px;
  line-height: 1rem;
  position: relative;
  content: ">";
}

.site-footer {
  padding-top: 13.125rem;
  padding-bottom: 8.125rem;
}

@media (max-width: 991.98px) {
  .site-footer {
    padding-top: 11rem;
    padding-bottom: 9.375rem;
  }
}

@media (max-width: 767.98px) {
  .site-footer {
    padding-top: 9rem;
    padding-bottom: 6.25rem;
  }
}

@media (max-width: 767.98px) {
  .site-footer {
    padding-top: 9rem;
    padding-bottom: 8.125rem;
  }
}

@media (max-width: 575.98px) {
  .site-footer {
    padding-top: 9rem;
    padding-bottom: 6.875rem;
  }
}

@media (min-width: 576px) {
  .site-footer .logo span.mvb {
    padding-top: 0.4rem;
    display: inline-block;
  }
}

.site-footer .logo svg {
  height: 6.1875rem;
  width: auto;
}

@media (max-width: 767.98px) {
  .site-footer .logo svg {
    height: 5.3125rem;
  }
}

@media (max-width: 991.98px) {
  .site-footer .logo {
    padding-bottom: 3rem;
  }
}

@media (max-width: 767.98px) {
  .site-footer .logo {
    padding-bottom: 0.5rem;
  }
}

.site-footer p {
  margin: 0 0;
}

.site-footer * {
  font-size: 9px;
  font-size: 0.5625rem;
  line-height: 23px;
  line-height: 1.4375rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
}

.site-footer ul {
  margin-bottom: 0rem;
}

.site-footer ul li a {
  text-decoration: none;
}

.site-footer ul li a span {
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}

.site-footer ul li a:hover span,
.site-footer ul li.active a span {
  border-bottom: 1px solid #000;
}

.site-footer ul.social {
  margin-top: 1.4375rem;
}

.site-footer .list-inline-item {
  margin-right: 0;
  position: relative;
}

.site-footer .list-inline-item:after {
  content: "//";
  display: inline-block;
  position: relative;
  right: 0;
  top: 0;
  margin-left: 0.25rem;
  margin-right: 0.125rem;
}

.site-footer .list-inline-item:last-child:before {
  display: none;
}

.site-footer .footer-border {
  padding-left: 2rem;
  height: 100%;
  border: 0;
  position: relative;
  padding-bottom: 1.25rem;
  display: block;
}

@media (max-width: 991.98px) {
  .site-footer .footer-border {
    padding-left: 1.25rem;
  }
}

.site-footer .footer-border:before {
  content: "";
  display: block;
  border-left: 1px solid #000;
  height: calc(100% - 7px);
  top: 7px;
  left: 0;
  position: absolute;
}

@media (max-width: 767.98px) {
  .site-footer .footer-border:before {
    border-left: 0;
  }
}

@media (max-width: 767.98px) {
  .site-footer .footer-border {
    padding: 2rem 0 0 0;
    margin-top: 2.5rem;
    height: auto;
    border-top: 1px solid #000;
  }
  .site-footer .footer-border:before {
    content: "";
    display: none;
  }
}

.site-header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  background-color: transparent;
  z-index: 1025;
}

.navbar-brand {
  margin-top: 2.1875rem;
}

@media (max-width: 767.98px) {
  .navbar-brand {
    margin-top: 1.5625rem;
  }
}

@media (min-width: 576px) {
  .navbar-brand .logo span.mvb {
    display: inline-block;
    padding-top: 0.3rem;
  }
  .navbar-brand .logo span.mvb svg {
    height: 7.8rem;
  }
}

.navbar-brand .logo svg, .navbar-brand .logo img {
  height: 8.125rem;
  width: auto;
}

@media (max-width: 767.98px) {
  .navbar-brand .logo svg, .navbar-brand .logo img {
    height: 6.25rem;
  }
}

.navbar-brand .logo svg > path, .navbar-brand .logo img > path {
  fill: #000;
}

.navbar-brand .logo svg.default, .navbar-brand .logo svg.white, .navbar-brand .logo img.default, .navbar-brand .logo img.white {
  margin-top: 0.4375rem;
}

@media (max-width: 767.98px) {
  .navbar-brand .logo svg.default, .navbar-brand .logo svg.white, .navbar-brand .logo img.default, .navbar-brand .logo img.white {
    margin-top: 0.25rem;
  }
}

.navbar-brand .logo svg.default, .navbar-brand .logo img.default {
  display: block;
}

.navbar-brand .logo svg.white, .navbar-brand .logo img.white {
  display: none;
}

.navbar-brand.disable_logo {
  opacity: 0;
  display: none !important;
}

.section-content.section-fixed-top {
  position: fixed;
  top: 0;
  overflow: visible;
  z-index: 100000;
  height: 0;
}

.section-content.section-fixed-top > div {
  position: relative;
}

.navbar-toggler-container {
  width: 25%;
  position: absolute;
  left: 66.66667%;
  top: 2.1875rem;
  z-index: 200000;
  text-align: center;
}

@media (max-width: 767.98px) {
  .navbar-toggler-container {
    top: 1.5625rem;
  }
}

.navbar-toggler-container .navbar-toggler {
  padding: 0;
  height: 1.9375rem;
  border: 0;
  text-transform: lowercase;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 700;
  letter-spacing: 5px;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 31px;
  line-height: 1.9375rem;
  min-width: 7.75rem;
  text-align: center;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  color: #000;
  position: relative;
  padding: 0 0 0 0.3125rem;
  margin-right: 0.3125rem;
}

.navbar-toggler-container .navbar-toggler:hover {
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .navbar-toggler-container .navbar-toggler {
    font-size: 14px;
    font-size: 0.875rem;
    min-width: 6.875rem;
    line-height: 26px;
    line-height: 1.625rem;
    height: 1.625rem;
  }
}

.navbar-toggler-container .navbar-toggler.is-sticky {
  color: #000 !important;
}

.navbar-toggler-container .navbar-toggler.is-sticky span svg:first-child {
  opacity: 1;
}

.navbar-toggler-container .navbar-toggler.is-sticky span svg:last-child {
  opacity: 0;
}

.navbar-toggler-container .navbar-toggler.is-sticky span svg path {
  fill: #000 !important;
}

.navbar-toggler-container .navbar-toggler.is-open {
  color: #fff !important;
  background-color: transparent !important;
}

.navbar-toggler-container .navbar-toggler.is-open span svg:first-child {
  opacity: 0;
}

.navbar-toggler-container .navbar-toggler.is-open span svg:last-child {
  opacity: 1;
}

.navbar-toggler-container .navbar-toggler.is-open span svg path {
  fill: #fff !important;
}

.navbar-toggler-container .navbar-toggler span {
  display: inline-block;
  position: absolute;
  left: 0.9375rem;
  top: 0;
  width: 0.5rem;
  height: 1.9375rem;
}

@media (max-width: 767.98px) {
  .navbar-toggler-container .navbar-toggler span {
    height: 1.625rem;
    left: 0.9375rem;
  }
}

.navbar-toggler-container .navbar-toggler span.last {
  left: auto;
  right: 0.9375rem;
}

@media (max-width: 767.98px) {
  .navbar-toggler-container .navbar-toggler span.last {
    right: 0.9375rem;
  }
}

.navbar-toggler-container .navbar-toggler span svg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: auto;
  overflow: visible;
  transition: all 0.2s ease-in-out;
}

.navbar-toggler-container .navbar-toggler span svg path {
  fill: #000;
}

.navbar-toggler-container .navbar-toggler span svg:first-child {
  opacity: 0;
}

.navbar-toggler-container .navbar-toggler span svg:last-child {
  opacity: 1;
}

.navbar-toggler-container.is-sticky .navbar-toggler, .navbar-toggler-container.menu-collapse .navbar-toggler {
  color: #000;
  background-color: #fff;
}

.navbar-toggler-container.is-sticky .navbar-toggler span svg path, .navbar-toggler-container.menu-collapse .navbar-toggler span svg path {
  fill: #000;
}

.navbar-toggler-container.is-sticky ul, .navbar-toggler-container.menu-collapse ul {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  height: 0;
}

.navbar-toggler-container.menu-collapse .navbar-toggler span svg:first-child {
  opacity: 1;
}

.navbar-toggler-container.menu-collapse .navbar-toggler span svg:last-child {
  opacity: 0;
}

.navbar-toggler-container.menu-collapse .navbar-toggler span svg path {
  fill: #000;
}

.navbar-toggler-container.is-open ul {
  opacity: 0;
  pointer-events: none;
  height: 0;
}

.navbar-toggler-container.is-open span svg:first-child {
  opacity: 0 !important;
}

.navbar-toggler-container.is-open span svg:last-child {
  opacity: 1 !important;
}

.navbar-toggler-container ul {
  transition: all .5s ease-in-out;
  padding-top: 1.4375rem;
}

.navbar-toggler-container ul li a {
  color: #000;
  text-transform: uppercase;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 5px;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  line-height: 14px;
  line-height: 0.875rem;
}

@media (max-width: 1499.98px) {
  .navbar-toggler-container ul li a {
    letter-spacing: 4px;
  }
}

@media (max-width: 767.98px) {
  .navbar-toggler-container ul li a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 14px;
    line-height: 0.875rem;
  }
}

.navbar-toggler-container ul li a span {
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid transparent;
}

.navbar-toggler-container ul li > a:hover span,
.navbar-toggler-container ul li.active a span {
  border-bottom: 1px solid #000;
}

@media (max-width: 991.98px) {
  .navbar-toggler-container span svg:first-child {
    opacity: 1 !important;
  }
  .navbar-toggler-container span svg:last-child {
    opacity: 0 !important;
  }
  .navbar-toggler-container ul {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    pointer-events: none;
    height: 0;
  }
}

.site-header.text-color-white .navbar-toggler-container ul li a,
.site-header.text-color-white .navbar-toggler-container .navbar-toggler,
.site-header.text-color-white .sidebar {
  color: #fff;
}

.site-header.text-color-white .navbar-toggler-container ul li:hover a span,
.site-header.text-color-white .navbar-toggler-container ul li.active a span {
  border-bottom: 1px solid #fff;
}

.site-header.text-color-white .navbar-brand .logo svg > path,
.site-header.text-color-white .navbar-toggler-container .navbar-toggler span svg path {
  fill: #fff;
}

body .site-header > a.navbar-toggler {
  display: none;
}

body.is-menu-open .site-header > a.navbar-toggler {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.menu-container {
  position: fixed;
  top: 0;
  right: 0;
  width: calc( 100vw - 25rem);
  height: calc( 100vh - 10rem);
  display: block;
  opacity: 1;
  z-index: 20000;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all .7s ease-in-out;
  -webkit-transform: translate3d(100vw, -100vh, 0);
          transform: translate3d(100vw, -100vh, 0);
}

.menu-container .menu-container--inner {
  padding: 0 5rem;
  transition: opacity 0.5s linear 0.5s;
  transition-delay: 0.5s;
  opacity: 0;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow-y: auto;
  -ms-overflow-style: none;
  /* IE 10+ */
  overflow: -moz-scrollbars-none;
  scrollbar-width: none;
  /* Firefox */
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 991.98px) {
  .menu-container .menu-container--inner {
    padding: 0 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .menu-container .menu-container--inner {
    padding: 0 1.5625rem;
  }
}

.menu-container .menu-container--inner::-webkit-scrollbar {
  display: none;
}

.menu-container.is-open .menu-container--inner {
  opacity: 1;
}

@media (max-width: 1499.98px) {
  .menu-container {
    width: calc( 100vw - 15rem);
    height: calc( 100vh - 5rem);
  }
}

@media (max-width: 575.98px) {
  .menu-container {
    width: calc( 100vw - 3rem);
    height: calc( 100vh - 3rem);
  }
}

.menu-container.is-open {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  pointer-events: all;
}

.menu-container * {
  color: #FFF;
}

.menu-container .nav-link {
  padding: 0 0;
}

.menu-container ul {
  padding: 2.8125rem 0;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767.98px) {
  .menu-container ul {
    padding: 1.5rem 0;
  }
}

.menu-container ul ul {
  padding: 0 0;
}

.menu-container ul li.nav-item {
  position: static !important;
}

.menu-container ul li.nav-item a {
  text-transform: uppercase;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 500;
  letter-spacing: 5px;
  display: inline-block;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 48px;
  line-height: 3rem;
}

@media (max-width: 1499.98px) {
  .menu-container ul li.nav-item a {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 39px;
    line-height: 2.4375rem;
    letter-spacing: 4px;
  }
}

@media (max-width: 991.98px) {
  .menu-container ul li.nav-item a {
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 38px;
    line-height: 2.375rem;
  }
}

@media (max-width: 575.98px) {
  .menu-container ul li.nav-item a {
    font-family: 'Spartan';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 33px;
    line-height: 2.0625rem;
  }
}

.menu-container ul li.nav-item a span {
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid transparent;
}

.menu-container ul li.nav-item ul li a {
  text-transform: unset;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 4px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 38px;
  line-height: 2.375rem;
}

@media (max-width: 1499.98px) {
  .menu-container ul li.nav-item ul li a {
    font-size: 16px;
    font-size: 1rem;
    line-height: 32px;
    line-height: 2rem;
  }
}

@media (max-width: 991.98px) {
  .menu-container ul li.nav-item ul li a {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 28px;
    line-height: 1.75rem;
    letter-spacing: 3px;
  }
}

.menu-container ul li.nav-item ul li a span {
  transition: all 0.2s ease-in-out;
  border-bottom: 1px solid transparent;
}

.menu-container ul li.nav-item ul li.nav-item-alt-2 {
  margin-bottom: 0.9375rem;
}

.menu-container ul li.nav-item ul li.nav-item-alt-2:first-child {
  margin-top: 0.25rem;
}

.menu-container ul li.nav-item ul li.nav-item-alt-2 a {
  line-height: 30px;
  line-height: 1.875rem;
}

@media (max-width: 1499.98px) {
  .menu-container ul li.nav-item ul li.nav-item-alt-2 a {
    line-height: 30px;
    line-height: 1.875rem;
  }
}

@media (max-width: 991.98px) {
  .menu-container ul li.nav-item ul li.nav-item-alt-2 a {
    line-height: 28px;
    line-height: 1.75rem;
  }
}

.menu-container ul li.nav-item .dropdown.collapsing {
  transition: height 1.0s;
}

.menu-container ul li.nav-item .dropdown li:last-child {
  margin-bottom: 1.625rem;
}

.menu-container ul li.nav-item > a:hover > span,
.menu-container ul li.nav-item.active > a > span {
  border-bottom: 1px solid #fff !important;
}

.menu-container ul li.meta a, .menu-container ul li.meta.divider {
  text-transform: uppercase;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 700;
  letter-spacing: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 35px;
  line-height: 2.1875rem;
}

@media (max-width: 767.98px) {
  .menu-container ul li.meta a, .menu-container ul li.meta.divider {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 27px;
    line-height: 1.6875rem;
  }
}

.menu-container ul li.meta.divider {
  margin-top: 2.5rem;
  margin-bottom: 0.625rem;
}

.menu-container .dropdown-menu {
  position: relative;
}

.menu-container .menu-logo {
  position: fixed;
  bottom: 3.4375rem;
  left: -25rem;
  right: 0;
  z-index: -100;
}

@media (max-width: 1499.98px) {
  .menu-container .menu-logo {
    left: -15rem;
  }
}

@media (max-width: 575.98px) {
  .menu-container .menu-logo {
    left: auto;
    bottom: 1.875rem;
  }
}

.menu-container .menu-logo > div {
  overflow: visible;
}

.menu-container .menu-logo .section-content--inner {
  position: relative;
}

.menu-container .menu-logo .logo {
  width: 25%;
  position: absolute;
  left: 66.66667%;
  bottom: 0;
  text-align: center;
}

.menu-container .menu-logo .logo svg {
  height: 5.9375rem;
  width: auto;
}

.menu-container .menu-logo .logo svg > path {
  fill: #FFF;
}

@media (max-width: 767.98px) {
  .menu-container .menu-logo .logo svg {
    height: 2.8125rem;
  }
}

@media (max-width: 767.98px) {
  .menu-container .menu-logo .logo {
    position: relative;
    left: auto;
    bottom: auto;
    text-align: left;
    padding-top: 2.25rem;
    padding-bottom: 3.4375rem;
  }
}

@media (max-width: 767.98px) {
  .menu-container .menu-logo {
    position: relative;
    left: auto;
    bottom: auto;
  }
  .menu-container .menu-logo .section-content--inner {
    padding: 0 0 !important;
  }
}

.sidebar {
  position: absolute;
  top: 35rem;
  width: 80px;
  right: 0;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 25px;
  line-height: 1.5625rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  z-index: 100;
  display: inline-block;
  color: #000;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .sidebar {
    width: 40px;
  }
}

.sidebar span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
          transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  display: inline-block;
  height: 1.4375rem;
  width: auto;
}

.sidebar.disable_sidebar {
  opacity: 0;
  display: none;
}

@media (max-width: 1499.98px) {
  .sidebar {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 18.75rem;
  }
}

@media (max-width: 575.98px) {
  .sidebar {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.sidebar-x {
  position: absolute;
  top: 35rem;
  right: 4.375rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: right top 0;
          transform-origin: right top 0;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 25px;
  line-height: 1.5625rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  z-index: 100;
  display: inline-block;
  color: #000;
  white-space: nowrap;
}

@media (max-width: 1499.98px) {
  .sidebar-x {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 25px;
    line-height: 1.5625rem;
  }
}

@media (max-width: 767.98px) {
  .sidebar-x {
    top: 18.75rem;
    right: 1.875rem;
  }
}

@media (max-width: 575.98px) {
  .sidebar-x {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.sidebar-x.disable_sidebar {
  opacity: 0;
  display: none;
}

.sticky-button {
  position: fixed;
  right: 3.4375rem;
  bottom: 2.1875rem;
  z-index: 200;
}

@media (max-width: 991.98px) {
  .sticky-button {
    right: 3.4375rem;
    bottom: 2.1875rem;
  }
}

@media (max-width: 767.98px) {
  .sticky-button {
    right: 1.0625rem;
    bottom: 1.0625rem;
  }
}

@media (max-width: 575.98px) {
  .sticky-button {
    right: 1.0625rem;
    bottom: 1.0625rem;
  }
}

.sticky-button .module--btn .module-button {
  width: 5rem;
  height: 5rem;
}

.sticky-button .module--btn .module-button {
  -webkit-transform: none !important;
          transform: none !important;
}

@media (max-width: 575.98px) {
  .sticky-button .module--btn .module-button {
    -webkit-transform: scale(0.97) !important;
            transform: scale(0.97) !important;
    -webkit-transform-origin: right bottom;
            transform-origin: right bottom;
  }
}

.section-sticky {
  position: fixed !important;
  top: 0;
  width: calc(100vw - (100vw - 100%));
  z-index: 120;
  padding-top: 5.0625rem;
  transition: padding-top .4s ease-in-out;
}

@media (max-width: 767.98px) {
  .section-sticky {
    padding-top: 8.125rem;
  }
}

@media (max-width: 575.98px) {
  .section-sticky {
    padding-top: 8.75rem;
  }
}

.section-sticky > .section-content .container-fullwidth .row div .module {
  transition: all 0.2s ease-in-out;
  opacity: 1;
}

.section-sticky > .section-content .container-fullwidth .row div .module.module--text p span.font-size-10.font-spartan-extrabold.letter-spacing-300.line-height-15 {
  padding-left: 1px !important;
}

.section-sticky > .section-content .container-fullwidth .row div .module:last-child {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .section-sticky > .section-content .container-fullwidth .row div .module:last-child.module--text p span.font-size-29.font-vollkorn-medium.letter-spacing-50.line-height-35 {
    font-size: 28px;
    font-size: 1.75rem;
    font-family: 'Vollkorn';
    font-style: normal;
    font-weight: 500;
  }
}

.section-sticky .sectionmenu {
  padding-top: 1.875rem;
}

.section-sticky.is-sticky {
  padding-top: 0.75rem;
}

.section-sticky.is-sticky .sectionmenu {
  padding-top: 1.25rem;
}

@media (max-width: 767.98px) {
  .section-sticky.is-sticky {
    padding-top: 0rem;
  }
}

.section-sticky.is-sticky > .section-content .container-fullwidth .row div .module {
  opacity: 0;
}

.section-sticky.is-sticky > .section-content .container-fullwidth .row div .module:last-child {
  opacity: 1;
}

.section-sticky.is-sticky > .section-content .container-fullwidth .row div .module:last-child.module--text p span.font-size-29.font-vollkorn-medium.letter-spacing-50.line-height-35 {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 600;
  transition: all 0.2s ease-in-out;
}

@media (max-width: 767.98px) {
  .section-sticky.is-sticky > .section-content .container-fullwidth .row div .module:last-child.module--text p span.font-size-29.font-vollkorn-medium.letter-spacing-50.line-height-35 {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: 'Vollkorn';
    font-style: normal;
    font-weight: 700;
  }
}

.section-sticky.is-sticky .sectionmenu {
  padding-top: 1.25rem;
}

.section-sticky:empty {
  padding: 0 0 !important;
  background-color: #000;
}

@media (max-width: 575.98px) {
  .section-breadcrumb.section-sticky.d-none.d-sm-block + .section-sticky {
    padding-top: 3.125rem;
  }
  .section-breadcrumb.section-sticky.d-none.d-sm-block + .section-sticky.is-sticky {
    padding-top: 0;
  }
}

/*
.accordion-test-----test {
    hr {
        display: none;
    }

    .module--accodion > .section-content--inner  {

        position: sticky;
        top: 0;
        background: red;
        z-index: 20;
        
        hr {
            display: none;
        }
    }
}

.accordion-test-----js {

    .item {
        display: block;
        position: relative;
        clear: both;
        width: 100%;
        margin: 10px 0;
    }

    .module--accodion > .section-content--inner  {

        & + hr {
           margin: 0 0;
           border-top:1px solid transparent;  
        }

        background-color: #FF0;

        &.sticky {
            background-color: aqua;
        }
        &.is-sticky {
            background-color: #EEE;
            z-index: 1000;

            &:before {
                display: block;
                content: "";
                height: 126px;
                background-color: bisque;
                left: 0;
                top: 0;
                width: 100%;
                position: fixed;

            }
        }
    }
    > .module--accodion > .section-content--inner  {
       // background-color: #F00;
    }
    .collapse-content {
        background-color: #FF0;
    }
}
*/
.module--accodion {
  position: relative;
  /*
    &:before, &:after {
        position: absolute;
        top: 0;
        width: 100%;
        margin-left: auto;
        margin-right: auto; 
        max-width: $container-inner-maxwidth - 160px;
        left: 50%;
        transform: translateX(-50%);
        border-top: 1px solid $primary;
        height: 0;
        content: "";
        display: block;
    }
    &:after {
        top:auto;
        bottom: 0;
    }    
    */
  padding: 0 0;
}

.module--accodion > .section-content--inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1600px;
}

.module--accodion > .section-content--inner h2 {
  margin: 0 0;
}

.module--accodion > .section-content--inner h2 a {
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  line-height: 2.25rem;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 0.625rem 0 0.4375rem 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

@media (max-width: 767.98px) {
  .module--accodion > .section-content--inner h2 a {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 1rem 0 0.8125rem 0;
  }
}

.module--accodion > .section-content--inner h2 a.text-color-white {
  border-color: #fff;
}

.module--accodion > .section-content--inner h2 a span:first-child,
.module--accodion > .section-content--inner h2 a span:last-child {
  display: inline-block;
  width: 0.5625rem;
  height: 0.625rem;
  position: relative;
  margin: 0 0.125rem;
}

.module--accodion > .section-content--inner h2 a span:first-child svg,
.module--accodion > .section-content--inner h2 a span:last-child svg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: auto;
  margin-top: -0.125rem;
}

.module--accodion > .section-content--inner h2 a span:first-child svg:first-child,
.module--accodion > .section-content--inner h2 a span:last-child svg:first-child {
  opacity: 0;
}

.module--accodion > .section-content--inner h2 a span:first-child svg:last-child,
.module--accodion > .section-content--inner h2 a span:last-child svg:last-child {
  opacity: 1;
}

.module--accodion > .section-content--inner h2 a span:first-child {
  margin-right: 0.3125rem;
}

.module--accodion > .section-content--inner h2 a.collapsed span:first-child svg:first-child,
.module--accodion > .section-content--inner h2 a.collapsed span:last-child svg:first-child {
  opacity: 1;
}

.module--accodion > .section-content--inner h2 a.collapsed span:first-child svg:last-child,
.module--accodion > .section-content--inner h2 a.collapsed span:last-child svg:last-child {
  opacity: 0;
}

.module--accodion .collapse-content.collapsing {
  transition: height 1.0s ease-in-out !important;
}

.collapse-content > .section-content > .section-content--inner {
  max-width: 100%;
}

.collapse-content > .section-content > .section-content--inner .section-content--inner {
  max-width: 1600px;
}

.collapse-content .section-content:not([class*='pb-']) {
  padding-bottom: 130px;
}

@media (max-width: 991.98px) {
  .collapse-content .section-content:not([class*='pb-']) {
    padding-bottom: 91px;
  }
}

@media (max-width: 767.98px) {
  .collapse-content .section-content:not([class*='pb-']) {
    padding-bottom: 65px;
  }
}

.collapse-content .section-content .section-content:not([class*='pt-']) {
  padding-top: 90px;
}

@media (max-width: 991.98px) {
  .collapse-content .section-content .section-content:not([class*='pt-']) {
    padding-top: 60px;
  }
}

@media (max-width: 767.98px) {
  .collapse-content .section-content .section-content:not([class*='pt-']) {
    padding-top: 45px;
  }
}

.collapse-content .section-content .section-content:not([class*='pb-']) {
  padding-bottom: 0px;
}

.module--accodion + .module--accodion {
  margin-top: -1px;
}

@media (max-width: 575.98px) {
  .module--accodion .collapse-content .section-content--inner .container-fullwidth .row > div > .section-content:not([class*='pt-']) {
    padding-top: 25px;
  }
}

@media (max-width: 575.98px) {
  .module--accodion .collapse-content .section-content--inner .container-fullwidth .row > div > .section-content:first-of-type:not([class*='pt-']) {
    padding-top: 10px;
  }
}

.module--accodion.data-sticky-container + .module--accodion.data-sticky-container {
  margin-top: -2px;
}

.module--btn .module-button {
  background-color: #000;
  display: inline-block;
  position: relative;
  width: 6.5625rem;
  height: 6.5625rem;
}

.module--btn .module-button .width-default {
  width: 6.5625rem;
  height: 6.5625rem;
}

.module--btn .module-button.is24circle {
  width: 4.6875rem;
  height: 4.6875rem;
}

@media (max-width: 575.98px) {
  .module--btn .module-button {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

.module--btn .module-button.btn-link:hover {
  opacity: 1;
}

@media (hover: hover) {
  .module--btn .module-button.btn-link:hover:hover, .module--btn .module-button.btn-link:hover:active {
    opacity: 0.5;
    transition: all 0.4s ease-in-out;
  }
}

.module--btn .module-button a.btn {
  opacity: 1 !important;
  display: inline-block;
  border: 0;
  padding: 0;
  box-shadow: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 100%;
  position: relative;
}

.module--btn .module-button a.btn span,
.module--btn .module-button span {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-top: 0.125rem;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
}

.module--btn .module-button a.btn span.large,
.module--btn .module-button span.large {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 2px;
}

.module--btn .module-button a.btn span.font-spartan-semibold,
.module--btn .module-button span.font-spartan-semibold {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.module--btn .module-button a.btn span.font-spartan-semibold.font-letter-spacing-100,
.module--btn .module-button span.font-spartan-semibold.font-letter-spacing-100 {
  letter-spacing: 2px;
}

.module--btn .module-button a.btn span.font-spartan-semibold:not(.large),
.module--btn .module-button span.font-spartan-semibold:not(.large) {
  font-size: 12px;
  font-size: 0.75rem;
}

.module--btn .module-button button {
  width: 100%;
  height: 100%;
  border: 0;
}

.module--btn .module-button button:focus {
  outline: 0;
  box-shadow: none;
}

.module--btn.text-color-black > div > div > a span,
.module--btn.text-color-black > div > div > span {
  color: #000;
}

@media (max-width: 575.98px) {
  .module.text-right .module--btn .module-button {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

.module-button a.btn {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 800;
  letter-spacing: 3px;
  border: 0;
  padding: 0;
  box-shadow: none;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  text-align: left;
  /*
        span + span { 
            margin-left: 10px;
            @include media-breakpoint-down(xs) {
                margin-left: 0;
            }
        }
        span:first-child {
            margin-right: 10px;
            @include media-breakpoint-down(xs) {
                margin-right: 10px;
            }
        }
        */
}

.module-button a.btn span {
  display: inline;
}

.module-button a.btn span svg {
  width: 4.5625rem;
}

.module-button a.btn span {
  margin-right: 10px;
}

.module-button a.btn span:last-child {
  margin-right: 0;
}

.module-button a.btn.btn-related-objects {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 800;
  letter-spacing: 3px;
}

.module-button a.btn.btn-back-to-overview, .module-button a.btn.additionalFooterBackToOverview {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 700;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.module-button a.btn.additional-footer-prev-link {
  text-align: left !important;
}

@media (max-width: 767.98px) {
  .module-button a.btn.additional-footer-prev-link span:first-child {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .module-button a.btn.additional-footer-prev-link span {
    margin: 0px;
  }
}

.module-button a.btn.additional-footer-next-link {
  text-align: right !important;
}

.module-button a.btn.additional-footer-next-link span:first-child {
  display: none;
}

@media (max-width: 767.98px) {
  .module-button a.btn.additional-footer-next-link span:first-child {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .module-button a.btn.additional-footer-next-link span:last-child {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .module-button a.btn.additional-footer-next-link span {
    margin: 0px;
  }
  .module-button a.btn.additional-footer-next-link span:not(.arrow) {
    display: inline-block;
    margin: -2px;
  }
}

@media (min-width: 768px) {
  .module-button a.btn.additional-footer-prev-link span.d-md-block, .module-button a.btn.additional-footer-next-link span.d-md-block {
    display: inline-block !important;
  }
}

.module-collapse > a.collapse-link {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  position: relative;
  width: 100%;
}

.module-collapse > a.collapse-link > span {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  left: 0;
  top: 0;
  transition: all 0.2s ease-in-out;
}

.module-collapse > a.collapse-link > span > svg {
  text-align: center;
  width: 100%;
  line-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.module-collapse > a.collapse-link .show-section {
  opacity: 0;
}

.module-collapse > a.collapse-link .hide-section {
  opacity: 1;
}

.module-collapse > a.collapse-link.collapsed span > svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.module-collapse > a.collapse-link.collapsed .show-section {
  opacity: 1;
}

.module-collapse > a.collapse-link.collapsed .hide-section {
  opacity: 0;
}

.module-collapse .collapse-content:before {
  width: 100%;
  content: "";
  display: block;
  height: 2.1875rem;
}

.module-collapse .collapsing {
  transition: height 0.6s ease;
}

.text-center .module-collapse > a.collapse-link > span {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.text-right .module-collapse > a.collapse-link > span {
  left: auto;
  right: 0;
}

.module--text .module-caption table {
  position: relative;
  width: 100%;
  border: 0;
}

.module--text .module-caption table th, .module--text .module-caption table td {
  vertical-align: bottom;
  text-align: right;
  padding: 0 0;
}

.module--text .module-caption table th:first-child, .module--text .module-caption table td:first-child {
  text-align: left;
}

.module--text .module-caption table th:last-child, .module--text .module-caption table td:last-child {
  white-space: nowrap;
}

.uc-embedding-container {
  z-index: 100;
}

#usercentrics-button.usercentrics-button.layout-1 .uc-banner-content > div {
  width: 100% !important;
}

@media (max-width: 1499.98px) {
  #usercentrics-button.usercentrics-button.layout-1 .uc-banner-content > div {
    padding: 20px 20px 25px 20px !important;
  }
}

@media (max-width: 767.98px) {
  #usercentrics-button.usercentrics-button.layout-1 .uc-banner-content > div {
    padding: 20px 20px 20px 20px !important;
  }
}

#usercentrics-button #uc-banner-modal .uc-banner-content {
  background-color: rgba(255, 255, 255, 0.9) !important;
  box-shadow: none !important;
}

.usercentrics-button *,
#usercentrics-button * {
  font-family: 'Spartan' !important;
}

#usercentrics-button #uc-banner-modal .uc-optin-description {
  color: #000 !important;
  font-size: 11px !important;
  line-height: 21px !important;
  font-family: 'Spartan' !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: 0.6px !important;
  text-align: center !important;
}

.usercentrics-button.layout-1 .uc-banner-content .btn-list .uc-btn.uc-btn-primary {
  background-color: transparent !important;
  border: 1px solid #000;
  color: #000 !important;
  font-size: 11px !important;
  font-family: 'Spartan' !important;
  font-style: normal !important;
  font-weight: 800 !important;
  letter-spacing: 7px !important;
  text-align: center !important;
  box-shadow: none !important;
  padding-top: 8px !important;
  padding-bottom: 4px !important;
}

#usercentrics-button.layout-1 #uc-banner-modal .btn-list.show-deny-btn.show-more-btn #uc-btn-deny-banner,
#usercentrics-button.layout-1 #uc-banner-modal .btn-list.show-deny-btn.show-more-btn #uc-btn-more-info-banner {
  background-color: transparent !important;
  border: 1px solid transparent !important;
  color: #000 !important;
  font-size: 11px !important;
  font-family: 'Spartan' !important;
  font-style: normal !important;
  font-weight: 800 !important;
  letter-spacing: 7px !important;
  text-align: center !important;
  text-transform: none !important;
  box-shadow: none !important;
  padding-top: 8px !important;
  padding-bottom: 4px !important;
}

#uc-btn-open-main-corner-modal {
  display: none !important;
}

#usercentrics-button .uc-powered-by-footer {
  display: none !important;
}

#usercentrics-button #uc-consents-info-modal .uc-consents-info-modal-wrapper .uc-modal-header {
  background-color: #000 !important;
}

#usercentrics-button #uc-consents-info-modal .uc-consents-info-modal-wrapper .uc-modal-header .uc-info-modal-search-bar input {
  background-color: #000 !important;
  border: 1px solid #fff !important;
}

#usercentrics-button #uc-consents-info-modal .uc-consents-info-modal-wrapper * {
  color: #000 !important;
  font-size: 11px !important;
  font-family: 'Spartan' !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

#usercentrics-button #uc-consents-info-modal .uc-consents-info-modal-wrapper * h3.uc-info-modal-category-title {
  font-size: 16px !important;
  font-family: 'Spartan' !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

#usercentrics-button #uc-consents-info-modal .uc-consents-info-modal-wrapper * .uc-info-modal-sidebar ul.uc-menu-consent-cat > li > .section-link {
  font-size: 16px !important;
  font-family: 'Spartan' !important;
  font-style: normal !important;
  font-weight: 700 !important;
}

#usercentrics-button #uc-consents-info-modal .uc-consents-info-modal-wrapper .uc-modal-footer .uc-save-settings-and-close-button {
  background-color: #000 !important;
  color: #FFF !important;
  font-size: 16px !important;
}

#usercentrics-button #uc-consents-info-modal .uc-consents-info-modal-wrapper .uc-info-modal-sidebar .uc-info-modal-sidebar-nav {
  background-color: #FFF !important;
}

#usercentrics-button #uc-consents-info-modal .uc-consents-info-modal-wrapper .uc-info-modal-sidebar .uc-powered-by {
  background-color: #FFF !important;
  box-shadow: none !important;
}

.uc-embedding-wrapper {
  z-index: 110;
  position: absolute;
  width: 100%;
  height: 100%;
}

.uc-embedding-wrapper .uc-embedding-inner {
  background: transparent;
  box-shadow: none;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.7px;
  color: #fff;
  padding: 0 0;
  text-align: center;
  position: absolute;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  max-width: 28.125rem;
  padding-top: 20rem;
}

@media (max-width: 1499.98px) {
  .uc-embedding-wrapper .uc-embedding-inner {
    padding-top: 13.75rem;
  }
}

@media (max-width: 991.98px) {
  .uc-embedding-wrapper .uc-embedding-inner {
    width: 90%;
  }
}

@media (max-width: 767.98px) {
  .uc-embedding-wrapper .uc-embedding-inner {
    width: 100%;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media (max-width: 575.98px) {
  .uc-embedding-wrapper .uc-embedding-inner {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 15px;
    line-height: 0.9375rem;
  }
}

.uc-embedding-wrapper .uc-embedding-inner p {
  margin: 0 0;
}

.uc-embedding-wrapper .uc-embedding-inner .uc-embedding-buttons .uc-embedding-more-info {
  background: transparent;
  text-decoration: underline;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.7px;
  color: #fff;
  height: auto;
  margin: 0 0;
  border: 0;
}

@media (max-width: 575.98px) {
  .uc-embedding-wrapper .uc-embedding-inner .uc-embedding-buttons .uc-embedding-more-info {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 15px;
    line-height: 0.9375rem;
  }
}

.uc-embedding-wrapper .uc-embedding-inner .uc-embedding-buttons .uc-embedding-accept {
  background-color: #000;
  border-radius: 50%;
  width: 6.5625rem;
  height: 6.5625rem;
  text-decoration: none;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.7px;
  color: #fff;
  margin: 0 0;
  padding: 0.625rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  border: 0;
  transition: all 0.4s ease-in-out;
}

@media (max-width: 575.98px) {
  .uc-embedding-wrapper .uc-embedding-inner .uc-embedding-buttons .uc-embedding-accept {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 15px;
    line-height: 0.9375rem;
  }
}

.uc-embedding-wrapper .uc-embedding-inner .uc-embedding-buttons .uc-embedding-accept:hover {
  background-color: #fff;
  color: #000;
}

.uc-embedding-wrapper .uc-embedding-inner .uc-embedding-buttons .uc-embedding-accept.play-button {
  left: 50%;
  top: 50%;
  width: 9.375rem;
  height: 9.375rem;
  padding: 0 0;
}

@media (max-width: 991.98px) {
  .uc-embedding-wrapper.uc-embedding-vimeo .uc-embedding-inner {
    padding-top: 13.75rem;
    width: 100%;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

@media (max-width: 767.98px) {
  .uc-embedding-wrapper.uc-embedding-vimeo .uc-embedding-inner {
    padding-top: 12.5rem;
    width: 100%;
    padding-left: 0rem;
    padding-right: 0rem;
  }
}

@media (max-width: 575.98px) {
  .uc-embedding-wrapper.uc-embedding-vimeo .uc-embedding-inner {
    padding-top: 4.6875rem;
  }
  .uc-embedding-wrapper.uc-embedding-vimeo .uc-embedding-inner .uc-embedding-buttons .uc-embedding-accept {
    width: 3.4375rem;
    height: 3.4375rem;
    padding: 0rem;
    top: 0.625rem;
    -webkit-transform: translateX(-50%) translateY(0);
            transform: translateX(-50%) translateY(0);
  }
}

.uc-embedding-wrapper .uc-embedding-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.uc-embedding-wrapper .uc-embedding-overlay img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#CybotCookiebotDialog {
  border-radius: 0 !important;
  padding: 20px 20px !important;
  font-size: 11px !important;
  box-shadow: none !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogHeader {
  display: none !important;
}

#CybotCookiebotDialog .CybotCookiebotScrollContainer {
  border-bottom: 0;
}

#CybotCookiebotDialog .CybotCookiebotFaderRight {
  display: none !important;
}

#CybotCookiebotDialog.CybotEdge {
  background-color: rgba(255, 255, 255, 0.9) !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogTabContent {
  margin: 0 0 !important;
}

#CybotCookiebotDialog.CybotEdge .CybotCookiebotDialogContentWrapper {
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogBodyContent {
  text-align: center;
}

#CybotCookiebotDialog h2#CybotCookiebotDialogBodyContentTitle,
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentTitle,
#CybotCookiebotDialog #CybotCookiebotDialogBodyContentText {
  font-family: 'Spartan' !important;
  color: #000 !important;
  font-size: 11px !important;
  line-height: 21px !important;
  font-family: 'Spartan' !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: 0.6px !important;
  margin-bottom: 0 !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails {
  margin: 0 auto !important;
  width: 40% !important;
  text-align: center !important;
  display: block !important;
  height: auto !important;
}

@media (max-width: 1499.98px) {
  #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails {
    width: 100% !important;
    max-width: 100% !important;
  }
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
  width: 100%;
  display: block !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a:after {
  display: none !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter {
  width: 100% !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyButtons {
  width: 40% !important;
  max-width: 40% !important;
  margin: 0 auto  !important;
}

@media (max-width: 1499.98px) {
  #CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyButtons {
    width: 100% !important;
    max-width: 100% !important;
  }
}

#CybotCookiebotDialog #CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton,
#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
  width: 100% !important;
  border-radius: 0;
  color: #000;
  background-color: transparent !important;
  border: 1px solid transparent !important;
  color: #000 !important;
  font-size: 11px !important;
  font-family: 'Spartan' !important;
  font-style: normal !important;
  font-weight: 800 !important;
  letter-spacing: 7px !important;
  text-align: center !important;
  text-transform: none !important;
  box-shadow: none !important;
  padding-top: 8px !important;
  padding-bottom: 4px !important;
  margin-bottom: 20px !important;
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogBodyEdgeMoreDetails a {
  margin-bottom: 0px !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonAccept,
#CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonAccept,
#CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  border: 1px solid #000 !important;
  text-transform: uppercase !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
}

@media (max-width: 600px) {
  #CybotCookiebotDialog #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
}

#CybotCookiebotDialog.CybotEdge #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
  -ms-flex: auto !important;
      flex: auto !important;
  -ms-flex-direction: column !important;
      flex-direction: column !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogFooter {
  padding: 20px 0 0 0 !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogNav,
#CybotCookiebotDialog .CybotCookiebotScrollContainer {
  border-bottom: 0 !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink.CybotCookiebotDialogActive {
  border: 0;
}

#CybotCookiebotDialog #CybotCookiebotDialogNav .CybotCookiebotDialogNavItemLink,
#CybotCookiebotDialog #CybotCookiebotDialogNav h1 {
  font-size: 11px !important;
  font-family: 'Spartan' !important;
  font-style: normal !important;
  font-weight: 800 !important;
  text-align: center !important;
  text-transform: none !important;
  box-shadow: none !important;
}

#CybotCookiebotDialog .CybotCookiebotFaderLeft {
  display: none !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogDetailBody,
#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentTextAbout,
#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieTypeIntro,
#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyEmptyCategoryMessage,
#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfo,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieInfo *,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieProviderDescription {
  color: #000 !important;
  font-size: 11px !important;
  font-family: 'Spartan' !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogDetailFooter a,
#CybotCookiebotDialog #CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink {
  text-decoration: underline !important;
}

#CybotCookiebotDialog #CybotCookiebotDialog .CybotExternalLinkArrow img,
#CybotCookiebotDialog .CybotCookiebotDialogDetailBodyContentCookieLink img {
  display: none !important;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton,
#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab, #CybotCookiebotDialog label,
#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieProvider {
  color: #000 !important;
  font-size: 11px !important;
  line-height: 21px !important;
  font-family: 'Spartan' !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: 0.6px !important;
  margin-bottom: 0 !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogTabContent .CybotCookiebotDialogDetailBulkConsentCount {
  background: transparent !important;
  color: #000 !important;
  font-size: 11px !important;
  line-height: 21px !important;
  font-family: 'Spartan' !important;
  font-style: normal !important;
  font-weight: 600 !important;
}

#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfo,
#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieGroup,
#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyEmptyCategoryMessage {
  border-radius: 0 !important;
  border-color: #000 !important;
  background: transparent !important;
}

#CybotCookiebotDialog .CookieCard,
#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfoWrapper::before,
#CybotCookiebotDialog #CybotCookiebotDialogDetailBodyContentCookieContainerTypes .CybotCookiebotDialogDetailBodyContentCookieInfoFooter {
  border-color: #000 !important;
}

#CybotCookiebotDialog .CybotCookiebotFader:not(.CybotCookiebotFaderLeft):not(.CybotCookiebotFaderRight) {
  background-image: none !important;
}

#CybotCookiebotDialog.CybotEdge.CybotCookiebotDialogActive #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
  -ms-flex-pack: end !important;
      justify-content: flex-end !important;
  -ms-flex: auto !important;
      flex: auto !important;
  -ms-flex-direction: column-reverse !important;
      flex-direction: column-reverse !important;
}

@media (min-width: 1280px) {
  #CybotCookiebotDialog.CybotEdge.CybotCookiebotDialogActive #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
}

@media (max-width: 600px) {
  #CybotCookiebotDialog.CybotEdge.CybotCookiebotDialogActive #CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
    -ms-flex-direction: column !important;
        flex-direction: column !important;
  }
}

#CybotCookiebotDialog--alt {
  border: 0px solid #FFF !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  -webkit-transform: none !important;
          transform: none !important;
}

#CybotCookiebotDialog--alt div {
  color: #000 !important;
  font-size: 11px !important;
  line-height: 21px !important;
  font-family: 'Spartan' !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: 0.6px !important;
}

#CybotCookiebotDialog--alt #CybotCookiebotDialogPoweredbyLink {
  display: none;
}

#CybotCookiebotDialog--alt #CybotCookiebotDialogBody {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 100%;
}

#CybotCookiebotDialog--alt #CybotCookiebotDialogBodyContent {
  padding: 0 0;
}

#CybotCookiebotDialog--alt #CybotCookiebotDialogBodyContent #CybotCookiebotDialogBodyContentTitle {
  text-align: center;
  font-size: 11px !important;
  line-height: 21px !important;
  font-family: 'Spartan' !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: 0.6px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#CybotCookiebotDialog--alt #CybotCookiebotDialogBodyContent #CybotCookiebotDialogBodyContentText {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

#CybotCookiebotDialog--alt #CybotCookiebotDialogBodyButtons {
  padding: 0 0;
  text-align: center;
  margin: 20px 0px 18px 0px !important;
}

#CybotCookiebotDialog--alt #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDecline,
#CybotCookiebotDialog--alt #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDetails {
  color: #000 !important;
  font-size: 11px !important;
  font-family: 'Spartan' !important;
  font-style: normal !important;
  font-weight: 800 !important;
  letter-spacing: 7px !important;
  text-align: center !important;
  text-transform: none !important;
  box-shadow: none !important;
  background-color: transparent;
  border: 1px solid transparent;
  min-width: auto;
  width: auto !important;
  padding: 5px 0px 3px 0px !important;
  margin-left: 0;
  margin-right: 0;
  background-image: none !important;
  text-decoration: none !important;
  width: 29% !important;
}

@media (max-width: 991.98px) {
  #CybotCookiebotDialog--alt #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDecline,
  #CybotCookiebotDialog--alt #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDetails {
    width: 100% !important;
    float: none !important;
  }
}

#CybotCookiebotDialog--alt #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDecline {
  float: none !important;
}

#CybotCookiebotDialog--alt #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonDetails {
  float: none !important;
}

#CybotCookiebotDialog--alt #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonAccept {
  color: #000 !important;
  font-size: 11px !important;
  font-family: 'Spartan' !important;
  font-style: normal !important;
  font-weight: 800 !important;
  letter-spacing: 7px !important;
  text-align: center !important;
  box-shadow: none !important;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #000;
  min-width: 40%;
  width: auto !important;
  padding: 5px 0px 3px 0px !important;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 991.98px) {
  #CybotCookiebotDialog--alt #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonAccept {
    width: 100% !important;
  }
}

#CybotCookiebotDialog--alt #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
  width: 100%;
  text-align: center;
  margin: 0 0 !important;
}

@media (min-width: 768px) {
  #CybotCookiebotDialog--alt #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}

#CybotCookiebotDialog--alt #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll,
#CybotCookiebotDialog--alt #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
  color: #000 !important;
  font-size: 11px !important;
  font-family: 'Spartan' !important;
  font-style: normal !important;
  font-weight: 800 !important;
  letter-spacing: 7px !important;
  text-align: center !important;
  text-transform: none !important;
  box-shadow: none !important;
  background-color: transparent;
  border: 1px solid transparent;
  min-width: auto;
  width: auto !important;
  padding: 5px 0 8px 0 !important;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 991.98px) {
  #CybotCookiebotDialog--alt #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper a#CybotCookiebotDialogBodyLevelButtonLevelOptinDeclineAll,
  #CybotCookiebotDialog--alt #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelection {
    width: 100% !important;
  }
}

#CybotCookiebotDialog--alt #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
  color: #000 !important;
  font-size: 11px !important;
  font-family: 'Spartan' !important;
  font-style: normal !important;
  font-weight: 800 !important;
  letter-spacing: 7px !important;
  text-align: center !important;
  box-shadow: none !important;
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #000;
  min-width: auto;
  width: auto !important;
  padding: 5px 8px 8px 8px !important;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 991.98px) {
  #CybotCookiebotDialog--alt #CybotCookiebotDialogBodyLevelButtonLevelOptinAllowallSelectionWrapper a#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll {
    width: 100% !important;
  }
}

#CybotCookiebotDialog a,
.CybotCookiebotDialogDetailBodyContentCookieTypeTable,
.CybotCookiebotDialogDetailBodyContentCookieTypeTable thead th,
.CybotCookiebotDialogDetailBodyContentCookieTypeTable tbody td {
  color: #000 !important;
  font-size: 11px !important;
  line-height: 21px !important;
  font-family: 'Spartan' !important;
  font-style: normal !important;
  font-weight: 600 !important;
  letter-spacing: 0.6px !important;
}

#CookiebotWidget {
  display: none;
}

.module--divider hr {
  margin: 0 0;
  border-top: 1px solid #000;
}

.module--hero {
  background-color: #000;
  color: #fff;
}

.module--image .figure,
.module-image .figure {
  width: 100%;
  margin: 0 0;
}

.module--image .figure a,
.module-image .figure a {
  position: relative;
  display: block;
  opacity: 1 !important;
}

.module--image .figure a:after,
.module-image .figure a:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity .4s ease-in-out;
}

.module--image .figure a:hover:after,
.module-image .figure a:hover:after {
  opacity: 1 !important;
}

.module--image .figure.mo-opacity a:after,
.module-image .figure.mo-opacity a:after {
  display: none !important;
}

.module--image .figure.mo-opacity a img,
.module-image .figure.mo-opacity a img {
  opacity: 1;
  transition: all 0.4s ease-in-out;
}

.module--image .figure.mo-opacity a:hover img,
.module-image .figure.mo-opacity a:hover img {
  opacity: 0.5;
}

.module--image .figure-caption,
.module-image .figure-caption {
  margin-top: 0.8rem;
  color: #000;
}

.module--image .figure-caption,
.module-image .figure-caption {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 800;
  letter-spacing: 1px;
}

.module--image .figure-caption.caption-style-1,
.module-image .figure-caption.caption-style-1 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 800;
  letter-spacing: 1px;
}

.module--image .figure-caption.caption-style-2,
.module-image .figure-caption.caption-style-2 {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.module--image .figure-caption.caption-style-3,
.module-image .figure-caption.caption-style-3 {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.module--image .figure-caption.caption-style-4,
.module-image .figure-caption.caption-style-4 {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 18px;
  line-height: 1.125rem;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 800;
  letter-spacing: 1px;
}

.module--image .figure-caption span,
.module-image .figure-caption span {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 19px;
  line-height: 1.1875rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.7px;
}

.module--image .figure-inner,
.module-image .figure-inner {
  width: 100%;
  position: relative;
  display: inline-block;
}

.module--image .bg-load,
.module-image .bg-load {
  display: inline-block;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4yLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxMiAxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTIgMTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxyZWN0IHg9IjEiIHk9IjEiIHN0eWxlPSJmaWxsOm5vbmU7IiB3aWR0aD0iMTAiIGhlaWdodD0iMTAiLz4NCjxwb2x5Z29uIHN0eWxlPSJmaWxsOiM5NkEzOTQ7IiBwb2ludHM9IjkuOSwwIDAsOS45IDAsMTIgMCwxMiAyLjEsMTIgMTIsMi4xIDEyLDAgIi8+DQo8cG9seWdvbiBzdHlsZT0iZmlsbDojOTZBMzk0OyIgcG9pbnRzPSIxLDEgMCwyIDAsMCAyLDAgIi8+DQo8cG9seWdvbiBzdHlsZT0iZmlsbDojOTZBMzk0OyIgcG9pbnRzPSIxMSwxMSAxMiwxMCAxMiwxMiAxMCwxMiAiLz4NCjwvc3ZnPg0K");
  background-repeat: repeat;
  background-size: 12px 12px;
}

.module--image svg,
.module-image svg {
  background-image: none;
}

.module--image .image-button-openfullscreen,
.module-image .image-button-openfullscreen {
  position: absolute;
  top: 0;
  height: 100%;
  left: 20%;
  right: 20%;
  width: auto;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNzAgMTcwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNzAgMTcwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMTcwLDg0IDg2LDg0IDg2LDAgODQsMCA4NCw4NCAwLDg0IDAsODYgODQsODYgODQsMTcwIDg2LDE3MCA4Niw4NiAxNzAsODYgIi8+DQo8L3N2Zz4NCg==");
  background-size: 170px 170px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all .4s ease-in-out;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  display: block;
  z-index: 1000;
  cursor: pointer;
  opacity: 0;
}

@media (max-width: 991.98px) {
  .module--image .image-button-openfullscreen,
  .module-image .image-button-openfullscreen {
    background-size: 170px 170px;
  }
}

@media (max-width: 767.98px) {
  .module--image .image-button-openfullscreen,
  .module-image .image-button-openfullscreen {
    background-image: url(" data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAgMTAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBvbHlnb24gZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSIxMDAsNDkgNTEsNDkgNTEsMCA0OSwwIDQ5LDQ5IDAsNDkgMCw1MSA0OSw1MSA0OSwxMDAgNTEsMTAwIDUxLDUxIDEwMCw1MSAiLz4KPC9zdmc+Cg==");
    background-size: 100px 100px;
  }
}

.module--image .image-button-openfullscreen:hover, .module--image .image-button-openfullscreen:focus,
.module-image .image-button-openfullscreen:hover,
.module-image .image-button-openfullscreen:focus {
  opacity: 1;
}

.module--image .swiper-button-openfullscreen:hover,
.module--image .swiper-button-openfullscreen:focus,
.module-image .swiper-button-openfullscreen:hover,
.module-image .swiper-button-openfullscreen:focus {
  opacity: 1 !important;
}

.fullscreen-modal-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.fullscreen-modal-image .image-container--modal {
  overflow: hidden;
  padding-right: 0 !important;
  background: #fff;
  border: 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  border-top: 20px solid #FFF;
  border-right: 100px solid #FFF;
  border-bottom: 20px solid #FFF;
  border-left: 20px solid #FFF;
  height: auto;
}

@media (max-width: 991.98px) {
  .fullscreen-modal-image .image-container--modal {
    border-right: 20px solid #FFF;
  }
}

.fullscreen-modal-image .image-container--modal .module--image {
  width: 100%;
  height: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: block;
}

.fullscreen-modal-image .image-container--modal .module--image .figure img {
  max-height: calc(100vh - 35px);
}

@media (max-width: 991.98px) {
  .fullscreen-modal-image .image-container--modal .module--image .module-inner {
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: auto !important;
  }
}

.map-container {
  background-image: url("../images/map/overlay-google-maps.jpg");
  background-size: cover !important;
  background-repeat: no-repeat;
  position: relative;
}

body.modal-fullscreen.modal-open .site-header, body.modal-fullscreen.modal-open .site-footer, body.modal-fullscreen.modal-open .scroll-to-top.is--visible, body.modal-fullscreen.modal-open .sticky-button, body.modal-fullscreen.modal-open .sidebar-sticky, body.modal-fullscreen.modal-open .section-breadcrumb.section-sticky {
  opacity: 0 !important;
  pointer-events: none;
  transition: none !important;
}

body.modal-open:not(.modal-fullscreen) .scroll-to-top.is--visible {
  transition: none !important;
}

body.modal-open:not(.modal-fullscreen) .site-header, body.modal-open:not(.modal-fullscreen) .site-footer, body.modal-open:not(.modal-fullscreen) .scroll-to-top.is--visible, body.modal-open:not(.modal-fullscreen) .sticky-button, body.modal-open:not(.modal-fullscreen) .sidebar-sticky, body.modal-open:not(.modal-fullscreen) .section-breadcrumb.section-sticky {
  opacity: 1;
  transition: opacity 0.2s 0.4s ease !important;
}

body.modal-open .modal-backdrop {
  display: none;
}

body.modal-open .modal {
  z-index: 100000 !important;
}

body.modal-open .modal.iframe-modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-right: 0px !important;
}

body.modal-open .modal.iframe-modal .modal-body {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

body.modal-open .modal.iframe-modal .modal-body iframe.modal-iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.fullscreen-modal,
.fullscreen-modal-image {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-right: 0px !important;
}

.modal-dialog {
  max-width: 100%;
  height: 100%;
  width: 100%;
  margin: 0;
}

.modal-dialog .modal-content {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0;
}

.modal-dialog .modal-content .modal-header {
  position: absolute;
  z-index: 1000000;
  border: 0;
  padding: 0;
  right: 0px;
  top: 0px;
}

.modal-dialog .modal-content .modal-header .close {
  border: 0;
  width: 200px;
  height: 150px;
  padding: 20px 20px 0 0;
  position: relative;
  background: transparent;
  cursor: pointer;
  margin: 0;
  opacity: 1;
}

.modal-dialog .modal-content .modal-header .close span {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -50000px;
  background: transparent url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyNSAyNSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjUgMjUiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMDAwMDAwIiB4MT0iMC40IiB5MT0iMC40IiB4Mj0iMjQuNiIgeTI9IjI0LjYiLz4NCgk8bGluZSBmaWxsPSJub25lIiBzdHJva2U9IiMwMDAwMDAiIHgxPSIyNC42IiB5MT0iMC40IiB4Mj0iMC40IiB5Mj0iMjQuNiIvPg0KPC9nPg0KPC9zdmc+DQo=");
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
  background-size: 25px 25px;
  background-position: right top;
}

.modal-dialog .modal-content .modal-header .close.large {
  padding: 40px 40px 0 0;
}

@media (max-width: 767.98px) {
  .modal-dialog .modal-content .modal-header .close.large {
    padding: 20px 20px 0 0;
  }
}

.modal-dialog .modal-content .modal-header .close.large span {
  background-size: 40px 40px;
}

@media (max-width: 767.98px) {
  .modal-dialog .modal-content .modal-header .close.large span {
    background-size: 25px 25px;
  }
}

.modal-dialog .modal-content .modal-body {
  padding: 0;
}

.modal-dialog .modal-content .modal-body .image {
  padding-top: 0 !important;
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
}

.modal-dialog .modal-content .modal-body .image .swiper-img {
  height: 100% !important;
}

.modal-dialog .modal-content .modal-body .image .swiper-img img {
  position: relative;
  height: 100%;
  width: auto;
  min-width: 100%;
}

.modal-dialog .modal-content .modal-body .image .caption {
  display: none;
}

.modal.fade .modal-dialog {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
}

.newsletter-sticky:not(.disabled) {
  -webkit-animation: fade-in 1.0s 2s linear forwards;
          animation: fade-in 1.0s 2s linear forwards;
  opacity: 0;
  max-width: 100%;
}

.newsletter-sticky {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2000;
  background-color: black;
  padding: 2.5rem 4.375rem 2.5rem 1.25rem;
}

.newsletter-sticky a {
  text-decoration: none;
  position: relative;
  z-index: 10;
  display: block;
}

@media (max-width: 767.98px) {
  .newsletter-sticky {
    padding: 1.875rem 4.375rem 1.875rem 1.25rem;
  }
}

.newsletter-sticky span {
  display: block;
  color: #fff;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.6px;
}

.newsletter-sticky span.title {
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  font-size: 1.3125rem;
  letter-spacing: 0.7px;
}

.newsletter-sticky span.close {
  border: 0;
  width: 70px;
  height: 60px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  cursor: pointer;
  margin: 0;
  background: transparent url(" data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4yLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNi4xIDE2LjEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2LjEgMTYuMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGRlZnM+DQoJCTxyZWN0IGlkPSJTVkdJRF8xXyIgd2lkdGg9IjE2LjEiIGhlaWdodD0iMTYuMSIvPg0KCTwvZGVmcz4NCgk8Y2xpcFBhdGggaWQ9IlNWR0lEXzJfIj4NCgkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMV8iICBzdHlsZT0ib3ZlcmZsb3c6dmlzaWJsZTsiLz4NCgk8L2NsaXBQYXRoPg0KCTxsaW5lIHN0eWxlPSJjbGlwLXBhdGg6dXJsKCNTVkdJRF8yXyk7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGOyIgeDE9IjAuNCIgeTE9IjAuNCIgeDI9IjE1LjciIHkyPSIxNS43Ii8+DQoJPGxpbmUgc3R5bGU9ImNsaXAtcGF0aDp1cmwoI1NWR0lEXzJfKTtmaWxsOm5vbmU7c3Ryb2tlOiNGRkZGRkY7IiB4MT0iMTUuNyIgeTE9IjAuNCIgeDI9IjAuNCIgeTI9IjE1LjciLz4NCjwvZz4NCjwvc3ZnPg0K");
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
  background-size: 20px 20px;
  background-position: 35px center;
  text-indent: -10000px;
  z-index: 100;
}

.newsletter-sticky.disabled {
  transition: all 0.4s ease-in-out;
  opacity: 0 !important;
  z-index: -2000;
}

.newsletter-sticky.disabled a, .newsletter-sticky.disabled span.close {
  pointer-events: none;
}

body.modal-open .newsletter-sticky {
  z-index: -100;
}

.sectionmenu ul {
  margin: 0;
  padding: 0.875rem 0 0.8125rem 0;
}

@media (max-width: 575.98px) {
  .sectionmenu ul {
    padding: 0.25rem 0 0.1875rem 0;
  }
}

.sectionmenu ul .list-inline-item {
  margin-right: 0;
}

.sectionmenu ul .list-inline-item a, .sectionmenu ul .list-inline-item:after {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .sectionmenu ul .list-inline-item a, .sectionmenu ul .list-inline-item:after {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 23px;
    line-height: 1.4375rem;
    letter-spacing: 1px;
  }
}

.sectionmenu ul .list-inline-item a {
  position: relative;
}

.sectionmenu ul .list-inline-item a span:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 2px;
  transition: all 0.2s ease-in-out;
  background-color: transparent;
}

.sectionmenu ul .list-inline-item.active a span:after, .sectionmenu ul .list-inline-item a:hover span:after {
  background-color: #000;
}

.sectionmenu ul .list-inline-item:after {
  content: "//";
  display: inline-block;
  position: relative;
  right: 0;
  top: 0;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

@media (max-width: 575.98px) {
  .sectionmenu ul .list-inline-item:after {
    margin-left: 0.125rem;
    margin-right: 0.125rem;
  }
}

.sectionmenu ul .list-inline-item:last-child:before {
  display: none;
}

@media (min-width: 1500px) {
  .sectionmenu ul .list-inline-item.hidden-xl {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
  .sectionmenu ul .list-inline-item.hidden-lg {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .sectionmenu ul .list-inline-item.hidden-md {
    display: none;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .sectionmenu ul .list-inline-item.hidden-sm {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .sectionmenu ul .list-inline-item.hidden-xs {
    display: none;
  }
}

.sidebar-menu {
  position: absolute;
  top: 0;
  height: calc(100% - 58px);
  width: 80px;
  overflow: hidden;
  z-index: 10000;
}

.sidebar-menu .module {
  padding-top: 0 !important;
  padding-bottom: -65px !important;
}

@media (max-width: 767.98px) {
  .sidebar-menu {
    width: 37px;
  }
}

.sidebar-menu .sidebar-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
          transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  display: inline-block;
  height: 1.4375rem;
  width: auto;
}

.sidebar-menu .sidebar-inner a {
  white-space: nowrap;
}

.sidebar-menu.left {
  left: -3.75rem;
}

@media (max-width: 767.98px) {
  .sidebar-menu.left {
    left: -1.125rem;
  }
}

.sidebar-menu.right {
  right: -3.75rem;
}

@media (max-width: 767.98px) {
  .sidebar-menu.right {
    right: -1.125rem;
  }
}

.swiper-container.module {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.swiper-slide {
  display: -ms-flexbox;
  display: flex;
}

.module--swiper .module {
  opacity: 1;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.module--swiper .swiper-buttons-wrapper {
  position: relative;
  height: 2.1875rem;
  width: 15rem;
  float: left;
  margin-top: 0.5625rem;
}

.module--swiper .swiper-buttons-wrapper .swiper-counter {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 35px;
  line-height: 2.1875rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 800;
  letter-spacing: 5px;
  width: 100%;
  text-align: center;
  color: #000;
}

.module--swiper .swiper-buttons-wrapper .swiper-button-prev {
  left: 0 !important;
}

.module--swiper .swiper-buttons-wrapper .swiper-button-next {
  right: 0 !important;
}

.module--swiper .swiper-buttons-wrapper .swiper-button-prev,
.module--swiper .swiper-buttons-wrapper .swiper-button-next {
  height: 100%;
}

.module--swiper .swiper-buttons-wrapper .swiper-button-prev:after,
.module--swiper .swiper-buttons-wrapper .swiper-button-next:after {
  text-rendering: auto;
}

.module--swiper .swiper-buttons-wrapper .swiper-button-prev:after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA3My4xIDEwLjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDczLjEgMTAuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBwb2ludHM9IjAsNS40IDUuNCwxMC43IDYuMSwxMCAyLDUuOSA3My4xLDUuOSA3My4xLDQuOSAyLDQuOSA2LjEsMC43IDUuNCwwICIvPgo8L3N2Zz4K");
}

.module--swiper .swiper-buttons-wrapper .swiper-button-next:after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA3My4xIDEwLjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDczLjEgMTAuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBwb2ludHM9IjY3LjcsMCA2NywwLjcgNzEuMSw0LjkgMCw0LjkgMCw1LjkgNzEuMSw1LjkgNjcsMTAgNjcuNywxMC43IDczLjEsNS40ICIvPgo8L3N2Zz4K");
}

.module--swiper .figure img {
  max-height: calc(100vh - 35px);
}

.module--swiper .swiper-button-prev,
.module--swiper .swiper-button-next {
  transition: all 0.2s ease-in-out;
  width: 4.5625rem;
  display: block;
  transition: opacity .7s ease-in-out;
  opacity: 1;
  outline: none !important;
}

.module--swiper .swiper-button-prev:after,
.module--swiper .swiper-button-next:after {
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
  background-size: 100% 100%;
  background-position: center center;
  display: block;
}

.module--swiper .swiper-button-prev.swiper-ref:after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA3My4xIDEwLjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDczLjEgMTAuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBwb2ludHM9IjAsNS40IDUuNCwxMC43IDYuMSwxMCAyLDUuOSA3My4xLDUuOSA3My4xLDQuOSAyLDQuOSA2LjEsMC43IDUuNCwwICIvPgo8L3N2Zz4K");
}

@media (max-width: 767.98px) {
  .module--swiper .swiper-button-prev.swiper-ref:after {
    background-image: none;
  }
}

.module--swiper .swiper-button-next.swiper-ref:after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA3My4xIDEwLjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDczLjEgMTAuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBwb2ludHM9IjY3LjcsMCA2NywwLjcgNzEuMSw0LjkgMCw0LjkgMCw1LjkgNzEuMSw1LjkgNjcsMTAgNjcuNywxMC43IDczLjEsNS40ICIvPgo8L3N2Zz4K");
}

@media (max-width: 767.98px) {
  .module--swiper .swiper-button-next.swiper-ref:after {
    background-image: none;
  }
}

.module--swiper .swiper-button-openfullscreen {
  position: absolute;
  top: 0;
  height: 100%;
  left: 20%;
  right: 20%;
  width: auto;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4xLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNzAgMTcwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNzAgMTcwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwb2x5Z29uIGZpbGw9IiNGRkZGRkYiIHBvaW50cz0iMTcwLDg0IDg2LDg0IDg2LDAgODQsMCA4NCw4NCAwLDg0IDAsODYgODQsODYgODQsMTcwIDg2LDE3MCA4Niw4NiAxNzAsODYgIi8+DQo8L3N2Zz4NCg==");
  background-size: 170px 170px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all .4s ease-in-out;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  display: block;
  z-index: 1000;
  cursor: pointer;
  opacity: 0;
}

@media (max-width: 991.98px) {
  .module--swiper .swiper-button-openfullscreen {
    background-size: 170px 170px;
  }
}

@media (max-width: 767.98px) {
  .module--swiper .swiper-button-openfullscreen {
    background-image: url(" data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAgMTAwIiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHBvbHlnb24gZmlsbD0iI0ZGRkZGRiIgcG9pbnRzPSIxMDAsNDkgNTEsNDkgNTEsMCA0OSwwIDQ5LDQ5IDAsNDkgMCw1MSA0OSw1MSA0OSwxMDAgNTEsMTAwIDUxLDUxIDEwMCw1MSAiLz4KPC9zdmc+Cg==");
    background-size: 100px 100px;
  }
}

.module--swiper .swiper-button-openfullscreen:hover, .module--swiper .swiper-button-openfullscreen:focus {
  opacity: 1;
}

.module--swiper .swiper-button-openfullscreen:hover, .module--swiper .swiper-button-openfullscreen:focus {
  opacity: 1 !important;
}

.swiper-container--modal {
  overflow: hidden;
  padding-right: 0 !important;
  background: #fff;
  border: 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  border-top: 20px solid #FFF;
  border-right: 100px solid #FFF;
  border-bottom: 20px solid #FFF;
  border-left: 20px solid #FFF;
  height: auto;
}

.swiper-container--modal .module {
  width: 100%;
  height: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: block;
}

@media (max-width: 991.98px) {
  .swiper-container--modal {
    border-right: 20px solid #FFF;
  }
}

.swiper-container--modal .swiper-button-prev,
.swiper-container--modal .swiper-button-next {
  width: 30%;
  top: 0;
  bottom: 0;
  position: fixed;
  height: auto;
  left: 20px;
  opacity: 0;
  outline: none !important;
}

@media (max-width: 991.98px) {
  .swiper-container--modal .swiper-button-prev,
  .swiper-container--modal .swiper-button-next {
    width: 20%;
  }
}

.swiper-container--modal .swiper-button-prev:after,
.swiper-container--modal .swiper-button-next:after {
  width: 100%;
  height: 100%;
  background-size: 4.5625rem auto;
  background-position: left center;
}

.swiper-container--modal .swiper-button-prev:hover, .swiper-container--modal .swiper-button-prev:focus,
.swiper-container--modal .swiper-button-next:hover,
.swiper-container--modal .swiper-button-next:focus {
  opacity: 1 !important;
}

.swiper-container--modal .swiper-button-next {
  left: auto;
  right: 20px;
}

.swiper-container--modal .swiper-button-next:after {
  background-position: right center;
}

.swiper-container--modal .swiper-button-prev:after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA3My4xIDEwLjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDczLjEgMTAuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBwb2ludHM9IjAsNS40IDUuNCwxMC43IDYuMSwxMCAyLDUuOSA3My4xLDUuOSA3My4xLDQuOSAyLDQuOSA2LjEsMC43IDUuNCwwICIvPgo8L3N2Zz4K");
}

@media (max-width: 991.98px) {
  .swiper-container--modal .swiper-button-prev:after {
    background-image: none;
  }
}

.swiper-container--modal .swiper-button-next:after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA3My4xIDEwLjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDczLjEgMTAuNzsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cG9seWdvbiBwb2ludHM9IjY3LjcsMCA2NywwLjcgNzEuMSw0LjkgMCw0LjkgMCw1LjkgNzEuMSw1LjkgNjcsMTAgNjcuNywxMC43IDczLjEsNS40ICIvPgo8L3N2Zz4K");
}

@media (max-width: 991.98px) {
  .swiper-container--modal .swiper-button-next:after {
    background-image: none;
  }
}

.swiper-container--modal .swiper-counter {
  position: fixed;
  right: 20px;
  bottom: 0px;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 50px;
  line-height: 3.125rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 700;
  letter-spacing: 5px;
  width: auto;
  text-align: right;
  color: #000;
}

.swiper-container--modal .swiper-counter .fn-currentSlide {
  color: #000;
}

@media (max-width: 991.98px) {
  .swiper-container--modal .module .module-inner {
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: auto !important;
  }
}

.swiper-container-references {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-references > .swiper-button-prev,
.swiper-container-references > .swiper-button-next,
.swiper-container > .swiper-button-prev,
.swiper-container > .swiper-button-next {
  width: 10%;
  top: 0;
  bottom: 2.1875rem;
  position: absolute;
  height: auto;
  left: 0px;
  opacity: 0;
}

.swiper-container-references > .swiper-button-prev:after,
.swiper-container-references > .swiper-button-next:after,
.swiper-container > .swiper-button-prev:after,
.swiper-container > .swiper-button-next:after {
  width: 100%;
  height: 100%;
  background-size: 4.5625rem auto;
  background-position: left center;
}

.swiper-container-references > .swiper-button-prev:hover, .swiper-container-references > .swiper-button-prev:focus,
.swiper-container-references > .swiper-button-next:hover,
.swiper-container-references > .swiper-button-next:focus,
.swiper-container > .swiper-button-prev:hover,
.swiper-container > .swiper-button-prev:focus,
.swiper-container > .swiper-button-next:hover,
.swiper-container > .swiper-button-next:focus {
  opacity: 1 !important;
}

.swiper-container-references > .swiper-button-next,
.swiper-container > .swiper-button-next {
  width: 30%;
  left: auto;
  right: 0px;
}

.swiper-container-references > .swiper-button-next:after,
.swiper-container > .swiper-button-next:after {
  background-position: right center;
}

.module.module--swiper:not(.swiper-teaser-container):not(.swiper-container--modal-swiper) .swiper-wrapper {
  -ms-flex-align: end;
      align-items: flex-end;
}

.swiper-teaser-container .swiper-wrapper .swiper-slide {
  height: auto;
  width: auto;
}

.swiper-teaser-container .swiper-wrapper .swiper-slide .module--teaser {
  height: 100% !important;
}

.swiper-teaser-container {
  position: relative;
}

.swiper-teaser-container .swiper-wrapper .swiper-slide {
  padding: 0 0 !important;
}

.swiper-teaser-container .swiper-wrapper .module {
  width: 100%;
  padding: 0 20px;
  position: relative;
  display: inline-block;
  height: 100%;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.swiper-teaser-container .swiper-wrapper .module:after {
  content: "";
  border-right: 1px solid #000;
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
}

.swiper-teaser-container .swiper-wrapper .module.text-color-white:after {
  border-color: #fff;
}

.swiper-teaser-container .swiper-wrapper > .swiper-slide:first-child .module:before {
  content: "";
  border-right: 1px solid #000;
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  left: 0px;
}

.swiper-teaser-container .swiper-wrapper > .swiper-slide:first-child .module.text-color-white:before {
  border-color: #fff;
}

.swiper-teaser-container .swiper-button-prev,
.swiper-teaser-container .swiper-button-next {
  position: absolute;
  width: 2.8125rem;
  height: 2.8125rem;
  left: -100px;
  margin-top: 0;
  top: 10rem;
  -webkit-transform: none;
          transform: none;
  opacity: 1;
  outline: none !important;
}

@media (max-width: 1499.98px) {
  .swiper-teaser-container .swiper-button-prev,
  .swiper-teaser-container .swiper-button-next {
    left: -75px;
  }
}

@media (max-width: 991.98px) {
  .swiper-teaser-container .swiper-button-prev,
  .swiper-teaser-container .swiper-button-next {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .swiper-teaser-container .swiper-button-prev,
  .swiper-teaser-container .swiper-button-next {
    display: none !important;
  }
}

@media (max-width: 575.98px) {
  .swiper-teaser-container .swiper-button-prev,
  .swiper-teaser-container .swiper-button-next {
    display: none !important;
  }
}

.swiper-teaser-container .swiper-button-prev:after,
.swiper-teaser-container .swiper-button-next:after {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: left center;
}

.swiper-teaser-container .swiper-button-prev:hover, .swiper-teaser-container .swiper-button-prev:focus,
.swiper-teaser-container .swiper-button-next:hover,
.swiper-teaser-container .swiper-button-next:focus {
  opacity: 1 !important;
}

.swiper-teaser-container .swiper-button-prev.swiper-button-disabled,
.swiper-teaser-container .swiper-button-next.swiper-button-disabled {
  opacity: 0;
  display: block;
}

@media (max-width: 575.98px) {
  .swiper-teaser-container .swiper-button-prev,
  .swiper-teaser-container .swiper-button-next {
    display: none;
  }
}

.swiper-teaser-container .swiper-button-next {
  left: auto;
  right: -100px;
}

@media (max-width: 1499.98px) {
  .swiper-teaser-container .swiper-button-next {
    right: -75px;
  }
}

.swiper-teaser-container .swiper-button-next:after {
  background-position: right center;
}

.swiper-teaser-container .swiper-button-prev:after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNS4yLjMsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iRWJlbmVfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1NCA1NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTQgNTQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwYXRoIGQ9Ik0yNyw1NGMxNC45LDAsMjctMTIuMSwyNy0yN1M0MS45LDAsMjcsMEMxMi4xLDAsMCwxMi4xLDAsMjdDMCw0MS45LDEyLjEsNTQsMjcsNTQiLz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjIuNiwyNi44bDUuNCw1LjRsMC43LTAuN2wtNC4xLTQuMUg1NGMwLDAsMC0wLjMsMC0wLjVzMC0wLjUsMC0wLjVIMjQuNmw0LjEtNC4xTDI4LDIxLjZMMjIuNiwyNi44eiIvPg0KPC9nPg0KPC9zdmc+DQo=");
}

.swiper-teaser-container .swiper-button-next:after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1NCA1NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNTQgNTQiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8cGF0aCBkPSJNMjcsNTRjMTQuOSwwLDI3LTEyLjEsMjctMjdTNDEuOSwwLDI3LDBTMCwxMi4xLDAsMjdTMTIuMSw1NCwyNyw1NCIvPgo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjYsMjEuNmwtMC43LDAuN2w0LjEsNC4xSDBjMCwwLDAsMC4zLDAsMC41czAsMC41LDAsMC41aDI5LjRsLTQuMSw0LjFsMC43LDAuN2w1LjQtNS40TDI2LDIxLjZ6Ii8+Cjwvc3ZnPgo=");
}

@media only screen and (max-width: 1024px) {
  .swiper-teaser-container .swiper-button-prev:after {
    background-image: none !important;
  }
  .swiper-teaser-container .swiper-button-next:after {
    background-image: none !important;
  }
}

.swiper-default > .module--swiper > .swiper-container > .swiper-wrapper img,
.swiper-default > .module--swiper > .swiper-container-references > .swiper-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: 700px;
}

@media (max-width: 1499.98px) {
  .swiper-default > .module--swiper > .swiper-container > .swiper-wrapper img,
  .swiper-default > .module--swiper > .swiper-container-references > .swiper-wrapper img {
    height: 530px;
  }
}

@media (max-width: 991.98px) {
  .swiper-default > .module--swiper > .swiper-container > .swiper-wrapper img,
  .swiper-default > .module--swiper > .swiper-container-references > .swiper-wrapper img {
    height: 530px;
  }
}

@media (max-width: 767.98px) {
  .swiper-default > .module--swiper > .swiper-container > .swiper-wrapper img,
  .swiper-default > .module--swiper > .swiper-container-references > .swiper-wrapper img {
    height: 530px;
  }
}

@media (max-width: 575.98px) {
  .swiper-default > .module--swiper > .swiper-container > .swiper-wrapper img,
  .swiper-default > .module--swiper > .swiper-container-references > .swiper-wrapper img {
    height: 450px;
  }
}

.swiper-add > .module--swiper > .swiper-container > .swiper-wrapper img,
.swiper-add > .module--swiper > .swiper-container-references > .swiper-wrapper img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  height: 408px;
}

@media (max-width: 1499.98px) {
  .swiper-add > .module--swiper > .swiper-container > .swiper-wrapper img,
  .swiper-add > .module--swiper > .swiper-container-references > .swiper-wrapper img {
    height: 385px;
  }
}

@media (max-width: 991.98px) {
  .swiper-add > .module--swiper > .swiper-container > .swiper-wrapper img,
  .swiper-add > .module--swiper > .swiper-container-references > .swiper-wrapper img {
    height: 385px;
  }
}

@media (max-width: 767.98px) {
  .swiper-add > .module--swiper > .swiper-container > .swiper-wrapper img,
  .swiper-add > .module--swiper > .swiper-container-references > .swiper-wrapper img {
    height: 385px;
  }
}

@media (max-width: 575.98px) {
  .swiper-add > .module--swiper > .swiper-container > .swiper-wrapper img,
  .swiper-add > .module--swiper > .swiper-container-references > .swiper-wrapper img {
    height: 385px;
  }
}

.module--table .module-inner {
  width: 100%;
  overflow: auto;
  scroll-behavior: smooth;
}

.module--table table {
  position: relative;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  border-top: 1px solid #000;
}

.module--table table th {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 15px;
  line-height: 0.9375rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 800;
  height: 2.4375rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
}

.module--table table td {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 17px;
  line-height: 1.0625rem;
  height: 2.4375rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #000;
  width: 10%;
}

.module--table table td span {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 800;
  letter-spacing: 2px;
}

.module--table table td span.headline {
  text-transform: uppercase;
}

@media (max-width: 991.98px) {
  .module--table table td {
    width: auto;
  }
}

.module--table table td:first-child {
  width: auto;
}

.module--table table td:nth-child(3) {
  width: 8%;
}

.module--table table td:nth-child(2) {
  width: 8%;
}

.module--table table td:nth-child(5) {
  width: 13%;
}

.module--table table td:nth-child(6) {
  width: 12%;
}

.module--table table td:last-child {
  width: 15%;
}

@media (max-width: 991.98px) {
  .module--table table td:last-child {
    width: auto;
  }
}

.module--table table th, .module--table table td {
  vertical-align: bottom;
  text-align: right;
  padding: 0.6rem 0.6rem;
  white-space: nowrap;
}

.module--table table th:first-child, .module--table table td:first-child {
  text-align: left;
  padding-left: 0;
}

.module--table table th:nth-child(2), .module--table table td:nth-child(2) {
  text-align: left;
}

.module--table table th:last-child, .module--table table td:last-child {
  padding-right: 0;
  text-align: right;
}

.module--table table a {
  text-decoration: none;
}

.module--table.border-bottom-0 table {
  border: 0;
}

.module--table.border-bottom-0 table th, .module--table.border-bottom-0 table td {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.module--table.font-default table th, .module--table.font-default table td {
  text-transform: unset;
  height: 1.5625rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.module--table .module-inner > button {
  background-color: transparent;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 17px;
  line-height: 1.0625rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 0.75rem 0.625rem 0.5rem 0.625rem;
  border: 1px solid #000;
  margin-bottom: 1.25rem;
  color: #000;
}

.module--table .bootstrap-table tr.info.group-by td {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  .module--table .bootstrap-table tr.info.group-by td {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 23px;
    line-height: 1.4375rem;
    letter-spacing: 1px;
  }
}

.module--table .bootstrap-table tr.info.group-by td:before {
  display: none !important;
}

.module--table .bootstrap-table tr.info.group-by td:last-child {
  padding-top: 2.65625rem !important;
}

@media (max-width: 1499.98px) {
  .module--table .bootstrap-table tr.info.group-by td:last-child {
    padding-top: 2.625rem !important;
  }
}

@media (max-width: 767.98px) {
  .module--table .bootstrap-table tr.info.group-by td:last-child {
    padding-top: 2.78125rem !important;
  }
}

.module--table .bootstrap-table tr.info.group-by td:after {
  content: '';
  display: inline-block;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjguMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5LjMgNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOS4zIDYiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwb2x5Z29uIHBvaW50cz0iNC43LDYgMCwxIDEuMSwwIDQuNywzLjggOC4zLDAgOS4zLDEgCSIvPgo8L2c+Cjwvc3ZnPgo=");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: 0.625rem;
  width: 0.625rem;
  height: 0.625rem;
  transition: all 0.2s ease-in-out;
}

.module--table .bootstrap-table tr.info.group-by.expanded td:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.module--table .bootstrap-table tr.info.group-by.collapsed td {
  width: 100%;
}

.module--table .bootstrap-table .th-sticky tr,
.module--table .bootstrap-table .sticky-header tr {
  position: relative;
}

.module--table .bootstrap-table .th-sticky tr:after,
.module--table .bootstrap-table .sticky-header tr:after {
  content: '';
  border-bottom: 1px solid #000;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 2.375rem;
  z-index: 1;
}

.module--table .bootstrap-table .th-sticky tr .filter-control .form-control,
.module--table .bootstrap-table .sticky-header tr .filter-control .form-control {
  border: 0 !important;
  text-align: right;
}

.module--table .bootstrap-table .th-sticky tr th,
.module--table .bootstrap-table .sticky-header tr th {
  padding-top: 0px;
  padding-bottom: 0px;
}

.module--table .bootstrap-table .th-sticky tr th div.th-inner,
.module--table .bootstrap-table .sticky-header tr th div.th-inner {
  padding: 0.6rem 0.6rem;
  height: 2.4375rem;
  line-height: 25px;
  line-height: 1.5625rem;
}

.module--table .bootstrap-table .th-sticky tr th div.fht-cell,
.module--table .bootstrap-table .sticky-header tr th div.fht-cell {
  padding: 0 0.6rem;
  height: 2.375rem;
  padding-top: 1px;
  position: relative;
}

.module--table .bootstrap-table .th-sticky tr th div.fht-cell .filter-control > select,
.module--table .bootstrap-table .th-sticky tr th div.fht-cell .bootstrap-select > select,
.module--table .bootstrap-table .sticky-header tr th div.fht-cell .filter-control > select,
.module--table .bootstrap-table .sticky-header tr th div.fht-cell .bootstrap-select > select {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 40px;
  line-height: 2.5rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 800;
  height: 2.5rem !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important;
  text-align: right;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjguMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5LjMgNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOS4zIDYiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwb2x5Z29uIHBvaW50cz0iNC43LDYgMCwxIDEuMSwwIDQuNywzLjggOC4zLDAgOS4zLDEgCSIvPgo8L2c+Cjwvc3ZnPgo=") !important;
  background-position: right top 13px !important;
  background-size: 0.625rem 0.625rem !important;
  background-repeat: no-repeat !important;
  padding-right: 0.875rem;
  width: 100% !important;
  right: 0 !important;
  left: auto !important;
  top: 0 !important;
  bottom: auto !important;
  padding: 0 0.875rem 0 0 !important;
  text-align: right !important;
}

.module--table .bootstrap-table .th-sticky tr th div.fht-cell .bootstrap-select .dropdown-toggle,
.module--table .bootstrap-table .sticky-header tr th div.fht-cell .bootstrap-select .dropdown-toggle {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 39px;
  line-height: 2.4375rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 800;
  height: 2.4375rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top: 1px solid transparent !important;
  border-bottom: 1px solid transparent !important;
  text-align: right;
}

.module--table .bootstrap-table .th-sticky tr th div.fht-cell .bootstrap-select .dropdown-toggle:after,
.module--table .bootstrap-table .sticky-header tr th div.fht-cell .bootstrap-select .dropdown-toggle:after {
  content: '';
  display: inline-block;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjguMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5LjMgNiIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOS4zIDYiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwb2x5Z29uIHBvaW50cz0iNC43LDYgMCwxIDEuMSwwIDQuNywzLjggOC4zLDAgOS4zLDEgCSIvPgo8L2c+Cjwvc3ZnPgo=");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: 0.625rem;
  width: 0.625rem;
  height: 0.625rem;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.module--table .bootstrap-table .th-sticky tr th div.fht-cell .bootstrap-select .dropdown-toggle .filter-option,
.module--table .bootstrap-table .sticky-header tr th div.fht-cell .bootstrap-select .dropdown-toggle .filter-option {
  text-align: right;
  padding-right: 0.875rem;
}

.module--table .bootstrap-table .th-sticky tr th div.fht-cell .bootstrap-select .dropdown-menu.show,
.module--table .bootstrap-table .sticky-header tr th div.fht-cell .bootstrap-select .dropdown-menu.show {
  border-top: 0px solid transparent !important;
  border-left: 1px solid #FFF !important;
  border-right: 1px solid #FFF !important;
  margin-top: 0 !important;
}

.module--table .bootstrap-table .th-sticky tr th div.fht-cell .bootstrap-select .dropdown-menu li a,
.module--table .bootstrap-table .sticky-header tr th div.fht-cell .bootstrap-select .dropdown-menu li a {
  text-align: right;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 38px;
  line-height: 2.375rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 800;
  height: 2.375rem;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.module--table .bootstrap-table .th-sticky tr th:first-child div.th-inner,
.module--table .bootstrap-table .sticky-header tr th:first-child div.th-inner {
  padding-left: 0;
}

.module--table .bootstrap-table .th-sticky tr th:last-child div.th-inner,
.module--table .bootstrap-table .sticky-header tr th:last-child div.th-inner {
  padding-right: 0;
}

.module--table .bootstrap-table .no-records-found td {
  width: 100%;
  text-align: left !important;
}

.module--table .bootstrap-table .fixed-table-container .table tfoot th .sortable,
.module--table .bootstrap-table .fixed-table-container .table thead th .sortable {
  cursor: pointer;
  padding-right: 0.6rem !important;
}

.module--table .bootstrap-table .fixed-table-container .table thead th .both,
.module--table .bootstrap-table .fixed-table-container .table tfoot th .both {
  background-image: none;
}

.module--table .bootstrap-table .fixed-table-container .table thead th .both:after,
.module--table .bootstrap-table .fixed-table-container .table tfoot th .both:after {
  content: '';
  display: inline-block;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjguMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5LjMgMTUuMyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOS4zIDE1LjMiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwb2x5Z29uIHBvaW50cz0iNC43LDE1LjMgMCwxMC40IDEuMSw5LjQgNC43LDEzLjEgOC4zLDkuNCA5LjMsMTAuNCAJIi8+Cgk8cG9seWdvbiBwb2ludHM9IjguMyw2IDQuNywyLjIgMS4xLDYgMCw0LjkgNC43LDAgOS4zLDQuOSAJIi8+CjwvZz4KPC9zdmc+Cg==");
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-left: 0.625rem;
  width: 0.625rem;
  height: 1.25rem;
  transition: all 0.2s ease-in-out;
  margin-left: 5px;
  margin-bottom: -5px;
}

.module--table .bootstrap-table .fixed-table-container .table tfoot th .asc,
.module--table .bootstrap-table .fixed-table-container .table thead th .asc {
  background-image: none;
}

.module--table .bootstrap-table .fixed-table-container .table tfoot th .asc:after,
.module--table .bootstrap-table .fixed-table-container .table thead th .asc:after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjguMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5LjMgMTUuMyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOS4zIDE1LjMiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwb2x5Z29uIHBvaW50cz0iOC4zLDYgNC43LDIuMiAxLjEsNiAwLDQuOSA0LjcsMCA5LjMsNC45IAkiLz4KPC9nPgo8L3N2Zz4K");
}

.module--table .bootstrap-table .fixed-table-container .table tfoot th .desc,
.module--table .bootstrap-table .fixed-table-container .table thead th .desc {
  background-image: none;
}

.module--table .bootstrap-table .fixed-table-container .table tfoot th .desc:after,
.module--table .bootstrap-table .fixed-table-container .table thead th .desc:after {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjguMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA5LjMgMTUuMyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgOS4zIDE1LjMiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwb2x5Z29uIHBvaW50cz0iNC43LDE1LjMgMCwxMC40IDEuMSw5LjQgNC43LDEzLjEgOC4zLDkuNCA5LjMsMTAuNCAJIi8+CjwvZz4KPC9zdmc+Cg==");
}

.module--table .bootstrap-table .fixed-table-container .fixed-table-body {
  min-height: 31.25rem;
}

@media (max-width: 575.98px) {
  .module--table .bootstrap-table .sticky-header-container.fix-sticky.fixed-table-container {
    background: #FFF;
  }
  .module--table .bootstrap-table .sticky-header-container.fix-sticky.fixed-table-container .table {
    margin-top: 1rem;
  }
}

.module--teaser {
  /*
    &.module:after {
        content:"";
        border-right: 1px solid #000;
        display: block;
        position: absolute;
        top: 0;
        height: 100%;
        right: -21px;
    }*/
}

.module--teaser .module-image + .module-headline {
  margin-top: 1.8125rem;
}

.module--teaser .module-headline + .module-caption,
.module--teaser .module-headline + .module-button {
  margin-top: 0.625rem;
}

.module--teaser .module-caption + .module-button,
.module--teaser .module-caption + .module-caption {
  margin-top: 1.25rem;
}

.module--teaser .module-collapse + .module-button {
  margin-top: 2.8125rem;
}

.module--teaser .module-headline .title {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 24px;
  line-height: 1.5rem;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.7px;
}

.module--teaser .module-headline .title.font-size-20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.module--teaser .module-headline .title.line-height-24 {
  line-height: 24px;
  line-height: 1.5rem;
}

.module--teaser .module-headline .title.font-size-22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.module--teaser .module-headline .title.line-height-27 {
  line-height: 27px;
  line-height: 1.6875rem;
}

.module--teaser .module-caption {
  font-size: 16px;
  font-size: 1rem;
  line-height: 22px;
  line-height: 1.375rem;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.7px;
}

.module--teaser .module-image {
  position: relative;
}

.module--teaser .module-image .module--btn {
  position: absolute;
  width: 105px;
  height: 105px;
}

.module--teaser .module-image .module--btn.left-top {
  left: 1.25rem;
  top: 1.25rem;
}

.module--teaser .module-image .module--btn.left-top .module-button {
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.module--teaser .module-image .module--btn.left-bottom {
  left: 1.25rem;
  bottom: 1.25rem;
}

.module--teaser .module-image .module--btn.left-bottom .module-button {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.module--teaser .module-image .module--btn.right-top {
  right: 1.25rem;
  top: 1.25rem;
}

.module--teaser .module-image .module--btn.right-top .module-button {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.module--teaser .module-image .module--btn.right-bottom {
  right: 1.25rem;
  bottom: 1.25rem;
}

.module--teaser .module-image .module--btn.right-bottom .module-button {
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.module--teaser .module-image .module--btn .module-button {
  width: 105px;
  height: 105px;
}

.module--teaser .module-image .module--btn .module-button.is24circle {
  width: 4.6875rem;
  height: 4.6875rem;
}

.module--text .module-overline + .module-headline {
  margin-top: 1.875rem;
}

.module--text .module-headline + .module-caption {
  margin-top: 1.875rem;
}

.module--text .module-headline + .module-button {
  margin-top: 2.5rem;
}

.module--text .module-caption + .module-button {
  margin-top: 1.875rem;
}

.module--text .module-collapse {
  margin-top: 0.9375rem;
}

.module--text .module-headline + .module-collapse {
  margin-top: 0.9375rem;
}

.module--text .module-caption + .module-collapse {
  margin-top: 0.9375rem;
}

.module--text .module-collapse + .module-caption,
.module--text .module-caption + .module-caption {
  margin-top: 2.5rem;
}

.module--text .module-collapse + .module-button {
  margin-top: 2.5rem;
}

.module--text .module-headline.border-top {
  padding-top: 1.25rem;
}

.module--text .module-headline.border-bottom {
  padding-bottom: 1.25rem;
}

.module--text .module-overline span.title {
  display: block;
}

@media (max-width: 575.98px) {
  .module--text.combined-accordion-mobile .module-caption {
    display: none;
  }
}

.module--text .bodytext + .bodytext-more,
.module--text .bodytext + .more,
.module--text .bodytext-more + .more {
  margin-top: 1rem;
}

.module--text .module-caption > div:empty,
.module--text .module-collapse > div:empty {
  display: none;
}

.module--text .module-caption.border-bottom,
.module--text .module-collapse.border-bottom {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  margin-bottom: 1.25rem;
}

.module--text .module-caption h1:has(span[class*="line-height"]), .module--text .module-caption h2:has(span[class*="line-height"]), .module--text .module-caption h3:has(span[class*="line-height"]), .module--text .module-caption h4:has(span[class*="line-height"]), .module--text .module-caption h5:has(span[class*="line-height"]), .module--text .module-caption h6:has(span[class*="line-height"]),
.module--text .module-collapse h1:has(span[class*="line-height"]),
.module--text .module-collapse h2:has(span[class*="line-height"]),
.module--text .module-collapse h3:has(span[class*="line-height"]),
.module--text .module-collapse h4:has(span[class*="line-height"]),
.module--text .module-collapse h5:has(span[class*="line-height"]),
.module--text .module-collapse h6:has(span[class*="line-height"]) {
  line-height: inherit;
}

.module--text .module-caption ul:last-child,
.module--text .module-caption ol:last-child,
.module--text .module-caption p:last-child,
.module--text .module-collapse ul:last-child,
.module--text .module-collapse ol:last-child,
.module--text .module-collapse p:last-child {
  margin-bottom: 0;
}

.module--text .module-caption ul,
.module--text .module-collapse ul {
  padding: 0;
  list-style: none;
}

@media (max-width: 767.98px) {
  .module--text .module-caption ul,
  .module--text .module-collapse ul {
    padding-top: 0.5rem;
  }
}

.module--text .module-caption ul li + li,
.module--text .module-collapse ul li + li {
  margin-top: 0.5rem;
}

.module--text .module-caption ul li,
.module--text .module-collapse ul li {
  padding-left: 20px;
  position: relative;
}

.module--text .module-caption ul li:before,
.module--text .module-collapse ul li:before {
  content: '//';
  display: inline-block;
  position: absolute;
  top: 0;
  width: 20px;
  margin-left: -20px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 800;
}

.module--text .module-caption ol,
.module--text .module-collapse ol {
  padding: 0;
  list-style-type: none;
  /*
            li {
                counter-increment: step-counter;
                padding-left: 40px;
                position: relative;

                &:before {
                    content: counter(step-counter)" //";
                    display: inline-block;
                    position: absolute;
                    top: 0;          
                    width: 40px;
                    margin-left: -40px;
                    @include fontSize(17px);
                    @include lineHeight(25px); 
                    @include font-vollkorn-extrabold();                    
                } 
            } 
            */
  list-style-type: none;
  counter-reset: lis calc(var(--s) - 1);
}

@media (max-width: 767.98px) {
  .module--text .module-caption ol,
  .module--text .module-collapse ol {
    padding-top: 0.5rem;
  }
}

.module--text .module-caption ol li + li,
.module--text .module-collapse ol li + li {
  margin-top: 0.5rem;
}

.module--text .module-caption ol li,
.module--text .module-collapse ol li {
  counter-increment: lis;
  padding-left: 40px;
  position: relative;
}

.module--text .module-caption ol li:before,
.module--text .module-collapse ol li:before {
  content: counter(lis) " //";
  display: inline-block;
  position: absolute;
  top: 0;
  width: 40px;
  margin-left: -40px;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 25px;
  line-height: 1.5625rem;
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 800;
}

.scroll-to-top {
  font-size: 20px;
  text-align: center;
  color: #fff;
  text-decoration: none;
  position: fixed;
  bottom: 16.875rem;
  right: 2.875rem;
  opacity: 0;
  display: block;
  visibility: hidden;
  visibility: visible;
  width: 0.625rem;
  height: 5.0625rem;
  line-height: 5.0625rem;
  z-index: 9999;
  outline: 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
}

.scroll-to-top svg {
  height: auto;
  width: 100%;
}

@media (max-width: 991.98px) {
  .scroll-to-top {
    bottom: 15.625rem;
  }
}

@media (max-width: 767.98px) {
  .scroll-to-top {
    right: 0.78125rem;
    bottom: 13.125rem;
  }
}

@media (max-width: 575.98px) {
  .scroll-to-top {
    bottom: 7rem;
  }
}

.scroll-to-top.is--visible {
  opacity: 1;
}

.scroll-to-top.is--visible:hover {
  opacity: 0.5;
  transition: all 0.4s ease-in-out;
}

.scroll-to-top svg:first-child {
  display: block;
}

@media (max-width: 575.98px) {
  .scroll-to-top svg:first-child {
    display: none;
  }
}

.scroll-to-top svg:last-child {
  display: none;
}

@media (max-width: 575.98px) {
  .scroll-to-top svg:last-child {
    display: block;
  }
}

.module--video .video {
  position: relative;
  padding-bottom: 56.25%;
  /* Default for 1600x900 videos 16:9 ratio*/
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}

.module--video .video.portrait {
  padding-bottom: 177.78%;
}

.module--video .video.square {
  padding-bottom: 100%;
}

.module--video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 105;
}

.module--video .video .play-button {
  text-indent: -10000px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 107;
  opacity: 1 !important;
}

.module--video .video .play-button span {
  position: absolute;
  width: 9.375rem;
  height: 9.375rem;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-color: #000;
}

@media (max-width: 767.98px) {
  .module--video .video .play-button span {
    width: 5rem;
    height: 5rem;
  }
}

.module--video .video .play-button span:before, .module--video .video .play-button span:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  transition: all 0.4s ease-in-out;
}

.module--video .video .play-button span:before {
  opacity: 1;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNDguMiAxNDguMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQ4LjIgMTQ4LjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBkPSJNNzQuMSwxNDguMmM0MC45LDAsNzQuMS0zMy4yLDc0LjEtNzQuMVMxMTUsMCw3NC4xLDBTMCwzMy4yLDAsNzQuMVMzMy4yLDE0OC4yLDc0LjEsMTQ4LjIiLz4KPC9nPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik01My4zLDUyLjR2NS4zaDAuOWMwLjcsMCwxLjEtMC4xLDEuNC0wLjNzMC40LTAuNiwwLjQtMS4xYzAuNC0wLjEsMC44LTAuMiwxLjMtMC4yYzAsMC42LTAuMSwxLjMtMC4xLDIuMQoJCWMwLDAuOSwwLDEuNiwwLjEsMi4yYy0wLjUsMC0xLTAuMS0xLjMtMC4yYy0wLjEtMC42LTAuMi0xLTAuNS0xLjJzLTAuNy0wLjMtMS40LTAuM2gtMC45djJjMCwwLjUsMC4xLDEsMC4yLDEuMwoJCWMwLjEsMC4zLDAuMywwLjUsMC42LDAuN2MwLjMsMC4xLDAuNiwwLjIsMS4xLDAuM2MwLjEsMC4yLDAuMSwwLjYsMC4xLDEuMmMtMC42LDAtMS42LTAuMS0zLTAuMWMtMS41LDAtMi41LDAtMy4yLDAuMQoJCWMwLTAuNSwwLTAuOSwwLjEtMS4yYzAuNCwwLDAuNi0wLjEsMC44LTAuMmMwLjItMC4xLDAuMy0wLjMsMC40LTAuNWMwLjEtMC4zLDAuMS0wLjYsMC4xLTEuMnYtNi44YzAtMC41LDAtMC45LTAuMS0xLjEKCQljLTAuMS0wLjItMC4yLTAuNC0wLjQtMC41cy0wLjQtMC4yLTAuOC0wLjJjLTAuMS0wLjMtMC4yLTAuNy0wLjItMS4yYzEsMCwyLjQsMC4xLDQuMiwwLjFjMi43LDAsNC40LDAsNS4zLTAuMQoJCWMwLDAuNSwwLjEsMS4xLDAuMSwxLjdjMC4xLDAuNiwwLjIsMS4xLDAuMywxLjVjLTAuNCwwLjItMC44LDAuMy0xLjQsMC4zYy0wLjEtMC43LTAuNC0xLjMtMC44LTEuN2MtMC40LTAuNC0xLjEtMC42LTIuMS0wLjYKCQlMNTMuMyw1Mi40TDUzLjMsNTIuNHoiLz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02Mi40LDYzYzAuNSwwLDAuOC0wLjEsMS0wLjRjMC4yLTAuMiwwLjMtMC42LDAuMy0xLjN2LTMuMWMwLTAuNS0wLjEtMC44LTAuMy0xcy0wLjYtMC4zLTEuMS0wLjMKCQljMC0wLjUsMC4xLTAuOCwwLjItMS4xYzAuNiwwLDEuMi0wLjEsMS45LTAuMmMwLjctMC4xLDEuMi0wLjMsMS40LTAuNGMwLjQsMC4yLDAuNSwwLjUsMC41LDF2NS4xYzAsMC42LDAuMSwxLjEsMC4yLDEuMwoJCWMwLjIsMC4yLDAuNSwwLjMsMC45LDAuNGMwLjEsMC4zLDAuMSwwLjcsMC4xLDEuMmMtMC42LDAtMS41LTAuMS0yLjctMC4xYy0xLjMsMC0yLjIsMC0yLjcsMC4xQzYyLjMsNjMuNyw2Mi4zLDYzLjMsNjIuNCw2M3oKCQkgTTYzLjcsNTMuNGMtMC4zLTAuMi0wLjQtMC42LTAuNC0xczAuMi0wLjgsMC41LTEuMXMwLjctMC40LDEuMi0wLjRzMC45LDAuMSwxLjIsMC40YzAuMywwLjMsMC40LDAuNiwwLjQsMXMtMC4yLDAuNy0wLjUsMQoJCXMtMC43LDAuNC0xLjIsMC40QzY0LjMsNTMuOCw2My45LDUzLjcsNjMuNyw1My40eiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTcxLjgsNjNjMC41LDAsMC44LTAuMSwxLTAuNGMwLjItMC4yLDAuMy0wLjYsMC4zLTEuM3YtNy45YzAtMC40LTAuMS0wLjctMC4zLTAuOWMtMC4yLTAuMi0wLjYtMC4zLTEuMS0wLjMKCQljMC0wLjUsMC4xLTAuOCwwLjItMS4xYzAuNiwwLDEuMi0wLjEsMS45LTAuMmMwLjctMC4xLDEuMi0wLjMsMS40LTAuNGMwLjQsMC4yLDAuNSwwLjUsMC41LDF2OS44YzAsMC42LDAuMSwxLjEsMC4yLDEuMwoJCWMwLjIsMC4yLDAuNSwwLjMsMC45LDAuNGMwLjEsMC4yLDAuMSwwLjYsMC4xLDEuMmMtMC42LDAtMS41LTAuMS0yLjctMC4xYy0xLjMsMC0yLjIsMC0yLjcsMC4xQzcxLjcsNjMuNiw3MS43LDYzLjMsNzEuOCw2M3oiLz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik05OC4xLDY0LjJjLTAuNCwwLTEuMi0wLjEtMi40LTAuMWMtMS4xLDAtMiwwLTIuNywwLjFjMC0wLjUsMC0wLjgsMC4xLTEuMmMwLjMsMCwwLjUtMC4xLDAuNy0wLjIKCQljMC4yLTAuMSwwLjMtMC4zLDAuMy0wLjZjMC4xLTAuMywwLjEtMC43LDAuMS0xLjJ2LTEuOGMwLTAuOC0wLjEtMS4zLTAuMy0xLjZjLTAuMi0wLjMtMC42LTAuNS0xLTAuNWMtMC41LDAtMSwwLjMtMS4zLDAuOAoJCWMtMC40LDAuNS0wLjUsMS4zLTAuNSwyLjN2MS4yYzAsMC42LDAuMSwxLjEsMC4yLDEuM2MwLjIsMC4yLDAuNCwwLjQsMC45LDAuNGMwLjEsMC4zLDAuMiwwLjYsMC4yLDEuMmMtMC40LDAtMS4zLTAuMS0yLjYtMC4xCgkJYy0xLjMsMC0yLjIsMC0yLjYsMC4xYzAtMC41LDAtMC45LDAuMS0xLjJjMC4zLDAsMC42LTAuMSwwLjctMC4yYzAuMi0wLjEsMC4zLTAuMywwLjMtMC42YzAuMS0wLjMsMC4xLTAuNywwLjEtMS4zdi0yCgkJYzAtMC43LTAuMS0xLjItMC40LTEuNWMtMC4yLTAuMy0wLjYtMC41LTEtMC41Yy0wLjMsMC0wLjYsMC4xLTAuOSwwLjRjLTAuMywwLjItMC41LDAuNi0wLjcsMS4xcy0wLjMsMS0wLjMsMS42djEuMgoJCWMwLDAuNSwwLDAuOCwwLjEsMXMwLjIsMC40LDAuMywwLjVjMC4yLDAuMSwwLjQsMC4yLDAuNywwLjJjMC4xLDAuMiwwLjEsMC42LDAuMSwxLjJjLTAuNCwwLTEuMy0wLjEtMi43LTAuMWMtMS40LDAtMi4zLDAtMi42LDAuMQoJCWMwLTAuNSwwLjEtMC45LDAuMi0xLjJjMC40LDAsMC42LTAuMSwwLjgtMC4yYzAuMi0wLjEsMC4zLTAuMywwLjQtMC41czAuMS0wLjYsMC4xLTF2LTIuN2MwLTAuNSwwLTAuOC0wLjEtMXMtMC4yLTAuNC0wLjQtMC41CgkJYy0wLjItMC4xLTAuNS0wLjItMC45LTAuMmMwLTAuNCwwLjEtMC44LDAuMi0xLjFjMC42LDAsMS4yLTAuMSwxLjgtMC4yYzAuNy0wLjEsMS4xLTAuMywxLjUtMC40YzAuNCwwLjEsMC41LDAuNCwwLjUsMQoJCWMwLDAuMy0wLjEsMC43LTAuMiwxLjJjMC4yLTAuNSwwLjQtMC44LDAuNS0xYzAuMy0wLjMsMC43LTAuNiwxLjEtMC45YzAuNS0wLjIsMS0wLjQsMS41LTAuNGMwLjYsMCwxLjEsMC4xLDEuNiwwLjQKCQljMC41LDAuMywwLjgsMC42LDEsMS4xYzAuMSwwLjIsMC4yLDAuNCwwLjIsMC42YzAuMi0wLjQsMC40LTAuNywwLjYtMC45YzAuMy0wLjMsMC42LTAuNiwxLjEtMC44YzAuNC0wLjIsMC45LTAuMywxLjQtMC4zCgkJYzIsMCwzLDEuMSwzLDMuMnYyLjNjMCwwLjYsMCwxLjEsMC4xLDEuM2MwLjEsMC4zLDAuMSwwLjUsMC4zLDAuNmMwLjEsMC4xLDAuMywwLjIsMC42LDAuMkM5OC4xLDYzLjMsOTguMSw2My43LDk4LjEsNjQuMnoiLz4KPC9nPgo8Zz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0zNy4xLDkyLjhjMCwwLjQtMC4xLDAuNy0wLjIsMC45Yy0xLDAtMS45LDAuMi0yLjgsMC42Yy0wLjItMC4xLTAuNC0wLjItMC40LTAuNGMtMC4xLTAuMi0wLjEtMC40LTAuMS0wLjcKCQljMC0wLjIsMC0wLjUsMC4xLTAuN2MtMC4yLDAuNS0wLjUsMC44LTAuOCwxLjFjLTAuNSwwLjUtMS4zLDAuNy0yLjIsMC43Yy0wLjgsMC0xLjUtMC4yLTItMC41Yy0wLjUtMC40LTAuNy0wLjktMC43LTEuNgoJCXMwLjMtMS4zLDAuOC0xLjhjMC41LTAuNCwxLjItMC44LDEuOS0xYzAuNy0wLjIsMS42LTAuNCwyLjYtMC41YzAtMC42LDAtMS0wLjEtMS4zcy0wLjItMC41LTAuMy0wLjdjLTAuMy0wLjMtMC42LTAuNS0xLjEtMC41CgkJYy0wLjUsMC0wLjgsMC4yLTEuMSwwLjZjLTAuMiwwLjQtMC40LDAuOS0wLjQsMS41Yy0wLjcsMC0xLjItMC4xLTEuNi0wLjJjMC0wLjMsMC0wLjUsMC0wLjdjMC0wLjUtMC4xLTEtMC4yLTEuNgoJCWMwLjUtMC4yLDEuMS0wLjQsMS44LTAuNmMwLjctMC4xLDEuMy0wLjIsMi0wLjJjMS4yLDAsMi4yLDAuMywyLjcsMC45YzAuMywwLjMsMC41LDAuNywwLjYsMS4yczAuMiwxLjIsMC4yLDJ2MS42CgkJYzAsMC40LDAsMC43LDAuMSwxYzAuMSwwLjIsMC4yLDAuNCwwLjMsMC40YzAuMiwwLjEsMC40LDAuMSwwLjcsMC4yTDM3LjEsOTIuOHogTTMzLjIsODkuOGMtMC45LDAuMi0xLjUsMC40LTEuOSwwLjYKCQljLTAuNCwwLjMtMC43LDAuNi0wLjcsMS4yYzAsMC40LDAuMSwwLjYsMC4zLDAuOHMwLjQsMC4zLDAuNywwLjNjMC4zLDAsMC41LTAuMSwwLjgtMC4zYzAuMy0wLjIsMC41LTAuNCwwLjYtMC44CgkJYzAuMi0wLjMsMC4yLTAuOCwwLjItMS4zVjg5Ljh6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTIuMyw5NC4yYy0xLjEsMC0xLjktMC4xLTIuNC0wLjFjLTEuMiwwLTIuMSwwLTIuNywwLjFjMC0wLjUsMC0wLjksMC4xLTEuMmMwLjQsMCwwLjctMC4xLDAuOC0wLjQKCQljMC4yLTAuMywwLjMtMC43LDAuMy0xLjR2LTIuMWMwLTAuOC0wLjEtMS4zLTAuNC0xLjZTNDcuNCw4Nyw0Ni45LDg3Yy0wLjMsMC0wLjYsMC4xLTAuOSwwLjRjLTAuMywwLjItMC41LDAuNi0wLjcsMQoJCWMtMC4yLDAuNS0wLjMsMS0wLjMsMS43djEuM2MwLDAuNiwwLjEsMS4xLDAuMiwxLjNjMC4yLDAuMiwwLjQsMC40LDAuOCwwLjRjMC4xLDAuMywwLjIsMC43LDAuMiwxLjJjLTAuNSwwLTEuNC0wLjEtMi42LTAuMQoJCWMtMS4zLDAtMi4yLDAtMi44LDAuMWMwLTAuNSwwLjEtMC45LDAuMi0xLjJjMC41LDAsMC44LTAuMSwxLTAuM2MwLjItMC4yLDAuMy0wLjcsMC4zLTEuM3YtMi45YzAtMC40LDAtMC43LTAuMS0wLjkKCQljLTAuMS0wLjItMC4yLTAuNC0wLjQtMC41UzQxLjMsODcsNDAuOSw4N2MwLTAuNSwwLjEtMC44LDAuMi0xLjFjMC42LDAsMS4zLTAuMSwxLjktMC4yYzAuNi0wLjEsMS4xLTAuMywxLjQtMC40CgkJYzAuNCwwLjEsMC41LDAuNSwwLjUsMWMwLDAuMy0wLjEsMC43LTAuMiwxLjFjMC0wLjEsMC4xLTAuMiwwLjItMC40czAuMi0wLjQsMC40LTAuNWMwLjMtMC4zLDAuNy0wLjYsMS4xLTAuOAoJCWMwLjUtMC4yLDEtMC4zLDEuNS0wLjNjMC45LDAsMS42LDAuMiwyLjIsMC43YzAuNiwwLjUsMC45LDEuMywwLjksMi4zdjIuOWMwLDAuNiwwLjEsMSwwLjIsMS4zYzAuMSwwLjIsMC40LDAuNCwwLjcsMC40CgkJQzUyLjIsOTMuMyw1Mi4zLDkzLjcsNTIuMyw5NC4yeiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTYyLjYsODguMWMtMC4zLDAuMS0wLjUsMC4xLTAuOCwwLjFjLTAuMS0wLjUtMC4yLTEtMC41LTEuM3MtMC43LTAuNS0xLjMtMC41Yy0wLjMsMC0wLjUsMC4xLTAuNywwLjIKCQlDNTkuMSw4Ni44LDU5LDg3LDU5LDg3LjJzMCwwLjQsMC4xLDAuNXMwLjMsMC4zLDAuNiwwLjVzMC43LDAuNCwxLjMsMC42YzAuNywwLjMsMS4zLDAuNiwxLjcsMC44YzAuNCwwLjMsMC43LDAuNSwwLjksMC45CgkJYzAuMiwwLjMsMC4zLDAuNywwLjMsMS4xYzAsMC44LTAuNCwxLjUtMS4xLDJjLTAuNywwLjUtMS43LDAuNy0yLjksMC43Yy0wLjcsMC0xLjQtMC4xLTEuOS0wLjJzLTEtMC4zLTEuNS0wLjUKCQljMC4xLTAuMywwLjEtMC43LDAuMS0xLjJzMC0wLjgtMC4xLTEuMWMwLjItMC4xLDAuNC0wLjIsMC43LTAuMkM1Ny40LDkxLDU3LjcsOTEsNTgsOTFjMC4xLDAuNywwLjMsMS4yLDAuNiwxLjZzMC44LDAuNSwxLjMsMC41CgkJYzAuNCwwLDAuNy0wLjEsMC45LTAuM2MwLjItMC4yLDAuMy0wLjQsMC4zLTAuN2MwLTAuMy0wLjEtMC42LTAuNC0wLjdjLTAuMi0wLjItMC43LTAuNC0xLjUtMC43Yy0wLjctMC4zLTEuMi0wLjUtMS42LTAuNwoJCWMtMC40LTAuMi0wLjctMC41LTAuOS0wLjljLTAuMi0wLjMtMC4zLTAuOC0wLjMtMS4zYzAtMC44LDAuMy0xLjQsMS0xLjhzMS41LTAuNiwyLjUtMC42YzAuNywwLDEuMiwwLDEuNywwLjFzMC45LDAuMiwxLjMsMC41CgkJYzAsMC4xLDAsMC4zLDAsMC42YzAsMC40LDAsMC45LDAuMSwxLjRDNjMsODgsNjIuOCw4OC4xLDYyLjYsODguMXoiLz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03Ni4xLDkyLjRjMC4xLDAuMiwwLjEsMC40LDAuMiwwLjZjLTAuOSwwLjktMi4yLDEuNC0zLjcsMS40cy0yLjctMC40LTMuNC0xLjJzLTEuMi0yLTEuMi0zLjQKCQljMC0wLjksMC4yLTEuNywwLjUtMi40YzAuNC0wLjcsMC45LTEuMiwxLjUtMS42YzAuNy0wLjQsMS40LTAuNiwyLjMtMC42YzEuMywwLDIuMywwLjQsMi45LDEuMXMxLDEuNywxLjEsMi45CgkJYy0wLjEsMC40LTAuMywwLjctMC41LDAuOWMtMS45LDAtMy42LDAtNS4xLDAuMWMwLjEsMC44LDAuNCwxLjQsMC44LDEuOXMxLDAuNywxLjgsMC43YzAuNCwwLDAuOS0wLjEsMS4zLTAuMgoJCWMwLjQtMC4yLDAuOC0wLjQsMS4xLTAuN0M3NS45LDkyLjEsNzYsOTIuMiw3Ni4xLDkyLjR6IE03MS4yLDg3LjFjLTAuMywwLjQtMC40LDEuMS0wLjUsMmgzYzAtMC44LTAuMS0xLjUtMC40LTIKCQljLTAuMi0wLjUtMC42LTAuNy0xLjEtMC43QzcxLjksODYuNSw3MS41LDg2LjcsNzEuMiw4Ny4xeiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTkxLjYsOTQuMmMtMS4xLDAtMS45LTAuMS0yLjQtMC4xYy0xLjIsMC0yLjEsMC0yLjcsMC4xYzAtMC41LDAtMC45LDAuMi0xLjJjMC40LDAsMC42LTAuMSwwLjgtMC40CgkJYzAuMi0wLjMsMC4zLTAuNywwLjMtMS40di0yLjFjMC0wLjgtMC4xLTEuMy0wLjQtMS42Yy0wLjItMC4zLTAuNi0wLjUtMS4xLTAuNXMtMSwwLjMtMS4zLDAuOGMtMC40LDAuNS0wLjUsMS4zLTAuNSwyLjJ2MS4zCgkJYzAsMC42LDAuMSwxLjEsMC4yLDEuM2MwLjIsMC4yLDAuNCwwLjQsMC44LDAuNGMwLjEsMC4yLDAuMSwwLjMsMC4xLDAuNXMwLDAuNCwwLDAuN2MtMC42LDAtMS40LTAuMS0yLjYtMC4xYy0xLjMsMC0yLjIsMC0yLjcsMC4xCgkJYzAtMC41LDAtMC45LDAuMS0xLjJjMC41LDAsMC44LTAuMSwxLTAuNGMwLjItMC4yLDAuMy0wLjcsMC4zLTEuM3YtNy44YzAtMC41LTAuMS0wLjgtMC4zLTFjLTAuMi0wLjItMC42LTAuMy0xLjEtMC4zCgkJYzAtMC41LDAuMS0wLjgsMC4yLTEuMWMwLjYsMCwxLjItMC4xLDEuOS0wLjJjMC43LTAuMSwxLjItMC4zLDEuNC0wLjRjMC40LDAuMiwwLjUsMC41LDAuNSwxdjQuOGMwLDAuMy0wLjEsMC43LTAuMiwxLjEKCQljMCwwLDAuMS0wLjIsMC4yLTAuNHMwLjItMC40LDAuNC0wLjVjMC4zLTAuMywwLjctMC42LDEuMS0wLjhjMC41LTAuMiwxLTAuMywxLjUtMC4zYzAuOSwwLDEuNiwwLjIsMi4yLDAuN3MwLjksMS4zLDAuOSwyLjN2Mi45CgkJYzAsMC42LDAuMSwxLDAuMiwxLjNjMC4xLDAuMiwwLjQsMC40LDAuNywwLjRDOTEuNiw5My4zLDkxLjYsOTMuNyw5MS42LDk0LjJ6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTAzLjYsOTIuNGMwLjEsMC4yLDAuMSwwLjQsMC4yLDAuNmMtMC45LDAuOS0yLjIsMS40LTMuNywxLjRzLTIuNy0wLjQtMy40LTEuMmMtMC44LTAuOC0xLjEtMS45LTEuMS0zLjIKCQljMC0wLjksMC4yLTEuNywwLjUtMi40czAuOS0xLjIsMS41LTEuNmMwLjctMC40LDEuNC0wLjYsMi4zLTAuNmMxLjMsMCwyLjMsMC40LDIuOSwxLjFzMSwxLjcsMS4xLDIuOWMtMC4xLDAuNC0wLjMsMC43LTAuNSwwLjkKCQljLTEuOSwwLTMuNiwwLTUuMSwwLjFjMC4xLDAuOCwwLjQsMS40LDAuOCwxLjlzMSwwLjcsMS44LDAuN2MwLjQsMCwwLjktMC4xLDEuMy0wLjJjMC40LTAuMiwwLjgtMC40LDEuMS0wLjcKCQlDMTAzLjQsOTIuMSwxMDMuNSw5Mi4yLDEwMy42LDkyLjR6IE05OC43LDg3LjFjLTAuMywwLjQtMC40LDEuMS0wLjUsMmgzYzAtMC44LTAuMS0xLjUtMC40LTJjLTAuMi0wLjUtMC42LTAuNy0xLjEtMC43CgkJQzk5LjMsODYuNSw5OSw4Ni43LDk4LjcsODcuMXoiLz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMTkuMiw5NC4yYy0xLjEsMC0xLjktMC4xLTIuNC0wLjFjLTEuMiwwLTIuMSwwLTIuNywwLjFjMC0wLjUsMC0wLjksMC4xLTEuMmMwLjQsMCwwLjctMC4xLDAuOC0wLjQKCQljMC4yLTAuMywwLjMtMC43LDAuMy0xLjR2LTIuMWMwLTAuOC0wLjEtMS4zLTAuNC0xLjZjLTAuMi0wLjMtMC42LTAuNS0xLjEtMC41Yy0wLjMsMC0wLjYsMC4xLTAuOSwwLjRjLTAuMywwLjItMC41LDAuNi0wLjcsMQoJCXMtMC4zLDEtMC4zLDEuN3YxLjNjMCwwLjYsMC4xLDEuMSwwLjIsMS4zYzAuMiwwLjIsMC40LDAuNCwwLjgsMC40YzAuMSwwLjMsMC4yLDAuNywwLjIsMS4yYy0wLjUsMC0xLjQtMC4xLTIuNi0wLjEKCQljLTEuMywwLTIuMiwwLTIuOCwwLjFjMC0wLjUsMC0wLjksMC4yLTEuMmMwLjUsMCwwLjgtMC4xLDEtMC4zczAuMy0wLjcsMC4zLTEuM3YtMi45YzAtMC40LDAtMC43LTAuMS0wLjlzLTAuMi0wLjQtMC40LTAuNQoJCWMtMC4yLTAuMS0wLjUtMC4yLTAuOS0wLjJjMC0wLjUsMC4xLTAuOCwwLjItMS4xYzAuNiwwLDEuMy0wLjEsMS45LTAuMnMxLjEtMC4zLDEuNC0wLjRjMC40LDAuMSwwLjUsMC41LDAuNSwxCgkJYzAsMC4zLTAuMSwwLjctMC4yLDEuMWMwLTAuMSwwLjEtMC4yLDAuMi0wLjRzMC4yLTAuNCwwLjQtMC41YzAuMy0wLjMsMC43LTAuNiwxLjEtMC44YzAuNS0wLjIsMS0wLjMsMS41LTAuMwoJCWMwLjksMCwxLjYsMC4yLDIuMiwwLjdzMC45LDEuMywwLjksMi4zdjIuOWMwLDAuNiwwLjEsMSwwLjIsMS4zYzAuMSwwLjIsMC40LDAuNCwwLjcsMC40QzExOS4xLDkzLjMsMTE5LjIsOTMuNywxMTkuMiw5NC4yeiIvPgo8L2c+Cjwvc3ZnPgo=\a");
}

.module--video .video .play-button span:after {
  opacity: 0;
  background-image: url(" data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkViZW5lXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAxNDguMiAxNDguMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTQ4LjIgMTQ4LjI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojRkZGRkZGO30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNzQuMSwxNDguMmM0MC45LDAsNzQuMS0zMy4yLDc0LjEtNzQuMVMxMTUsMCw3NC4xLDBTMCwzMy4yLDAsNzQuMVMzMy4yLDE0OC4yLDc0LjEsMTQ4LjIiLz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik01My4zLDUyLjR2NS4zaDAuOWMwLjcsMCwxLjEtMC4xLDEuNC0wLjNzMC40LTAuNiwwLjQtMS4xYzAuNC0wLjEsMC44LTAuMiwxLjMtMC4yYzAsMC42LTAuMSwxLjMtMC4xLDIuMQoJCQljMCwwLjksMCwxLjYsMC4xLDIuMmMtMC41LDAtMS0wLjEtMS4zLTAuMmMtMC4xLTAuNi0wLjItMS0wLjUtMS4yYy0wLjMtMC4yLTAuNy0wLjMtMS40LTAuM2gtMC45djJjMCwwLjUsMC4xLDEsMC4yLDEuMwoJCQljMC4xLDAuMywwLjMsMC41LDAuNiwwLjdjMC4zLDAuMSwwLjYsMC4yLDEuMSwwLjNjMC4xLDAuMiwwLjEsMC42LDAuMSwxLjJjLTAuNiwwLTEuNi0wLjEtMy0wLjFjLTEuNSwwLTIuNSwwLTMuMiwwLjEKCQkJYzAtMC41LDAtMC45LDAuMS0xLjJjMC40LDAsMC42LTAuMSwwLjgtMC4yYzAuMi0wLjEsMC4zLTAuMywwLjQtMC41YzAuMS0wLjMsMC4xLTAuNiwwLjEtMS4ydi02LjhjMC0wLjUsMC0wLjktMC4xLTEuMQoJCQljLTAuMS0wLjItMC4yLTAuNC0wLjQtMC41Yy0wLjItMC4xLTAuNC0wLjItMC44LTAuMmMtMC4xLTAuMy0wLjItMC43LTAuMi0xLjJjMSwwLDIuNCwwLjEsNC4yLDAuMWMyLjcsMCw0LjQsMCw1LjMtMC4xCgkJCWMwLDAuNSwwLjEsMS4xLDAuMSwxLjdjMC4xLDAuNiwwLjIsMS4xLDAuMywxLjVjLTAuNCwwLjItMC44LDAuMy0xLjQsMC4zYy0wLjEtMC43LTAuNC0xLjMtMC44LTEuN2MtMC40LTAuNC0xLjEtMC42LTIuMS0wLjYKCQkJSDUzLjN6Ii8+CgkJPHBhdGggZD0iTTYyLjQsNjNjMC41LDAsMC44LTAuMSwxLTAuNGMwLjItMC4yLDAuMy0wLjYsMC4zLTEuM3YtMy4xYzAtMC41LTAuMS0wLjgtMC4zLTFjLTAuMi0wLjItMC42LTAuMy0xLjEtMC4zCgkJCWMwLTAuNSwwLjEtMC44LDAuMi0xLjFjMC42LDAsMS4yLTAuMSwxLjktMC4yYzAuNy0wLjEsMS4yLTAuMywxLjQtMC40YzAuNCwwLjIsMC41LDAuNSwwLjUsMXY1LjFjMCwwLjYsMC4xLDEuMSwwLjIsMS4zCgkJCWMwLjIsMC4yLDAuNSwwLjMsMC45LDAuNGMwLjEsMC4zLDAuMSwwLjcsMC4xLDEuMmMtMC42LDAtMS41LTAuMS0yLjctMC4xYy0xLjMsMC0yLjIsMC0yLjcsMC4xQzYyLjMsNjMuNyw2Mi4zLDYzLjMsNjIuNCw2M3oKCQkJIE02My43LDUzLjRjLTAuMy0wLjItMC40LTAuNi0wLjQtMWMwLTAuNCwwLjItMC44LDAuNS0xLjFzMC43LTAuNCwxLjItMC40YzAuNSwwLDAuOSwwLjEsMS4yLDAuNGMwLjMsMC4zLDAuNCwwLjYsMC40LDEKCQkJYzAsMC40LTAuMiwwLjctMC41LDFzLTAuNywwLjQtMS4yLDAuNEM2NC4zLDUzLjgsNjMuOSw1My43LDYzLjcsNTMuNHoiLz4KCQk8cGF0aCBkPSJNNzEuOCw2M2MwLjUsMCwwLjgtMC4xLDEtMC40YzAuMi0wLjIsMC4zLTAuNiwwLjMtMS4zdi03LjljMC0wLjQtMC4xLTAuNy0wLjMtMC45Yy0wLjItMC4yLTAuNi0wLjMtMS4xLTAuMwoJCQljMC0wLjUsMC4xLTAuOCwwLjItMS4xYzAuNiwwLDEuMi0wLjEsMS45LTAuMmMwLjctMC4xLDEuMi0wLjMsMS40LTAuNGMwLjQsMC4yLDAuNSwwLjUsMC41LDF2OS44YzAsMC42LDAuMSwxLjEsMC4yLDEuMwoJCQljMC4yLDAuMiwwLjUsMC4zLDAuOSwwLjRjMC4xLDAuMiwwLjEsMC42LDAuMSwxLjJjLTAuNiwwLTEuNS0wLjEtMi43LTAuMWMtMS4zLDAtMi4yLDAtMi43LDAuMUM3MS43LDYzLjYsNzEuNyw2My4zLDcxLjgsNjN6Ii8+CgkJPHBhdGggZD0iTTk4LjEsNjQuMmMtMC40LDAtMS4yLTAuMS0yLjQtMC4xYy0xLjEsMC0yLDAtMi43LDAuMWMwLTAuNSwwLTAuOCwwLjEtMS4yYzAuMywwLDAuNS0wLjEsMC43LTAuMgoJCQljMC4yLTAuMSwwLjMtMC4zLDAuMy0wLjZjMC4xLTAuMywwLjEtMC43LDAuMS0xLjJ2LTEuOGMwLTAuOC0wLjEtMS4zLTAuMy0xLjZjLTAuMi0wLjMtMC42LTAuNS0xLTAuNWMtMC41LDAtMSwwLjMtMS4zLDAuOAoJCQljLTAuNCwwLjUtMC41LDEuMy0wLjUsMi4zdjEuMmMwLDAuNiwwLjEsMS4xLDAuMiwxLjNjMC4yLDAuMiwwLjQsMC40LDAuOSwwLjRjMC4xLDAuMywwLjIsMC42LDAuMiwxLjJjLTAuNCwwLTEuMy0wLjEtMi42LTAuMQoJCQljLTEuMywwLTIuMiwwLTIuNiwwLjFjMC0wLjUsMC0wLjksMC4xLTEuMmMwLjMsMCwwLjYtMC4xLDAuNy0wLjJjMC4yLTAuMSwwLjMtMC4zLDAuMy0wLjZjMC4xLTAuMywwLjEtMC43LDAuMS0xLjNWNTkKCQkJYzAtMC43LTAuMS0xLjItMC40LTEuNUM4Ny44LDU3LjIsODcuNCw1Nyw4Nyw1N2MtMC4zLDAtMC42LDAuMS0wLjksMC40Yy0wLjMsMC4yLTAuNSwwLjYtMC43LDEuMWMtMC4yLDAuNS0wLjMsMS0wLjMsMS42djEuMgoJCQljMCwwLjUsMCwwLjgsMC4xLDFjMC4xLDAuMiwwLjIsMC40LDAuMywwLjVjMC4yLDAuMSwwLjQsMC4yLDAuNywwLjJjMC4xLDAuMiwwLjEsMC42LDAuMSwxLjJjLTAuNCwwLTEuMy0wLjEtMi43LTAuMQoJCQljLTEuNCwwLTIuMywwLTIuNiwwLjFjMC0wLjUsMC4xLTAuOSwwLjItMS4yYzAuNCwwLDAuNi0wLjEsMC44LTAuMmMwLjItMC4xLDAuMy0wLjMsMC40LTAuNWMwLjEtMC4yLDAuMS0wLjYsMC4xLTF2LTIuNwoJCQljMC0wLjUsMC0wLjgtMC4xLTFzLTAuMi0wLjQtMC40LTAuNWMtMC4yLTAuMS0wLjUtMC4yLTAuOS0wLjJjMC0wLjQsMC4xLTAuOCwwLjItMS4xYzAuNiwwLDEuMi0wLjEsMS44LTAuMgoJCQljMC43LTAuMSwxLjEtMC4zLDEuNS0wLjRjMC40LDAuMSwwLjUsMC40LDAuNSwxYzAsMC4zLTAuMSwwLjctMC4yLDEuMmMwLjItMC41LDAuNC0wLjgsMC41LTFjMC4zLTAuMywwLjctMC42LDEuMS0wLjkKCQkJYzAuNS0wLjIsMS0wLjQsMS41LTAuNGMwLjYsMCwxLjEsMC4xLDEuNiwwLjRjMC41LDAuMywwLjgsMC42LDEsMS4xYzAuMSwwLjIsMC4yLDAuNCwwLjIsMC42YzAuMi0wLjQsMC40LTAuNywwLjYtMC45CgkJCWMwLjMtMC4zLDAuNi0wLjYsMS4xLTAuOGMwLjQtMC4yLDAuOS0wLjMsMS40LTAuM2MyLDAsMywxLjEsMywzLjJ2Mi4zYzAsMC42LDAsMS4xLDAuMSwxLjNjMC4xLDAuMywwLjEsMC41LDAuMywwLjYKCQkJYzAuMSwwLjEsMC4zLDAuMiwwLjYsMC4yQzk4LjEsNjMuMyw5OC4xLDYzLjcsOTguMSw2NC4yeiIvPgoJPC9nPgoJPGc+CgkJPHBhdGggZD0iTTM3LjEsOTIuOGMwLDAuNC0wLjEsMC43LTAuMiwwLjljLTEsMC0xLjksMC4yLTIuOCwwLjZjLTAuMi0wLjEtMC40LTAuMi0wLjQtMC40Yy0wLjEtMC4yLTAuMS0wLjQtMC4xLTAuNwoJCQljMC0wLjIsMC0wLjUsMC4xLTAuN2MtMC4yLDAuNS0wLjUsMC44LTAuOCwxLjFjLTAuNSwwLjUtMS4zLDAuNy0yLjIsMC43Yy0wLjgsMC0xLjUtMC4yLTItMC41Yy0wLjUtMC40LTAuNy0wLjktMC43LTEuNgoJCQljMC0wLjcsMC4zLTEuMywwLjgtMS44YzAuNS0wLjQsMS4yLTAuOCwxLjktMWMwLjctMC4yLDEuNi0wLjQsMi42LTAuNWMwLTAuNiwwLTEtMC4xLTEuM2MtMC4xLTAuMy0wLjItMC41LTAuMy0wLjcKCQkJYy0wLjMtMC4zLTAuNi0wLjUtMS4xLTAuNWMtMC41LDAtMC44LDAuMi0xLjEsMC42Yy0wLjIsMC40LTAuNCwwLjktMC40LDEuNWMtMC43LDAtMS4yLTAuMS0xLjYtMC4yYzAtMC4zLDAtMC41LDAtMC43CgkJCWMwLTAuNS0wLjEtMS0wLjItMS42YzAuNS0wLjIsMS4xLTAuNCwxLjgtMC42YzAuNy0wLjEsMS4zLTAuMiwyLTAuMmMxLjIsMCwyLjIsMC4zLDIuNywwLjljMC4zLDAuMywwLjUsMC43LDAuNiwxLjIKCQkJYzAuMSwwLjUsMC4yLDEuMiwwLjIsMnYxLjZjMCwwLjQsMCwwLjcsMC4xLDFjMC4xLDAuMiwwLjIsMC40LDAuMywwLjRjMC4yLDAuMSwwLjQsMC4xLDAuNywwLjJMMzcuMSw5Mi44eiBNMzMuMiw4OS44CgkJCWMtMC45LDAuMi0xLjUsMC40LTEuOSwwLjZjLTAuNCwwLjMtMC43LDAuNi0wLjcsMS4yYzAsMC40LDAuMSwwLjYsMC4zLDAuOHMwLjQsMC4zLDAuNywwLjNjMC4zLDAsMC41LTAuMSwwLjgtMC4zCgkJCWMwLjMtMC4yLDAuNS0wLjQsMC42LTAuOGMwLjItMC4zLDAuMi0wLjgsMC4yLTEuM1Y4OS44eiIvPgoJCTxwYXRoIGQ9Ik01Mi4zLDk0LjJjLTEuMSwwLTEuOS0wLjEtMi40LTAuMWMtMS4yLDAtMi4xLDAtMi43LDAuMWMwLTAuNSwwLTAuOSwwLjEtMS4yYzAuNCwwLDAuNy0wLjEsMC44LTAuNAoJCQljMC4yLTAuMywwLjMtMC43LDAuMy0xLjR2LTIuMWMwLTAuOC0wLjEtMS4zLTAuNC0xLjZzLTAuNi0wLjUtMS4xLTAuNWMtMC4zLDAtMC42LDAuMS0wLjksMC40Yy0wLjMsMC4yLTAuNSwwLjYtMC43LDEKCQkJYy0wLjIsMC41LTAuMywxLTAuMywxLjd2MS4zYzAsMC42LDAuMSwxLjEsMC4yLDEuM2MwLjIsMC4yLDAuNCwwLjQsMC44LDAuNGMwLjEsMC4zLDAuMiwwLjcsMC4yLDEuMmMtMC41LDAtMS40LTAuMS0yLjYtMC4xCgkJCWMtMS4zLDAtMi4yLDAtMi44LDAuMWMwLTAuNSwwLjEtMC45LDAuMi0xLjJjMC41LDAsMC44LTAuMSwxLTAuM2MwLjItMC4yLDAuMy0wLjcsMC4zLTEuM3YtMi45YzAtMC40LDAtMC43LTAuMS0wLjkKCQkJYy0wLjEtMC4yLTAuMi0wLjQtMC40LTAuNWMtMC4yLTAuMS0wLjUtMC4yLTAuOS0wLjJjMC0wLjUsMC4xLTAuOCwwLjItMS4xYzAuNiwwLDEuMy0wLjEsMS45LTAuMmMwLjYtMC4xLDEuMS0wLjMsMS40LTAuNAoJCQljMC40LDAuMSwwLjUsMC41LDAuNSwxYzAsMC4zLTAuMSwwLjctMC4yLDEuMWMwLTAuMSwwLjEtMC4yLDAuMi0wLjRzMC4yLTAuNCwwLjQtMC41YzAuMy0wLjMsMC43LTAuNiwxLjEtMC44CgkJCWMwLjUtMC4yLDEtMC4zLDEuNS0wLjNjMC45LDAsMS42LDAuMiwyLjIsMC43YzAuNiwwLjUsMC45LDEuMywwLjksMi4zdjIuOWMwLDAuNiwwLjEsMSwwLjIsMS4zYzAuMSwwLjIsMC40LDAuNCwwLjcsMC40CgkJCUM1Mi4yLDkzLjMsNTIuMyw5My43LDUyLjMsOTQuMnoiLz4KCQk8cGF0aCBkPSJNNjIuNiw4OC4xYy0wLjMsMC4xLTAuNSwwLjEtMC44LDAuMWMtMC4xLTAuNS0wLjItMS0wLjUtMS4zYy0wLjMtMC4zLTAuNy0wLjUtMS4zLTAuNWMtMC4zLDAtMC41LDAuMS0wLjcsMC4yCgkJCUM1OS4xLDg2LjgsNTksODcsNTksODcuMmMwLDAuMiwwLDAuNCwwLjEsMC41YzAuMSwwLjEsMC4zLDAuMywwLjYsMC41YzAuMywwLjIsMC43LDAuNCwxLjMsMC42YzAuNywwLjMsMS4zLDAuNiwxLjcsMC44CgkJCWMwLjQsMC4zLDAuNywwLjUsMC45LDAuOWMwLjIsMC4zLDAuMywwLjcsMC4zLDEuMWMwLDAuOC0wLjQsMS41LTEuMSwyYy0wLjcsMC41LTEuNywwLjctMi45LDAuN2MtMC43LDAtMS40LTAuMS0xLjktMC4yCgkJCWMtMC41LTAuMS0xLTAuMy0xLjUtMC41YzAuMS0wLjMsMC4xLTAuNywwLjEtMS4yYzAtMC41LDAtMC44LTAuMS0xLjFjMC4yLTAuMSwwLjQtMC4yLDAuNy0wLjJDNTcuNCw5MSw1Ny43LDkxLDU4LDkxCgkJCWMwLjEsMC43LDAuMywxLjIsMC42LDEuNmMwLjMsMC40LDAuOCwwLjUsMS4zLDAuNWMwLjQsMCwwLjctMC4xLDAuOS0wLjNjMC4yLTAuMiwwLjMtMC40LDAuMy0wLjdjMC0wLjMtMC4xLTAuNi0wLjQtMC43CgkJCWMtMC4yLTAuMi0wLjctMC40LTEuNS0wLjdjLTAuNy0wLjMtMS4yLTAuNS0xLjYtMC43Yy0wLjQtMC4yLTAuNy0wLjUtMC45LTAuOWMtMC4yLTAuMy0wLjMtMC44LTAuMy0xLjNjMC0wLjgsMC4zLTEuNCwxLTEuOAoJCQljMC43LTAuNCwxLjUtMC42LDIuNS0wLjZjMC43LDAsMS4yLDAsMS43LDAuMWMwLjUsMC4xLDAuOSwwLjIsMS4zLDAuNWMwLDAuMSwwLDAuMywwLDAuNmMwLDAuNCwwLDAuOSwwLjEsMS40CgkJCUM2Myw4OCw2Mi44LDg4LjEsNjIuNiw4OC4xeiIvPgoJCTxwYXRoIGQ9Ik03Ni4xLDkyLjRjMC4xLDAuMiwwLjEsMC40LDAuMiwwLjZjLTAuOSwwLjktMi4yLDEuNC0zLjcsMS40Yy0xLjUsMC0yLjctMC40LTMuNC0xLjJTNjgsOTEuMiw2OCw4OS44CgkJCWMwLTAuOSwwLjItMS43LDAuNS0yLjRjMC40LTAuNywwLjktMS4yLDEuNS0xLjZjMC43LTAuNCwxLjQtMC42LDIuMy0wLjZjMS4zLDAsMi4zLDAuNCwyLjksMS4xYzAuNiwwLjcsMSwxLjcsMS4xLDIuOQoJCQljLTAuMSwwLjQtMC4zLDAuNy0wLjUsMC45Yy0xLjksMC0zLjYsMC01LjEsMC4xYzAuMSwwLjgsMC40LDEuNCwwLjgsMS45czEsMC43LDEuOCwwLjdjMC40LDAsMC45LTAuMSwxLjMtMC4yCgkJCWMwLjQtMC4yLDAuOC0wLjQsMS4xLTAuN0M3NS45LDkyLjEsNzYsOTIuMiw3Ni4xLDkyLjR6IE03MS4yLDg3LjFjLTAuMywwLjQtMC40LDEuMS0wLjUsMmgzYzAtMC44LTAuMS0xLjUtMC40LTIKCQkJYy0wLjItMC41LTAuNi0wLjctMS4xLTAuN0M3MS45LDg2LjUsNzEuNSw4Ni43LDcxLjIsODcuMXoiLz4KCQk8cGF0aCBkPSJNOTEuNiw5NC4yYy0xLjEsMC0xLjktMC4xLTIuNC0wLjFjLTEuMiwwLTIuMSwwLTIuNywwLjFjMC0wLjUsMC0wLjksMC4yLTEuMmMwLjQsMCwwLjYtMC4xLDAuOC0wLjQKCQkJYzAuMi0wLjMsMC4zLTAuNywwLjMtMS40di0yLjFjMC0wLjgtMC4xLTEuMy0wLjQtMS42Yy0wLjItMC4zLTAuNi0wLjUtMS4xLTAuNWMtMC41LDAtMSwwLjMtMS4zLDAuOGMtMC40LDAuNS0wLjUsMS4zLTAuNSwyLjIKCQkJdjEuM2MwLDAuNiwwLjEsMS4xLDAuMiwxLjNjMC4yLDAuMiwwLjQsMC40LDAuOCwwLjRjMC4xLDAuMiwwLjEsMC4zLDAuMSwwLjVjMCwwLjIsMCwwLjQsMCwwLjdjLTAuNiwwLTEuNC0wLjEtMi42LTAuMQoJCQljLTEuMywwLTIuMiwwLTIuNywwLjFjMC0wLjUsMC0wLjksMC4xLTEuMmMwLjUsMCwwLjgtMC4xLDEtMC40YzAuMi0wLjIsMC4zLTAuNywwLjMtMS4zdi03LjhjMC0wLjUtMC4xLTAuOC0wLjMtMQoJCQljLTAuMi0wLjItMC42LTAuMy0xLjEtMC4zYzAtMC41LDAuMS0wLjgsMC4yLTEuMWMwLjYsMCwxLjItMC4xLDEuOS0wLjJjMC43LTAuMSwxLjItMC4zLDEuNC0wLjRjMC40LDAuMiwwLjUsMC41LDAuNSwxdjQuOAoJCQljMCwwLjMtMC4xLDAuNy0wLjIsMS4xYzAsMCwwLjEtMC4yLDAuMi0wLjRzMC4yLTAuNCwwLjQtMC41YzAuMy0wLjMsMC43LTAuNiwxLjEtMC44YzAuNS0wLjIsMS0wLjMsMS41LTAuMwoJCQljMC45LDAsMS42LDAuMiwyLjIsMC43YzAuNiwwLjUsMC45LDEuMywwLjksMi4zdjIuOWMwLDAuNiwwLjEsMSwwLjIsMS4zYzAuMSwwLjIsMC40LDAuNCwwLjcsMC40QzkxLjYsOTMuMyw5MS42LDkzLjcsOTEuNiw5NC4yegoJCQkiLz4KCQk8cGF0aCBkPSJNMTAzLjYsOTIuNGMwLjEsMC4yLDAuMSwwLjQsMC4yLDAuNmMtMC45LDAuOS0yLjIsMS40LTMuNywxLjRjLTEuNSwwLTIuNy0wLjQtMy40LTEuMmMtMC44LTAuOC0xLjEtMS45LTEuMS0zLjIKCQkJYzAtMC45LDAuMi0xLjcsMC41LTIuNHMwLjktMS4yLDEuNS0xLjZjMC43LTAuNCwxLjQtMC42LDIuMy0wLjZjMS4zLDAsMi4zLDAuNCwyLjksMS4xYzAuNiwwLjcsMSwxLjcsMS4xLDIuOQoJCQljLTAuMSwwLjQtMC4zLDAuNy0wLjUsMC45Yy0xLjksMC0zLjYsMC01LjEsMC4xYzAuMSwwLjgsMC40LDEuNCwwLjgsMS45czEsMC43LDEuOCwwLjdjMC40LDAsMC45LTAuMSwxLjMtMC4yCgkJCWMwLjQtMC4yLDAuOC0wLjQsMS4xLTAuN0MxMDMuNCw5Mi4xLDEwMy41LDkyLjIsMTAzLjYsOTIuNHogTTk4LjcsODcuMWMtMC4zLDAuNC0wLjQsMS4xLTAuNSwyaDNjMC0wLjgtMC4xLTEuNS0wLjQtMgoJCQljLTAuMi0wLjUtMC42LTAuNy0xLjEtMC43Qzk5LjMsODYuNSw5OSw4Ni43LDk4LjcsODcuMXoiLz4KCQk8cGF0aCBkPSJNMTE5LjIsOTQuMmMtMS4xLDAtMS45LTAuMS0yLjQtMC4xYy0xLjIsMC0yLjEsMC0yLjcsMC4xYzAtMC41LDAtMC45LDAuMS0xLjJjMC40LDAsMC43LTAuMSwwLjgtMC40CgkJCWMwLjItMC4zLDAuMy0wLjcsMC4zLTEuNHYtMi4xYzAtMC44LTAuMS0xLjMtMC40LTEuNmMtMC4yLTAuMy0wLjYtMC41LTEuMS0wLjVjLTAuMywwLTAuNiwwLjEtMC45LDAuNGMtMC4zLDAuMi0wLjUsMC42LTAuNywxCgkJCXMtMC4zLDEtMC4zLDEuN3YxLjNjMCwwLjYsMC4xLDEuMSwwLjIsMS4zYzAuMiwwLjIsMC40LDAuNCwwLjgsMC40YzAuMSwwLjMsMC4yLDAuNywwLjIsMS4yYy0wLjUsMC0xLjQtMC4xLTIuNi0wLjEKCQkJYy0xLjMsMC0yLjIsMC0yLjgsMC4xYzAtMC41LDAtMC45LDAuMi0xLjJjMC41LDAsMC44LTAuMSwxLTAuM3MwLjMtMC43LDAuMy0xLjN2LTIuOWMwLTAuNCwwLTAuNy0wLjEtMC45cy0wLjItMC40LTAuNC0wLjUKCQkJYy0wLjItMC4xLTAuNS0wLjItMC45LTAuMmMwLTAuNSwwLjEtMC44LDAuMi0xLjFjMC42LDAsMS4zLTAuMSwxLjktMC4yYzAuNi0wLjEsMS4xLTAuMywxLjQtMC40YzAuNCwwLjEsMC41LDAuNSwwLjUsMQoJCQljMCwwLjMtMC4xLDAuNy0wLjIsMS4xYzAtMC4xLDAuMS0wLjIsMC4yLTAuNHMwLjItMC40LDAuNC0wLjVjMC4zLTAuMywwLjctMC42LDEuMS0wLjhjMC41LTAuMiwxLTAuMywxLjUtMC4zCgkJCWMwLjksMCwxLjYsMC4yLDIuMiwwLjdjMC42LDAuNSwwLjksMS4zLDAuOSwyLjN2Mi45YzAsMC42LDAuMSwxLDAuMiwxLjNjMC4xLDAuMiwwLjQsMC40LDAuNywwLjQKCQkJQzExOS4xLDkzLjMsMTE5LjIsOTMuNywxMTkuMiw5NC4yeiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=");
}

.module--video .video .play-button:hover span {
  background-color: #fff;
}

.module--video .video .play-button:hover span:before {
  opacity: 0;
}

.module--video .video .play-button:hover span:after {
  opacity: 1;
}

.module--video .video .play-button.is-playing {
  background-image: none;
  z-index: -1;
}

.module--video .video .pause-button {
  display: none !important;
}

.module--video .video .vimeo-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 106;
}

.module--video .video .vimeo-overlay img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.module--video .video .vimeo-overlay.is-playing {
  opacity: 0;
  z-index: -2;
}

.custom-checkbox {
  padding-left: 0;
}

.custom-checkbox > .checkbox {
  margin-top: -1px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  width: 100%;
  padding-left: 1.875rem;
}

.custom-checkbox > .checkbox.checkbox-row-outer {
  padding-left: 0;
}

.custom-checkbox .checkbox-row .checkbox {
  display: inline-block;
  margin-left: 1.875rem;
  margin-right: 1.875rem;
}

.custom-checkbox .checkbox-row .checkbox:first-child {
  margin-left: 0;
  min-width: 17.5rem;
}

@media (max-width: 767.98px) {
  .custom-checkbox .checkbox-row .checkbox:first-child {
    min-width: 55%;
  }
}

@media (max-width: 660px) {
  .custom-checkbox .checkbox-row .checkbox:first-child {
    margin-right: 0;
    display: block;
  }
  .custom-checkbox .checkbox-row .checkbox:first-child label {
    min-height: auto;
    padding-bottom: 0;
  }
}

.custom-checkbox a span {
  border-bottom: 1px solid #000;
}

.custom-checkbox .custom-control-label::before {
  top: .7rem;
  left: -1.875rem;
  width: 0.9375rem;
  height: 0.9375rem;
  outline: 0 !important;
  box-shadow: none !important;
  border: 1px solid #000;
  background-color: transparent;
}

.custom-checkbox .custom-control-label::after {
  top: .7rem;
  left: -1.875rem;
  width: 0.9375rem;
  height: 0.9375rem;
  outline: 0 !important;
  box-shadow: none !important;
}

.custom-checkbox .custom-control-label.title:before,
.custom-checkbox .custom-control-label.title:after {
  display: none;
}

.custom-checkbox label {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 23px;
  line-height: 1.4375rem;
  min-height: 2.4375rem;
  padding: 0.5rem 0 0.25rem 0;
  letter-spacing: 0.7px;
}

.custom-checkbox p {
  margin-bottom: 0;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #000;
}

.tx-powermail div[class*="powermail_fieldwrap_datenschutz"] .custom-checkbox.custom-control,
.tx-powermail div[class*="powermail_fieldwrap_newslettercondition"] .custom-checkbox.custom-control {
  min-height: auto;
}

.tx-powermail div[class*="powermail_fieldwrap_datenschutz"] .custom-checkbox > .checkbox,
.tx-powermail div[class*="powermail_fieldwrap_newslettercondition"] .custom-checkbox > .checkbox {
  border-top: 0;
  padding-top: 1.6875rem;
  padding-bottom: 0;
}

.tx-powermail div[class*="powermail_fieldwrap_datenschutz"] .custom-checkbox > .checkbox label,
.tx-powermail div[class*="powermail_fieldwrap_newslettercondition"] .custom-checkbox > .checkbox label {
  min-height: auto;
  padding-bottom: 1.625rem;
}

.tx-powermail div[class*="powermail_fieldwrap_datenschutz"] .custom-checkbox .custom-control-label::before,
.tx-powermail div[class*="powermail_fieldwrap_newslettercondition"] .custom-checkbox .custom-control-label::before {
  top: 0rem;
}

.tx-powermail div[class*="powermail_fieldwrap_datenschutz"] .custom-checkbox .custom-control-label::after,
.tx-powermail div[class*="powermail_fieldwrap_newslettercondition"] .custom-checkbox .custom-control-label::after {
  top: 0rem;
}

.tx-powermail div[class*="powermail_fieldwrap_datenschutz"] .custom-checkbox label,
.tx-powermail div[class*="powermail_fieldwrap_newslettercondition"] .custom-checkbox label {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 600;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  letter-spacing: 0.6px;
  margin-top: 0;
  padding: 0 0;
}

.tx-powermail div[class*="powermail_fieldwrap_datenschutz"] .custom-checkbox label a,
.tx-powermail div[class*="powermail_fieldwrap_newslettercondition"] .custom-checkbox label a {
  outline: none !important;
  box-shadow: none !important;
  transition: all 0.2s ease-in-out;
  position: relative;
  text-decoration: underline;
}

.tx-powermail div[class*="powermail_fieldwrap_datenschutz"] .custom-checkbox label a:hover, .tx-powermail div[class*="powermail_fieldwrap_datenschutz"] .custom-checkbox label a:focus,
.tx-powermail div[class*="powermail_fieldwrap_newslettercondition"] .custom-checkbox label a:hover,
.tx-powermail div[class*="powermail_fieldwrap_newslettercondition"] .custom-checkbox label a:focus {
  outline: none !important;
  box-shadow: none !important;
}

.tx-powermail div[class*="powermail_fieldwrap_newslettercondition"] .custom-checkbox > .checkbox {
  padding-top: 0;
}

.section-content.form-content {
  overflow: visible;
}

.tx-powermail {
  overflow: visible;
}

.tx-powermail .powermail_fieldwrap_type_html hr {
  border-top: 1px solid #000 !important;
}

.tx-powermail .powermail_fieldwrap_type_html h3 {
  font-family: 'Vollkorn';
  font-style: normal;
  font-weight: 800;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 17px;
  line-height: 1.0625rem;
  letter-spacing: 2px;
  margin-bottom: 1.25rem;
}

.tx-powermail .powermail_fieldwrap_type_html p {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 17px;
  line-height: 1.0625rem;
  letter-spacing: 0.7px;
  margin-bottom: 1.625rem;
  margin-top: 0.6875rem;
}

.tx-powermail .powermail_fieldwrap_type_html p span {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 23px;
  line-height: 1.4375rem;
}

.tx-powermail .powermail_fieldwrap_type_html h3 + p {
  margin-top: 0rem;
}

.tx-powermail .parsley-errors-list, .tx-powermail .powermail-errors-list {
  display: none;
}

.form-control,
.powermail_input,
.powermail_textarea {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 39px;
  line-height: 2.4375rem;
  height: 2.4375rem;
  color: #000 !important;
  letter-spacing: 0.7px;
  background: transparent !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 1px solid #000 !important;
  border-bottom: 1px solid #000 !important;
  margin-top: -1px;
  padding: 0.1875rem 0 0 0;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}

.form-control::-webkit-input-placeholder, .powermail_input::-webkit-input-placeholder, .powermail_textarea::-webkit-input-placeholder {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 39px;
  line-height: 2.4375rem;
  height: 2.4375rem;
  color: #000 !important;
  letter-spacing: 0.6px;
}

.form-control::-moz-placeholder, .powermail_input::-moz-placeholder, .powermail_textarea::-moz-placeholder {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 39px;
  line-height: 2.4375rem;
  height: 2.4375rem;
  color: #000 !important;
  letter-spacing: 0.6px;
}

.form-control:-ms-input-placeholder, .powermail_input:-ms-input-placeholder, .powermail_textarea:-ms-input-placeholder {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 39px;
  line-height: 2.4375rem;
  height: 2.4375rem;
  color: #000 !important;
  letter-spacing: 0.6px;
}

.form-control::-ms-input-placeholder, .powermail_input::-ms-input-placeholder, .powermail_textarea::-ms-input-placeholder {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 39px;
  line-height: 2.4375rem;
  height: 2.4375rem;
  color: #000 !important;
  letter-spacing: 0.6px;
}

.form-control::placeholder,
.powermail_input::placeholder,
.powermail_textarea::placeholder {
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 39px;
  line-height: 2.4375rem;
  height: 2.4375rem;
  color: #000 !important;
  letter-spacing: 0.6px;
}

.powermail_textarea {
  padding-top: 0.5625rem;
  line-height: 20px;
  line-height: 1.25rem;
}

.powermail_textarea::-webkit-input-placeholder {
  line-height: 20px;
  line-height: 1.25rem;
}

.powermail_textarea::-moz-placeholder {
  line-height: 20px;
  line-height: 1.25rem;
}

.powermail_textarea:-ms-input-placeholder {
  line-height: 20px;
  line-height: 1.25rem;
}

.powermail_textarea::-ms-input-placeholder {
  line-height: 20px;
  line-height: 1.25rem;
}

.powermail_textarea::placeholder {
  line-height: 20px;
  line-height: 1.25rem;
}

.powermail_textarea, textarea.form-control {
  margin-top: 2.4375rem;
  height: 7.6875rem;
  resize: none;
}

.tx-powermail div[class*="powermail_fieldwrap_idee"] .powermail_textarea, .tx-powermail div[class*="powermail_fieldwrap_idee"] textarea.form-control {
  height: 15.375rem;
  resize: vertical;
}

.form-mb {
  width: 100%;
  display: block;
  margin-bottom: 3.0625rem;
}

.powermail_fieldwrap:not(.powermail_fieldwrap_type_check) label {
  display: none;
}

.btn-submit {
  margin-top: 1.25rem;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 39px;
  line-height: 2.4375rem;
  height: 2.4375rem;
  color: #000 !important;
  letter-spacing: 0.6px;
  border: 1px solid #000 !important;
  width: 100%;
  background: transparent !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

.btn-submit:hover {
  opacity: 0.5;
  transition: all 0.4s ease-in-out;
}

.bootstrap-select.form-control {
  border-top: 0px !important;
  border-bottom: 0px !important;
}

.bootstrap-select .dropdown-toggle {
  padding: 0 0;
  margin: 0 0;
  border: 0;
  border-top: 1px solid #000 !important;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 39px;
  line-height: 2.4375rem;
  height: 2.4375rem;
  color: #000 !important;
  letter-spacing: 0.7px;
  display: block;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none;
  color: #000 !important;
}

.bootstrap-select .dropdown-toggle:after {
  content: "+";
  position: absolute;
  right: 0;
  top: 0;
  width: 39px;
  height: 39px;
  border: 0;
  font-size: 17px;
  font-size: 1.0625rem;
  background-size: 21px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.2s ease-in-out;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  display: block;
  cursor: pointer;
  z-index: 2;
}

.bootstrap-select .dropdown-menu {
  margin: 0;
  padding: 0;
  border: 0 !important;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 37px;
  line-height: 2.3125rem;
  color: #000 !important;
  letter-spacing: 0.7px;
}

.bootstrap-select .dropdown-menu li {
  padding: 0 0;
  border-bottom: 1px solid #000 !important;
}

.bootstrap-select .dropdown-menu li a {
  padding: 0 0;
  outline: none;
  font-family: 'Spartan';
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 37px;
  line-height: 2.3125rem;
  color: #000 !important;
  letter-spacing: 0.7px;
}

.bootstrap-select .dropdown-menu li a.active, .bootstrap-select .dropdown-menu li a:active, .bootstrap-select .dropdown-menu li a:hover, .bootstrap-select .dropdown-menu li a:focus {
  background-color: transparent;
}

.bootstrap-select .dropdown-menu.show {
  z-index: 11000;
  border-top: 1px solid #000 !important;
  margin-top: -1px !important;
}

.bootstrap-select.show {
  z-index: 20000;
}

.bootstrap-select.show .dropdown-toggle:after {
  content: "-";
}

.bootstrap-select.show .dropdown-menu li:first-child {
  display: none;
}

.bootstrap-select.parsley-error {
  z-index: 20000 !important;
}

.bootstrap-select.parsley-error .dropdown-menu.show {
  z-index: 20000 !important;
  border-top: 1px solid #d94e27 !important;
}

.form-control.parsley-error, .form-control.powermail_field_error, .powermail_input.parsley-error, .powermail_input.powermail_field_error, .powermail_textarea.parsley-error, .powermail_textarea.powermail_field_error {
  z-index: 10000;
  position: relative;
  border-color: #d94e27 !important;
  color: #d94e27;
}

.form-control.parsley-error::-webkit-input-placeholder, .form-control.powermail_field_error::-webkit-input-placeholder, .powermail_input.parsley-error::-webkit-input-placeholder, .powermail_input.powermail_field_error::-webkit-input-placeholder, .powermail_textarea.parsley-error::-webkit-input-placeholder, .powermail_textarea.powermail_field_error::-webkit-input-placeholder {
  color: #d94e27 !important;
}

.form-control.parsley-error::-moz-placeholder, .form-control.powermail_field_error::-moz-placeholder, .powermail_input.parsley-error::-moz-placeholder, .powermail_input.powermail_field_error::-moz-placeholder, .powermail_textarea.parsley-error::-moz-placeholder, .powermail_textarea.powermail_field_error::-moz-placeholder {
  color: #d94e27 !important;
}

.form-control.parsley-error:-ms-input-placeholder, .form-control.powermail_field_error:-ms-input-placeholder, .powermail_input.parsley-error:-ms-input-placeholder, .powermail_input.powermail_field_error:-ms-input-placeholder, .powermail_textarea.parsley-error:-ms-input-placeholder, .powermail_textarea.powermail_field_error:-ms-input-placeholder {
  color: #d94e27 !important;
}

.form-control.parsley-error::-ms-input-placeholder, .form-control.powermail_field_error::-ms-input-placeholder, .powermail_input.parsley-error::-ms-input-placeholder, .powermail_input.powermail_field_error::-ms-input-placeholder, .powermail_textarea.parsley-error::-ms-input-placeholder, .powermail_textarea.powermail_field_error::-ms-input-placeholder {
  color: #d94e27 !important;
}

.form-control.parsley-error::placeholder, .form-control.powermail_field_error::placeholder, .powermail_input.parsley-error::placeholder, .powermail_input.powermail_field_error::placeholder, .powermail_textarea.parsley-error::placeholder, .powermail_textarea.powermail_field_error::placeholder {
  color: #d94e27 !important;
}

.checkbox.parsley-error .custom-control-label *,
.checkbox.powermail_field_error .custom-control-label * {
  color: #d94e27;
}

.checkbox.parsley-error .custom-control-label:before,
.checkbox.powermail_field_error .custom-control-label:before {
  border-color: #d94e27 !important;
}

.bootstrap-select.parsley-error .dropdown-toggle,
.bootstrap-select.powermail_field_error .dropdown-toggle,
select.powermail_field_error + .dropdown-toggle {
  z-index: 10000;
  position: relative;
  border-top: 1px solid #d94e27 !important;
  border-bottom: 1px solid #d94e27 !important;
  color: #d94e27 !important;
}

.powermail_form.powermail_form_4 .form-control.parsley-error, .powermail_form.powermail_form_4 .form-control.powermail_field_error, .powermail_form.powermail_form_4 .powermail_input.parsley-error, .powermail_form.powermail_form_4 .powermail_input.powermail_field_error, .powermail_form.powermail_form_4 .powermail_textarea.parsley-error, .powermail_form.powermail_form_4 .powermail_textarea.powermail_field_error {
  border-color: #d94e27 !important;
  color: #d94e27 !important;
}

.powermail_form.powermail_form_4 .form-control.parsley-error::-webkit-input-placeholder, .powermail_form.powermail_form_4 .form-control.powermail_field_error::-webkit-input-placeholder, .powermail_form.powermail_form_4 .powermail_input.parsley-error::-webkit-input-placeholder, .powermail_form.powermail_form_4 .powermail_input.powermail_field_error::-webkit-input-placeholder, .powermail_form.powermail_form_4 .powermail_textarea.parsley-error::-webkit-input-placeholder, .powermail_form.powermail_form_4 .powermail_textarea.powermail_field_error::-webkit-input-placeholder {
  color: #d94e27 !important;
}

.powermail_form.powermail_form_4 .form-control.parsley-error::-moz-placeholder, .powermail_form.powermail_form_4 .form-control.powermail_field_error::-moz-placeholder, .powermail_form.powermail_form_4 .powermail_input.parsley-error::-moz-placeholder, .powermail_form.powermail_form_4 .powermail_input.powermail_field_error::-moz-placeholder, .powermail_form.powermail_form_4 .powermail_textarea.parsley-error::-moz-placeholder, .powermail_form.powermail_form_4 .powermail_textarea.powermail_field_error::-moz-placeholder {
  color: #d94e27 !important;
}

.powermail_form.powermail_form_4 .form-control.parsley-error:-ms-input-placeholder, .powermail_form.powermail_form_4 .form-control.powermail_field_error:-ms-input-placeholder, .powermail_form.powermail_form_4 .powermail_input.parsley-error:-ms-input-placeholder, .powermail_form.powermail_form_4 .powermail_input.powermail_field_error:-ms-input-placeholder, .powermail_form.powermail_form_4 .powermail_textarea.parsley-error:-ms-input-placeholder, .powermail_form.powermail_form_4 .powermail_textarea.powermail_field_error:-ms-input-placeholder {
  color: #d94e27 !important;
}

.powermail_form.powermail_form_4 .form-control.parsley-error::-ms-input-placeholder, .powermail_form.powermail_form_4 .form-control.powermail_field_error::-ms-input-placeholder, .powermail_form.powermail_form_4 .powermail_input.parsley-error::-ms-input-placeholder, .powermail_form.powermail_form_4 .powermail_input.powermail_field_error::-ms-input-placeholder, .powermail_form.powermail_form_4 .powermail_textarea.parsley-error::-ms-input-placeholder, .powermail_form.powermail_form_4 .powermail_textarea.powermail_field_error::-ms-input-placeholder {
  color: #d94e27 !important;
}

.powermail_form.powermail_form_4 .form-control.parsley-error::placeholder, .powermail_form.powermail_form_4 .form-control.powermail_field_error::placeholder, .powermail_form.powermail_form_4 .powermail_input.parsley-error::placeholder, .powermail_form.powermail_form_4 .powermail_input.powermail_field_error::placeholder, .powermail_form.powermail_form_4 .powermail_textarea.parsley-error::placeholder, .powermail_form.powermail_form_4 .powermail_textarea.powermail_field_error::placeholder {
  color: #d94e27 !important;
}

.powermail_form.powermail_form_4 .checkbox.parsley-error .custom-control-label *,
.powermail_form.powermail_form_4 .checkbox.powermail_field_error .custom-control-label * {
  color: #d94e27 !important;
}

.powermail_form.powermail_form_4 .checkbox.parsley-error .custom-control-label:before,
.powermail_form.powermail_form_4 .checkbox.powermail_field_error .custom-control-label:before {
  border-color: #d94e27 !important;
}

.powermail_form.powermail_form_4 .bootstrap-select.parsley-error .dropdown-toggle .filter-option-inner-inner,
.powermail_form.powermail_form_4 .bootstrap-select.parsley-error .dropdown-toggle::after,
.powermail_form.powermail_form_4 .bootstrap-select.powermail_field_error .dropdown-toggle .filter-option-inner-inner,
.powermail_form.powermail_form_4 .bootstrap-select.powermail_field_error .dropdown-toggle::after {
  color: #d94e27 !important;
}

.powermail_form.powermail_form_4 .bootstrap-select.parsley-error .dropdown-toggle,
.powermail_form.powermail_form_4 .bootstrap-select.powermail_field_error .dropdown-toggle,
.powermail_form.powermail_form_4 select.powermail_field_error + .dropdown-toggle {
  border-top: 1px solid #d94e27 !important;
  border-bottom: 1px solid #d94e27 !important;
  color: #d94e27 !important;
}

.powermail_message_error {
  list-style: none;
  margin: 0 0;
  padding: 0 0;
}

.powermail_message_error li {
  color: #d94e27;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 39px;
  line-height: 2.4375rem;
}

/* Seite sperren, solange der Cookiebot-Dialog offen ist */
html:has(#CybotCookiebotDialog:not([style*="display: none"]):not([style*="display:none"])) {
  overflow: hidden !important;
}
html:has(#CybotCookiebotDialog:not([style*="display: none"]):not([style*="display:none"]))::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 2147483630;
  background: rgba(255, 255, 255, 0.6);
  cursor: not-allowed;
}
