@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800");
/*!
 * Bootstrap Reboot v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #ffffff;
}

[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: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0073cf;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(0, 72.5, 130.5);
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):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;
}

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

[type=search]::-webkit-search-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;
}

/*!
 * Bootstrap Grid v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid, .container-xl, .container-lg, .container-md, .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 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: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#darkbox {
  color: white;
  font-size: 14px;
  line-height: 1.4;
  position: fixed;
  z-index: 999999;
  top: 2rem;
  left: 2rem;
  bottom: 2rem;
  right: 2rem;
  background: rgba(0, 0, 0, 0.8) none no-repeat 50% 50%/contain;
  box-shadow: 0 0 0 2rem rgba(0, 0, 0, 0.8);
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

#darkbox.show {
  opacity: 1;
  visibility: visible;
}

#darkbox a:hover {
  color: #7cbf3e;
  border-color: #7cbf3e;
}

#darkbox_prev,
#darkbox_next {
  cursor: pointer;
  position: absolute;
  height: 1.5rem;
  width: 1.5rem;
  top: 50%;
  margin-top: -0.75rem;
  border: 0 solid white;
  transform: rotate(45deg);
  transition: 0.3s;
}

#darkbox_prev {
  left: 6px;
  border-width: 0 0 4px 4px;
}

#darkbox_next {
  right: 6px;
  border-width: 4px 4px 0 0;
}

@media only screen and (max-width: 768px) {
  #darkbox_prev {
    left: 1.5rem;
  }
  #darkbox_next {
    right: 1.5rem;
  }
}
#darkbox_description {
  position: absolute;
  bottom: 72px;
  right: 24px;
  left: 24px;
  text-align: center;
}

#darkbox_stats {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 1.25rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 3px;
}

#darkbox_close {
  position: absolute;
  top: 0;
  right: 0;
}

#darkbox_close::after {
  position: absolute;
  right: 27px;
  top: 11px;
  width: 0;
  line-height: 0;
  font-size: 44px;
  content: "⨯";
  cursor: pointer;
}

#darkbox::before {
  content: "";
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 50%;
  top: 50%;
  margin: -25px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: inset -2px 0 0 2px white;
  animation: darkboxRotate 1.5s linear infinite;
}

#darkbox.spinner::before {
  visibility: visible;
  opacity: 1;
}
@keyframes darkboxRotate {
  to {
    transform: rotate(360deg);
  }
}
.text-center {
  text-align: center;
}

.ce-gallery {
  margin: 0 !important;
}

div[data-ce-columns="2"],
div[data-ce-columns="3"],
div[data-ce-columns="4"],
div[data-ce-columns="5"],
div[data-ce-columns="6"] {
  margin: 0.5rem 0;
}
div[data-ce-columns="2"] div.ce-row,
div[data-ce-columns="3"] div.ce-row,
div[data-ce-columns="4"] div.ce-row,
div[data-ce-columns="5"] div.ce-row,
div[data-ce-columns="6"] div.ce-row {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
div[data-ce-columns="2"] div.ce-row::before, div[data-ce-columns="2"] div.ce-row::after,
div[data-ce-columns="3"] div.ce-row::before,
div[data-ce-columns="3"] div.ce-row::after,
div[data-ce-columns="4"] div.ce-row::before,
div[data-ce-columns="4"] div.ce-row::after,
div[data-ce-columns="5"] div.ce-row::before,
div[data-ce-columns="5"] div.ce-row::after,
div[data-ce-columns="6"] div.ce-row::before,
div[data-ce-columns="6"] div.ce-row::after {
  content: " ";
  display: table;
}
div[data-ce-columns="2"] div.ce-row::after,
div[data-ce-columns="3"] div.ce-row::after,
div[data-ce-columns="4"] div.ce-row::after,
div[data-ce-columns="5"] div.ce-row::after,
div[data-ce-columns="6"] div.ce-row::after {
  clear: both;
}
div[data-ce-columns="2"] div.ce-row div.ce-column,
div[data-ce-columns="3"] div.ce-row div.ce-column,
div[data-ce-columns="4"] div.ce-row div.ce-column,
div[data-ce-columns="5"] div.ce-row div.ce-column,
div[data-ce-columns="6"] div.ce-row div.ce-column {
  float: left;
  width: auto;
  position: relative;
  min-height: 0.5rem;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

div[data-ce-columns="2"] div.ce-row div.ce-column {
  width: 50%;
}

div[data-ce-columns="3"] div.ce-row div.ce-column {
  width: 33.3%;
}

div[data-ce-columns="4"] div.ce-row div.ce-column {
  width: 25%;
}

div[data-ce-columns="5"] div.ce-row div.ce-column {
  width: 20%;
}

div[data-ce-columns="6"] div.ce-row div.ce-column {
  width: 16.6%;
}

@media only screen and (max-width: 992px) {
  div[data-ce-columns="2"] div.ce-row div.ce-column,
  div[data-ce-columns="3"] div.ce-row div.ce-column,
  div[data-ce-columns="4"] div.ce-row div.ce-column,
  div[data-ce-columns="5"] div.ce-row div.ce-column,
  div[data-ce-columns="6"] div.ce-row div.ce-column {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  div[data-ce-columns="2"] div.ce-row div.ce-column,
  div[data-ce-columns="3"] div.ce-row div.ce-column,
  div[data-ce-columns="4"] div.ce-row div.ce-column,
  div[data-ce-columns="5"] div.ce-row div.ce-column,
  div[data-ce-columns="6"] div.ce-row div.ce-column {
    width: 100%;
  }
  div[data-ce-columns="2"] div.ce-row div.ce-column figure,
  div[data-ce-columns="2"] div.ce-row div.ce-column img,
  div[data-ce-columns="3"] div.ce-row div.ce-column figure,
  div[data-ce-columns="3"] div.ce-row div.ce-column img,
  div[data-ce-columns="4"] div.ce-row div.ce-column figure,
  div[data-ce-columns="4"] div.ce-row div.ce-column img,
  div[data-ce-columns="5"] div.ce-row div.ce-column figure,
  div[data-ce-columns="5"] div.ce-row div.ce-column img,
  div[data-ce-columns="6"] div.ce-row div.ce-column figure,
  div[data-ce-columns="6"] div.ce-row div.ce-column img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.leaflet-pane,
.leaflet-top,
.leaflet-bottom {
  z-index: 0 !important;
}

.slick-slider.slick-dotted {
  margin-bottom: 0;
}
.slick-slider .slick-prev::before,
.slick-slider .slick-next::before {
  font-size: 35px;
}
.slick-slider .slick-prev {
  left: 0px;
  z-index: 10;
}
.slick-slider .slick-next {
  right: 15px;
}
.slick-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  margin-right: 0px;
  margin-left: 0px;
  list-style: none;
  text-align: center;
}
.slick-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
}
.slick-slider .slick-dots li button::before {
  font-family: "slick";
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.5;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-slider .slick-dots li button:hover::before, .slick-slider .slick-dots li button:focus::before {
  opacity: 1;
}
.slick-slider .slick-dots li.slick-active button::before {
  opacity: 0.75;
  color: #fff;
}

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

::-moz-selection {
  background: rgba(254, 203, 0, 0.25);
}

::selection {
  background: rgba(254, 203, 0, 0.25);
}

html {
  font-size: 16px;
  direction: ltr;
}
@media (max-width: 992px) {
  html {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  html {
    font-size: 12px;
  }
}

body {
  font: 400 16px/1.25 "Open Sans", sans-serif;
}

.outer-wrapper {
  background: url("../Images/Hintergrund.jpg") no-repeat scroll;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
}

.inner-wrapper {
  background: rgba(255, 255, 255, 0.75);
  padding: 30px 15px;
  margin: 0;
  box-shadow: 0 0 15px 5px rgba(6, 6, 219, 0.05);
  overflow: hidden;
}
@media (min-width: 992px) {
  .inner-wrapper.narrow {
    padding: 30px 4.5rem;
  }
}
.inner-wrapper.accent {
  background: rgba(232, 227, 205, 0.75);
}

@media (min-width: 992px) {
  .inner-wrapper .escaper > .row {
    margin-right: -30px;
    margin-left: -30px;
  }
  .inner-wrapper.narrow .escaper > .row {
    margin-right: calc(-4.5rem - 7.5px);
    margin-left: calc(-4.5rem - 7.5px);
  }
  .inner-wrapper.narrow .escaper > .row > [class*=col-] {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}

@media (min-width: 992px) {
  .page-hero + .page-content .inner-wrapper.narrow {
    padding: 30px 4.5rem;
  }
}

.page-hero img,
.page-hero .ce-gallery {
  margin: 0;
}
@media (max-width: 768px) {
  .page-hero .image {
    width: 100%;
    max-width: unset;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
  }
  .page-hero .image img {
    height: 100%;
    width: auto;
    max-width: auto;
    max-width: unset;
    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
  }
  .page-hero .ce-column,
  .page-hero .ce-center .ce-outer,
  .page-hero .ce-center .ce-inner {
    position: static !important;
    float: none !important;
  }
}

.page-footer {
  background: #0606db;
  color: #ffffff;
  padding: 15px 0;
}
.page-footer a {
  color: #ffffff;
}

hr {
  border: none;
  border-bottom: 2px dotted gray;
  margin: 1rem 0;
}
.inner-wrapper hr {
  margin-left: -4.5rem;
  margin-right: -4.5rem;
  margin-bottom: 1.5rem;
}
[class*=col] hr {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 1rem;
}

h1, .h1 {
  color: #7cbf3e;
  font-family: "Open Sans", sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
  margin-bottom: 1.5rem;
}

h2, .h2 {
  color: #7cbf3e;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  margin-bottom: 1.25rem;
}

h3, .h3 {
  color: #7cbf3e;
  font-family: "Open Sans", sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 1rem;
}

h4, .h4 {
  color: #7cbf3e;
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

h5, .h5 {
  color: #7cbf3e;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  color: #7cbf3e;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.25rem;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #7cbf3e;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #0606db;
  text-decoration: none;
}

p {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
p:last-child {
  margin-bottom: 0;
}

a {
  color: #0606db;
  text-decoration: none;
  transition: 300ms ease;
}
a:hover {
  color: #7cbf3e;
}

small,
.small {
  font-size: 0.625rem;
  font-weight: 300;
}

strong, b,
.strong {
  font-weight: 700;
}

.caption,
figcaption {
  font-size: 0.875rem;
}

ul, ol {
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
ul.special, ol.special {
  list-style: none;
  padding: 0;
}
ul.special li::before, ol.special li::before {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 0.5rem;
  height: 0.5rem;
  background: currentColor;
  border-radius: 50%;
  margin: 0 0.75rem 0 0.25rem;
}

img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
}

.main-logo {
  max-width: 356px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.references-map {
  height: 424px;
}

.button, .form-button {
  display: inline-block;
  background: #7cbf3e;
  color: white;
  font-weight: 500;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 300ms ease;
}
.button:hover, .form-button:hover {
  opacity: 0.85;
  color: white;
  text-decoration: none;
}
.button:active, .form-button:active {
  opacity: 0.75;
}
.button:focus, .form-button:focus {
  outline: none;
}

.logo {
  text-align: right;
  padding: 15px 0;
}
.logo img {
  max-height: 65px;
  width: auto;
  margin: 0;
}

.navigation {
  font-size: 1rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .navigation {
    font-size: 1.75rem;
    font-weight: 300;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
  }
}

[id=navigation-toggle] {
  display: none;
  width: 0;
  height: 0;
  opacity: 0;
}
[id=navigation-toggle]:checked + [for=navigation-toggle] {
  left: calc(100% - 65px);
}
[id=navigation-toggle]:checked + [for=navigation-toggle] .navigation-icon {
  transform: scale(-1) translateX(0);
}
[id=navigation-toggle]:checked + [for=navigation-toggle] .navigation-icon * {
  background: #fecb00;
}
[id=navigation-toggle]:checked + [for=navigation-toggle] .navigation-icon *:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
[id=navigation-toggle]:checked + [for=navigation-toggle] .navigation-icon *:nth-child(2) {
  visibility: hidden;
  opacity: 0;
  left: 30px;
  transform: scaleX(0);
}
[id=navigation-toggle]:checked + [for=navigation-toggle] .navigation-icon *:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
}
[id=navigation-toggle]:checked ~ .navigation-wrapper {
  max-width: 100vw;
  min-width: 27rem;
}
[id=navigation-toggle]:checked ~ .navigation-wrapper .navigation-level-1 .navigation-item {
  opacity: 1;
  transform: translateX(0%);
}
[id=navigation-toggle]:checked ~ .navigation-wrapper .navigation-level-1 .navigation-item:nth-child(0) {
  transition: all 1000ms 0ms ease-in-out;
}
[id=navigation-toggle]:checked ~ .navigation-wrapper .navigation-level-1 .navigation-item:nth-child(1) {
  transition: all 1000ms 50ms ease-in-out;
}
[id=navigation-toggle]:checked ~ .navigation-wrapper .navigation-level-1 .navigation-item:nth-child(2) {
  transition: all 1000ms 100ms ease-in-out;
}
[id=navigation-toggle]:checked ~ .navigation-wrapper .navigation-level-1 .navigation-item:nth-child(3) {
  transition: all 1000ms 150ms ease-in-out;
}
[id=navigation-toggle]:checked ~ .navigation-wrapper .navigation-level-1 .navigation-item:nth-child(4) {
  transition: all 1000ms 200ms ease-in-out;
}
[id=navigation-toggle]:checked ~ .navigation-wrapper .navigation-level-1 .navigation-item:nth-child(5) {
  transition: all 1000ms 250ms ease-in-out;
}
[id=navigation-toggle]:checked ~ .navigation-wrapper .navigation-level-1 .navigation-item:nth-child(6) {
  transition: all 1000ms 300ms ease-in-out;
}
[id=navigation-toggle]:checked ~ .navigation-wrapper .navigation-level-1 .navigation-item:nth-child(7) {
  transition: all 1000ms 350ms ease-in-out;
}
[id=navigation-toggle]:checked ~ .navigation-wrapper .navigation-level-1 .navigation-item:nth-child(8) {
  transition: all 1000ms 400ms ease-in-out;
}
[id=navigation-toggle]:checked ~ .navigation-wrapper .navigation-level-1 .navigation-item:nth-child(9) {
  transition: all 1000ms 450ms ease-in-out;
}

[for=navigation-toggle] {
  display: none;
  height: 25px;
  width: 30px;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 35px;
  left: 15.625vw;
  z-index: 3;
  transition: all 500ms ease;
  cursor: pointer;
}
@media (max-width: 578px) {
  [for=navigation-toggle] {
    left: 15px;
  }
}
@media (max-width: 768px) {
  [for=navigation-toggle] {
    display: block;
  }
}

.navigation-icon {
  width: inherit;
  height: 100%;
  position: relative;
  transition: all 500ms 100ms cubic-bezier(1, 0, 0, 1);
  cursor: pointer;
}
.navigation-icon * {
  display: block;
  height: 5px;
  width: 100%;
  background: #0606db;
  margin: auto;
  border-radius: 1px;
  opacity: 1;
  position: absolute;
  left: 0;
  transition: all 500ms 250ms cubic-bezier(1, 0, 0, 1);
}
.navigation-icon *:nth-child(1) {
  top: 0;
}
.navigation-icon *:nth-child(2) {
  top: 10px;
}
.navigation-icon *:nth-child(3) {
  top: 20px;
}

.navigation-wrapper {
  width: auto;
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
  position: relative;
}
@media (max-width: 768px) {
  .navigation-wrapper {
    height: 100vh;
    max-width: 0;
    min-width: 0;
    background: rgba(0, 0, 0, 0.925);
    overflow: hidden;
    transition: all 500ms ease-in-out;
  }
}

.navigation-level-1 {
  width: 100%;
  font-size: inherit;
  white-space: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .navigation-level-1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .navigation-level-1 {
    width: auto;
    position: absolute;
    top: 50%;
    left: 35px;
    right: 0;
    transform: translateY(-50%);
  }
}

.navigation-level-2 {
  min-width: calc(100% + 0.15rem);
  list-style: none;
  visibility: hidden;
  opacity: 0;
  transition: all 300ms 700ms ease;
}
.navigation-level-2 .navigation-item::after {
  content: none;
}
.navigation-level-2 .navigation-link {
  letter-spacing: 0;
  text-transform: none;
}
@media (min-width: 768px) {
  .navigation-level-2 {
    background: #ffffff;
    padding: 0.75rem 1rem;
    border-left: 2px dotted gray;
    box-shadow: 1px 4px 4px 1px rgba(0, 0, 0, 0.15);
    position: absolute;
    top: 4rem;
    left: -0.85rem;
    z-index: 1;
  }
  .navigation-item:hover .navigation-level-2 {
    visibility: visible;
    opacity: 1;
    top: 2rem;
    transition: all 300ms ease;
  }
  .navigation-level-2 .navigation-link {
    font-size: 0.85rem;
  }
}
@media (max-width: 767px) {
  .navigation-level-2 {
    max-height: 0;
  }
  .navigation-level-2 .navigation-link {
    font-size: 1rem;
  }
  .navigation-item:hover .navigation-level-2, .navigation-item:active .navigation-level-2, .navigation-item:focus .navigation-level-2, .navigation-level-2-toggle:hover + .navigation-level-2, .navigation-level-2-toggle:active + .navigation-level-2, .navigation-level-2-toggle:focus + .navigation-level-2 {
    padding-left: 1.5rem;
    max-height: 25vh;
    visibility: visible;
    opacity: 1;
  }
}

.navigation-level-2-toggle {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  margin: 0 0 0.25rem 0.75rem;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  border-top: 0.875rem solid #ffffff;
  transition: 300ms 300ms ease;
  cursor: pointer;
}
.navigation-level-2-toggle:hover, .navigation-level-2-toggle:active, .navigation-level-2-toggle:focus {
  transform: scale(0) rotate(180deg);
}
@media (min-width: 768px) {
  .navigation-level-2-toggle {
    display: none;
  }
}

.navigation-item {
  position: relative;
}
.navigation-item::after {
  content: "|";
  display: inline-block;
  color: #7cbf3e;
  padding: 0 0.5rem;
}
.navigation-item:last-child::after {
  content: none;
}
@media (max-width: 768px) {
  .navigation-item {
    line-height: 1.75;
    opacity: 0;
    transform: translateX(-50%);
    transition: all 1000ms 1000ms ease-in-out;
  }
  .navigation-item::after {
    content: none;
  }
}
.navigation-item.active > .navigation-link {
  color: #0606db;
  font-weight: 700;
}
.navigation-item.active > .navigation-link:hover {
  opacity: 0.75;
}

.navigation-link {
  display: inline-block;
  color: #7cbf3e;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  transition: 250ms ease;
}
.navigation-link:hover {
  color: #0073cf;
  text-decoration: none;
}

.blogpagination__list {
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
}
.blogpagination__list .blogpagination__item {
  display: inline-block;
  background: #7cbf3e;
  text-align: center;
  padding: 0;
  transition: all 300ms ease;
  cursor: pointer;
}
.blogpagination__list .blogpagination__item:hover {
  background: rgba(124, 191, 62, 0.75);
}
.blogpagination__list .blogpagination__item:nth-child(even):not(:last-child) {
  margin: 0.5rem;
}
.blogpagination__list .blogpagination__item a {
  color: white;
  font-weight: 700;
}
.blogpagination__list .blogpagination__item a:hover {
  color: white;
  text-decoration: none;
}
.blogpagination__list .blogpagination__item.blogpagination__item--active {
  background: #0606db;
  pointer-events: none;
  color: white;
  font-weight: 700;
}
.blogpagination__list .blogpagination__item.blogpagination__item--next a, .blogpagination__list .blogpagination__item.blogpagination__item--previous a {
  font-size: 0;
}
.blogpagination__list .blogpagination__item.blogpagination__item--next a::after, .blogpagination__list .blogpagination__item.blogpagination__item--previous a::after {
  content: "»";
  font-size: initial;
}
.blogpagination__list .blogpagination__item.blogpagination__item--previous a::after {
  content: "«";
}

.meta-navigation ul {
  display: flex;
  list-style: none;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  padding: 0;
}
.meta-navigation li {
  flex: 0 1 auto;
  padding: 5px 10px;
}
.meta-navigation a {
  text-transform: uppercase;
}

.contact-info p {
  line-height: 1.5;
  margin-bottom: 0;
}

.copyright {
  text-align: center;
}

/*_________ FORM ____*/
.form-container {
  width: 100%;
  height: auto;
  margin: 0;
}

.form-finished {
  padding: 1.5rem;
  width: 100%;
  height: auto;
  margin: 0;
}
.form-finished > h4 {
  color: #7cbf3e;
}

.form-inputs-holder {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
}
.form-inputs-holder:last-of-type {
  padding-top: 1rem;
}
.form-inputs-holder .form-imputs-aligner {
  min-height: 1rem;
  flex-basis: 100%;
  flex-grow: 1;
  padding-right: 7.5px;
  padding-left: 7.5px;
  padding-bottom: 1rem;
}
.form-inputs-holder .form-imputs-aligner.powermail_fieldwrap_type_captcha div {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.form-inputs-holder .form-imputs-aligner.powermail_fieldwrap_type_captcha div input {
  flex-basis: calc(66.67% - 15px);
  flex-grow: 0;
  order: 1;
}
.form-inputs-holder .form-imputs-aligner.powermail_fieldwrap_type_captcha div img {
  flex-basis: 33.33%;
  flex-grow: 0;
  max-height: 48px;
  margin: 0 0 0 0;
  border: 2px solid #7cbf3e;
  order: 0;
}
.form-inputs-holder .form-imputs-aligner.powermail_fieldwrap_type_captcha div .powermail_field_error_container {
  flex-basis: 100%;
  flex-grow: 1;
  order: 2;
}
.form-inputs-holder:nth-child(1) .form-imputs-aligner:last-of-type {
  padding-bottom: 0;
}
.form-inputs-holder:nth-child(1) .form-imputs-aligner:nth-child(1), .form-inputs-holder:nth-child(1) .form-imputs-aligner:nth-child(2), .form-inputs-holder:nth-child(1) .form-imputs-aligner:nth-child(8), .form-inputs-holder:nth-child(1) .form-imputs-aligner:nth-child(9), .form-inputs-holder:nth-child(1) .form-imputs-aligner:nth-child(10) {
  flex: 0 0 100%;
  max-width: 100%;
}
.form-inputs-holder:nth-child(1) .form-imputs-aligner:nth-child(6), .form-inputs-holder:nth-child(1) .form-imputs-aligner:nth-child(7) {
  flex: 0 0 50%;
  max-width: 50%;
}
.form-inputs-holder:nth-child(1) .form-imputs-aligner:nth-child(3), .form-inputs-holder:nth-child(1) .form-imputs-aligner:nth-child(4), .form-inputs-holder:nth-child(1) .form-imputs-aligner:nth-child(5) {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

@media (max-width: 768px) {
  .form-inputs-holder .form-imputs-aligner,
  .form-inputs-holder .powermail_fieldwrap_type_captcha div input {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
@media (max-width: 576px) {
  .form-inputs-holder .form-imputs-aligner:nth-child(5), .form-inputs-holder .form-imputs-aligner:nth-child(6) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .form-inputs-holder:last-of-type .form-imputs-aligner:nth-child(2) .form-button {
    width: 100%;
  }
}
.form-label {
  display: none;
}

.form-input {
  width: 100%;
  color: rgb(37, 37, 42);
  font-weight: 400;
  font-style: normal;
  background-color: rgb(255, 255, 255);
  padding: 0.75rem 0.75rem 0.75rem 1rem;
  border: 2px solid rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
  transition: 0.3s ease;
}
.form-input::-moz-placeholder {
  font-weight: 300;
  font-style: italic;
}
.form-input::placeholder {
  font-weight: 300;
  font-style: italic;
}
.form-input:focus {
  font-weight: 400;
  font-style: normal;
  box-shadow: none;
  color: rgb(37, 37, 42);
  outline: none;
  border-color: #7cbf3e;
}
.form-input input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 0;
  border-radius: 0;
}

textarea.form-input {
  line-height: 125%;
}

.form-checkbox label {
  line-height: 1.15;
  color: rgb(37, 37, 42);
  margin: 0;
}
.form-checkbox label a {
  color: #7cbf3e;
  transition: 0.3s ease;
}
.form-checkbox label a:hover {
  opacity: 0.75;
  text-decoration: underline;
}
.form-checkbox input[type=checkbox] {
  vertical-align: baseline;
}

.form-button {
  background: #7cbf3e;
}

/* powermail */
.tx-powermail div.container-fluid, .tx-powermail div.container-sm, .tx-powermail div.container-md, .tx-powermail div.container-lg, .tx-powermail div.container-xl {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.tx-powermail .powermail_fieldset .powermail_field_error, .tx-powermail .powermail_fieldset .parsley-error, .tx-powermail .powermail_fieldset .powermail_form .parsley-error:focus, .tx-powermail .powermail_fieldset div.error {
  background-color: rgba(0, 0, 0, 0.25);
  color: #0606db;
}

.tx-powermail .powermail_fieldset .parsley-errors-list.filled,
.tx-powermail .powermail_fieldset .powermail_field_error_container .parsley-errors-list.filled {
  display: flex;
}

.tx-powermail .powermail_fieldset .parsley-errors-list,
.tx-powermail .powermail_fieldset .powermail_field_error_container .parsley-errors-list {
  display: none;
  margin: 7.5px 0 0 0;
  padding: 0 0 0 7.5px;
  list-style-type: none;
  background-color: #0606db;
  border: none;
  width: 100%;
  float: right;
  clear: left;
}

.tx-powermail .powermail_fieldset .parsley-errors-list > li {
  color: white;
  font-size: 0.875rem;
  padding: 7.5px;
}

.tx-powermail .powermail_progressbar {
  width: 100%;
  height: 0.125rem;
  float: right;
  border: none;
  clear: both;
}

.tx-powermail .powermail_progressbar.disable {
  display: none;
}

.tx-powermail .powermail_progressbar > .powermail_progress {
  background: rgba(0, 0, 0, 0.25);
  width: 0%;
  max-width: 100%;
  animation: progress 1s 1 forwards;
}

.tx-powermail .powermail_progressbar > .powermail_progress > .powermail_progess_inner {
  height: 0.125rem;
  width: 100%;
  overflow: hidden;
  background: none;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: none;
  filter: none;
}

.tx-powermail .powermail_confirmation .powermail_progressbar {
  width: 100%;
}

.service-box {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 15px;
  transition: 300ms ease;
}
.service-box:hover {
  margin-top: -15px;
  margin-bottom: 30px;
}
.service-box [class*=service-box-] {
  flex: 0 0 100%;
}
.service-box .service-box-heading {
  padding: 7.5px 15px;
}
.service-box .service-box-heading h1, .service-box .service-box-heading h2, .service-box .service-box-heading h3, .service-box .service-box-heading h4, .service-box .service-box-heading h5, .service-box .service-box-heading h6 {
  color: white;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  text-overflow: ellipsis;
  margin: 0;
}
.service-box .service-box-heading a {
  color: white;
}
.service-box .service-box-heading a:hover {
  opacity: 0.85;
}
.service-box .service-box-image img {
  margin: 0;
}
.service-box .service-box-text {
  padding: 15px 15px 30px 15px;
}
.service-box[class*=-green] .special li::before,
.service-box[class*=-green] .button,
.service-box[class*=-green] .form-button,
.service-box[class*=-green] .service-box-heading {
  background: #7cbf3e;
}
.service-box[class*=-yellow] .special li::before,
.service-box[class*=-yellow] .button,
.service-box[class*=-yellow] .form-button,
.service-box[class*=-yellow] .service-box-heading {
  background: #fecb00;
}
.service-box[class*=-blue] .special li::before,
.service-box[class*=-blue] .button,
.service-box[class*=-blue] .form-button,
.service-box[class*=-blue] .service-box-heading {
  background: #0073cf;
}

.background-green {
  background: #c8e2ac;
}

.background-yellow {
  background: #e8e3cd;
}

.background-blue {
  background: #d5e7f4;
}

.filter-wrapper {
  margin-bottom: 30px;
}

.filter-select {
  width: 100%;
  background: #7cbf3e;
  color: white;
  font-weight: 500;
  padding: 5px 10px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 0;
  border-radius: 0;
}
.filter-select option {
  background: #c8e2ac;
  color: black;
}

.filter-radio {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.filter-radio + label {
  width: 100%;
  background: #4d4d4d;
  color: white;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
}
.filter-radio + label span {
  display: block;
  padding: 7.5px 15px;
  cursor: pointer;
}
.filter-radio + label:hover {
  opacity: 0.85;
}
.filter-radio + label[for=landschaftsplanung] {
  background: #7cbf3e;
}
.filter-radio + label[for=freiraumplanung] {
  background: #fecb00;
}
.filter-radio + label[for=windenergie] {
  background: #0073cf;
}
.filter-radio.active + label {
  transform: scale(1.05);
}
.filter-radio.inactive + label {
  opacity: 0.5;
}
.filter-radio.inactive + label:hover {
  opacity: 1;
}

.reference-box {
  height: auto;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  transition: 300ms ease;
}
.reference-box .reference-box-image {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  z-index: 0;
}
.reference-box .reference-box-image img {
  width: auto;
  max-width: unset;
  max-width: auto;
  height: 100%;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  transition: 300ms ease;
}
.reference-box .reference-box-image figure {
  margin: 0;
}
.reference-box .reference-box-image::after {
  content: "";
  height: auto;
  width: auto;
  display: inline-block;
  background: rgba(124, 191, 62, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: 300ms ease;
}
.reference-box .reference-box-text {
  color: white;
  word-break: break-word;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  transition: 300ms ease;
}
.reference-box .reference-box-text p:nth-of-type(1) {
  font-size: 1.5rem;
  margin-bottom: 0.25rem;
}
.reference-box .reference-box-text p:nth-of-type(2) {
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.reference-box .reference-box-text a {
  color: white;
  font-size: 1.125rem;
  font-weight: 700;
}
.reference-box .reference-box-text a:hover {
  color: #0606db;
  text-decoration: none;
  opacity: 0.85;
}

.reference-box-alt {
  height: auto;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  transition: 300ms ease;
}
.reference-box-alt .reference-box-alt-image {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 100%;
  z-index: 0;
}
.reference-box-alt .reference-box-alt-image img {
  width: auto;
  max-width: unset;
  max-width: auto;
  height: 100%;
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
}
.reference-box-alt .reference-box-alt-image figure {
  margin: 0;
}
.reference-box-alt .reference-box-alt-image::after {
  content: "";
  height: auto;
  width: auto;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.reference-box-alt .reference-box-alt-text {
  color: #002060;
  word-break: break-word;
  position: absolute;
  top: 1.15rem;
  right: 2.25rem;
  bottom: 4.15rem;
  left: 1.15rem;
  padding: 0.5rem 0.65rem;
  transition: 300ms ease;
  background: rgba(255, 255, 255, 0.666);
}
.reference-box-alt .reference-box-alt-text p {
  line-height: 1.25;
}
.reference-box-alt .reference-box-alt-text p:nth-of-type(1) {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 1.15rem;
}
.reference-box-alt .reference-box-alt-text p:nth-of-type(2) {
  font-size: 0.75rem;
  font-weight: 400;
  margin-bottom: 1.15rem;
}
.reference-box-alt .reference-box-alt-text p:nth-of-type(3) {
  font-weight: 600;
}
.reference-box-alt .reference-box-alt-text a {
  color: white;
  font-size: 1.125rem;
  font-weight: 700;
}
.reference-box-alt .reference-box-alt-text a:hover {
  color: #7cbf3e;
  text-decoration: none;
  opacity: 0.85;
}

.additional-references {
  display: none;
}

.filterable {
  width: 100%;
  transition-duration: 300ms;
  transition-timing-function: ease-in-out;
  transition-property: transform;
}
.filterable.filtered {
  flex-basis: 0;
  padding: 0;
  opacity: 0;
  overflow: hidden;
  transform: scale(0);
  transition: all 300ms ease-in-out, flex 500ms ease-in-out;
}

/* Blog */
.blog-posts-list .blog-post {
  background: white;
  border-bottom: 2px dotted gray;
  margin-bottom: 1rem;
}

.blog-post .blog-post-teaser {
  display: flex;
  flex-flow: row nowarp;
}
.blog-post .blog-post-teaser .blog-post-left {
  flex: 0 0 auto;
  margin-right: 30px;
}
.blog-post .blog-post-teaser .blog-post-center {
  flex: 0 1 auto;
}
.blog-post .blog-post-teaser .blog-post-right {
  flex: 1 0 320px;
  margin-left: 30px;
}
@media only screen and (max-width: 992px) {
  .blog-post .blog-post-teaser {
    flex-wrap: wrap;
  }
  .blog-post .blog-post-teaser .blog-post-left,
  .blog-post .blog-post-teaser .blog-post-center,
  .blog-post .blog-post-teaser .blog-post-right {
    flex: 1 0 100%;
    margin: 0;
  }
  .blog-post .blog-post-teaser .blog-post-center {
    order: 99;
  }
}
.blog-post .blog-post-heading {
  margin-bottom: 1rem;
}
.blog-post .blog-post-heading a {
  color: #7cbf3e;
}
.blog-post .blog-post-heading a:hover {
  color: #0606db;
  text-decoration: none;
}
.blog-post .blog-post-link {
  padding: 15px 0;
}
.blog-post .blog-image-preview {
  display: inline-block;
  margin: 0 0 15px 0;
}
.blog-post .blog-post-date {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 2px solid #7cbf3e;
}
.blog-post .blog-post-date span {
  display: block;
  color: #7cbf3e;
  text-align: center;
  line-height: 1.05;
}
.blog-post .blog-post-date span:nth-child(1) {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.blog-post .blog-post-date span:nth-child(2) {
  font-size: 1.75rem;
  text-transform: uppercase;
}
.blog-post .blog-post-date span:nth-child(3) {
  font-size: 1.25rem;
}
@media only screen and (max-width: 992px) {
  .blog-post .blog-post-date {
    width: 100%;
    margin-bottom: 1rem;
  }
  .blog-post .blog-post-date span {
    display: inline;
    font-size: 1rem !important;
    font-weight: 400 !important;
    letter-spacing: 0;
    margin-right: 0.5rem;
  }
}

/* Blog Side Bar*/
.blog-side-bar {
  width: 100%;
  height: auto;
  padding: 1rem;
  margin-bottom: 1rem;
  background: #e8e3cd;
}
.blog-side-bar aside:not(:last-child) {
  margin-bottom: 1rem;
}
.blog-side-bar h3.widget-title {
  color: #7cbf3e;
  margin-bottom: 0.5rem;
}
.blog-side-bar a:hover {
  opacity: 0.75;
  text-decoration: none;
}
.blog-side-bar aside:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  display: none;
}

.blog-author-section {
  line-height: 1.25;
}
.blog-author-section li {
  color: white;
  background: rgba(0, 0, 0, 0.2);
  padding: 0.1rem 0.4rem;
  border-radius: 0.2rem;
  margin-bottom: 0.5rem;
}
.blog-author-section li:last-child {
  margin-bottom: 0;
}
.blog-author-section a {
  color: white;
}
.blog-author-section a::before {
  content: " ― ";
}
.blog-author-section a:hover {
  text-decoration: none;
}

.blog-author-section {
  margin: 2rem 0;
}
.blog-author-section .blog-author-palceholder {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.blog-author-section .blog-author-palceholder .blog-author-left {
  flex: 0 0 4rem;
  max-width: 4rem;
}
.blog-author-section .blog-author-palceholder .blog-author-right {
  flex: 1;
  width: 100%;
  padding-left: 1.75rem;
}

.blog-author-left img {
  width: 100%;
  height: auto;
  border: 0.1875rem solid #cfd8dc;
  border-radius: 0.1875rem;
}

.blog-author-right .blog-author-info {
  padding: 0.15rem 0 0 0;
}
.blog-author-right .blog-author-info .blog-author-about {
  display: block;
  color: #6c757d;
  font-size: 80%;
  font-weight: 400;
}
.blog-author-right .blog-author-info .blog-author-heading {
  padding: 0.5rem 0;
}
.blog-author-right .blog-author-info .blog-author-heading h5 {
  display: inline-block;
  font-size: 1.5rem;
  margin: 0 1rem 0 0;
}
.blog-author-right .blog-author-info .blog-author-heading h5 a {
  color: #0606db;
  text-decoration: none;
  transition: 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .blog-author-right .blog-author-info .blog-author-heading h5 a {
    transition: none;
  }
}
.blog-author-right .blog-author-info .blog-author-heading h5 a:hover {
  color: #7cbf3e;
}
.blog-author-right .blog-author-info .blog-author-heading .blog-author-details {
  display: inline-block;
  vertical-align: unset;
  color: #7cbf3e;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: none;
}
.blog-author-right .blog-author-info .blog-author-bio {
  margin: 0;
  font-size: 0.875rem;
}
.blog-author-right .blog-author-links {
  padding: 0.5rem 0;
  font-size: 0.75rem;
}
.blog-author-right .blog-author-links a {
  display: inline-block;
  width: 2rem;
  background: #0606db;
  color: white;
  text-decoration: none;
  text-align: center;
  padding: 0.25rem;
  border-radius: 0.1875rem;
  margin-right: 0.75rem;
  transition: 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .blog-author-right .blog-author-links a {
    transition: none;
  }
}
.blog-author-right .blog-author-links a:hover {
  background: #7cbf3e;
}
.blog-author-right .blog-author-chechout a {
  color: #0606db;
  font-weight: 700;
  padding: 0.5rem 0 0.15rem 0;
  transition: 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .blog-author-right .blog-author-chechout a {
    transition: none;
  }
}
.blog-author-right .blog-author-chechout a:hover {
  color: #7cbf3e;
}

/* Blog Comments Form */
.comment-inputs-holder {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}
.comment-inputs-holder .comment-inputs-aligner {
  min-height: 1px;
  flex-basis: 33.333333%;
  flex-grow: 1;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  padding-bottom: 1rem;
}
.comment-inputs-holder .comment-inputs-aligner:last-of-type {
  padding-bottom: 0;
}

.comment-inputs-holder .comment-inputs-aligner:nth-child(1),
.comment-inputs-holder .comment-inputs-aligner:nth-child(2),
.comment-inputs-holder .comment-inputs-aligner:nth-child(5),
.comment-inputs-holder .comment-inputs-aligner:nth-child(6),
.comment-inputs-holder .comment-inputs-aligner:nth-child(7),
.comment-inputs-holder .comment-inputs-aligner:nth-child(8) {
  flex: 0 0 100%;
  max-width: 100%;
}
.comment-inputs-holder .comment-inputs-aligner:nth-child(3),
.comment-inputs-holder .comment-inputs-aligner:nth-child(4) {
  flex: 0 0 50%;
  max-width: 50%;
}
@media (max-width: 768px) {
  .comment-inputs-holder .comment-inputs-aligner:nth-child(1),
  .comment-inputs-holder .comment-inputs-aligner:nth-child(2),
  .comment-inputs-holder .comment-inputs-aligner:nth-child(3),
  .comment-inputs-holder .comment-inputs-aligner:nth-child(4),
  .comment-inputs-holder .comment-inputs-aligner:nth-child(5),
  .comment-inputs-holder .comment-inputs-aligner:nth-child(6),
  .comment-inputs-holder .comment-inputs-aligner:nth-child(7),
  .comment-inputs-holder .comment-inputs-aligner:nth-child(8) {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.comment-disclaimer {
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.75rem;
  border: 0.125rem solid rgba(0, 0, 0, 0.25);
  border-radius: 0.1875rem;
  background: white;
  color: rgba(0, 0, 0, 0.5);
  margin-bottom: 0;
}

.comment-message {
  margin-bottom: 1rem;
}
.comment-message .comment-error,
.comment-message .comment-success {
  background: #0606db;
  color: white;
  font-size: 0.875rem;
  line-height: 1.25;
  list-style-type: disc;
  padding: 0.8rem 0.8rem 0.8rem 2rem;
  border-radius: 0.1875rem;
}

/* Blog Comments */
.published-comment {
  margin-top: 2rem;
}
.published-comment .comment-palceholder {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 1rem;
}
.published-comment .comment-palceholder:last-child {
  margin-bottom: 0;
}
.published-comment .comment-palceholder .comment-left {
  flex: 0 0 4rem;
  max-width: 4rem;
}
.published-comment .comment-palceholder .comment-right {
  flex: 1;
  width: 100%;
  padding-left: 1.75rem;
}

.comment-left {
  flex: 0 0 4rem;
  max-width: 4rem;
}
.comment-left .comment-image img {
  width: 100%;
  height: auto;
  border: 0.1875rem solid #e8e3cd;
  border-radius: 0.1875rem;
  margin: 0;
  padding: 0;
}

.comment-right {
  flex: 1;
  width: 100%;
  padding-left: 1.75rem;
}
.comment-right .comment-content {
  background: white;
  position: relative;
  padding: 1.5rem;
  border: 0.1875rem solid #e8e3cd;
  border-radius: 0.1875rem;
}
.comment-right .comment-content::before, .comment-right .comment-content::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid #e8e3cd;
  border-top: 10px solid #e8e3cd;
  border-bottom: 10px solid transparent;
  left: -1.3125rem;
  top: 1.375rem;
}
.comment-right .comment-content::after {
  border-left: 7px solid transparent;
  border-right: 7px solid white;
  border-top: 7px solid white;
  border-bottom: 7px solid transparent;
  left: -0.875rem;
  top: 1.5625rem;
}
.comment-right .comment-data {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 1rem;
}
.comment-right .comment-data span:first-child {
  background-color: #e8e3cd;
  color: #7cbf3e;
  font-weight: 700;
  padding: 0.1rem 0.4rem;
  margin-left: -0.375rem;
  border-radius: 0.1875rem;
}
.comment-right .comment-data span:first-child a {
  color: #7cbf3e;
  text-decoration: none;
  transition: 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .comment-right .comment-data span:first-child a {
    transition: none;
  }
}
.comment-right .comment-data span:first-child a:hover {
  color: #0606db;
}
.comment-right .comment-data span:last-child {
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  color: #e8e3cd;
  font-size: 0.875rem;
  font-weight: 700;
}
.comment-right p {
  font-size: 0.875rem;
  font-weight: 400;
}
.comment-right p:last-child {
  margin-bottom: 0;
}

@media (max-width: 372px) {
  .comment-palceholder .comment-left {
    display: none;
  }
  .comment-palceholder .comment-right {
    padding: 0;
  }
  .comment-palceholder .comment-right .comment-content::before, .comment-palceholder .comment-right .comment-content::after {
    content: none;
  }
}/*# sourceMappingURL=styles.css.map */