@charset "UTF-8";
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #114884;
  --secondary: #000;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

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

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

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

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

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

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  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: #114884;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(8.2718120805, 35.033557047, 64.2281879195);
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
  display: inline-block;
}

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

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

.container,
.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%;
  }
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 20px 10px;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #777776;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background: #fff;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #114884;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.menu-item:last-child .dropdown-item {
  border-bottom: 0;
}

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

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

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

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

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

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

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

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

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
@media (max-width: 575.98px) {
  .modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
.modal-fullscreen-xl-down {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen-xl-down .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen-xl-down .modal-header {
  border-radius: 0;
}
.modal-fullscreen-xl-down .modal-body {
  overflow-y: auto;
}
.modal-fullscreen-xl-down .modal-footer {
  border-radius: 0;
}

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

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

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

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #114884;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

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

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

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

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

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

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

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

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

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(11.1812080537, 47.355704698, 86.8187919463) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: 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;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-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,
.aligncenter {
  margin-right: auto !important;
}

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

.ml-auto,
.mx-auto,
.aligncenter {
  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;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: rgb(8.2718120805, 35.033557047, 64.2281879195) !important;
}

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

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

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

a.text-success:hover, a.text-success:focus {
  color: rgb(25.2173913043, 105.2826086957, 43.5) !important;
}

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

a.text-info:hover, a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}

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

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

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(167.4810126582, 29.0189873418, 42.2848101266) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

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

.wp-caption-text {
  font-size: inherit;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  display: block !important;
}

.entry-footer span {
  padding-right: 10px;
}

img.wp-post-image,
article img,
figure,
img,
#secondary img {
  max-width: 100%;
  height: auto;
}

a.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0px;
  right: 0px;
}

.jumbotron {
  margin-bottom: 0px;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529 !important;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216) !important;
  text-decoration: none;
  background-color: #e9ecef;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .nav-link:active {
  color: #fff !important;
  text-decoration: none;
  background-color: #114884;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled, .navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled {
  color: #adb5bd !important;
  background-color: transparent;
}

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

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

.navbar h1 {
  font-weight: 400;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.wp-block-image {
  font-size: 0.75rem;
  color: #959595;
}
.wp-block-image em {
  font-style: normal;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only, .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/open-sans/Light/OpenSans-Light.woff2") format("woff2"), url("../fonts/open-sans/Light/OpenSans-Light.woff") format("woff"), url("../fonts/open-sans/Light/OpenSans-Light.ttf") format("truetype"), url("../fonts/open-sans/Light/OpenSans-Light.svg#OpenSansLight") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/open-sans/LightItalic/OpenSans-LightItalic.woff2") format("woff2"), url("../fonts/open-sans/LightItalic/OpenSans-LightItalic.woff") format("woff"), url("../fonts/open-sans/LightItalic/OpenSans-LightItalic.ttf") format("truetype"), url("../fonts/open-sans/LightItalic/OpenSans-LightItalic.svg#OpenSansLightItalic") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/open-sans/Regular/OpenSans-Regular.woff2") format("woff2"), url("../fonts/open-sans/Regular/OpenSans-Regular.woff") format("woff"), url("../fonts/open-sans/Regular/OpenSans-Regular.ttf") format("truetype"), url("../fonts/open-sans/Regular/OpenSans-Regular.svg#OpenSansRegular") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-weight: normal;
  font-style: italic;
  src: url("../fonts/open-sans/Italic/OpenSans-Italic.woff2") format("woff2"), url("../fonts/open-sans/Italic/OpenSans-Italic.woff") format("woff"), url("../fonts/open-sans/Italic/OpenSans-Italic.ttf") format("truetype"), url("../fonts/open-sans/Italic/OpenSans-Italic.svg#OpenSansItalic") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/open-sans/Semibold/OpenSans-Semibold.woff2") format("woff2"), url("../fonts/open-sans/Semibold/OpenSans-Semibold.woff") format("woff"), url("../fonts/open-sans/Semibold/OpenSans-Semibold.ttf") format("truetype"), url("../fonts/open-sans/Semibold/OpenSans-Semibold.svg#OpenSansSemibold") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 600;
  font-style: italic;
  src: url("../fonts/open-sans/SemiboldItalic/OpenSans-SemiboldItalic.woff2") format("woff2"), url("../fonts/open-sans/SemiboldItalic/OpenSans-SemiboldItalic.woff") format("woff"), url("../fonts/open-sans/SemiboldItalic/OpenSans-SemiboldItalic.ttf") format("truetype"), url("../fonts/open-sans/SemiboldItalic/OpenSans-SemiboldItalic.svg#OpenSansSemiboldItalic") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/open-sans/Bold/OpenSans-Bold.woff2") format("woff2"), url("../fonts/open-sans/Bold/OpenSans-Bold.woff") format("woff"), url("../fonts/open-sans/Bold/OpenSans-Bold.ttf") format("truetype"), url("../fonts/open-sans/Bold/OpenSans-Bold.svg#OpenSansBold") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-weight: bold;
  font-style: italic;
  src: url("../fonts/open-sans/BoldItalic/OpenSans-BoldItalic.woff2") format("woff2"), url("../fonts/open-sans/BoldItalic/OpenSans-BoldItalic.woff") format("woff"), url("../fonts/open-sans/BoldItalic/OpenSans-BoldItalic.ttf") format("truetype"), url("../fonts/open-sans/BoldItalic/OpenSans-BoldItalic.svg#OpenSansBoldItalic") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/open-sans/ExtraBold/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/open-sans/ExtraBold/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/open-sans/ExtraBold/OpenSans-ExtraBold.ttf") format("truetype"), url("../fonts/open-sans/ExtraBold/OpenSans-ExtraBold.svg#OpenSansExtrabold") format("svg");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 800;
  font-style: italic;
  src: url("../fonts/open-sans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/open-sans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.woff") format("woff"), url("../fonts/open-sans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/open-sans/ExtraBoldItalic/OpenSans-ExtraBoldItalic.svg#OpenSansExtraboldItalic") format("svg");
}
@font-face {
  font-family: "Open Sans Condensed";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/open-sans/CondensedLight/OpenSans-CondensedLight.woff2") format("woff2"), url("../fonts/open-sans/CondensedLight/OpenSans-CondensedLight.woff") format("woff"), url("../fonts/open-sans/CondensedLight/OpenSans-CondensedLight.ttf") format("truetype"), url("../fonts/open-sans/CondensedLight/OpenSans-CondensedLight.svg#OpenSansCondensedLight") format("svg");
}
@font-face {
  font-family: "Open Sans Condensed";
  font-weight: 300;
  font-style: italic;
  src: url("../fonts/open-sans/CondensedLightItalic/OpenSans-CondensedLightItalic.woff2") format("woff2"), url("../fonts/open-sans/CondensedLightItalic/OpenSans-CondensedLightItalic.woff") format("woff"), url("../fonts/open-sans/CondensedLightItalic/OpenSans-CondensedLightItalic.ttf") format("truetype"), url("../fonts/open-sans/CondensedLightItalic/OpenSans-CondensedLightItalic.svg#OpenSansCondensedLightItalic") format("svg");
}
@font-face {
  font-family: "Open Sans Condensed";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/open-sans/CondensedBold/OpenSans-CondensedBold.woff2") format("woff2"), url("../fonts/open-sans/CondensedBold/OpenSans-CondensedBold.woff") format("woff"), url("../fonts/open-sans/CondensedBold/OpenSans-CondensedBold.ttf") format("truetype"), url("../fonts/open-sans/CondensedBold/OpenSans-CondensedBold.svg#OpenSansCondensedBold") format("svg");
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900; /* Unterstützte Gewichte */
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/inter/Inter-Italic-VariableFont_opsz,wght.ttf") format("truetype");
  font-weight: 100 900; /* Unterstützte Gewichte */
  font-style: italic;
}
@font-face {
  font-family: "univiapro-regular";
  src: url("../fonts/univiapro/univiapro-regular-webfont.woff2") format("woff2"), url("../fonts/univiapro/univiapro-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univiapro-medium";
  src: url("../fonts/univiapro/univiapro-medium-webfont.woff2") format("woff2"), url("../fonts/univiapro/univiapro-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "univiapro-bold";
  src: url("../fonts/univiapro/univiapro-bold-webfont.woff2") format("woff2"), url("../fonts/univiapro/univiapro-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

body {
  background-color: #fff;
  font-family: "univiapro-regular", sans-serif;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.ml-20 {
  margin-left: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.mt-10 {
  margin-top: 20px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

.mr-10 {
  margin-right: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

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

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

.pt-10 {
  padding-top: 20px;
}

.pb-10 {
  padding-bottom: 10px;
}

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

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

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  text-align: center;
  padding: 20px 0;
  text-decoration: none !important;
}
.btn:hover {
  text-decoration: none !important;
}
.btn-primary, .btn-primary:hover {
  color: #fff !important;
  background-color: #008595 !important;
  transition: 0.2s all;
}
.btn-primary .icon, .btn-primary:hover .icon {
  fill: #fff;
}
.btn-primary:hover {
  background-color: #008595 !important;
}
.btn-secondary, .btn-secondary:hover {
  color: #fff !important;
  background-color: #008595 !important;
  transition: 0.2s all;
}
.btn-secondary .icon, .btn-secondary:hover .icon {
  fill: #a0ff01 !important;
}
.btn-text-link {
  text-decoration: none;
  color: #a0ff01 !important;
}
.btn-pattern:before {
  content: "";
  background-image: url("../../assets/img/pattern-dot-small.png");
}
.btn .icon {
  height: 14px;
  margin-top: 3px;
  margin-left: 5px;
}

.content-row-inner {
  width: 100%;
  max-width: 1140px;
  margin: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1200px) {
  .content-row-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.section-headline {
  display: flex;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: -0.4px;
  color: #008595;
  /*	&-triangle:before {
  		flex: 0 0 13px;
  		align-self: flex-end;
  		display: block;
  		content: '';
  		height: 0;
  		width: 0;
  		margin-right: 5px;
  		border-style: solid;
  		border-width: 0 0 13px 13px;
  		border-color: transparent transparent $section-headline-color transparent;
  	}*/
}
.section-headline span {
  display: block;
}

.entry-content {
  color: #052222;
}
.entry-content > .wp-block-columns {
  width: calc(100% - 30px);
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
.entry-content h1, .entry-content .h1,
.entry-content h2, .entry-content .h2,
.entry-content h3, .entry-content .h3,
.entry-content h4, .entry-content .h4,
.entry-content h5, .entry-content .h5,
.entry-content h6, .entry-content .h6 {
  font-family: "univiapro-bold";
  color: #008595;
  font-weight: 400;
}
.entry-content h2, .entry-content .h2 {
  margin-bottom: 10px;
  font-size: 2.8125rem;
  font-weight: 700;
}
@media (max-width: 576px) {
  .entry-content h2, .entry-content .h2 {
    font-size: 25px;
  }
}
.entry-content h3, .entry-content .h3 {
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
}
.entry-content a {
  color: #052222;
  text-decoration: underline;
  transition: 0.2s all;
}
.entry-content a:hover {
  color: #008595;
}

.single-post .entry-content .wp-block-columns {
  width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
  cursor: pointer;
}

.full-width.has-background {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.full-width.has-background .wp-block-columns {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.product-columns {
  align-items: flex-start;
  background-color: #ebeded;
}
.product-columns .wp-block-column:nth-child(2) {
  position: relative;
  padding: 20px;
}
.product-columns .wp-block-column:nth-child(2) img {
  transition: 0.5s all;
}
.product-columns .wp-block-column:nth-child(2):hover img {
  transform: translateY(-5px);
}

.is-style-btn-primary .wp-block-button__link {
  text-decoration: none;
}
.is-style-btn-primary .wp-block-button__link:hover {
  color: #fff;
}

.wp-block-image .aligncenter img {
  margin: auto;
  display: block;
}

@media (min-width: 576px) {
  .btn-secondary {
    border-left: 0;
    border-right: 0;
  }
  .btn-secondary:hover {
    border-left: 0;
    border-right: 0;
  }
}
@media (min-width: 600px) {
  .product-columns .wp-block-column:first-child {
    padding: 40px 30px 0 20px;
  }
}
@media (min-width: 992px) {
  .section-headline {
    font-size: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .entry-content > .wp-block-columns {
    width: 100%;
  }
}
.shop-nav-target {
  position: relative;
}

.shop-nav-target a:before {
  position: absolute;
  width: 35px;
  height: 35px;
  content: url("/wp-content/themes/lmz/assets/img/neu-badge.svg");
  margin-right: 0.5rem;
  bottom: 20px;
  transform: rotate(27deg);
  right: 0;
}
@media (max-width: 991px) {
  .shop-nav-target a:before {
    right: auto;
    left: 50px;
    bottom: 11px;
  }
}

.topbar {
  display: none;
  padding: 10px 0;
  font-size: 0.75rem;
  color: #959595;
  border-bottom: 1px solid #008595;
}
@media (min-width: 992px) {
  .topbar {
    display: block;
  }
}
.topbar--background {
  background: #fff;
}
.topbar .btn {
  display: inline-block;
  padding: 6px;
  font-size: 0.75rem;
  border: 1px solid transparent;
  color: #959595;
  transition: 0.2s all;
}
.topbar .btn:hover {
  background-color: #008595;
  color: #fff;
}
.topbar .btn:hover .svg-icon path {
  fill: #fff;
}
.topbar .btn__mail {
  margin-right: 20px;
}
.topbar .btn span {
  display: none;
}
@media (min-width: 768px) {
  .topbar .btn span {
    display: inline-block;
    margin-left: 5px;
  }
}
.topbar .svg-icon path {
  fill: #959595;
  transition: 0.2s all;
}
.topbar .svg-icon:hover path {
  fill: #114884;
  transition: 0.2s all;
}
.topbar p {
  margin: 0 20px 0 0;
}

@media (min-width: 992px) {
  .topbar .container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .topbar .container {
    max-width: 1170px;
  }
}
.wp-custom-header,
#wp-custom-header-video {
  height: auto;
  width: 100%;
  max-height: 585px;
}

.wp-custom-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -100;
}

#wp-custom-header-video {
  margin: 0 auto;
}

#wp-custom-header-video-button {
  display: none;
}

.site-title {
  max-width: 200px;
  margin: 0 auto 0 0;
}
.site-title a,
.site-title img {
  display: block;
}
@media (min-width: 992px) {
  .site-title a {
    width: 203px;
  }
}

.site-header {
  position: relative;
  width: 100%;
  z-index: 199 !important;
}

.site-header-inner {
  position: relative;
  height: 20vh;
  min-height: 13rem;
  width: 100%;
  overflow: hidden;
}
.site-header-inner video,
.site-header-inner .container-image {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.site-header-inner .container-image {
  background-size: cover;
  background-position: 50% 50%;
}
.site-header-inner .container-image img {
  width: 100%;
  height: 100%;
}
.site-header-inner .hero-container {
  position: relative;
  z-index: 2;
  padding-top: 95px;
  text-align: center;
}
.site-header-inner .header-video-overlay {
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  background: rgba(0, 134, 149, 0.9);
  z-index: 1;
}
.site-header-inner .row-headline {
  margin-bottom: 20px;
}

.header-image,
.header-video {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-headline,
.hero-subheadline {
  font-family: "univiapro-bold";
  text-transform: uppercase;
}

.hero-headline {
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 700;
  color: #fff;
}

.home .site-header {
  margin-bottom: 55px;
}
.home .site-header-inner {
  height: 36vh;
  width: 100%;
  min-height: 330px;
}
.home .site-header-inner video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-89%);
  -moz-transform: translateX(-50%) translateY(-89%);
  -webkit-transform: translateX(-50%) translateY(-89%);
  transform: translateX(-50%) translateY(-89%);
}
.home .site-header-inner .hero-container {
  position: relative;
  z-index: 2;
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: left;
}
.home .site-header-inner .header-video-overlay {
  background: rgba(0, 134, 149, 0.9);
  max-height: 355px;
}
@media (min-width: 576px) {
  .home .site-header-inner .header-video-overlay {
    max-height: none;
  }
}
.home .btn-wrapper {
  width: 100%;
  max-width: 240px;
  padding: 0 0 20px 0;
}
.home .hero-btn {
  width: 100%;
  max-width: 180px;
  margin-left: 0;
  padding: 10px 0;
  font-size: 0.875rem;
  transition: 0.2s all;
  color: #008595 !important;
  background-color: #fff !important;
  text-transform: uppercase;
}
.home .hero-btn:hover {
  padding: 13px 0;
}
.home .hero-headline {
  font-size: 1.375rem;
  line-height: 1;
  font-weight: 400;
}
.home .hero-subheadline {
  margin-bottom: 60px;
  font-size: 1.375rem;
  font-weight: 400;
  color: #a0ff01;
}
.home .hero-person {
  margin-bottom: 90px;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
}

header .dropdown-toggle:after {
  height: 10px;
  width: 14px;
  margin-left: 0.5rem;
  border: 0;
  vertical-align: -1px;
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="90.4" height="48.2" xml:space="preserve"%3e%3cdefs%3e%3cpath id="a" d="M0 0h90.4v48.2H0z"/%3e%3c/defs%3e%3cclipPath id="b"%3e%3cuse xlink:href="%23a" overflow="visible"/%3e%3c/clipPath%3e%3cpath d="M49.2 0c-.5 0-1 .4-1 1v18.6H1.7c-1.2 0-1.7.5-1.7 1.7v5.5c0 1 .5 1.7 1.7 1.7h46.5V47c0 .8.5 1.2 1 1.2h3.1c.8 0 1.4-.3 2.1-.6l35.2-20.2c.6-.3.9-1 .9-1.9v-2.7c0-.9-.3-1.7-.9-1.9L54.3.7c-.5-.3-1.2-.6-1.9-.6h-3.2z" clip-path="url%28%23b%29" fill="%23fff"/%3e%3c/svg%3e');
  background-repeat: no-repeat;
  background-size: contain;
}

header .active .dropdown-toggle:after {
  height: 10px;
  width: 14px;
  margin-left: 0.5rem;
  border: 0;
  vertical-align: -1px;
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="90.4" height="48.2" xml:space="preserve"%3e%3cdefs%3e%3cpath id="a" d="M0 0h90.4v48.2H0z"/%3e%3c/defs%3e%3cclipPath id="b"%3e%3cuse xlink:href="%23a" overflow="visible"/%3e%3c/clipPath%3e%3cpath d="M49.2 0c-.5 0-1 .4-1 1v18.6H1.7c-1.2 0-1.7.5-1.7 1.7v5.5c0 1 .5 1.7 1.7 1.7h46.5V47c0 .8.5 1.2 1 1.2h3.1c.8 0 1.4-.3 2.1-.6l35.2-20.2c.6-.3.9-1 .9-1.9v-2.7c0-.9-.3-1.7-.9-1.9L54.3.7c-.5-.3-1.2-.6-1.9-.6h-3.2z" clip-path="url%28%23b%29" fill="%23a0ff01"/%3e%3c/svg%3e');
  background-repeat: no-repeat;
  background-size: contain;
}

.wrapper-navbar {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: #008595;
}
@media (min-width: 992px) {
  .wrapper-navbar {
    background-color: transparent;
    border-bottom: 0;
  }
}

.fixed-top.navbar {
  border-bottom: 1px solid #008595;
  background-color: rgba(242, 247, 246, 0.9);
  background-color: rgba(0, 133, 149, 0.9);
}

.navbar {
  padding: 0 1rem;
  display: block;
  border-bottom: 1px solid #008595;
  background-color: rgba(0, 133, 149, 0.9);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .navbar {
    display: flex;
    border-bottom: 1px solid transparent;
    background: transparent;
    position: static;
    top: auto;
    right: auto;
    left: auto;
  }
}
.navbar .container {
  padding: 10px 0;
  align-items: flex-start;
  max-width: none;
}
@media (min-width: 992px) {
  .navbar .container {
    max-width: 1200px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .navbar .container {
    padding: 0 15px;
  }
}
.navbar-collapse {
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #008595;
  border: 1px solid #008595;
}
@media (min-width: 992px) {
  .navbar-collapse {
    position: static;
    background: transparent;
    border: 1px solid transparent;
  }
}
.navbar-toggler {
  margin-top: 6px;
  padding: 0;
  border: 0;
}
.navbar .btn {
  display: flex;
  margin-right: 20px;
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
}
.navbar .btn svg,
.navbar .btn svg g {
  fill: #fff;
}
.navbar .btn svg {
  margin-right: 5px;
}
.navbar .btn span {
  display: none;
}
@media (min-width: 768px) {
  .navbar .btn span {
    display: inline-block;
  }
}
.navbar .toggler-bar {
  display: block;
  height: 1px;
  width: 20px;
  margin: 6px 0;
  background-color: #fff;
  transition: all 0.1s;
}
.navbar .line-1 {
  transform: rotate(-45deg) translate(-6px, 4px);
}
.navbar .line-2 {
  opacity: 0;
}
.navbar .line-3 {
  transform: rotate(45deg) translate(-6px, -3px);
}
.navbar .collapsed .line-1 {
  transform: rotate(0) translate(0, 0);
}
.navbar .collapsed .line-2 {
  opacity: 1;
}
.navbar .collapsed .line-3 {
  transform: rotate(0) translate(0, 0);
}

.menu-item:last-child .dropdown-item {
  border-bottom: 1px solid #008595;
}

.dropdown-menu {
  margin-top: 0;
  border: 0;
}
.dropdown-item {
  padding: 15px 20px;
  font-size: 0.875rem;
  color: #fff;
  border-bottom: 1px solid transparent;
  background-color: #008595;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #a0ff01;
  background-color: #008595 !important;
}

.navbar-light .navbar-nav .nav-item > .nav-link {
  padding: 15px 20px;
  font-size: 0.875rem;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #008595;
}
.navbar-light .navbar-nav .nav-item:last-child > .nav-link {
  border-bottom: 0;
}

.navbar-light .navbar-nav .active > .nav-link {
  border-bottom: 1px solid #008595;
  border-top: 0;
  color: #a0ff01;
}

.col-tagline {
  padding-bottom: 5px;
  font-size: 0.875rem;
  color: #fff;
}

.row-breadcrumb {
  justify-content: space-between;
}

.col-breadcrumb {
  padding-left: 0;
}

.breadcrumb {
  display: none;
}

.breadcrumb {
  padding-bottom: 5px;
  font-size: 0.875rem;
  color: #fff;
}

.breadcrumb a {
  color: #a0ff01;
  border-bottom: 1px solid #a0ff01;
  transition: 0.2s all;
}
.breadcrumb a:hover {
  text-decoration: none;
  color: #a0ff01;
  border-bottom: 1px solid #a0ff01;
}

@media (min-width: 576px) {
  .home .site-header-inner {
    height: 42vh;
    min-height: 450px;
  }
  .home .site-header-inner video {
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  .home .hero-headline {
    font-size: 2rem;
  }
  .home .hero-subheadline {
    max-width: none;
    font-size: 2rem;
  }
  .single-post .site-header-inner {
    height: 40vh;
    min-height: 20rem;
  }
  .hero-headline {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .navbar .btn {
    border: 1px solid transparent;
  }
  .site-header-inner {
    height: 30vh;
    min-height: 15.625rem;
  }
  .site-header-inner .hero-container {
    padding-top: 120px;
  }
  .home .site-header-inner {
    height: 50vh;
    min-height: 450px;
  }
  .home .site-header-inner .hero-container {
    padding-top: 170px;
  }
  .home .hero-headline {
    font-size: 3rem;
  }
  .home .hero-subheadline {
    font-size: 3rem;
  }
  .single-customer_projects .site-header-inner,
  .single-post .site-header-inner {
    height: 35vh;
    min-height: 17rem;
  }
  .hero-headline {
    font-size: 2.5rem;
  }
  .hero-subheadline {
    font-size: 2rem;
  }
}
@media (min-width: 992px) {
  .menu-item:last-child .dropdown-item {
    border-bottom: 0;
  }
  .dropdown-menu {
    margin-top: -1px;
    border: 1px solid #008595;
  }
  .dropdown-item {
    padding: 20px 10px 20px 24px;
  }
  .navbar-light .navbar-nav .nav-item > .nav-link {
    margin-top: -1px;
    padding: 62px 24px 24px;
    border: 1px solid transparent;
    border-top: 0;
  }
  .navbar-light .navbar-nav .nav-item > .nav-link:hover {
    border: 1px solid transparent;
    border-top: 0;
  }
  .navbar-light .navbar-nav .nav-item:last-child > .nav-link:hover {
    border-top: 0;
  }
  .navbar-light .navbar-nav .active > .nav-link {
    border-top: 0;
  }
  .navbar-light .navbar-nav .current-menu-item:last-child > .nav-link {
    border-bottom: 1px solid transparent;
  }
  .navbar-light .navbar-nav .active > .nav-link {
    background-position: 7px 73%;
  }
  .navbar .btn {
    margin-top: 0;
  }
  .site-header-inner {
    height: 31vh;
    min-height: 17.18rem;
  }
  .site-header-inner .hero-container {
    padding-top: 140px;
    height: 31vh;
    min-height: 17.18rem;
  }
  .site-header-inner .row-headline {
    margin-bottom: 50px;
  }
  .row-breadcrumb {
    position: absolute;
    width: 100%;
    bottom: 5px;
  }
  .fixed-top.navbar {
    padding-bottom: 18px;
    background-color: rgb(0, 133, 149);
    border-bottom: 1px solid #008595;
    transition: all 0.2s;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .fixed-top.navbar .site-title {
    margin: 22px auto 0 0;
    transition: all 0.5s;
  }
  .fixed-top.navbar .navbar-nav .nav-item > .nav-link {
    padding: 31px 24px 15px;
    transition: all 0.2s;
  }
  .site-header-inner .hero-container {
    padding-top: 155px;
  }
  .home .site-header-inner {
    height: 60vh;
    min-height: 36.1rem;
  }
  .home .site-header-inner .hero-container {
    padding-top: 200px;
  }
  .home .hero-headline {
    font-size: 3.75rem;
  }
  .home .hero-subheadline {
    font-size: 3.75rem;
  }
  .home .hero-btn {
    max-width: 235px;
    font-size: 0.95rem;
  }
  .single .site-header-inner {
    height: 35vh;
    min-height: 20.5rem;
  }
  .single .hero-container {
    height: 35vh;
    min-height: 20.5rem;
  }
  .single .hero-headline {
    min-height: 100px;
  }
  .single-post .site-header-inner {
    height: 35vh;
    min-height: 20.5rem;
  }
  .single-post .hero-container {
    height: 35vh;
    min-height: 20.5rem;
  }
  .site-title {
    max-width: none;
    margin: 45px auto 0 0;
  }
  .breadcrumb {
    display: block;
  }
}
@media (min-width: 1200px) {
  .home .site-header-inner .hero-container {
    padding-top: 200px;
  }
  .home .btn-wrapper {
    max-width: 284px;
  }
}
.wrapper-mapblock {
  position: relative;
  z-index: 10;
}

.wrapper-contactform {
  position: relative;
  z-index: 50;
  width: 100%;
  max-width: 1140px;
  margin: -50px auto 0;
  padding: 40px;
  border: 1px solid #008595;
  background-color: #fff;
}
.wrapper-contactform p {
  margin-bottom: 0;
}
.wrapper-contactform .column-address {
  margin-left: 0;
}

.contact-form .nf-form-fields-required {
  display: none;
  /*		margin-bottom: 20px;
  		color: $lmz__blue;*/
}
.contact-form .ninja-forms-req-symbol {
  color: #008595;
}
.contact-form .nf-error.field-wrap .nf-field-element:after {
  height: 40px;
  line-height: 43px;
}
.contact-form .nf-field-container {
  margin-bottom: 20px;
}
.contact-form .nf-form-content {
  padding: 0;
}
.contact-form .nf-form-content .ninja-forms-req-symbol,
.contact-form .nf-form-content label {
  color: #008595;
}
.contact-form .nf-form-content label {
  font-size: 0.75rem;
  font-weight: 400;
}
.contact-form .nf-form-content button[type=button] {
  position: relative;
  width: 100%;
  font-size: 0.875rem;
  padding: 17px 0;
  color: #008595 !important;
  background: #a0ff01 !important;
}
.contact-form .nf-form-content button[type=button]:hover {
  color: #008595 !important;
  background: #a0ff01 !important;
}
.contact-form .nf-form-content button[type=button]:after {
  position: absolute;
  display: block;
  top: -17px;
  right: -23px;
  bottom: -17px;
  width: 107px;
  content: "";
  z-index: -10;
}
.contact-form .nf-form-content p {
  margin-bottom: 0;
  font-size: 0.625rem;
}
.contact-form .nf-form-content .listradio-wrap li {
  display: inline-block;
  margin-bottom: 0 !important;
}
.contact-form .nf-form-content .listradio-wrap li:first-child {
  margin-right: 30px !important;
}
.contact-form .nf-form-content .listradio-wrap .nf-field-element li label {
  margin-bottom: 0;
}
.contact-form .nf-form-content .listradio-wrap .nf-field-element label.nf-checked-label:before {
  height: 7px;
  width: 7px;
  left: -23px;
  top: 6px;
  border-radius: 0;
  transform: scale(0);
  box-shadow: inset 1em 1em #008595;
}
.contact-form .nf-form-content .listradio-wrap .nf-field-element label.nf-checked-label:before {
  transform: scale(1);
}
.contact-form .nf-form-content .listradio-wrap .nf-field-element label:after {
  height: 21px;
  width: 21px;
  top: -1px;
  border-radius: 0;
  background-color: #fff;
}
.contact-form .nf-form-content .listradio-wrap .nf-field-element label:after,
.contact-form .nf-form-content .listradio-wrap .nf-field-element label.nf-checked-label:after {
  border: 1px solid #052222;
}
.contact-form .nf-form-content .checkbox-container.label-right label:before {
  height: 7px;
  width: 7px;
  left: -21px;
  top: 6px;
  bottom: 5px;
  border-radius: 0;
  font-family: inherit;
  content: "";
  transform: scale(0);
  transition: none;
  box-shadow: inset 1em 1em #008595;
}
.contact-form .nf-form-content .checkbox-container.label-right label.nf-checked-label:before {
  transform: scale(1);
}
.contact-form .nf-form-content .checkbox-container.label-right label:after {
  height: 21px;
  width: 21px;
  top: -1px;
  border: 1px solid #052222;
  border-radius: 0;
  background-color: #fff;
}
.contact-form .nf-form-content .label-above .nf-field-label {
  margin-bottom: 5px;
}
.contact-form .nf-form-content .ninja-forms-field {
  height: auto;
}
.contact-form .nf-form-content textarea.ninja-forms-field {
  height: 88px;
}
.contact-form .nf-form-content input:not([type=button]),
.contact-form .nf-form-content textarea {
  padding: 8px;
  border: 1px solid #052222;
  border-radius: 0;
  box-shadow: none;
  color: #052222;
  background: transparent;
  transition: all 0.5s;
}
.contact-form .nf-field-label {
  margin-bottom: 5px;
}
.contact-form .nf-field-label label {
  font-size: 0.75rem;
  font-weight: 400;
  color: #008595;
}
.contact-form .checkbox-container a {
  font-weight: 600;
  color: #052222;
  text-decoration: none;
}
.contact-form .checkbox-container a:hover {
  text-decoration: underline;
}
.contact-form .small-text {
  font-size: 12px;
}

.address-block {
  width: 100%;
  margin: 40px 0;
  color: #008595;
}
.address-block a {
  color: #008595;
  text-decoration: none;
}
.address-block a:hover {
  text-decoration: underline;
}
.address-block .contactdata {
  font-size: 0.75rem;
}
.address-block .company-name {
  font-size: 1rem;
  font-weight: 700;
}
.address-block .svg-icon {
  display: inline-block;
  content: "";
  margin-right: 10px;
}
.address-block .svg-icon path {
  fill: #008595;
}
.address-block .icon-address {
  height: 14px;
  width: 11px;
}
.address-block .icon-phone {
  height: 12px;
  width: 12px;
}
.address-block .icon-fax {
  height: 12px;
  width: 12px;
}
.address-block .icon-email {
  height: 12px;
  width: 12px;
}

.form-address-container {
  flex-direction: column-reverse;
}

@media (min-width: 768px) {
  .wrapper-contactform .column-address {
    margin-left: 2em;
  }
  .form-address-container {
    flex-direction: initial;
    margin: 40px 0 0;
  }
  .address-block {
    margin-top: 75px;
  }
}
.list-radio-wrap .nf-field-label {
  display: none !important;
}

.divider-style-1 {
  display: flex;
  margin: 40px 0;
}
.divider-style-1 .divider-line {
  position: relative;
  width: 100%;
  margin: 20px 0;
}
.divider-style-1 .divider-icon {
  position: relative;
  margin: 0 15px;
}
.divider-style-1 .icon-svg {
  width: 67px;
  height: 52px;
  fill: #008595;
}
.divider-style-1 .icon-svg g, .divider-style-1 .icon-svg path {
  fill: #008595 !important;
}

.divider-style-1.divider-post .divider-line {
  margin: 24px 0;
}
.divider-style-1.divider-post .icon-svg {
  width: 61px;
  height: 61px;
  fill: #008595;
}
.divider-style-1.divider-post .icon-svg g, .divider-style-1.divider-post .icon-svg path {
  fill: #008595 !important;
}

.is-style-hooked-list {
  list-style: none;
}
.is-style-hooked-list li {
  position: relative;
  margin-bottom: 11px;
  padding-left: 8px;
  line-height: 33px;
}
.is-style-hooked-list li:before {
  display: inline-block;
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: -40px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2234%22%20height%3D%2230%22%20viewBox%3D%220%200%2034%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M33.3%2013.36C33.3%2013.12%2033.2%2012.89%2033.03%2012.72L21.12%200.849991C20.89%200.619991%2020.58%200.48999%2020.26%200.48999H14.1C13.93%200.48999%2013.79%200.629991%2013.79%200.799991V1.66999C13.79%201.96999%2013.89%202.19999%2014.06%202.36999L26.31%2014.55C26.54%2014.78%2026.54%2015.16%2026.31%2015.39L14.06%2027.59C13.89%2027.76%2013.79%2028%2013.79%2028.24V29.12C13.79%2029.29%2013.93%2029.43%2014.1%2029.43C15.85%2029.43%2019.01%2029.46%2020.24%2029.46C20.57%2029.46%2020.88%2029.33%2021.11%2029.1C22.96%2027.25%2031.42%2018.83%2033.03%2017.22C33.2%2017.05%2033.3%2016.82%2033.3%2016.57C33.3%2016.1%2033.3%2013.6%2033.3%2013.34V13.36ZM19.6%2013.39C19.6%2013.15%2019.5%2012.92%2019.33%2012.75L7.41%200.879991C7.18%200.649991%206.86999%200.519991%206.54999%200.519991H0.390015C0.220015%200.519991%200.0799866%200.65999%200.0799866%200.82999V1.69999C0.0799866%201.98999%200.180006%202.22999%200.350006%202.39999L12.6%2014.58C12.83%2014.81%2012.83%2015.19%2012.6%2015.42L0.350006%2027.62C0.180006%2027.79%200.0799866%2028.03%200.0799866%2028.27V29.15C0.0799866%2029.32%200.220015%2029.46%200.390015%2029.46C2.14001%2029.46%205.3%2029.49%206.53%2029.49C6.86%2029.49%207.16999%2029.36%207.39999%2029.13C9.25999%2027.28%2017.7%2018.86%2019.32%2017.25C19.49%2017.08%2019.59%2016.85%2019.59%2016.6C19.59%2016.13%2019.59%2013.63%2019.59%2013.37L19.6%2013.39Z%22%20fill%3D%22%23a0ff01%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.is-style-hooked-list b,
.is-style-hooked-list strong {
  font-weight: 600;
}

.is-style-btn-primary .wp-block-button__link {
  display: block;
  width: 250px;
  font-size: 0.875rem;
  text-align: center;
  padding: 18px 0;
  border-radius: 0;
  color: #008595;
  background-color: #a0ff01;
  transition: all 0.2s;
}
.is-style-btn-primary .wp-block-button__link:after {
  display: inline-block;
  height: 10px;
  width: 15px;
  margin-left: 5px;
  content: "";
  background-image: url("../img/arrow_solid_right_dark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.is-style-btn-primary .wp-block-button__link:hover {
  text-decoration: none;
  background-color: #a0ff01;
  color: #008595;
}

.post-section .content-row-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1140px;
  margin: 0 auto;
}
.post-section .article {
  color: #777776;
}
.post-section .sidebar {
  width: 100%;
  max-width: 360px;
  margin: 0;
}
@media (max-width: 992px) {
  .post-section .sidebar {
    max-width: 100%;
    margin: 60px 0;
  }
}
.post-section .post-excerpt {
  margin-bottom: 15px;
  font-weight: 600;
}
.post-section .entry-header {
  margin: auto;
  color: #008595;
}
.post-section .entry-header:after {
  display: block;
  width: 62px;
  margin: 30px auto 35px;
  content: "";
  border-bottom: 1px solid transparent;
}
.post-section .entry-meta {
  font-weight: 700;
}
.post-section .entry-content {
  margin-top: 20px;
}
.post-section .posted-on {
  padding-right: 5px;
  border-right: 1px solid #008595;
}
.post-section .reading-time {
  padding-left: 5px;
}
.post-section .wp-block-image a {
  position: relative;
  display: block;
}
.post-section .wp-block-image a:after {
  position: absolute;
  display: block;
  left: calc(50% - 42px);
  top: calc(50% - 42px);
  height: 84px;
  width: 84px;
  content: "";
  background-image: url('data:image/svg+xml;utf8, <svg width="85" height="85" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="%23f2f7f6" opacity=".8" cx="42.5" cy="42.5" r="42.5"/><circle stroke="%23164a7c" cx="42.5" cy="42.5" r="39"/><circle stroke="%23114884" stroke-width="2" cx="39.5" cy="40.5" r="9.5"/><path stroke="%23114884" stroke-width="2" d="M47.218 46.27 57.5 53.5"/></g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
.post-section .size-project-image {
  height: auto;
  width: 100%;
  max-width: 485px;
  margin-top: 0;
}
.post-section .size-project-image.alignleft {
  margin-right: 30px;
}
.post-section .share-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}
.post-section .share-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  width: 25px;
  border: 1px solid #d1d1d1;
  transition: 0.2s all;
}
.post-section .share-buttons a:hover {
  border: 1px solid #114884;
}
.post-section .share-buttons a:hover .svg-icon {
  fill: #114884;
}
.post-section .share-buttons .svg-icon {
  height: auto;
  width: 20px;
  fill: #959595;
  transition: 0.2s all;
}

.post-tags {
  display: flex;
  flex-wrap: wrap;
}
.post-tags .post-tag {
  margin-right: 10px;
  margin-bottom: 15px;
  padding: 5px;
  font-size: 0.75rem;
  white-space: nowrap;
  color: #008595;
  border: 1px solid #008595;
}

.related-posts-section {
  margin-bottom: 90px;
}

.author-single {
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 30px;
}
@media (max-width: 576px) {
  .author-single {
    display: flex;
    flex-direction: column;
  }
}
.author-single:last-child {
  margin-bottom: 0;
}
.author-single .col {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.author-single .author-portrait-wrapper {
  flex: 0 0 135px;
  margin-right: 30px;
  padding-top: 5px;
}
@media (max-width: 576px) {
  .author-single .author-portrait-wrapper {
    flex: unset;
    margin: 0 auto 30px;
  }
}
.author-single .author-portrait {
  display: block;
  height: auto;
  width: 130px;
  margin-bottom: 20px;
}
@media (max-width: 576px) {
  .author-single .author-portrait {
    margin: 0 auto;
  }
}
.author-single .author-bio {
  flex: 0 1 600px;
  margin-right: 30px;
}
@media (max-width: 576px) {
  .author-single .author-bio {
    flex: unset;
    margin: 0 auto 30px;
    text-align: center;
  }
}
.author-single .author-name {
  margin-bottom: 15px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #008595;
}
.author-single .author-description {
  font-size: 0.875rem;
}
.author-single .btn-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 30px;
}
.author-single .btn-wrapper:last-child {
  margin-right: 0;
}
.author-single .btn {
  margin-left: 0;
  height: 65px;
  width: 100%;
  max-width: 160px;
  min-width: 75px;
  border: 1px solid #008595;
  transition: all 0.5s;
}
@media (max-width: 576px) {
  .author-single .btn {
    max-width: 100%;
  }
}
.author-single .btn .icon,
.author-single .btn .icon path {
  fill: #008595;
}
.author-single .btn:hover {
  background: #008595;
}
.author-single .btn:hover .icon,
.author-single .btn:hover .icon path {
  fill: #fff !important;
}
.author-single .icon,
.author-single .icon path {
  transition: all 0.5s;
}
.author-single .icon {
  height: auto;
  width: 22px;
}

.related-posts-slider {
  margin-top: 60px;
}
.related-posts-slider .content-row-inner {
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
}
.related-posts-slider .slider-related-posts-wrapper {
  display: flex;
  max-width: 1200px;
  margin: auto;
}
.related-posts-slider .article-single-card {
  flex-direction: column;
  justify-content: stretch;
  padding: 0 35px 25px;
}
.related-posts-slider .article-single-card-meta {
  flex: 1 0 0;
  margin-bottom: 50px;
  padding: 8px 0;
  font-size: 0.75rem;
  text-align: center;
  color: #a0ff01;
  background-color: #008595;
}
.related-posts-slider .article-single-card-headline {
  flex: 1 1 75px;
  margin-bottom: 20px;
  font-size: 1.1rem;
  letter-spacing: -0.22px;
  text-align: center;
  color: #008595;
}
.related-posts-slider .btn-wrapper {
  flex: 1 0 0;
}
.related-posts-slider .article-single-card-category {
  padding-right: 10px;
  border-right: 1px solid #a0ff01;
}
.related-posts-slider .article-single-card-date {
  padding-left: 10px;
}
.related-posts-slider .btn {
  width: 100%;
  max-width: 170px;
  margin: auto;
  padding: 17px 0;
  color: #008595 !important;
  background-color: #a0ff01 !important;
}
.related-posts-slider .swiper-slide {
  padding-left: 0;
}
.related-posts-slider .rpost-button-prev, .related-posts-slider .rpost-button-next {
  display: block;
  height: 16px;
  width: 8px;
  flex: 0 0 26px;
  align-self: center;
  background-repeat: no-repeat;
}
.related-posts-slider .rpost-button-prev {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 7 15" style="enable-background:new 0 0 7 15;" xml:space="preserve"%3e%3cstyle type="text/css"%3e.st0{fill:none;stroke:%23114884;stroke-miterlimit:10;}%3c/style%3e%3cpolyline class="st0" points="-0.75,15 6.25,7.5 -0.75,0 "/%3e%3c/svg%3e');
  background-position: right center;
}
.related-posts-slider .rpost-button-next {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 7 15" style="enable-background:new 0 0 7 15;" xml:space="preserve"%3e%3cstyle type="text/css"%3e.st0{fill:none;stroke:%23114884;stroke-miterlimit:10;}%3c/style%3e%3cpolyline class="st0" points="7.75,0 0.75,7.5 7.75,15 "/%3e%3c/svg%3e');
  background-position: left center;
}

.embed-container {
  position: relative;
  padding-bottom: 56.23%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.error-404 {
  width: 100%;
  max-width: 1140px;
  margin: 50px auto;
  padding-left: 15px;
  padding-right: 15px;
  color: #777776;
}

.category-post-list-row .category-post-list {
  max-width: 1140px;
  width: 100%;
  margin: 50px auto;
  padding-left: 15px;
  padding-right: 15px;
}

.category-post-list .article-single-card {
  margin: 30px 0 0;
}
.category-post-list .article-single-card:nth-child(3n+3), .category-post-list .article-single-card:last-child {
  margin-right: 0;
}

#was-ist-das-lmz-magazin {
  margin-left: 15px;
}

.fullwidth-team.fullwidth-team {
  margin-bottom: -90px;
}

@media (min-width: 768px) {
  .related-posts-slider .article-single-card {
    /*		max-width: 256px;
    		margin: 0 36px 0 0;*/
    max-width: none;
    margin: 0;
  }
  .category-post-list .article-single-card {
    margin-right: 30px;
    max-width: calc(50% - 30px);
  }
  .category-post-list .article-single-card:last-child, .category-post-list .article-single-card:nth-child(2n+2), .category-post-list .article-single-card:nth-child(2n+2):last-child {
    margin-right: 0;
  }
  .category-post-list .article-single-card:nth-child(3n+3) {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .post-section .content-row-inner {
    flex-direction: row;
  }
  .post-section .article {
    max-width: 730px;
    margin-right: 30px;
  }
  .magazine-post-button-prev,
  .magazine-post-button-next {
    display: none;
  }
  .related-posts-slider .article-single-card {
    max-width: 276px;
  }
  .category-post-list .article-single-card {
    max-width: calc(50% - 30px);
  }
  .category-post-list .article-single-card:nth-child(2n+2) {
    margin-right: 0;
  }
  .category-post-list .article-single-card:nth-child(3n+3) {
    margin-right: 30px;
  }
}
@media (min-width: 1200px) {
  .related-posts-slider .article-single-card {
    max-width: 365px;
  }
  .error-404 {
    padding-left: 0;
    padding-right: 0;
  }
  .category-post-list-row .category-post-list {
    padding-left: 0;
    padding-right: 0;
  }
  .category-post-list .article-single-card {
    max-width: 356px;
  }
  .category-post-list .article-single-card:nth-child(2n+2) {
    margin-right: 30px;
  }
  .category-post-list .article-single-card:nth-child(3n+3), .category-post-list .article-single-card:last-child {
    margin-right: 0;
  }
  #was-ist-das-lmz-magazin {
    margin-left: 0;
  }
}
.project-tags {
  display: flex;
  flex-wrap: wrap;
}
.project-tags .project-tag {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 5px;
  font-size: 0.75rem;
  white-space: nowrap;
  color: #008595;
  border: 1px solid #008595;
}

.single-customer_projects .content-row-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
}
.single-customer_projects .article {
  color: #052222;
}
.single-customer_projects .sidebar {
  width: 100%;
  max-width: 360px;
  margin: 50px 0;
}
.single-customer_projects .entry-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.single-customer_projects .col-entry-header {
  max-width: 540px;
}
.single-customer_projects .project-excerpt {
  margin-bottom: 15px;
  font-weight: 600;
  padding-right: 10px;
}
.single-customer_projects .project-date {
  position: static;
  padding-bottom: 5px;
  background-color: #008595;
  color: #fff;
}
.single-customer_projects .project-date:after {
  position: static;
  margin-top: 10px;
  background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" width="10" height="10"><rect width="10" height="10" fill="%23fff" opacity="0"/><rect width="2" height="2" fill="%23fff" opacity="1"/></svg>');
}
.single-customer_projects .project-date .svg-icon {
  fill: #fff;
}
.single-customer_projects .entry-content {
  margin-top: 20px;
}
.single-customer_projects .wp-block-image a {
  position: relative;
  display: block;
}
.single-customer_projects .wp-block-image a:after {
  position: absolute;
  display: block;
  left: calc(50% - 42px);
  top: calc(50% - 42px);
  height: 84px;
  width: 84px;
  content: "";
  background-image: url('data:image/svg+xml;utf8, <svg width="85" height="85" xmlns="http://www.w3.org/2000/svg"><g fill="none" fill-rule="evenodd"><circle fill="%23f2f7f6" opacity=".8" cx="42.5" cy="42.5" r="42.5"/><circle stroke="%23164a7c" cx="42.5" cy="42.5" r="39"/><circle stroke="%23114884" stroke-width="2" cx="39.5" cy="40.5" r="9.5"/><path stroke="%23114884" stroke-width="2" d="M47.218 46.27 57.5 53.5"/></g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
.single-customer_projects .size-project-image {
  height: auto;
  width: 100%;
  max-width: 485px;
  margin-top: 0;
}
.single-customer_projects .size-project-image.alignleft {
  margin-right: 30px;
}

.archive-customer_projects .customer-projects-timeline,
.archive-customer_projects .customer-projects-timeline-ajax,
.archive-customer_projects .alm-reveal {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.archive-customer_projects .customer-projects-timeline:after,
.archive-customer_projects .customer-projects-timeline-ajax:after,
.archive-customer_projects .alm-reveal:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100px;
  transform: translateX(-50%); /* Zentrierung */
  content: "";
  background: linear-gradient(to right, transparent 36px, #a0ff01 36px, #a0ff01 44px, transparent 44px, transparent 56px, #a0ff01 56px, #a0ff01 64px, transparent 64px);
}
.archive-customer_projects .single-post {
  position: relative;
  display: flex;
  justify-content: center;
  flex: 1 1 50%;
  margin-bottom: 80px;
  padding-left: 0;
  padding-right: 0;
  z-index: 10;
}
.archive-customer_projects .single-post:before {
  position: absolute;
  top: calc(50% - 110px);
  right: 0;
  height: 8px;
  width: 230px;
  background: #a0ff01;
  rotate: 45deg;
}
.archive-customer_projects .single-post:nth-child(odd):before {
  rotate: -45deg;
  right: -23px;
}
.archive-customer_projects .single-post:nth-last-child(1):nth-child(odd):before {
  right: calc(50% + 10px);
}
.archive-customer_projects .single-post:nth-last-child(1):nth-child(odd):after {
  right: calc(50% - 10px);
}
.archive-customer_projects .single-post .btn {
  width: 100%;
  max-width: 200px;
  padding: 15px 0;
  white-space: nowrap;
  color: #008595 !important;
  background-color: #a0ff01 !important;
}
.archive-customer_projects .single-post .btn span:after {
  display: inline-block;
  height: 10px;
  width: 15px;
  margin-left: 5px;
  content: "";
  background-image: url("../img/arrow_solid_right_dark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.archive-customer_projects .single-post:nth-child(2n):before {
  left: -23px;
  top: auto;
  bottom: calc(50% - 110px);
}
.archive-customer_projects .single-post-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 440px;
  border: 1px solid #008595;
  background-color: #fff;
}
.archive-customer_projects .single-post-inner:hover .project-thumbnail {
  transform: scale(1.1);
}
.archive-customer_projects .project-tags {
  padding: 0 15px;
}
.archive-customer_projects .thumbnail-wrapper {
  overflow: hidden;
  max-height: 275px;
  margin-bottom: 15px;
  border-bottom: 1px solid #008595;
}
.archive-customer_projects .project-thumbnail {
  transition: 0.5s all;
}
.archive-customer_projects .project-date {
  top: 0;
  right: 0;
  color: #fff;
  background-color: #008595;
}
.archive-customer_projects .project-date .svg-icon {
  fill: #fff;
}
.archive-customer_projects .project-title {
  padding: 0 15px;
  font-size: 1rem;
  font-weight: 700;
  color: #008595;
}
.archive-customer_projects .project-excerpt {
  min-height: 90px;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 0.875rem;
  color: #052222;
}
.archive-customer_projects .wrapper-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  padding: 0 15px;
}
.archive-customer_projects .wrapper-btn:before {
  display: block;
  height: 12px;
  width: 100%;
  margin: 35px 0 0;
}

@media (min-width: 576px) {
  .archive-customer_projects .wrapper-btn {
    justify-content: flex-end;
  }
  .archive-customer_projects .wrapper-btn:before {
    content: "";
  }
}
@media (min-width: 992px) {
  .single-customer_projects .content-row-inner {
    flex-direction: row;
    align-items: flex-start;
  }
  .single-customer_projects .article {
    max-width: 730px;
    margin-right: 30px;
  }
  .single-customer_projects .sidebar {
    margin: 0;
  }
  .archive-customer_projects .customer-projects-timeline, .archive-customer_projects .customer-projects-timeline-ajax,
  .archive-customer_projects .alm-reveal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
  }
  .archive-customer_projects .single-post {
    justify-content: flex-start;
    width: 50%;
  }
  .archive-customer_projects .single-post:before {
    content: "";
  }
  .archive-customer_projects .single-post:nth-child(2n) {
    justify-content: flex-end;
  }
}
.wrapper-footer-full {
  overflow: hidden;
  padding: 35px 0 25px;
  color: #fff;
  background-color: #008595;
}
@media (min-width: 768px) {
  .wrapper-footer-full {
    padding: 60px 100px 30px;
  }
}

.footer-container {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .footer-container {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.site-footer {
  margin-top: 90px;
}
.home .site-footer {
  margin-top: 0;
}
.site-footer .h4 {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
}
.site-footer .contactdata {
  font-size: 0.75rem;
}
.site-footer .company-name {
  font-size: 1rem;
}
.site-footer .svg-icon:before {
  display: inline-block;
  content: "";
  margin-right: 10px;
}
.site-footer .icon-address:before {
  background: url("../../assets/img/map-marker.svg") no-repeat;
  height: 14px;
  width: 11px;
  margin-bottom: -2px;
}
.site-footer .icon-phone:before {
  background: url("../../assets/img/phone.svg") no-repeat;
  height: 12px;
  width: 12px;
  margin-bottom: -2px;
}
.site-footer .icon-fax:before {
  background: url("../../assets/img/fax.svg") no-repeat;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.site-footer .icon-email:before {
  background: url("../../assets/img/envelope.svg") no-repeat;
  height: 12px;
  width: 12px;
  margin-bottom: -2px;
}
.site-footer .copyright {
  padding: 10px 0;
  font-size: 0.625rem;
  color: #fff;
}
@media (min-width: 576px) {
  .site-footer .copyright {
    font-size: 0.875rem;
  }
}
.site-footer .copyright p {
  margin-bottom: 0;
}
.site-footer a {
  color: #f2f7f6;
  transition: all 0.5s;
}
.site-footer .icon-phone a:hover, .site-footer .icon-email a:hover {
  text-decoration: underline;
}

.partner-img-wrapper:hover {
  text-decoration: none;
  transform: scale(0.9);
}

.footer-menu {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  font-size: 0.75rem;
  list-style: none;
}
.footer-menu .menu-item {
  display: inline-block;
  margin: 0 35px 20px 0;
}
.footer-menu .menu-item:last-child {
  margin-right: 0;
}
@media (min-width: 1200px) {
  .footer-menu .menu-item {
    margin-right: 25px;
  }
}

.newsletter-signin {
  padding: 10px 0;
  font-size: 0.75rem;
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .newsletter-signin {
    margin: 0;
  }
}
.newsletter-signin .btn {
  display: block;
  padding: 10px 20px;
  font-size: 0.875rem;
  color: #008595 !important;
  background-color: #fff !important;
  transition: all 0.2s;
}
.newsletter-signin .btn-popup {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: none;
}
.newsletter-signin .btn-popup:before {
  display: inline-block;
  height: 21px;
  width: 30px;
  margin-right: 5px;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="21" viewBox="0 0 30 21"><g fill="%23008595" fill-rule="nonzero"><path d="M28.347 0H1.653C.74 0 0 .745 0 1.665v17.67C0 20.255.74 21 1.653 21H3.94c.21 0 .381-.172.381-.384a.382.382 0 00-.381-.384H1.653a.872.872 0 01-.307-.059l10.737-9.356 2.676 2.202a.38.38 0 00.482 0l2.677-2.203 10.736 9.357a.872.872 0 01-.307.059H6.61a.383.383 0 00-.381.384c0 .212.17.384.381.384h21.737C29.26 21 30 20.255 30 19.335V1.665C30 .745 29.26 0 28.347 0zM.812 19.62a.867.867 0 01-.05-.29V1.67a1.03 1.03 0 01.015-.156l10.706 8.81L.812 19.62zM15 12.226L1.219.885a.89.89 0 01.439-.117h26.69c.153 0 .304.04.438.117h-.004L15 12.225zm14.237 7.105a.866.866 0 01-.049.29l-10.67-9.297 10.705-8.809-.006-.038c.013.062.02.125.02.189V19.33z"/></g></svg>');
  background-repeat: no-repeat;
  transition: all 0.2s;
}
.newsletter-signin .btn-popup .icon {
  transition: all 0.2s;
  display: none;
}

.newsletter-signin:hover .btn {
  background-color: #a0ff01 !important;
  color: #008595 !important;
}
.newsletter-signin:hover .btn g {
  fill: #008595;
}
.newsletter-signin:hover .btn-popup:before {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="21" viewBox="0 0 30 21"><g fill="%23008595" fill-rule="nonzero"><path d="M28.347 0H1.653C.74 0 0 .745 0 1.665v17.67C0 20.255.74 21 1.653 21H3.94c.21 0 .381-.172.381-.384a.382.382 0 00-.381-.384H1.653a.872.872 0 01-.307-.059l10.737-9.356 2.676 2.202a.38.38 0 00.482 0l2.677-2.203 10.736 9.357a.872.872 0 01-.307.059H6.61a.383.383 0 00-.381.384c0 .212.17.384.381.384h21.737C29.26 21 30 20.255 30 19.335V1.665C30 .745 29.26 0 28.347 0zM.812 19.62a.867.867 0 01-.05-.29V1.67a1.03 1.03 0 01.015-.156l10.706 8.81L.812 19.62zM15 12.226L1.219.885a.89.89 0 01.439-.117h26.69c.153 0 .304.04.438.117h-.004L15 12.225zm14.237 7.105a.866.866 0 01-.049.29l-10.67-9.297 10.705-8.809-.006-.038c.013.062.02.125.02.189V19.33z"/></g></svg>');
}

.partner-row {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0 20px;
  padding: 0;
  column-gap: 20px;
  row-gap: 20px;
}
@media (min-width: 992px) {
  .partner-row {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .partner-row {
    margin-top: 0;
    row-gap: 28px;
  }
}
@media (min-width: 1470px) {
  .partner-row {
    column-gap: 28px;
    row-gap: 28px;
  }
}
.partner-column {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  width: 100%;
}
@media (min-width: 992px) {
  .partner-column {
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .partner-column {
    flex-direction: column;
    justify-content: flex-start;
    flex-grow: 0;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .partner-column-1 {
    padding-left: 0;
  }
}
.partner-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 33.3333333333%;
  width: 190px;
  height: 70px;
  margin-left: 10px;
  padding: 10px;
  text-align: center;
  background-color: #fff;
}
@media (min-width: 1200px) {
  .partner-item {
    flex-basis: auto;
    margin-top: 28px;
    margin-left: 0;
  }
}
.partner-item:first-child {
  margin-left: 0;
  margin-top: 0;
}
.partner-img-wrapper, .partner-img {
  display: inline-block;
}

@media (min-width: 1200px) {
  .footer-col-right {
    padding-left: 0;
  }
}
.footer-col .company-name {
  max-width: 250px;
  color: #a0ff01;
}

.main-menu-mobile {
  margin-top: 35px;
}
@media (min-width: 1200px) {
  .main-menu-mobile {
    display: none;
  }
}

@media (min-width: 576px) {
  .order-sm-last {
    order: -1;
  }
}
@media (min-width: 768px) {
  .order-sm-last {
    order: 13;
  }
}

@media (min-width: 576px) {
  .order-sm-first {
    order: 13;
  }
}
@media (min-width: 768px) {
  .order-sm-first {
    order: -1;
  }
}

#menu-footer-top a:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .footer-col-middle .footer-row-social-icons {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .footer-col-middle .footer-row-social-icons {
    margin-bottom: 20px;
  }
}
#scrolltotop {
  position: fixed;
  display: flex;
  justify-content: center;
  align-content: center;
  height: 43px;
  width: 43px;
  right: 20px;
  bottom: 20px;
  border: 1px solid #008595;
  background: #fff;
  opacity: 0;
  z-index: 500;
  transition: all 0.2s;
}
#scrolltotop .icon-svg {
  height: 20px;
  width: 20px;
  margin: 0;
  transform: rotateZ(180deg);
  stroke: #008595;
  transition: all 0.2s;
}
#scrolltotop:hover {
  border: 1px solid #fff;
  background: #008595;
}
#scrolltotop:hover .icon-svg {
  stroke: #fff;
}

#observed {
  position: absolute;
  height: 20px;
  width: 10px;
  top: 0;
  left: 0;
  z-index: -999;
}

.sidebar .divider-style-1,
.column-sidebar .divider-style-1 {
  margin: 10px 0 30px;
}
.sidebar .divider-style-1 .divider-line,
.column-sidebar .divider-style-1 .divider-line {
  height: 12px;
  margin: 0;
}

.sidebar {
  border: 1px solid #008595;
}

.input-text,
textarea {
  margin: 0;
  padding: 12px;
  font-size: 1rem;
  color: #919191;
  background: #fff;
  border: 1px solid #919191;
  border-radius: 0;
  box-shadow: none;
}

.input-text:focus,
textarea:focus {
  outline: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .input-text {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-left: -1px;
  border-left: 1px solid #fff;
}

.input-icon {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #919191;
}
.input-icon svg {
  height: 16px;
  fill: #787878;
}

.search-form .input-text,
.wiki-search .input-text {
  border: 1px solid #008595;
}
.search-form .input-group > .input-text,
.wiki-search .input-group > .input-text {
  border-left: 1px solid #fff;
}
.search-form .input-icon,
.wiki-search .input-icon {
  border: 1px solid #008595;
}
.search-form svg,
.wiki-search svg {
  fill: #008595;
}

.widget-title {
  padding: 16px 0;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  color: #a0ff01;
  background-color: #008595;
}

.widget-project-manager {
  padding: 48px 0 0 0;
  text-align: center;
}
.widget-project-manager .manager-portrait {
  height: 100%;
  width: 130px;
  margin-bottom: 20px;
}
.widget-project-manager .manager-title,
.widget-project-manager .manager-name {
  font-size: 1.125rem;
  text-align: center;
}
.widget-project-manager .manager-title {
  font-weight: 700;
  color: #008595;
}
.widget-project-manager .manager-name {
  margin-bottom: 40px;
  color: #052222;
}
.widget-project-manager .button-group {
  display: flex;
}
.widget-project-manager .btn {
  flex-grow: 1;
  padding: 23px 0;
  border-top: 1px solid #008595;
  border-bottom: 1px solid #008595;
  transition: all 0.5s;
}
.widget-project-manager .btn:nth-child(2) {
  border-left: 1px #008595;
}
.widget-project-manager .btn .icon,
.widget-project-manager .btn .icon path {
  fill: #008595;
  transition: all 0.5s;
}
.widget-project-manager .btn:hover {
  background: #008595;
}
.widget-project-manager .btn:hover .icon,
.widget-project-manager .btn:hover .icon path {
  fill: #fff;
}
.widget-project-manager .icon {
  height: auto;
  width: 20px;
  margin-left: 0;
}

.widget-recent-customer-projects {
  padding-bottom: 30px;
}
.widget-recent-customer-projects .project-item {
  padding: 20px 0 0;
  text-align: center;
}
.widget-recent-customer-projects .project-item:after {
  display: block;
  height: 12px;
  width: 100%;
  margin: 20px 0 0;
  content: "";
  background-repeat: repeat;
}
.widget-recent-customer-projects .project-item:last-child:after {
  display: none;
}
.widget-recent-customer-projects .project-title {
  width: 100%;
  max-width: 240px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1rem;
  font-weight: 700;
  color: #008595;
}
.widget-recent-customer-projects .project-thumbnail {
  margin-bottom: 10px;
}
.widget-recent-customer-projects .btn {
  max-width: 168px;
  margin: auto;
  padding: 17px 0;
}

.widget-author-list {
  padding: 50px 0 0 0;
  text-align: center;
}
@media (max-width: 992px) {
  .single .widget-author-list {
    display: none;
  }
}
.widget-author-list .author-single {
  display: block;
  background-image: none;
}
.widget-author-list .author-single:last-child {
  padding-bottom: 0;
}
.widget-author-list .author-portrait {
  height: 100%;
  width: 130px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.widget-author-list .author-name {
  margin-bottom: 40px;
  font-size: 1.125rem;
  text-align: center;
  color: #008595;
}
.widget-author-list .button-group {
  display: flex;
}
.widget-author-list .btn {
  flex-grow: 1;
  padding: 23px 0;
  max-width: none;
  border-top: 1px solid #008595;
  border-bottom: 1px solid #008595;
  border-left: 0;
  border-right: 0;
  transition: all 0.5s;
}
.widget-author-list .btn:nth-child(2) {
  border-left: 1px solid #008595;
}
.widget-author-list .btn .icon,
.widget-author-list .btn .icon path {
  transition: all 0.5s;
  fill: #008595;
}
.widget-author-list .btn:hover {
  background: #008595;
}
.widget-author-list .btn:hover .icon,
.widget-author-list .btn:hover .icon path {
  fill: #fff !important;
}
.widget-author-list .icon {
  height: auto;
  width: 20px;
  margin-left: 0;
}
.widget-author-list .divider-style-1 {
  margin-bottom: 20px;
}

.widget-latest-posts {
  padding-bottom: 20px;
}
.widget-latest-posts .widget-title {
  margin-bottom: 0;
}
.widget-latest-posts .post-item:after {
  display: block;
  height: 12px;
  width: 100%;
  content: "";
}
.widget-latest-posts .post-item-inner {
  padding: 20px 25px;
}
.widget-latest-posts .post-thumbnail {
  height: auto;
  width: 100%;
  max-width: 310px;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .widget-latest-posts .post-thumbnail {
    max-width: 100%;
  }
}
.widget-latest-posts .post-title {
  margin-bottom: 25px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: -0.18px;
  text-align: center;
  color: #008595;
}
.widget-latest-posts .btn {
  max-width: 170px;
  margin: auto;
  padding: 17px 0;
  background-color: #a0ff01 !important;
  color: #008595 !important;
}
.widget-latest-posts .btn span:after {
  display: inline-block;
  height: 10px;
  width: 15px;
  margin-left: 5px;
  content: "";
  background-image: url("../img/arrow_solid_right_dark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

.column-sidebar {
  padding-left: 15px;
  padding-right: 15px;
}
.column-sidebar .widget:first-child {
  padding-top: 0;
}
.column-sidebar .widget-title {
  color: #a0ff01;
}
.column-sidebar .widget-title:after {
  display: block;
  height: 20px;
  width: 100%;
  content: "";
}
.column-sidebar .widget-author-list {
  border: 1px solid #008595;
}
.column-sidebar .widget-author-list .widget-title {
  margin-bottom: 20px;
  font-size: 1.5rem;
  letter-spacing: -0.27px;
}
.column-sidebar .widget-author-list .widget-title span {
  display: inline-block;
  margin: 0 85px 10px;
  text-align: center;
}
.column-sidebar .author-single {
  padding-bottom: 0;
}
.column-sidebar .author-name {
  margin-bottom: 20px;
}
.column-sidebar .author-description {
  padding: 0 35px 15px;
  font-size: 1rem;
}
.column-sidebar .guest-author .author-name {
  margin-bottom: 0px;
}
.column-sidebar .guest-author .author-description {
  padding: 0 15px 15px;
}
.column-sidebar .guest-author .btn-primary {
  height: auto;
  max-width: 186px;
  margin: 0 auto 30px;
  padding: 12px 0;
  background-color: #a0ff01 !important;
  color: #008595 !important;
  border: 0;
}
.column-sidebar .guest-author .btn-primary span:after {
  display: inline-block;
  height: 10px;
  width: 15px;
  margin-left: 5px;
  content: "";
  background-image: url("../img/arrow_solid_right_dark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

.content-columns .column-sidebar {
  padding-left: 0;
  padding-right: 0;
}

.widget-joboffers {
  border: 1px solid #008595;
}
.widget-joboffers .widget-title {
  padding: 16px 18px;
  font-size: 1.5rem;
  letter-spacing: -0.27px;
  text-transform: none;
}
.widget-joboffers .widget-title:after {
  display: none;
}
.widget-joboffers .widget-content {
  padding: 30px 0;
}
.widget-joboffers .widget-text,
.widget-joboffers ul {
  padding: 0 20px;
}
.widget-joboffers .widget-text {
  padding-bottom: 10px;
}
.widget-joboffers ul {
  list-style: none;
  margin-bottom: 30px;
  font-weight: 700;
}
.widget-joboffers li {
  display: flex;
  margin-bottom: 15px;
  position: relative;
  /* &:nth-child(2):before {
  	width: 9px;
  } */
}
.widget-joboffers li:before {
  display: inline-block;
  position: absolute;
  content: "";
  height: 14px;
  width: 15px;
  margin-top: 5px;
  margin-right: 5px;
  left: -12px;
  background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512" fill="%23008595"><path d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg>');
  background-repeat: no-repeat;
}
.widget-joboffers a,
.widget-joboffers a:hover {
  color: #008595;
}
.widget-joboffers .btn,
.widget-joboffers .btn:hover {
  width: 100%;
  max-width: 190px;
  margin: auto;
  padding: 17px 0;
  color: #008595 !important;
  background-color: #a0ff01 !important;
}
.widget-joboffers .btn span:after,
.widget-joboffers .btn:hover span:after {
  display: inline-block;
  height: 10px;
  width: 15px;
  margin-left: 5px;
  content: "";
  background-image: url("../img/arrow_solid_right_dark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

.widget-articles {
  margin-bottom: 30px;
  border: 1px solid #008595;
}
.widget-articles .widget-title {
  padding: 16px 18px;
  font-size: 1.5rem;
  letter-spacing: -0.27px;
}
.widget-articles .widget-title:after {
  display: none;
}
.widget-articles .widget-content {
  padding: 30px 0;
}
.widget-articles .widget-text,
.widget-articles ul {
  padding: 0 20px;
}
.widget-articles .widget-text {
  padding-bottom: 10px;
}
.widget-articles ul {
  list-style: none;
  margin-bottom: 30px;
  font-weight: 700;
}
.widget-articles li {
  display: flex;
  margin-bottom: 15px;
}
.widget-articles li:before {
  display: inline-block;
  content: "";
  height: 18px;
  width: 15px;
  margin-top: 3px;
  background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512" fill="%23008595"><path d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg>');
  background-repeat: no-repeat;
}
.widget-articles a,
.widget-articles a:hover {
  color: #008595;
}

.widget-featured-post {
  border: 1px solid #008595;
}
.widget-featured-post .widget-title {
  margin-bottom: 0;
  padding: 16px 18px;
  font-size: 1.5rem;
  letter-spacing: -0.27px;
}
.widget-featured-post .widget-title:after {
  display: none;
}
.widget-featured-post .widget-content {
  display: block;
  padding: 30px 20px;
}
.widget-featured-post .wp-post-image {
  margin-bottom: 15px;
}
.widget-featured-post .headline {
  margin-bottom: 15px;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
}

.search-widget-1st p {
  margin-bottom: 10px;
}

.search-widget-2nd .widget-articles ul,
.search-widget-2nd .widget-articles li:last-child {
  margin-bottom: 0;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  flex-direction: row-reverse;
  padding: 12px;
  border: 1px solid #008595;
  background-color: #fff;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__button {
  margin-left: 0;
  margin-right: 20px;
  border: 0;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="%23008595"><path d="M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z"></path></svg>');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.wp-block-search.wp-block-search__button-inside .search-icon {
  display: none;
}

@media (min-width: 1200px) {
  .column-sidebar {
    padding-left: 0;
    padding-right: 0;
  }
}
.search-results .content-row-inner {
  padding-left: 0;
  padding-right: 0;
}
.search-results .content-columns {
  flex-wrap: wrap;
  padding: 0 30px;
}
.search-results .headline-pattern .col-inner span {
  padding-left: 30px;
}
.search-results .h2 {
  font-size: 2.25rem;
  font-weight: 700;
}

.search-result-single {
  padding-top: 65px;
  padding-bottom: 25px;
  border-bottom: 1px solid #114884;
}
.search-result-single .h3 {
  margin-bottom: 20px;
  font-size: 1.625rem;
}
.search-result-single .h3 a:hover {
  color: #114884;
}
.search-result-single .entry-footer {
  margin-top: 35px;
}
.search-result-single .btn {
  max-width: 250px;
}

@media (min-width: 576px) {
  .search-results .content-columns .column-content {
    flex-basis: 100% !important;
  }
  .search-results .content-columns .column-sidebar {
    flex-basis: 100% !important;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .search-results .content-columns .column-content:first-child {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .search-results .content-columns {
    flex-wrap: nowrap;
  }
  .search-results .content-columns .column-content {
    max-width: 730px;
    width: 100%;
    padding-right: 50px;
  }
  .search-results .content-columns .column-sidebar {
    flex-basis: 100% !important;
    max-width: 362px;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .search-results .content-columns {
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
  }
  .search-results .content-columns .column-content {
    max-width: 730px;
    padding-right: 0;
  }
  .search-results .content-columns .column-sidebar {
    max-width: 362px;
  }
  .search-results .headline-pattern .col-inner span {
    padding-left: 15px;
  }
}
.socialmedia-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.socialmedia-list__item {
  display: inline-block;
  margin-right: 20px;
}

.topbar .socialmedia-list .socialmedia-list__item {
  display: flex;
  margin-right: 18px;
}
.topbar .socialmedia-list a {
  display: flex;
  width: 20px;
  transition: 0.2s all;
}
.topbar .socialmedia-list a:hover path {
  fill: #008595 !important;
  transition: 0.2s all;
}
.topbar .socialmedia-list path {
  fill: #959595 !important;
  transition: 0.2s all;
}

.footer-social-icons .socialmedia-list {
  display: flex;
}
.footer-social-icons .socialmedia-list__item svg path {
  fill: #a0ff01 !important;
  transition: all 0.2s;
}
.footer-social-icons .socialmedia-list__item:hover {
  transition: all 0.2s;
}
.footer-social-icons .socialmedia-list__item:hover .svg-icon path,
.footer-social-icons .socialmedia-list__item:hover svg path {
  fill: #fff !important;
}
.footer-social-icons .socialmedia-list__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
}
.footer-social-icons .svg-icon path {
  fill: #fff;
}

.wiki-section .content-row-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 1140px;
  margin: 0 auto;
}
.wiki-section .site-main {
  width: 100%;
  max-width: 730px;
  margin-bottom: 50px;
}
.wiki-section .sidebar {
  border: none;
}
.wiki-section .sidebar .widget {
  border: 1px solid #008595;
}
.wiki-section .wiki-widget-1st {
  margin-bottom: 30px;
}
.wiki-section .wiki-widget-1st .widget {
  background: transparent;
}
.wiki-section .wiki-widget-1st .widget-image-text-block ul {
  margin-bottom: 0;
}
.wiki-section .wiki-widget-1st .widget-image-text-block li {
  position: relative;
  margin-bottom: 11px;
  line-height: 33px;
}
.wiki-section .wiki-widget-1st .widget-image-text-block li:before {
  display: inline-block;
  content: "";
  height: 30px;
  width: 30px;
  margin-top: 0;
  padding-right: 48px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2234%22%20height%3D%2230%22%20viewBox%3D%220%200%2034%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M33.3%2013.36C33.3%2013.12%2033.2%2012.89%2033.03%2012.72L21.12%200.849991C20.89%200.619991%2020.58%200.48999%2020.26%200.48999H14.1C13.93%200.48999%2013.79%200.629991%2013.79%200.799991V1.66999C13.79%201.96999%2013.89%202.19999%2014.06%202.36999L26.31%2014.55C26.54%2014.78%2026.54%2015.16%2026.31%2015.39L14.06%2027.59C13.89%2027.76%2013.79%2028%2013.79%2028.24V29.12C13.79%2029.29%2013.93%2029.43%2014.1%2029.43C15.85%2029.43%2019.01%2029.46%2020.24%2029.46C20.57%2029.46%2020.88%2029.33%2021.11%2029.1C22.96%2027.25%2031.42%2018.83%2033.03%2017.22C33.2%2017.05%2033.3%2016.82%2033.3%2016.57C33.3%2016.1%2033.3%2013.6%2033.3%2013.34V13.36ZM19.6%2013.39C19.6%2013.15%2019.5%2012.92%2019.33%2012.75L7.41%200.879991C7.18%200.649991%206.86999%200.519991%206.54999%200.519991H0.390015C0.220015%200.519991%200.0799866%200.65999%200.0799866%200.82999V1.69999C0.0799866%201.98999%200.180006%202.22999%200.350006%202.39999L12.6%2014.58C12.83%2014.81%2012.83%2015.19%2012.6%2015.42L0.350006%2027.62C0.180006%2027.79%200.0799866%2028.03%200.0799866%2028.27V29.15C0.0799866%2029.32%200.220015%2029.46%200.390015%2029.46C2.14001%2029.46%205.3%2029.49%206.53%2029.49C6.86%2029.49%207.16999%2029.36%207.39999%2029.13C9.25999%2027.28%2017.7%2018.86%2019.32%2017.25C19.49%2017.08%2019.59%2016.85%2019.59%2016.6C19.59%2016.13%2019.59%2013.63%2019.59%2013.37L19.6%2013.39Z%22%20fill%3D%22%23a0ff01%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.wiki-section .wiki-widget-2nd .btn-wrapper {
  position: relative;
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  padding: 16px 0 18px 0;
}
.wiki-section .wiki-widget-2nd .btn-wrapper:before {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  width: 102px;
  content: "";
}
.wiki-section .wiki-widget-2nd .btn {
  position: relative;
}

.wiki-jumpmarker {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
.wiki-jumpmarker li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.wiki-jumpmarker li:last-child {
  margin-right: 0;
}
.wiki-jumpmarker a,
.wiki-jumpmarker span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 8px;
  font-size: 1.125rem;
  white-space: nowrap;
  font-weight: 600;
}
.wiki-jumpmarker a {
  color: #008595;
  border: 1px solid #008595;
}
.wiki-jumpmarker a:hover {
  text-decoration: none;
}
.wiki-jumpmarker span {
  color: #052222;
  border: 1px solid #052222;
}

.wiki-search {
  margin: 0 0 30px 0;
}

.wiki-tile-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wiki-tile {
  width: 100%;
  margin-bottom: 30px;
}
.wiki-tile .tile-head {
  display: flex;
  padding: 8px 25px 8px 0;
  font-size: 1.25rem;
  color: #fff;
  background: #008595;
  cursor: pointer;
  user-select: none;
}
.wiki-tile .tile-head[data-accordion=true] .svg-icon {
  flex-grow: 0;
  flex-shrink: 1;
  flex-basis: 6px;
  transform: rotate(-90deg);
}
.wiki-tile .tile-head[data-accordion=true] svg {
  width: 13px;
  height: auto;
}
.wiki-tile .tile-head[data-accordion=true].accordion-closed .svg-icon {
  transform: rotate(0deg);
}
.wiki-tile .tile-head[data-accordion=true].accordion-closed ~ * {
  display: none;
}
.wiki-tile .tile-head .tile-title {
  flex-grow: 1;
  flex-basis: auto;
  text-align: center;
}
.wiki-tile .tile-head .svg-icon {
  flex: 0 0 13px;
}
.wiki-tile .tile-head svg {
  width: 13px;
  fill: #fff;
}
.wiki-tile .tile-content {
  border: 1px solid #008595;
  padding: 15px 20px 10px;
}
.wiki-tile ul {
  padding: 0;
  list-style: none;
}
.wiki-tile li {
  display: flex;
  margin-bottom: 10px;
}
.wiki-tile li:before {
  display: inline-block;
  content: "";
  height: 12px;
  width: 15px;
  margin-top: 7px;
  background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512" fill="%23062222"><path d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg>');
  background-repeat: no-repeat;
}
.wiki-tile a {
  display: block;
  margin-bottom: 5px;
  color: #052222;
  text-decoration: underline;
}
.wiki-tile a:hover {
  color: #052222;
}
.wiki-tile [data-accordion=true].accordion-closed ~ * {
  display: none;
}

.wiki-single-post .content-row-inner {
  padding-left: 0;
  padding-right: 0;
}
.wiki-single-post .content-columns {
  flex-wrap: wrap;
  padding: 0 30px;
}
.wiki-single-post .headline-pattern .col-inner span {
  padding-left: 30px;
}

@media (min-width: 576px) {
  .wiki-tile {
    margin-left: auto;
    margin-right: auto;
  }
  .wiki-single-post .content-columns .column-content {
    flex-basis: 100% !important;
  }
  .wiki-single-post .content-columns .column-sidebar {
    flex-basis: 100% !important;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .wiki-section .site-main {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
  }
  .wiki-tile {
    max-width: 350px;
    margin-left: 0;
    margin-right: 0;
  }
  .wiki-single-post .content-columns .column-content:first-child {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .wiki-section .content-row-inner {
    flex-direction: row;
    justify-content: space-between;
  }
  .wiki-section .site-main {
    margin-bottom: 0;
    padding-right: 50px;
  }
  .wiki-section .sidebar {
    width: 100%;
    max-width: 362px;
  }
  .wiki-tile {
    margin-left: auto;
    margin-right: auto;
  }
  .wiki-single-post .content-columns {
    flex-wrap: nowrap;
  }
  .wiki-single-post .content-columns .column-content {
    max-width: 730px;
    width: 100%;
    padding-right: 50px;
  }
  .wiki-single-post .content-columns .column-sidebar {
    flex-basis: 100% !important;
    max-width: 362px;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .wiki-section .site-main {
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .wiki-navigation {
    flex-direction: row;
  }
  .wiki-tile {
    max-width: 350px;
    margin-left: 0;
    margin-right: 0;
  }
  .wiki-single-post .content-columns {
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
  }
  .wiki-single-post .content-columns .column-content {
    max-width: 730px;
    padding-right: 0;
  }
  .wiki-single-post .content-columns .column-sidebar {
    max-width: 362px;
  }
  .wiki-single-post .headline-pattern .col-inner span {
    padding-left: 15px;
  }
}
.btn-popup {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  z-index: initial;
  max-width: 240px;
}
.btn-popup:after {
  position: absolute;
  display: block;
  top: -19px;
  right: -23px;
  bottom: -19px;
  width: 107px;
  content: "";
  z-index: -10;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23114884'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  opacity: 0.5;
}

.modal-dialog {
  top: 2%;
  width: 90%;
  max-width: unset;
  margin: 0 auto;
  font-size: 1rem;
}
.modal-dialog .modal-content {
  border-radius: 0;
  color: #052222;
  background-color: #fff;
}
.modal-dialog .modal-header {
  background-color: #008595;
  border-radius: 0;
}
.modal-dialog .modal-header button {
  background-color: #fff;
}
.modal-dialog .modal-body {
  background-color: #fff;
  padding: 30px;
}
.modal-dialog .wp-block-columns {
  flex-direction: column;
  align-items: stretch;
  margin-top: 30px;
  margin-bottom: 0;
}
.modal-dialog .wp-block-column {
  width: 100%;
}
.modal-dialog .wp-block-column:first-child {
  padding: 30px;
  border: 1px solid #008595;
}
.modal-dialog .wp-block-column:first-child img {
  display: block;
  height: auto;
  max-width: 150px;
  margin: 5px auto 30px;
}
.modal-dialog .wp-block-column:not(:first-child) {
  margin-top: 30px;
}
.modal-dialog .wp-block-column:not(:first-child) .wp-block-image {
  margin-bottom: 0;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.modal-dialog .wp-block-column:not(:first-child) form {
  border: 1px solid #008595;
}
.modal-dialog h2, .modal-dialog .h2,
.modal-dialog h3, .modal-dialog .h3 {
  text-align: center;
  font-weight: 700;
}
.modal-dialog h2, .modal-dialog .h2 {
  margin-bottom: 10px;
  font-size: 1.75rem;
  color: #008595;
}
.modal-dialog h3, .modal-dialog .h3 {
  font-size: 1.25rem;
  color: #052222;
}
.modal-dialog h4, .modal-dialog .h4 {
  font-size: 1.25rem;
  margin-bottom: 0;
  padding: 10px 0;
  text-align: center;
  color: #a0ff01;
  background: #008595;
}
.modal-dialog ul {
  list-style: none;
  padding-left: 0;
}
.modal-dialog li {
  display: flex;
  margin-bottom: 15px;
  padding-top: 5px;
  font-weight: 700;
}
.modal-dialog li:before {
  display: inline-block;
  content: "";
  height: 30px;
  width: 30px;
  margin-top: 0;
  padding-right: 48px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2234%22%20height%3D%2230%22%20viewBox%3D%220%200%2034%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M33.3%2013.36C33.3%2013.12%2033.2%2012.89%2033.03%2012.72L21.12%200.849991C20.89%200.619991%2020.58%200.48999%2020.26%200.48999H14.1C13.93%200.48999%2013.79%200.629991%2013.79%200.799991V1.66999C13.79%201.96999%2013.89%202.19999%2014.06%202.36999L26.31%2014.55C26.54%2014.78%2026.54%2015.16%2026.31%2015.39L14.06%2027.59C13.89%2027.76%2013.79%2028%2013.79%2028.24V29.12C13.79%2029.29%2013.93%2029.43%2014.1%2029.43C15.85%2029.43%2019.01%2029.46%2020.24%2029.46C20.57%2029.46%2020.88%2029.33%2021.11%2029.1C22.96%2027.25%2031.42%2018.83%2033.03%2017.22C33.2%2017.05%2033.3%2016.82%2033.3%2016.57C33.3%2016.1%2033.3%2013.6%2033.3%2013.34V13.36ZM19.6%2013.39C19.6%2013.15%2019.5%2012.92%2019.33%2012.75L7.41%200.879991C7.18%200.649991%206.86999%200.519991%206.54999%200.519991H0.390015C0.220015%200.519991%200.0799866%200.65999%200.0799866%200.82999V1.69999C0.0799866%201.98999%200.180006%202.22999%200.350006%202.39999L12.6%2014.58C12.83%2014.81%2012.83%2015.19%2012.6%2015.42L0.350006%2027.62C0.180006%2027.79%200.0799866%2028.03%200.0799866%2028.27V29.15C0.0799866%2029.32%200.220015%2029.46%200.390015%2029.46C2.14001%2029.46%205.3%2029.49%206.53%2029.49C6.86%2029.49%207.16999%2029.36%207.39999%2029.13C9.25999%2027.28%2017.7%2018.86%2019.32%2017.25C19.49%2017.08%2019.59%2016.85%2019.59%2016.6C19.59%2016.13%2019.59%2013.63%2019.59%2013.37L19.6%2013.39Z%22%20fill%3D%22%23a0ff01%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.modal-header {
  padding: 0.5rem;
  background-color: #008595;
}
.modal-header button {
  background-color: #fff;
}

.modal-row {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.modal-col {
  flex: 0 1 50%;
}

.modal-col-left {
  border: 1px solid #008595;
}

.modal-col-right {
  margin-top: 30px;
}

.modal-col-text {
  padding: 30px;
}

.modal-img {
  display: block;
  height: auto;
  max-width: 150px;
  margin: 5px auto 30px;
}

.cr_form_wrapper {
  border: 1px solid #008595;
}

.modal-teaser-img {
  display: block;
  margin: 0 auto 0;
  max-width: 275px;
}

#signinNewsletter .modal-row {
  align-items: flex-end;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 90%;
  }
  .modal-dialog h2, .modal-dialog .h2 {
    font-size: 2rem;
  }
}
@media (min-width: 782px) {
  .modal-dialog .wp-block-column:not(:first-child) {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .modal-dialog {
    width: 90%;
    max-width: 1200px;
  }
  .modal-dialog .wp-block-columns {
    flex-direction: row;
  }
  .modal-dialog .wp-block-column:not(:first-child) {
    margin-top: 0;
  }
  .modal-dialog .wp-block-column:first-child,
  .modal-dialog .modal-col-left {
    margin-right: 30px;
  }
  .modal-row {
    flex-direction: row;
    justify-content: space-between;
  }
  .modal-col-right {
    margin-top: 0;
  }
  .modal-teaser-img {
    max-width: 300px;
  }
}
@media (min-width: 1200px) {
  .modal-dialog .modal-body {
    padding: 30px;
  }
}
.button-section .btn {
  display: inline-flex;
  padding-left: 15px;
  padding-right: 15px;
}

.columns-3-col-section .content-row-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.columns-3-col-section .column-wrapper {
  display: flex;
  flex-direction: column;
}
.columns-3-col-section .column {
  padding-top: 170px;
  margin-bottom: 30px;
}
.columns-3-col-section .column:hover img {
  transform: translateY(-5px);
}
.columns-3-col-section .column-inner {
  display: flex;
  flex-direction: column;
  border: 1px solid #114884;
  padding-bottom: 45px;
}
.columns-3-col-section .column-img {
  margin-top: -170px;
  margin-bottom: 30px;
  align-self: center;
}
.columns-3-col-section .column-img img {
  display: block;
  height: auto;
  max-width: 150px;
  transition: 0.5s all;
}
.columns-3-col-section .column-img .btn-wrapper {
  display: none;
}
.columns-3-col-section .column-headline {
  margin-bottom: 20px;
  font-size: 1.625rem;
  text-align: center;
}
.columns-3-col-section .column-headline:after {
  display: block;
  content: "";
  height: 35px;
  width: 100%;
  margin-top: 10px;
  background-image: url("../img/bake-01-gruen-full.svg");
  background-repeat: no-repeat;
  background-position: 108% 0;
}
.columns-3-col-section .column-text {
  padding: 0 15px;
}
.columns-3-col-section ul {
  list-style: none;
  padding: 0;
}
.columns-3-col-section li {
  display: flex;
  position: relative;
  margin-bottom: 10px;
  font-weight: 700;
}
.columns-3-col-section li:before {
  display: inline-block;
  content: "";
  height: 30px;
  width: 30px;
  margin-top: 0;
  padding-right: 40px;
  background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" height="33" width="33" viewBox="0 0 33 33"><g><path class="b" fill="%23114884" d="M32,1V32H1V1H32m1-1H0V33H33V0Z"/><path class="b" fill="%23114884" d="M24.21,10.14,12.82,21l-4-3.84a.51.51,0,0,0-.69,0l-.46.44a.45.45,0,0,0,0,.66l4.83,4.6a.49.49,0,0,0,.69,0l12.2-11.63a.44.44,0,0,0,0-.65l-.46-.44a.49.49,0,0,0-.69,0Z"/></g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
}
.columns-3-col-section .btn {
  max-width: 185px;
  margin: auto;
  padding: 15px 0;
}

.columns-3-col-special .column {
  padding-top: 100px;
}

.columns-3-col-special .column-img img {
  max-width: 100%;
}

#special-product-column-1 .column-img {
  margin-top: 0;
}
#special-product-column-1 .column-img img {
  margin-top: -140px;
  margin-left: 0;
}

#special-product-column-2 .column-img {
  margin-top: 0;
}
#special-product-column-2 .column-img img {
  margin-top: -115px;
  margin-left: 0;
}

#special-product-column-3 .column-img {
  margin-top: 0;
}
#special-product-column-3 .column-img img {
  margin-top: -168px;
  margin-left: 0;
}

@media (min-width: 768px) {
  .columns-3-col-section .column-wrapper {
    flex-direction: column;
  }
  .columns-3-col-section .column-inner {
    flex-direction: row;
    justify-content: space-around;
    padding: 30px;
  }
  .columns-3-col-section .column-img {
    margin-top: -170px;
    margin-bottom: 0;
  }
  .columns-3-col-section .column-img img {
    display: block;
    height: auto;
    max-width: 150px;
    margin-bottom: 20px;
  }
  .columns-3-col-section .column-img .btn-wrapper {
    display: block;
  }
  .columns-3-col-section .column-text-wrapper {
    flex-grow: 1;
    padding-left: 30px;
  }
  .columns-3-col-section .column-text-wrapper .btn-wrapper {
    display: none;
  }
  .columns-3-col-special .column {
    padding-top: 80px;
  }
  .columns-3-col-special .column-img img {
    max-width: 270px;
  }
  #special-product-column-1 .column-img {
    margin-top: 0;
  }
  #special-product-column-1 .column-img img {
    margin-top: -140px;
    margin-left: 0;
  }
  #special-product-column-2 .column-img {
    margin-top: 0;
  }
  #special-product-column-2 .column-img img {
    margin-top: -115px;
    margin-left: 0;
  }
  #special-product-column-3 .column-img {
    margin-top: 0;
  }
  #special-product-column-3 .column-img img {
    margin-top: -168px;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .columns-3-col-section .column-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
  .columns-3-col-section .column {
    flex-basis: 315px;
  }
  .columns-3-col-section .column-inner {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  .columns-3-col-section .column-img {
    margin-top: -170px;
  }
  .columns-3-col-section .column-img img {
    display: block;
    height: auto;
    max-width: 150px;
  }
  .columns-3-col-section .column-img .btn-wrapper {
    display: none;
  }
  .columns-3-col-section .column-text {
    padding: 0 10px;
  }
  .columns-3-col-section .column-text-wrapper {
    flex-grow: 1;
    padding-left: 0;
  }
  .columns-3-col-section .column-text-wrapper .btn-wrapper {
    display: block;
  }
  .columns-3-col-special .column {
    padding-top: 100px;
  }
  .columns-3-col-special .column-img img {
    max-width: 100%;
  }
  #special-product-column-1 .column-img {
    margin-top: 0;
  }
  #special-product-column-1 .column-img img {
    margin-top: -145px;
    margin-left: 0;
  }
  #special-product-column-2 .column-img {
    margin-top: 0;
  }
  #special-product-column-2 .column-img img {
    margin-top: -115px;
    margin-left: 0;
  }
  #special-product-column-3 .column-img {
    margin-top: 0;
  }
  #special-product-column-3 .column-img img {
    margin-top: -168px;
    margin-left: -50px;
  }
}
@media (min-width: 1024px) {
  .columns-3-col-section .column-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
  .columns-3-col-section .column {
    flex-basis: 320px;
  }
  .columns-3-col-section .column-img img {
    max-width: 150px;
  }
  .columns-3-col-special .column {
    padding-top: 100px;
  }
  .columns-3-col-special .column-img img {
    max-width: 100%;
  }
  #special-product-column-1 .column-img {
    margin-top: 0;
  }
  #special-product-column-1 .column-img img {
    margin-top: -140px;
    margin-left: 0;
  }
  #special-product-column-2 .column-img {
    margin-top: 0;
  }
  #special-product-column-2 .column-img img {
    margin-top: -115px;
    margin-left: 0;
  }
  #special-product-column-3 .column-img {
    margin-top: 0;
  }
  #special-product-column-3 .column-img img {
    margin-top: -168px;
    margin-left: -50px;
  }
}
@media (min-width: 1200px) {
  .columns-3-col-section .column {
    flex-basis: 355px;
  }
  .columns-3-col-special .column {
    padding-top: 50px;
  }
  .columns-3-col-special .column-img img {
    max-width: 100%;
  }
  #special-product-column-1 .column-img {
    margin-top: 0;
  }
  #special-product-column-1 .column-img img {
    margin-top: -120px;
    margin-left: 0;
  }
  #special-product-column-2 .column-img {
    margin-top: 0;
  }
  #special-product-column-2 .column-img img {
    margin-top: -115px;
    margin-left: 0;
  }
  #special-product-column-3 .column-img {
    margin-top: 0;
  }
  #special-product-column-3 .column-img img {
    margin-top: -175px;
    margin-left: -50px;
  }
}
.contactbannner-section {
  margin-bottom: 90px;
  margin-top: 90px;
  padding-top: 100px;
}
.contactbannner-section .content-row-inner {
  max-width: none;
  background-color: #e7e6e6;
}
.contactbannner-section .column-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin: auto;
}
.contactbannner-section .image-wrapper {
  width: 100%;
  max-width: 260px;
  margin-top: -100px;
  background-color: #a0ff01;
}
.contactbannner-section .rcol-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 25px;
  padding-bottom: 25px;
}
.contactbannner-section .text-wrapper {
  width: 100%;
  max-width: 450px;
  margin-bottom: 20px;
}
.contactbannner-section .btn-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 15px 0 17px;
}
.contactbannner-section .btn-wrapper:before {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  width: 102px;
  content: "";
}
@media (max-width: 768px) {
  .contactbannner-section .btn-wrapper:before {
    right: -25px;
  }
}
.contactbannner-section .headline {
  margin-bottom: 10px;
  font-size: 1.625rem;
  line-height: 1.12;
  letter-spacing: -0.29px;
  font-weight: 700;
  color: #008595;
}
@media (max-width: 768px) {
  .contactbannner-section .headline {
    text-align: center;
  }
}
.contactbannner-section .text {
  font-size: 0.875rem;
  color: #008595;
}
.contactbannner-section .btn {
  position: relative;
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .contactbannner-section {
    margin-top: 0;
  }
  .contactbannner-section .column-wrapper {
    flex-direction: row;
    align-items: end;
    justify-content: center;
  }
  .contactbannner-section .image-wrapper {
    margin-right: 50px;
    margin-bottom: 3px;
  }
  .contactbannner-section .text-wrapper {
    margin-right: 0;
  }
  .contactbannner-section .btn-wrapper {
    display: flex;
    justify-content: flex-end;
    max-width: 350px;
  }
  .contactbannner-section .btn-wrapper .btn {
    max-width: 250px;
    margin-right: 18px;
  }
}
@media (min-width: 992px) {
  .contactbannner-section {
    margin-top: 90px;
  }
  .contactbannner-section .column-wrapper {
    align-items: center;
  }
  .contactbannner-section .rcol-wrapper {
    flex-direction: row;
    align-items: center;
    flex-grow: 1;
    padding-top: 0;
    padding-bottom: 0;
  }
  .contactbannner-section .image-wrapper {
    margin-top: -30px;
    margin-right: 50px;
    margin-bottom: -30px;
  }
  .contactbannner-section .text-wrapper {
    margin-right: 25px;
    margin-bottom: 0;
  }
}
.consulting-section {
  position: relative;
}
.consulting-section .stripe-pattern {
  display: none;
}
.consulting-section .content-row-inner {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}
.consulting-section .btn {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  padding: 10px 0 10px 15px;
}
.consulting-section .btn .icon {
  height: 31px;
  width: 28px;
  margin-right: 15px;
}
.consulting-section .btn span {
  flex: 0 1 0;
}
.consulting-section .text {
  margin-top: 10px;
  color: #052222;
}
.consulting-section .bold {
  font-weight: 700;
}
.consulting-section .section-headline {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  width: 100%;
  margin-bottom: 0;
}
.consulting-section .section-headline span {
  flex: 1 1 0;
}
@media (min-width: 992px) {
  .consulting-section .section-headline span {
    flex-basis: auto;
  }
}
.consulting-section .section-headline-pattern:after {
  flex: 1 1 100%;
  content: "";
  height: 12px;
  width: 100%;
  margin: 10px 0 10px;
  background-image: url("../../assets/img/pattern-dot-small.png");
}
@media (min-width: 768px) {
  .consulting-section .section-headline-pattern:after {
    content: none;
  }
}
.consulting-section .img-2 {
  position: relative;
}

.wrapper-img {
  flex: 1 1 auto;
  max-width: 145px;
  transition: 0.2s all;
}
.wrapper-img img {
  max-height: 379px;
  margin-bottom: -7px;
  transition: 0.5s all;
}
@media (min-width: 768px) {
  .wrapper-img img {
    margin-bottom: 0;
  }
}
.wrapper-img:hover img {
  transform: translateY(-5px);
}

.wrapper-text-lg {
  display: flex;
  flex: 1 1 40%;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: none;
}

.wrapper-button {
  margin-left: auto;
}

.wrapper-button-lg {
  margin-left: 30px;
  margin-top: 50px;
}

@media (min-width: 576px) {
  .consulting-section .btn {
    max-width: 190px;
  }
}
@media (min-width: 768px) {
  .consulting-section .stripe-pattern {
    display: block;
    position: absolute;
    height: 12px;
    width: 65vw;
    right: 0;
    bottom: 170px;
    content: "";
    background-image: url("../../assets/img/pattern-dot-small.png");
  }
  .consulting-section .section-headline {
    margin: 30px 0 20px;
  }
  .consulting-section .wrapper-img {
    max-width: 250px;
  }
}
@media (min-width: 784px) {
  .consulting-section .stripe-pattern {
    bottom: 82px;
  }
}
@media (min-width: 838px) {
  .consulting-section .stripe-pattern {
    bottom: 59px;
  }
}
@media (min-width: 992px) {
  .consulting-section .stripe-pattern {
    right: 0;
    bottom: 60px;
  }
  .consulting-section .section-headline {
    max-width: 580px;
    margin: 10px 0 20px;
    font-size: 2.25rem;
  }
  .consulting-section .btn {
    justify-content: space-evenly;
    max-width: 250px;
    margin-right: 30px;
    padding: 18px 0;
    font-size: 1.125rem;
  }
  .consulting-section .btn .icon {
    height: 42px;
    width: 37px;
  }
  .consulting-section .wrapper-img {
    flex: 1 1 0;
    max-width: 250px;
  }
  .consulting-section .wrapper-text-lg {
    display: block;
    max-width: 600px;
  }
  .consulting-section .wrapper-button-lg {
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .consulting-section .stripe-pattern {
    bottom: 95px;
  }
  .consulting-section .section-headline {
    max-width: 580px;
    margin: 60px 0 20px;
    font-size: 2.25rem;
  }
  .consulting-section .wrapper-img {
    max-width: 305px;
  }
  .consulting-section .wrapper-text-lg {
    max-width: 570px;
  }
  .consulting-section .wrapper-button-lg {
    margin-top: 70px;
  }
  .consulting-section .btn {
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  .consulting-section .stripe-pattern {
    bottom: 95px;
  }
}
.content-columns {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 90px;
  padding: 0 15px;
}
.content-columns .wp-block-column:first-child {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .content-columns .wp-block-column:first-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .content-columns {
    padding: 0;
  }
}
.error404 .content-columns {
  flex-direction: column;
}
.error404 .content-columns .wp-block-column:not(:only-child) {
  flex-grow: 1;
  flex-basis: 100% !important;
}
.error404 .wp-block-column:first-child {
  margin-bottom: 50px;
}
.error404 .wp-block-column:nth-child(2n) {
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 600px) {
  .columns-content-sidebar .column-content {
    padding-right: 30px;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .error404 .wp-block-column:not(:only-child) {
    flex-grow: 1;
    flex-basis: 100% !important;
  }
  .error404 .wp-block-column:first-child {
    margin-bottom: 50px;
    padding-right: 0;
  }
  .error404 .wp-block-column:nth-child(2n) {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .error404 .content-columns {
    flex-direction: row;
  }
  .error404 .wp-block-column:nth-child(2n) {
    margin-left: 50px;
  }
}
.graphical-headline {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 40px;
  font-family: "univiapro-bold";
  text-transform: uppercase;
  color: #008595;
}
.graphical-headline .col-inner {
  width: 100%;
  max-width: 1140px;
  margin: auto;
}

.entry-content .graphical-headline {
  margin-bottom: 40px;
}

#unser-partnernetzwerk-fuer-ihren-erfolg {
  margin-bottom: 5px;
}
#unser-partnernetzwerk-fuer-ihren-erfolg .col-inner {
  text-align: center;
}

#dein-weg-zum-vorstellungsgespraech .col-inner {
  text-align: center;
}

#finden-sie-genau-das-was-sie-interessiert,
#produkte.graphical-headline {
  margin-bottom: 5px;
}

.headline-fullwidth {
  justify-content: center;
}
.headline-fullwidth .col-left,
.headline-fullwidth .col-inner span {
  background-image: none !important;
}
.headline-fullwidth .col-inner {
  width: auto;
  max-width: none;
}

.headline-triangle .col-inner span:before {
  display: inline-block;
  height: 0;
  width: 0;
  margin-right: 5px;
  border-style: solid;
  border-width: 0 0 13px 13px;
  border-color: transparent transparent #008595 transparent;
}

.headline-pattern {
  position: relative;
}
.headline-pattern .col-outer {
  flex-grow: 1;
  flex-shrink: 1;
  display: block;
}
.headline-pattern .col-left {
  height: 14px;
}
.headline-pattern .col-inner span {
  display: inline-block;
  padding-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  #unser-partnernetzwerk-fuer-ihren-erfolg .col-inner {
    text-align: left;
  }
}
.guest-posts-section .content-row-inner {
  padding-left: 15px;
  padding-right: 15px;
}
.guest-posts-section .button-section .content-row-inner {
  padding-left: 0;
  padding-right: 0;
}

.guest-posts-cards-wrapper {
  margin-bottom: 30px;
}

.guest-post {
  margin-top: 20px;
  border: 1px solid #008595;
}
.guest-post:first-child {
  margin-top: 0;
}
.guest-post .single-post-inner {
  position: relative;
  display: flex;
  flex-direction: column;
}
.guest-post .entry-header {
  flex-shrink: 0;
}
.guest-post .post-tags {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  padding: 10px 0;
  background-color: #008595;
}
.guest-post .post-tag {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  text-align: center;
  color: #a0ff01;
  border: 0;
}
.guest-post .title {
  margin-bottom: 30px;
  font-size: 1.125rem;
}

.guest-post-thumbnail {
  display: block;
  width: 100%;
}

.guestpost-content {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding: 30px;
}
.guestpost-content .button-section .content-row-inner {
  display: flex;
  justify-content: flex-end;
}
.guestpost-content .btn {
  width: 100%;
  padding: 15px;
  color: #008595 !important;
  background-color: #a0ff01 !important;
}
.guestpost-content .btn span:after {
  display: inline-block;
  height: 10px;
  width: 15px;
  margin-left: 5px;
  content: "";
  background-image: url("../img/arrow_solid_right_dark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

@media (min-width: 768px) {
  .guest-post .single-post-inner {
    flex-direction: row;
  }
  .guest-post .guest-post-thumbnail {
    max-width: 260px;
  }
  .guest-post .title {
    flex-grow: 1;
    margin-bottom: 0;
    font-size: 1.25rem;
  }
  .guestpost-content {
    padding: 30px;
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media (min-width: 992px) {
  .guest-post {
    width: 100%;
  }
  .guest-post .title {
    font-size: 1.125rem;
  }
  .guest-post-thumbnail {
    max-width: 230px;
  }
  .guestpost-content {
    padding: 15px;
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media (min-width: 1200px) {
  .guest-posts-section .content-row-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .guest-post {
    width: 100%;
    max-width: 560px;
  }
  .guest-post:nth-child(2) {
    margin-top: 0;
  }
  .guest-post .guest-post-thumbnail {
    max-width: 260px;
  }
}
.widget-image-text-block {
  background-color: #fff;
}
.widget-image-text-block .widget-title {
  padding: 16px 18px;
  font-size: 1.5rem;
  letter-spacing: -0.27px;
}
.widget-image-text-block .widget-title:after {
  display: none;
}
.widget-image-text-block .widget-content {
  color: #052222;
  padding: 30px 0;
}
.widget-image-text-block .col-image {
  text-align: center;
  margin-bottom: 20px;
}
.widget-image-text-block .col-text {
  padding: 0 20px;
}
.widget-image-text-block img {
  width: 100%;
  max-width: 300px;
  height: auto;
}
.widget-image-text-block .image-caption {
  margin-top: 8px;
  padding: 0 20px;
  font-size: 0.75rem;
  color: #959595;
}
.widget-image-text-block .widget-text {
  padding-bottom: 10px;
}
.widget-image-text-block ul {
  list-style: none;
  margin-bottom: 30px;
  padding-left: 0;
  font-weight: 700;
}
.widget-image-text-block li {
  display: flex;
  margin-bottom: 15px;
}
.widget-image-text-block li:before {
  display: inline-block;
  content: "";
  height: 18px;
  width: 15px;
  margin-top: 3px;
  background-image: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512" fill="%23114884"><path d="M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z"></path></svg>');
  background-repeat: no-repeat;
}
.widget-image-text-block a,
.widget-image-text-block a:hover {
  color: #114884;
}
.widget-image-text-block .btn-wrapper {
  margin-bottom: 20px;
}
.widget-image-text-block .btn,
.widget-image-text-block .btn:hover {
  max-width: 170px;
  margin: auto;
  padding: 17px 0;
  color: #fff;
}
.widget-image-text-block .divider-style-1 {
  margin: 10px 0 0px;
}

@media (min-width: 768px) {
  .widget-content {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .widget-content {
    display: block;
  }
}
.link-cloud-section ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.link-cloud-section li {
  margin-right: 20px;
  margin-bottom: 20px;
}
.link-cloud-section a {
  display: block;
  padding: 5px;
  border: 1px solid #114884;
  color: #114884;
  text-decoration: none;
}
.link-cloud-section a:hover {
  color: #fff;
  background: #114884;
}

.magazine-section {
  position: relative;
  margin-bottom: 80px;
}
.magazine-section .deco-image {
  display: block;
  position: absolute;
  width: 176px;
  height: 168px;
  top: -130px;
  right: 10px;
  z-index: -1;
}
.magazine-section .content-row-inner {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.magazine-section .section-headline {
  max-width: 230px;
  margin-bottom: 0;
  padding-left: 10px;
}
.magazine-section .section-headline-triangle span:before {
  display: inline-block;
  content: "";
  height: 0;
  width: 0;
  margin-right: 5px;
  border-style: solid;
  border-width: 0 0 13px 13px;
  border-color: transparent transparent #008595 transparent;
}
.magazine-section .article-single-card-default .article-single-card-headline {
  min-height: 65px;
}

.magazine-post-button-prev, .magazine-post-button-next {
  position: absolute;
  display: block;
  height: 110px;
  width: 20px;
  top: 30%;
  z-index: 10;
  background-repeat: no-repeat;
  background-size: 12px 32px;
  transition: 0.2s all;
}
.magazine-post-button-prev {
  right: 10px;
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 7 15" style="enable-background:new 0 0 7 15;" xml:space="preserve"%3e%3cstyle type="text/css"%3e.st0{fill:none;stroke:%23114884;stroke-miterlimit:10;}%3c/style%3e%3cpolyline class="st0" points="-0.75,15 6.25,7.5 -0.75,0 "/%3e%3c/svg%3e');
  background-position: 50% 50%;
}
.magazine-post-button-prev:hover {
  background-position: right 50%;
}
.magazine-post-button-next {
  left: 10px;
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 7 15" style="enable-background:new 0 0 7 15;" xml:space="preserve"%3e%3cstyle type="text/css"%3e.st0{fill:none;stroke:%23114884;stroke-miterlimit:10;}%3c/style%3e%3cpolyline class="st0" points="7.75,0 0.75,7.5 7.75,15 "/%3e%3c/svg%3e');
  background-position: 50% 50%;
}
.magazine-post-button-next:hover {
  background-position: left 50%;
}

.article-cards-wrapper {
  margin: 0 auto 36px;
  /*	.swiper-wrapper {
  		max-width: 300px;
  	}*/
}

.article-cards-row-slider {
  position: relative;
  padding: 0 50px;
}
.article-cards-row-slider .article-single-card-default .btn {
  max-width: 240px;
  color: #008595 !important;
  background-color: #a0ff01 !important;
}

.article-single-card {
  position: relative;
  display: flex;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 0 25px;
  border: 1px solid #008595;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  overflow: hidden;
  transition: 0.5s all;
}
.article-single-card:last-child {
  margin-right: 0;
}
.article-single-card:hover {
  background-position-x: 50%, calc(50% + 10px);
  filter: brightness(95%);
}

.article-single-card-img {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
}

.article-single-card-headline {
  margin-bottom: 30px;
  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  color: #008595;
  margin: 0 auto;
}

.article-single-card-category,
.article-single-card-date {
  font-weight: 300;
}

.article-cards-row-sticky .article-single-card-default {
  display: none;
}

.article-single-card-default {
  flex-direction: column;
}
.article-single-card-default .article-single-card-meta {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 240px;
  margin: 0 auto 50px;
  padding: 10px 0;
  color: #fff;
  background-color: #008595;
}
.article-single-card-default .article-single-card-meta * {
  display: inline-block;
}
.article-single-card-default .article-single-card-category {
  padding-right: 5px;
  line-height: 1;
  border-right: 1px solid #fff;
}
.article-single-card-default .article-single-card-date {
  padding-left: 5px;
  line-height: 1;
}
.article-single-card-default .article-single-card-content {
  display: flex;
  flex-direction: column;
}
.article-single-card-default .article-single-card-headline {
  width: 95%;
  min-height: 65px;
  margin: 0 auto 20px;
  flex: 1 0 65px;
  font-size: 1.1rem !important;
  font-weight: 700;
  text-align: center;
  color: #008595;
}
.article-single-card-default .btn-wrapper {
  background: none;
  padding: 0;
}
.article-single-card-default .btn {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  padding: 13px 0;
  color: #008595 !important;
  background-color: #a0ff01 !important;
}
.article-single-card-default .btn span:after {
  display: inline-block;
  height: 10px;
  width: 15px;
  margin-left: 5px;
  content: "";
  background-image: url("../img/arrow_solid_right_dark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

.article-single-card-sticky {
  flex-direction: column;
  width: 100%;
  max-width: none;
  margin-right: 0;
  padding: 25px 10px 0;
  background-size: auto;
}
.article-single-card-sticky .article-single-card-primary {
  flex: 1 1 100%;
}
.article-single-card-sticky .article-single-card-secondary {
  display: flex;
  flex: 1 1 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.article-single-card-sticky .article-single-card-headline {
  margin-bottom: 10px;
  font-size: 1.25rem;
  text-align: left;
}
.article-single-card-sticky .article-single-card-subheadline {
  font-weight: 400;
  text-align: left;
  color: #052222;
}
.article-single-card-sticky .article-single-card-meta {
  order: 2;
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #008595;
}
.article-single-card-sticky .article-single-card-category {
  display: block;
  padding: 0 15px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 700;
  border: 0;
}
.article-single-card-sticky .article-single-card-date {
  display: block;
  padding: 0 15px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.article-single-card-sticky .btn {
  order: 1;
  width: 100%;
  max-width: 136px;
  margin-left: 0;
  padding: 8px 0;
  color: #008595 !important;
  background-color: #a0ff01 !important;
}
.article-single-card-sticky .btn span:after {
  display: inline-block;
  height: 10px;
  width: 15px;
  margin-left: 5px;
  content: "";
  background-image: url("../img/arrow_solid_right_dark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

.magazine-section .article-cards-wrapper {
  justify-content: flex-start;
}
.magazine-section .article-single-card-sticky {
  max-width: none;
}
.magazine-section .btn-secondary {
  transition: 0.2s all;
}
.magazine-section .btn-secondary .icon {
  transition: 0.2s all;
}
.magazine-section .btn-secondary:hover {
  color: #fff !important;
}
.magazine-section .btn-secondary:hover .icon {
  fill: #fff !important;
}

.slider-magazine {
  display: flex;
}

.magazin-columns .column-sidebar {
  order: 2;
}
.magazin-columns .column-content {
  order: 1;
}

@media (min-width: 576px) {
  .section-headline {
    max-width: 560px;
  }
  .article-cards-wrapper .swiper-wrapper {
    max-width: 328px;
  }
  .magazine-section .btn-secondary {
    max-width: 356px;
    margin: auto;
  }
}
@media (min-width: 768px) {
  .article-cards-wrapper .swiper-wrapper {
    max-width: 100%;
  }
  .article-single-card {
    max-width: 256px;
    margin: 0 36px 0 0;
  }
  .article-single-card-sticky {
    border-left: 1px solid #008595;
    border-right: 1px solid #008595;
  }
  .magazine-section .content-row-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.magazin-teaser-text {
  font-weight: 600;
}
@media (min-width: 992px) {
  .magazin-teaser-text {
    width: 65%;
  }
}

.fake-tags {
  color: #008595;
  font-weight: 700;
}

.magazine-startpage {
  position: relative;
}
.magazine-startpage .content-row-inner {
  padding-left: 0;
  padding-right: 0;
}
.magazine-startpage .deco-image {
  display: none;
}
@media (min-width: 992px) {
  .magazine-startpage .deco-image {
    display: block;
    position: absolute;
    width: 325px;
    height: 300px;
    top: -190px;
    right: 90px;
    z-index: -1;
  }
}
.magazine-startpage .article-cards-wrapper {
  margin-bottom: 0;
}
.magazine-startpage .article-cards-wrapper.article-cards-row-default {
  margin-top: 36px;
}
.magazine-startpage .article-single-card-sticky {
  border-left: 1px solid #008595;
  border-right: 1px solid #008595;
}
.magazine-startpage .article-single-card-default {
  margin-right: 0;
  margin-bottom: 36px;
}

@media (min-width: 576px) {
  .magazine-section .deco-image {
    top: -100px;
  }
  .article-single-card-default .article-single-card-headline {
    flex-basis: 65px;
    min-height: 0;
  }
}
@media (min-width: 768px) {
  .magazine-startpage .article-single-card-sticky {
    max-width: none;
  }
  .magazine-startpage .article-single-card-default {
    max-width: none;
  }
  .article-cards-wrapper .swiper-wrapper .article-single-card {
    max-width: 350px;
  }
}
@media (min-width: 992px) {
  .article-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  .magazine-startpage .article-single-card-default {
    flex-shrink: 1;
    flex-grow: 1;
    max-width: calc(52% - 30px);
    margin-right: 30px;
  }
  .magazine-startpage .article-single-card-default:nth-child(2n+2) {
    margin-right: 0;
  }
  .magazine-section .content-row-inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .magazine-section .deco-image {
    width: 309px;
    height: 295px;
    top: -165px;
    right: 25px;
  }
  .magazine-section .section-headline {
    font-size: 2.25rem;
    max-width: 680px;
  }
  .magazine-section .article-cards-wrapper {
    justify-content: center;
  }
  .magazine-section .article-cards-wrapper .swiper-wrapper {
    max-width: 992px;
  }
  .magazine-section .article-single-card-sticky {
    max-width: 650px;
  }
  .article-cards-row-slider {
    padding: 0;
  }
  .article-cards-row-slider .swiper-slide {
    padding-left: 0;
  }
  .article-cards-row-slider .swiper-slide:first-child {
    display: none;
  }
  .magazine-post-button-prev,
  .magazine-post-button-next {
    display: none;
  }
  .article-single-card {
    max-width: 276px;
  }
  .article-cards-row-sticky .article-single-card-default {
    display: block;
  }
  .article-single-card-sticky {
    flex-direction: row;
    max-width: 588px;
    margin-right: 36px;
    padding: 25px 36px;
  }
  .article-single-card-sticky .article-single-card-secondary {
    flex-direction: column;
    align-items: flex-end;
    max-width: 230px;
  }
  .article-single-card-sticky .article-single-card-headline {
    font-size: 1.625rem;
  }
  .article-single-card-sticky .article-single-card-subheadline {
    font-size: 1rem;
  }
  .article-single-card-sticky .article-single-card-meta {
    order: 1;
    width: 100%;
    max-width: 186px;
  }
  .article-single-card-sticky .article-single-card-category {
    font-size: 1.5rem;
  }
  .article-single-card-sticky .article-single-card-category {
    font-size: 1.5rem;
  }
  .article-single-card-sticky .article-single-card-date {
    font-size: 1.125rem;
  }
  .article-single-card-sticky .article-single-card-date:after {
    margin-top: 10px;
  }
  .article-single-card-sticky .btn {
    order: 2;
    max-width: 186px;
    padding: 13px 0;
  }
}
@media (min-width: 1200px) {
  .magazine-section .deco-image {
    top: -170px;
    right: 170px;
  }
  .magazine-section .content-row-inner {
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .magazine-section .article-single-card-sticky {
    max-width: 746px;
  }
  .magazine-section .article-cards-wrapper .swiper-wrapper {
    max-width: none;
  }
  .article-single-card {
    max-width: 356px;
  }
  .article-cards-wrapper .swiper-wrapper {
    max-width: none;
  }
  .article-cards-wrapper .swiper-wrapper .article-single-card {
    max-width: none;
  }
  .article-single-card-sticky {
    max-width: 746px;
    padding: 0 36px 25px;
  }
  .article-single-card-sticky .article-single-card-primary {
    max-width: 445px;
    padding-top: 80px;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .magazin-columns .column-sidebar .widget-author-list .widget-title span {
    margin: 0 50px 10px;
  }
  .magazin-columns .column-sidebar {
    order: 1;
  }
  .magazin-columns .column-content {
    order: 2;
  }
}
@media (min-width: 782px) {
  .magazin-columns .column-sidebar {
    flex-basis: calc(50% - 1em) !important;
    flex-grow: 0;
    order: 1;
    max-width: 360px;
  }
  .magazin-columns .column-content {
    margin-left: 2em;
    flex-basis: calc(50% - 1em) !important;
    flex-grow: 1;
    order: 2;
  }
}
@media (min-width: 992px) {
  .magazin-columns .column-sidebar {
    max-width: 360px;
  }
  .magazin-columns .column-content {
    flex-basis: 70% !important;
  }
}
@media (max-width: 991px) {
  .home .article-cards-wrapper.article-cards-row-sticky {
    padding: 0 50px;
  }
  .home .article-single-card-sticky {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.picture-row-section {
  margin-bottom: 90px;
}
.picture-row-section .btn {
  max-width: 250px;
  margin: auto;
}

.picture-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-items: stretch;
  list-style: none;
  padding: 0;
  margin: 0 0 35px 0;
}

.picture-row-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  overflow: hidden;
  width: calc(50% - 1rem);
  margin-right: 1rem;
}
.picture-row-item:last-child {
  margin-right: 0;
}
.picture-row-item img {
  display: block;
  height: auto;
  width: 100%;
  transition: 0.2s linear;
}
.picture-row-item img:hover {
  transform: scale(1.035);
}

@media (min-width: 576px) {
  .picture-row-item {
    width: calc(33.3333333333% - 1rem);
  }
}
@media (min-width: 768px) {
  .picture-row-item {
    width: calc(16.6666666667% - 1rem);
  }
}
.category-teaser-section {
  margin-bottom: 100px;
}
.category-teaser-section .content-row-inner {
  max-width: 1140px;
  padding-left: 0;
  padding-right: 0;
}

.category-box {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .category-box {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .category-box-group {
    display: flex;
    justify-content: center;
  }
}
.category-box-odd {
  background-color: #a0ff01;
  color: #052222;
}
.category-box-odd .headline {
  color: #008595;
}
.category-box-odd .hr {
  border-top: 1px solid #008595;
}
.category-box-even {
  background-color: #fff;
  color: #052222;
}
.category-box-even .headline {
  color: #008595;
}
.category-box-even .category-box-inner:hover .btn {
  border: 1px solid #008595 !important;
}
.category-box-inner:hover .btn {
  border: 1px solid #008595 !important;
  background-color: #008595 !important;
}
.category-box-inner:hover img {
  transform: scale(1.1);
}
.category-box .image-wrapper {
  height: 65vw;
  overflow: hidden;
}
.category-box img {
  width: 100%;
  max-width: none;
  transition: 0.5s all;
}
.category-box .text-wrapper {
  padding: 20px 25px 10px;
}
.category-box .headline {
  margin-bottom: 35px;
  font-size: 1.625rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.category-box .text {
  max-width: 430px;
  margin-bottom: 32px;
  font-size: 1rem;
  text-align: center;
}
.category-box .text p:last-child {
  margin-bottom: 0;
}
.category-box .btn {
  position: relative;
  padding: 14px 0;
  border: 1px solid #008595;
  z-index: 10;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .category-box .headline {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  .category-box .text {
    min-height: 195px;
  }
  .category-box .image-wrapper {
    height: 16vw;
    max-height: 230px;
  }
  .category-box .text-wrapper {
    margin-top: 20px;
    padding: 0 25px 10px;
  }
}
@media (min-width: 992px) {
  .category-box .headline {
    min-height: 65px;
    font-size: 1.625rem;
  }
  .category-box .text {
    min-height: 125px;
  }
}
@media (min-width: 1200px) {
  .category-box .headline {
    min-height: 65px;
  }
  .category-box .text {
    min-height: 100px;
  }
}
.product-section {
  margin-bottom: 100px;
}
.product-section .content-row-inner {
  max-width: 1140px;
  padding-left: 0;
  padding-right: 0;
}

.product-box {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .product-box {
    width: 33.3333333333%;
  }
}
@media (min-width: 768px) {
  .product-box-group {
    display: flex;
    justify-content: center;
  }
}
.product-box-odd {
  background-color: #a0ff01;
  color: #052222;
}
.product-box-odd .headline {
  color: #008595;
}
.product-box-odd .hr {
  border-top: 1px solid #008595;
}
.product-box-even {
  background-color: #fff;
  color: #052222;
}
.product-box-even .headline {
  color: #008595;
}
.product-box-even .product-box-inner:hover .btn {
  border: 1px solid #008595 !important;
}
.product-box-inner:hover .btn {
  border: 1px solid #008595 !important;
  background-color: #008595 !important;
}
.product-box-inner:hover img {
  transform: scale(1.1);
}
.product-box .image-wrapper {
  height: 65vw;
  overflow: hidden;
}
.product-box img {
  width: 100%;
  max-width: none;
  transition: 0.5s all;
}
.product-box .text-wrapper {
  padding: 20px 25px 10px;
}
.product-box .headline {
  margin-bottom: 35px;
  font-size: 1.625rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
.product-box .text {
  max-width: 430px;
  margin-bottom: 32px;
  font-size: 1rem;
  text-align: center;
}
.product-box .text p:last-child {
  margin-bottom: 0;
}
.product-box .btn {
  position: relative;
  padding: 14px 0;
  border: 1px solid #008595;
  z-index: 10;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .product-box .headline {
    font-size: 1.375rem;
  }
}
@media (min-width: 768px) {
  .product-box .text {
    min-height: 195px;
  }
  .product-box .image-wrapper {
    height: 16vw;
    max-height: 230px;
  }
  .product-box .text-wrapper {
    margin-top: 20px;
    padding: 0 25px 10px;
  }
}
@media (min-width: 992px) {
  .product-box .headline {
    min-height: 65px;
    font-size: 1.625rem;
  }
  .product-box .text {
    min-height: 125px;
  }
}
@media (min-width: 1200px) {
  .product-box .headline {
    min-height: 65px;
  }
  .product-box .text {
    min-height: 100px;
  }
}
@media (min-width: 1300px) {
  .product-box .headline {
    min-height: 0;
  }
}
.divider-style-2 {
  display: flex;
  align-items: center;
  margin: 40px 0;
}
.divider-style-2 .divider-line {
  position: relative;
  height: 12px;
  width: 100%;
  margin: 20px 0;
}
.divider-style-2 .divider-icon {
  position: relative;
  margin: 0 15px;
}
.divider-style-2 .icon-svg {
  height: 52px;
  width: 67px;
}
.divider-style-2 .icon-svg svg, .divider-style-2 .icon-svg g, .divider-style-2 .icon-svg path, .divider-style-2 .icon-svg rect {
  fill: #008595;
}

.projects-section {
  margin-bottom: 80px;
}
.projects-section .content-row-inner {
  max-width: none;
  padding-left: 10px;
  padding-right: 10px;
}
.projects-section .swiper-slide .project-date {
  color: #008595;
}
.projects-section .swiper-slide .project-date .svg-icon {
  fill: #008595;
}

.project-box {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 2px solid #a0ff01;
}
.project-box .manager-group {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  height: 104px;
  width: 100%;
  padding-left: 15px;
  padding-right: 10px;
}
.project-box .manager-text, .project-box .manager-name {
  display: inline-block;
  flex: 0 0 auto;
  width: calc(100% - 124px);
}
.project-box .manager-text {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #008595;
}
.project-box .manager-name {
  font-size: 0.875rem;
  color: #052222;
}
.project-box .manager-portrait {
  flex: 0 0 80px;
  max-width: 80px;
  height: auto;
}
.project-box .text-video-block {
  display: flex;
  flex-direction: column;
}
.project-box .video-wrapper,
.project-box .video-wrapper iframe {
  width: 100%;
}
.project-box .video-wrapper {
  margin-bottom: 5px;
}
.project-box .text-wrapper {
  max-width: 600px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}
.project-box .headline {
  min-height: 100px;
  max-width: calc(100% - 90px);
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #008595;
}
.project-box .text {
  min-height: 55px;
  margin-bottom: 25px;
  font-size: 1rem;
  color: #052222;
}
.project-box .btn {
  max-width: none;
  padding: 17px 0;
}
.project-box .btn-primary, .project-box .btn-primary:hover {
  color: #008595 !important;
  background-color: #a0ff01 !important;
  transition: 0.2s all;
}
.project-box .btn-primary span:after, .project-box .btn-primary:hover span:after {
  display: inline-block;
  height: 10px;
  width: 15px;
  margin-left: 5px;
  content: "";
  background-image: url("../img/arrow_solid_right_dark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.project-box .btn-primary:hover {
  background-color: #a0ff01 !important;
}
.project-date {
  position: absolute;
  top: 150px;
  right: 15px;
  padding: 15px 8px 30px;
  font-size: 0.75rem;
  text-align: center;
  color: #008595;
  background-color: #a0ff01;
}
.project-date .svg-icon {
  display: block;
  height: auto;
  width: 22px;
  margin: 0 auto 10px;
}
.project-date .date-text {
  display: block;
  width: 65px;
  text-align: center;
}
.project-slider-controls {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.project-button-prev, .project-button-next {
  display: block;
  height: 110px;
  flex: 0 0 36px;
  align-self: center;
  background-repeat: no-repeat;
  background-size: 21px 41px;
  transition: 0.2s all;
}
.project-button-prev {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="31" height="24" viewBox="0 0 31 24" fill="none"%3e%3cg clip-path="url%28%23clip0_0_71%29"%3e%3cpath d="M19.0428 24C18.7027 24 18.3626 23.8699 18.1032 23.6096C17.5845 23.0891 17.5845 22.2448 18.1032 21.7237L26.4637 13.3333H1.32858C0.594672 13.3333 0 12.7365 0 12C0 11.2635 0.594672 10.6667 1.32858 10.6667H26.4642L18.1038 2.27627C17.5851 1.75573 17.5851 0.911467 18.1038 0.3904C18.6224 -0.130133 19.4637 -0.130133 19.9829 0.3904L30.6062 11.0517C30.6237 11.0693 30.6413 11.0875 30.6578 11.1061C30.6583 11.1072 30.6594 11.1077 30.6599 11.1088C30.6599 11.1088 30.6609 11.1099 30.6615 11.1104C30.7619 11.2224 30.84 11.3477 30.8958 11.48C30.8958 11.4805 30.8964 11.4816 30.8969 11.4821C30.8969 11.4827 30.8974 11.4837 30.898 11.4843C30.9623 11.6384 30.9989 11.8069 31.0011 11.984C31.0011 11.984 31.0011 11.9893 31.0011 11.992V12V12.0075C31.0011 12.0107 31.0011 12.0133 31.0011 12.016C30.9989 12.1931 30.9628 12.3621 30.898 12.5157C30.898 12.5168 30.8974 12.5173 30.8969 12.5184V12.5195C30.8363 12.664 30.7486 12.7995 30.6349 12.9195C30.6338 12.9205 30.6328 12.9216 30.6317 12.9232C30.6312 12.9237 30.6301 12.9248 30.6296 12.9253C30.628 12.9269 30.6269 12.9285 30.6253 12.9296L30.6243 12.9307C30.6227 12.9323 30.6206 12.9344 30.619 12.936C30.619 12.936 30.619 12.936 30.6184 12.9365L30.6126 12.9424L19.984 23.6091C19.7246 23.8693 19.3845 23.9995 19.0444 23.9995L19.0428 24Z" fill="%23008595"/%3e%3c/g%3e%3cdefs%3e%3cclipPath id="clip0_0_71"%3e%3crect width="31" height="24" fill="white"/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e');
  background-position: 50% 50%;
}
.project-button-prev:hover {
  background-position: right 50%;
}
.project-button-next {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" width="32" height="24" viewBox="0 0 32 24" fill="none"%3e%3cpath d="M12.344 24C12.6951 24 13.0462 23.8699 13.3139 23.6096C13.8493 23.0891 13.8493 22.2448 13.3139 21.7237L4.68373 13.3333H30.6297C31.3872 13.3333 32.0011 12.7365 32.0011 12C32.0011 11.2635 31.3872 10.6667 30.6297 10.6667H4.68318L13.3134 2.27627C13.8488 1.75573 13.8488 0.911467 13.3134 0.3904C12.7779 -0.130133 11.9096 -0.130133 11.3736 0.3904L0.407593 11.0517C0.38949 11.0693 0.371387 11.0875 0.354382 11.1061L0.352188 11.1088L0.35054 11.1104C0.246859 11.2224 0.16622 11.3477 0.10862 11.48L0.107521 11.4821L0.106426 11.4843C0.0400486 11.6384 0.00219727 11.8069 3.8147e-06 11.984C3.8147e-06 11.984 3.8147e-06 11.9893 3.8147e-06 11.992V12V12.0075C3.8147e-06 12.0107 3.8147e-06 12.0133 3.8147e-06 12.016C0.00219727 12.1931 0.0395012 12.3621 0.106426 12.5157L0.107521 12.5184V12.5195C0.170059 12.664 0.260572 12.7995 0.377968 12.9195L0.38126 12.9232L0.383455 12.9253C0.385101 12.9269 0.387842 12.9296 0.387842 12.9296L0.388941 12.9307C0.390587 12.9323 0.392782 12.9344 0.394428 12.936L0.401011 12.9424L11.3725 23.6091C11.6402 23.8693 11.9913 23.9995 12.3424 23.9995L12.344 24Z" fill="%23008595"/%3e%3c/svg%3e');
  background-position: 50% 50%;
}
.project-button-next:hover {
  background-position: left 50%;
}
.project-slider-pagination {
  display: flex;
  justify-content: center;
  flex: 1;
}
.project-slider-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 14px;
  height: 1px;
  margin-right: 15px;
  background: #008595;
}
@media (min-width: 576px) {
  .project-slider-pagination .swiper-pagination-bullet {
    width: 17px;
  }
}
@media (min-width: 768px) {
  .project-slider-pagination .swiper-pagination-bullet {
    width: 28px;
  }
}
.project-slider-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.project-slider-pagination .swiper-pagination-bullet-active {
  background: #a0ff01;
}

.slider-projects {
  position: relative;
  padding: 0 0 2px;
}
.slider-projects-wrapper {
  display: flex;
  max-width: 1200px;
  margin: auto;
}

@media (min-width: 576px) {
  .project-box .manager-group {
    display: flex;
    align-self: flex-end;
    max-width: 310px;
    padding-right: 15px;
  }
  .project-box .text-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .project-box .headline,
  .project-box .text {
    max-width: 420px;
  }
  .project-box .headline {
    min-height: 0;
  }
}
@media (min-width: 768px) {
  .project-box .text-wrapper {
    margin-bottom: 0;
  }
  .project-box .headline,
  .project-box .text {
    max-width: 460px;
  }
  .project-box .manager-group {
    margin-bottom: 15px;
    margin-right: 20px;
    padding-right: 0;
    border: 1px solid #008595;
  }
  .project-box .manager-portrait {
    flex: 0 0 100%;
    max-width: 104px;
    height: auto;
  }
  .project-box .btn {
    max-width: 170px;
    padding: 17px 0;
  }
}
@media (min-width: 992px) {
  .slider-projects .swiper-slide {
    padding-left: 30px;
  }
  .project-box {
    display: block;
    padding-top: 60px;
  }
  .project-box .manager-group {
    position: absolute;
    bottom: 25px;
    right: 40px;
    height: 104px;
    width: 100%;
    max-width: 295px;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 0;
  }
  .project-box .manager-text, .project-box .manager-name {
    display: inline-block;
    flex: 0 0 auto;
    width: calc(100% - 124px);
  }
  .project-box .manager-text {
    font-size: 1.0625rem;
  }
  .project-box .manager-name {
    font-size: 0.875rem;
  }
  .project-box .text-video-block {
    flex-direction: row;
  }
  .project-box .video-wrapper,
  .project-box .video-wrapper iframe {
    width: 333px;
    height: 187px;
  }
  .project-box .video-wrapper iframe {
    background-color: #a0ff01;
    border: 1px solid #a0ff01;
    transition: 0.2s all;
  }
  .project-box .video-wrapper {
    margin-left: -30px;
    margin-bottom: 0;
  }
  .project-box .text-wrapper {
    max-width: 420px;
    padding-left: 30px;
    margin-bottom: 75px;
    font-family: "univiapro-regular";
  }
  .project-box .headline {
    max-width: none;
    margin-bottom: 20px;
    font-size: 1.375rem;
    font-weight: 700;
    color: #008595;
  }
  .project-box .text {
    min-height: 55px;
    max-width: none;
    margin-bottom: 18px;
    color: #052222;
  }
  .project-date {
    top: 0;
    right: 40px;
    padding: 15px 15px 30px;
    font-size: 1.125rem;
  }
  .project-date .date-text {
    width: 94px;
    font-family: "univiapro-regular";
  }
  .project-slider-controls {
    margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .project-box .text-wrapper {
    max-width: 600px;
  }
  .project-box .manager-group {
    height: 124px;
    max-width: 320px;
    right: 39px;
    bottom: 15px;
    margin-right: 20px;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 25px;
    border: 1px solid #008595;
  }
  .project-box .manager-portrait {
    flex: 0 0 100%;
    max-width: 124px;
    height: auto;
  }
}
.interview-section {
  margin-bottom: 90px;
}
.interview-section .teaser-box {
  padding-top: 50px;
  background: #fff;
}
.interview-section .teaser-box-inner {
  display: flex;
  flex-direction: column;
  padding: 20px 7px 25px;
  position: relative;
  text-align: center;
  border: none;
  background: none;
  transition: 0.5s;
}
.interview-section .teaser-box-inner:hover {
  border-color: #008595;
}
.interview-section .teaser-box-inner:hover .icon-wrapper {
  border-color: #008595;
}
#teaser-box-1 .interview-section .teaser-box-inner {
  margin-left: 1px;
}
.interview-section .teaser-box .icon-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -70px auto 20px;
  border: 1px solid rgba(0, 133, 149, 0.1);
  height: 103px;
  width: 103px;
  background: #fff;
  transition: 0.5s;
}
.interview-section .teaser-box .icon-wrapper:after {
  position: absolute;
  bottom: -2px;
  height: 5px;
  width: 50%;
  content: "";
  background-color: #fff;
}
.interview-section .teaser-box .icon {
  max-width: 78px;
}
.interview-section .teaser-box .headline {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #008595;
}
.interview-section .teaser-box .text {
  min-height: 90px;
  margin-bottom: 25px;
  font-size: 1rem;
  color: #052222;
}
.interview-section .teaser-box .text p:last-child {
  margin-bottom: 0;
}
.interview-section .teaser-box b,
.interview-section .teaser-box strong {
  font-weight: 400;
  color: #052222;
}
.interview-section .btn-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 304px;
  margin: 40px auto 0;
  padding: 23px 17px;
}
.interview-section .btn {
  width: 100%;
  max-width: 270px;
  padding: 17px 0;
}
.interview-section .btn:first-child {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .interview-section .swiper-slide {
    margin-right: 35px;
  }
  .interview-section .btn-wrapper {
    flex-direction: row;
    max-width: 600px;
  }
  .interview-section .btn:first-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .interview-section .swiper-slide {
    margin-right: 35px;
  }
}
@media (min-width: 1140px) {
  .interview-section .swiper-slide {
    width: 336px;
    margin-right: 65px;
  }
}
.partner-slider-section {
  margin-bottom: 50px;
  padding-left: 15px;
  padding-right: 15px;
}
.partner-slider-section.bg-grey {
  background-color: #e7e6e6;
}
.partner-slider-section.bg-blue {
  background-color: #114884;
}
.partner-slider-section .content-row-inner {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.partner-slider-section .swiper-slide {
  padding-top: 10px;
  transition: all 0.2s;
}
.partner-slider-section .swiper-slide:hover {
  padding-top: 0px;
}
.partner-slider-section .slider-partner-wrapper {
  display: flex;
  max-width: 1180px;
  width: 100%;
  margin: auto;
  padding: 60px 0;
}
.partner-slider-section .partner-link {
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.partner-slider-section .partner-box {
  display: flex;
  justify-content: center;
  margin: auto;
}
.partner-slider-section .partner-img {
  height: auto;
  width: 50%;
}

.partner-button-prev, .partner-button-next {
  display: block;
  height: 55px;
  flex: 0 0 26px;
  align-self: center;
  background-repeat: no-repeat;
  background-size: 12px 20px;
  transition: 0.2s all;
}
.partner-button-prev {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 7 15" style="enable-background:new 0 0 7 15;" xml:space="preserve"%3e%3cstyle type="text/css"%3e.st0{fill:none;stroke:%23114884;stroke-miterlimit:10;}%3c/style%3e%3cpolyline class="st0" points="-0.75,15 6.25,7.5 -0.75,0 "/%3e%3c/svg%3e');
  background-position: 50% 50%;
}
.partner-button-prev:hover {
  background-position: right 50%;
}
.partner-button-next {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 7 15" style="enable-background:new 0 0 7 15;" xml:space="preserve"%3e%3cstyle type="text/css"%3e.st0{fill:none;stroke:%23114884;stroke-miterlimit:10;}%3c/style%3e%3cpolyline class="st0" points="7.75,0 0.75,7.5 7.75,15 "/%3e%3c/svg%3e');
  background-position: 50% 50%;
}
.partner-button-next:hover {
  background-position: left 50%;
}

.portfolio-section {
  margin-bottom: 80px;
}
.portfolio-section .content-row-inner {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.portfolio-section .section-headline {
  display: flex;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.portfolio-section .section-headline-triangle span:before {
  display: inline-block;
  content: "";
  height: 0;
  width: 0;
  margin-right: 5px;
  border-style: solid;
  border-width: 0 0 13px 13px;
  border-color: transparent transparent #008595 transparent;
}
.portfolio-section .section-headline-pattern span:after {
  flex: 1 0 100%;
  display: block;
  content: "";
  height: 20px;
  width: 100%;
  margin: 10px 0 40px;
}
.portfolio-section .headline,
.portfolio-section .text {
  color: #f2f7f6;
}
.portfolio-section .headline {
  font-size: 1.25rem;
  margin-bottom: 8px;
}
.portfolio-section .text {
  font-size: 0.75rem;
  margin-bottom: 20px;
}
.portfolio-section .swiper-custom-pagination {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 20px;
  background-color: #008595;
}
.portfolio-section .bullet {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid transparent;
  padding: 9px 8px;
  opacity: 0.3;
  cursor: default;
  width: 30%;
  max-width: 100px;
  margin: 0 10px 20px 10px;
  transition: 0.5s all;
  pointer-events: none;
}
.portfolio-section .bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.portfolio-section .bullet:hover {
  transform: translateY(-3px);
}
.portfolio-section .bullet .icon-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 0 auto 5px;
}
.portfolio-section .bullet .icon {
  display: block;
  height: auto;
  width: 45px;
}
.portfolio-section .bullet svg {
  width: 100%;
  fill: #fff;
}
.portfolio-section .bullet .text {
  display: block;
  margin-bottom: 0;
  font-size: 0.75rem;
  text-align: center;
  color: #fff;
}
.portfolio-section .image-wrapper {
  max-width: 100%;
  width: 300px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.portfolio-section .text-wrapper {
  margin-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}

.row-portfolio {
  background-color: #008595;
}

.row-portfolio-inner {
  display: flex;
  flex-direction: column;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.row-portfolio-inner #backgroundIcon {
  position: absolute;
  background-position: 55% 183%;
  background-size: 30%;
  background-repeat: no-repeat;
  transition: background 0.2s linear;
  opacity: 0.1;
  height: 100%;
  width: 100%;
}

.col-portfolio-image,
.col-portfolio-text {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.col-portfolio-text {
  padding-left: 30px;
  padding-right: 30px;
}
.col-portfolio-text .btn {
  max-width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  color: #008595 !important;
  background-color: #a0ff01 !important;
}
.col-portfolio-text .btn:hover {
  color: #008595;
  background-color: #a0ff01;
}
.col-portfolio-text .btn span:after {
  display: inline-block;
  height: 10px;
  width: 15px;
  margin-left: 5px;
  content: "";
  background-image: url("../img/arrow_solid_right_dark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}

.col-portfolio-image {
  max-width: 320px;
  margin: 0 auto;
}

.portfolio-button-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.portfolio-button-wrapper .icon {
  height: 12px;
  width: 10px;
  fill: #fff;
  transition: all 0.2s;
}
.portfolio-button-wrapper .icon-prev {
  transform: rotate(180deg);
}

.portfolio-button-prev,
.portfolio-button-next {
  position: relative;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  border: 1px solid #fff;
}
.portfolio-button-prev:after,
.portfolio-button-next:after {
  position: absolute;
  display: block;
  content: "";
  top: 16px;
  height: 22px;
  width: 3px;
  background-color: #008595;
}

.portfolio-button-prev {
  margin-right: 10px;
}
.portfolio-button-prev:after {
  left: -1px;
}
.portfolio-button-prev:hover .icon {
  margin-right: 20px;
}

.portfolio-button-next {
  margin-left: 10px;
}
.portfolio-button-next:after {
  right: -1px;
}
.portfolio-button-next:hover .icon {
  margin-left: 20px;
}

@media (min-width: 576px) {
  .portfolio-section .bullet {
    padding: 15px 0px;
  }
  .portfolio-section .bullet .icon-wrapper {
    width: 60px;
  }
  .portfolio-section .bullet .icon-wrapper .icon {
    width: 60px;
  }
  .portfolio-section .col-portfolio-text {
    max-width: 500px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .portfolio-section .col-portfolio-text {
    max-width: 700px;
  }
  .portfolio-section .col-portfolio-text .swiper-custom-pagination {
    flex-wrap: nowrap;
  }
  .portfolio-section .col-portfolio-text .portfolio-button-prev,
  .portfolio-section .col-portfolio-text .portfolio-button-next {
    max-width: 90px;
  }
  .portfolio-section .col-portfolio-text .btn {
    max-width: 250px;
  }
}
@media (min-width: 1200px) {
  .portfolio-section {
    margin-bottom: 100px;
  }
  .portfolio-section .section-headline {
    font-size: 2.25rem;
  }
  .portfolio-section .swiper-custom-pagination {
    justify-content: flex-start;
    margin-top: 0;
  }
  .portfolio-section .bullet {
    width: 120px;
    margin-right: 20px;
    padding: 20px 19px;
  }
  .portfolio-section .bullet:first-child {
    margin-left: 0;
  }
  .portfolio-section .bullet:last-child {
    margin-right: 0;
  }
  .portfolio-section .portfolio-button-wrapper {
    justify-content: flex-start;
  }
  .portfolio-section .portfolio-button-prev,
  .portfolio-section .portfolio-button-next {
    max-width: 93px;
  }
  .portfolio-section .portfolio-button-prev {
    margin-right: 18px;
  }
  .portfolio-section .portfolio-button-next {
    margin-left: 18px;
  }
  .portfolio-section .row-portfolio-inner {
    flex-direction: row;
    justify-content: center;
    padding-top: 35px;
  }
  .portfolio-section .col-portfolio-text {
    order: 1;
    max-width: 695px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
    background-position: 100% 80%;
    background-size: 55%;
  }
  .portfolio-section .col-portfolio-image {
    order: 2;
    max-width: 490px;
    margin: -36px auto 0 -80px;
  }
  .portfolio-section .swiper-slide {
    padding-left: 0;
  }
  .portfolio-section .image-wrapper {
    width: 450px;
    height: 450px;
  }
  .portfolio-section .text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .portfolio-section .headline {
    font-size: 1.125rem;
  }
  .portfolio-section .text {
    font-size: 0.875rem;
    max-width: 550px;
  }
}
.teaser-section {
  margin-bottom: 90px;
}
.teaser-box {
  background: #008595;
}
.teaser-box-inner {
  display: flex;
  flex-direction: column;
  padding: 20px 20px 25px;
  position: relative;
  background: #008595;
  transition: 0.5s;
}
.teaser-box-inner:hover {
  border-color: #114884;
  /*				
  				a{
  					background-color: $lmz__blue;
  					transition: $time;
  					// padding: 25px 0;
  				}
  */
}
.teaser-box-inner:hover .icon-wrapper {
  border-color: #114884;
}
#teaser-box-1 .teaser-box-inner {
  margin-left: 1px;
}
@media (min-width: 768px) {
  .teaser-box-inner {
    padding: 10px 15px;
  }
}
.teaser-slider-controls {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.teaser-button-prev, .teaser-button-next {
  display: block;
  height: 110px;
  flex: 0 0 36px;
  align-self: center;
  background-repeat: no-repeat;
  background-size: 12px 32px;
  transition: 0.2s all;
}
.teaser-button-prev {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 7 15" style="enable-background:new 0 0 7 15;" xml:space="preserve"%3e%3cstyle type="text/css"%3e.st0{fill:none;stroke:%23114884;stroke-miterlimit:10;}%3c/style%3e%3cpolyline class="st0" points="-0.75,15 6.25,7.5 -0.75,0 "/%3e%3c/svg%3e');
  background-position: 50% 50%;
}
.teaser-button-prev:hover {
  background-position: right 50%;
}
.teaser-button-next {
  background-image: url('data:image/svg+xml,%3csvg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 7 15" style="enable-background:new 0 0 7 15;" xml:space="preserve"%3e%3cstyle type="text/css"%3e.st0{fill:none;stroke:%23114884;stroke-miterlimit:10;}%3c/style%3e%3cpolyline class="st0" points="7.75,0 0.75,7.5 7.75,15 "/%3e%3c/svg%3e');
  background-position: 50% 50%;
}
.teaser-button-next:hover {
  background-position: left 50%;
}
.teaser-slider-pagination {
  display: flex;
  justify-content: center;
  flex: 1;
}
.teaser-slider-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 34px;
  height: 1px;
  margin-right: 15px;
  background: #959595;
}
.teaser-slider-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.teaser-slider-pagination .swiper-pagination-bullet-active {
  background: #114884;
}

.teaser-box .icon-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -70px auto 20px;
  border: 1px solid rgba(17, 72, 132, 0.1);
  height: 103px;
  width: 103px;
  background: #008595;
  transition: 0.5s;
}
.teaser-box .icon-wrapper:after {
  position: absolute;
  bottom: -2px;
  height: 5px;
  width: 50%;
  content: "";
  background-color: #008595;
}
.teaser-box .icon {
  max-width: 50px;
}
.teaser-box .headline {
  min-height: 60px;
  margin: 0 0 16px;
  font-size: 1.575rem;
  font-weight: 400;
  color: #fff;
}
.teaser-box .headline:before {
  content: "";
  display: block;
  background-image: url("../../assets/img/double-arrow_full.svg");
  height: 29px;
  width: 33px;
  margin-bottom: 10px;
}
.teaser-box .text {
  margin-bottom: 25px;
  font-size: 0.95rem;
  color: #fff;
}
.teaser-box .text p:last-child {
  margin-bottom: 0;
}
.teaser-box b,
.teaser-box strong {
  font-weight: 400;
  color: #000;
}
.teaser-box hr {
  width: 100%;
  max-width: 50px;
  margin: 18px auto;
  border-top: 1px solid #fff;
}
.teaser-box .btn-text-link {
  max-width: fit-content;
  display: inline-block;
  padding: 17px 0;
  font-size: 0.7875rem;
  text-decoration: none;
}
.teaser-box .btn-text-link:after {
  content: "→";
}

@media (min-width: 992px) {
  .teaser-section .swiper-slide {
    margin-right: 35px;
  }
  .teaser-box .headline {
    min-height: 80px;
  }
}
@media (min-width: 1140px) {
  .teaser-section .swiper-slide {
    width: 336px;
    margin-right: 20px;
  }
  .teaser-box .headline {
    min-height: 60px;
  }
}
.workflow-section {
  margin-bottom: 80px;
}
.workflow-section .content-row-inner {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.workflow-section .section-headline {
  display: flex;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.workflow-section .section-headline-triangle span:before {
  display: inline-block;
  content: "";
  height: 0;
  width: 0;
  margin-right: 5px;
  border-style: solid;
  border-width: 0 0 13px 13px;
  border-color: transparent transparent red transparent;
}
.workflow-section .section-headline-pattern span:after {
  flex: 1 0 100%;
  display: block;
  content: "";
  height: 20px;
  width: 100%;
  margin: 10px 0 40px;
}
.workflow-section .headline,
.workflow-section .subheadline {
  color: #a0ff01;
}
.workflow-section .text {
  color: #fff;
}
.workflow-section .headline {
  font-family: "univiapro-bold";
  font-size: 1.25rem;
  margin-bottom: 20px;
}
.workflow-section .subheadline {
  font-family: "univiapro-regular";
  font-size: 0.875rem;
  margin-bottom: 0;
}
.workflow-section .swiper-custom-pagination {
  display: flex;
  justify-content: space-evenly;
  margin-bottom: 15px;
}
.workflow-section .bullet {
  position: relative;
  border: 1px solid #959595;
  padding: 5px;
  opacity: 0.3;
  cursor: pointer;
  transition: 0.5s all;
}
.workflow-section .bullet:hover {
  transform: translateY(-3px);
}
.workflow-section .bullet:before {
  position: absolute;
  left: 9px;
  bottom: -2px;
  height: 4px;
  width: 19px;
  content: "";
  background: #008595;
}
.workflow-section .bullet .icon {
  height: auto;
  width: 27px;
}
.workflow-section .swiper-pagination-bullet-active {
  opacity: 1;
}
.workflow-section .video-wrapper {
  position: relative;
  height: 189px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.workflow-section .video-wrapper iframe {
  width: 300px;
  height: 169px;
  margin-left: auto;
  margin-right: auto;
}
.workflow-section .text-wrapper {
  padding-left: 10px;
  padding-right: 10px;
}

.row-workflow-inner {
  display: flex;
  flex-direction: column;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  background-color: #008595;
}

.col-workflow-video,
.col-workflow-text {
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.col-workflow-video {
  margin: -30px auto 15px;
}

.workflow-button-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.workflow-button-wrapper .icon {
  height: 12px;
  width: 10px;
  fill: #fff;
  transition: all 0.2s;
}
.workflow-button-wrapper .icon-prev {
  transform: rotate(180deg);
}

.workflow-button-prev,
.workflow-button-next {
  position: relative;
  width: 100%;
  max-width: 139px;
  padding: 15px 0;
  text-align: center;
  border: 1px solid #fff;
}
.workflow-button-prev:after,
.workflow-button-next:after {
  position: absolute;
  display: block;
  content: "";
  top: 16px;
  height: 22px;
  width: 3px;
  background-color: #008595;
}

.workflow-button-prev:hover .icon {
  margin-right: 20px;
}

.workflow-button-next:hover .icon {
  margin-left: 20px;
}

.workflow-button-prev {
  margin-right: 10px;
}
.workflow-button-prev:after {
  left: -1px;
}

.workflow-button-next {
  margin-left: 10px;
}
.workflow-button-next:after {
  right: -1px;
}

.slider-workflow-text {
  position: relative;
}

#backgroundIconWorkflow {
  position: absolute;
  right: 0;
  bottom: 10px;
  height: 175px;
  width: 175px;
  background-size: 100%;
  background-repeat: no-repeat;
  opacity: 0.1;
  transition: background 0.2s linear;
}

@media (min-width: 992px) {
  .workflow-section {
    margin-bottom: 100px;
  }
  .workflow-section .section-headline {
    font-size: 2.25rem;
  }
  .workflow-section .swiper-custom-pagination {
    justify-content: flex-start;
  }
  .workflow-section .bullet {
    margin-right: 26px;
  }
  .workflow-section .bullet:last-child {
    margin-right: 0;
  }
  .workflow-section .workflow-button-wrapper {
    justify-content: flex-start;
  }
  .workflow-section .workflow-button-prev,
  .workflow-section .workflow-button-next {
    max-width: 93px;
  }
  .workflow-section .workflow-button-prev {
    margin-right: 18px;
  }
  .workflow-section .workflow-button-next {
    margin-left: 18px;
  }
  .workflow-section .row-workflow-inner {
    flex-direction: row;
    justify-content: center;
    padding: 25px 0 20px;
  }
  .workflow-section .col-workflow-video {
    order: 2;
    max-width: 697px;
    margin: 0 auto 0 30px;
    padding-right: 30px;
  }
  .workflow-section .col-workflow-text {
    align-self: flex-end;
    order: 1;
    max-width: 420px;
    margin-right: 30px;
    padding-left: 30px;
  }
  .workflow-section .col-workflow-text .text p {
    margin-bottom: 0;
  }
  .workflow-section .video-wrapper {
    width: 100%;
    max-width: 697px;
    height: 412px;
  }
  .workflow-section .video-wrapper:before {
    background: #114884;
  }
  .workflow-section .video-wrapper iframe {
    width: 100%;
    max-width: 697px;
    height: 392px;
  }
  .workflow-section .text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .workflow-section .headline {
    font-size: 2.25rem;
  }
  .workflow-section .subheadline {
    font-size: 1.125rem;
  }
  #backgroundIconWorkflow {
    height: 230px;
    width: 230px;
  }
}
@media (min-width: 1200px) {
  .col-workflow-video {
    padding-right: 0;
  }
  .col-workflow-text {
    padding-left: 0px;
  }
}
.social-media-section {
  margin-bottom: 60px;
}
.social-media-section .content-row-inner {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}
.social-media-section .section-headline {
  max-width: 190px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.social-media-section .section-headline span {
  margin-bottom: -6px;
}
.social-media-section .subheadline {
  margin-bottom: 10px;
  font-size: 0.875rem;
  text-align: center;
  color: #959595;
}
.social-media-section .socialmedia-list {
  display: flex;
  justify-content: center;
}
.social-media-section .socialmedia-list__item {
  margin-right: 10px;
  border: 1px solid #959595;
  transition: all 0.2s;
}
.social-media-section .socialmedia-list__item:last-child {
  margin-right: 0;
}
.social-media-section .socialmedia-list__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
}
.social-media-section .socialmedia-list__item:hover {
  border: 1px solid #114884;
}
.social-media-section .socialmedia-list__item:hover .svg-icon {
  fill: #114884;
}
.social-media-section .svg-icon {
  transition: all 0.2s;
  fill: #959595;
}

@media (min-width: 576px) {
  .social-media-section .section-headline {
    max-width: none;
    justify-content: center;
  }
  .social-media-section .section-headline span {
    margin-bottom: -8px;
  }
  .social-media-section .subheadline {
    font-size: 1.125rem;
  }
}
.stafflist-section .alm-load-more-btn {
  display: none;
}
.stafflist-section .alm-paging-wrap {
  height: auto !important;
}
.stafflist-section .alm-paging-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 1140px;
}
.stafflist-section ul.alm-paging {
  padding: 0;
}
.stafflist-section ul.alm-paging li {
  margin-right: 10px;
}
.stafflist-section ul.alm-paging li:last-child {
  margin-right: 0;
}
.stafflist-section ul.alm-paging li a,
.stafflist-section ul.alm-paging li a:hover {
  padding: 14px 16px;
  color: #114884;
  border-color: #008595;
  background: transparent;
}
.stafflist-section ul.alm-paging li.active a,
.stafflist-section ul.alm-paging li.active a.hover {
  color: #fff;
  border-color: #008595;
  background: #000;
}

.staff-member {
  width: 100%;
  margin-bottom: 30px;
  padding: 48px 0 35px 0;
  text-align: center;
  border: 1px solid #008595;
}
.staff-member .staff-portrait {
  height: auto;
  width: 130px;
  margin-bottom: 20px;
}
.staff-member .manager-title,
.staff-member .manager-name {
  font-size: 1.125rem;
  text-align: center;
}
.staff-member .manager-title {
  font-weight: 700;
  color: #008595;
}
.staff-member .manager-name {
  margin-bottom: 40px;
  color: #052222;
}
.staff-member .button-group {
  display: flex;
}
.staff-member .btn {
  max-width: 296px;
  margin-left: auto;
  margin-right: auto;
}
.staff-member .btn-project-manager {
  flex-grow: 1;
  max-width: none;
  padding: 23px 0;
  border-top: 1px solid #008595;
  border-bottom: 1px solid #008595;
}
.staff-member .btn-project-manager:nth-child(2) {
  border-left: 1px solid #008595;
}
.staff-member .btn-project-manager .icon {
  height: auto;
  width: 20px;
  margin-left: 0;
  transition: 0.2s all;
  fill: #008595;
}
.staff-member .btn-project-manager .icon path {
  transition: 0.2s all;
  fill: #008595;
}
.staff-member .btn-project-manager:hover {
  background: #008595;
}
.staff-member .btn-project-manager:hover .icon,
.staff-member .btn-project-manager:hover .icon path {
  fill: #fff;
}
.staff-member .btn-placeholder {
  height: 68px;
}
.staff-member .divider-style-1 {
  margin-top: 15px;
  margin-bottom: 30px;
}
.staff-member .divider-line {
  height: 12px;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .staff-member {
    width: 47%;
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .staff-member {
    width: 30%;
    margin: 0 10px 30px 10px;
  }
}
.staff-member-section {
  margin-bottom: 50px;
}
.staff-member-section .content-row-inner {
  padding-top: 35px;
}

.staff-member-profile {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 730px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 28px;
  border: 1px solid #008595;
}
.staff-member-profile .staff-portrait-wrapper {
  padding-top: 15px;
  text-align: center;
}
.staff-member-profile .staff-portrait {
  height: auto;
  width: 250px;
  margin-top: -35px;
  margin-left: -15px;
  margin-bottom: 20px;
  box-shadow: 15px -15px 0 0 #008595;
}
.staff-member-profile .staff-name {
  font-size: 1.125rem;
  font-weight: 700;
  color: #008595;
}
.staff-member-profile .staff-position {
  margin-bottom: 20px;
  font-size: 1.125rem;
}
.staff-member-profile .staff-text {
  margin-bottom: 40px;
  font-size: 0.875rem;
}
.staff-member-profile .button-group {
  display: flex;
  border: 1px solid #008595;
}
.staff-member-profile .btn {
  flex-grow: 1;
  padding: 17px 0;
}
.staff-member-profile .btn:nth-child(2) {
  border-left: 1px solid #008595;
}
.staff-member-profile .btn .icon {
  height: 19px;
  margin-left: 0;
}

@media (min-width: 1200px) {
  .staff-member-section .content-row-inner {
    padding-top: 0;
  }
  .staff-member-profile {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 45px;
    padding-right: 28px;
    padding-bottom: 28px;
  }
  .staff-member-profile .staff-portrait-wrapper {
    text-align: left;
    flex-grow: 1;
  }
  .staff-member-profile .staff-portrait {
    max-width: none;
    margin-top: 0;
    margin-left: -45px;
  }
  .staff-member-profile .staff-details {
    width: 100%;
    max-width: 430px;
  }
}
.tabbed-content-section {
  margin-bottom: 90px;
}
.tabbed-content-section .tab-btn-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin-bottom: 60px;
}
.tabbed-content-section .tab-btn {
  display: flex;
  align-items: center;
  padding: 6px;
  font-size: 0.875rem;
  border: 1px solid #a0ff01;
  color: #008595;
  background-color: #a0ff01;
  transition: 0.2s all;
}
.tabbed-content-section .tab-btn .icon {
  display: inline-block;
  height: 37px;
  width: 37px;
}
.tabbed-content-section .tab-btn svg,
.tabbed-content-section .tab-btn svg g {
  fill: #008595;
  opacity: 1;
  transition: 0.2s all;
}
.tabbed-content-section .tab-btn svg {
  height: auto;
  width: 37px;
  transition: 0.2s all;
}
.tabbed-content-section .tab-btn .text {
  display: none;
}
.tabbed-content-section .tab-btn:hover {
  color: #fff;
  background: #008595;
}
.tabbed-content-section .tab-btn:hover svg,
.tabbed-content-section .tab-btn:hover svg g {
  fill: #fff;
}
.tabbed-content-section .tab-btn[aria-selected=true] {
  position: relative;
  color: #fff;
  background-color: #008595;
}
.tabbed-content-section .tab-btn[aria-selected=true] svg,
.tabbed-content-section .tab-btn[aria-selected=true] svg g {
  fill: #fff;
}
.tabbed-content-section .tab-panel {
  padding: 40px 20px 20px 20px;
}
.tabbed-content-section .tab-panel[aria-hidden=true] {
  display: none;
}
.tabbed-content-section .tab-panel[aria-hidden=false] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #ebeded;
}
.tabbed-content-section .tab-panel ul {
  list-style: none;
  margin-bottom: 40px;
}
.tabbed-content-section .tab-panel ul li {
  position: relative;
  margin-bottom: 11px;
  padding-left: 8px;
  line-height: 33px;
}
.tabbed-content-section .tab-panel ul li:before {
  display: inline-block;
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: -40px;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20width%3D%2234%22%20height%3D%2230%22%20viewBox%3D%220%200%2034%2030%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M33.3%2013.36C33.3%2013.12%2033.2%2012.89%2033.03%2012.72L21.12%200.849991C20.89%200.619991%2020.58%200.48999%2020.26%200.48999H14.1C13.93%200.48999%2013.79%200.629991%2013.79%200.799991V1.66999C13.79%201.96999%2013.89%202.19999%2014.06%202.36999L26.31%2014.55C26.54%2014.78%2026.54%2015.16%2026.31%2015.39L14.06%2027.59C13.89%2027.76%2013.79%2028%2013.79%2028.24V29.12C13.79%2029.29%2013.93%2029.43%2014.1%2029.43C15.85%2029.43%2019.01%2029.46%2020.24%2029.46C20.57%2029.46%2020.88%2029.33%2021.11%2029.1C22.96%2027.25%2031.42%2018.83%2033.03%2017.22C33.2%2017.05%2033.3%2016.82%2033.3%2016.57C33.3%2016.1%2033.3%2013.6%2033.3%2013.34V13.36ZM19.6%2013.39C19.6%2013.15%2019.5%2012.92%2019.33%2012.75L7.41%200.879991C7.18%200.649991%206.86999%200.519991%206.54999%200.519991H0.390015C0.220015%200.519991%200.0799866%200.65999%200.0799866%200.82999V1.69999C0.0799866%201.98999%200.180006%202.22999%200.350006%202.39999L12.6%2014.58C12.83%2014.81%2012.83%2015.19%2012.6%2015.42L0.350006%2027.62C0.180006%2027.79%200.0799866%2028.03%200.0799866%2028.27V29.15C0.0799866%2029.32%200.220015%2029.46%200.390015%2029.46C2.14001%2029.46%205.3%2029.49%206.53%2029.49C6.86%2029.49%207.16999%2029.36%207.39999%2029.13C9.25999%2027.28%2017.7%2018.86%2019.32%2017.25C19.49%2017.08%2019.59%2016.85%2019.59%2016.6C19.59%2016.13%2019.59%2013.63%2019.59%2013.37L19.6%2013.39Z%22%20fill%3D%22%23a0ff01%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.tabbed-content-section .tab-col-left {
  width: 100%;
  margin-bottom: 30px;
}
.tabbed-content-section .tab-col-right {
  position: relative;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.tabbed-content-section .tab-col-right img {
  transition: 0.5s all;
}
.tabbed-content-section .tab-col-right:hover img {
  transform: translateY(-5px);
}
.tabbed-content-section .btn {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding: 17px 0;
}
.tabbed-content-section .tab-content-right,
.tabbed-content-section .tab-img {
  width: 100%;
  max-width: 480px;
  margin: auto;
}
.tabbed-content-section .tab-img {
  display: block;
  height: auto;
  margin-bottom: 15px;
}
.tabbed-content-section .tab-content-right a {
  color: #000;
  text-decoration: underline;
  transition: 0.2s all;
}
.tabbed-content-section .tab-content-right a:hover {
  color: #114884;
}

@media (min-width: 576px) {
  .tabbed-content-section .tab-btn {
    padding: 17px;
  }
  .tabbed-content-section .tab-btn .icon {
    height: 40px;
    width: 40px;
  }
  .tabbed-content-section .tab-btn svg {
    height: auto;
    width: 40px;
  }
}
@media (min-width: 768px) {
  .tabbed-content-section .headline {
    display: none;
  }
  .tabbed-content-section .tab-btn-list {
    justify-content: left;
  }
  .tabbed-content-section .tab-btn {
    flex: 0 0 48%;
    min-width: 228px;
    margin-bottom: 20px;
    padding: 17px;
  }
  .tabbed-content-section .tab-btn:nth-child(2n+1) {
    margin-right: 20px;
  }
  .tabbed-content-section .tab-btn .icon {
    margin-right: 10px;
    height: 40px;
    width: 40px;
  }
  .tabbed-content-section .tab-btn .text {
    display: block;
  }
}
@media (min-width: 992px) {
  .tabbed-content-section .tab-panel[aria-hidden=false] {
    flex-direction: row;
    justify-content: space-between;
  }
  .tabbed-content-section .tab-col-left {
    margin-bottom: 0;
    max-width: 460px;
  }
  .tabbed-content-section .tab-col-right {
    max-width: 620px;
    padding-left: 0;
    padding-right: 0;
  }
  .tabbed-content-section .btn {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .tabbed-content-section .tab-btn {
    flex: 0 1 0;
    margin-bottom: 0;
  }
  .tabbed-content-section .tab-btn:nth-child(2n+1) {
    margin-right: 0;
  }
  .tabbed-content-section .tab-btn[aria-selected=true] {
    border-color: #008595;
  }
  .tabbed-content-section .tab-btn[aria-selected=true]:after {
    position: absolute;
    left: 10px;
    bottom: -15px;
    width: 0;
    height: 0;
    content: "";
    border-style: solid;
    border-width: 15px 30px 0 30px;
    border-color: #008595 transparent transparent transparent;
  }
}
.iframe-matterport {
  position: relative;
  overflow: hidden;
  padding-bottom: 56.25%; /* ratio 16x9 */
  height: auto;
  width: 100%;
}
.iframe-matterport iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wiki-single {
  margin-bottom: 30px;
}

.wiki-single-box {
  padding: 30px 30px 14px 30px;
  border: 1px solid #008595;
}

.wiki-single-post .wp-block-group {
  margin-bottom: 30px;
}

.wiki-single-post .wp-block-group__inner-container {
  padding: 30px 30px 14px 30px;
  border: 1px solid #008595;
}

@media (min-width: 992px) {
  .wiki-single-post .wp-block-group__inner-container,
  .wiki-single-box {
    max-width: 730px;
  }
}
.video-text-section .content-row-inner {
  display: block;
  padding-left: 0;
  padding-right: 0;
}
.video-text-section .col-video,
.video-text-section .col-text {
  width: 100%;
}
.video-text-section .col-video {
  flex: 1 0 100%;
}
.video-text-section .embed-container {
  background-color: #a0ff01;
  transition: 0.2s all;
}
.video-text-section .embed-container:hover {
  box-shadow: 0 0 0 0 #114884;
}
.video-text-section .video-caption {
  margin-top: 8px;
  font-size: 0.75rem;
  color: #959595;
}
.video-text-section .share-buttons {
  display: flex;
  margin: 20px 0 10px;
}
.video-text-section .share-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 37px;
  width: 37px;
  margin-right: 9px;
  border: 1px solid #d1d1d1;
  transition: 0.2s all;
}
.video-text-section .share-buttons a:hover {
  border: 1px solid #114884;
}
.video-text-section .share-buttons a:hover .svg-icon {
  fill: #114884;
}
.video-text-section .svg-icon {
  height: auto;
  width: 20px;
  fill: #959595;
  transition: 0.2s all;
}

@media (min-width: 768px) {
  .video-text-section .content-row-inner {
    flex-direction: column;
  }
}
@media (min-width: 992px) {
  .video-text-section .content-row-inner {
    display: flex;
    flex-direction: row;
  }
  .video-text-section .content-row-inner .col-text {
    width: 100%;
    max-width: 270px;
  }
  .video-text-section .content-row-inner .col-video {
    float: left;
    width: 100%;
    max-width: 430px;
    margin-right: 30px;
    margin-bottom: 15px;
  }
  .video-text-section .content-row-inner .embed-container {
    margin-left: -20px;
  }
}
.download-section {
  margin-top: 200px;
  margin-bottom: 80px;
  padding-left: 15px;
  padding-right: 15px;
}
.download-section .content-row-inner {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 0 20px;
  border: 1px solid #a0ff01;
}
.download-section .row {
  display: block;
  margin-left: 0;
  margin-right: 0;
  background-color: #008595;
}
.download-section .section-headline {
  margin-bottom: 10px;
  font-size: 1.25rem;
  line-height: 1.45;
  letter-spacing: -0.22px;
  color: #a0ff01;
}
.download-section .text {
  color: #fff;
}
.download-section .img {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.download-section .btn {
  position: relative;
  width: 100%;
  z-index: 10;
  color: #008595 !important;
  background-color: #a0ff01 !important;
}
.download-section .btn span:after {
  display: inline-block;
  height: 10px;
  width: 15px;
  margin-left: 5px;
  content: "";
  background-image: url("../img/arrow_solid_right_dark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
.download-section .text-button-container {
  display: block;
  padding: 0 10px;
}
.download-section .wrapper-image {
  margin: -240px 0 20px;
}
.download-section .wrapper-text {
  width: 100%;
}
.download-section .wrapper-button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100%;
  padding: 20px 15px 20px 0;
  align-self: flex-end;
}

.single-customer_projects .download-section .content-row-inner,
.archive-customer_projects .download-section .content-row-inner {
  flex-direction: row;
}

@media (min-width: 576px) {
  .download-section .row {
    display: block;
  }
  .download-section .text-button-container {
    display: block;
  }
  .download-section .wrapper-text {
    width: 100%;
  }
  .download-section .wrapper-button {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .download-section .text-button-container {
    display: flex;
  }
  .download-section .wrapper-text {
    max-width: 500px;
    width: 55%;
  }
  .download-section .wrapper-button {
    width: 35%;
    flex-basis: auto;
  }
}
@media (min-width: 872px) {
  .download-section .btn-pattern:before {
    top: 20px;
    bottom: 15px;
  }
}
@media (min-width: 992px) {
  .download-section {
    margin-top: 150px;
    margin-bottom: 90px;
  }
  .download-section .content-row-inner {
    padding-top: 100px;
    padding-bottom: 0;
  }
  .download-section .row {
    display: flex;
    padding-left: 20px;
  }
  .download-section .section-headline {
    margin: 0 0 20px;
    font-size: 1.625rem;
  }
  .download-section .img {
    max-width: 460px;
    transition: all 0.2s;
  }
  .download-section .text-button-container {
    flex-direction: column;
    flex-basis: 50%;
  }
  .download-section .wrapper-image {
    margin: -100px 0 0;
    flex-shrink: 0;
    transition: 0.5s all;
  }
  .download-section .wrapper-image:hover img {
    transform: translateY(-5px);
  }
  .download-section .wrapper-text {
    width: 100%;
    max-width: none;
    padding: 30px 25px 0;
  }
  .download-section .wrapper-button {
    width: 100%;
    max-width: 260px;
    flex-basis: unset !important;
  }
  .single-customer_projects .download-section .wrapper-text,
  .archive-customer_projects .download-section .wrapper-text {
    max-width: 600px;
  }
}
@media (min-width: 1200px) {
  .download-section .text-button-container {
    flex-direction: row;
    flex-basis: calc(60% - 1px);
    align-items: stretch;
  }
  .download-section .wrapper-text {
    max-width: 600px;
  }
  .download-section .wrapper-button {
    margin-bottom: 20px;
  }
}
.category-post-list .alm-listing {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.category-post-list .alm-listing:after {
  content: none;
}

.guest-posts-section .alm-listing {
  display: flex;
  flex-direction: column;
}
.guest-posts-section .alm-listing[tabindex="-1"] {
  min-height: 0;
}
.guest-posts-section .alm-listing:not(:first-child) {
  margin-top: 20px;
}

.magazine-startpage {
  position: relative;
}
.magazine-startpage .alm-listing.article-cards-row-default {
  margin-top: 0;
}
.magazine-startpage .alm-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 746px;
}
.magazine-startpage .alm-btn-wrap {
  margin-bottom: 36px;
}

.category-post-list .alm-load-more-btn,
.category-post-list .alm-load-more-btn:hover,
.magazine-startpage .alm-load-more-btn,
.magazine-startpage .alm-load-more-btn:hover,
.archive-customer_projects .alm-load-more-btn,
.archive-customer_projects .alm-load-more-btn:hover,
.guest-posts-section .alm-load-more-btn,
.guest-posts-section .alm-load-more-btn:hover {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: auto;
  padding: 10px 15px;
  white-space: nowrap;
  color: #fff !important;
  background: #008595 !important;
  border: 0;
  z-index: 10;
}

.category-post-list .alm-load-more-btn.done,
.magazine-startpage .alm-load-more-btn.done,
.guest-posts-section .alm-load-more-btn.done {
  display: none;
}

@media (min-width: 600px) {
  .magazine-startpage .alm-btn-wrap {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .guest-posts-section .alm-listing {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#CookieBoxSaveButton {
  display: none !important;
}

body #BorlabsCookieBox {
  /*
    ._brlbs-box-wrap {
        max-width: 400px;

      @media (min-width: map-get($grid-breakpoints, "sm") ) {
        max-width: 550px;
      }
    }
  */
}
body #BorlabsCookieBox .cookie-box {
  padding: 20px;
}
body #BorlabsCookieBox h3,
body #BorlabsCookieBox ._brlbs-h3 {
  font-family: inherit;
  font-size: 1.5em;
  line-height: 1.125em;
  font-weight: 700;
  word-break: break-all;
  background: inherit;
  color: #008595;
}
@media (min-width: 576px) {
  body #BorlabsCookieBox h3,
  body #BorlabsCookieBox ._brlbs-h3 {
    font-size: 1.625em;
  }
}
body #BorlabsCookieBox a._brlbs-btn {
  transition: all 0.5s;
  text-decoration: none;
}
body #BorlabsCookieBox ._brlbs-cursor,
body #BorlabsCookieBox a {
  text-decoration: underline;
}

body ._brlbs-box-wrap ul {
  display: none !important;
}

.formbox {
  padding: 20px;
}

.cr_site {
  margin: 0;
  padding: 75px 0 0 0;
  text-align: center;
  background-color: #fff;
}

.cr_header {
  text-align: center;
  background: transparent !important;
}

.cr_body .editable_content {
  display: flex;
  flex-wrap: wrap;
}
.cr_body label {
  display: block;
  margin-bottom: 5px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #008595;
}
.cr_body input:focus,
.cr_body select:focus,
.cr_body textarea:focus {
  outline: none;
}
.cr_body div[rel] {
  flex: 1 1 100%;
}
.cr_body div[rel=text] {
  display: inline-block;
  flex: 1 1 100%;
}
.cr_body div[rel=radio] {
  font-size: 0.875rem;
  color: #008595;
}
.cr_body div[rel=radio] div {
  display: flex;
  align-items: center;
}
.cr_body div[rel=radio] .cr_ipe_radio {
  margin-left: 30px;
  margin-right: 5px;
}
.cr_body div[rel=radio] .cr_ipe_radio:first-child {
  margin-left: 0;
}
.cr_body div[rel=recaptcha] {
  display: inline-flex;
}
.cr_body div[rel=recaptcha] br {
  display: none;
}
.cr_body div[rel=button] {
  position: relative;
  display: block;
  flex: none;
  max-width: 280px;
  width: 100%;
  margin: 20px auto;
  padding: 0;
}

.cr_body h2,
.cr_header h2 {
  font-size: 1.375rem;
  line-height: 28px;
  margin: 0 0 10px 0;
}

.cr_body h1,
.cr_header h2 {
  font-size: 1.75rem;
  margin-bottom: 15px;
  padding: 0;
  margin-top: 0;
}

.wrapper,
.cr_page {
  margin: 0 auto;
  text-align: left;
}

.cr_button {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 0;
  white-space: nowrap;
  text-decoration: none;
  font-size: 0.875rem;
  font-style: normal;
  cursor: pointer;
  border: 0;
  background-color: #a0ff01;
  color: #008595;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: 0.2s all;
}
.cr_button:after {
  display: inline-block;
  height: 12px;
  width: 10px;
  margin-top: 3px;
  margin-left: 5px;
  content: "";
}
.cr_button:hover {
  background-color: #a0ff01;
}

.cr_ipe_item {
  margin-bottom: 10px !important;
  padding: 0 10px;
}
.cr_ipe_item .inactive {
  display: none;
}
.cr_ipe_item input:not([type=checkbox]),
.cr_ipe_item input:not([type=radio]),
.cr_ipe_item input:not([type=button]),
.cr_ipe_item textarea {
  width: 100%;
}
.cr_ipe_item input:not([type=button]),
.cr_ipe_item textarea {
  height: auto;
  padding: 8px;
  border: 1px solid #052222;
  border-radius: 0;
  box-shadow: none;
  color: #052222;
  background: 0 0;
  transition: all 0.5s;
}
.cr_ipe_item input:not([type=button]):focus,
.cr_ipe_item textarea:focus {
  background: #fff;
  border-color: #919191;
  color: #919191;
  transition: all 0.5s;
}
.cr_ipe_item select {
  display: block;
  width: 100%;
  margin: 0;
  padding: 8px 5px;
  color: #777776;
  border: 1px solid #052222;
  background: none repeat scroll 0 0 transparent;
}
.cr_ipe_item input.cr_ipe_radio {
  -webkit-appearance: none;
  appearance: none;
  height: 21px;
  width: 21px;
  margin: 0;
  background-color: #fff;
  font: inherit;
  border: 1px solid #052222;
  border-radius: 0%;
  display: grid;
  place-content: center;
}
.cr_ipe_item input.cr_ipe_radio:before {
  height: 7px;
  width: 7px;
  left: -21px;
  top: 6px;
  bottom: 5px;
  border-radius: 0;
  background-color: #008595;
  font-family: inherit;
  content: "";
  transform: scale(0);
  box-shadow: inset 1em 1em #008595;
}
.cr_ipe_item input.cr_ipe_radio:checked:before {
  transform: scale(1);
}

input.cr_ipe_checkbox {
  -moz-binding: none;
  -moz-box-sizing: border-box;
  background-color: -moz-field !important;
  border: 2px inset threedface !important;
  color: -moz-fieldtext !important;
  cursor: default;
  height: 13px;
  padding: 0 !important;
  width: 13px;
}

.submit_container {
  text-align: center;
}

.imprint {
  font-size: 0.8em;
}

.cr_captcha {
  padding-left: 130px;
}

.cr_error {
  font-size: 1.1em;
  padding: 10px;
}

.clever_form_error {
  background-color: #f99;
  color: #000;
  border: 1px solid #e80000 !important;
}

.clever_form_note {
  margin: 26px 0 0 3px;
  position: absolute;
  display: inline;
  padding: 2px 4px;
  font-weight: bold;
  color: #000;
  font-size: 12px !important;
}

.imprint {
  color: #000;
}

.cr_page {
  max-width: none;
}
.cr_page .sucess-message {
  display: none;
}

.cr_form_wrapper .success_message {
  display: none;
  color: #28a745;
}

.modal-content .success_message {
  display: none;
}

@media (min-width: 576px) {
  .cr_body div[rel=button]:after {
    position: absolute;
    display: block;
    top: -16px;
    right: -23px;
    bottom: -19px;
    width: 107px;
    content: "";
    z-index: 0;
  }
}
@media (min-width: 768px) {
  .cr_body div[rel=text] {
    display: inline-block;
    flex: 1 1 50%;
  }
}
@media (min-width: 992px) {
  .cr_body div[rel=text] {
    display: inline-block;
    flex: 1 1 100%;
  }
}
@media (min-width: 1200px) {
  .cr_body div[rel=text] {
    display: inline-block;
    flex: 1 1 50%;
  }
}
#baguetteBox-overlay .full-image img {
  background-color: #fff;
}

/*# sourceMappingURL=theme.css.map */
