@charset "UTF-8";
/*!
/*!
 * 
 * Theme Name: _fbeta-nova
 * Theme URI: https://fbeta-nova.de
 * Author: Claudius Herwig
 * Author URI: http://claudiusherwig.de/
 * Description: The theme for the _fbeta nova
 * Version: 1.0.0
 * Text Domain: fbeta
 * Build on Bootstrap v4.5.3 - Thanks!
 * 
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/** fonts

/* open-sans-300 - latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  src: url("fonts/open-sans-v18-latin-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("fonts/open-sans-v18-latin-300.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v18-latin-300.woff2") format("woff2"), url("fonts/open-sans-v18-latin-300.woff") format("woff"), url("fonts/open-sans-v18-latin-300.ttf") format("truetype"), url("fonts/open-sans-v18-latin-300.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 300;
  src: url("fonts/open-sans-v18-latin-300italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("fonts/open-sans-v18-latin-300italic.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v18-latin-300italic.woff2") format("woff2"), url("fonts/open-sans-v18-latin-300italic.woff") format("woff"), url("fonts/open-sans-v18-latin-300italic.ttf") format("truetype"), url("fonts/open-sans-v18-latin-300italic.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/open-sans-v18-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("fonts/open-sans-v18-latin-regular.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v18-latin-regular.woff2") format("woff2"), url("fonts/open-sans-v18-latin-regular.woff") format("woff"), url("fonts/open-sans-v18-latin-regular.ttf") format("truetype"), url("fonts/open-sans-v18-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/open-sans-v18-latin-italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("fonts/open-sans-v18-latin-italic.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v18-latin-italic.woff2") format("woff2"), url("fonts/open-sans-v18-latin-italic.woff") format("woff"), url("fonts/open-sans-v18-latin-italic.ttf") format("truetype"), url("fonts/open-sans-v18-latin-italic.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/open-sans-v18-latin-600.eot"); /* IE9 Compat Modes */
  src: local(""), url("fonts/open-sans-v18-latin-600.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v18-latin-600.woff2") format("woff2"), url("fonts/open-sans-v18-latin-600.woff") format("woff"), url("fonts/open-sans-v18-latin-600.ttf") format("truetype"), url("fonts/open-sans-v18-latin-600.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-600italic - latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  font-style: italic;
  font-weight: 600;
  src: url("fonts/open-sans-v18-latin-600italic.eot"); /* IE9 Compat Modes */
  src: local(""), url("fonts/open-sans-v18-latin-600italic.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-v18-latin-600italic.woff2") format("woff2"), url("fonts/open-sans-v18-latin-600italic.woff") format("woff"), url("fonts/open-sans-v18-latin-600italic.ttf") format("truetype"), url("fonts/open-sans-v18-latin-600italic.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-condensed-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Open Sans Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/open-sans-condensed-v15-latin-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("fonts/open-sans-condensed-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("fonts/open-sans-condensed-v15-latin-700.woff2") format("woff2"), url("fonts/open-sans-condensed-v15-latin-700.woff") format("woff"), url("fonts/open-sans-condensed-v15-latin-700.ttf") format("truetype"), url("fonts/open-sans-condensed-v15-latin-700.svg#OpenSansCondensed") format("svg"); /* Legacy iOS */
}
:root {
  --blue: #056b82;
  --indigo: #033540;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #bb2d4d;
  --orange: #da3a55;
  --yellow: #ffbd4d;
  --green: #28a745;
  --teal: #5b9bb3;
  --cyan: #09bde6;
  --white: #fff;
  --gray: #686f73;
  --gray-dark: #35393b;
  --primary: #bb2d4d;
  --primary-light: #da3a55;
  --secondary: #056b82;
  --secondary-light: #5b9bb3;
  --success: #28a745;
  --info: #09bde6;
  --warning: #ffbd4d;
  --danger: #bb2d4d;
  --light: #f5f5f5;
  --dark: #35393b;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --breakpoint-xxl: 1528px;
  --font-family-sans-serif: "Open Sans", sans-serif;
  --font-family-monospace: "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #2e2c2d;
  text-align: left;
  background-color: #f5f5f5;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #bb2d4d;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #da3a55;
  text-decoration: none;
}

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: "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 {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[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] {
  -webkit-box-sizing: border-box;
          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;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}
legend {
  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: 1.5em;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #2e2c2d;
}

h1, .h1 {
  font-size: 2.25rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.35rem + 1.2vw);
  }
}

h2, .h2 {
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.275rem + 0.3vw);
  }
}

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

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

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

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

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

.display-1 {
  font-size: 6rem;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.725rem + 5.7vw);
  }
}
.display-1 {
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.675rem + 5.1vw);
  }
}
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
}
@media (max-width: 1200px) {
  .display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
}
.display-3 {
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
}
@media (max-width: 1200px) {
  .display-4 {
    font-size: calc(1.475rem + 2.7vw);
  }
}
.display-4 {
  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;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  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: 16px;
  padding-left: 16px;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -16px;
  margin-left: -16px;
}

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

.col-xxl,
.col-xxl-auto, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .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: 16px;
  padding-left: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.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%;
  }
}
@media (min-width: 1528px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xxl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xxl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xxl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xxl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xxl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xxl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xxl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xxl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.table, .wp-block-table.agenda table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th, .wp-block-table.agenda table th,
.table td,
.wp-block-table.agenda table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th, .wp-block-table.agenda table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody, .wp-block-table.agenda table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(235.96, 196.2, 205.16);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(219.64, 145.8, 162.44);
}

.table-hover .table-primary:hover {
  background-color: rgb(229.7225899281, 176.9374100719, 188.8326618705);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(229.7225899281, 176.9374100719, 188.8326618705);
}

.table-primary-light,
.table-primary-light > th,
.table-primary-light > td {
  background-color: rgb(244.64, 199.84, 207.4);
}
.table-primary-light th,
.table-primary-light td,
.table-primary-light thead th,
.table-primary-light tbody + tbody {
  border-color: rgb(235.76, 152.56, 166.6);
}

.table-hover .table-primary-light:hover {
  background-color: rgb(240.6079487179, 178.3720512821, 188.8743589744);
}
.table-hover .table-primary-light:hover > td,
.table-hover .table-primary-light:hover > th {
  background-color: rgb(240.6079487179, 178.3720512821, 188.8743589744);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(185, 213.56, 220);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(125, 178.04, 190);
}

.table-hover .table-secondary:hover {
  background-color: rgb(168, 203.496, 211.5);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(168, 203.496, 211.5);
}

.table-secondary-light,
.table-secondary-light > th,
.table-secondary-light > td {
  background-color: rgb(209.08, 227, 233.72);
}
.table-secondary-light th,
.table-secondary-light td,
.table-secondary-light thead th,
.table-secondary-light tbody + tbody {
  border-color: rgb(169.72, 203, 215.48);
}

.table-hover .table-secondary-light:hover {
  background-color: rgb(191.655, 216.375, 225.645);
}
.table-hover .table-secondary-light:hover > td,
.table-hover .table-secondary-light:hover > th {
  background-color: rgb(191.655, 216.375, 225.645);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(194.8, 230.36, 202.92);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(143.2, 209.24, 158.28);
}

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(186.12, 236.52, 248);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(127.08, 220.68, 242);
}

.table-hover .table-info:hover {
  background-color: rgb(162.972398524, 230.3096678967, 245.647601476);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(162.972398524, 230.3096678967, 245.647601476);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 236.52, 205.16);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 220.68, 162.44);
}

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(235.96, 196.2, 205.16);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(219.64, 145.8, 162.44);
}

.table-hover .table-danger:hover {
  background-color: rgb(229.7225899281, 176.9374100719, 188.8326618705);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(229.7225899281, 176.9374100719, 188.8326618705);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(252.2, 252.2, 252.2);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(249.8, 249.8, 249.8);
}

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.44, 199.56, 200.12);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.96, 152.04, 153.08);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.4977889447, 186.8740703518, 187.5622110553);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.4977889447, 186.8740703518, 187.5622110553);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th, .wp-block-table.agenda table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th, .wp-block-table.agenda table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1527.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xxl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(127.5, 189, 255);
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(51.6956521739, 206.3043478261, 87);
  background-color: rgb(51.6956521739, 206.3043478261, 87);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

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

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

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

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

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

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

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
  background-color: rgb(227.5316455696, 96.4683544304, 109.0253164557);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

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

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

.btn, .gform_fbeta .gform_button {
  display: inline-block;
  font-weight: 400;
  color: #2e2c2d;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.75rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .gform_fbeta .gform_button {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover, .gform_fbeta .gform_button:hover {
  color: #2e2c2d;
  text-decoration: none;
}
.btn:focus, .gform_fbeta .gform_button:focus, .btn.focus, .gform_fbeta .focus.gform_button {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .gform_fbeta .disabled.gform_button, .btn:disabled, .gform_fbeta .gform_button:disabled {
  opacity: 0.65;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:not(:disabled):not(.disabled), .gform_fbeta .gform_button:not(:disabled):not(.disabled) {
  cursor: pointer;
}
.btn:not(:disabled):not(.disabled):active, .gform_fbeta .gform_button:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .gform_fbeta .gform_button:not(:disabled):not(.disabled).active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:not(:disabled):not(.disabled):active:focus, .gform_fbeta .gform_button:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus, .gform_fbeta .gform_button:not(:disabled):not(.disabled).active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25), inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

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

.btn-primary, .gform_fbeta .gform_button {
  color: #fff;
  background-color: #bb2d4d;
  border-color: #bb2d4d;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary:hover, .gform_fbeta .gform_button:hover {
  color: #fff;
  background-color: rgb(156.1691810345, 37.5808189655, 64.3049568966);
  border-color: rgb(145.8922413793, 35.1077586207, 60.0732758621);
}
.btn-primary:focus, .gform_fbeta .gform_button:focus, .btn-primary.focus, .gform_fbeta .focus.gform_button {
  color: #fff;
  background-color: rgb(156.1691810345, 37.5808189655, 64.3049568966);
  border-color: rgb(145.8922413793, 35.1077586207, 60.0732758621);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(197.2, 76.5, 103.7, 0.5);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(197.2, 76.5, 103.7, 0.5);
}
.btn-primary.disabled, .gform_fbeta .disabled.gform_button, .btn-primary:disabled, .gform_fbeta .gform_button:disabled {
  color: #fff;
  background-color: #bb2d4d;
  border-color: #bb2d4d;
}
.btn-primary:not(:disabled):not(.disabled):active, .gform_fbeta .gform_button:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .gform_fbeta .gform_button:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle, .gform_fbeta .show > .dropdown-toggle.gform_button {
  color: #fff;
  background-color: rgb(145.8922413793, 35.1077586207, 60.0732758621);
  border-color: rgb(135.6153017241, 32.6346982759, 55.8415948276);
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .gform_fbeta .gform_button:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .gform_fbeta .gform_button:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus, .gform_fbeta .show > .dropdown-toggle.gform_button:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(197.2, 76.5, 103.7, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(197.2, 76.5, 103.7, 0.5);
}

.btn-primary-light {
  color: #fff;
  background-color: #da3a55;
  border-color: #da3a55;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary-light:hover {
  color: #fff;
  background-color: rgb(200.1570512821, 37.5929487179, 65.0256410256);
  border-color: rgb(189.4230769231, 35.5769230769, 61.5384615385);
}
.btn-primary-light:focus, .btn-primary-light.focus {
  color: #fff;
  background-color: rgb(200.1570512821, 37.5929487179, 65.0256410256);
  border-color: rgb(189.4230769231, 35.5769230769, 61.5384615385);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(223.55, 87.55, 110.5, 0.5);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(223.55, 87.55, 110.5, 0.5);
}
.btn-primary-light.disabled, .btn-primary-light:disabled {
  color: #fff;
  background-color: #da3a55;
  border-color: #da3a55;
}
.btn-primary-light:not(:disabled):not(.disabled):active, .btn-primary-light:not(:disabled):not(.disabled).active, .show > .btn-primary-light.dropdown-toggle {
  color: #fff;
  background-color: rgb(189.4230769231, 35.5769230769, 61.5384615385);
  border-color: rgb(178.6891025641, 33.5608974359, 58.0512820513);
}
.btn-primary-light:not(:disabled):not(.disabled):active:focus, .btn-primary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-primary-light.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(223.55, 87.55, 110.5, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(223.55, 87.55, 110.5, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #056b82;
  border-color: #056b82;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(3.5833333333, 76.6833333333, 93.1666666667);
  border-color: rgb(3.1111111111, 66.5777777778, 80.8888888889);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(3.5833333333, 76.6833333333, 93.1666666667);
  border-color: rgb(3.1111111111, 66.5777777778, 80.8888888889);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(42.5, 129.2, 148.75, 0.5);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(42.5, 129.2, 148.75, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #056b82;
  border-color: #056b82;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(3.1111111111, 66.5777777778, 80.8888888889);
  border-color: rgb(2.6388888889, 56.4722222222, 68.6111111111);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(42.5, 129.2, 148.75, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(42.5, 129.2, 148.75, 0.5);
}

.btn-secondary-light {
  color: #fff;
  background-color: #5b9bb3;
  border-color: #5b9bb3;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary-light:hover {
  color: #fff;
  background-color: rgb(73.3875, 135.1875, 158.3625);
  border-color: rgb(69.35, 127.75, 149.65);
}
.btn-secondary-light:focus, .btn-secondary-light.focus {
  color: #fff;
  background-color: rgb(73.3875, 135.1875, 158.3625);
  border-color: rgb(69.35, 127.75, 149.65);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(115.6, 170, 190.4, 0.5);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(115.6, 170, 190.4, 0.5);
}
.btn-secondary-light.disabled, .btn-secondary-light:disabled {
  color: #fff;
  background-color: #5b9bb3;
  border-color: #5b9bb3;
}
.btn-secondary-light:not(:disabled):not(.disabled):active, .btn-secondary-light:not(:disabled):not(.disabled).active, .show > .btn-secondary-light.dropdown-toggle {
  color: #fff;
  background-color: rgb(69.35, 127.75, 149.65);
  border-color: rgb(65.3125, 120.3125, 140.9375);
}
.btn-secondary-light:not(:disabled):not(.disabled):active:focus, .btn-secondary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary-light.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(115.6, 170, 190.4, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(115.6, 170, 190.4, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(32.6086956522, 136.1413043478, 56.25);
  border-color: rgb(30.1449275362, 125.8550724638, 52);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(30.1449275362, 125.8550724638, 52);
  border-color: rgb(27.6811594203, 115.5688405797, 47.75);
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(72.25, 180.2, 96.9, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #09bde6;
  border-color: #09bde6;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(7.559623431, 158.7520920502, 193.190376569);
  border-color: rgb(7.0794979079, 148.6694560669, 180.9205020921);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(7.559623431, 158.7520920502, 193.190376569);
  border-color: rgb(7.0794979079, 148.6694560669, 180.9205020921);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(45.9, 198.9, 233.75, 0.5);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(45.9, 198.9, 233.75, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #09bde6;
  border-color: #09bde6;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(7.0794979079, 148.6694560669, 180.9205020921);
  border-color: rgb(6.5993723849, 138.5868200837, 168.6506276151);
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(45.9, 198.9, 233.75, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(45.9, 198.9, 233.75, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffbd4d;
  border-color: #ffbd4d;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(255, 174.8174157303, 38.75);
  border-color: rgb(255, 170.0898876404, 26);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(255, 174.8174157303, 38.75);
  border-color: rgb(255, 170.0898876404, 26);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(221.7, 166.2, 71.6, 0.5);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(221.7, 166.2, 71.6, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffbd4d;
  border-color: #ffbd4d;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(255, 170.0898876404, 26);
  border-color: rgb(255, 165.3623595506, 13.25);
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(221.7, 166.2, 71.6, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(221.7, 166.2, 71.6, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #bb2d4d;
  border-color: #bb2d4d;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(156.1691810345, 37.5808189655, 64.3049568966);
  border-color: rgb(145.8922413793, 35.1077586207, 60.0732758621);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(156.1691810345, 37.5808189655, 64.3049568966);
  border-color: rgb(145.8922413793, 35.1077586207, 60.0732758621);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(197.2, 76.5, 103.7, 0.5);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(197.2, 76.5, 103.7, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #bb2d4d;
  border-color: #bb2d4d;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(145.8922413793, 35.1077586207, 60.0732758621);
  border-color: rgb(135.6153017241, 32.6346982759, 55.8415948276);
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(197.2, 76.5, 103.7, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(197.2, 76.5, 103.7, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.875, 225.875, 225.875);
  border-color: rgb(219.5, 219.5, 219.5);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.875, 225.875, 225.875);
  border-color: rgb(219.5, 219.5, 219.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(213.2, 213.8, 214.4, 0.5);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(213.2, 213.8, 214.4, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(219.5, 219.5, 219.5);
  border-color: rgb(213.125, 213.125, 213.125);
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(213.2, 213.8, 214.4, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(213.2, 213.8, 214.4, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #35393b;
  border-color: #35393b;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8995535714, 37.5334821429, 38.8504464286);
  border-color: rgb(28.8660714286, 31.0446428571, 32.1339285714);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8995535714, 37.5334821429, 38.8504464286);
  border-color: rgb(28.8660714286, 31.0446428571, 32.1339285714);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(83.3, 86.7, 88.4, 0.5);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 0.2rem rgba(83.3, 86.7, 88.4, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #35393b;
  border-color: #35393b;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(28.8660714286, 31.0446428571, 32.1339285714);
  border-color: rgb(22.8325892857, 24.5558035714, 25.4174107143);
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(83.3, 86.7, 88.4, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(83.3, 86.7, 88.4, 0.5);
}

.btn-outline-primary {
  color: #bb2d4d;
  border-color: #bb2d4d;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #bb2d4d;
  border-color: #bb2d4d;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(187, 45, 77, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(187, 45, 77, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #bb2d4d;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #bb2d4d;
  border-color: #bb2d4d;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(187, 45, 77, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(187, 45, 77, 0.5);
}

.btn-outline-primary-light {
  color: #da3a55;
  border-color: #da3a55;
}
.btn-outline-primary-light:hover {
  color: #fff;
  background-color: #da3a55;
  border-color: #da3a55;
}
.btn-outline-primary-light:focus, .btn-outline-primary-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(218, 58, 85, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(218, 58, 85, 0.5);
}
.btn-outline-primary-light.disabled, .btn-outline-primary-light:disabled {
  color: #da3a55;
  background-color: transparent;
}
.btn-outline-primary-light:not(:disabled):not(.disabled):active, .btn-outline-primary-light:not(:disabled):not(.disabled).active, .show > .btn-outline-primary-light.dropdown-toggle {
  color: #fff;
  background-color: #da3a55;
  border-color: #da3a55;
}
.btn-outline-primary-light:not(:disabled):not(.disabled):active:focus, .btn-outline-primary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary-light.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(218, 58, 85, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(218, 58, 85, 0.5);
}

.btn-outline-secondary {
  color: #056b82;
  border-color: #056b82;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #056b82;
  border-color: #056b82;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(5, 107, 130, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(5, 107, 130, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #056b82;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #056b82;
  border-color: #056b82;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(5, 107, 130, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(5, 107, 130, 0.5);
}

.btn-outline-secondary-light {
  color: #5b9bb3;
  border-color: #5b9bb3;
}
.btn-outline-secondary-light:hover {
  color: #fff;
  background-color: #5b9bb3;
  border-color: #5b9bb3;
}
.btn-outline-secondary-light:focus, .btn-outline-secondary-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(91, 155, 179, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(91, 155, 179, 0.5);
}
.btn-outline-secondary-light.disabled, .btn-outline-secondary-light:disabled {
  color: #5b9bb3;
  background-color: transparent;
}
.btn-outline-secondary-light:not(:disabled):not(.disabled):active, .btn-outline-secondary-light:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary-light.dropdown-toggle {
  color: #fff;
  background-color: #5b9bb3;
  border-color: #5b9bb3;
}
.btn-outline-secondary-light:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary-light.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(91, 155, 179, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(91, 155, 179, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #09bde6;
  border-color: #09bde6;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #09bde6;
  border-color: #09bde6;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(9, 189, 230, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(9, 189, 230, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #09bde6;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #09bde6;
  border-color: #09bde6;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(9, 189, 230, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(9, 189, 230, 0.5);
}

.btn-outline-warning {
  color: #ffbd4d;
  border-color: #ffbd4d;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffbd4d;
  border-color: #ffbd4d;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 189, 77, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 189, 77, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffbd4d;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffbd4d;
  border-color: #ffbd4d;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 189, 77, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(255, 189, 77, 0.5);
}

.btn-outline-danger {
  color: #bb2d4d;
  border-color: #bb2d4d;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #bb2d4d;
  border-color: #bb2d4d;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(187, 45, 77, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(187, 45, 77, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #bb2d4d;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #bb2d4d;
  border-color: #bb2d4d;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(187, 45, 77, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(187, 45, 77, 0.5);
}

.btn-outline-light {
  color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f5f5f5;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(245, 245, 245, 0.5);
}

.btn-outline-dark {
  color: #35393b;
  border-color: #35393b;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #35393b;
  border-color: #35393b;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(53, 57, 59, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(53, 57, 59, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #35393b;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #35393b;
  border-color: #35393b;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(53, 57, 59, 0.5);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(53, 57, 59, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #bb2d4d;
  text-decoration: none;
}
.btn-link:hover {
  color: #da3a55;
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 1rem;
}

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

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

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

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

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

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

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 1rem 0 0;
  font-size: 1rem;
  color: #2e2c2d;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #fff;
  border-radius: 0.25rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.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;
  }
}
@media (min-width: 1528px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 1rem;
}
.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 1rem;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 1rem;
}
.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 #edf0f2;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.75rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #686f73;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #056b82;
  text-decoration: none;
  background-color: #fff;
}
.dropdown-item.active, .dropdown-item:active {
  color: #056b82;
  text-decoration: none;
  background-color: #fff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #b5c1cb;
  pointer-events: none;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: 0.75rem 1.5rem;
  color: #686f73;
}

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

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

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

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

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

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

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

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

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

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

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1527.98px) {
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1528px) {
  .navbar-expand-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl > .container,
  .navbar-expand-xxl > .container-fluid,
  .navbar-expand-xxl > .container-sm,
  .navbar-expand-xxl > .container-md,
  .navbar-expand-xxl > .container-lg,
  .navbar-expand-xxl > .container-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.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 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

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

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

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

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

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

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

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

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

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

.close {
  float: right;
  font-size: 1.5rem;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.close {
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

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

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

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

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

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

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          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;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-content {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  }
  .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;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
          box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.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: #bb2d4d !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(145.8922413793, 35.1077586207, 60.0732758621) !important;
}

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

a.bg-primary-light:hover, a.bg-primary-light:focus,
button.bg-primary-light:hover,
button.bg-primary-light:focus {
  background-color: rgb(189.4230769231, 35.5769230769, 61.5384615385) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(3.1111111111, 66.5777777778, 80.8888888889) !important;
}

.bg-secondary-light {
  background-color: #5b9bb3 !important;
}

a.bg-secondary-light:hover, a.bg-secondary-light:focus,
button.bg-secondary-light:hover,
button.bg-secondary-light:focus {
  background-color: rgb(69.35, 127.75, 149.65) !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: #09bde6 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(7.0794979079, 148.6694560669, 180.9205020921) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(255, 170.0898876404, 26) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(145.8922413793, 35.1077586207, 60.0732758621) !important;
}

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

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

.bg-dark {
  background-color: #35393b !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(28.8660714286, 31.0446428571, 32.1339285714) !important;
}

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

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

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

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

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

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

.border-left {
  border-left: 1px solid #DCDFE0 !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: #bb2d4d !important;
}

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

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

.border-secondary-light {
  border-color: #5b9bb3 !important;
}

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

.border-info {
  border-color: #09bde6 !important;
}

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

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

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

.border-dark {
  border-color: #35393b !important;
}

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

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

.rounded, .single-post .header-image__image, .page-template-template-team .modal-content {
  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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

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

@media (min-width: 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1528px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.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 {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1528px) {
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  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 {
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1) !important;
}

.shadow, .content ul.category-list li, .ajax-search-container {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1) !important;
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1) !important;
}

.shadow-lg {
  -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.25) !important;
}

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

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

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

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

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

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

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

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

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

.h-100, .wp-block-group.h-100 .wp-block-group__inner-container {
  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.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.5rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.5rem !important;
  }
  .m-sm-2 {
    margin: 1rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 1rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 1rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 1rem !important;
  }
  .m-sm-3 {
    margin: 2rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 2rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 2rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 2rem !important;
  }
  .m-sm-4 {
    margin: 4rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 4rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 4rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 4rem !important;
  }
  .m-sm-5 {
    margin: 8rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 8rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 8rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 8rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 8rem !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.5rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.5rem !important;
  }
  .p-sm-2 {
    padding: 1rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 1rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 1rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 1rem !important;
  }
  .p-sm-3 {
    padding: 2rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 2rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 2rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 2rem !important;
  }
  .p-sm-4 {
    padding: 4rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 4rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 4rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 4rem !important;
  }
  .p-sm-5 {
    padding: 8rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 8rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 8rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 8rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 8rem !important;
  }
  .m-sm-n1 {
    margin: -0.5rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n2 {
    margin: -1rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -1rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -1rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -1rem !important;
  }
  .m-sm-n3 {
    margin: -2rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -2rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -2rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -2rem !important;
  }
  .m-sm-n4 {
    margin: -4rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -4rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -4rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -4rem !important;
  }
  .m-sm-n5 {
    margin: -8rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -8rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -8rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -8rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -8rem !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.5rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.5rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.5rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.5rem !important;
  }
  .m-md-2 {
    margin: 1rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 1rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 1rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 1rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 1rem !important;
  }
  .m-md-3 {
    margin: 2rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 2rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 2rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 2rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 2rem !important;
  }
  .m-md-4 {
    margin: 4rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 4rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 4rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 4rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 4rem !important;
  }
  .m-md-5 {
    margin: 8rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 8rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 8rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 8rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 8rem !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.5rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.5rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.5rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.5rem !important;
  }
  .p-md-2 {
    padding: 1rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 1rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 1rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 1rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 1rem !important;
  }
  .p-md-3 {
    padding: 2rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 2rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 2rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 2rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 2rem !important;
  }
  .p-md-4 {
    padding: 4rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 4rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 4rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 4rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 4rem !important;
  }
  .p-md-5 {
    padding: 8rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 8rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 8rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 8rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 8rem !important;
  }
  .m-md-n1 {
    margin: -0.5rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.5rem !important;
  }
  .m-md-n2 {
    margin: -1rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -1rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -1rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -1rem !important;
  }
  .m-md-n3 {
    margin: -2rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -2rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -2rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -2rem !important;
  }
  .m-md-n4 {
    margin: -4rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -4rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -4rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -4rem !important;
  }
  .m-md-n5 {
    margin: -8rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -8rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -8rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -8rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -8rem !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.5rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.5rem !important;
  }
  .m-lg-2 {
    margin: 1rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 1rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 1rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 1rem !important;
  }
  .m-lg-3 {
    margin: 2rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 2rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 2rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 2rem !important;
  }
  .m-lg-4 {
    margin: 4rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 4rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 4rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 4rem !important;
  }
  .m-lg-5 {
    margin: 8rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 8rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 8rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 8rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 8rem !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.5rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.5rem !important;
  }
  .p-lg-2 {
    padding: 1rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 1rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 1rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 1rem !important;
  }
  .p-lg-3 {
    padding: 2rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 2rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 2rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 2rem !important;
  }
  .p-lg-4 {
    padding: 4rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 4rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 4rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 4rem !important;
  }
  .p-lg-5 {
    padding: 8rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 8rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 8rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 8rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 8rem !important;
  }
  .m-lg-n1 {
    margin: -0.5rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n2 {
    margin: -1rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -1rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -1rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -1rem !important;
  }
  .m-lg-n3 {
    margin: -2rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -2rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -2rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -2rem !important;
  }
  .m-lg-n4 {
    margin: -4rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -4rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -4rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -4rem !important;
  }
  .m-lg-n5 {
    margin: -8rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -8rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -8rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -8rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -8rem !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.5rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.5rem !important;
  }
  .m-xl-2 {
    margin: 1rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 1rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 1rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 1rem !important;
  }
  .m-xl-3 {
    margin: 2rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 2rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 2rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 2rem !important;
  }
  .m-xl-4 {
    margin: 4rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 4rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 4rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 4rem !important;
  }
  .m-xl-5 {
    margin: 8rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 8rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 8rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 8rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 8rem !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.5rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.5rem !important;
  }
  .p-xl-2 {
    padding: 1rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 1rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 1rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 1rem !important;
  }
  .p-xl-3 {
    padding: 2rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 2rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 2rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 2rem !important;
  }
  .p-xl-4 {
    padding: 4rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 4rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 4rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 4rem !important;
  }
  .p-xl-5 {
    padding: 8rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 8rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 8rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 8rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 8rem !important;
  }
  .m-xl-n1 {
    margin: -0.5rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n2 {
    margin: -1rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -1rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -1rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -1rem !important;
  }
  .m-xl-n3 {
    margin: -2rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -2rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -2rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -2rem !important;
  }
  .m-xl-n4 {
    margin: -4rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -4rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -4rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -4rem !important;
  }
  .m-xl-n5 {
    margin: -8rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -8rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -8rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -8rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -8rem !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;
  }
}
@media (min-width: 1528px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.5rem !important;
  }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-2 {
    margin: 1rem !important;
  }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 1rem !important;
  }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 1rem !important;
  }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 1rem !important;
  }
  .m-xxl-3 {
    margin: 2rem !important;
  }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 2rem !important;
  }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 2rem !important;
  }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 2rem !important;
  }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 2rem !important;
  }
  .m-xxl-4 {
    margin: 4rem !important;
  }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 4rem !important;
  }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 4rem !important;
  }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 4rem !important;
  }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 4rem !important;
  }
  .m-xxl-5 {
    margin: 8rem !important;
  }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 8rem !important;
  }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 8rem !important;
  }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 8rem !important;
  }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 8rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.5rem !important;
  }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-2 {
    padding: 1rem !important;
  }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 1rem !important;
  }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 1rem !important;
  }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 1rem !important;
  }
  .p-xxl-3 {
    padding: 2rem !important;
  }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 2rem !important;
  }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 2rem !important;
  }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 2rem !important;
  }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 2rem !important;
  }
  .p-xxl-4 {
    padding: 4rem !important;
  }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 4rem !important;
  }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 4rem !important;
  }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 4rem !important;
  }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 4rem !important;
  }
  .p-xxl-5 {
    padding: 8rem !important;
  }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 8rem !important;
  }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 8rem !important;
  }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 8rem !important;
  }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 8rem !important;
  }
  .m-xxl-n1 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n2 {
    margin: -1rem !important;
  }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -1rem !important;
  }
  .m-xxl-n3 {
    margin: -2rem !important;
  }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -2rem !important;
  }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -2rem !important;
  }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -2rem !important;
  }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -2rem !important;
  }
  .m-xxl-n4 {
    margin: -4rem !important;
  }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -4rem !important;
  }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -4rem !important;
  }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -4rem !important;
  }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -4rem !important;
  }
  .m-xxl-n5 {
    margin: -8rem !important;
  }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -8rem !important;
  }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -8rem !important;
  }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -8rem !important;
  }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -8rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto,
  .mx-xxl-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: "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;
  }
}
@media (min-width: 1528px) {
  .text-xxl-left {
    text-align: left !important;
  }
  .text-xxl-right {
    text-align: right !important;
  }
  .text-xxl-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: 600 !important;
}

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: rgb(125.338362069, 30.161637931, 51.6099137931) !important;
}

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

a.text-primary-light:hover, a.text-primary-light:focus {
  color: rgb(167.9551282051, 31.5448717949, 54.5641025641) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(2.1666666667, 46.3666666667, 56.3333333333) !important;
}

.text-secondary-light {
  color: #5b9bb3 !important;
}

a.text-secondary-light:hover, a.text-secondary-light:focus {
  color: rgb(61.275, 112.875, 132.225) !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: #09bde6 !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(6.1192468619, 128.5041841004, 156.3807531381) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(255, 160.6348314607, 0.5) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(125.338362069, 30.161637931, 51.6099137931) !important;
}

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

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

.text-dark {
  color: #35393b !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: rgb(16.7991071429, 18.0669642857, 18.7008928571) !important;
}

.text-body {
  color: #2e2c2d !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;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #919aa0;
    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, .wp-block-table.agenda table {
    border-collapse: collapse !important;
  }
  .table td, .wp-block-table.agenda table td,
  .table th,
  .wp-block-table.agenda table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #DCDFE0 !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, .wp-block-table.agenda table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.ajax-search-container {
  background: #fff;
  padding: 0.5rem 0;
  margin-bottom: 1rem;
  border-radius: 0.75rem;
}

.content div[id*=ajaxsearchlite].wpdreams_asl_container.asl_w {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.content div[id*=ajaxsearchlite].wpdreams_asl_container .asl_r.vertical {
  padding: none;
}

div[id*=ajaxsearchliteres].asl_r p.showmore {
  background-color: #056b82;
}
div[id*=ajaxsearchliteres].asl_r p.showmore a {
  color: #fff;
  padding: 0.25rem;
  border: none;
}
div[id*=ajaxsearchliteres].asl_r .results .asl_nores {
  background-color: #056b82;
}
div[id*=ajaxsearchliteres].asl_r .results .asl_nores .asl_nores_header {
  color: #fff;
  padding: 0.25rem;
  border: none;
}

/*! Flickity v2.2.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 0%, 0.1);
  border: none;
  color: #919aa0;
}

.flickity-button:hover {
  background: hsla(0, 0%, 0%, 0.2);
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  -webkit-box-shadow: 0 0 0 5px #19F;
          box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #bb2d4d;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 2rem;
  height: 2rem;
}
@media (min-width: 768px) {
  .flickity-prev-next-button {
    width: 3rem;
    height: 3rem;
  }
}
.flickity-prev-next-button {
  /*border-radius: 50%;*/
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.is-narrow-slider .flickity-prev-next-button {
  top: initial;
  bottom: -4rem;
}

.flickity-prev-next-button.previous {
  left: 7px;
}
@media (min-width: 768px) {
  .flickity-prev-next-button.previous {
    left: 0;
  }
}
@media (min-width: 992px) {
  .flickity-prev-next-button.previous {
    left: -10px;
  }
}
.is-narrow-slider .flickity-prev-next-button.previous {
  left: initial;
  right: 5rem;
}

.flickity-prev-next-button.next {
  right: 7px;
}
@media (min-width: 768px) {
  .flickity-prev-next-button.next {
    right: 0;
  }
}
@media (min-width: 992px) {
  .flickity-prev-next-button.next {
    right: -10px;
  }
}
.is-narrow-slider .flickity-prev-next-button.next {
  right: 1rem;
}

/* right to left */
.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 15%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button.previous .flickity-button-icon {
  left: 25%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: 0.5rem;
}
@media (min-width: 768px) {
  .flickity-page-dots {
    bottom: 0.5rem;
  }
}
.flickity-page-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}
.is-narrow-slider .flickity-page-dots {
  display: none;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;
  margin: 0 0.5rem;
  background: #fff;
  border: none;
  opacity: 0.7;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.wp-pagenavi {
  clear: both;
  margin: 5rem 0;
  font-size: 1.125rem;
}
.wp-pagenavi .current {
  color: #fff;
  background-color: #056b82;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  background-color: #fff;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  padding: 0.75rem 1rem;
}
@media (min-width: 576px) {
  .wp-pagenavi a, .wp-pagenavi span {
    padding: 1.333rem 2rem;
  }
}
@media (min-width: 768px) {
  .wp-pagenavi a, .wp-pagenavi span {
    padding: 2rem 3rem;
  }
}
.wp-pagenavi a, .wp-pagenavi span {
  margin-left: 0.5rem;
  color: #2e2c2d;
}

.wp-pagenavi a:hover {
  background-color: #056b82;
  color: #fff;
}

.wp-pagenavi span.current {
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.search-content {
  margin-bottom: 4rem;
}
.search-image {
  margin-bottom: 2rem;
}
.search-text-link {
  color: inherit !important;
}
.search-title {
  margin-top: 0;
}
.search-excerpt {
  line-height: 1.5;
}
.search-author {
  font-weight: 600;
  font-size: 0.875rem;
  color: #686f73;
}

.search-area-trigger {
  cursor: pointer;
}
@media (max-width: 991.98px) {
  .search-area-trigger {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .search-area {
    display: none;
  }
}
.search-area {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.search-area.show {
  display: block;
}
.search-area .close-area {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
}
.search-area .search-area-inner {
  height: 4rem;
  z-index: 60;
  position: relative;
}
.search-area .search-area-container {
  z-index: 60;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 4rem;
}
.search-area .search-form {
  width: 38rem;
}
.search-area .search-field {
  margin-top: 0;
  margin-bottom: 0;
}
.search-area .search-submit {
  width: 2.5rem;
  padding: 0;
  margin: 0;
  border: 0;
}
.search-area .search-submit:hover,
.search-area .search-submit:focus {
  background-color: #fff;
  border: none;
}
.search-area .search-form input[type=search] {
  background: #fff;
  border: 1px solid #b5c1cb;
  padding: 2px 4px;
  font-size: 1rem;
  color: #494e50;
  width: calc(100% - 3rem);
}
.search-area .search-form input[type=search]::-webkit-input-placeholder {
  color: #2e2c2d;
  opacity: 0.4;
}
.search-area .search-form input[type=search]::-moz-placeholder {
  color: #2e2c2d;
  opacity: 0.4;
}
.search-area .search-form input[type=search]:-ms-input-placeholder {
  color: #2e2c2d;
  opacity: 0.4;
}
.search-area .search-form input[type=search]::-ms-input-placeholder {
  color: #2e2c2d;
  opacity: 0.4;
}
.search-area .search-form input[type=search]::placeholder {
  color: #2e2c2d;
  opacity: 0.4;
}
.search-area .search-form input[type=submit] {
  opacity: 0;
}

.gallery .gallery-cell {
  width: 100%;
  height: 50vh;
}
@media (min-width: 768px) {
  .gallery .gallery-cell {
    height: 41rem;
  }
}
.gallery .gallery-cell {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gallery .gallery-cell img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.gallery .gallery-cell-link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gallery .gallery-cell-meta {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 1.5rem 1rem;
  line-height: 1.3;
}
@media (min-width: 576px) {
  .gallery .gallery-cell-meta {
    padding: 2rem 2rem;
    line-height: inherit;
  }
}
@media (min-width: 768px) {
  .gallery .gallery-cell-meta {
    padding: 5rem 6rem;
  }
}
.gallery .gallery-cell-meta {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, transparent), to(rgba(5, 107, 130, 0.75)));
  background-image: linear-gradient(to right, transparent 50%, rgba(5, 107, 130, 0.75) 100%);
}
.gallery .gallery-cell-meta * {
  color: #fff !important;
  text-align: right !important;
}
.gallery .gallery-cell-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.gallery .gallery-cell-meta h3 {
  font-size: 1.25rem;
}
@media (min-width: 768px) {
  .gallery .gallery-cell-meta h3 {
    font-size: 1.75rem;
  }
}
.gallery .gallery-cell-meta h3 {
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5;
}
.gallery .flickity-prev-next-button {
  display: none;
}

body.frontend {
  padding: 10rem 0 0;
}

.error404 .content {
  min-height: calc(100vh - 45rem);
}

:focus {
  outline: none;
}

.content {
  min-height: calc(100vh - 690px);
}

.wp-block {
  /* Main column width */
  max-width: 1528px;
  /* Width of "wide" blocks */
}
.wp-block[data-align=wide] {
  max-width: 1660px;
}
.wp-block {
  /* Width of "full-wide" blocks */
}
.wp-block[data-align=full] {
  max-width: none;
}
.wp-block-image {
  margin: 0;
}
.wp-block-image {
  background-color: #fff;
}
.wp-block-image figcaption {
  padding: 1rem;
}

.blocks-gallery-caption,
.wp-block-embed figcaption,
.wp-block-image figcaption {
  text-align: left;
  font-size: 0.875rem;
  color: #2e2c2d;
}

.wp-block-media-text .wp-block-media-text__content {
  padding: 0 2rem;
}

@media (min-width: 600px) {
  .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  .blocks-gallery-grid.columns-3 .blocks-gallery-item,
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc(33.33333% - 1.333333em);
    margin-right: 2em;
  }
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 2em 2em 0;
  width: calc(50% - 2em);
}
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
  .wp-bootstrap-blocks-row .col-12,
  .wp-bootstrap-blocks-row .col-10 {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  .wp-bootstrap-blocks-row .col-12:last-of-type,
  .wp-bootstrap-blocks-row .col-10:last-of-type {
    margin-bottom: 0;
  }
}

.wp-bootstrap-blocks-row [class|=col] {
  -ms-hyphens: auto;
      hyphens: auto;
}

.wp-block-group.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.has-fbeta-primary-color {
  color: #bb2d4d;
}
.has-fbeta-secondary-color {
  color: #056b82;
}
.has-fbeta-primary-light-color {
  color: #da3a55;
}
.has-fbeta-secondary-light-color {
  color: #5b9bb3;
}
.has-fbeta-primary-background-color {
  background-color: #bb2d4d;
}
.has-fbeta-secondary-background-color {
  background-color: #056b82;
}
.has-fbeta-primary-light-background-color {
  background-color: #da3a55;
}
.has-fbeta-secondary-light-background-color {
  background-color: #5b9bb3;
}

.has-page-background-color {
  color: #f5f5f5;
}
.has-lichtgrau-color {
  color: #edf0f2;
}
.has-hellgrau-color {
  color: #b5c1cb;
}
.has-grau-color {
  color: #919aa0;
}
.has-mittelgrau-color {
  color: #686f73;
}
.has-dunkelgrau-color {
  color: #2e2c2d;
}
.has-page-background-background-color {
  background-color: #f5f5f5;
}
.has-lichtgrau-background-color {
  background-color: #edf0f2;
}
.has-hellgrau-background-color {
  background-color: #b5c1cb;
}
.has-grau-background-color {
  background-color: #919aa0;
}
.has-mittelgrau-background-color {
  background-color: #686f73;
}
.has-dunkelgrau-background-color {
  background-color: #2e2c2d;
}

.wp-bootstrap-blocks-row {
  margin-bottom: 2rem;
}

.row > .h-100 > div, .wp-block-group.h-100 .row > .wp-block-group__inner-container > div {
  height: 100% !important;
}

.btn, .gform_fbeta .gform_button {
  font-size: 1.25rem;
  padding: 0.5rem 3rem;
}
@media (min-width: 992px) {
  .btn, .gform_fbeta .gform_button {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 1200px) {
  .btn, .gform_fbeta .gform_button {
    font-size: 1.25rem;
    padding: 0.5rem 2rem;
  }
}
@media (min-width: 1528px) {
  .btn, .gform_fbeta .gform_button {
    font-size: 1.5rem;
    padding: 0.5rem 3rem;
  }
}

.btn-sm {
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
}

@media (min-width: 1200px) {
  .col-lg-3 .btn, .col-lg-3 .gform_fbeta .gform_button, .gform_fbeta .col-lg-3 .gform_button {
    padding: 0.25rem 1rem;
  }
}
@media (min-width: 1528px) {
  .col-lg-3 .btn, .col-lg-3 .gform_fbeta .gform_button, .gform_fbeta .col-lg-3 .gform_button {
    padding: 0.25rem 2rem;
  }
}

@media (min-width: 1200px) {
  .col-3-margin {
    margin: 0 1rem;
  }
}
@media (min-width: 1528px) {
  .col-3-margin {
    margin: 0 2rem;
  }
}

.wp-block-table.agenda {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 0 1rem;
  line-height: 1.5;
}
.wp-block-table.agenda table {
  color: #494e50;
}
.wp-block-table.agenda table em {
  color: #686f73;
}
.wp-block-table.agenda td {
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.wp-block-table.agenda td:first-of-type {
  font-weight: 600;
  color: #056b82;
  width: 19ch;
}
.wp-block-table.agenda tr:first-of-type td {
  border-top: none;
}
.wp-block-table.agenda .has-mittelgrau-color {
  font-size: 0.875rem;
}

.content ul.category-list {
  padding: 0;
  text-align: center;
}
.content ul.category-list li {
  display: inline-block;
  font-size: 1rem;
  background-color: #fff;
  color: #686f73;
  padding: 0.25rem 1rem;
  font-weight: 400;
  margin: 0.25rem;
  border-radius: 0.75rem;
}
.content ul.category-list li:hover {
  background-color: #bb2d4d;
}
.content ul.category-list li:hover a {
  color: #fff;
}
.content ul.category-list li::before {
  content: none !important;
}

.single-post .comments {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.single-post .comments .comment-reply-title {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #fff;
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  border-radius: 0.75rem;
}
.single-post .comments .form-control {
  color: #686f73;
  border-radius: 0;
  outline: 0;
  border: 0;
}
.single-post .comments .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.single-post .comments .form-submit {
  background-image: url("img/icons/arrow.svg");
  background-size: 0.8em;
  background-repeat: no-repeat;
  background-position: left;
  content: "";
}
.single-post .comments .btn, .single-post .comments .gform_fbeta .gform_button, .gform_fbeta .single-post .comments .gform_button {
  color: #bb2d4d;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding-left: 1.5rem;
}
.single-post .comments .btn:before, .single-post .comments .gform_fbeta .gform_button:before, .gform_fbeta .single-post .comments .gform_button:before {
  background-image: url("img/icons/arrow.svg");
  background-size: 0.8em;
  background-repeat: no-repeat;
  background-position: bottom;
  content: "";
}
.single-post .comments :focus, .single-post .comments :active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.single-post .comments .comments-title {
  margin-bottom: 30px;
}
.single-post .comments .comment-list {
  padding-left: 0;
  list-style-type: none;
  font-size: 16px;
}
.single-post .comments .comment-meta {
  font-size: 14px;
  font-weight: 600;
  padding: 20px;
  padding-bottom: 5px;
}
.single-post .comments .comment-meta b {
  font-weight: 600;
}
.single-post .comments .comment-author {
  display: inline-block;
}
.single-post .comments .comment-author img, .single-post .comments .comment-author .says {
  display: none;
}
.single-post .comments .comment-metadata {
  display: inline-block;
  font-weight: 600;
}
.single-post .comments time:before {
  content: "– ";
}
.single-post .comments .comment-content {
  padding: 20px;
  padding-top: 5px;
}
.single-post .comments .comment-content p:last-child {
  margin-bottom: 0;
}
.single-post .comments .comment-reply-title:before {
  background-image: url("img/icons/comment.svg");
  background-size: 1.3em;
  background-repeat: no-repeat;
  background-position: bottom;
  content: "";
  padding-left: 1.5rem;
  margin-right: 20px;
}
.single-post .comments .reply {
  padding: 16px 0 30px;
}
.single-post .comments .reply a:after {
  background-image: url("img/icons/arrow.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
  margin-left: 0.5em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  display: inline-block;
  width: 1em;
  height: 1em;
  content: "";
}
.single-post .comments a:hover {
  color: #686f73;
}
.single-post .comments .comment-list {
  margin-bottom: 0;
}
.single-post .comments .comment-list .children {
  list-style-type: none;
}
.single-post .comments small {
  font-size: 50%;
  line-height: 2;
  float: right;
}
.single-post .comments small a {
  color: #bb2d4d;
}
.single-post .comment-form textarea,
.single-post .comment-form input {
  border-radius: 0;
  outline: 0;
  border: 0;
  display: block;
  width: 100%;
  padding: 0.5rem;
  border-radius: 0.75rem;
}
.single-post .comment-form .form-submit input {
  color: #fff;
  background: #056b82;
  margin-top: 2rem;
}
.single-post .comment-form label {
  font-size: 0.875rem;
}

.blue-comment, .single-post .comments .comment-body .comment-meta, .single-post .comments .comment-body .comment-content {
  color: #fff;
  background: #056b82;
}
.blue-comment p, .single-post .comments .comment-body .comment-meta p, .single-post .comments .comment-body .comment-content p, .blue-comment a, .single-post .comments .comment-body .comment-meta a, .single-post .comments .comment-body .comment-content a {
  color: white;
}

.white-comment, .single-post .comments .children .comment-body .comment-meta, .single-post .comments .children .comment-body .comment-content, .children .comment-meta, .children .comment-content {
  color: #686f73;
  background: #fff;
}
.white-comment p, .single-post .comments .children .comment-body .comment-meta p, .single-post .comments .children .comment-body .comment-content p, .children .comment-meta p, .children .comment-content p, .white-comment a, .single-post .comments .children .comment-body .comment-meta a, .single-post .comments .children .comment-body .comment-content a, .children .comment-meta a, .children .comment-content a {
  color: #686f73;
}

.byuser .comment-meta {
  position: relative;
}
.byuser .comment-meta:after {
  content: "";
  position: absolute;
  border-bottom: 6px solid #bb2d4d;
  width: 29px;
  top: 30px;
  right: 0;
}

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  padding-left: 3%;
  padding-right: 3%;
  max-width: calc(1528px + 6%);
}
.container-fluid.container-fluid--wide, .container-fluid--wide.container-sm, .container-fluid--wide.container-md, .container-fluid--wide.container-lg, .container-fluid--wide.container-xl {
  padding-left: 1.5%;
  padding-right: 1.5%;
  max-width: calc(1680px + 3%);
}
.container-fluid.container-fluid--wide .wp-bootstrap-blocks-row, .container-fluid--wide.container-sm .wp-bootstrap-blocks-row, .container-fluid--wide.container-md .wp-bootstrap-blocks-row, .container-fluid--wide.container-lg .wp-bootstrap-blocks-row, .container-fluid--wide.container-xl .wp-bootstrap-blocks-row {
  margin-left: 0;
  margin-right: 0;
}
.container-fluid.container-fluid--narrow, .container-fluid--narrow.container-sm, .container-fluid--narrow.container-md, .container-fluid--narrow.container-lg, .container-fluid--narrow.container-xl {
  max-width: 1140px;
}
.container-fluid.container-fluid--narrow-sm, .container-fluid--narrow-sm.container-sm, .container-fluid--narrow-sm.container-md, .container-fluid--narrow-sm.container-lg, .container-fluid--narrow-sm.container-xl {
  max-width: 960px;
}

.cta {
  text-align: center;
  margin-top: 12rem;
  margin-bottom: 0;
}
.cta__header {
  margin: 1rem 10% 3rem;
  position: relative;
}
.cta__button {
  padding: 0.5rem 2rem;
  font-size: 1rem;
}
@media (min-width: 576px) {
  .cta__button {
    padding: 0.5rem 4rem;
    font-size: 1.375rem;
  }
}
.cta__button {
  color: #fff !important;
}

.footer {
  color: #fff;
  margin-top: 10rem;
  background: linear-gradient(115deg, rgb(187, 45, 77) 0%, rgb(187, 45, 77) 25%, rgb(101, 13, 34) 100%);
}
.footer__top {
  padding-top: 3rem;
  padding-bottom: 2rem;
}
.footer__bottom {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.footer a {
  color: inherit !important;
}

.filters {
  text-align: center;
}
.filters .btn, .filters .gform_fbeta .gform_button, .gform_fbeta .filters .gform_button {
  font-size: 1rem;
  background-color: #fff;
  color: #056b82;
  padding: 0.25rem 0.5rem;
  font-weight: 400;
  margin: 0.25rem;
}
.filters .btn:hover, .filters .gform_fbeta .gform_button:hover, .gform_fbeta .filters .gform_button:hover, .filters .btn.is-checked, .filters .gform_fbeta .is-checked.gform_button, .gform_fbeta .filters .is-checked.gform_button {
  color: #fff;
  background-color: #056b82;
}

.gform_fbeta {
  font-size: 0.9rem;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}
.gform_fbeta .gform_title {
  margin: 1.5rem 0;
}
.gform_fbeta .gfield_description {
  font-size: 0.9rem;
  font-style: italic;
  padding-top: 0.5rem;
}
.gform_fbeta .gform_required_legend {
  opacity: 50%;
}
.gform_fbeta .gfield input.large {
  font-size: 1.1rem !important;
  padding: 0.75rem !important;
  border: none;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
}
.gform_fbeta .gform_fields {
  grid-row-gap: 1.5rem !important;
}
.gform_fbeta .gfield_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gform_fbeta .gfield_radio div {
  margin-right: 0.5rem;
}
.gform_fbeta .gfield_html,
.gform_fbeta .gfield_consent_label {
  line-height: 1.3;
}
.gform_fbeta .ginput_container_consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gform_fbeta .ginput_container_consent .gfield_required_asterisk,
.gform_fbeta .ginput_container_consent .gfield_required_text {
  display: none;
}
.gform_fbeta .ginput_container_consent label {
  margin-bottom: 0;
  margin-top: 0;
}
.gform_fbeta .gform_button {
  font-size: 1.05rem !important;
}
@media (min-width: 992px) {
  .gform_fbeta .gform_button {
    font-size: 1.15rem !important;
  }
}
@media (min-width: 1200px) {
  .gform_fbeta .gform_button {
    font-size: 1.25rem !important;
  }
}
.gform_fbeta .gfield_validation_message {
  font-size: 0.9rem;
  margin-top: 0;
  padding: 0.25rem;
  background: none;
  border: none;
}

.hamburger {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  color: #056b82;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  width: 2rem;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.hamburger--main {
  display: block;
}
.hamburger:focus {
  outline: none;
}
.hamburger__icon {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  vertical-align: top;
  position: relative;
  fill: #bb2d4d;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.hamburger.opened .hamburger__icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger__line {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.hamburger__line-1, .hamburger__line-2, .hamburger__line-3 {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  opacity: 1;
}
.hamburger.opened .hamburger__line-1 {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
}
.hamburger.opened .hamburger__line-2 {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
.hamburger.opened .hamburger__line-3 {
  -webkit-transform: translate(30px, 0) rotate(90deg);
          transform: translate(30px, 0) rotate(90deg);
}

.header-slide-image {
  width: 100%;
  height: 50vh;
}
@media (min-width: 768px) {
  .header-slide-image {
    height: 41rem;
  }
}
.header-slide-image {
  position: relative;
  overflow: hidden;
}
.header-slide-image__image {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.header-slide-image__link {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.header-slide-image__meta {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 2rem 2rem;
}
@media (min-width: 768px) {
  .header-slide-image__meta {
    padding: 5rem 6rem;
  }
}
.header-slide-image__meta {
  background-image: linear-gradient(125deg, rgb(187, 45, 77) 0%, rgb(187, 45, 77) 25%, rgb(101, 13, 34) 100%);
  mix-blend-mode: screen;
}
.header-slide-image__meta * {
  color: #fff !important;
  text-align: right !important;
}
.header-slide-image__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header-slide-image__meta h1 {
  font-size: clamp(1.5rem, 0.7958rem + 2.2535vw, 3.5rem);
  font-weight: 600;
  margin-bottom: 0.1em;
  line-height: 1.1;
  margin-top: 0;
}
.header-slide-image__meta h3 {
  font-size: clamp(1.25rem, 0.8099rem + 1.4085vw, 2.5rem);
  font-weight: 400;
  margin-bottom: 0.1em;
  line-height: 1.1;
  margin-top: 0;
}
.header-slide-image__meta p {
  font-size: clamp(1rem, 0.7359rem + 0.8451vw, 1.75rem);
}
.header-slide-image__meta h2, .header-slide-image__meta h3, .header-slide-image__meta h4, .header-slide-image__meta p, .header-slide-image__meta ul, .header-slide-image__meta ol {
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.header-slide-image__icon {
  margin: 2rem;
}

.jobs-preview__group {
  height: 100%;
  padding: 2rem;
}
.jobs-preview h3 {
  font-size: 1.125rem;
  margin-bottom: 1rem;
  letter-spacing: -0.02em;
  margin-top: 0;
}
.jobs-preview p {
  font-size: 0.875rem;
}
.jobs-preview p a {
  color: inherit !important;
}

.leistungen {
  position: relative;
  margin: 1.5rem 0;
}
.leistungen-section {
  overflow: hidden;
  margin-right: -1rem;
  margin-left: -1rem;
}
.leistungen-trigger {
  cursor: pointer;
}
.leistungen-title {
  min-height: 3rem;
  font-size: 1.125rem;
  margin-top: 1rem;
  margin-bottom: 0;
  line-height: 1.2;
}
.leistungen p {
  -ms-hyphens: auto;
      hyphens: auto;
}
.leistungen figure {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.leistungen-target {
  height: 100%;
  position: absolute;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.leistungen-target.show {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
}
.leistungen-target:after {
  content: "×";
  position: absolute;
  top: 0;
  right: 3rem;
  font-size: 3rem;
  color: #bb2d4d;
  cursor: pointer;
}
.leistungen-target-1 {
  -webkit-transform: translateX(calc(-100% - 2rem));
          transform: translateX(calc(-100% - 2rem));
}
.leistungen-target-2 {
  -webkit-transform: translateY(calc(-100% - 2rem));
          transform: translateY(calc(-100% - 2rem));
}
.leistungen-target-3 {
  -webkit-transform: translateY(calc(100% + 2rem));
          transform: translateY(calc(100% + 2rem));
}
.leistungen-target-4 {
  -webkit-transform: translateY(calc(-100% - 2rem));
          transform: translateY(calc(-100% - 2rem));
}
.leistungen-target-5 {
  -webkit-transform: translateX(calc(100% + 2rem));
          transform: translateX(calc(100% + 2rem));
}
.leistungen .shadow, .leistungen .ajax-search-container, .leistungen .content ul.category-list li, .content ul.category-list .leistungen li {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
}

@media (min-width: 1200px) {
  .col-xl-3.col-xl-20-percent {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 1527.98px) {
  .col-xl-3.col-xl-20-percent {
    margin-bottom: 2rem;
  }
}

.logo-gruppe > div {
  margin-bottom: 2rem;
}
.logo-gruppe .wp-block-group {
  padding: 1rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
.logo-gruppe .wp-block-group__inner-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 12rem;
}
.logo-gruppe .wp-block-group__inner-container h3 {
  line-height: 1.5;
  padding-left: 1rem;
  padding-right: 1rem;
  margin: 0;
}
@media (max-width: 767.98px) {
  .logo-gruppe h3 {
    font-size: 1rem;
  }
}

.karriere-section h2 {
  font-size: 2.25rem;
  margin-bottom: 1rem;
  margin-top: 0;
}
.karriere-section .wp-block-group.has-background {
  padding: 2rem;
  height: 100% !important;
}
.karriere-section .wp-bootstrap-blocks-row {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .karriere-section__jobs-row .col-12 {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 992px) {
  .karriere-section__jobs-row .col-12 {
    margin-top: 2rem;
  }
}

.navbar {
  background-color: #fff;
  padding-top: 2rem;
  padding-bottom: 2rem;
  -webkit-transition: padding 0.25s ease-in-out;
  transition: padding 0.25s ease-in-out;
}
.navbar.page-scrolled {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.navbar {
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
.navbar-container {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}
.navbar-collapse {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.navbar-brand {
  padding: 0.5rem 2rem 0.5rem 0;
  -webkit-transition: padding 0.25s ease-in-out;
  transition: padding 0.25s ease-in-out;
  margin-left: -0.5rem;
  font-size: 1rem;
}
.navbar-brand.page-scrolled {
  padding: 0.5rem 2rem 0 0;
}
.navbar-brand__image {
  width: 172px;
  height: auto;
  -webkit-transition: width 0.5s ease-in-out;
  transition: width 0.5s ease-in-out;
}
.navbar-brand__image.page-scrolled {
  width: 61px;
}
.navbar-nav {
  padding-top: 2rem;
}
@media (min-width: 992px) {
  .navbar-nav {
    padding-top: 0;
  }
}
.navbar .nav-link {
  color: #686f73;
  text-transform: lowercase;
  padding: 1rem 2rem !important;
}
@media (min-width: 992px) {
  .navbar .nav-link {
    padding: 0rem 2rem 0 0 !important;
  }
}
.navbar .nav-link:hover {
  color: #056b82;
}
.navbar .nav-link:hover::before {
  color: #bb2d4d;
}
.navbar .nav-link::before {
  content: "_";
}
.navbar li.menu-item:last-of-type .nav-link::before {
  content: "";
}
.navbar li.current-menu-item .nav-link,
.navbar li.current-menu-item > .dropdown-item,
.navbar li.current-page-ancestor .nav-link,
.navbar li.current-menu-parent .nav-link {
  color: #056b82;
}
.navbar li.current-menu-item .nav-link::before,
.navbar li.current-menu-item > .dropdown-item::before,
.navbar li.current-page-ancestor .nav-link::before,
.navbar li.current-menu-parent .nav-link::before {
  color: #bb2d4d;
}
@media (max-width: 991.98px) {
  .navbar .dropdown-menu {
    margin-top: 0;
    padding-left: 2rem;
  }
}
@media (min-width: 992px) {
  .navbar .dropdown-menu {
    left: -1.5rem;
  }
}

.post-type-archive-projekte li.menu-item-3489 .nav-link,
.single-projekte li.menu-item-3489 .nav-link,
.single-post li.menu-item-3433 .nav-link,
.category li.menu-item-3433 .nav-link {
  color: #056b82;
}
.post-type-archive-projekte li.menu-item-3489 .nav-link::before,
.single-projekte li.menu-item-3489 .nav-link::before,
.single-post li.menu-item-3433 .nav-link::before,
.category li.menu-item-3433 .nav-link::before {
  color: #bb2d4d;
}

.sib_signup_form input[type=email],
.sib_signup_form input[type=text] {
  width: 100%;
  font-size: 0.9rem;
  padding: 3px;
  border: none;
  border-bottom: 1px solid #056b82;
}
.sib_signup_form .compliance-note {
  line-height: 1.3;
  font-size: 0.9rem;
}

.sidebar-footer {
  margin: 1.5rem 0;
}
.sidebar-footer__title {
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.05rem;
  margin: 0 0 1em 0;
  font-size: 1.125rem;
  color: #fff;
}
.sidebar-footer__social-icons {
  padding-right: 1rem;
  vertical-align: text-bottom;
}
.sidebar-footer ul {
  list-style: none;
  padding-left: 0 !important;
}
.sidebar-footer ul li:before {
  content: none !important;
}
.sidebar-footer__1 p {
  font-size: 1.125rem;
}
.sidebar-footer__5 {
  margin: 0;
}
.sidebar-footer__5 h3 {
  font-size: 0.875rem;
  display: inline;
  margin: 0;
}
.sidebar-footer__5 div, .sidebar-footer__5 ul {
  display: inline;
}
.sidebar-footer__5 a {
  font-size: 0.875rem;
}
.sidebar-footer__5 a::before {
  content: " | ";
}
.sidebar-footer__5 ul li {
  display: inline-block;
}

.single .breadcrump {
  padding-top: 2.5rem;
  text-transform: uppercase;
  color: #686f73;
  font-weight: 600;
}
.single .breadcrump a {
  color: inherit;
}
.single .entry-title {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 1.166667;
}
.single .entry-author {
  font-weight: 600;
  font-size: 0.875rem;
  color: #686f73;
  padding-right: 5rem;
}

/* --- CPT | MitarbeiterInnen / Team --- */
.page-template-template-team {
  /* team archive page */
}
.page-template-template-team header {
  margin-bottom: 35px;
}
.page-template-template-team .sub-title {
  padding-bottom: 20px;
}
.page-template-template-team .entry-image {
  display: block;
  padding-top: 90%;
  background-size: cover;
  width: 100%;
  padding-top: 80%;
  background: no-repeat center;
  background-size: cover;
  background-color: #f1eee9;
}
.page-template-template-team article.mitarbeiterinnen {
  margin: 20px 0 25px;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.page-template-template-team article.mitarbeiterinnen .entry-text {
  margin: 0;
  background: white;
  padding: 20px;
}
.page-template-template-team article.mitarbeiterinnen .entry-text .entry-name {
  color: #056b82;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.03em;
  margin-bottom: 0;
  margin-top: 0;
}
.page-template-template-team article.mitarbeiterinnen .entry-text .entry-slogan {
  color: #686f73;
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 40px;
}
.page-template-template-team article.mitarbeiterinnen .entry-text a {
  color: #bb2d4d;
  font-size: 16px;
  letter-spacing: 0.2px;
  position: absolute;
  bottom: 12px;
}
@media (min-width: 992px) {
  .page-template-template-team article.mitarbeiterinnen .entry-text a {
    bottom: 47px;
  }
}
.page-template-template-team article.mitarbeiterinnen .entry-text a {
  left: 37px;
}
.page-template-template-team article.mitarbeiterinnen .entry-text a.arrow::before {
  margin-bottom: -0.04em;
}
.page-template-template-team {
  /* text field */
}
.page-template-template-team .textfield {
  margin: 10px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.page-template-template-team .textfield .textfield-title {
  color: #056b82;
  font-size: 2.25rem;
  margin: 1rem 0 0.5rem 0;
}
.page-template-template-team .textfield .textfield-subtitle {
  color: #686f73;
  font-size: 1.125rem;
  margin: 0.5rem 0 5rem 0;
}
.page-template-template-team {
  /* modal | single mitarbeiterin */
}
.page-template-template-team .modal {
  text-align: right;
  overflow: hidden;
  padding: 0;
}
.page-template-template-team .modal .modal-wrap {
  overflow-y: scroll;
  height: 100%;
}
.page-template-template-team .modal .modal-body, .page-template-template-team .modal .container-fluid, .page-template-template-team .modal .container-sm, .page-template-template-team .modal .container-md, .page-template-template-team .modal .container-lg, .page-template-template-team .modal .container-xl {
  padding: 0;
}
.page-template-template-team .modal .modal-body-text {
  padding: 40px;
}
.page-template-template-team button.close {
  opacity: 1;
  background: #fff;
  text-shadow: none;
  font-size: 26px;
  z-index: 10;
  position: fixed;
  margin-left: -37px;
  margin-top: -28px;
  border-radius: 50%;
  overflow: hidden;
}
.page-template-template-team button.close span {
  color: transparent;
  width: 26px;
  height: 26px;
  background-image: url(img/icons/close.svg);
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  /* width: 1em; */
  /* height: 1em; */
  content: "";
  padding: 30px;
}
.page-template-template-team .modal-image {
  width: 100%;
  padding-top: 60%;
  background: no-repeat center top;
  background-size: cover;
}
.page-template-template-team .modal-content {
  text-align: left;
  border: none;
  border-radius: 0;
  padding: 0;
}
.page-template-template-team .modal-content .modal-titles {
  margin-bottom: 20px;
}
.page-template-template-team .modal-content .modal-name, .page-template-template-team .modal-content .modal-jobtitle {
  color: #056b82;
  line-height: 1.6;
  letter-spacing: 0.03em;
  margin: 0;
}
.page-template-template-team .modal-content .modal-jobtitle {
  font-weight: 400;
  font-size: 1rem;
  color: #686f73;
}
.page-template-template-team .modal-content .modal-sidebar, .page-template-template-team .modal-content .modal-sidebar a {
  color: #056b82;
  font-size: 18px;
  line-height: 2;
}
.page-template-template-team .modal-content .social-icon {
  height: 20px;
  width: 21px;
  margin-right: 16px;
}
.page-template-template-team .modal-content .social-icon.social-icon-linkedin {
  width: 25px;
}
.page-template-template-team .modal-content .modal-info h3 {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.03em;
  font-size: 18px;
}
.page-template-template-team .modal-content .modal-info p:not(:last-child) {
  margin-bottom: 20px;
}
.page-template-template-team .modal-content .modal-info .modal-slogan {
  color: #056b82;
  font-weight: 600;
}

.modal .modal-wrap::-webkit-scrollbar {
  width: 12px;
  background-color: white;
}
.modal .modal-wrap::-webkit-scrollbar-thumb {
  background-color: #bb2d4d;
}

.modal-backdrop {
  background-color: #686f73;
}
.modal-backdrop.show {
  opacity: 0.85;
}

body.modal-open {
  overflow: hidden;
  position: fixed;
  height: 100%;
}

@media (min-width: 992px) {
  .page-template-template-team .modal-content {
    padding: 0;
  }
  .page-template-template-team .modal-content .modal-titles {
    margin-bottom: 45px;
  }
  .page-template-template-team .modal-content .modal-info .modal-slogan {
    max-width: 60%;
  }
  .page-template-template-team .modal-content .modal-info p:not(:last-child) {
    margin-bottom: 30px;
  }
  .page-template-template-team .modal {
    padding: 60px;
  }
  .page-template-template-team .modal .modal-wrap::-webkit-scrollbar {
    width: 12px;
    background-color: white;
  }
  .page-template-template-team .modal .modal-wrap::-webkit-scrollbar-thumb {
    background-color: #bb2d4d;
  }
}
@media (max-width: 991.98px) {
  .page-template-template-team header {
    margin-bottom: 0;
  }
  .page-template-template-team .modal {
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px;
  }
  .page-template-template-team .container-fluid, .page-template-template-team .container-sm, .page-template-template-team .container-md, .page-template-template-team .container-lg, .page-template-template-team .container-xl {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page-template-template-team .social-icon {
    margin-bottom: 20px;
  }
  .page-template-template-team button.close {
    font-size: 20px;
    margin-left: -20px;
    margin-top: -20px;
  }
  .page-template-template-team button.close span {
    width: 20px;
    height: 20px;
    background-size: 40px;
    padding: 20px;
    font-size: 20px;
  }
  .page-template-template-team .textfield {
    padding-top: 10vw;
    margin: 10px 0 10px;
    padding-bottom: 10vw;
  }
  .page-template-template-team article.mitarbeiterinnen:last-child {
    margin-bottom: 0;
  }
}
strong, b {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #bb2d4d;
}

em, i {
  font-style: italic;
}

hr {
  border-top: 1px solid #000;
}

.breadcrump {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #b5c1cb;
  font-weight: 600;
  line-height: 1.4;
}

.small {
  font-size: 0.875rem;
  line-height: 1.4;
}

.content p a,
.content ul a,
.content ol a,
.content em a,
.content i a,
.content strong a,
.content b a {
  color: #bb2d4d;
}
.content p a:hover,
.content ul a:hover,
.content ol a:hover,
.content em a:hover,
.content i a:hover,
.content strong a:hover,
.content b a:hover {
  text-decoration: none;
  color: #056b82;
}
.content ul {
  list-style: none;
  padding-left: 2em;
}
.content ul li:before {
  text-transform: none;
  background-color: #bb2d4d;
  content: "";
  display: inline-block;
  margin-left: -1.25em;
  margin-right: 0.8em;
  width: 0.375em;
  height: 0.375em;
  vertical-align: 0.1875em;
}
.content .wp-block-gallery ul li:before {
  content: none;
}
.content dd {
  margin-left: 1rem;
}

h1 a {
  color: inherit !important;
}

h2 a {
  color: inherit !important;
}

h3 a {
  color: inherit !important;
}

h4 a {
  color: inherit !important;
}

h5 a {
  color: inherit !important;
}

h6 a {
  color: inherit !important;
}

h1 {
  margin: 3rem 0;
}

h2 {
  margin: 2.5rem 0;
}

h3 {
  margin: 2rem 0;
}

h4 {
  margin: 1.5rem 0;
}

h5 {
  margin: 1rem 0;
}

h1 + .sub-header {
  margin: -2rem 0 3rem;
}

h2 + .sub-header {
  margin: -1.5rem 0 2.5rem;
}

h3 + .sub-header {
  margin: -1rem 0 2rem;
}

h4 + .sub-header {
  margin: -0.5rem 0 1.5rem;
}

h5 + .sub-header {
  margin: 0rem 0 1rem;
}

.title-unit {
  text-align: center;
  margin-bottom: 2rem;
  margin-top: 4rem;
}
.title-unit h1 {
  margin-bottom: 2rem;
  margin-top: 0.75rem;
}
.title-unit h2 {
  font-size: 1.375rem;
  color: #686f73;
  font-weight: 400;
}

.entry-title {
  margin-top: 1rem;
}

.pre-header {
  line-height: 1.2;
  margin-bottom: 1em !important;
}

.section-header {
  font-size: 2.25rem;
  margin-top: 8rem;
  margin-bottom: 5rem;
  max-width: 85vw;
  margin-left: auto;
  margin-right: auto;
}
.section-header + .section-sub-header {
  margin-top: -4rem;
  margin-bottom: 5rem;
}
.section-header + .section-sub-header + .section-sub-header {
  margin-top: -4rem;
  margin-bottom: 5rem;
}

.condensed {
  font-family: "Open Sans Condensed", sans-serif;
}

.automatische-trennung {
  -ms-hyphens: auto;
      hyphens: auto;
}

.btn-primary, .gform_fbeta .gform_button {
  -webkit-box-shadow: none;
          box-shadow: none;
}

mark, .mark {
  padding: 0;
}

.wp-block-image.close-caption figcaption {
  padding: 0 !important;
}

#jmdcontent {
  font-size: 1rem !important;
}

#jmdcontent ul li h1,
#jmdcontent ul li h2,
#jmdcontent ul li h3,
#jmdcontent ul li h4,
#jmdcontent ul li h5,
#jmdcontent ul li h6 {
  margin: 0 0 1em 0;
  display: inline-block;
}

iframe {
  max-width: 100% !important;
}

.rounded, .single-post .header-image__image, .page-template-template-team .modal-content {
  border-radius: 1.5rem !important;
  overflow: hidden;
}

.rounded-sm {
  border-radius: 0.75rem !important;
  overflow: hidden;
}

.button-gradient {
  background: linear-gradient(115deg, rgb(187, 45, 77) 0%, rgb(187, 45, 77) 25%, rgb(101, 13, 34) 100%);
  border: 1px solid #bb2d4d;
}
.button-gradient--teal {
  background: linear-gradient(135deg, rgb(5, 107, 130) 0%, rgb(5, 107, 130) 25%, rgb(13, 60, 114) 100%);
  border: 1px solid #5b9bb3;
}
.button-gradient:hover {
  background: transparent;
  color: #2e2c2d;
}

.kachel-gradient {
  height: 100% !important;
  padding: 1rem 1rem 2.5rem;
  border-radius: 1.5rem;
  overflow: hidden;
  color: #fff !important;
  background: linear-gradient(135deg, rgb(187, 45, 77) 0%, rgb(187, 45, 77) 25%, rgb(101, 13, 34) 100%);
}
.kachel-gradient--teal {
  background: linear-gradient(135deg, rgb(5, 107, 130) 0%, rgb(5, 107, 130) 25%, rgb(13, 60, 114) 100%);
}
.kachel-gradient .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.kachel-gradient a {
  color: inherit;
}
.kachel-gradient h2 {
  font-size: clamp(1.25rem, 0.9859rem + 0.8451vw, 2rem);
  margin: 1em;
  color: #fff;
}
.kachel-gradient .btn, .kachel-gradient .gform_fbeta .gform_button, .gform_fbeta .kachel-gradient .gform_button {
  background-color: transparent;
  border-radius: 0.75rem;
  border: 2px solid #fff;
  color: #fff;
  margin-top: 1rem;
}

.proportion-1-1 {
  aspect-ratio: 1/1;
  width: 100%;
}

.center-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.schleifchen {
  position: relative;
}
.schleifchen::before {
  content: url(img/icons/schleife.svg);
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: -2rem;
  margin-left: -2.5rem;
}

.treppchen {
  position: relative;
  margin-bottom: 0;
}
.treppchen::before {
  content: url(img/icons/treppchen.svg);
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: -1.25rem;
  margin-left: -2.5rem;
}

p.treppchen::before {
  top: -0.7rem;
  margin-left: -1.3rem;
}

.white-on-red-field {
  background-color: #bb2d4d;
  color: #fff;
  padding: 0;
}
.white-on-red-field .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 2rem;
  height: 16rem;
}
.white-on-red-field .wp-block-group__inner-container :last-of-type {
  margin-bottom: 0;
}
.white-on-red-field h2, .white-on-red-field h3 {
  margin: 0;
}
.white-on-red-field b, .white-on-red-field strong {
  color: #fff;
}

.project-card__image-field {
  height: 15rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.project-card__text-field {
  padding: 1rem;
}

.frontend .arrow a,
.frontend .arrow-link a {
  color: #bb2d4d !important;
}
.frontend .arrow::before,
.frontend .arrow-link::before {
  background-image: url(img/icons/arrow.svg);
  background-size: 0.8em;
  background-repeat: no-repeat;
  background-position: bottom;
  display: inline-block;
  width: 1em;
  height: 0.8em;
  line-height: 1;
  content: "";
  margin-right: 0.5em;
  -webkit-transition: margin 0.5s;
  transition: margin 0.5s;
}
.frontend .arrow:hover::before,
.frontend .arrow-link:hover::before {
  margin-right: 0.25em;
  margin-left: 0.25em;
}

.frontend .push-down {
  position: absolute;
  bottom: 0;
}

.wp-block-media-text.icon-120 img {
  width: 7.5rem;
  height: auto;
}

.append-icon {
  position: relative;
}
.append-icon::after {
  background-size: 2em;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 2em;
  height: 2em;
  content: "";
  vertical-align: middle;
  margin-left: 1em;
  position: absolute;
  top: -0.5em;
  right: 0;
}
.append-icon--digital-health::after {
  background-image: url(img/icons/digital-health.svg);
}
.append-icon--healthcare-research::after {
  background-image: url(img/icons/health-care-research-low.svg);
}
.append-icon--health-information::after {
  background-image: url(img/icons/health-information-exchange-icon.svg);
}
.append-icon--digitale-transformation::after {
  background-image: url(img/icons/digital-transformation.svg);
}
.append-icon--technology-architecture::after {
  background-image: url(img/icons/technology-architecture.svg);
}

.social-icon.social-icon-linkedin {
  background-image: url(img/social-icons/linkedin.svg);
}

.social-icon.social-icon-xing {
  background-image: url(img/social-icons/xing.svg);
}

.social-icon.social-icon-twitter {
  background-image: url(img/social-icons/twitter.svg);
}

.social-icon {
  height: 1.5rem;
  width: 1.5rem;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  margin-right: 30px;
  color: #056b82;
}

.rotate-180 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.indent {
  text-indent: 1.5rem;
}

li.indent a {
  padding-top: 0;
}

.margin-left--1 {
  margin-left: -1rem;
}

.margin-right--1 {
  margin-right: -1rem;
}

.nav-fixed {
  position: sticky;
  z-index: 1;
  top: 8rem;
}
@media (max-width: 767.98px) {
  .nav-fixed {
    display: none;
  }
}
.nav-fixed ul {
  display: inline-block;
}

#ps2id-dummy-offset {
  height: 8rem;
}

.alignleft {
  float: left;
  margin: 2rem 2rem 2rem 0;
}

.alignright {
  float: right;
  margin: 2rem 0 2rem 2rem;
}

.aligncenter {
  margin-right: auto;
  margin-left: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: block;
}

.wp-caption img.size-medium {
  max-width: 100% !important;
}

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

.wp-block-image {
  background-color: transparent;
}

.wp-block-image figcaption,
.wp-caption-text {
  font-size: 0.875rem;
  font-style: normal;
  color: #2e2c2d;
  text-align: left;
  margin-top: 0.5em;
  line-height: 1.3;
}

.size-thumbnail + .wp-caption-text {
  text-align: center;
}

.alignright .wp-caption-text {
  text-align: right;
}

figure {
  margin: 1rem 0;
  max-width: 100%;
}

blockquote {
  border-left: none !important;
  padding-left: 0 !important;
  font-style: italic;
  color: #bb2d4d;
  font-weight: 600;
  font-size: clamp(1.3rem, 1.2rem + 0.45vw, 1.7rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
}
blockquote .source {
  font-size: clamp(1rem, 0.912rem + 0.2817vw, 1.25rem);
  color: #056b82;
  text-align: right;
}

.post-edit-link {
  color: #b5c1cb;
  border-bottom: none;
}

.gallery .attachment-thumbnail {
  max-width: 100%;
  height: auto;
}

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

.zitate {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.zitate__zitat {
  background-color: #fff;
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}
.zitate__zitat::after {
  display: block;
  clear: both;
  content: "";
}
.zitate__zitat img {
  float: left;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.zitate__header {
  text-align: center;
}
.zitate__text {
  padding: 1rem 1rem 1rem 1rem;
}
@media (min-width: 576px) {
  .zitate__text {
    padding: 1rem 1rem 1rem 0;
  }
}
.zitate blockquote {
  color: #686f73;
}
.zitate__name {
  font-weight: 600;
}
.zitate__titel {
  font-size: 0.875rem;
}

.testimonial {
  padding: 1rem;
}
.testimonial blockquote {
  border: none;
  padding: 0;
  margin: 0;
  color: #056b82;
  line-height: 1.3;
}
.testimonial figure {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial figure img {
  max-width: 150px;
}
.testimonial figcaption {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 0.875rem;
  color: #919aa0;
}
.testimonial p {
  line-height: 1.5;
}

.wp-block-pb-accordion-item .c-accordion__title {
  color: #fff;
  background-color: #bb2d4d;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
  border-radius: 0.75rem;
}
.wp-block-pb-accordion-item .c-accordion__title:after {
  color: #fff;
  font-weight: 600;
  right: 1rem;
  font-size: 125%;
}
.wp-block-pb-accordion-item .c-accordion__content {
  padding: 0 1.5rem;
}
.wp-block-pb-accordion-item.accordion-grey .c-accordion__title {
  background-color: #919aa0;
}

.article-preview-large {
  background: #fff;
  margin-bottom: 2rem;
  border-radius: 1.5rem;
  overflow: hidden;
}
.article-preview-large__image {
  background: #DCDFE0;
  height: 100%;
}
.article-preview-large__image img {
  min-height: 25rem;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: contain;";
  width: 100%;
  height: 100%;
}
.article-preview-large__text {
  padding: 1rem 2rem 5rem;
  min-height: 25rem;
}
.article-preview-large__text p {
  line-height: 1.4;
}
.article-preview-large__breadcrump {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #b5c1cb;
  font-weight: 600;
}
.article-preview-large a {
  color: inherit !important;
}
.article-preview-large a:hover {
  color: inherit !important;
}
.article-preview-large h3 {
  font-size: 1.5rem;
  margin: 0.5rem 0 1.5rem;
  font-family: "Open Sans Condensed", sans-serif;
  color: #bb2d4d;
}
.article-preview-large .entry-author {
  font-weight: 600;
  font-size: 0.875rem;
  color: #686f73;
  position: absolute;
  bottom: 0;
  max-width: 75%;
}
.article-preview-large__icon {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}

.event-preview-large {
  background: #fff;
  margin-bottom: 2rem;
}
.event-preview-large__image {
  background: #DCDFE0;
  height: 100%;
}
.event-preview-large__image img {
  min-height: 17rem;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: contain;";
  width: 100%;
  height: 100%;
}
.event-preview-large__text {
  padding: 1rem 2rem 1rem;
  min-height: 17rem;
}
.event-preview-large__text p {
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.event-preview-large__breadcrump {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #b5c1cb;
  font-weight: 600;
}
.event-preview-large a {
  color: inherit !important;
}
.event-preview-large a:hover {
  color: inherit !important;
}
.event-preview-large a.event-link {
  color: #bb2d4d !important;
}
.event-preview-large__time {
  font-weight: 600;
  color: #056b82;
}
.event-preview-large__location {
  color: #686f73;
}
.event-preview-large h3 {
  font-size: 1.5rem;
  margin: 0.5rem 0 1rem;
  font-family: "Open Sans Condensed", sans-serif;
  color: #056b82;
}
.event-preview-large .entry-author {
  font-weight: 600;
  font-size: 0.875rem;
  color: #686f73;
  position: absolute;
  bottom: 0;
  max-width: 75%;
}
.event-preview-large__icon {
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}

.article-preview-small {
  background: #fff;
  -ms-hyphens: auto;
      hyphens: auto;
  height: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}
.article-preview-small__image {
  background: #DCDFE0;
}
.article-preview-small__image img {
  height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.article-preview-small__text {
  padding: 1rem 1rem 5rem;
  min-height: 18rem;
}
.article-preview-small__breadcrump {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #b5c1cb;
  font-weight: 600;
  line-height: 1.4;
}
.article-preview-small a {
  color: inherit !important;
}
.article-preview-small a:hover {
  color: inherit !important;
}
.article-preview-small h3 {
  font-size: 1.25rem;
  margin: 1rem 0;
  font-family: "Open Sans Condensed", sans-serif;
  color: #bb2d4d;
}
.article-preview-small p {
  font-size: 0.875rem;
  line-height: 1.4;
}
.article-preview-small .entry-author {
  font-weight: 600;
  font-size: 0.875rem;
  color: #686f73;
  position: absolute;
  bottom: 0;
  max-width: calc(100% - 7rem);
}
.article-preview-small__icon {
  width: 1.5rem;
  height: 1.5rem !important;
  position: absolute;
  right: 2rem;
  bottom: 1rem;
}

.article-preview-slider__container {
  margin-left: -1rem;
  margin-right: -1rem;
}
.article-preview-slider__container.is-narrow-slider {
  margin-bottom: 4rem;
}
.article-preview-slider__container .flickity-page-dots {
  bottom: -2rem;
}
.article-preview-slider__container .flickity-page-dots .dot {
  background: #919aa0;
}
.article-preview-slider__container .flickity-page-dots .dot.is-selected {
  background: #bb2d4d;
}
.article-preview-slider {
  -ms-hyphens: auto;
      hyphens: auto;
  min-width: 16rem;
  width: 100%;
}
@media (min-width: 768px) {
  .article-preview-slider {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .article-preview-slider {
    width: 25%;
  }
}
.article-preview-slider.is-narrow-slider {
  width: 100%;
}
.article-preview-slider {
  display: inline-block;
}
.article-preview-slider__inner {
  margin: 1rem;
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  height: 30rem;
}
@media (min-width: 768px) {
  .article-preview-slider__inner {
    height: 33rem;
  }
}
@media (min-width: 992px) {
  .article-preview-slider__inner {
    height: 43rem;
  }
}
@media (min-width: 1200px) {
  .article-preview-slider__inner {
    height: 39rem;
  }
}
@media (min-width: 1528px) {
  .article-preview-slider__inner {
    height: 35rem;
  }
}
.article-preview-slider__image {
  background: #DCDFE0;
}
.article-preview-slider__image img {
  height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.article-preview-slider__text {
  padding: 1rem 1rem 5rem;
  min-height: 18rem;
}
.article-preview-slider__breadcrump {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #b5c1cb;
  font-weight: 600;
  line-height: 1.4;
}
.article-preview-slider a {
  color: inherit !important;
}
.article-preview-slider a:hover {
  color: inherit !important;
}
.article-preview-slider h3 {
  font-size: 1.25rem;
  margin: 1rem 0;
  font-family: "Open Sans Condensed", sans-serif;
  color: #bb2d4d;
}
.article-preview-slider p {
  font-size: 0.875rem;
  line-height: 1.4;
}
.article-preview-slider .entry-author {
  font-weight: 600;
  font-size: 0.875rem;
  color: #686f73;
  position: absolute;
  bottom: 1rem;
  max-width: calc(100% - 7rem);
}
.article-preview-slider__icon {
  width: 1.5rem;
  height: 1.5rem !important;
  position: absolute;
  right: 2rem;
  bottom: 1rem;
}

.case-studies-tabbed {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (min-width: 576px) {
  .case-studies-tabbed {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (min-width: 768px) {
  .case-studies-tabbed {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (min-width: 992px) {
  .case-studies-tabbed {
    margin-left: 0rem;
    margin-right: 0rem;
  }
}
@media (min-width: 1200px) {
  .case-studies-tabbed {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (min-width: 1528px) {
  .case-studies-tabbed {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

.project-preview-slider__container {
  margin-left: -1rem;
  margin-right: -1rem;
}
.project-preview-slider__container.is-narrow-slider {
  margin-bottom: 4rem;
}
.project-preview-slider__container .flickity-page-dots {
  bottom: -2rem;
}
.project-preview-slider__container .flickity-page-dots .dot {
  background: #919aa0;
}
.project-preview-slider__container .flickity-page-dots .dot.is-selected {
  background: #bb2d4d;
}
.project-preview-slider {
  -ms-hyphens: auto;
      hyphens: auto;
  min-width: 16rem;
  width: 100%;
}
@media (min-width: 768px) {
  .project-preview-slider {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .project-preview-slider {
    width: 25%;
  }
}
.project-preview-slider.is-narrow-slider {
  width: 100%;
}
.project-preview-slider {
  display: inline-block;
}
.project-preview-slider__inner {
  margin: 1rem;
  background: #fff;
  border-radius: 1.5rem;
  overflow: hidden;
  height: 30rem;
}
@media (min-width: 768px) {
  .project-preview-slider__inner {
    height: 33rem;
  }
}
@media (min-width: 992px) {
  .project-preview-slider__inner {
    height: 43rem;
  }
}
@media (min-width: 1200px) {
  .project-preview-slider__inner {
    height: 39rem;
  }
}
@media (min-width: 1528px) {
  .project-preview-slider__inner {
    height: 35rem;
  }
}
.project-preview-slider__image {
  background: #DCDFE0;
}
.project-preview-slider__image img {
  height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.project-preview-slider__text {
  padding: 1rem 1rem 5rem;
  min-height: 18rem;
}
.project-preview-slider__breadcrump {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #b5c1cb;
  font-weight: 600;
  line-height: 1.4;
}
.project-preview-slider a {
  color: inherit !important;
}
.project-preview-slider a:hover {
  color: inherit !important;
}
.project-preview-slider h3 {
  font-size: 1.25rem;
  margin: 1rem 0;
  font-family: "Open Sans Condensed", sans-serif;
  color: #056b82;
}
.project-preview-slider p {
  font-size: 0.875rem;
  line-height: 1.4;
}
.project-preview-slider .entry-author {
  font-weight: 600;
  font-size: 0.875rem;
  color: #686f73;
  position: absolute;
  bottom: 1rem;
  max-width: calc(100% - 7rem);
}
.project-preview-slider__icon {
  width: 1.5rem;
  height: 1.5rem !important;
  position: absolute;
  right: 2rem;
  bottom: 1rem;
}

.image-slider-small__container {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 3rem;
}
.image-slider-small__container .flickity-page-dots {
  bottom: -2rem;
}
.image-slider-small__container .flickity-page-dots .dot {
  background: #919aa0;
}
.image-slider-small__container .flickity-page-dots .dot.is-selected {
  background: #bb2d4d;
}
.image-slider-small {
  -ms-hyphens: auto;
      hyphens: auto;
  min-width: 16rem;
  width: 100%;
}
@media (min-width: 768px) {
  .image-slider-small {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .image-slider-small {
    width: 25%;
  }
}
.image-slider-small {
  display: inline-block;
}
.image-slider-small__inner {
  margin: 1rem;
  background: #fff;
  height: 40rem;
}
@media (min-width: 768px) {
  .image-slider-small__inner {
    height: 35rem;
  }
}
@media (min-width: 992px) {
  .image-slider-small__inner {
    height: 20rem;
  }
}
@media (min-width: 1200px) {
  .image-slider-small__inner {
    height: 25rem;
  }
}
@media (min-width: 1528px) {
  .image-slider-small__inner {
    height: 30rem;
  }
}
.image-slider-small__image {
  background: #DCDFE0;
}
.image-slider-small__image img {
  height: 40rem;
}
@media (min-width: 768px) {
  .image-slider-small__image img {
    height: 35rem;
  }
}
@media (min-width: 992px) {
  .image-slider-small__image img {
    height: 20rem;
  }
}
@media (min-width: 1200px) {
  .image-slider-small__image img {
    height: 25rem;
  }
}
@media (min-width: 1528px) {
  .image-slider-small__image img {
    height: 30rem;
  }
}
.image-slider-small__image img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.image-slider-small a {
  color: inherit !important;
}
.image-slider-small a:hover {
  color: inherit !important;
}

.ppt-slider__container {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 3rem;
}
div[class^=col] .ppt-slider__container:first-child {
  margin-top: -1rem;
}
.ppt-slider__container .flickity-page-dots {
  bottom: -2rem;
}
.ppt-slider__container .flickity-page-dots .dot {
  background: #919aa0;
}
.ppt-slider__container .flickity-page-dots .dot.is-selected {
  background: #bb2d4d;
}
.ppt-slider {
  -ms-hyphens: auto;
      hyphens: auto;
  width: 100%;
  display: inline-block;
}
.ppt-slider__inner {
  margin: 1rem;
  background: #fff;
}
.ppt-slider__image {
  background: #DCDFE0;
}
.ppt-slider__image img {
  height: auto;
  width: 100%;
}
.wp-admin .ppt-slider__image {
  float: left;
}
.ppt-slider a {
  color: inherit !important;
}
.ppt-slider a:hover {
  color: inherit !important;
}

.video-slider__container {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 3rem;
  position: relative;
}
div[class^=col] .video-slider__container:first-child {
  margin-top: -1rem;
}
.video-slider__container .flickity-page-dots {
  bottom: -2rem;
}
.video-slider__container .flickity-page-dots .dot {
  background: #919aa0;
}
.video-slider__container .flickity-page-dots .dot.is-selected {
  background: #bb2d4d;
}
.video-slider__slide {
  width: 100%;
}
@media (min-width: 768px) {
  .video-slider__slide {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .video-slider__slide {
    width: 33.3333333333%;
  }
}
.video-slider__slide {
  display: inline-block;
}
.video-slider__inner {
  margin: 1rem;
  background: #fff;
  height: 100%;
}
.video-slider__video {
  position: relative;
  height: 100%;
  aspect-ratio: 16/9;
}
.video-slider iFrame {
  inset: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #DCDFE0;
  aspect-ratio: 16/9;
}

.logo-slider__container {
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 3rem;
}
.logo-slider__container .flickity-page-dots {
  bottom: -2rem;
}
.logo-slider__container .flickity-page-dots .dot {
  background: #919aa0;
}
@media (max-width: 991.98px) {
  .logo-slider__container .flickity-page-dots .dot {
    margin: 0 0.25rem;
  }
}
.logo-slider__container .flickity-page-dots .dot.is-selected {
  background: #bb2d4d;
}
.logo-slider__slide {
  display: inline-block;
}
.logo-slider__inner {
  background: #fff;
  height: 8rem;
  width: 8rem;
  margin: 0.5rem;
}
@media (min-width: 768px) {
  .logo-slider__inner {
    height: 12rem;
    width: 12rem;
    margin: 1rem;
  }
}
@media (min-width: 992px) {
  .logo-slider__inner {
    height: 16rem;
    width: 16rem;
    margin: 1rem;
  }
}
.logo-slider__inner--shadow {
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
}
@media (min-width: 768px) {
  .logo-slider__inner--shadow {
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  }
}
.logo-slider__image {
  background: #fff;
}
.logo-slider__image img {
  height: 8rem;
  width: 8rem;
  padding: 1rem;
}
@media (min-width: 768px) {
  .logo-slider__image img {
    height: 12rem;
    width: 12rem;
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .logo-slider__image img {
    height: 16rem;
    width: 16rem;
    padding: 2rem;
  }
}
.logo-slider__image img {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
  -o-object-position: center;
     object-position: center;
}
.logo-slider a {
  color: inherit !important;
}
.logo-slider a:hover {
  color: inherit !important;
}

.event-preview-small {
  background: #fff;
  -ms-hyphens: auto;
      hyphens: auto;
  height: 100%;
}
.event-preview-small__image {
  background: #DCDFE0;
}
.event-preview-small__image img {
  height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: contain;";
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
}
.event-preview-small__text {
  padding: 1rem 1rem 1rem;
  min-height: 18rem;
}
.event-preview-small__breadcrump {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #b5c1cb;
  font-weight: 600;
  line-height: 1.4;
}
.event-preview-small__time {
  font-weight: 600;
  color: #056b82;
}
.event-preview-small__location {
  color: #686f73;
  margin-top: 1rem;
}
.event-preview-small a {
  color: inherit !important;
}
.event-preview-small a:hover {
  color: inherit !important;
}
.event-preview-small a.event-link {
  color: #bb2d4d !important;
}
.event-preview-small h3 {
  font-size: 1.25rem;
  margin: 1rem 0;
  font-family: "Open Sans Condensed", sans-serif;
  color: #056b82;
}
.event-preview-small p {
  font-size: 0.875rem;
  line-height: 1.4;
}
.event-preview-small .entry-author {
  font-weight: 600;
  font-size: 0.875rem;
  color: #686f73;
  position: absolute;
  bottom: 0;
  max-width: calc(100% - 7rem);
}
.event-preview-small__icon {
  width: 1.5rem;
  height: 1.5rem !important;
  position: absolute;
  right: 2rem;
  bottom: 1rem;
}

.flip-kachel {
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.flip-kachel .card-flip {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template: 1fr/1fr;
      grid-template-areas: "frontAndBack";
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.flip-kachel.h-100 .card-flip, .wp-block-group.h-100 .flip-kachel.wp-block-group__inner-container .card-flip {
  height: 100% !important;
}
.flip-kachel .card-flip .front,
.flip-kachel .card-flip .back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.flip-kachel .front {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: frontAndBack;
  background: #fff;
  font-size: 1.4rem;
  color: #056b82;
}
.flip-kachel .back {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  grid-area: frontAndBack;
  background: #056b82;
  color: #fff;
}
.flip-kachel .back .card-body {
  padding-top: 2rem;
}
.flip-kachel .back .card-footer {
  padding-bottom: 2rem;
}
.flip-kachel .card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.25rem 2rem;
}
.flip-kachel .card-footer {
  background: none;
  border: none;
  text-align: center;
}
.flip-kachel:hover .card-flip {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.kachel .card {
  border: none;
}
.kachel .card.primary {
  background-color: #bb2d4d;
}
.kachel .card-img-top {
  height: 21rem;
}
@media (min-width: 768px) {
  .kachel .card-img-top {
    height: 12rem;
  }
}
.kachel .card-img-top {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  background-color: transparent;
}
.kachel .card-img-top.image-contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
.kachel .card.primary .kachel .card-img-top {
  background-color: #bb2d4d;
}
.kachel .card-header {
  height: 12rem;
  background-color: transparent;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.kachel .card-title {
  font-size: 2rem;
}
@media (min-width: 992px) {
  .kachel .card-title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .kachel .card-title {
    font-size: 1.5rem;
  }
}
@media (min-width: 1528px) {
  .kachel .card-title {
    font-size: 1.75rem;
  }
}
.kachel .card-title {
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .col-md-4 .kachel .card-title {
    font-size: 1.5rem;
  }
}
.kachel .card.text-white .card-title {
  color: #fff;
}
.kachel .card-body {
  height: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.kachel .card-text {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  .kachel .card-text {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .kachel .card-text {
    font-size: 1.25rem;
  }
}
@media (min-width: 1528px) {
  .kachel .card-text {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  .col-md-4 .kachel .card-text {
    font-size: 1.25rem;
  }
}
.kachel .card-text {
  letter-spacing: -0.02em;
  color: #919aa0;
  line-height: 1.4;
}
.kachel .card.text-white .card-text {
  color: #fff;
}
.kachel .card-footer {
  padding: 2rem 1rem;
  background-color: transparent;
  border-top: none;
}
.kachel .card .btn, .kachel .card .gform_fbeta .gform_button, .gform_fbeta .kachel .card .gform_button {
  color: #fff;
  font-size: 1.25rem;
  padding: 0.5rem 3rem;
}
@media (min-width: 992px) {
  .kachel .card .btn, .kachel .card .gform_fbeta .gform_button, .gform_fbeta .kachel .card .gform_button {
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 1200px) {
  .kachel .card .btn, .kachel .card .gform_fbeta .gform_button, .gform_fbeta .kachel .card .gform_button {
    font-size: 1.25rem;
    padding: 0.5rem 2rem;
  }
}
@media (min-width: 1528px) {
  .kachel .card .btn, .kachel .card .gform_fbeta .gform_button, .gform_fbeta .kachel .card .gform_button {
    font-size: 1.5rem;
    padding: 0.5rem 3rem;
  }
}
.kachel .card .btn, .kachel .card .gform_fbeta .gform_button, .gform_fbeta .kachel .card .gform_button {
  background-color: #056b82;
}
.kachel .card.text-white .btn, .kachel .card.text-white .gform_fbeta .gform_button, .gform_fbeta .kachel .card.text-white .gform_button {
  color: #056b82;
  background-color: #fff;
}

@media (max-width: 991.98px) {
  .project-section .col-12 {
    height: 100%;
  }
}

.project-preview {
  background: #fff;
  height: 100%;
  border-radius: 1.5rem;
  overflow: hidden;
}
@media (min-width: 576px) {
  .project-filter .project-preview {
    min-height: 34rem;
  }
}
@media (min-width: 768px) {
  .project-filter .project-preview {
    min-height: 31rem;
  }
}
.project-preview__image {
  background: #edf0f2;
}
.project-preview__image img {
  height: 12rem;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}
.project-preview__text {
  padding: 1rem 1rem 2.5rem;
  min-height: 15rem;
}
.project-preview__breadcrump {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #b5c1cb;
  font-weight: 600;
  line-height: 1.4;
}
.project-preview a {
  color: inherit !important;
}
.project-preview a:hover {
  color: inherit !important;
}
.project-preview h3 {
  font-size: 1.25rem;
  margin: 1rem 0;
  font-family: "Open Sans Condensed", sans-serif;
  color: #bb2d4d;
  -ms-hyphens: auto;
      hyphens: auto;
}
.project-preview p {
  font-size: 0.875rem;
  line-height: 1.4;
}
.project-preview__link {
  font-size: 0.875rem;
  color: #bb2d4d;
  position: absolute;
  bottom: 0;
  max-width: 70%;
}
.project-preview__icon {
  width: 1.5rem;
  height: 1.5rem !important;
  position: absolute;
  right: 2rem;
  bottom: 1rem;
}

.tabbed-content__tabs {
  padding-left: 0 !important;
}
.tabbed-content__tabs .nav-item {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .tabbed-content__tabs .nav-item {
    width: calc(25% - 0.75rem);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: -1px;
  }
}
@media (min-width: 992px) {
  .tabbed-content__tabs .nav-item {
    width: calc(25% - 1.5rem);
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
.tabbed-content__tabs .nav-item {
  text-align: center;
}
.tabbed-content__tabs .nav-item:first-of-type {
  margin-left: 0 !important;
}
.tabbed-content__tabs .nav-item:last-of-type {
  margin-right: 0 !important;
}
.tabbed-content__tabs .nav-item:before {
  content: none !important;
}
.tabbed-content__tabs .nav-link {
  min-height: 6rem;
  border-color: #DCDFE0;
}
@media (min-width: 768px) {
  .tabbed-content__tabs .nav-link {
    height: 11rem;
    border-color: #b5c1cb #b5c1cb #DCDFE0;
  }
}
.tabbed-content__tabs .nav-link {
  color: #686f73;
  -ms-hyphens: auto;
      hyphens: auto;
  width: 100%;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-weight: 600;
}
.tabbed-content__tabs .nav-link:hover {
  border-color: #919aa0;
  color: #bb2d4d;
}
@media (min-width: 768px) {
  .tabbed-content__tabs .nav-link:hover {
    border-color: #919aa0 #919aa0 #fff;
    color: #056b82;
  }
}
.tabbed-content__tabs .nav-link.active {
  color: #fff;
  background-color: #bb2d4d;
}
@media (min-width: 768px) {
  .tabbed-content__tabs .nav-link.active {
    color: #056b82;
    background-color: #fff;
  }
}
.tabbed-content__tabs .nav-link {
  font-size: clamp(0.875rem, 0.875rem + (1vw - 0.36rem) * 0.6356, 1.25rem);
  min-height: 0vw;
  line-height: 1.1;
}
.tabbed-content__tabs .nav-link__subheader {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3;
  margin-top: 0.5rem;
  color: #919aa0;
}
.tabbed-content__tabs .nav-link.active .nav-link__subheader {
  color: #fff;
}
@media (min-width: 768px) {
  .tabbed-content__tabs .nav-link.active .nav-link__subheader {
    color: #919aa0;
  }
}
.tabbed-content__content {
  background: #fff;
  padding-bottom: 2rem;
  border: 1px solid transparent;
  border-color: #fff #DCDFE0 #DCDFE0;
}
@media (max-width: 767.98px) {
  .tabbed-content__content {
    border-top: 10px solid #bb2d4d;
  }
}

.tabbed-content--5 .tabbed-content__tabs .nav-item {
  width: calc(20% - 0.8rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  width: calc(20% - 0.8rem);
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .tabbed-content--5 .tabbed-content__tabs .nav-item {
    width: calc(20% - 0.4rem);
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}
@media (min-width: 992px) {
  .tabbed-content--5 .tabbed-content__tabs .nav-item {
    width: calc(20% - 0.8rem);
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
}

.counter {
  container-type: inline-size;
  container-name: counter;
}
.counter__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  text-align: center;
}
.counter__number {
  font-size: clamp(5rem, 3.3333rem + 7.4074vw, 10rem);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 1rem;
  letter-spacing: -0.03em;
}
.counter__number:before {
  content: "0";
}
body.js .counter__number span {
  display: none;
}
.counter__number.is-visible span {
  display: block !important;
}
.counter__number.is-visible:before {
  content: none;
}
.counter__header {
  font-size: clamp(1.5rem, 1.3333rem + 0.7407vw, 2rem);
  color: #fff;
  margin: 0 0 0.3em;
  line-height: 1.2;
}
.counter__subheader {
  color: #fff;
  line-height: 1.3;
  margin-bottom: 0;
}

@container counter (min-width: 400px) {
  .counter__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .counter__text {
    margin-top: clamp(0.7rem, 0.5667rem + 0.5926vw, 1.1rem);
  }
}
.timeline .row {
  position: relative;
  margin-bottom: 0;
}
.timeline .row div[class^=col] {
  padding: 32px clamp(32px, 4.5vw, 64px);
  margin-bottom: 0 !important;
}
.timeline .row div[class^=col]:first-of-type {
  padding: 32px 0;
}
.timeline .row div[class^=col]::before,
.timeline .row div[class^=col]::after {
  background-color: #b5c1cb;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgb(187, 45, 77)), to(rgb(187, 45, 77)));
  background-image: linear-gradient(0deg, rgb(187, 45, 77) 0%, rgb(187, 45, 77) 100%);
  background-size: 100% 55%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  content: "";
  display: block;
  position: absolute;
}
.timeline .row div[class^=col]:nth-child(even)::before {
  top: 0;
  left: -3px;
  bottom: 0;
  width: 6px;
}
.timeline .row div[class^=col]:nth-child(odd)::after {
  top: 72px;
  right: -15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transition: 800ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: 800ms cubic-bezier(0.23, 1, 0.32, 1);
}
.timeline .row.inview div[class^=col]:nth-child(odd)::after {
  top: 67px;
  right: -20px;
  width: 40px;
  height: 40px;
}
@media (min-width: 992px) {
  .timeline .row:nth-of-type(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 992px) {
  .timeline .row:nth-of-type(odd) div[class^=col]:nth-child(even)::before {
    content: none;
  }
}
@media (min-width: 992px) {
  .timeline .row:nth-of-type(odd) div[class^=col]:nth-child(even)::after {
    top: 4.5rem;
    right: -15px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-transition: 800ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 800ms cubic-bezier(0.23, 1, 0.32, 1);
  }
}
@media (min-width: 992px) {
  .timeline .row:nth-of-type(odd).inview div[class^=col]:nth-child(even)::after {
    top: 67px;
    right: -20px;
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 992px) {
  .timeline .row:nth-of-type(odd) div[class^=col]:nth-child(odd)::after {
    content: none;
  }
}
@media (min-width: 992px) {
  .timeline .row:nth-of-type(odd) div[class^=col]:nth-child(odd)::before {
    top: 0;
    left: -3px;
    bottom: 0;
    width: 6px;
    border-radius: none;
  }
}
.timeline-sprungmarken .wp-bootstrap-blocks-button {
  display: inline-block;
}
.timeline-sprungmarken .wp-bootstrap-blocks-button a {
  font-size: 0.875rem;
  padding: 0.25rem 1rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0.25rem;
}

@media screen and (prefers-reduced-motion: no-preference) {
  .animated {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 800ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: 800ms cubic-bezier(0.23, 1, 0.32, 1);
  }
  .animated.inview {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  .fadeInUp {
    -webkit-transform: translateY(10rem);
            transform: translateY(10rem);
  }
  .fadeInDown {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  .fadeInLeft {
    -webkit-transform: translateX(25px);
            transform: translateX(25px);
  }
  .fadeInRight {
    -webkit-transform: translateX(-25px);
            transform: translateX(-25px);
  }
  .turnIn {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .zoomIn {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
}
.ticker {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: calc(100vw - 0.5rem);
}
.ticker__title {
  background-color: #bb2d4d;
  -ms-flex-preferred-size: 10rem;
      flex-basis: 10rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 1px;
  text-align: right;
  padding: 0 0.5rem;
  height: 1.9rem;
}
.ticker__inner {
  --gap: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  gap: var(--gap);
  white-space: nowrap;
  background-color: #686f73;
  overflow: hidden;
  padding: 0 0.5rem;
  height: 1.9rem;
}
.ticker__text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  min-width: 100%;
  gap: var(--gap);
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
}
.ticker__text a {
  color: #fff;
}
@media (prefers-reduced-motion: reduce) {
  .ticker__text {
    -webkit-animation-play-state: paused !important;
            animation-play-state: paused !important;
  }
}
.ticker__inner:hover .ticker__text {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
            transform: translateX(calc(-100% - var(--gap)));
  }
}