@charset "UTF-8";
/**
 * Template
 *
 * @author     Simon Opfermann <so@flowsite.de>
 * @copyright  2016 - 2020 FLOWSITE GmbH
 *
 * Notice: This file is intended to only load css components/files. No CSS should be present here.
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #A30082;
  --pink: #e83e8c;
  --red: #EA002F;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #1eb1c7;
  --white: #FFFFFF;
  --gray: #BCBCBC;
  --gray-dark: #1D1E22;
  --gray-200: #EAEBED;
  --primary: #EA002F;
  --secondary: #A30082;
  --success: #28a745;
  --info: #1eb1c7;
  --warning: #ffc107;
  --danger: #EA002F;
  --light: #F8F8F8;
  --dark: #1D1E22;
  --white: #FFFFFF;
  --black: #000000;
  --purple: #A30082;
  --red: #EA002F;
  --gray-900: #1D1E22;
  --gray-200: #EAEBED;
  --gray-300: #D1D1D1;
  --gray-500: #BCBCBC;
  --breakpoint-xs: 0;
  --breakpoint-sm: 375px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1700px;
  --font-family-sans-serif: Montserrat, "Open Sans", Helvetica, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  -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: Montserrat, "Open Sans", Helvetica, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #1D1E22;
  text-align: left;
  background-color: #FFFFFF;
}

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

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

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: #1D1E22;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: black;
  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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #BCBCBC;
  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;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0;
  font-weight: inherit;
  line-height: inherit;
}

h1, .h1 {
  font-size: inherit;
}

h2, .h2 {
  font-size: inherit;
}

h3, .h3 {
  font-size: inherit;
}

h4, .h4 {
  font-size: inherit;
}

h5, .h5 {
  font-size: inherit;
}

h6, .h6 {
  font-size: inherit;
}

.lead {
  font-size: 1.4375rem;
  font-weight: 400;
}

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

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

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

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

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: #BCBCBC;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 6px;
  padding-left: 6px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 375px) {
  .container,
  .container-fluid,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .container,
  .container-fluid,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .container,
  .container-fluid,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1700px) {
  .container,
  .container-fluid,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 375px) {
  .container-sm, .container {
    max-width: 767px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 1023px;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 1700px;
  }
}
@media (min-width: 1700px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1700px;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -6px;
  margin-left: -6px;
}

@media (min-width: 375px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
}
@media (min-width: 768px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
}
@media (min-width: 1024px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media (min-width: 1700px) {
  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
  }
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

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

.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: 375px) {
  .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: 1024px) {
  .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: 1700px) {
  .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%;
  }
}
.col-1 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-2 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-3 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-4 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-5 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-7 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-8 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-9 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-10 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-11 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-12 {
  padding-left: 6px;
  padding-right: 6px;
}

.col,
.col-auto {
  padding-left: 6px;
  padding-right: 6px;
}

.col-sm-1 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-sm-2 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-sm-3 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-sm-4 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-sm-5 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-sm-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-sm-7 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-sm-8 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-sm-9 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-sm-10 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-sm-11 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-sm-12 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-sm,
.col-sm-auto {
  padding-left: 6px;
  padding-right: 6px;
}

.col-md-1 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-md-2 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-md-3 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-md-4 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-md-5 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-md-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-md-7 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-md-8 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-md-9 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-md-10 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-md-11 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-md-12 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-md,
.col-md-auto {
  padding-left: 6px;
  padding-right: 6px;
}

.col-lg-1 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-lg-2 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-lg-3 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-lg-4 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-lg-5 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-lg-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-lg-7 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-lg-8 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-lg-9 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-lg-10 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-lg-11 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-lg-12 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-lg,
.col-lg-auto {
  padding-left: 6px;
  padding-right: 6px;
}

.col-xl-1 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-xl-2 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-xl-3 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-xl-4 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-xl-5 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-xl-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-xl-7 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-xl-8 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-xl-9 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-xl-10 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-xl-11 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-xl-12 {
  padding-left: 6px;
  padding-right: 6px;
}

.col-xl,
.col-xl-auto {
  padding-left: 6px;
  padding-right: 6px;
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  padding-left: 12px;
  padding-right: 12px;
}
.container .container, .container .container-fluid, .container .container-sm, .container .container-md, .container .container-lg, .container .container-xl, .container-fluid .container, .container-sm .container, .container-md .container, .container-lg .container, .container-xl .container, .container-fluid .container-fluid, .container-sm .container-fluid, .container-md .container-fluid, .container-lg .container-fluid, .container-xl .container-fluid, .container-fluid .container-sm, .container-sm .container-sm, .container-md .container-sm, .container-lg .container-sm, .container-xl .container-sm, .container-fluid .container-md, .container-sm .container-md, .container-md .container-md, .container-lg .container-md, .container-xl .container-md, .container-fluid .container-lg, .container-sm .container-lg, .container-md .container-lg, .container-lg .container-lg, .container-xl .container-lg, .container-fluid .container-xl, .container-sm .container-xl, .container-md .container-xl, .container-lg .container-xl, .container-xl .container-xl {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 375px) {
  .col-1 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-2 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-3 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-4 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-5 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-6 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-7 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-8 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-9 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-10 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-11 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-12 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col,
  .col-auto {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-sm-1 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-sm-2 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-sm-3 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-sm-4 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-sm-5 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-sm-6 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-sm-7 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-sm-8 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-sm-9 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-sm-10 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-sm-11 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-sm-12 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-sm,
  .col-sm-auto {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-md-1 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-md-2 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-md-3 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-md-4 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-md-5 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-md-6 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-md-7 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-md-8 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-md-9 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-md-10 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-md-11 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-md-12 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-md,
  .col-md-auto {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-lg-1 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-lg-2 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-lg-3 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-lg-4 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-lg-5 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-lg-6 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-lg-7 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-lg-8 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-lg-9 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-lg-10 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-lg-11 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-lg-12 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-lg,
  .col-lg-auto {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-xl-1 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-xl-2 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-xl-3 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-xl-4 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-xl-5 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-xl-6 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-xl-7 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-xl-8 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-xl-9 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-xl-10 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-xl-11 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-xl-12 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-xl,
  .col-xl-auto {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container .container, .container .container-fluid, .container .container-sm, .container .container-md, .container .container-lg, .container .container-xl, .container-fluid .container, .container-sm .container, .container-md .container, .container-lg .container, .container-xl .container, .container-fluid .container-fluid, .container-sm .container-fluid, .container-md .container-fluid, .container-lg .container-fluid, .container-xl .container-fluid, .container-fluid .container-sm, .container-sm .container-sm, .container-md .container-sm, .container-lg .container-sm, .container-xl .container-sm, .container-fluid .container-md, .container-sm .container-md, .container-md .container-md, .container-lg .container-md, .container-xl .container-md, .container-fluid .container-lg, .container-sm .container-lg, .container-md .container-lg, .container-lg .container-lg, .container-xl .container-lg, .container-fluid .container-xl, .container-sm .container-xl, .container-md .container-xl, .container-lg .container-xl, .container-xl .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .col-1 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-2 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-3 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-4 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-5 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-6 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-7 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-8 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-9 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-10 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-11 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-12 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col,
  .col-auto {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-sm-1 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-sm-2 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-sm-3 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-sm-4 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-sm-5 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-sm-6 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-sm-7 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-sm-8 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-sm-9 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-sm-10 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-sm-11 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-sm-12 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-sm,
  .col-sm-auto {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-md-1 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-md-2 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-md-3 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-md-4 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-md-5 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-md-6 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-md-7 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-md-8 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-md-9 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-md-10 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-md-11 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-md-12 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-md,
  .col-md-auto {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-lg-1 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-lg-2 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-lg-3 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-lg-4 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-lg-5 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-lg-6 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-lg-7 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-lg-8 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-lg-9 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-lg-10 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-lg-11 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-lg-12 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-lg,
  .col-lg-auto {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-xl-1 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-xl-2 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-xl-3 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-xl-4 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-xl-5 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-xl-6 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-xl-7 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-xl-8 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-xl-9 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-xl-10 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-xl-11 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-xl-12 {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .col-xl,
  .col-xl-auto {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container .container, .container .container-fluid, .container .container-sm, .container .container-md, .container .container-lg, .container .container-xl, .container-fluid .container, .container-sm .container, .container-md .container, .container-lg .container, .container-xl .container, .container-fluid .container-fluid, .container-sm .container-fluid, .container-md .container-fluid, .container-lg .container-fluid, .container-xl .container-fluid, .container-fluid .container-sm, .container-sm .container-sm, .container-md .container-sm, .container-lg .container-sm, .container-xl .container-sm, .container-fluid .container-md, .container-sm .container-md, .container-md .container-md, .container-lg .container-md, .container-xl .container-md, .container-fluid .container-lg, .container-sm .container-lg, .container-md .container-lg, .container-lg .container-lg, .container-xl .container-lg, .container-fluid .container-xl, .container-sm .container-xl, .container-md .container-xl, .container-lg .container-xl, .container-xl .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .col-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-7 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-8 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-11 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col,
  .col-auto {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-7 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-8 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-11 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm,
  .col-sm-auto {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-7 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-8 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-11 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md,
  .col-md-auto {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-7 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-8 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-11 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg,
  .col-lg-auto {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-7 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-8 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-11 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl,
  .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container .container, .container .container-fluid, .container .container-sm, .container .container-md, .container .container-lg, .container .container-xl, .container-fluid .container, .container-sm .container, .container-md .container, .container-lg .container, .container-xl .container, .container-fluid .container-fluid, .container-sm .container-fluid, .container-md .container-fluid, .container-lg .container-fluid, .container-xl .container-fluid, .container-fluid .container-sm, .container-sm .container-sm, .container-md .container-sm, .container-lg .container-sm, .container-xl .container-sm, .container-fluid .container-md, .container-sm .container-md, .container-md .container-md, .container-lg .container-md, .container-xl .container-md, .container-fluid .container-lg, .container-sm .container-lg, .container-md .container-lg, .container-lg .container-lg, .container-xl .container-lg, .container-fluid .container-xl, .container-sm .container-xl, .container-md .container-xl, .container-lg .container-xl, .container-xl .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1700px) {
  .col-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-7 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-8 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-11 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col,
  .col-auto {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-7 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-8 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-11 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-sm,
  .col-sm-auto {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-7 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-8 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-11 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md,
  .col-md-auto {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-7 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-8 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-11 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-lg,
  .col-lg-auto {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-1 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-2 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-3 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-4 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-5 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-7 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-8 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-9 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-10 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-11 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-xl,
  .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px;
  }
  .container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
    padding-left: 20px;
    padding-right: 20px;
  }
  .container .container, .container .container-fluid, .container .container-sm, .container .container-md, .container .container-lg, .container .container-xl, .container-fluid .container, .container-sm .container, .container-md .container, .container-lg .container, .container-xl .container, .container-fluid .container-fluid, .container-sm .container-fluid, .container-md .container-fluid, .container-lg .container-fluid, .container-xl .container-fluid, .container-fluid .container-sm, .container-sm .container-sm, .container-md .container-sm, .container-lg .container-sm, .container-xl .container-sm, .container-fluid .container-md, .container-sm .container-md, .container-md .container-md, .container-lg .container-md, .container-xl .container-md, .container-fluid .container-lg, .container-sm .container-lg, .container-md .container-lg, .container-lg .container-lg, .container-xl .container-lg, .container-fluid .container-xl, .container-sm .container-xl, .container-md .container-xl, .container-lg .container-xl, .container-xl .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #1D1E22;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #1D1E22;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #1D1E22;
}
.table tbody + tbody {
  border-top: 2px solid #1D1E22;
}

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

.table-bordered {
  border: 1px solid #1D1E22;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #1D1E22;
}
.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: #1D1E22;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #f9b8c5;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #f47a93;
}

.table-hover .table-primary:hover {
  background-color: #f7a0b2;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #f7a0b2;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #e5b8dc;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #cf7abe;
}

.table-hover .table-secondary:hover {
  background-color: #dea5d3;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #dea5d3;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #c0e9ef;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #8ad6e2;
}

.table-hover .table-info:hover {
  background-color: #ace2ea;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #ace2ea;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f9b8c5;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f47a93;
}

.table-hover .table-danger:hover {
  background-color: #f7a0b2;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f7a0b2;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfd;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfbfb;
}

.table-hover .table-light:hover {
  background-color: #f0f0f0;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #f0f0f0;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c0c0c1;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #898a8c;
}

.table-hover .table-dark:hover {
  background-color: #b3b3b4;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b3b3b4;
}

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

.table-hover .table-white:hover {
  background-color: #f2f2f2;
}
.table-hover .table-white:hover > td,
.table-hover .table-white:hover > th {
  background-color: #f2f2f2;
}

.table-black,
.table-black > th,
.table-black > td {
  background-color: #b8b8b8;
}
.table-black th,
.table-black td,
.table-black thead th,
.table-black tbody + tbody {
  border-color: #7a7a7a;
}

.table-hover .table-black:hover {
  background-color: #ababab;
}
.table-hover .table-black:hover > td,
.table-hover .table-black:hover > th {
  background-color: #ababab;
}

.table-purple,
.table-purple > th,
.table-purple > td {
  background-color: #e5b8dc;
}
.table-purple th,
.table-purple td,
.table-purple thead th,
.table-purple tbody + tbody {
  border-color: #cf7abe;
}

.table-hover .table-purple:hover {
  background-color: #dea5d3;
}
.table-hover .table-purple:hover > td,
.table-hover .table-purple:hover > th {
  background-color: #dea5d3;
}

.table-red,
.table-red > th,
.table-red > td {
  background-color: #f9b8c5;
}
.table-red th,
.table-red td,
.table-red thead th,
.table-red tbody + tbody {
  border-color: #f47a93;
}

.table-hover .table-red:hover {
  background-color: #f7a0b2;
}
.table-hover .table-red:hover > td,
.table-hover .table-red:hover > th {
  background-color: #f7a0b2;
}

.table-gray-900,
.table-gray-900 > th,
.table-gray-900 > td {
  background-color: #c0c0c1;
}
.table-gray-900 th,
.table-gray-900 td,
.table-gray-900 thead th,
.table-gray-900 tbody + tbody {
  border-color: #898a8c;
}

.table-hover .table-gray-900:hover {
  background-color: #b3b3b4;
}
.table-hover .table-gray-900:hover > td,
.table-hover .table-gray-900:hover > th {
  background-color: #b3b3b4;
}

.table-gray-200,
.table-gray-200 > th,
.table-gray-200 > td {
  background-color: #f9f9fa;
}
.table-gray-200 th,
.table-gray-200 td,
.table-gray-200 thead th,
.table-gray-200 tbody + tbody {
  border-color: #f4f5f6;
}

.table-hover .table-gray-200:hover {
  background-color: #ebebee;
}
.table-hover .table-gray-200:hover > td,
.table-hover .table-gray-200:hover > th {
  background-color: #ebebee;
}

.table-gray-300,
.table-gray-300 > th,
.table-gray-300 > td {
  background-color: #f2f2f2;
}
.table-gray-300 th,
.table-gray-300 td,
.table-gray-300 thead th,
.table-gray-300 tbody + tbody {
  border-color: #e7e7e7;
}

.table-hover .table-gray-300:hover {
  background-color: #e5e5e5;
}
.table-hover .table-gray-300:hover > td,
.table-hover .table-gray-300:hover > th {
  background-color: #e5e5e5;
}

.table-gray-500,
.table-gray-500 > th,
.table-gray-500 > td {
  background-color: #ececec;
}
.table-gray-500 th,
.table-gray-500 td,
.table-gray-500 thead th,
.table-gray-500 tbody + tbody {
  border-color: gainsboro;
}

.table-hover .table-gray-500:hover {
  background-color: #dfdfdf;
}
.table-hover .table-gray-500:hover > td,
.table-hover .table-gray-500:hover > th {
  background-color: #dfdfdf;
}

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

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

.table .thead-dark th {
  color: #FFFFFF;
  background-color: #1D1E22;
  border-color: #2f3037;
}
.table .thead-light th {
  color: #BCBCBC;
  background-color: #EAEBED;
  border-color: #1D1E22;
}

.table-dark {
  color: #FFFFFF;
  background-color: #1D1E22;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #2f3037;
}
.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: #FFFFFF;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 374.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: 1023.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: 1699.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .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(2.875rem + 2px);
  padding: 0.9375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #000000;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid #FFFFFF;
  border-radius: 100px;
  -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 #000000;
}
.form-control:focus {
  color: #000000;
  background-color: #FFFFFF;
  border-color: #585858;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.25);
          box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.25);
}
.form-control::-webkit-input-placeholder {
  color: #585858;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #585858;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #585858;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #585858;
  opacity: 1;
}
.form-control::placeholder {
  color: #585858;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #EAEBED;
  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: #000000;
  background-color: #FFFFFF;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.9375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1;
  color: #1D1E22;
  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.4625rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.1;
  border-radius: 20px;
}

.form-control-lg {
  height: calc(2.86875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.4375rem;
  line-height: 1.3;
  border-radius: 20px;
}

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

textarea.form-control {
  height: auto;
}

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

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

.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.75;
  color: #FFFFFF;
  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: 2.875rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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.25em + 0.46875rem) center;
  background-size: calc(0.5em + 0.9375rem) calc(0.5em + 0.9375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.875rem;
  background-position: top calc(0.25em + 0.46875rem) right calc(0.25em + 0.46875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: 3.90625rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%231D1E22' 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' 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") #FFFFFF no-repeat center right 1.75rem/1.4375rem 1.4375rem;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0 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 rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}

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

.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.75;
  color: #FFFFFF;
  background-color: rgba(234, 0, 47, 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: #EA002F;
  padding-right: 2.875rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23EA002F' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23EA002F' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.25em + 0.46875rem) center;
  background-size: calc(0.5em + 0.9375rem) calc(0.5em + 0.9375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #EA002F;
  -webkit-box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.25);
          box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.875rem;
  background-position: top calc(0.25em + 0.46875rem) right calc(0.25em + 0.46875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #EA002F;
  padding-right: 3.90625rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%231D1E22' 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' fill='%23EA002F' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23EA002F' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #FFFFFF no-repeat center right 1.75rem/1.4375rem 1.4375rem;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #EA002F;
  -webkit-box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.25);
          box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #EA002F;
}
.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: #EA002F;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #EA002F;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff1e4b;
  background-color: #ff1e4b;
}
.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 rgba(234, 0, 47, 0.25);
          box-shadow: 0 0 0 0 rgba(234, 0, 47, 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: #EA002F;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #EA002F;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #EA002F;
  -webkit-box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.25);
          box-shadow: 0 0 0 0 rgba(234, 0, 47, 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: 375px) {
  .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 {
  display: inline-block;
  font-weight: 400;
  color: #1D1E22;
  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 0;
  font-size: 1.25rem;
  line-height: 1em;
  border-radius: 100px;
  -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 {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: #1D1E22;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.25);
          box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #FFFFFF;
  background-color: #EA002F;
  border-color: #EA002F;
}
.btn-primary:hover {
  color: #FFFFFF;
  background-color: #c40027;
  border-color: #b70025;
}
.btn-primary:focus, .btn-primary.focus {
  color: #FFFFFF;
  background-color: #c40027;
  border-color: #b70025;
  -webkit-box-shadow: 0 0 0 0 rgba(237, 38, 78, 0.5);
          box-shadow: 0 0 0 0 rgba(237, 38, 78, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #FFFFFF;
  background-color: #EA002F;
  border-color: #EA002F;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #b70025;
  border-color: #aa0022;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(237, 38, 78, 0.5);
          box-shadow: 0 0 0 0 rgba(237, 38, 78, 0.5);
}

.btn-secondary {
  color: #FFFFFF;
  background-color: #A30082;
  border-color: #A30082;
}
.btn-secondary:hover {
  color: #FFFFFF;
  background-color: #7d0063;
  border-color: #700059;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #FFFFFF;
  background-color: #7d0063;
  border-color: #700059;
  -webkit-box-shadow: 0 0 0 0 rgba(177, 38, 149, 0.5);
          box-shadow: 0 0 0 0 rgba(177, 38, 149, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #FFFFFF;
  background-color: #A30082;
  border-color: #A30082;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #FFFFFF;
  background-color: #700059;
  border-color: #63004f;
}
.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: 0 0 0 0 rgba(177, 38, 149, 0.5);
          box-shadow: 0 0 0 0 rgba(177, 38, 149, 0.5);
}

.btn-success {
  color: #FFFFFF;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #FFFFFF;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #FFFFFF;
  background-color: #218838;
  border-color: #1e7e34;
  -webkit-box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #FFFFFF;
  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: #FFFFFF;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.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: 0 0 0 0 rgba(72, 180, 97, 0.5);
          box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #FFFFFF;
  background-color: #1eb1c7;
  border-color: #1eb1c7;
}
.btn-info:hover {
  color: #FFFFFF;
  background-color: #1993a6;
  border-color: #178a9b;
}
.btn-info:focus, .btn-info.focus {
  color: #FFFFFF;
  background-color: #1993a6;
  border-color: #178a9b;
  -webkit-box-shadow: 0 0 0 0 rgba(64, 189, 207, 0.5);
          box-shadow: 0 0 0 0 rgba(64, 189, 207, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #FFFFFF;
  background-color: #1eb1c7;
  border-color: #1eb1c7;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #FFFFFF;
  background-color: #178a9b;
  border-color: #168090;
}
.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: 0 0 0 0 rgba(64, 189, 207, 0.5);
          box-shadow: 0 0 0 0 rgba(64, 189, 207, 0.5);
}

.btn-warning {
  color: #1D1E22;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #1D1E22;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #1D1E22;
  background-color: #e0a800;
  border-color: #d39e00;
  -webkit-box-shadow: 0 0 0 0 rgba(221, 169, 11, 0.5);
          box-shadow: 0 0 0 0 rgba(221, 169, 11, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #1D1E22;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #1D1E22;
  background-color: #d39e00;
  border-color: #c69500;
}
.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: 0 0 0 0 rgba(221, 169, 11, 0.5);
          box-shadow: 0 0 0 0 rgba(221, 169, 11, 0.5);
}

.btn-danger {
  color: #FFFFFF;
  background-color: #EA002F;
  border-color: #EA002F;
}
.btn-danger:hover {
  color: #FFFFFF;
  background-color: #c40027;
  border-color: #b70025;
}
.btn-danger:focus, .btn-danger.focus {
  color: #FFFFFF;
  background-color: #c40027;
  border-color: #b70025;
  -webkit-box-shadow: 0 0 0 0 rgba(237, 38, 78, 0.5);
          box-shadow: 0 0 0 0 rgba(237, 38, 78, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #FFFFFF;
  background-color: #EA002F;
  border-color: #EA002F;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #FFFFFF;
  background-color: #b70025;
  border-color: #aa0022;
}
.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: 0 0 0 0 rgba(237, 38, 78, 0.5);
          box-shadow: 0 0 0 0 rgba(237, 38, 78, 0.5);
}

.btn-light {
  color: #1D1E22;
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}
.btn-light:hover {
  color: #1D1E22;
  background-color: #e5e5e5;
  border-color: #dfdfdf;
}
.btn-light:focus, .btn-light.focus {
  color: #1D1E22;
  background-color: #e5e5e5;
  border-color: #dfdfdf;
  -webkit-box-shadow: 0 0 0 0 rgba(215, 215, 216, 0.5);
          box-shadow: 0 0 0 0 rgba(215, 215, 216, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #1D1E22;
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #1D1E22;
  background-color: #dfdfdf;
  border-color: #d8d8d8;
}
.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: 0 0 0 0 rgba(215, 215, 216, 0.5);
          box-shadow: 0 0 0 0 rgba(215, 215, 216, 0.5);
}

.btn-dark {
  color: #FFFFFF;
  background-color: #1D1E22;
  border-color: #1D1E22;
}
.btn-dark:hover {
  color: #FFFFFF;
  background-color: #0b0c0d;
  border-color: #060606;
}
.btn-dark:focus, .btn-dark.focus {
  color: #FFFFFF;
  background-color: #0b0c0d;
  border-color: #060606;
  -webkit-box-shadow: 0 0 0 0 rgba(63, 64, 67, 0.5);
          box-shadow: 0 0 0 0 rgba(63, 64, 67, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #FFFFFF;
  background-color: #1D1E22;
  border-color: #1D1E22;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #FFFFFF;
  background-color: #060606;
  border-color: black;
}
.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: 0 0 0 0 rgba(63, 64, 67, 0.5);
          box-shadow: 0 0 0 0 rgba(63, 64, 67, 0.5);
}

.btn-white {
  color: #1D1E22;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-white:hover {
  color: #1D1E22;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus, .btn-white.focus {
  color: #1D1E22;
  background-color: #ececec;
  border-color: #e6e6e6;
  -webkit-box-shadow: 0 0 0 0 rgba(221, 221, 222, 0.5);
          box-shadow: 0 0 0 0 rgba(221, 221, 222, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #1D1E22;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #1D1E22;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(221, 221, 222, 0.5);
          box-shadow: 0 0 0 0 rgba(221, 221, 222, 0.5);
}

.btn-black {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.btn-black:hover {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}
.btn-black:focus, .btn-black.focus {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
  -webkit-box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
}
.btn-black.disabled, .btn-black:disabled {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .show > .btn-black.dropdown-toggle {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}
.btn-black:not(:disabled):not(.disabled):active:focus, .btn-black:not(:disabled):not(.disabled).active:focus, .show > .btn-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
          box-shadow: 0 0 0 0 rgba(38, 38, 38, 0.5);
}

.btn-purple {
  color: #FFFFFF;
  background-color: #A30082;
  border-color: #A30082;
}
.btn-purple:hover {
  color: #FFFFFF;
  background-color: #7d0063;
  border-color: #700059;
}
.btn-purple:focus, .btn-purple.focus {
  color: #FFFFFF;
  background-color: #7d0063;
  border-color: #700059;
  -webkit-box-shadow: 0 0 0 0 rgba(177, 38, 149, 0.5);
          box-shadow: 0 0 0 0 rgba(177, 38, 149, 0.5);
}
.btn-purple.disabled, .btn-purple:disabled {
  color: #FFFFFF;
  background-color: #A30082;
  border-color: #A30082;
}
.btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active, .show > .btn-purple.dropdown-toggle {
  color: #FFFFFF;
  background-color: #700059;
  border-color: #63004f;
}
.btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-purple.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(177, 38, 149, 0.5);
          box-shadow: 0 0 0 0 rgba(177, 38, 149, 0.5);
}

.btn-red {
  color: #FFFFFF;
  background-color: #EA002F;
  border-color: #EA002F;
}
.btn-red:hover {
  color: #FFFFFF;
  background-color: #c40027;
  border-color: #b70025;
}
.btn-red:focus, .btn-red.focus {
  color: #FFFFFF;
  background-color: #c40027;
  border-color: #b70025;
  -webkit-box-shadow: 0 0 0 0 rgba(237, 38, 78, 0.5);
          box-shadow: 0 0 0 0 rgba(237, 38, 78, 0.5);
}
.btn-red.disabled, .btn-red:disabled {
  color: #FFFFFF;
  background-color: #EA002F;
  border-color: #EA002F;
}
.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .show > .btn-red.dropdown-toggle {
  color: #FFFFFF;
  background-color: #b70025;
  border-color: #aa0022;
}
.btn-red:not(:disabled):not(.disabled):active:focus, .btn-red:not(:disabled):not(.disabled).active:focus, .show > .btn-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(237, 38, 78, 0.5);
          box-shadow: 0 0 0 0 rgba(237, 38, 78, 0.5);
}

.btn-gray-900 {
  color: #FFFFFF;
  background-color: #1D1E22;
  border-color: #1D1E22;
}
.btn-gray-900:hover {
  color: #FFFFFF;
  background-color: #0b0c0d;
  border-color: #060606;
}
.btn-gray-900:focus, .btn-gray-900.focus {
  color: #FFFFFF;
  background-color: #0b0c0d;
  border-color: #060606;
  -webkit-box-shadow: 0 0 0 0 rgba(63, 64, 67, 0.5);
          box-shadow: 0 0 0 0 rgba(63, 64, 67, 0.5);
}
.btn-gray-900.disabled, .btn-gray-900:disabled {
  color: #FFFFFF;
  background-color: #1D1E22;
  border-color: #1D1E22;
}
.btn-gray-900:not(:disabled):not(.disabled):active, .btn-gray-900:not(:disabled):not(.disabled).active, .show > .btn-gray-900.dropdown-toggle {
  color: #FFFFFF;
  background-color: #060606;
  border-color: black;
}
.btn-gray-900:not(:disabled):not(.disabled):active:focus, .btn-gray-900:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-900.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(63, 64, 67, 0.5);
          box-shadow: 0 0 0 0 rgba(63, 64, 67, 0.5);
}

.btn-gray-200 {
  color: #1D1E22;
  background-color: #EAEBED;
  border-color: #EAEBED;
}
.btn-gray-200:hover {
  color: #1D1E22;
  background-color: #d5d7db;
  border-color: #cfd1d5;
}
.btn-gray-200:focus, .btn-gray-200.focus {
  color: #1D1E22;
  background-color: #d5d7db;
  border-color: #cfd1d5;
  -webkit-box-shadow: 0 0 0 0 rgba(203, 204, 207, 0.5);
          box-shadow: 0 0 0 0 rgba(203, 204, 207, 0.5);
}
.btn-gray-200.disabled, .btn-gray-200:disabled {
  color: #1D1E22;
  background-color: #EAEBED;
  border-color: #EAEBED;
}
.btn-gray-200:not(:disabled):not(.disabled):active, .btn-gray-200:not(:disabled):not(.disabled).active, .show > .btn-gray-200.dropdown-toggle {
  color: #1D1E22;
  background-color: #cfd1d5;
  border-color: #c8cad0;
}
.btn-gray-200:not(:disabled):not(.disabled):active:focus, .btn-gray-200:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-200.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(203, 204, 207, 0.5);
          box-shadow: 0 0 0 0 rgba(203, 204, 207, 0.5);
}

.btn-gray-300 {
  color: #1D1E22;
  background-color: #D1D1D1;
  border-color: #D1D1D1;
}
.btn-gray-300:hover {
  color: #1D1E22;
  background-color: #bebebe;
  border-color: #b8b8b8;
}
.btn-gray-300:focus, .btn-gray-300.focus {
  color: #1D1E22;
  background-color: #bebebe;
  border-color: #b8b8b8;
  -webkit-box-shadow: 0 0 0 0 rgba(182, 182, 183, 0.5);
          box-shadow: 0 0 0 0 rgba(182, 182, 183, 0.5);
}
.btn-gray-300.disabled, .btn-gray-300:disabled {
  color: #1D1E22;
  background-color: #D1D1D1;
  border-color: #D1D1D1;
}
.btn-gray-300:not(:disabled):not(.disabled):active, .btn-gray-300:not(:disabled):not(.disabled).active, .show > .btn-gray-300.dropdown-toggle {
  color: #1D1E22;
  background-color: #b8b8b8;
  border-color: #b1b1b1;
}
.btn-gray-300:not(:disabled):not(.disabled):active:focus, .btn-gray-300:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-300.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(182, 182, 183, 0.5);
          box-shadow: 0 0 0 0 rgba(182, 182, 183, 0.5);
}

.btn-gray-500 {
  color: #1D1E22;
  background-color: #BCBCBC;
  border-color: #BCBCBC;
}
.btn-gray-500:hover {
  color: #1D1E22;
  background-color: darkgray;
  border-color: #a3a3a3;
}
.btn-gray-500:focus, .btn-gray-500.focus {
  color: #1D1E22;
  background-color: darkgray;
  border-color: #a3a3a3;
  -webkit-box-shadow: 0 0 0 0 rgba(164, 164, 165, 0.5);
          box-shadow: 0 0 0 0 rgba(164, 164, 165, 0.5);
}
.btn-gray-500.disabled, .btn-gray-500:disabled {
  color: #1D1E22;
  background-color: #BCBCBC;
  border-color: #BCBCBC;
}
.btn-gray-500:not(:disabled):not(.disabled):active, .btn-gray-500:not(:disabled):not(.disabled).active, .show > .btn-gray-500.dropdown-toggle {
  color: #1D1E22;
  background-color: #a3a3a3;
  border-color: #9c9c9c;
}
.btn-gray-500:not(:disabled):not(.disabled):active:focus, .btn-gray-500:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-500.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(164, 164, 165, 0.5);
          box-shadow: 0 0 0 0 rgba(164, 164, 165, 0.5);
}

.btn-outline-primary {
  color: #EA002F;
  border-color: #EA002F;
}
.btn-outline-primary:hover {
  color: #FFFFFF;
  background-color: #EA002F;
  border-color: #EA002F;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.5);
          box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #EA002F;
  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: #FFFFFF;
  background-color: #EA002F;
  border-color: #EA002F;
}
.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: 0 0 0 0 rgba(234, 0, 47, 0.5);
          box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.5);
}

.btn-outline-secondary {
  color: #A30082;
  border-color: #A30082;
}
.btn-outline-secondary:hover {
  color: #FFFFFF;
  background-color: #A30082;
  border-color: #A30082;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(163, 0, 130, 0.5);
          box-shadow: 0 0 0 0 rgba(163, 0, 130, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #A30082;
  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: #FFFFFF;
  background-color: #A30082;
  border-color: #A30082;
}
.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: 0 0 0 0 rgba(163, 0, 130, 0.5);
          box-shadow: 0 0 0 0 rgba(163, 0, 130, 0.5);
}

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

.btn-outline-info {
  color: #1eb1c7;
  border-color: #1eb1c7;
}
.btn-outline-info:hover {
  color: #FFFFFF;
  background-color: #1eb1c7;
  border-color: #1eb1c7;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(30, 177, 199, 0.5);
          box-shadow: 0 0 0 0 rgba(30, 177, 199, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #1eb1c7;
  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: #FFFFFF;
  background-color: #1eb1c7;
  border-color: #1eb1c7;
}
.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: 0 0 0 0 rgba(30, 177, 199, 0.5);
          box-shadow: 0 0 0 0 rgba(30, 177, 199, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #1D1E22;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #1D1E22;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #EA002F;
  border-color: #EA002F;
}
.btn-outline-danger:hover {
  color: #FFFFFF;
  background-color: #EA002F;
  border-color: #EA002F;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.5);
          box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #EA002F;
  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: #FFFFFF;
  background-color: #EA002F;
  border-color: #EA002F;
}
.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: 0 0 0 0 rgba(234, 0, 47, 0.5);
          box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.5);
}

.btn-outline-light {
  color: #F8F8F8;
  border-color: #F8F8F8;
}
.btn-outline-light:hover {
  color: #1D1E22;
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(248, 248, 248, 0.5);
          box-shadow: 0 0 0 0 rgba(248, 248, 248, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #F8F8F8;
  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: #1D1E22;
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}
.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: 0 0 0 0 rgba(248, 248, 248, 0.5);
          box-shadow: 0 0 0 0 rgba(248, 248, 248, 0.5);
}

.btn-outline-dark {
  color: #1D1E22;
  border-color: #1D1E22;
}
.btn-outline-dark:hover {
  color: #FFFFFF;
  background-color: #1D1E22;
  border-color: #1D1E22;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(29, 30, 34, 0.5);
          box-shadow: 0 0 0 0 rgba(29, 30, 34, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #1D1E22;
  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: #FFFFFF;
  background-color: #1D1E22;
  border-color: #1D1E22;
}
.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: 0 0 0 0 rgba(29, 30, 34, 0.5);
          box-shadow: 0 0 0 0 rgba(29, 30, 34, 0.5);
}

.btn-outline-white {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-white:hover {
  color: #1D1E22;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #FFFFFF;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #1D1E22;
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-outline-black {
  color: #000000;
  border-color: #000000;
}
.btn-outline-black:hover {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.btn-outline-black:focus, .btn-outline-black.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
.btn-outline-black.disabled, .btn-outline-black:disabled {
  color: #000000;
  background-color: transparent;
}
.btn-outline-black:not(:disabled):not(.disabled):active, .btn-outline-black:not(:disabled):not(.disabled).active, .show > .btn-outline-black.dropdown-toggle {
  color: #FFFFFF;
  background-color: #000000;
  border-color: #000000;
}
.btn-outline-black:not(:disabled):not(.disabled):active:focus, .btn-outline-black:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-black.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

.btn-outline-purple {
  color: #A30082;
  border-color: #A30082;
}
.btn-outline-purple:hover {
  color: #FFFFFF;
  background-color: #A30082;
  border-color: #A30082;
}
.btn-outline-purple:focus, .btn-outline-purple.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(163, 0, 130, 0.5);
          box-shadow: 0 0 0 0 rgba(163, 0, 130, 0.5);
}
.btn-outline-purple.disabled, .btn-outline-purple:disabled {
  color: #A30082;
  background-color: transparent;
}
.btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active, .show > .btn-outline-purple.dropdown-toggle {
  color: #FFFFFF;
  background-color: #A30082;
  border-color: #A30082;
}
.btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-purple.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(163, 0, 130, 0.5);
          box-shadow: 0 0 0 0 rgba(163, 0, 130, 0.5);
}

.btn-outline-red {
  color: #EA002F;
  border-color: #EA002F;
}
.btn-outline-red:hover {
  color: #FFFFFF;
  background-color: #EA002F;
  border-color: #EA002F;
}
.btn-outline-red:focus, .btn-outline-red.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.5);
          box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.5);
}
.btn-outline-red.disabled, .btn-outline-red:disabled {
  color: #EA002F;
  background-color: transparent;
}
.btn-outline-red:not(:disabled):not(.disabled):active, .btn-outline-red:not(:disabled):not(.disabled).active, .show > .btn-outline-red.dropdown-toggle {
  color: #FFFFFF;
  background-color: #EA002F;
  border-color: #EA002F;
}
.btn-outline-red:not(:disabled):not(.disabled):active:focus, .btn-outline-red:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-red.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.5);
          box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.5);
}

.btn-outline-gray-900 {
  color: #1D1E22;
  border-color: #1D1E22;
}
.btn-outline-gray-900:hover {
  color: #FFFFFF;
  background-color: #1D1E22;
  border-color: #1D1E22;
}
.btn-outline-gray-900:focus, .btn-outline-gray-900.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(29, 30, 34, 0.5);
          box-shadow: 0 0 0 0 rgba(29, 30, 34, 0.5);
}
.btn-outline-gray-900.disabled, .btn-outline-gray-900:disabled {
  color: #1D1E22;
  background-color: transparent;
}
.btn-outline-gray-900:not(:disabled):not(.disabled):active, .btn-outline-gray-900:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-900.dropdown-toggle {
  color: #FFFFFF;
  background-color: #1D1E22;
  border-color: #1D1E22;
}
.btn-outline-gray-900:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-900:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-900.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(29, 30, 34, 0.5);
          box-shadow: 0 0 0 0 rgba(29, 30, 34, 0.5);
}

.btn-outline-gray-200 {
  color: #EAEBED;
  border-color: #EAEBED;
}
.btn-outline-gray-200:hover {
  color: #1D1E22;
  background-color: #EAEBED;
  border-color: #EAEBED;
}
.btn-outline-gray-200:focus, .btn-outline-gray-200.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(234, 235, 237, 0.5);
          box-shadow: 0 0 0 0 rgba(234, 235, 237, 0.5);
}
.btn-outline-gray-200.disabled, .btn-outline-gray-200:disabled {
  color: #EAEBED;
  background-color: transparent;
}
.btn-outline-gray-200:not(:disabled):not(.disabled):active, .btn-outline-gray-200:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-200.dropdown-toggle {
  color: #1D1E22;
  background-color: #EAEBED;
  border-color: #EAEBED;
}
.btn-outline-gray-200:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-200:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-200.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(234, 235, 237, 0.5);
          box-shadow: 0 0 0 0 rgba(234, 235, 237, 0.5);
}

.btn-outline-gray-300 {
  color: #D1D1D1;
  border-color: #D1D1D1;
}
.btn-outline-gray-300:hover {
  color: #1D1E22;
  background-color: #D1D1D1;
  border-color: #D1D1D1;
}
.btn-outline-gray-300:focus, .btn-outline-gray-300.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(209, 209, 209, 0.5);
          box-shadow: 0 0 0 0 rgba(209, 209, 209, 0.5);
}
.btn-outline-gray-300.disabled, .btn-outline-gray-300:disabled {
  color: #D1D1D1;
  background-color: transparent;
}
.btn-outline-gray-300:not(:disabled):not(.disabled):active, .btn-outline-gray-300:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-300.dropdown-toggle {
  color: #1D1E22;
  background-color: #D1D1D1;
  border-color: #D1D1D1;
}
.btn-outline-gray-300:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-300:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-300.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(209, 209, 209, 0.5);
          box-shadow: 0 0 0 0 rgba(209, 209, 209, 0.5);
}

.btn-outline-gray-500 {
  color: #BCBCBC;
  border-color: #BCBCBC;
}
.btn-outline-gray-500:hover {
  color: #1D1E22;
  background-color: #BCBCBC;
  border-color: #BCBCBC;
}
.btn-outline-gray-500:focus, .btn-outline-gray-500.focus {
  -webkit-box-shadow: 0 0 0 0 rgba(188, 188, 188, 0.5);
          box-shadow: 0 0 0 0 rgba(188, 188, 188, 0.5);
}
.btn-outline-gray-500.disabled, .btn-outline-gray-500:disabled {
  color: #BCBCBC;
  background-color: transparent;
}
.btn-outline-gray-500:not(:disabled):not(.disabled):active, .btn-outline-gray-500:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-500.dropdown-toggle {
  color: #1D1E22;
  background-color: #BCBCBC;
  border-color: #BCBCBC;
}
.btn-outline-gray-500:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-500:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-500.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(188, 188, 188, 0.5);
          box-shadow: 0 0 0 0 rgba(188, 188, 188, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #1D1E22;
  text-decoration: none;
}
.btn-link:hover {
  color: black;
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #BCBCBC;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 15px 30px;
  font-size: 1.4375rem;
  line-height: 1.3;
  border-radius: 3px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0 0;
  font-size: 0.75rem;
  line-height: 1em;
  border-radius: 17px;
}

.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-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

@media (min-width: 375px) {
  .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: 1024px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1700px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 0.75rem;
  clear: both;
  font-weight: 400;
  color: #1D1E22;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active {
  color: #FFFFFF;
  text-decoration: none;
  background-color: inherit;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #BCBCBC;
  pointer-events: none;
  background-color: transparent;
}

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

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

.dropdown-item-text {
  display: block;
  padding: 0.25rem 0.75rem;
  color: #1D1E22;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0;
  padding-left: 0;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0;
  padding-left: 0;
}

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

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

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

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  background-color: #EAEBED;
  border: 1px solid #FFFFFF;
  border-radius: 100px;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.4375rem;
  line-height: 1.3;
  border-radius: 20px;
}

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

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

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.375rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #1D1E22;
  border-color: #1D1E22;
  background-color: #FFFFFF;
}
.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.25);
          box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #1D1E22;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #FFFFFF;
  background-color: #6f7382;
  border-color: #6f7382;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #BCBCBC;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #EAEBED;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.375rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #FFFFFF;
  border: #1D1E22 solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.375rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 4px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%231D1E22' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #1D1E22;
  background-color: #1D1E22;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%231D1E22' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #FFFFFF;
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: #FFFFFF;
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%231D1E22'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #FFFFFF;
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.375rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #1D1E22;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #FFFFFF;
  -webkit-transform: translateX(0.75rem);
      -ms-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: #FFFFFF;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.875rem + 2px);
  padding: 0.9375rem 1.75rem 0.9375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #000000;
  vertical-align: middle;
  background: #FFFFFF url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%231D1E22' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #FFFFFF;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #585858;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.25);
          box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.25);
}
.custom-select:focus::-ms-value {
  color: #000000;
  background-color: #FFFFFF;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #BCBCBC;
  background-color: #EAEBED;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000000;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.875rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #585858;
  -webkit-box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.25);
          box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #EAEBED;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.875rem + 2px);
  padding: 0.9375rem 0.75rem;
  font-weight: 400;
  line-height: 1;
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 100px;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.875rem;
  padding: 0.9375rem 0.75rem;
  line-height: 1;
  color: #000000;
  content: "Browse";
  background-color: #EAEBED;
  border-left: inherit;
  border-radius: 0 100px 100px 0;
}

.custom-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0 rgba(234, 0, 47, 0.25);
          box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0 rgba(234, 0, 47, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0 rgba(234, 0, 47, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0 rgba(234, 0, 47, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #EA002F;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: 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;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #ff9eb1;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #D1D1D1;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #EA002F;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #ff9eb1;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #D1D1D1;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #EA002F;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #ff9eb1;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #D1D1D1;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #D1D1D1;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #BCBCBC;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #BCBCBC;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #BCBCBC;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: 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) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.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: #BCBCBC;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #D1D1D1;
}
.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: #EAEBED #EAEBED #D1D1D1;
}
.nav-tabs .nav-link.disabled {
  color: #BCBCBC;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #1D1E22;
  background-color: #FFFFFF;
  border-color: #D1D1D1 #D1D1D1 #FFFFFF;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 100px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #FFFFFF;
  background-color: #1D1E22;
}

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

.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: #FFFFFF;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 20px;
}
.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(20px - 0px);
  border-top-right-radius: calc(20px - 0px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(20px - 0px);
  border-bottom-left-radius: calc(20px - 0px);
}
.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: 0px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(20px - 0px) calc(20px - 0px) 0 0;
}

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

.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(20px - 0px);
}

.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(20px - 0px);
  border-top-right-radius: calc(20px - 0px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(20px - 0px);
  border-bottom-left-radius: calc(20px - 0px);
}

.card-deck .card {
  margin-bottom: 6px;
}
@media (min-width: 375px) {
  .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: -6px;
    margin-left: -6px;
  }
  .card-deck .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-right: 6px;
    margin-bottom: 0;
    margin-left: 6px;
  }
}

.card-group > .card {
  margin-bottom: 6px;
}
@media (min-width: 375px) {
  .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: 375px) {
  .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: 0px;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 8px 15px;
  margin-left: 0;
  line-height: 1.25;
  color: #1D1E22;
  background-color: transparent;
  border: 0 solid #D1D1D1;
}
.page-link:hover {
  z-index: 2;
  color: #FFFFFF;
  text-decoration: none;
  background-color: #1D1E22;
  border-color: transparent;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.25);
          box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #FFFFFF;
  background-color: #1D1E22;
  border-color: transparent;
}
.page-item.disabled .page-link {
  color: #BCBCBC;
  pointer-events: none;
  cursor: auto;
  background-color: #FFFFFF;
  border-color: #D1D1D1;
}

.pagination-lg .page-link {
  padding: 0.75rem 1rem;
  font-size: 1.4375rem;
  line-height: 1.3;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

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

.badge {
  display: inline-block;
  padding: 8px 15px;
  font-size: 75%;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 100px;
  -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) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #FFFFFF;
  background-color: #EA002F;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #FFFFFF;
  background-color: #b70025;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.5);
          box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.5);
}

.badge-secondary {
  color: #FFFFFF;
  background-color: #A30082;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #FFFFFF;
  background-color: #700059;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(163, 0, 130, 0.5);
          box-shadow: 0 0 0 0 rgba(163, 0, 130, 0.5);
}

.badge-success {
  color: #FFFFFF;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #FFFFFF;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #FFFFFF;
  background-color: #1eb1c7;
}
a.badge-info:hover, a.badge-info:focus {
  color: #FFFFFF;
  background-color: #178a9b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(30, 177, 199, 0.5);
          box-shadow: 0 0 0 0 rgba(30, 177, 199, 0.5);
}

.badge-warning {
  color: #1D1E22;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #1D1E22;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #FFFFFF;
  background-color: #EA002F;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #FFFFFF;
  background-color: #b70025;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.5);
          box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.5);
}

.badge-light {
  color: #1D1E22;
  background-color: #F8F8F8;
}
a.badge-light:hover, a.badge-light:focus {
  color: #1D1E22;
  background-color: #dfdfdf;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(248, 248, 248, 0.5);
          box-shadow: 0 0 0 0 rgba(248, 248, 248, 0.5);
}

.badge-dark {
  color: #FFFFFF;
  background-color: #1D1E22;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #FFFFFF;
  background-color: #060606;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(29, 30, 34, 0.5);
          box-shadow: 0 0 0 0 rgba(29, 30, 34, 0.5);
}

.badge-white {
  color: #1D1E22;
  background-color: #FFFFFF;
}
a.badge-white:hover, a.badge-white:focus {
  color: #1D1E22;
  background-color: #e6e6e6;
}
a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.badge-black {
  color: #FFFFFF;
  background-color: #000000;
}
a.badge-black:hover, a.badge-black:focus {
  color: #FFFFFF;
  background-color: black;
}
a.badge-black:focus, a.badge-black.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}

.badge-purple {
  color: #FFFFFF;
  background-color: #A30082;
}
a.badge-purple:hover, a.badge-purple:focus {
  color: #FFFFFF;
  background-color: #700059;
}
a.badge-purple:focus, a.badge-purple.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(163, 0, 130, 0.5);
          box-shadow: 0 0 0 0 rgba(163, 0, 130, 0.5);
}

.badge-red {
  color: #FFFFFF;
  background-color: #EA002F;
}
a.badge-red:hover, a.badge-red:focus {
  color: #FFFFFF;
  background-color: #b70025;
}
a.badge-red:focus, a.badge-red.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.5);
          box-shadow: 0 0 0 0 rgba(234, 0, 47, 0.5);
}

.badge-gray-900 {
  color: #FFFFFF;
  background-color: #1D1E22;
}
a.badge-gray-900:hover, a.badge-gray-900:focus {
  color: #FFFFFF;
  background-color: #060606;
}
a.badge-gray-900:focus, a.badge-gray-900.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(29, 30, 34, 0.5);
          box-shadow: 0 0 0 0 rgba(29, 30, 34, 0.5);
}

.badge-gray-200 {
  color: #1D1E22;
  background-color: #EAEBED;
}
a.badge-gray-200:hover, a.badge-gray-200:focus {
  color: #1D1E22;
  background-color: #cfd1d5;
}
a.badge-gray-200:focus, a.badge-gray-200.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(234, 235, 237, 0.5);
          box-shadow: 0 0 0 0 rgba(234, 235, 237, 0.5);
}

.badge-gray-300 {
  color: #1D1E22;
  background-color: #D1D1D1;
}
a.badge-gray-300:hover, a.badge-gray-300:focus {
  color: #1D1E22;
  background-color: #b8b8b8;
}
a.badge-gray-300:focus, a.badge-gray-300.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(209, 209, 209, 0.5);
          box-shadow: 0 0 0 0 rgba(209, 209, 209, 0.5);
}

.badge-gray-500 {
  color: #1D1E22;
  background-color: #BCBCBC;
}
a.badge-gray-500:hover, a.badge-gray-500:focus {
  color: #1D1E22;
  background-color: #a3a3a3;
}
a.badge-gray-500:focus, a.badge-gray-500.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(188, 188, 188, 0.5);
          box-shadow: 0 0 0 0 rgba(188, 188, 188, 0.5);
}

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #7a0018;
  background-color: #fbccd5;
  border-color: #f9b8c5;
}
.alert-primary hr {
  border-top-color: #f7a0b2;
}
.alert-primary .alert-link {
  color: #47000e;
}

.alert-secondary {
  color: #550044;
  background-color: #edcce6;
  border-color: #e5b8dc;
}
.alert-secondary hr {
  border-top-color: #dea5d3;
}
.alert-secondary .alert-link {
  color: #22001b;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #105c67;
  background-color: #d2eff4;
  border-color: #c0e9ef;
}
.alert-info hr {
  border-top-color: #ace2ea;
}
.alert-info .alert-link {
  color: #09353b;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #7a0018;
  background-color: #fbccd5;
  border-color: #f9b8c5;
}
.alert-danger hr {
  border-top-color: #f7a0b2;
}
.alert-danger .alert-link {
  color: #47000e;
}

.alert-light {
  color: #818181;
  background-color: #fefefe;
  border-color: #fdfdfd;
}
.alert-light hr {
  border-top-color: #f0f0f0;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #0f1012;
  background-color: #d2d2d3;
  border-color: #c0c0c1;
}
.alert-dark hr {
  border-top-color: #b3b3b4;
}
.alert-dark .alert-link {
  color: black;
}

.alert-white {
  color: #858585;
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #6c6c6c;
}

.alert-black {
  color: black;
  background-color: #cccccc;
  border-color: #b8b8b8;
}
.alert-black hr {
  border-top-color: #ababab;
}
.alert-black .alert-link {
  color: black;
}

.alert-purple {
  color: #550044;
  background-color: #edcce6;
  border-color: #e5b8dc;
}
.alert-purple hr {
  border-top-color: #dea5d3;
}
.alert-purple .alert-link {
  color: #22001b;
}

.alert-red {
  color: #7a0018;
  background-color: #fbccd5;
  border-color: #f9b8c5;
}
.alert-red hr {
  border-top-color: #f7a0b2;
}
.alert-red .alert-link {
  color: #47000e;
}

.alert-gray-900 {
  color: #0f1012;
  background-color: #d2d2d3;
  border-color: #c0c0c1;
}
.alert-gray-900 hr {
  border-top-color: #b3b3b4;
}
.alert-gray-900 .alert-link {
  color: black;
}

.alert-gray-200 {
  color: #7a7a7b;
  background-color: #fbfbfb;
  border-color: #f9f9fa;
}
.alert-gray-200 hr {
  border-top-color: #ebebee;
}
.alert-gray-200 .alert-link {
  color: #616161;
}

.alert-gray-300 {
  color: #6d6d6d;
  background-color: #f6f6f6;
  border-color: #f2f2f2;
}
.alert-gray-300 hr {
  border-top-color: #e5e5e5;
}
.alert-gray-300 .alert-link {
  color: #545454;
}

.alert-gray-500 {
  color: #626262;
  background-color: #f2f2f2;
  border-color: #ececec;
}
.alert-gray-500 hr {
  border-top-color: #dfdfdf;
}
.alert-gray-500 .alert-link {
  color: #494949;
}

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

.list-group {
  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;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #1D1E22;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #1D1E22;
  text-decoration: none;
  background-color: #F8F8F8;
}
.list-group-item-action:active {
  color: #1D1E22;
  background-color: #EAEBED;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #BCBCBC;
  pointer-events: none;
  background-color: #FFFFFF;
}
.list-group-item.active {
  z-index: 2;
  color: #FFFFFF;
  background-color: #EA002F;
  border-color: #EA002F;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 375px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1024px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1700px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #7a0018;
  background-color: #f9b8c5;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #7a0018;
  background-color: #f7a0b2;
}
.list-group-item-primary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #7a0018;
  border-color: #7a0018;
}

.list-group-item-secondary {
  color: #550044;
  background-color: #e5b8dc;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #550044;
  background-color: #dea5d3;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #550044;
  border-color: #550044;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #105c67;
  background-color: #c0e9ef;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #105c67;
  background-color: #ace2ea;
}
.list-group-item-info.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #105c67;
  border-color: #105c67;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #7a0018;
  background-color: #f9b8c5;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #7a0018;
  background-color: #f7a0b2;
}
.list-group-item-danger.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #7a0018;
  border-color: #7a0018;
}

.list-group-item-light {
  color: #818181;
  background-color: #fdfdfd;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818181;
  background-color: #f0f0f0;
}
.list-group-item-light.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #818181;
  border-color: #818181;
}

.list-group-item-dark {
  color: #0f1012;
  background-color: #c0c0c1;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #0f1012;
  background-color: #b3b3b4;
}
.list-group-item-dark.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #0f1012;
  border-color: #0f1012;
}

.list-group-item-white {
  color: #858585;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #858585;
  background-color: #f2f2f2;
}
.list-group-item-white.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #858585;
  border-color: #858585;
}

.list-group-item-black {
  color: black;
  background-color: #b8b8b8;
}
.list-group-item-black.list-group-item-action:hover, .list-group-item-black.list-group-item-action:focus {
  color: black;
  background-color: #ababab;
}
.list-group-item-black.list-group-item-action.active {
  color: #FFFFFF;
  background-color: black;
  border-color: black;
}

.list-group-item-purple {
  color: #550044;
  background-color: #e5b8dc;
}
.list-group-item-purple.list-group-item-action:hover, .list-group-item-purple.list-group-item-action:focus {
  color: #550044;
  background-color: #dea5d3;
}
.list-group-item-purple.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #550044;
  border-color: #550044;
}

.list-group-item-red {
  color: #7a0018;
  background-color: #f9b8c5;
}
.list-group-item-red.list-group-item-action:hover, .list-group-item-red.list-group-item-action:focus {
  color: #7a0018;
  background-color: #f7a0b2;
}
.list-group-item-red.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #7a0018;
  border-color: #7a0018;
}

.list-group-item-gray-900 {
  color: #0f1012;
  background-color: #c0c0c1;
}
.list-group-item-gray-900.list-group-item-action:hover, .list-group-item-gray-900.list-group-item-action:focus {
  color: #0f1012;
  background-color: #b3b3b4;
}
.list-group-item-gray-900.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #0f1012;
  border-color: #0f1012;
}

.list-group-item-gray-200 {
  color: #7a7a7b;
  background-color: #f9f9fa;
}
.list-group-item-gray-200.list-group-item-action:hover, .list-group-item-gray-200.list-group-item-action:focus {
  color: #7a7a7b;
  background-color: #ebebee;
}
.list-group-item-gray-200.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #7a7a7b;
  border-color: #7a7a7b;
}

.list-group-item-gray-300 {
  color: #6d6d6d;
  background-color: #f2f2f2;
}
.list-group-item-gray-300.list-group-item-action:hover, .list-group-item-gray-300.list-group-item-action:focus {
  color: #6d6d6d;
  background-color: #e5e5e5;
}
.list-group-item-gray-300.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #6d6d6d;
  border-color: #6d6d6d;
}

.list-group-item-gray-500 {
  color: #626262;
  background-color: #ececec;
}
.list-group-item-gray-500.list-group-item-action:hover, .list-group-item-gray-500.list-group-item-action:focus {
  color: #626262;
  background-color: #dfdfdf;
}
.list-group-item-gray-500.list-group-item-action.active {
  color: #FFFFFF;
  background-color: #626262;
  border-color: #626262;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #FFFFFF;
  opacity: 0.5;
}
.close:hover {
  color: #000000;
  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;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Montserrat, "Open Sans", Helvetica, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #FFFFFF;
  text-align: center;
  background-color: #000000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Montserrat, "Open Sans", Helvetica, Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  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: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 20px;
}
.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: #FFFFFF;
}

.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: 20px 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: #FFFFFF;
}

.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: #FFFFFF;
}
.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 #f7f7f7;
}

.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: 20px 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: #FFFFFF;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: 19px;
  border-top-right-radius: 19px;
}
.popover-header:empty {
  display: none;
}

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

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

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #b70025 !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #700059 !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: #1e7e34 !important;
}

.bg-info {
  background-color: #1eb1c7 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #178a9b !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #b70025 !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dfdfdf !important;
}

.bg-dark {
  background-color: #1D1E22 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #060606 !important;
}

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

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

.bg-black {
  background-color: #000000 !important;
}

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

.bg-purple {
  background-color: #A30082 !important;
}

a.bg-purple:hover, a.bg-purple:focus,
button.bg-purple:hover,
button.bg-purple:focus {
  background-color: #700059 !important;
}

.bg-red {
  background-color: #EA002F !important;
}

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #b70025 !important;
}

.bg-gray-900 {
  background-color: #1D1E22 !important;
}

a.bg-gray-900:hover, a.bg-gray-900:focus,
button.bg-gray-900:hover,
button.bg-gray-900:focus {
  background-color: #060606 !important;
}

.bg-gray-200 {
  background-color: #EAEBED !important;
}

a.bg-gray-200:hover, a.bg-gray-200:focus,
button.bg-gray-200:hover,
button.bg-gray-200:focus {
  background-color: #cfd1d5 !important;
}

.bg-gray-300 {
  background-color: #D1D1D1 !important;
}

a.bg-gray-300:hover, a.bg-gray-300:focus,
button.bg-gray-300:hover,
button.bg-gray-300:focus {
  background-color: #b8b8b8 !important;
}

.bg-gray-500 {
  background-color: #BCBCBC !important;
}

a.bg-gray-500:hover, a.bg-gray-500:focus,
button.bg-gray-500:hover,
button.bg-gray-500:focus {
  background-color: #a3a3a3 !important;
}

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

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

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

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

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

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

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

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

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

.border-info {
  border-color: #1eb1c7 !important;
}

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

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

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

.border-dark {
  border-color: #1D1E22 !important;
}

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

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

.border-purple {
  border-color: #A30082 !important;
}

.border-red {
  border-color: #EA002F !important;
}

.border-gray-900 {
  border-color: #1D1E22 !important;
}

.border-gray-200 {
  border-color: #EAEBED !important;
}

.border-gray-300 {
  border-color: #D1D1D1 !important;
}

.border-gray-500 {
  border-color: #BCBCBC !important;
}

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

.rounded-sm {
  border-radius: 10px !important;
}

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

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

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

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

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

.rounded-lg {
  border-radius: 20px !important;
}

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

.rounded-pill {
  border-radius: 100px !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: 375px) {
  .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: 1024px) {
  .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: 1700px) {
  .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 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%;
}

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

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

.embed-responsive-16by10::before {
  padding-top: 62.5%;
}

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

.embed-responsive-3by4::before {
  padding-top: 133.3333333333%;
}

.embed-responsive-62by67::before {
  padding-top: 108.064516129%;
}

.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: 375px) {
  .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: 1024px) {
  .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: 1700px) {
  .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;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 375px) {
  .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: 1024px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1700px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          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.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

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

.shadow-lg {
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
          box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !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 {
  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.4rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-n7 {
  margin: -0.125rem !important;
}

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

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

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

.ml-n7,
.mx-n7 {
  margin-left: -0.125rem !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: 375px) {
  .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.4rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.4rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.4rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.4rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.4rem !important;
  }
  .m-sm-2 {
    margin: 0.9rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.9rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.9rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.9rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.9rem !important;
  }
  .m-sm-3 {
    margin: 1.75rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1.75rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1.75rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1.75rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1.75rem !important;
  }
  .m-sm-4 {
    margin: 3.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 3.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 3.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 3.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 3.5rem !important;
  }
  .m-sm-5 {
    margin: 7rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 7rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 7rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 7rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 7rem !important;
  }
  .m-sm-6 {
    margin: 10rem !important;
  }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 10rem !important;
  }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 10rem !important;
  }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 10rem !important;
  }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 10rem !important;
  }
  .m-sm-7 {
    margin: 0.125rem !important;
  }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 0.125rem !important;
  }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 0.125rem !important;
  }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 0.125rem !important;
  }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 0.125rem !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.4rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.4rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.4rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.4rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.4rem !important;
  }
  .p-sm-2 {
    padding: 0.9rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.9rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.9rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.9rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.9rem !important;
  }
  .p-sm-3 {
    padding: 1.75rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1.75rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1.75rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1.75rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1.75rem !important;
  }
  .p-sm-4 {
    padding: 3.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 3.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 3.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 3.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 3.5rem !important;
  }
  .p-sm-5 {
    padding: 7rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 7rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 7rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 7rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 7rem !important;
  }
  .p-sm-6 {
    padding: 10rem !important;
  }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 10rem !important;
  }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 10rem !important;
  }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 10rem !important;
  }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 10rem !important;
  }
  .p-sm-7 {
    padding: 0.125rem !important;
  }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 0.125rem !important;
  }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 0.125rem !important;
  }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 0.125rem !important;
  }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 0.125rem !important;
  }
  .m-sm-n1 {
    margin: -0.4rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.4rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.4rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.4rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.4rem !important;
  }
  .m-sm-n2 {
    margin: -0.9rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.9rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.9rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.9rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.9rem !important;
  }
  .m-sm-n3 {
    margin: -1.75rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1.75rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1.75rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1.75rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1.75rem !important;
  }
  .m-sm-n4 {
    margin: -3.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -3.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -3.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -3.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -3.5rem !important;
  }
  .m-sm-n5 {
    margin: -7rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -7rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -7rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -7rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -7rem !important;
  }
  .m-sm-n6 {
    margin: -10rem !important;
  }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -10rem !important;
  }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -10rem !important;
  }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -10rem !important;
  }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -10rem !important;
  }
  .m-sm-n7 {
    margin: -0.125rem !important;
  }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -0.125rem !important;
  }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -0.125rem !important;
  }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -0.125rem !important;
  }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -0.125rem !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.4rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.4rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.4rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.4rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.4rem !important;
  }
  .m-md-2 {
    margin: 0.9rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.9rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.9rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.9rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.9rem !important;
  }
  .m-md-3 {
    margin: 1.75rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1.75rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1.75rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1.75rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1.75rem !important;
  }
  .m-md-4 {
    margin: 3.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 3.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 3.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 3.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 3.5rem !important;
  }
  .m-md-5 {
    margin: 7rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 7rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 7rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 7rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 7rem !important;
  }
  .m-md-6 {
    margin: 10rem !important;
  }
  .mt-md-6,
  .my-md-6 {
    margin-top: 10rem !important;
  }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 10rem !important;
  }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 10rem !important;
  }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 10rem !important;
  }
  .m-md-7 {
    margin: 0.125rem !important;
  }
  .mt-md-7,
  .my-md-7 {
    margin-top: 0.125rem !important;
  }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 0.125rem !important;
  }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 0.125rem !important;
  }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 0.125rem !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.4rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.4rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.4rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.4rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.4rem !important;
  }
  .p-md-2 {
    padding: 0.9rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.9rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.9rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.9rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.9rem !important;
  }
  .p-md-3 {
    padding: 1.75rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1.75rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1.75rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1.75rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1.75rem !important;
  }
  .p-md-4 {
    padding: 3.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 3.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 3.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 3.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 3.5rem !important;
  }
  .p-md-5 {
    padding: 7rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 7rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 7rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 7rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 7rem !important;
  }
  .p-md-6 {
    padding: 10rem !important;
  }
  .pt-md-6,
  .py-md-6 {
    padding-top: 10rem !important;
  }
  .pr-md-6,
  .px-md-6 {
    padding-right: 10rem !important;
  }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 10rem !important;
  }
  .pl-md-6,
  .px-md-6 {
    padding-left: 10rem !important;
  }
  .p-md-7 {
    padding: 0.125rem !important;
  }
  .pt-md-7,
  .py-md-7 {
    padding-top: 0.125rem !important;
  }
  .pr-md-7,
  .px-md-7 {
    padding-right: 0.125rem !important;
  }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 0.125rem !important;
  }
  .pl-md-7,
  .px-md-7 {
    padding-left: 0.125rem !important;
  }
  .m-md-n1 {
    margin: -0.4rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.4rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.4rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.4rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.4rem !important;
  }
  .m-md-n2 {
    margin: -0.9rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.9rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.9rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.9rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.9rem !important;
  }
  .m-md-n3 {
    margin: -1.75rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1.75rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1.75rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1.75rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1.75rem !important;
  }
  .m-md-n4 {
    margin: -3.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -3.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -3.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -3.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -3.5rem !important;
  }
  .m-md-n5 {
    margin: -7rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -7rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -7rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -7rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -7rem !important;
  }
  .m-md-n6 {
    margin: -10rem !important;
  }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -10rem !important;
  }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -10rem !important;
  }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -10rem !important;
  }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -10rem !important;
  }
  .m-md-n7 {
    margin: -0.125rem !important;
  }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -0.125rem !important;
  }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -0.125rem !important;
  }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -0.125rem !important;
  }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -0.125rem !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: 1024px) {
  .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.4rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.4rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.4rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.4rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.4rem !important;
  }
  .m-lg-2 {
    margin: 0.9rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.9rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.9rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.9rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.9rem !important;
  }
  .m-lg-3 {
    margin: 1.75rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1.75rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1.75rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1.75rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1.75rem !important;
  }
  .m-lg-4 {
    margin: 3.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 3.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 3.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 3.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 3.5rem !important;
  }
  .m-lg-5 {
    margin: 7rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 7rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 7rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 7rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 7rem !important;
  }
  .m-lg-6 {
    margin: 10rem !important;
  }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 10rem !important;
  }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 10rem !important;
  }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 10rem !important;
  }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 10rem !important;
  }
  .m-lg-7 {
    margin: 0.125rem !important;
  }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 0.125rem !important;
  }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 0.125rem !important;
  }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 0.125rem !important;
  }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 0.125rem !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.4rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.4rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.4rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.4rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.4rem !important;
  }
  .p-lg-2 {
    padding: 0.9rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.9rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.9rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.9rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.9rem !important;
  }
  .p-lg-3 {
    padding: 1.75rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1.75rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1.75rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1.75rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1.75rem !important;
  }
  .p-lg-4 {
    padding: 3.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 3.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 3.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 3.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 3.5rem !important;
  }
  .p-lg-5 {
    padding: 7rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 7rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 7rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 7rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 7rem !important;
  }
  .p-lg-6 {
    padding: 10rem !important;
  }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 10rem !important;
  }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 10rem !important;
  }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 10rem !important;
  }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 10rem !important;
  }
  .p-lg-7 {
    padding: 0.125rem !important;
  }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 0.125rem !important;
  }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 0.125rem !important;
  }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 0.125rem !important;
  }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 0.125rem !important;
  }
  .m-lg-n1 {
    margin: -0.4rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.4rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.4rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.4rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.4rem !important;
  }
  .m-lg-n2 {
    margin: -0.9rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.9rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.9rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.9rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.9rem !important;
  }
  .m-lg-n3 {
    margin: -1.75rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1.75rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1.75rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1.75rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1.75rem !important;
  }
  .m-lg-n4 {
    margin: -3.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -3.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -3.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -3.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -3.5rem !important;
  }
  .m-lg-n5 {
    margin: -7rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -7rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -7rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -7rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -7rem !important;
  }
  .m-lg-n6 {
    margin: -10rem !important;
  }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -10rem !important;
  }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -10rem !important;
  }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -10rem !important;
  }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -10rem !important;
  }
  .m-lg-n7 {
    margin: -0.125rem !important;
  }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -0.125rem !important;
  }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -0.125rem !important;
  }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -0.125rem !important;
  }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -0.125rem !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: 1700px) {
  .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.4rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.4rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.4rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.4rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.4rem !important;
  }
  .m-xl-2 {
    margin: 0.9rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.9rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.9rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.9rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.9rem !important;
  }
  .m-xl-3 {
    margin: 1.75rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1.75rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1.75rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1.75rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1.75rem !important;
  }
  .m-xl-4 {
    margin: 3.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 3.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 3.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 3.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 3.5rem !important;
  }
  .m-xl-5 {
    margin: 7rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 7rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 7rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 7rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 7rem !important;
  }
  .m-xl-6 {
    margin: 10rem !important;
  }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 10rem !important;
  }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 10rem !important;
  }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 10rem !important;
  }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 10rem !important;
  }
  .m-xl-7 {
    margin: 0.125rem !important;
  }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 0.125rem !important;
  }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 0.125rem !important;
  }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 0.125rem !important;
  }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 0.125rem !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.4rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.4rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.4rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.4rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.4rem !important;
  }
  .p-xl-2 {
    padding: 0.9rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.9rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.9rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.9rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.9rem !important;
  }
  .p-xl-3 {
    padding: 1.75rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1.75rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1.75rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1.75rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1.75rem !important;
  }
  .p-xl-4 {
    padding: 3.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 3.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 3.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 3.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 3.5rem !important;
  }
  .p-xl-5 {
    padding: 7rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 7rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 7rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 7rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 7rem !important;
  }
  .p-xl-6 {
    padding: 10rem !important;
  }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 10rem !important;
  }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 10rem !important;
  }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 10rem !important;
  }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 10rem !important;
  }
  .p-xl-7 {
    padding: 0.125rem !important;
  }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 0.125rem !important;
  }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 0.125rem !important;
  }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 0.125rem !important;
  }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 0.125rem !important;
  }
  .m-xl-n1 {
    margin: -0.4rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.4rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.4rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.4rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.4rem !important;
  }
  .m-xl-n2 {
    margin: -0.9rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.9rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.9rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.9rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.9rem !important;
  }
  .m-xl-n3 {
    margin: -1.75rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1.75rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1.75rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1.75rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1.75rem !important;
  }
  .m-xl-n4 {
    margin: -3.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -3.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -3.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -3.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -3.5rem !important;
  }
  .m-xl-n5 {
    margin: -7rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -7rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -7rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -7rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -7rem !important;
  }
  .m-xl-n6 {
    margin: -10rem !important;
  }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -10rem !important;
  }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -10rem !important;
  }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -10rem !important;
  }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -10rem !important;
  }
  .m-xl-n7 {
    margin: -0.125rem !important;
  }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -0.125rem !important;
  }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -0.125rem !important;
  }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -0.125rem !important;
  }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -0.125rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .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: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1700px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

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

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

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

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

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

a.text-primary:hover, a.text-primary:focus {
  color: #9e0020 !important;
}

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

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

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

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #1eb1c7 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #147685 !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: #9e0020 !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: #d2d2d2 !important;
}

.text-dark {
  color: #1D1E22 !important;
}

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

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

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

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

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

.text-purple {
  color: #A30082 !important;
}

a.text-purple:hover, a.text-purple:focus {
  color: #570045 !important;
}

.text-red {
  color: #EA002F !important;
}

a.text-red:hover, a.text-red:focus {
  color: #9e0020 !important;
}

.text-gray-900 {
  color: #1D1E22 !important;
}

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

.text-gray-200 {
  color: #EAEBED !important;
}

a.text-gray-200:hover, a.text-gray-200:focus {
  color: #c1c4ca !important;
}

.text-gray-300 {
  color: #D1D1D1 !important;
}

a.text-gray-300:hover, a.text-gray-300:focus {
  color: #ababab !important;
}

.text-gray-500 {
  color: #BCBCBC !important;
}

a.text-gray-500:hover, a.text-gray-500:focus {
  color: #969696 !important;
}

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

.text-muted {
  color: #BCBCBC !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 #BCBCBC;
    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: 1024px !important;
  }
  .container {
    min-width: 1024px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #FFFFFF !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #D1D1D1 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #1D1E22;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #1D1E22;
  }
}
@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0 ; /*IE9 and below*/
  vertical-align: middle;
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: rgb(185, 74, 72);
}
.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}
.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
  width: auto;
}
.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle, .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select .dropdown-toggle .bs-select-clear-selected {
  position: relative;
  display: block;
  margin-right: 5px;
  text-align: center;
}
.bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected {
  padding-right: inherit;
}

.bootstrap-select .dropdown-toggle .bs-select-clear-selected span {
  position: relative;
  top: calc((-0.6666666667em + 1ex) / 2);
  pointer-events: none;
}
.bs3.bootstrap-select .dropdown-toggle .bs-select-clear-selected span {
  top: auto;
}

.bootstrap-select .dropdown-toggle.bs-placeholder .bs-select-clear-selected {
  display: none;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: rgb(245, 245, 245);
  border: 1px solid rgb(227, 227, 227);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
          animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: " ";
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group {
  display: block;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group {
  display: block;
}
.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/**
 * Fixes for Bootstrap Framework
 *
 * @author     Simon Opfermann <so@flowsite.de>
 * @copyright  2019 - 2020 FLOWSITE GmbH
 *
 */
.embed-responsive .embed-responsive-item.img-thumbnail, .embed-responsive iframe.img-thumbnail, .embed-responsive embed.img-thumbnail, .embed-responsive object.img-thumbnail, .embed-responsive video.img-thumbnail {
  border: 1px solid #D1D1D1;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 375px) {
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
}
@media (min-width: 768px) {
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-auto {
    height: auto !important;
  }
}
@media (min-width: 1024px) {
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
}
@media (min-width: 1700px) {
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
}
.card-img {
  height: auto;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}

@media (max-width: 1023.98px) {
  .btn-outline-dark:not(:disabled):not(.disabled):focus, .btn-outline-dark:not(:disabled):not(.disabled).focus {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
  }
  .btn-outline-dark:not(:disabled):not(.disabled):hover, .btn-outline-dark:not(:disabled):not(.disabled).hover {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
  }
}
[data-toggle=collapse] {
  cursor: pointer;
}

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

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

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

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

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

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

.embed-responsive-xs-16by10::before {
  padding-top: 62.5%;
}

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

.embed-responsive-xs-3by4::before {
  padding-top: 133.3333333333%;
}

.embed-responsive-xs-62by67::before {
  padding-top: 108.064516129%;
}

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

@media (min-width: 375px) {
  .embed-responsive-sm-21by9::before {
    padding-top: 42.8571428571%;
  }
  .embed-responsive-sm-16by9::before {
    padding-top: 56.25%;
  }
  .embed-responsive-sm-4by3::before {
    padding-top: 75%;
  }
  .embed-responsive-sm-1by1::before {
    padding-top: 100%;
  }
  .embed-responsive-sm-21by9::before {
    padding-top: 42.8571428571%;
  }
  .embed-responsive-sm-16by9::before {
    padding-top: 56.25%;
  }
  .embed-responsive-sm-16by10::before {
    padding-top: 62.5%;
  }
  .embed-responsive-sm-4by3::before {
    padding-top: 75%;
  }
  .embed-responsive-sm-3by4::before {
    padding-top: 133.3333333333%;
  }
  .embed-responsive-sm-62by67::before {
    padding-top: 108.064516129%;
  }
  .embed-responsive-sm-1by1::before {
    padding-top: 100%;
  }
}
@media (min-width: 768px) {
  .embed-responsive-md-21by9::before {
    padding-top: 42.8571428571%;
  }
  .embed-responsive-md-16by9::before {
    padding-top: 56.25%;
  }
  .embed-responsive-md-4by3::before {
    padding-top: 75%;
  }
  .embed-responsive-md-1by1::before {
    padding-top: 100%;
  }
  .embed-responsive-md-21by9::before {
    padding-top: 42.8571428571%;
  }
  .embed-responsive-md-16by9::before {
    padding-top: 56.25%;
  }
  .embed-responsive-md-16by10::before {
    padding-top: 62.5%;
  }
  .embed-responsive-md-4by3::before {
    padding-top: 75%;
  }
  .embed-responsive-md-3by4::before {
    padding-top: 133.3333333333%;
  }
  .embed-responsive-md-62by67::before {
    padding-top: 108.064516129%;
  }
  .embed-responsive-md-1by1::before {
    padding-top: 100%;
  }
}
@media (min-width: 1024px) {
  .embed-responsive-lg-21by9::before {
    padding-top: 42.8571428571%;
  }
  .embed-responsive-lg-16by9::before {
    padding-top: 56.25%;
  }
  .embed-responsive-lg-4by3::before {
    padding-top: 75%;
  }
  .embed-responsive-lg-1by1::before {
    padding-top: 100%;
  }
  .embed-responsive-lg-21by9::before {
    padding-top: 42.8571428571%;
  }
  .embed-responsive-lg-16by9::before {
    padding-top: 56.25%;
  }
  .embed-responsive-lg-16by10::before {
    padding-top: 62.5%;
  }
  .embed-responsive-lg-4by3::before {
    padding-top: 75%;
  }
  .embed-responsive-lg-3by4::before {
    padding-top: 133.3333333333%;
  }
  .embed-responsive-lg-62by67::before {
    padding-top: 108.064516129%;
  }
  .embed-responsive-lg-1by1::before {
    padding-top: 100%;
  }
}
@media (min-width: 1700px) {
  .embed-responsive-xl-21by9::before {
    padding-top: 42.8571428571%;
  }
  .embed-responsive-xl-16by9::before {
    padding-top: 56.25%;
  }
  .embed-responsive-xl-4by3::before {
    padding-top: 75%;
  }
  .embed-responsive-xl-1by1::before {
    padding-top: 100%;
  }
  .embed-responsive-xl-21by9::before {
    padding-top: 42.8571428571%;
  }
  .embed-responsive-xl-16by9::before {
    padding-top: 56.25%;
  }
  .embed-responsive-xl-16by10::before {
    padding-top: 62.5%;
  }
  .embed-responsive-xl-4by3::before {
    padding-top: 75%;
  }
  .embed-responsive-xl-3by4::before {
    padding-top: 133.3333333333%;
  }
  .embed-responsive-xl-62by67::before {
    padding-top: 108.064516129%;
  }
  .embed-responsive-xl-1by1::before {
    padding-top: 100%;
  }
}
.ce-align-left {
  text-align: left;
}

.ce-align-center {
  text-align: center;
}

.ce-align-right {
  text-align: right;
}

.ce-table td, .ce-table th {
  vertical-align: top;
}

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: hidden;
}

/* Uploads */
.ce-uploads {
  margin: 0;
  padding: 0;
}

.ce-uploads li {
  list-style: none outside none;
  margin: 1em 0;
}

.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top;
}

.ce-uploads span {
  display: block;
}

/** =================== MONTSERRAT =================== **/
/** Montserrat Thin **/
@font-face {
  font-family: "Montserrat";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-Thin.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-Thin.woff") format("woff");
}
/** Montserrat Thin-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 100;
  font-style: italic;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-ThinItalic.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-ThinItalic.woff") format("woff");
}
/** Montserrat ExtraLight **/
@font-face {
  font-family: "Montserrat";
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-ExtraLight.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-ExtraLight.woff") format("woff");
}
/** Montserrat ExtraLight-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 200;
  font-style: italic;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-ExtraLightItalic.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-ExtraLightItalic.woff") format("woff");
}
/** Montserrat Light **/
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-Light.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-Light.woff") format("woff");
}
/** Montserrat Light-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-LightItalic.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-LightItalic.woff") format("woff");
}
/** Montserrat Regular **/
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-Regular.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-Regular.woff") format("woff");
}
/** Montserrat Regular-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-Italic.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-Italic.woff") format("woff");
}
/** Montserrat Medium **/
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-Medium.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-Medium.woff") format("woff");
}
/** Montserrat Medium-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-MediumItalic.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-MediumItalic.woff") format("woff");
}
/** Montserrat SemiBold **/
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-SemiBold.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-SemiBold.woff") format("woff");
}
/** Montserrat SemiBold-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-SemiBoldItalic.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-SemiBoldItalic.woff") format("woff");
}
/** Montserrat Bold **/
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-Bold.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-Bold.woff") format("woff");
}
/** Montserrat Bold-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-BoldItalic.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-BoldItalic.woff") format("woff");
}
/** Montserrat ExtraBold **/
@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-ExtraBold.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-ExtraBold.woff") format("woff");
}
/** Montserrat ExtraBold-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 800;
  font-style: italic;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-ExtraBoldItalic.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-ExtraBoldItalic.woff") format("woff");
}
/** Montserrat Black **/
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-Black.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-Black.woff") format("woff");
}
/** Montserrat Black-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  font-style: italic;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-BlackItalic.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/Montserrat-BlackItalic.woff") format("woff");
}
/** =================== MONTSERRAT ALTERNATES =================== **/
/** Montserrat Alternates Thin **/
@font-face {
  font-family: "Montserrat Alternates";
  font-weight: 100;
  font-style: normal;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-Thin.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-Thin.woff") format("woff");
}
/** Montserrat Alternates Thin-Italic **/
@font-face {
  font-family: "Montserrat Alternates";
  font-weight: 100;
  font-style: italic;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-ThinItalic.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-ThinItalic.woff") format("woff");
}
/** Montserrat Alternates ExtraLight **/
@font-face {
  font-family: "Montserrat Alternates";
  font-weight: 200;
  font-style: normal;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-ExtraLight.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-ExtraLight.woff") format("woff");
}
/** Montserrat Alternates ExtraLight-Italic **/
@font-face {
  font-family: "Montserrat Alternates";
  font-weight: 200;
  font-style: italic;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-ExtraLightItalic.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-ExtraLightItalic.woff") format("woff");
}
/** Montserrat Alternates Light **/
@font-face {
  font-family: "Montserrat Alternates";
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-Light.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-Light.woff") format("woff");
}
/** Montserrat Alternates Light-Italic **/
@font-face {
  font-family: "Montserrat Alternates";
  font-weight: 300;
  font-style: italic;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-LightItalic.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-LightItalic.woff") format("woff");
}
/** Montserrat Alternates Regular **/
@font-face {
  font-family: "Montserrat Alternates";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-Regular.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-Regular.woff") format("woff");
}
/** Montserrat Alternates Regular-Italic **/
@font-face {
  font-family: "Montserrat Alternates";
  font-weight: 400;
  font-style: italic;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-Italic.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-Italic.woff") format("woff");
}
/** Montserrat Alternates Medium **/
@font-face {
  font-family: "Montserrat Alternates";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-Medium.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-Medium.woff") format("woff");
}
/** Montserrat Alternates Medium-Italic **/
@font-face {
  font-family: "Montserrat Alternates";
  font-weight: 500;
  font-style: italic;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-MediumItalic.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-MediumItalic.woff") format("woff");
}
/** Montserrat Alternates SemiBold **/
@font-face {
  font-family: "Montserrat Alternates";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-SemiBold.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-SemiBold.woff") format("woff");
}
/** Montserrat Alternates SemiBold-Italic **/
@font-face {
  font-family: "Montserrat Alternates";
  font-weight: 600;
  font-style: italic;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-SemiBoldItalic.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-SemiBoldItalic.woff") format("woff");
}
/** Montserrat Alternates Bold **/
@font-face {
  font-family: "Montserrat Alternates";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-Bold.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-Bold.woff") format("woff");
}
/** Montserrat Alternates Bold-Italic **/
@font-face {
  font-family: "Montserrat Alternates";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-BoldItalic.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-BoldItalic.woff") format("woff");
}
/** Montserrat Alternates ExtraBold **/
@font-face {
  font-family: "Montserrat Alternates";
  font-weight: 800;
  font-style: normal;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-ExtraBold.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-ExtraBold.woff") format("woff");
}
/** Montserrat Alternates ExtraBold-Italic **/
@font-face {
  font-family: "Montserrat Alternates";
  font-weight: 800;
  font-style: italic;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-ExtraBoldItalic.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-ExtraBoldItalic.woff") format("woff");
}
/** Montserrat Alternates Black **/
@font-face {
  font-family: "Montserrat Alternates";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-Black.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-Black.woff") format("woff");
}
/** Montserrat Alternates Black-Italic **/
@font-face {
  font-family: "Montserrat";
  font-weight: 900;
  font-style: italic;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-BlackItalic.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Montserrat/fonts/webfonts/MontserratAlternates-BlackItalic.woff") format("woff");
}
@font-face {
  font-family: "MontserratVariable";
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/MontserratVariable/fonts/variable/Montserrat-VF.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/MontserratVariable/fonts/variable/Montserrat-VF.woff2") format("woff");
}
/** Montserrat Alternates Black-Italic **/
@font-face {
  font-family: "MontserratVariable";
  font-style: italic;
  font-display: swap;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/MontserratVariable/fonts/variable/Montserrat-Italic-VF.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/MontserratVariable/fonts/variable/Montserrat-Italic-VF.woff2") format("woff");
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Contrib/Slick/slick/ajax-loader.gif") center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "Secunet Icons";
  font-size: 20px;
  line-height: 1;
  color: #D1D1D1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "＋";
  width: 20px;
  height: 20px;
  font-family: "Secunet Icons";
  font-size: 0.875rem;
  line-height: 20px;
  text-align: center;
  color: #1D1E22;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #EA002F;
  opacity: 0.75;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.vjs-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  text-align: center;
}

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: normal;
  font-style: normal;
}
.vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  content: "\f101";
}

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-play-circle:before {
  content: "\f102";
}

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
  content: "\f103";
}

.vjs-icon-volume-mute, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mute:before, .video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before {
  content: "\f104";
}

.vjs-icon-volume-low, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-low:before, .video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before {
  content: "\f105";
}

.vjs-icon-volume-mid, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-mid:before, .video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before {
  content: "\f106";
}

.vjs-icon-volume-high, .video-js .vjs-mute-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-volume-high:before, .video-js .vjs-mute-control .vjs-icon-placeholder:before {
  content: "\f107";
}

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f108";
}

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
  content: "\f109";
}

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-square:before {
  content: "\f10a";
}

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-spinner:before {
  content: "\f10b";
}

.vjs-icon-subtitles, .video-js .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-subtitles:before, .video-js .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before {
  content: "\f10c";
}

.vjs-icon-captions, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-captions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-captions:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before,
.video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-captions-button .vjs-icon-placeholder:before {
  content: "\f10d";
}

.vjs-icon-chapters, .video-js .vjs-chapters-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-chapters:before, .video-js .vjs-chapters-button .vjs-icon-placeholder:before {
  content: "\f10e";
}

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-share:before {
  content: "\f10f";
}

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cog:before {
  content: "\f110";
}

.vjs-icon-circle, .vjs-seek-to-live-control .vjs-icon-placeholder, .video-js .vjs-volume-level, .video-js .vjs-play-progress {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before, .video-js .vjs-volume-level:before, .video-js .vjs-play-progress:before {
  content: "\f111";
}

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-outline:before {
  content: "\f112";
}

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-circle-inner-circle:before {
  content: "\f113";
}

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-hd:before {
  content: "\f114";
}

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
  content: "\f115";
}

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
  content: "\f116";
}

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-facebook:before {
  content: "\f117";
}

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-gplus:before {
  content: "\f118";
}

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-linkedin:before {
  content: "\f119";
}

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-twitter:before {
  content: "\f11a";
}

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-tumblr:before {
  content: "\f11b";
}

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-pinterest:before {
  content: "\f11c";
}

.vjs-icon-audio-description, .video-js .vjs-descriptions-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio-description:before, .video-js .vjs-descriptions-button .vjs-icon-placeholder:before {
  content: "\f11d";
}

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
  content: "\f11e";
}

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-next-item:before {
  content: "\f11f";
}

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-previous-item:before {
  content: "\f120";
}

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f121";
}

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal;
}

.vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
  content: "\f122";
}

.video-js {
  display: block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}

.video-js:-moz-full-screen {
  position: absolute;
}

.video-js:-webkit-full-screen {
  width: 100% !important;
  height: 100% !important;
}

.video-js[tabindex="-1"] {
  outline: none;
}

.video-js *,
.video-js *:before,
.video-js *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0;
}

.video-js.vjs-16-9 {
  padding-top: 56.25%;
}

.video-js.vjs-4-3 {
  padding-top: 75%;
}

.video-js.vjs-fill {
  width: 100%;
  height: 100%;
}

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%;
}

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.video-js.vjs-fullscreen:not(.vjs-ios-native-fs) {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none;
}

.vjs-hidden {
  display: none !important;
}

.vjs-disabled {
  opacity: 0.5;
  cursor: default;
}

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible;
}

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC;
}

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  transition: all 0s;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none;
}

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block;
}

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  -webkit-transition: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vjs-control .vjs-button {
  width: 100%;
  height: 100%;
}

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2;
}

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.8)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto;
}

.video-js .vjs-modal-dialog > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1;
}

.vjs-menu-button {
  cursor: pointer;
}

.vjs-menu-button.vjs-disabled {
  cursor: default;
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none;
}

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto;
}

.vjs-menu .vjs-menu-content > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none;
}

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase;
}

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F;
}

.video-js .vjs-menu *:focus:not(:focus-visible),
.js-focus-visible .vjs-menu *:focus:not(.focus-visible) {
  background: none;
}

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em;
}

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em;
}

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em;
}

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em;
}

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em;
}

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block;
}

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em;
}

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible;
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table;
}

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67;
}

.vjs-button > .vjs-icon-placeholder {
  display: block;
}

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white;
}

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
  display: none;
}

.video-js .vjs-progress-control {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 4em;
  -ms-touch-action: none;
      touch-action: none;
}

.video-js .vjs-progress-control.disabled {
  cursor: default;
}

.vjs-live .vjs-progress-control {
  display: none;
}

.vjs-liveui .vjs-progress-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.vjs-no-flex .vjs-progress-control {
  width: auto;
}

.video-js .vjs-progress-holder {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.6666666667em;
}

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0;
}

.video-js .vjs-play-progress {
  background-color: #fff;
}

.video-js .vjs-play-progress:before {
  font-size: 0.9em;
  position: absolute;
  right: -0.5em;
  top: -0.3333333333em;
  z-index: 1;
}

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75);
}

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1;
}

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none;
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible;
}

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em;
}

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none;
}

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-js .vjs-slider {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin: 0 0.45em 0 0.45em;
  /* iOS Safari */
  -webkit-touch-callout: none;
  /* Safari */
  -webkit-user-select: none;
  /* Konqueror HTML */
  /* Firefox */
  -moz-user-select: none;
  /* Internet Explorer/Edge */
  -ms-user-select: none;
  /* Non-prefixed version, currently supported by Chrome and Opera */
  user-select: none;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
}

.video-js .vjs-slider.disabled {
  cursor: default;
}

.video-js .vjs-slider:focus {
  text-shadow: 0em 0em 1em white;
  -webkit-box-shadow: 0 0 1em #fff;
          box-shadow: 0 0 1em #fff;
}

.video-js .vjs-mute-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.video-js .vjs-volume-control {
  cursor: pointer;
  margin-right: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-js .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
}

.video-js .vjs-volume-panel .vjs-volume-control {
  visibility: visible;
  opacity: 0;
  width: 1px;
  height: 1px;
  margin-left: -1px;
}

.video-js .vjs-volume-panel {
  -webkit-transition: width 1s;
  transition: width 1s;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active {
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
  transition: visibility 0.1s, opacity 0.1s, height 0.1s, width 0.1s, left 0s, top 0s;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  margin-right: 0;
}

.video-js .vjs-volume-panel.vjs-hover .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-vertical, .video-js .vjs-volume-panel.vjs-hover .vjs-mute-control ~ .vjs-volume-control.vjs-volume-vertical, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-vertical {
  left: -3.5em;
  -webkit-transition: left 0s;
  transition: left 0s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-hover, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: 10em;
  -webkit-transition: width 0.1s;
  transition: width 0.1s;
}

.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-mute-toggle-only {
  width: 4em;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  height: 8em;
  width: 3em;
  left: -3000em;
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
}

.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  -webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
  transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
}

.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
  width: 5em;
  height: 3em;
  visibility: visible;
  opacity: 1;
  position: relative;
  -webkit-transition: none;
  transition: none;
}

.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical,
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
  position: absolute;
  bottom: 3em;
  left: 0.5em;
}

.video-js .vjs-volume-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.video-js .vjs-volume-bar {
  margin: 1.35em 0.45em;
}

.vjs-volume-bar.vjs-slider-horizontal {
  width: 5em;
  height: 0.3em;
}

.vjs-volume-bar.vjs-slider-vertical {
  width: 0.3em;
  height: 5em;
  margin: 1.35em auto;
}

.video-js .vjs-volume-level {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}

.video-js .vjs-volume-level:before {
  position: absolute;
  font-size: 0.9em;
}

.vjs-slider-vertical .vjs-volume-level {
  width: 0.3em;
}

.vjs-slider-vertical .vjs-volume-level:before {
  top: -0.5em;
  left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
  height: 0.3em;
}

.vjs-slider-horizontal .vjs-volume-level:before {
  top: -0.3em;
  right: -0.5em;
}

.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
  width: 4em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
  height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
  width: 100%;
}

.video-js .vjs-volume-vertical {
  width: 3em;
  height: 8em;
  bottom: 8em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
}

.video-js .vjs-volume-horizontal .vjs-menu {
  left: -2em;
}

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.vjs-has-started .vjs-poster {
  display: none;
}

.vjs-audio.vjs-has-started .vjs-poster {
  display: block;
}

.vjs-using-native-controls .vjs-poster {
  display: none;
}

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  font-size: 1em;
  line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none;
}

.video-js .vjs-seek-to-live-control {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em;
}

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left;
}

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto;
}

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888;
}

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red;
}

.video-js .vjs-time-control {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.vjs-live .vjs-time-control {
  display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none;
}

.vjs-time-divider {
  display: none;
  line-height: 3em;
}

.vjs-live .vjs-time-divider {
  display: none;
}

.video-js .vjs-play-control {
  cursor: pointer;
}

.video-js .vjs-play-control .vjs-icon-placeholder {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.vjs-text-track-display {
  position: absolute;
  bottom: 3em;
  left: 0;
  right: 0;
  top: 0;
  pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
  bottom: 1em;
}

.video-js .vjs-text-track {
  font-size: 1.4em;
  text-align: center;
  margin-bottom: 0.1em;
}

.vjs-subtitles {
  color: #fff;
}

.vjs-captions {
  color: #fc6;
}

.vjs-tt-cue {
  display: block;
}

video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-3em);
          transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
  -webkit-transform: translateY(-1.5em);
          transform: translateY(-1.5em);
}

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
}

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em;
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center;
}

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%;
}

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  -webkit-animation: vjs-spinner-show 0s linear 0.3s forwards;
  animation: vjs-spinner-show 0s linear 0.3s forwards;
}

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
}

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white;
}

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s;
}

@keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible;
  }
}
@keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f;
  }
  20% {
    border-top-color: #73859f;
  }
  35% {
    border-top-color: white;
  }
  60% {
    border-top-color: #73859f;
  }
  100% {
    border-top-color: #73859f;
  }
}
.vjs-chapters-button .vjs-menu ul {
  width: 24em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-subs-caps-button + .vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: "\f10d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em;
}

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit;
}

.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control {
  display: none;
}

.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: auto;
  width: initial;
}

.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button {
  display: none;
}

.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  display: block;
}

.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer {
  width: auto;
}

.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control {
  display: none;
}

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%;
}

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table;
}

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell;
}

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom;
}

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px;
  }
  .vjs-text-track-settings .vjs-modal-dialog-content > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .vjs-text-track-settings .vjs-modal-dialog-content > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px;
  }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1/-1;
  }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none;
}

.vjs-text-track-settings fieldset span {
  display: inline-block;
}

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em;
}

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0;
}

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(88%, #fff), to(#73859f));
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%);
}

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75);
}

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(88%, #fff), to(#73859f));
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px;
}

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em;
}

@media print {
  .video-js > *:not(.vjs-tech):not(.vjs-poster) {
    visibility: hidden;
  }
}
.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000;
}

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
}

.video-js *:focus:not(:focus-visible) {
  outline: none;
}

.bg-primary-translucent {
  background-color: rgba(234, 0, 47, 0.6) !important;
}

.bg-secondary-translucent {
  background-color: rgba(163, 0, 130, 0.6) !important;
}

.bg-success-translucent {
  background-color: rgba(40, 167, 69, 0.6) !important;
}

.bg-info-translucent {
  background-color: rgba(30, 177, 199, 0.6) !important;
}

.bg-warning-translucent {
  background-color: rgba(255, 193, 7, 0.6) !important;
}

.bg-danger-translucent {
  background-color: rgba(234, 0, 47, 0.6) !important;
}

.bg-light-translucent {
  background-color: rgba(248, 248, 248, 0.6) !important;
}

.bg-dark-translucent {
  background-color: rgba(29, 30, 34, 0.6) !important;
}

.bg-white-translucent {
  background-color: rgba(255, 255, 255, 0.6) !important;
}

.bg-black-translucent {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.bg-purple-translucent {
  background-color: rgba(163, 0, 130, 0.6) !important;
}

.bg-red-translucent {
  background-color: rgba(234, 0, 47, 0.6) !important;
}

.bg-gray-900-translucent {
  background-color: rgba(29, 30, 34, 0.6) !important;
}

.bg-gray-200-translucent {
  background-color: rgba(234, 235, 237, 0.6) !important;
}

.bg-gray-300-translucent {
  background-color: rgba(209, 209, 209, 0.6) !important;
}

.bg-gray-500-translucent {
  background-color: rgba(188, 188, 188, 0.6) !important;
}

.bg-blur {
  background-color: rgba(248, 248, 248, 0.95) !important;
}

.bg-blur-dark {
  background-color: rgba(29, 30, 34, 0.95) !important;
}

@supports ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter: blur(20px))) {
  .bg-blur {
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    background-color: rgba(248, 248, 248, 0.6) !important;
    /* Increase performance a tiny bit by using 3d rendering */
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
  .bg-blur-dark {
    -webkit-backdrop-filter: blur(20px);
            backdrop-filter: blur(20px);
    background-color: rgba(29, 30, 34, 0.6) !important;
    /* Increase performance a tiny bit by using 3d rendering */
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
.c-scrollbar {
  z-index: 1050;
}

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

.rounded {
  border-radius: 20px !important;
}

.frame-type-fstemplate_accordion,
.frame-type-fstemplate_contactcontainer,
.frame-type-fstemplate_bodytextcontainer,
.frame-type-fstemplate_bodytext,
.frame-type-fstemplate_flexcards,
.frame-type-fstemplate_stepbystep,
.frame-type-fstemplate_maincta,
.frame-type-fstemplate_table,
.frame-type-list > .news,
.secure-downloads-container {
  overflow-x: hidden;
}

.fancybox-content {
  padding: 0;
}

main {
  overflow-x: clip;
}
main:not(.secuview) #maincontent {
  padding-top: 50px;
}

.popover-body p:last-child {
  margin-bottom: 0;
}

/**
 * Navigation Styling
 *
 * @author     Simon Opfermann <so@flowsite.de>
 * @copyright  2019 - 2020 FLOWSITE GmbH
 *
 */
#language-nav .dropdown-toggle::after {
  content: "";
  display: none;
}

.scrollmagic-pin-spacer #navbar-container {
  inset: 0 auto auto 0 !important;
}

#navbar-container {
  height: 45px;
  overflow: hidden;
  z-index: 1000;
  width: 100%;
}
#navbar-container #mainMenuCloseButton {
  height: 31px;
  display: none;
}
@media (max-width: 767.98px) {
  #navbar-container #mainMenuCloseButton {
    display: none !important;
  }
}
#navbar-container.animated {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#navbar-container.open {
  height: 100vh !important;
}
#navbar-container.open #mainMenuCloseButton {
  display: inline-block;
  margin-top: 1px;
  margin-bottom: 1px;
}

.text-scroller-outer {
  position: relative;
}
.text-scroller-outer .text-scroller {
  overflow: hidden;
}

#breadcrumbnavigation {
  overflow: hidden;
}
#breadcrumbnavigation .btn {
  margin-top: 1px;
  margin-bottom: 1px;
}

body.nav-open {
  overflow: hidden;
}

#main-navigation-scroller {
  height: 100%;
}

.menuspacer {
  display: none;
}

@media (min-width: 1024px) {
  /* TODO: Main Navigation Animation for Desktop */
}
#main-navigation {
  max-height: 100%;
  overflow: auto;
}
#main-navigation .menuspacer {
  display: block;
  overflow: hidden;
  height: 1px;
}
#main-navigation .nav-item {
  -webkit-transition: height 0.3s linear;
  transition: height 0.3s linear;
}
#main-navigation .new-menu-description {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  max-width: 70%;
}
@media (min-width: 1024px) {
  #main-navigation .new-menu-description {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
  }
}
#main-navigation .submenu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s linear;
  transition: height 0.3s linear;
}
#main-navigation .submenu-open .submenu {
  max-height: 50vh;
}
#main-navigation .submenu-open .new-menu-description {
  position: absolute;
  max-height: 0 !important;
}
#main-navigation .menucontent {
  -webkit-transition: height 0.7s linear;
  transition: height 0.7s linear;
  position: relative;
}
#main-navigation .menucontent a:hover {
  text-decoration: none;
}
#main-navigation .menucontent a > span > i {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#main-navigation .menucontent a > span > i.si-northEastArrow {
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
}
@media (min-width: 1024px) {
  #main-navigation .menucontent a > span > i {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    opacity: 0;
  }
  #main-navigation .menucontent a > span > i.si-northEastArrow {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }
}
#main-navigation .menucontent a > span > i.si-northEastArrow {
  -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  position: relative;
  bottom: 0.51em;
}
#main-navigation .menucontent a:hover > span > i {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
#main-navigation .menucontent a:hover > span > i.si-northEastArrow {
  -webkit-transform: scale(0.75);
      -ms-transform: scale(0.75);
          transform: scale(0.75);
}
#main-navigation .menucontent:hover .new-menu-description {
  opacity: 1;
  max-height: 5em;
}
#main-navigation .menucontent:hover.submenu-open .new-menu-description {
  opacity: 0;
  top: 120%;
}
#main-navigation .menucontent.submenu-open > a > span > i {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
#main-navigation .menucontent.submenu-open .new-menu-description {
  opacity: 0;
  bottom: -20px;
}
#main-navigation li li i {
  display: none;
}

.nav-pills .nav-link {
  border: 1px solid #1D1E22;
  padding: 8px 15px !important;
  min-height: 0;
  min-width: 0;
  margin-right: 5px;
  margin-bottom: 5px;
}
.nav-pills .nav-link .frame {
  display: inline;
  font-size: inherit;
}

/**
 * Form Styles
 *
 * @author     Simon Opfermann <so@flowsite.de>
 * @copyright  2019 - 2020 FLOWSITE GmbH
 *
 */
/* Parsley Error List Styling based on bootstrap's alerts */
.parsley-errors-list.filled {
  list-style: none;
  position: relative;
  padding: 0 0.75rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  color: #EA002F;
}
.parsley-errors-list.filled .alert-heading {
  color: inherit;
}
.parsley-errors-list.filled .alert-link {
  font-weight: 700;
}

input.parsley-error,
textarea.parsley-error,
.dropdown-contains-select-boxes.parsley-error .expandable {
  border-color: #EA002F !important;
  position: relative;
}

.dropdown-contains-select-boxes.parsley-error .expandable i {
  color: #EA002F !important;
}

.form-control {
  padding: 12px 15px;
}
.form-control.expandable {
  height: auto;
  border-radius: 20px;
}

.bg-white .form-control {
  background: #F8F8F8;
}
.bg-white .bg-light .form-control, .bg-white .bg-gray-200 .form-control, .bg-white .bg-gray .form-control, .bg-white .bg-dark .form-control, .bg-white .bg-black .form-control {
  background: #FFFFFF;
}

textarea.form-control {
  border-radius: 20px;
}

.checkbox-wrapper a:hover,
.dropdown-contains-select-boxes a:hover {
  text-decoration: none;
}
.checkbox-wrapper .btn,
.dropdown-contains-select-boxes .btn {
  font-family: "MontserratVariable";
  font-variation-settings: "wght" 500;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.checkbox-wrapper .form-check,
.dropdown-contains-select-boxes .form-check {
  position: relative;
  display: inline;
  padding-left: 0;
  margin-right: 5px;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.checkbox-wrapper .form-check label,
.dropdown-contains-select-boxes .form-check label {
  position: relative;
  z-index: 2;
  margin: 4px 0;
}
.checkbox-wrapper .form-check input,
.dropdown-contains-select-boxes .form-check input {
  position: absolute;
  opacity: 0;
  z-index: 1;
}
.checkbox-wrapper .form-check input:checked + label.btn,
.dropdown-contains-select-boxes .form-check input:checked + label.btn {
  background: #1D1E22 !important;
  color: #FFFFFF !important;
  font-variation-settings: "wght" 600;
}
.checkbox-wrapper .form-check input:checked + label.btn-outline-white,
.dropdown-contains-select-boxes .form-check input:checked + label.btn-outline-white {
  background: #FFFFFF !important;
  color: #000000 !important;
  font-variation-settings: "wght" 600;
}

.btn-sm, .btn-group-sm > .btn {
  text-transform: uppercase;
}

.custom-checkbox .custom-control-label {
  padding-top: 0.5rem !important;
}
.custom-checkbox .custom-control-label:before {
  width: 17px;
  height: 17px;
}
.custom-checkbox .custom-control-label:after {
  top: calc(0.375rem + 3.5px);
  left: calc(-1.5rem + 3.5px);
  height: 10px;
  width: 10px;
  border-radius: 3px;
}
.custom-checkbox .custom-control-label a {
  text-decoration: underline;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background: #1D1E22;
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::after {
  background: #BCBCBC;
}
.custom-checkbox.custom-checkbox2 {
  padding-left: 2.5rem;
}
.custom-checkbox.custom-checkbox2 .custom-control-label:before {
  width: 30px;
  height: 30px;
  border: 0;
  background: #F8F8F8;
  left: -2.5rem;
  top: 0;
}
.custom-checkbox.custom-checkbox2 .custom-control-label:after {
  background-color: transparent !important;
  top: 2px;
  left: -2.5rem;
  height: 30px;
  width: 30px;
  border-radius: 3px;
}
.custom-checkbox.custom-checkbox2 .custom-control-input:checked ~ .custom-control-label::after {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS41OTgiIGhlaWdodD0iMTYuMzY4IiB2aWV3Qm94PSIwIDAgMTUuNTk4IDE2LjM2OCI+CiAgPHBhdGggaWQ9IlBhdGhfMTE1NDUiIGRhdGEtbmFtZT0iUGF0aCAxMTU0NSIgZD0iTTIyNjUuOTUsNjI2My41NTRsMy4zNjYsNC4xNzQsMy4yODMtNC44NjYsNC44ODYtNy4yNDIiIHRyYW5zZm9ybT0ibWF0cml4KDAuOTk2LCAwLjA4NywgLTAuMDg3LCAwLjk5NiwgLTE3MDkuNTExLCAtNjQyNy44MDEpIiBmaWxsPSJub25lIiBzdHJva2U9IiMxZDFlMjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=") center center no-repeat;
  background-size: 60%;
}

.bg-dark .custom-checkbox .custom-control-label:before {
  background-color: #1D1E22;
  border-color: #FFFFFF;
}
.bg-dark .custom-checkbox .custom-control-label:focus {
  border-color: #FFFFFF;
}
.bg-dark .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background: #FFFFFF;
}
.bg-dark .custom-checkbox.custom-checkbox2 .custom-control-label:before {
  background: #000000;
}
.bg-dark .custom-checkbox.custom-checkbox2 .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS41OTgiIGhlaWdodD0iMTYuMzY4IiB2aWV3Qm94PSIwIDAgMTUuNTk4IDE2LjM2OCI+CiAgPHBhdGggaWQ9IlBhdGhfMTE1NDUiIGRhdGEtbmFtZT0iUGF0aCAxMTU0NSIgZD0iTTIyNjUuOTUsNjI2My41NTRsMy4zNjYsNC4xNzQsMy4yODMtNC44NjYsNC44ODYtNy4yNDIiIHRyYW5zZm9ybT0ibWF0cml4KDAuOTk2LCAwLjA4NywgLTAuMDg3LCAwLjk5NiwgLTE3MDkuNTExLCAtNjQyNy44MDEpIiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=");
}

.bg-light .custom-checkbox.custom-checkbox2 .custom-control-label:before {
  background: #FFFFFF;
}

.bg-light .bg-dark .custom-checkbox.custom-checkbox2 .custom-control-label:before {
  background: #000000;
}

.bg-light .bg-white .custom-checkbox.custom-checkbox2 .custom-control-label:before {
  background: #F8F8F8;
}

.bg-dark .bg-white .custom-checkbox .custom-control-label:before, .bg-dark .bg-light .custom-checkbox .custom-control-label:before, .bg-dark .bg-gray .custom-checkbox .custom-control-label:before, .bg-dark .bg-gray-200 .custom-checkbox .custom-control-label:before {
  background-color: #FFFFFF;
  border-color: #1D1E22;
}
.bg-dark .bg-white .custom-checkbox .custom-control-label:focus, .bg-dark .bg-light .custom-checkbox .custom-control-label:focus, .bg-dark .bg-gray .custom-checkbox .custom-control-label:focus, .bg-dark .bg-gray-200 .custom-checkbox .custom-control-label:focus {
  border-color: #1D1E22;
}
.bg-dark .bg-white .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .bg-dark .bg-light .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .bg-dark .bg-gray .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .bg-dark .bg-gray-200 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background: #1D1E22;
}
.bg-dark .bg-white .custom-checkbox.custom-checkbox2 .custom-control-label:before, .bg-dark .bg-light .custom-checkbox.custom-checkbox2 .custom-control-label:before, .bg-dark .bg-gray .custom-checkbox.custom-checkbox2 .custom-control-label:before, .bg-dark .bg-gray-200 .custom-checkbox.custom-checkbox2 .custom-control-label:before {
  background: #F8F8F8;
}
.bg-dark .bg-white .custom-checkbox.custom-checkbox2 .custom-control-input:checked ~ .custom-control-label::after, .bg-dark .bg-light .custom-checkbox.custom-checkbox2 .custom-control-input:checked ~ .custom-control-label::after, .bg-dark .bg-gray .custom-checkbox.custom-checkbox2 .custom-control-input:checked ~ .custom-control-label::after, .bg-dark .bg-gray-200 .custom-checkbox.custom-checkbox2 .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS41OTgiIGhlaWdodD0iMTYuMzY4IiB2aWV3Qm94PSIwIDAgMTUuNTk4IDE2LjM2OCI+CiAgPHBhdGggaWQ9IlBhdGhfMTE1NDUiIGRhdGEtbmFtZT0iUGF0aCAxMTU0NSIgZD0iTTIyNjUuOTUsNjI2My41NTRsMy4zNjYsNC4xNzQsMy4yODMtNC44NjYsNC44ODYtNy4yNDIiIHRyYW5zZm9ybT0ibWF0cml4KDAuOTk2LCAwLjA4NywgLTAuMDg3LCAwLjk5NiwgLTE3MDkuNTExLCAtNjQyNy44MDEpIiBmaWxsPSJub25lIiBzdHJva2U9IiMxZDFlMjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=");
}

.bg-dark .bg-white .custom-checkbox .custom-control-label:before, .bg-dark .bg-light .custom-checkbox .custom-control-label:before, .bg-dark .bg-gray .custom-checkbox .custom-control-label:before, .bg-dark .bg-gray-200 .custom-checkbox .custom-control-label:before {
  background-color: #FFFFFF;
  border-color: #1D1E22;
}
.bg-dark .bg-white .custom-checkbox .custom-control-label:focus, .bg-dark .bg-light .custom-checkbox .custom-control-label:focus, .bg-dark .bg-gray .custom-checkbox .custom-control-label:focus, .bg-dark .bg-gray-200 .custom-checkbox .custom-control-label:focus {
  border-color: #1D1E22;
}
.bg-dark .bg-white .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .bg-dark .bg-light .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .bg-dark .bg-gray .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .bg-dark .bg-gray-200 .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background: #1D1E22;
}
.bg-dark .bg-white .custom-checkbox.custom-checkbox2 .custom-control-label:before, .bg-dark .bg-light .custom-checkbox.custom-checkbox2 .custom-control-label:before, .bg-dark .bg-gray .custom-checkbox.custom-checkbox2 .custom-control-label:before, .bg-dark .bg-gray-200 .custom-checkbox.custom-checkbox2 .custom-control-label:before {
  background: #F8F8F8;
}
.bg-dark .bg-white .custom-checkbox.custom-checkbox2 .custom-control-input:checked ~ .custom-control-label::after, .bg-dark .bg-light .custom-checkbox.custom-checkbox2 .custom-control-input:checked ~ .custom-control-label::after, .bg-dark .bg-gray .custom-checkbox.custom-checkbox2 .custom-control-input:checked ~ .custom-control-label::after, .bg-dark .bg-gray-200 .custom-checkbox.custom-checkbox2 .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNS41OTgiIGhlaWdodD0iMTYuMzY4IiB2aWV3Qm94PSIwIDAgMTUuNTk4IDE2LjM2OCI+CiAgPHBhdGggaWQ9IlBhdGhfMTE1NDUiIGRhdGEtbmFtZT0iUGF0aCAxMTU0NSIgZD0iTTIyNjUuOTUsNjI2My41NTRsMy4zNjYsNC4xNzQsMy4yODMtNC44NjYsNC44ODYtNy4yNDIiIHRyYW5zZm9ybT0ibWF0cml4KDAuOTk2LCAwLjA4NywgLTAuMDg3LCAwLjk5NiwgLTE3MDkuNTExLCAtNjQyNy44MDEpIiBmaWxsPSJub25lIiBzdHJva2U9IiMxZDFlMjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=");
}

.secure-downloads-container .bg-white .form-control,
.frame-type-fstemplate_seminarcontainer .bg-white .form-control,
.frame-type-fstemplate_newslettercontainer .form-control {
  background: #F8F8F8;
}

.frame-type-fstemplate_newslettercontainer .powermail_fieldwrap_type_check .d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.frame-type-fstemplate_newslettercontainer .powermail_fieldwrap_anrede {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
@media (max-width: 767.98px) {
  .frame-type-fstemplate_newslettercontainer .custom-checkbox {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (min-width: 1024px) {
  .frame-type-fstemplate_newslettercontainer .powermail_fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
  }
  .frame-type-fstemplate_newslettercontainer .powermail_fieldset .powermail_fieldwrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .frame-type-fstemplate_newslettercontainer .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_anrede {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .frame-type-fstemplate_newslettercontainer .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_vorname, .frame-type-fstemplate_newslettercontainer .powermail_fieldset .powermail_fieldwrap.powermail_fieldwrap_nachname {
    float: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding-left: 12px;
  }
  .frame-type-fstemplate_newslettercontainer .powermail_fieldwrap_type_submit {
    text-align: right;
  }
  .frame-type-fstemplate_newslettercontainer form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .frame-type-fstemplate_newslettercontainer form .powermail_fieldset {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .frame-type-fstemplate_newslettercontainer form .powermail_fieldset + .powermail_fieldset {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    margin-left: 8.3333333333%;
  }
  .frame-type-fstemplate_newslettercontainer form .powermail_fieldset + .powermail_fieldset + .powermail_fieldset {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

.frame-type-fstemplate_seminarcontainer .powermail_fieldwrap_type_submit {
  text-align: right;
}
.frame-type-fstemplate_seminarcontainer .bg-dark .btn-outline-dark {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.frame-type-fstemplate_seminarcontainer .bg-dark .btn-outline-dark:hover {
  background: #FFFFFF;
  color: #000000;
}
.frame-type-fstemplate_seminarcontainer .powermail_fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.frame-type-fstemplate_seminarcontainer .powermail_fieldset .powermail_fieldwrap {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.frame-type-fstemplate_seminarcontainer .powermail_fieldset .powermail_fieldwrap_date {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.frame-type-fstemplate_seminarcontainer .powermail_fieldset .powermail_fieldwrap_telefonnummer_01,
.frame-type-fstemplate_seminarcontainer .powermail_fieldset .powermail_fieldwrap_teilnehmer_01 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.frame-type-fstemplate_seminarcontainer .powermail_fieldset .powermail_fieldwrap_telefonnummer_01 {
  padding-right: 6px;
}
.frame-type-fstemplate_seminarcontainer .powermail_fieldset .powermail_fieldwrap_teilnehmer_01 {
  padding-left: 6px;
}
.frame-type-fstemplate_seminarcontainer .powermail_fieldwrap_type_check .d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .frame-type-fstemplate_seminarcontainer .custom-checkbox {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (min-width: 1024px) {
  .frame-type-fstemplate_seminarcontainer form {
    margin-left: -12px;
    margin-right: -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .frame-type-fstemplate_seminarcontainer form .powermail_fieldwrap_date {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 16.6666666667% !important;
            flex: 0 0 16.6666666667% !important;
    max-width: 16.6666666667% !important;
  }
  .frame-type-fstemplate_seminarcontainer form .powermail_fieldset {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
  .frame-type-fstemplate_seminarcontainer form .powermail_fieldset + .powermail_fieldset {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .frame-type-fstemplate_seminarcontainer form .powermail_fieldset + .powermail_fieldset + .powermail_fieldset {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .frame-type-fstemplate_seminarcontainer form .powermail_fieldset + .powermail_fieldset + .powermail_fieldset + .powermail_fieldset {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

.secure-downloads-container .powermail_fieldwrap_type_submit {
  text-align: center;
}
.secure-downloads-container .bg-dark .btn-outline-dark {
  color: #FFFFFF;
  border-color: #FFFFFF;
}
.secure-downloads-container .bg-dark .btn-outline-dark:hover {
  background: #FFFFFF;
  color: #000000;
}
.secure-downloads-container .powermail_fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}
.secure-downloads-container .powermail_fieldset .powermail_fieldwrap {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}
.secure-downloads-container .powermail_fieldset .powermail_fieldwrap_anrede_01 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.secure-downloads-container .powermail_fieldwrap_type_check .d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  .secure-downloads-container .custom-checkbox {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (min-width: 1024px) {
  .secure-downloads-container .powermail_fieldset .powermail_fieldwrap_anrede_01 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .secure-downloads-container .powermail_fieldset.powermail_fieldset_5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .secure-downloads-container .powermail_fieldset.powermail_fieldset_5 .form-group {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .secure-downloads-container .powermail_fieldset.powermail_fieldset_5 .form-group:nth-child(even) {
    padding-right: 6px;
  }
  .secure-downloads-container .powermail_fieldset.powermail_fieldset_5 .form-group:nth-child(odd) {
    padding-left: 6px;
  }
  .secure-downloads-container .powermail_fieldwrap_type_submit {
    text-align: left;
  }
  .secure-downloads-container form {
    margin-left: -12px;
    margin-right: -12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .secure-downloads-container form .powermail_fieldwrap_date {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 16.6666666667% !important;
            flex: 0 0 16.6666666667% !important;
    max-width: 16.6666666667% !important;
  }
  .secure-downloads-container form .powermail_fieldset {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding-left: 12px;
    padding-right: 12px;
  }
  .secure-downloads-container form .powermail_fieldset + .powermail_fieldset {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .secure-downloads-container form .powermail_fieldset + .powermail_fieldset + .powermail_fieldset {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    margin-left: 16.6666666667%;
  }
}

.bootstrap-select {
  border-radius: 20px;
  -webkit-transition: none;
  transition: none;
  position: relative;
  border: 1px solid transparent !important;
  margin-bottom: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.bootstrap-select .dropdown-toggle {
  border: 0px solid transparent;
  outline: none !important;
  background: #F8F8F8;
  display: block;
  -webkit-transition: none;
  transition: none;
}
.bootstrap-select .dropdown-toggle:after {
  font-weight: 300;
  font-variation-settings: "wght" 300;
  content: "\e001";
  border: 0 !important;
  font-size: 12px;
  position: relative;
  right: 0.75rem;
  font-family: "Secunet Icons Variable";
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  padding-right: 0.5rem;
  font-style: normal;
  color: #1D1E22;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu {
  border-color: #1D1E22;
  background: transparent;
  width: calc(100% + 2px);
  margin-left: -1px;
  padding: 0;
}
.bootstrap-select .dropdown-menu > .inner {
  background: #F8F8F8;
  padding: 2px;
}
.bootstrap-select a.dropdown-item {
  font-family: "MontserratVariable";
  font-variation-settings: "wght" 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bootstrap-select a.dropdown-item.active {
  color: #EA002F !important;
}
.bootstrap-select a.dropdown-item:hover {
  font-variation-settings: "wght" 700;
}
.bootstrap-select.show {
  border-color: #1D1E22 !important;
}
.bootstrap-select.show .dropdown-toggle {
  border-color: #1D1E22 !important;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-select.show .dropdown-toggle:after {
  font-variation-settings: "wght" 300, "ital" 100;
}
.bootstrap-select.show:not(.dropup) {
  border-bottom-color: #FFFFFF !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-select.show:not(.dropup) .dropdown-menu {
  margin-top: -1px;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-select.show:not(.dropup) .dropdown-menu > .inner {
  margin-top: 1px;
  padding-bottom: 0.375rem;
}
.bootstrap-select.show.dropup {
  border-top: none !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bootstrap-select.show.dropup .dropdown-menu {
  margin-bottom: -1px;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.bootstrap-select.show.dropup .dropdown-menu > .inner {
  margin-bottom: 1px;
  padding-top: 0.375rem;
}

.bg-dark .bootstrap-select .dropdown-toggle, .bg-light .bootstrap-select .dropdown-toggle, .bg-black .bootstrap-select .dropdown-toggle, .bg-gray-200 .bootstrap-select .dropdown-toggle {
  background: #FFFFFF;
}
.bg-dark .bootstrap-select .dropdown-menu > .inner, .bg-light .bootstrap-select .dropdown-menu > .inner, .bg-black .bootstrap-select .dropdown-menu > .inner, .bg-gray-200 .bootstrap-select .dropdown-menu > .inner {
  background: #FFFFFF;
}
.bg-dark .bg-white .bootstrap-select .dropdown-toggle, .bg-dark .card .bootstrap-select .dropdown-toggle, .bg-light .bg-white .bootstrap-select .dropdown-toggle, .bg-light .card .bootstrap-select .dropdown-toggle, .bg-black .bg-white .bootstrap-select .dropdown-toggle, .bg-black .card .bootstrap-select .dropdown-toggle, .bg-gray-200 .bg-white .bootstrap-select .dropdown-toggle, .bg-gray-200 .card .bootstrap-select .dropdown-toggle {
  background: #F8F8F8;
}
.bg-dark .bg-white .bootstrap-select .dropdown-menu > .inner, .bg-dark .card .bootstrap-select .dropdown-menu > .inner, .bg-light .bg-white .bootstrap-select .dropdown-menu > .inner, .bg-light .card .bootstrap-select .dropdown-menu > .inner, .bg-black .bg-white .bootstrap-select .dropdown-menu > .inner, .bg-black .card .bootstrap-select .dropdown-menu > .inner, .bg-gray-200 .bg-white .bootstrap-select .dropdown-menu > .inner, .bg-gray-200 .card .bootstrap-select .dropdown-menu > .inner {
  background: #F8F8F8;
}

.form-control:not(.form-control-lg) {
  height: auto;
}

.tx-solr-search-form .form-control-lg,
.searchresults-input .form-control-lg {
  border-radius: 100px;
}

.was-validated .bootstrap-select:not(.show) select:invalid + .dropdown-toggle {
  border-width: 1px;
  padding-right: 2.875rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23EA002F' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23EA002F' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: right calc(0.25em + 0.46875rem) center;
  background-size: calc(0.5em + 0.9375rem) calc(0.5em + 0.9375rem);
}

.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select:not(.show) select:valid + .dropdown-toggle {
  border-width: 1px;
  padding-right: 2.875rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' 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.25em + 0.46875rem) center;
  background-size: calc(0.5em + 0.9375rem) calc(0.5em + 0.9375rem);
}

select.parsley-error + .dropdown-toggle {
  border: 1px solid #EA002F;
}

@media (min-width: 1024px) {
  .relatedarticle picture img {
    display: block;
    position: relative;
    left: 0;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
  .relatedarticle .hrcontainer {
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
  .relatedarticle .light-text-cards {
    font-family: "MontserratVariable";
    font-variation-settings: "wght" 300;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .relatedarticle .light-text-cards, .relatedarticle .body-text-big {
    font-family: "MontserratVariable";
    font-variation-settings: "wght" 400;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .relatedarticle:hover .light-text-cards, .relatedarticle:hover .body-text-big {
    font-variation-settings: "wght" 700;
  }
  .relatedarticle:hover picture img {
    left: 20px;
  }
  .relatedarticle:hover .hrcontainer {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .relatedarticle:hover .btn-outline-dark {
    color: #FFFFFF;
    background-color: #1D1E22;
    border-color: #1D1E22;
  }
  .relatedarticle:hover .btn-outline-dark .si-rightArrow {
    left: 4px;
  }
}

.news-header {
  background-repeat: no-repeat !important;
  background-position: top right !important;
  background-size: 100vw auto !important;
}
@media (min-width: 1024px) {
  .news-header {
    padding-top: 5rem !important;
  }
}
.news-header .contentrow > * {
  z-index: 2;
}
.news-header .contentrow > .lerpcontainer {
  z-index: 1;
  bottom: -7rem;
}
.news-header .contentrow > .lerpcontainer picture {
  display: block;
  position: relative;
  overflow: hidden;
}
.news-header .contentrow > .lerpcontainer picture img {
  position: relative;
}

.news-header-image {
  bottom: 0px;
}

.news-list-item p:last-child {
  margin-bottom: 0;
}
.news-list-item .download-subheadline-medium {
  font-family: "MontserratVariable";
  font-variation-settings: "wght" 500;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.news-list-item .news-list-tags span {
  font-family: "MontserratVariable";
  font-variation-settings: "wght" 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.news-list-item .hrcontainer {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.news-list-item:hover .hrcontainer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.news-list-item:hover .news-list-tags span,
.news-list-item:hover .download-subheadline-medium {
  font-variation-settings: "wght" 700;
}
.news-list-item:hover .btn-outline-dark {
  color: #FFFFFF;
  background-color: #1D1E22;
  border-color: #1D1E22;
}
.news-list-item:hover .btn-outline-dark .si-rightArrow {
  left: 4px;
}

#searchpanel-btn {
  cursor: pointer;
  height: 31px;
  margin-top: 1px;
  margin-bottom: 1px;
}
#searchpanel-btn svg {
  max-height: 14px;
}
#searchpanel-btn svg path {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  #searchpanel-btn:hover svg path {
    fill: #FFFFFF;
    stroke: #FFFFFF;
  }
}

#searchpanel {
  z-index: 1001;
  height: 100vh;
  top: 46px;
}

.tx-solr-search-form {
  /* BUGFIX for rounding issue on MasOS devices */
}
.tx-solr-search-form .input-group > :last-child button {
  border-radius: 0 100px 100px 0;
}

.frame-type-fstemplate_searchresults .searchresults-input .input-group > :last-child button {
  border-radius: 0 100px 100px 0;
}
.frame-type-fstemplate_searchresults .searchresults-filters {
  --scrollbar-height: 17px;
  width: 100%;
  height: 3em;
  overflow: hidden;
  position: relative;
}
.frame-type-fstemplate_searchresults .searchresults-filters div.active a,
.frame-type-fstemplate_searchresults .searchresults-filters div.active a span {
  font-weight: 700 !important;
}
.frame-type-fstemplate_searchresults .searchresults-filters a:hover,
.frame-type-fstemplate_searchresults .searchresults-filters a:hover span {
  font-weight: 700 !important;
}
@media (min-width: 1024px) {
  .frame-type-fstemplate_searchresults .searchresults-filters {
    height: auto;
    overflow: unset;
  }
}
.frame-type-fstemplate_searchresults .searchresults-filters .searchresults-filters-gradient-left,
.frame-type-fstemplate_searchresults .searchresults-filters .searchresults-filters-gradient-right {
  pointer-events: none;
  width: 30px;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
  z-index: 2;
}
.frame-type-fstemplate_searchresults .searchresults-filters .searchresults-filters-gradient-left.active,
.frame-type-fstemplate_searchresults .searchresults-filters .searchresults-filters-gradient-right.active {
  display: block;
}
.frame-type-fstemplate_searchresults .searchresults-filters .searchresults-filters-gradient-left {
  left: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.frame-type-fstemplate_searchresults .searchresults-filters .searchresults-filters-gradient-right {
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}
.frame-type-fstemplate_searchresults .searchresults-filters .searchresults-filters-wrap {
  width: 100%;
  height: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  padding-bottom: var(--scrollbar-height); /* hide scrollbar */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
}
@media (min-width: 1024px) {
  .frame-type-fstemplate_searchresults .searchresults-filters .searchresults-filters-wrap {
    overflow-x: unset;
    overflow-y: unset;
    padding-bottom: 0;
  }
}
.frame-type-fstemplate_searchresults .searchresults-filters .searchresults-filters-wrap .searchresults-filters-indicator {
  top: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.frame-type-fstemplate_searchresults .searchresults-filters .searchresults-filters-wrap .searchresults-filters-indicator.visible > div {
  display: block;
}
.frame-type-fstemplate_searchresults .searchresults-filters .searchresults-filters-wrap .searchresults-filters-indicator > div {
  display: none; /* Wait for alignment before we show the dot */
  width: 10px;
  height: 10px;
  background-color: #EA002F;
  border-radius: 100%;
  position: absolute;
  top: 0.5em;
  left: 50%;
  margin-left: -5px;
}
@media (min-width: 1024px) {
  .frame-type-fstemplate_searchresults .searchresults-filters .searchresults-filters-wrap .searchresults-filters-indicator > div {
    top: 50%;
    margin-top: -2px;
    margin-left: 0;
    left: -12px;
  }
}
@media (min-width: 1024px) and (min-width: 375px) {
  .frame-type-fstemplate_searchresults .searchresults-filters .searchresults-filters-wrap .searchresults-filters-indicator > div {
    left: -15px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .frame-type-fstemplate_searchresults .searchresults-filters .searchresults-filters-wrap .searchresults-filters-indicator > div {
    left: -15px;
  }
}
@media (min-width: 1024px) and (min-width: 1024px) {
  .frame-type-fstemplate_searchresults .searchresults-filters .searchresults-filters-wrap .searchresults-filters-indicator > div {
    left: -20px;
  }
}
@media (min-width: 1024px) and (min-width: 1700px) {
  .frame-type-fstemplate_searchresults .searchresults-filters .searchresults-filters-wrap .searchresults-filters-indicator > div {
    left: -20px;
  }
}
.frame-type-fstemplate_searchresults .searchresults-resultwrapper {
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.frame-type-fstemplate_searchresults .searchresults-resultwrapper.fadeout {
  -webkit-animation: searchresults-fadeout 0.3s ease-in-out forwards;
          animation: searchresults-fadeout 0.3s ease-in-out forwards;
}
.frame-type-fstemplate_searchresults .searchresults-resultwrapper.fadein {
  -webkit-animation: searchresults-fadein 0.3s ease-in-out forwards;
          animation: searchresults-fadein 0.3s ease-in-out forwards;
}

@-webkit-keyframes searchresults-fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes searchresults-fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes searchresults-fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes searchresults-fadein {
  from {
    opacity: 0;
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
input.tx-solr-q {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input.tx-solr-q + .input-group-btn {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input.tx-solr-q + .input-group-btn button {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input.tx-solr-q + .input-group-btn button svg {
  opacity: 1;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  left: 20px;
}
input.tx-solr-q + .input-group-btn button svg .search_1_ {
  fill: #000000;
  stroke: #000000;
}
input.tx-solr-q + .input-group-btn button .btn {
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  left: 20px;
}
input.tx-solr-q.text-entered + .input-group-btn button svg {
  opacity: 0;
  left: 0;
}
input.tx-solr-q.text-entered + .input-group-btn button .btn {
  opacity: 1;
  left: 0;
}
input.tx-solr-q + .input-group-btn button {
  background: #FFFFFF;
}
input.tx-solr-q:focus {
  background: #000000;
  color: #FFFFFF;
}
input.tx-solr-q:focus + .input-group-btn button {
  background: #000000 !important;
  color: #FFFFFF;
}
input.tx-solr-q:focus + .input-group-btn button svg .search_1_ {
  fill: #FFFFFF;
  stroke: #FFFFFF;
}
input.tx-solr-q:focus + .input-group-btn button .btn-outline-dark {
  color: #FFFFFF;
  border-color: #FFFFFF;
}

#searchpanel input.tx-solr-q + .input-group-btn button {
  background: #F8F8F8;
}
#searchpanel .form-control-lg {
  /* Bugfix for rounding issue in MacOS/iOS devices (2.8rem instead of 2.86875rem) */
  /* use "x - -2px" instead of "x + px" to prevent errors from minifaction => see https://gitlab.sgalinski.de/typo3/scriptmerger/-/issues/23 */
  height: 47px;
}

.autocomplete-suggestion.dropdown-item {
  cursor: pointer;
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #EAEBED;
  border-radius: 0.25rem;
}

.progress-bar {
  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;
  overflow: hidden;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  background-color: #EA002F;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.slick-prev:before,
.slick-next:before {
  font-weight: 900;
}

.frame-type-fstemplate_slider figure {
  height: 17.5rem;
  width: auto !important;
}
@media (min-width: 768px) {
  .frame-type-fstemplate_slider figure {
    height: 24.5rem;
  }
}
@media (min-width: 1024px) {
  .frame-type-fstemplate_slider figure {
    height: 28rem;
  }
}
.frame-type-fstemplate_slider figure picture {
  width: auto !important;
  max-height: 100%;
}
.frame-type-fstemplate_slider figure .embed-responsive {
  height: 100%;
  padding-top: 0;
  width: auto !important;
  max-width: none;
  padding-left: 31.1111111111rem;
}
@media (min-width: 768px) {
  .frame-type-fstemplate_slider figure .embed-responsive {
    padding-left: 43.5555555556rem;
  }
}
@media (min-width: 1024px) {
  .frame-type-fstemplate_slider figure .embed-responsive {
    padding-left: 49.7777777778rem;
  }
}
.frame-type-fstemplate_slider figure img {
  width: auto !important;
  max-height: 100%;
}
.frame-type-fstemplate_slider figure .video-js {
  height: 100%;
  padding-top: 0;
  width: auto !important;
  max-width: none;
  padding-left: 31.1111111111rem;
}
@media (min-width: 768px) {
  .frame-type-fstemplate_slider figure .video-js {
    padding-left: 43.5555555556rem;
  }
}
@media (min-width: 1024px) {
  .frame-type-fstemplate_slider figure .video-js {
    padding-left: 49.7777777778rem;
  }
}
.frame-type-fstemplate_slider figure .tiny-text, .frame-type-fstemplate_slider figure .frame-type-fstemplate_video .video-js .vjs-progress-control:hover .vjs-time-tooltip, .frame-type-fstemplate_video .video-js .vjs-progress-control:hover .frame-type-fstemplate_slider figure .vjs-time-tooltip,
.frame-type-fstemplate_slider figure .frame-type-fstemplate_video .video-js .vjs-remaining-time-display,
.frame-type-fstemplate_video .video-js .frame-type-fstemplate_slider figure .vjs-remaining-time-display,
.frame-type-fstemplate_slider figure .frame-type-fstemplate_video .video-js .vjs-time-tooltip,
.frame-type-fstemplate_video .video-js .frame-type-fstemplate_slider figure .vjs-time-tooltip,
.frame-type-fstemplate_slider figure .frame-type-fstemplate_video .video-js .vjs-time-tooltip:hover,
.frame-type-fstemplate_video .video-js .frame-type-fstemplate_slider figure .vjs-time-tooltip:hover, .frame-type-fstemplate_slider figure .slider-element-slick .video-js .vjs-progress-control:hover .vjs-time-tooltip, .slider-element-slick .video-js .vjs-progress-control:hover .frame-type-fstemplate_slider figure .vjs-time-tooltip,
.frame-type-fstemplate_slider figure .slider-element-slick .video-js .vjs-remaining-time-display,
.slider-element-slick .video-js .frame-type-fstemplate_slider figure .vjs-remaining-time-display,
.frame-type-fstemplate_slider figure .slider-element-slick .video-js .vjs-time-tooltip,
.slider-element-slick .video-js .frame-type-fstemplate_slider figure .vjs-time-tooltip,
.frame-type-fstemplate_slider figure .slider-element-slick .video-js .vjs-time-tooltip:hover,
.slider-element-slick .video-js .frame-type-fstemplate_slider figure .vjs-time-tooltip:hover, .frame-type-fstemplate_slider figure .frame-type-fstemplate_stepbystep .video-js .vjs-progress-control:hover .vjs-time-tooltip, .frame-type-fstemplate_stepbystep .video-js .vjs-progress-control:hover .frame-type-fstemplate_slider figure .vjs-time-tooltip,
.frame-type-fstemplate_slider figure .frame-type-fstemplate_stepbystep .video-js .vjs-remaining-time-display,
.frame-type-fstemplate_stepbystep .video-js .frame-type-fstemplate_slider figure .vjs-remaining-time-display,
.frame-type-fstemplate_slider figure .frame-type-fstemplate_stepbystep .video-js .vjs-time-tooltip,
.frame-type-fstemplate_stepbystep .video-js .frame-type-fstemplate_slider figure .vjs-time-tooltip,
.frame-type-fstemplate_slider figure .frame-type-fstemplate_stepbystep .video-js .vjs-time-tooltip:hover,
.frame-type-fstemplate_stepbystep .video-js .frame-type-fstemplate_slider figure .vjs-time-tooltip:hover, .frame-type-fstemplate_slider figure .frame-type-fstemplate_bodytext .video-js .vjs-progress-control:hover .vjs-time-tooltip, .frame-type-fstemplate_bodytext .video-js .vjs-progress-control:hover .frame-type-fstemplate_slider figure .vjs-time-tooltip,
.frame-type-fstemplate_slider figure .frame-type-fstemplate_bodytext .video-js .vjs-remaining-time-display,
.frame-type-fstemplate_bodytext .video-js .frame-type-fstemplate_slider figure .vjs-remaining-time-display,
.frame-type-fstemplate_slider figure .frame-type-fstemplate_bodytext .video-js .vjs-time-tooltip,
.frame-type-fstemplate_bodytext .video-js .frame-type-fstemplate_slider figure .vjs-time-tooltip,
.frame-type-fstemplate_slider figure .frame-type-fstemplate_bodytext .video-js .vjs-time-tooltip:hover,
.frame-type-fstemplate_bodytext .video-js .frame-type-fstemplate_slider figure .vjs-time-tooltip:hover, .frame-type-fstemplate_slider figure .frame-type-fstemplate_bodytextcontainer .video-js .vjs-progress-control:hover .vjs-time-tooltip, .frame-type-fstemplate_bodytextcontainer .video-js .vjs-progress-control:hover .frame-type-fstemplate_slider figure .vjs-time-tooltip,
.frame-type-fstemplate_slider figure .frame-type-fstemplate_bodytextcontainer .video-js .vjs-remaining-time-display,
.frame-type-fstemplate_bodytextcontainer .video-js .frame-type-fstemplate_slider figure .vjs-remaining-time-display,
.frame-type-fstemplate_slider figure .frame-type-fstemplate_bodytextcontainer .video-js .vjs-time-tooltip,
.frame-type-fstemplate_bodytextcontainer .video-js .frame-type-fstemplate_slider figure .vjs-time-tooltip,
.frame-type-fstemplate_slider figure .frame-type-fstemplate_bodytextcontainer .video-js .vjs-time-tooltip:hover,
.frame-type-fstemplate_bodytextcontainer .video-js .frame-type-fstemplate_slider figure .vjs-time-tooltip:hover, .frame-type-fstemplate_slider figure .campaign-header-image .video-js .vjs-progress-control:hover .vjs-time-tooltip, .campaign-header-image .video-js .vjs-progress-control:hover .frame-type-fstemplate_slider figure .vjs-time-tooltip,
.frame-type-fstemplate_slider figure .campaign-header-image .video-js .vjs-remaining-time-display,
.campaign-header-image .video-js .frame-type-fstemplate_slider figure .vjs-remaining-time-display,
.frame-type-fstemplate_slider figure .campaign-header-image .video-js .vjs-time-tooltip,
.campaign-header-image .video-js .frame-type-fstemplate_slider figure .vjs-time-tooltip,
.frame-type-fstemplate_slider figure .campaign-header-image .video-js .vjs-time-tooltip:hover,
.campaign-header-image .video-js .frame-type-fstemplate_slider figure .vjs-time-tooltip:hover, .frame-type-fstemplate_slider figure .frame-type-fstemplate_hero .video-js .vjs-progress-control:hover .vjs-time-tooltip, .frame-type-fstemplate_hero .video-js .vjs-progress-control:hover .frame-type-fstemplate_slider figure .vjs-time-tooltip,
.frame-type-fstemplate_slider figure .frame-type-fstemplate_hero .video-js .vjs-remaining-time-display,
.frame-type-fstemplate_hero .video-js .frame-type-fstemplate_slider figure .vjs-remaining-time-display,
.frame-type-fstemplate_slider figure .frame-type-fstemplate_hero .video-js .vjs-time-tooltip,
.frame-type-fstemplate_hero .video-js .frame-type-fstemplate_slider figure .vjs-time-tooltip,
.frame-type-fstemplate_slider figure .frame-type-fstemplate_hero .video-js .vjs-time-tooltip:hover,
.frame-type-fstemplate_hero .video-js .frame-type-fstemplate_slider figure .vjs-time-tooltip:hover {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.frame-type-fstemplate_slider .slick-slide figure .video-js, .frame-type-fstemplate_slider .slick-slide figure img, .frame-type-fstemplate_slider .slick-slide figure .embed-responsive {
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.frame-type-fstemplate_slider .slick-slide.slick-current figure .video-js, .frame-type-fstemplate_slider .slick-slide.slick-current figure img, .frame-type-fstemplate_slider .slick-slide.slick-current figure .embed-responsive {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.frame-type-fstemplate_slider .slick-slide.slick-current figure .tiny-text,
.frame-type-fstemplate_slider .slick-slide.slick-current figure .frame-type-fstemplate_video .video-js .vjs-remaining-time-display,
.frame-type-fstemplate_video .video-js .frame-type-fstemplate_slider .slick-slide.slick-current figure .vjs-remaining-time-display,
.frame-type-fstemplate_slider .slick-slide.slick-current figure .frame-type-fstemplate_video .video-js .vjs-time-tooltip,
.frame-type-fstemplate_video .video-js .frame-type-fstemplate_slider .slick-slide.slick-current figure .vjs-time-tooltip,
.frame-type-fstemplate_slider .slick-slide.slick-current figure .slider-element-slick .video-js .vjs-remaining-time-display,
.slider-element-slick .video-js .frame-type-fstemplate_slider .slick-slide.slick-current figure .vjs-remaining-time-display,
.frame-type-fstemplate_slider .slick-slide.slick-current figure .slider-element-slick .video-js .vjs-time-tooltip,
.slider-element-slick .video-js .frame-type-fstemplate_slider .slick-slide.slick-current figure .vjs-time-tooltip,
.frame-type-fstemplate_slider .slick-slide.slick-current figure .frame-type-fstemplate_stepbystep .video-js .vjs-remaining-time-display,
.frame-type-fstemplate_stepbystep .video-js .frame-type-fstemplate_slider .slick-slide.slick-current figure .vjs-remaining-time-display,
.frame-type-fstemplate_slider .slick-slide.slick-current figure .frame-type-fstemplate_stepbystep .video-js .vjs-time-tooltip,
.frame-type-fstemplate_stepbystep .video-js .frame-type-fstemplate_slider .slick-slide.slick-current figure .vjs-time-tooltip,
.frame-type-fstemplate_slider .slick-slide.slick-current figure .frame-type-fstemplate_bodytext .video-js .vjs-remaining-time-display,
.frame-type-fstemplate_bodytext .video-js .frame-type-fstemplate_slider .slick-slide.slick-current figure .vjs-remaining-time-display,
.frame-type-fstemplate_slider .slick-slide.slick-current figure .frame-type-fstemplate_bodytext .video-js .vjs-time-tooltip,
.frame-type-fstemplate_bodytext .video-js .frame-type-fstemplate_slider .slick-slide.slick-current figure .vjs-time-tooltip,
.frame-type-fstemplate_slider .slick-slide.slick-current figure .frame-type-fstemplate_bodytextcontainer .video-js .vjs-remaining-time-display,
.frame-type-fstemplate_bodytextcontainer .video-js .frame-type-fstemplate_slider .slick-slide.slick-current figure .vjs-remaining-time-display,
.frame-type-fstemplate_slider .slick-slide.slick-current figure .frame-type-fstemplate_bodytextcontainer .video-js .vjs-time-tooltip,
.frame-type-fstemplate_bodytextcontainer .video-js .frame-type-fstemplate_slider .slick-slide.slick-current figure .vjs-time-tooltip,
.frame-type-fstemplate_slider .slick-slide.slick-current figure .campaign-header-image .video-js .vjs-remaining-time-display,
.campaign-header-image .video-js .frame-type-fstemplate_slider .slick-slide.slick-current figure .vjs-remaining-time-display,
.frame-type-fstemplate_slider .slick-slide.slick-current figure .campaign-header-image .video-js .vjs-time-tooltip,
.campaign-header-image .video-js .frame-type-fstemplate_slider .slick-slide.slick-current figure .vjs-time-tooltip,
.frame-type-fstemplate_slider .slick-slide.slick-current figure .frame-type-fstemplate_hero .video-js .vjs-remaining-time-display,
.frame-type-fstemplate_hero .video-js .frame-type-fstemplate_slider .slick-slide.slick-current figure .vjs-remaining-time-display,
.frame-type-fstemplate_slider .slick-slide.slick-current figure .frame-type-fstemplate_hero .video-js .vjs-time-tooltip,
.frame-type-fstemplate_hero .video-js .frame-type-fstemplate_slider .slick-slide.slick-current figure .vjs-time-tooltip {
  opacity: 1;
}
.frame-type-fstemplate_slider .controls {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 375px) {
  .frame-type-fstemplate_slider .controls {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  .frame-type-fstemplate_slider .controls {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 1024px) {
  .frame-type-fstemplate_slider .controls {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1700px) {
  .frame-type-fstemplate_slider .controls {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.frame-type-fstemplate_sliderforbodytext figure {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100% !important;
}
.frame-type-fstemplate_sliderforbodytext figure picture {
  width: 100% !important;
}
.frame-type-fstemplate_sliderforbodytext .slick-current figure {
  opacity: 1;
}

.gallery .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.gallery .row > div {
  -ms-flex-negative: 1;
      flex-shrink: 1;
}

.huge-headline, .display-1 {
  line-height: 1.05em;
  font-weight: 700;
  letter-spacing: 0;
}

.huge-headline-medium {
  line-height: 1.05em;
  font-weight: 500;
  letter-spacing: 0;
}

.medium-headline, .display-2 {
  line-height: 1.1em;
  font-weight: 700;
  letter-spacing: 0;
  font-family: "MontserratVariable", Verdana, sans-serif;
  font-variation-settings: "wght" 700;
}

.big-subheadline, .display-3 {
  line-height: 1.1em;
  font-weight: 700;
  letter-spacing: 0;
}

.small-subheadline, .stepbystep .step-control-container-outer .step-control .step-control-headline, .display-4 {
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: 0;
}

.big-indicator {
  line-height: 1.3em;
  font-weight: 300;
  letter-spacing: 0;
}

.big-indicator-medium {
  line-height: 1.3em;
  font-weight: 500;
  letter-spacing: 0;
}

.body-text-big, .lead {
  line-height: 1.3em;
  letter-spacing: 0;
}

.body-text, body, html {
  line-height: 1.75em;
  letter-spacing: 0;
}

.cards-teaser {
  line-height: 1.4em;
  letter-spacing: 0;
}

.light-teaser {
  line-height: 1.4em;
  font-weight: 300;
  letter-spacing: 0;
}

.semi-teaser {
  line-height: 1.4em;
  font-weight: 600;
  letter-spacing: 0;
}

.small-text, small, .small {
  line-height: 1.3em;
  letter-spacing: 0;
}

.link-list-headline, .stepbystep .step-control-container-outer.list-mode .step-control-headline {
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: 0;
}

.fixed-button-text, .pagination .page-item .page-link, .parsley-custom-error-message, .parsley-required {
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1.3em;
}

.little-label-text {
  line-height: 1.3em;
  letter-spacing: 0;
  font-weight: 500;
}

.tiny-indicator {
  line-height: 1.2em;
  letter-spacing: 0;
  font-weight: 600;
}

.page-titles-small {
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: 0;
}

.tiny-text, .frame-type-fstemplate_video .video-js .vjs-progress-control:hover .vjs-time-tooltip,
.frame-type-fstemplate_video .video-js .vjs-remaining-time-display,
.frame-type-fstemplate_video .video-js .vjs-time-tooltip,
.frame-type-fstemplate_video .video-js .vjs-time-tooltip:hover, .slider-element-slick .video-js .vjs-progress-control:hover .vjs-time-tooltip,
.slider-element-slick .video-js .vjs-remaining-time-display,
.slider-element-slick .video-js .vjs-time-tooltip,
.slider-element-slick .video-js .vjs-time-tooltip:hover, .frame-type-fstemplate_stepbystep .video-js .vjs-progress-control:hover .vjs-time-tooltip,
.frame-type-fstemplate_stepbystep .video-js .vjs-remaining-time-display,
.frame-type-fstemplate_stepbystep .video-js .vjs-time-tooltip,
.frame-type-fstemplate_stepbystep .video-js .vjs-time-tooltip:hover, .frame-type-fstemplate_bodytext .video-js .vjs-progress-control:hover .vjs-time-tooltip,
.frame-type-fstemplate_bodytext .video-js .vjs-remaining-time-display,
.frame-type-fstemplate_bodytext .video-js .vjs-time-tooltip,
.frame-type-fstemplate_bodytext .video-js .vjs-time-tooltip:hover, .frame-type-fstemplate_bodytextcontainer .video-js .vjs-progress-control:hover .vjs-time-tooltip,
.frame-type-fstemplate_bodytextcontainer .video-js .vjs-remaining-time-display,
.frame-type-fstemplate_bodytextcontainer .video-js .vjs-time-tooltip,
.frame-type-fstemplate_bodytextcontainer .video-js .vjs-time-tooltip:hover, .campaign-header-image .video-js .vjs-progress-control:hover .vjs-time-tooltip,
.campaign-header-image .video-js .vjs-remaining-time-display,
.campaign-header-image .video-js .vjs-time-tooltip,
.campaign-header-image .video-js .vjs-time-tooltip:hover, .frame-type-fstemplate_hero .video-js .vjs-progress-control:hover .vjs-time-tooltip,
.frame-type-fstemplate_hero .video-js .vjs-remaining-time-display,
.frame-type-fstemplate_hero .video-js .vjs-time-tooltip,
.frame-type-fstemplate_hero .video-js .vjs-time-tooltip:hover {
  line-height: 1.3em;
  letter-spacing: 0;
}

.mini-text {
  line-height: 1.3em;
  letter-spacing: 0;
}

.menu-links {
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: 0;
}

.description-text {
  line-height: 1.2em;
  letter-spacing: 0;
}

.filter-card-headline {
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: 0;
}

.anchor-link-text {
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: 0;
}

.filter-card-sub-headline {
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: 0;
}

.regular-text-cards {
  line-height: 1.4em;
  letter-spacing: 0;
}

.light-text-cards {
  line-height: 1.5em;
  font-weight: 300;
  letter-spacing: 0;
}

.light-text-subheadline {
  line-height: 1.3em;
  font-weight: 300;
}

.semi-text-subheadline {
  line-height: 1.3em;
  font-weight: 600;
}

.card-headline-swipeables {
  line-height: 1.3em;
  font-weight: 500;
  letter-spacing: 0;
}

.card-headline {
  line-height: 1.1em;
  font-weight: 500;
  letter-spacing: 0;
}

.download-headline {
  line-height: 1.1em;
  font-weight: 700;
  letter-spacing: 0;
}

.download-subheadline {
  line-height: 1.1em;
  font-weight: 700;
  letter-spacing: 0;
}

.download-subheadline-medium {
  line-height: 1.1em;
  font-weight: 500;
  letter-spacing: 0;
}

.new-menu-links {
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: 0;
}

.new-menu-dropdown-links {
  line-height: 1.3em;
  font-weight: 700;
  letter-spacing: 0;
}

.new-menu-description {
  line-height: 1.2em;
  letter-spacing: 0;
}

.interview-sub-headline {
  line-height: 1.3em;
  font-weight: 500;
  letter-spacing: 0;
}

.exponentional-text {
  font-weight: 400;
  text-transform: uppercase;
  vertical-align: super;
}

.fixed-button-large {
  line-height: 1.2em;
  font-weight: 500;
  letter-spacing: 0;
}

.icon-buttons-style {
  font-size: 20px;
  line-height: 1.3em;
  letter-spacing: 0;
}

.backtotop-headline {
  font-weight: 500;
  line-height: 1.1em;
  letter-spacing: 0;
}

.sticky-anchors-link-bar-button {
  font-weight: 300;
  line-height: 1.2em;
  letter-spacing: 0;
}

.microsite-menu-items {
  font-weight: 700;
  line-height: 1.4em;
  letter-spacing: 0;
}

.round-button-description {
  font-weight: normal;
  line-height: 1.3em;
  letter-spacing: 0;
}

.fixed-label-text {
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0;
  text-transform: uppercase;
}

.semi-small-subheadline {
  font-weight: 600;
  line-height: 1.2em;
  letter-spacing: 0;
}

.simple-text-link:hover {
  text-decoration: underline;
}

.microsite-title {
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
}

.carousel-card-title {
  font-weight: 700;
  line-height: 1.3em;
}

@media (max-width: 374.98px) {
  .huge-headline, .display-1 {
    font-size: 40px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .huge-headline, .display-1 {
    font-size: calc(40px + 30 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .huge-headline, .display-1 {
    font-size: 70px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .huge-headline, .display-1 {
    font-size: calc(80px + 30 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .huge-headline, .display-1 {
    font-size: 120px;
  }
}
@media (max-width: 374.98px) {
  .huge-headline-medium {
    font-size: 40px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .huge-headline-medium {
    font-size: calc(40px + 30 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .huge-headline-medium {
    font-size: 70px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .huge-headline-medium {
    font-size: calc(80px + 30 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .huge-headline-medium {
    font-size: 120px;
  }
}
@media (max-width: 374.98px) {
  .medium-headline, .display-2 {
    font-size: 28px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .medium-headline, .display-2 {
    font-size: calc(28px + 17 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .medium-headline, .display-2 {
    font-size: 45px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .medium-headline, .display-2 {
    font-size: calc(48px + 24 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .medium-headline, .display-2 {
    font-size: 72px;
  }
}
@media (max-width: 374.98px) {
  .big-subheadline, .display-3 {
    font-size: 20px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .big-subheadline, .display-3 {
    font-size: calc(20px + 20 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .big-subheadline, .display-3 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .big-subheadline, .display-3 {
    font-size: calc(32px + 20 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .big-subheadline, .display-3 {
    font-size: 52px;
  }
}
@media (max-width: 374.98px) {
  .small-subheadline, .stepbystep .step-control-container-outer .step-control .step-control-headline, .small-subheadline p, .stepbystep .step-control-container-outer .step-control .step-control-headline p {
    font-size: 16px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .small-subheadline, .stepbystep .step-control-container-outer .step-control .step-control-headline, .small-subheadline p, .stepbystep .step-control-container-outer .step-control .step-control-headline p {
    font-size: calc(16px + 7 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .small-subheadline, .stepbystep .step-control-container-outer .step-control .step-control-headline, .small-subheadline p, .stepbystep .step-control-container-outer .step-control .step-control-headline p {
    font-size: 23px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .small-subheadline, .stepbystep .step-control-container-outer .step-control .step-control-headline, .small-subheadline p, .stepbystep .step-control-container-outer .step-control .step-control-headline p {
    font-size: calc(25px + 14 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .small-subheadline, .stepbystep .step-control-container-outer .step-control .step-control-headline, .small-subheadline p, .stepbystep .step-control-container-outer .step-control .step-control-headline p {
    font-size: 39px;
  }
}
@media (max-width: 374.98px) {
  .big-indicator {
    font-size: 14px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .big-indicator {
    font-size: calc(14px + 4 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .big-indicator {
    font-size: 18px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .big-indicator {
    font-size: calc(16px + 12 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .big-indicator {
    font-size: 28px;
  }
}
@media (max-width: 374.98px) {
  .big-indicator-medium {
    font-size: 14px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .big-indicator-medium {
    font-size: calc(16px + 7 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .big-indicator-medium {
    font-size: 23px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .big-indicator-medium {
    font-size: calc(25px + 14 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .big-indicator-medium {
    font-size: 39px;
  }
}
@media (max-width: 374.98px) {
  .body-text-big, .lead {
    font-size: 16px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .body-text-big, .lead {
    font-size: calc(16px + 4 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .body-text-big, .lead {
    font-size: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .body-text-big, .lead {
    font-size: calc(20px + 19 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .body-text-big, .lead {
    font-size: 39px;
  }
}
@media (max-width: 374.98px) {
  html, body, .body-text, .frame {
    font-size: 14px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  html, body, .body-text, .frame {
    font-size: calc(14px + 2 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  html, body, .body-text, .frame {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  html, body, .body-text, .frame {
    font-size: calc(14px + 6 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  html, body, .body-text, .frame {
    font-size: 20px;
  }
}
@media (max-width: 374.98px) {
  .cards-teaser {
    font-size: 14px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .cards-teaser {
    font-size: calc(14px + 2 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .cards-teaser {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .cards-teaser {
    font-size: calc(14px + 6 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .cards-teaser {
    font-size: 20px;
  }
}
@media (max-width: 374.98px) {
  .light-teaser {
    font-size: 16px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .light-teaser {
    font-size: calc(16px + 2 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .light-teaser {
    font-size: 18px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .light-teaser {
    font-size: calc(16px + 6 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .light-teaser {
    font-size: 22px;
  }
}
@media (max-width: 374.98px) {
  .semi-teaser {
    font-size: 16px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .semi-teaser {
    font-size: calc(16px + 2 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .semi-teaser {
    font-size: 18px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .semi-teaser {
    font-size: calc(16px + 6 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .semi-teaser {
    font-size: 22px;
  }
}
@media (max-width: 374.98px) {
  .small-text, small, .small {
    font-size: 12px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .small-text, small, .small {
    font-size: calc(12px + 2 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .small-text, small, .small {
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .small-text, small, .small {
    font-size: calc(10px + 6 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .small-text, small, .small {
    font-size: 16px;
  }
}
@media (max-width: 374.98px) {
  .link-list-headline, .stepbystep .step-control-container-outer.list-mode .step-control-headline {
    font-size: 16px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .link-list-headline, .stepbystep .step-control-container-outer.list-mode .step-control-headline {
    font-size: calc(16px + 2 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .link-list-headline, .stepbystep .step-control-container-outer.list-mode .step-control-headline {
    font-size: 18px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .link-list-headline, .stepbystep .step-control-container-outer.list-mode .step-control-headline {
    font-size: calc(16px + 4 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .link-list-headline, .stepbystep .step-control-container-outer.list-mode .step-control-headline {
    font-size: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  #filterpanel .level1button {
    font-size: calc(20px + 5 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  #filterpanel .level1button {
    font-size: 25px;
  }
}
@media (max-width: 374.98px) {
  .fixed-button-text, .pagination .page-item .page-link, .form-control, .parsley-custom-error-message, .parsley-required {
    font-size: 10px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .fixed-button-text, .pagination .page-item .page-link, .form-control, .parsley-custom-error-message, .parsley-required {
    font-size: calc(12px + 0 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .fixed-button-text, .pagination .page-item .page-link, .form-control, .parsley-custom-error-message, .parsley-required {
    font-size: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .fixed-button-text, .pagination .page-item .page-link, .form-control, .parsley-custom-error-message, .parsley-required {
    font-size: calc(12px + 0 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .fixed-button-text, .pagination .page-item .page-link, .form-control, .parsley-custom-error-message, .parsley-required {
    font-size: 12px;
  }
}
@media (max-width: 374.98px) {
  .little-label-text {
    font-size: 10px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .little-label-text {
    font-size: calc(10px + 0 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .little-label-text {
    font-size: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .little-label-text {
    font-size: calc(12px + 0 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .little-label-text {
    font-size: 12px;
  }
}
@media (max-width: 374.98px) {
  .tiny-indicator {
    font-size: 10px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .tiny-indicator {
    font-size: calc(10px + 0 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .tiny-indicator {
    font-size: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .tiny-indicator {
    font-size: calc(10px + 2 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .tiny-indicator {
    font-size: 12px;
  }
}
@media (max-width: 374.98px) {
  .page-titles-small {
    font-size: 10px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .page-titles-small {
    font-size: calc(10px + 0 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .page-titles-small {
    font-size: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .page-titles-small {
    font-size: calc(12px + 0 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .page-titles-small {
    font-size: 12px;
  }
}
@media (max-width: 374.98px) {
  .tiny-text, .frame-type-fstemplate_video .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .frame-type-fstemplate_video .video-js .vjs-remaining-time-display,
  .frame-type-fstemplate_video .video-js .vjs-time-tooltip,
  .frame-type-fstemplate_video .video-js .vjs-time-tooltip:hover, .slider-element-slick .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .slider-element-slick .video-js .vjs-remaining-time-display,
  .slider-element-slick .video-js .vjs-time-tooltip,
  .slider-element-slick .video-js .vjs-time-tooltip:hover, .frame-type-fstemplate_stepbystep .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .frame-type-fstemplate_stepbystep .video-js .vjs-remaining-time-display,
  .frame-type-fstemplate_stepbystep .video-js .vjs-time-tooltip,
  .frame-type-fstemplate_stepbystep .video-js .vjs-time-tooltip:hover, .frame-type-fstemplate_bodytext .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .frame-type-fstemplate_bodytext .video-js .vjs-remaining-time-display,
  .frame-type-fstemplate_bodytext .video-js .vjs-time-tooltip,
  .frame-type-fstemplate_bodytext .video-js .vjs-time-tooltip:hover, .frame-type-fstemplate_bodytextcontainer .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .frame-type-fstemplate_bodytextcontainer .video-js .vjs-remaining-time-display,
  .frame-type-fstemplate_bodytextcontainer .video-js .vjs-time-tooltip,
  .frame-type-fstemplate_bodytextcontainer .video-js .vjs-time-tooltip:hover, .campaign-header-image .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .campaign-header-image .video-js .vjs-remaining-time-display,
  .campaign-header-image .video-js .vjs-time-tooltip,
  .campaign-header-image .video-js .vjs-time-tooltip:hover, .frame-type-fstemplate_hero .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .frame-type-fstemplate_hero .video-js .vjs-remaining-time-display,
  .frame-type-fstemplate_hero .video-js .vjs-time-tooltip,
  .frame-type-fstemplate_hero .video-js .vjs-time-tooltip:hover {
    font-size: 10px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .tiny-text, .frame-type-fstemplate_video .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .frame-type-fstemplate_video .video-js .vjs-remaining-time-display,
  .frame-type-fstemplate_video .video-js .vjs-time-tooltip,
  .frame-type-fstemplate_video .video-js .vjs-time-tooltip:hover, .slider-element-slick .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .slider-element-slick .video-js .vjs-remaining-time-display,
  .slider-element-slick .video-js .vjs-time-tooltip,
  .slider-element-slick .video-js .vjs-time-tooltip:hover, .frame-type-fstemplate_stepbystep .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .frame-type-fstemplate_stepbystep .video-js .vjs-remaining-time-display,
  .frame-type-fstemplate_stepbystep .video-js .vjs-time-tooltip,
  .frame-type-fstemplate_stepbystep .video-js .vjs-time-tooltip:hover, .frame-type-fstemplate_bodytext .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .frame-type-fstemplate_bodytext .video-js .vjs-remaining-time-display,
  .frame-type-fstemplate_bodytext .video-js .vjs-time-tooltip,
  .frame-type-fstemplate_bodytext .video-js .vjs-time-tooltip:hover, .frame-type-fstemplate_bodytextcontainer .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .frame-type-fstemplate_bodytextcontainer .video-js .vjs-remaining-time-display,
  .frame-type-fstemplate_bodytextcontainer .video-js .vjs-time-tooltip,
  .frame-type-fstemplate_bodytextcontainer .video-js .vjs-time-tooltip:hover, .campaign-header-image .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .campaign-header-image .video-js .vjs-remaining-time-display,
  .campaign-header-image .video-js .vjs-time-tooltip,
  .campaign-header-image .video-js .vjs-time-tooltip:hover, .frame-type-fstemplate_hero .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .frame-type-fstemplate_hero .video-js .vjs-remaining-time-display,
  .frame-type-fstemplate_hero .video-js .vjs-time-tooltip,
  .frame-type-fstemplate_hero .video-js .vjs-time-tooltip:hover {
    font-size: calc(10px + 0 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .tiny-text, .frame-type-fstemplate_video .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .frame-type-fstemplate_video .video-js .vjs-remaining-time-display,
  .frame-type-fstemplate_video .video-js .vjs-time-tooltip,
  .frame-type-fstemplate_video .video-js .vjs-time-tooltip:hover, .slider-element-slick .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .slider-element-slick .video-js .vjs-remaining-time-display,
  .slider-element-slick .video-js .vjs-time-tooltip,
  .slider-element-slick .video-js .vjs-time-tooltip:hover, .frame-type-fstemplate_stepbystep .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .frame-type-fstemplate_stepbystep .video-js .vjs-remaining-time-display,
  .frame-type-fstemplate_stepbystep .video-js .vjs-time-tooltip,
  .frame-type-fstemplate_stepbystep .video-js .vjs-time-tooltip:hover, .frame-type-fstemplate_bodytext .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .frame-type-fstemplate_bodytext .video-js .vjs-remaining-time-display,
  .frame-type-fstemplate_bodytext .video-js .vjs-time-tooltip,
  .frame-type-fstemplate_bodytext .video-js .vjs-time-tooltip:hover, .frame-type-fstemplate_bodytextcontainer .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .frame-type-fstemplate_bodytextcontainer .video-js .vjs-remaining-time-display,
  .frame-type-fstemplate_bodytextcontainer .video-js .vjs-time-tooltip,
  .frame-type-fstemplate_bodytextcontainer .video-js .vjs-time-tooltip:hover, .campaign-header-image .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .campaign-header-image .video-js .vjs-remaining-time-display,
  .campaign-header-image .video-js .vjs-time-tooltip,
  .campaign-header-image .video-js .vjs-time-tooltip:hover, .frame-type-fstemplate_hero .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .frame-type-fstemplate_hero .video-js .vjs-remaining-time-display,
  .frame-type-fstemplate_hero .video-js .vjs-time-tooltip,
  .frame-type-fstemplate_hero .video-js .vjs-time-tooltip:hover {
    font-size: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .tiny-text, .frame-type-fstemplate_video .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .frame-type-fstemplate_video .video-js .vjs-remaining-time-display,
  .frame-type-fstemplate_video .video-js .vjs-time-tooltip,
  .frame-type-fstemplate_video .video-js .vjs-time-tooltip:hover, .slider-element-slick .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .slider-element-slick .video-js .vjs-remaining-time-display,
  .slider-element-slick .video-js .vjs-time-tooltip,
  .slider-element-slick .video-js .vjs-time-tooltip:hover, .frame-type-fstemplate_stepbystep .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .frame-type-fstemplate_stepbystep .video-js .vjs-remaining-time-display,
  .frame-type-fstemplate_stepbystep .video-js .vjs-time-tooltip,
  .frame-type-fstemplate_stepbystep .video-js .vjs-time-tooltip:hover, .frame-type-fstemplate_bodytext .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .frame-type-fstemplate_bodytext .video-js .vjs-remaining-time-display,
  .frame-type-fstemplate_bodytext .video-js .vjs-time-tooltip,
  .frame-type-fstemplate_bodytext .video-js .vjs-time-tooltip:hover, .frame-type-fstemplate_bodytextcontainer .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .frame-type-fstemplate_bodytextcontainer .video-js .vjs-remaining-time-display,
  .frame-type-fstemplate_bodytextcontainer .video-js .vjs-time-tooltip,
  .frame-type-fstemplate_bodytextcontainer .video-js .vjs-time-tooltip:hover, .campaign-header-image .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .campaign-header-image .video-js .vjs-remaining-time-display,
  .campaign-header-image .video-js .vjs-time-tooltip,
  .campaign-header-image .video-js .vjs-time-tooltip:hover, .frame-type-fstemplate_hero .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .frame-type-fstemplate_hero .video-js .vjs-remaining-time-display,
  .frame-type-fstemplate_hero .video-js .vjs-time-tooltip,
  .frame-type-fstemplate_hero .video-js .vjs-time-tooltip:hover {
    font-size: calc(12px + 2 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .tiny-text, .frame-type-fstemplate_video .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .frame-type-fstemplate_video .video-js .vjs-remaining-time-display,
  .frame-type-fstemplate_video .video-js .vjs-time-tooltip,
  .frame-type-fstemplate_video .video-js .vjs-time-tooltip:hover, .slider-element-slick .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .slider-element-slick .video-js .vjs-remaining-time-display,
  .slider-element-slick .video-js .vjs-time-tooltip,
  .slider-element-slick .video-js .vjs-time-tooltip:hover, .frame-type-fstemplate_stepbystep .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .frame-type-fstemplate_stepbystep .video-js .vjs-remaining-time-display,
  .frame-type-fstemplate_stepbystep .video-js .vjs-time-tooltip,
  .frame-type-fstemplate_stepbystep .video-js .vjs-time-tooltip:hover, .frame-type-fstemplate_bodytext .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .frame-type-fstemplate_bodytext .video-js .vjs-remaining-time-display,
  .frame-type-fstemplate_bodytext .video-js .vjs-time-tooltip,
  .frame-type-fstemplate_bodytext .video-js .vjs-time-tooltip:hover, .frame-type-fstemplate_bodytextcontainer .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .frame-type-fstemplate_bodytextcontainer .video-js .vjs-remaining-time-display,
  .frame-type-fstemplate_bodytextcontainer .video-js .vjs-time-tooltip,
  .frame-type-fstemplate_bodytextcontainer .video-js .vjs-time-tooltip:hover, .campaign-header-image .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .campaign-header-image .video-js .vjs-remaining-time-display,
  .campaign-header-image .video-js .vjs-time-tooltip,
  .campaign-header-image .video-js .vjs-time-tooltip:hover, .frame-type-fstemplate_hero .video-js .vjs-progress-control:hover .vjs-time-tooltip,
  .frame-type-fstemplate_hero .video-js .vjs-remaining-time-display,
  .frame-type-fstemplate_hero .video-js .vjs-time-tooltip,
  .frame-type-fstemplate_hero .video-js .vjs-time-tooltip:hover {
    font-size: 14px;
  }
}
@media (max-width: 374.98px) {
  .mini-text {
    font-size: 10px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .mini-text {
    font-size: calc(10px + 0 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .mini-text {
    font-size: 10px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .mini-text {
    font-size: calc(10px + 4 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .mini-text {
    font-size: 14px;
  }
}
@media (max-width: 374.98px) {
  .menu-links {
    font-size: 40px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .menu-links {
    font-size: calc(40px + 20 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .menu-links {
    font-size: 60px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .menu-links {
    font-size: calc(100px + 60 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .menu-links {
    font-size: 160px;
  }
}
@media (max-width: 374.98px) {
  .description-text {
    font-size: 12px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .description-text {
    font-size: calc(12px + 2 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .description-text {
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .description-text {
    font-size: calc(20px + 10 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .description-text {
    font-size: 30px;
  }
}
@media (max-width: 374.98px) {
  .filter-card-headline {
    font-size: 24px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .filter-card-headline {
    font-size: calc(24px + 11 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .filter-card-headline {
    font-size: 35px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .filter-card-headline {
    font-size: calc(32px + 6 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .filter-card-headline {
    font-size: 38px;
  }
}
@media (max-width: 374.98px) {
  .anchor-link-text {
    font-size: 20px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .anchor-link-text {
    font-size: calc(28px + 7 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .anchor-link-text {
    font-size: 32px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .anchor-link-text {
    font-size: calc(32px + 6 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .anchor-link-text {
    font-size: 38px;
  }
}
@media (max-width: 374.98px) {
  .filter-card-sub-headline {
    font-size: 12px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .filter-card-sub-headline {
    font-size: calc(12px + 2 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .filter-card-sub-headline {
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .filter-card-sub-headline {
    font-size: calc(14px + 6 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .filter-card-sub-headline {
    font-size: 20px;
  }
}
@media (max-width: 374.98px) {
  .regular-text-cards {
    font-size: 12px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .regular-text-cards {
    font-size: calc(12px + 2 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .regular-text-cards {
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .regular-text-cards {
    font-size: calc(14px + 6 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .regular-text-cards {
    font-size: 20px;
  }
}
@media (max-width: 374.98px) {
  .light-text-cards {
    font-size: 12px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .light-text-cards {
    font-size: calc(12px + 2 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .light-text-cards {
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .light-text-cards {
    font-size: calc(14px + 6 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .light-text-cards {
    font-size: 20px;
  }
}
@media (max-width: 374.98px) {
  .light-text-subheadline {
    font-size: 14px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .light-text-subheadline {
    font-size: calc(14px + 2 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .light-text-subheadline {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .light-text-subheadline {
    font-size: calc(14px + 6 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .light-text-subheadline {
    font-size: 20px;
  }
}
@media (max-width: 374.98px) {
  .semi-text-subheadline {
    font-size: 14px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .semi-text-subheadline {
    font-size: calc(14px + 2 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .semi-text-subheadline {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .semi-text-subheadline {
    font-size: calc(14px + 6 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .semi-text-subheadline {
    font-size: 20px;
  }
}
@media (max-width: 374.98px) {
  .card-headline {
    font-size: 16px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .card-headline {
    font-size: calc(16px + 6 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .card-headline {
    font-size: 22px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .card-headline {
    font-size: calc(22px + 5 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .card-headline {
    font-size: 27px;
  }
}
@media (max-width: 374.98px) {
  .card-headline-swipeables {
    font-size: 16px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .card-headline-swipeables {
    font-size: calc(16px + 6 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .card-headline-swipeables {
    font-size: 22px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .card-headline-swipeables {
    font-size: calc(22px + 5 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .card-headline-swipeables {
    font-size: 27px;
  }
}
@media (max-width: 374.98px) {
  .download-headline {
    font-size: 20px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .download-headline {
    font-size: calc(20px + 8 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .download-headline {
    font-size: 28px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .download-headline {
    font-size: calc(32px + 23 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .download-headline {
    font-size: 55px;
  }
}
@media (max-width: 374.98px) {
  .download-subheadline {
    font-size: 14px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .download-subheadline {
    font-size: calc(14px + 6 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .download-subheadline {
    font-size: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .download-subheadline {
    font-size: calc(23px + 15 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .download-subheadline {
    font-size: 38px;
  }
}
@media (max-width: 374.98px) {
  .download-subheadline-medium {
    font-size: 16px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .download-subheadline-medium {
    font-size: calc(16px + 4 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .download-subheadline-medium {
    font-size: 25px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .download-subheadline-medium {
    font-size: calc(25px + 13 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .download-subheadline-medium {
    font-size: 38px;
  }
}
@media (max-width: 374.98px) {
  .new-menu-links {
    font-size: 40px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .new-menu-links {
    font-size: calc(40px + 20 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .new-menu-links {
    font-size: 55px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .new-menu-links {
    font-size: calc(40px + 15 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .new-menu-links {
    font-size: 55px;
  }
}
@media (max-width: 374.98px) {
  .new-menu-dropdown-links {
    font-size: 14px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .new-menu-dropdown-links {
    font-size: calc(14px + 0 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .new-menu-dropdown-links {
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .new-menu-dropdown-links {
    font-size: calc(14px + 6 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .new-menu-dropdown-links {
    font-size: 20px;
  }
}
@media (max-width: 374.98px) {
  .new-menu-description {
    font-size: 12px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .new-menu-description {
    font-size: calc(12px + 2 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .new-menu-description {
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .new-menu-description {
    font-size: calc(14px + 6 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .new-menu-description {
    font-size: 20px;
  }
}
@media (max-width: 374.98px) {
  .interview-sub-headline {
    font-size: 10px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .interview-sub-headline {
    font-size: calc(12px + 0 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .interview-sub-headline {
    font-size: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .interview-sub-headline {
    font-size: calc(14px + -2 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .interview-sub-headline {
    font-size: 12px;
  }
}
@media (max-width: 374.98px) {
  .exponentional-text {
    font-size: 10.5px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .exponentional-text {
    font-size: calc(10.5px + 1.5 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .exponentional-text {
    font-size: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .exponentional-text {
    font-size: calc(10.5px + 4.5 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .exponentional-text {
    font-size: 15px;
  }
}
@media (max-width: 374.98px) {
  .fixed-button-large {
    font-size: 14px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .fixed-button-large {
    font-size: calc(14px + 0 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .fixed-button-large {
    font-size: 14px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .fixed-button-large {
    font-size: calc(14px + 0 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .fixed-button-large {
    font-size: 14px;
  }
}
@media (max-width: 374.98px) {
  .backtotop-headline {
    font-size: 14px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .backtotop-headline {
    font-size: calc(14px + 6 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .backtotop-headline {
    font-size: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .backtotop-headline {
    font-size: calc(23px + 15 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .backtotop-headline {
    font-size: 38px;
  }
}
@media (max-width: 374.98px) {
  .sticky-anchors-link-bar-button {
    font-size: 14px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .sticky-anchors-link-bar-button {
    font-size: calc(14px + 2 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .sticky-anchors-link-bar-button {
    font-size: 16px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .sticky-anchors-link-bar-button {
    font-size: calc(14px + 2 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .sticky-anchors-link-bar-button {
    font-size: 16px;
  }
}
@media (max-width: 374.98px) {
  .microsite-menu-items {
    font-size: 28px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .microsite-menu-items {
    font-size: calc(32px + 4 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .microsite-menu-items {
    font-size: 36px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .microsite-menu-items {
    font-size: calc(40px + -2 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .microsite-menu-items {
    font-size: 50px;
  }
}
@media (max-width: 374.98px) {
  .round-button-description {
    font-size: 12px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .round-button-description {
    font-size: calc(12px + 0 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .round-button-description {
    font-size: 12px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .round-button-description {
    font-size: calc(12px + 2 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .round-button-description {
    font-size: 14px;
  }
}
@media (max-width: 374.98px) {
  .fixed-label-text {
    font-size: 15px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .fixed-label-text {
    font-size: calc(15px + 0 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .fixed-label-text {
    font-size: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .fixed-label-text {
    font-size: calc(15px + 0 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .fixed-label-text {
    font-size: 15px;
  }
}
@media (max-width: 374.98px) {
  .semi-small-subheadline {
    font-size: 18px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .semi-small-subheadline {
    font-size: calc(18px + 2 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .semi-small-subheadline {
    font-size: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .semi-small-subheadline {
    font-size: calc(22px + 6 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .semi-small-subheadline {
    font-size: 28px;
  }
}
@media (max-width: 374.98px) {
  .microsite-title {
    font-size: 15px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .microsite-title {
    font-size: calc(15px + 0 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .microsite-title {
    font-size: 15px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .microsite-title {
    font-size: calc(15px + 0 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .microsite-title {
    font-size: 15px;
  }
}
@media (max-width: 374.98px) {
  .carousel-card-title {
    font-size: 22px;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .carousel-card-title {
    font-size: calc(22px + 0 * (100vw - 375px) / 392.98);
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .carousel-card-title {
    font-size: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .carousel-card-title {
    font-size: calc(22px + 6 * (100vw - 1024px) / 675.98);
  }
}
@media (min-width: 1700px) {
  .carousel-card-title {
    font-size: 28px;
  }
}
.text-white a:not(.btn):not(.page-link):not(.nav-link.active) {
  color: #FFFFFF !important;
}
.text-white .text-dark a:not(.btn):not(.page-link):not(.nav-link.active) {
  color: #1D1E22 !important;
}

.text-dark a:not(.btn):not(.page-link):not(.nav-link.active) {
  color: #1D1E22 !important;
}
.text-dark .text-white a:not(.btn):not(.page-link):not(.nav-link.active) {
  color: #FFFFFF !important;
}
.text-dark .text-white .text-dark a:not(.btn):not(.page-link):not(.nav-link.active) {
  color: #1D1E22 !important;
}

.ce-bodytext.collapse:not(.show) {
  display: block;
  overflow: hidden;
}

.ce-bodytext + .readmorewrap {
  position: relative;
}
.ce-bodytext + .readmorewrap:before {
  position: absolute;
  bottom: calc(100% + 0.9rem);
  left: 0;
  content: " ";
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box;
  height: 5em;
  width: 100%;
  z-index: 1;
}
.ce-bodytext + .readmorewrap a {
  position: relative;
  z-index: 2;
}
.ce-bodytext a {
  text-decoration: underline;
}
.ce-bodytext a[target=_blank]:after {
  font-family: "Secunet Icons";
  content: "↗";
}

.bg-dark .ce-bodytext + .readmorewrap:before {
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#1D1E22), to(rgba(29, 30, 34, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #1D1E22 0%, rgba(29, 30, 34, 0) 100%) 0% 0% no-repeat padding-box;
}

.bg-light .ce-bodytext + .readmorewrap:before {
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#F8F8F8), to(rgba(248, 248, 248, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #F8F8F8 0%, rgba(248, 248, 248, 0) 100%) 0% 0% no-repeat padding-box;
}

.bg-gray-200 .ce-bodytext + .readmorewrap:before {
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#EAEBED), to(rgba(234, 235, 237, 0))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #EAEBED 0%, rgba(234, 235, 237, 0) 100%) 0% 0% no-repeat padding-box;
}

.ce-bodytext.show + .readmorewrap:before {
  background: transparent !important;
  height: 0;
}

.highlight-white,
.highlight-light,
.highlight-grey,
.highlight-dark {
  position: relative;
  margin: 50px -50px;
  padding: 50px;
}
@media (min-width: 768px) {
  .highlight-white,
  .highlight-light,
  .highlight-grey,
  .highlight-dark {
    margin: 30px -30px;
    padding: 30px;
  }
}

.highlight-white {
  background: #FFFFFF !important;
  color: #1D1E22 !important;
}

.highlight-light {
  background: #F8F8F8 !important;
  color: #1D1E22 !important;
}

.highlight-grey {
  background: #EAEBED !important;
  color: #1D1E22 !important;
}

.highlight-dark {
  background: #1D1E22 !important;
  color: #FFFFFF !important;
}

.frame-type-fstemplate_anchorlist ul, .frame-type-fstemplate_anchorlist ol,
.frame-type-fstemplate_horizontalanchorlist ul,
.frame-type-fstemplate_horizontalanchorlist ol,
.frame-type-text ul,
.frame-type-text ol,
.ce-bodytext ul,
.ce-bodytext ol,
.frame-type-fstemplate_simplebodytext ul,
.frame-type-fstemplate_simplebodytext ol,
.frame-type-fstemplate_bodytext ul,
.frame-type-fstemplate_bodytext ol {
  padding-left: 1em;
}
.frame-type-fstemplate_anchorlist ol,
.frame-type-fstemplate_horizontalanchorlist ol,
.frame-type-text ol,
.ce-bodytext ol,
.frame-type-fstemplate_simplebodytext ol,
.frame-type-fstemplate_bodytext ol {
  counter-reset: accordion;
  list-style-type: none;
}
.frame-type-fstemplate_anchorlist ol li,
.frame-type-fstemplate_horizontalanchorlist ol li,
.frame-type-text ol li,
.ce-bodytext ol li,
.frame-type-fstemplate_simplebodytext ol li,
.frame-type-fstemplate_bodytext ol li {
  position: relative;
}
.frame-type-fstemplate_anchorlist ol li ::marker,
.frame-type-fstemplate_horizontalanchorlist ol li ::marker,
.frame-type-text ol li ::marker,
.ce-bodytext ol li ::marker,
.frame-type-fstemplate_simplebodytext ol li ::marker,
.frame-type-fstemplate_bodytext ol li ::marker {
  display: none;
}
.frame-type-fstemplate_anchorlist ol li:before,
.frame-type-fstemplate_horizontalanchorlist ol li:before,
.frame-type-text ol li:before,
.ce-bodytext ol li:before,
.frame-type-fstemplate_simplebodytext ol li:before,
.frame-type-fstemplate_bodytext ol li:before {
  content: counter(accordion);
  counter-increment: accordion;
  position: absolute;
  top: 0;
  left: -1.5em;
  font-size: 0.65em;
}
.frame-type-fstemplate_anchorlist p.body-text-big,
.frame-type-fstemplate_horizontalanchorlist p.body-text-big,
.frame-type-text p.body-text-big,
.ce-bodytext p.body-text-big,
.frame-type-fstemplate_simplebodytext p.body-text-big,
.frame-type-fstemplate_bodytext p.body-text-big {
  margin-bottom: 3.5rem;
}
.frame-type-fstemplate_anchorlist p + p.body-text-big,
.frame-type-fstemplate_horizontalanchorlist p + p.body-text-big,
.frame-type-text p + p.body-text-big,
.ce-bodytext p + p.body-text-big,
.frame-type-fstemplate_simplebodytext p + p.body-text-big,
.frame-type-fstemplate_bodytext p + p.body-text-big {
  margin-top: 3.5rem;
}

.badge {
  text-transform: uppercase;
  white-space: initial;
  text-align: left;
}

.doublebadge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 2px;
}
.doublebadge .badge {
  white-space: normal;
}

.frame-type-fstemplate_bodytext > div,
.frame-type-fstemplate_bodytextcontainer > div {
  background-repeat: no-repeat !important;
  background-position: top right !important;
  background-size: 100vw auto !important;
}

/* Pagination */
.pagination .page-item + .page-item {
  margin-left: 0.5em;
}
.pagination .page-item {
  min-width: 2.5em;
  text-align: center;
}
.pagination .page-item:hover .page-link, .pagination .page-item.active .page-link {
  font-weight: bold;
}
.pagination .page-item .page-link {
  border-radius: 20px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-weight: 500;
}

.remove-text-transform {
  text-transform: none !important;
}

#pagefooter ul {
  list-style: none;
  padding-left: 0;
}
#pagefooter ul li {
  margin-bottom: 1.75rem;
}

figure figcaption {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  min-width: 100%;
}

.btn {
  min-height: 30px;
  min-width: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn i + span,
.btn span + i,
.btn img + span,
.btn svg + span {
  margin-left: 0.5em;
  margin-left: 1ex;
}
.btn.icon-buttons-style {
  height: 30px;
  width: 50px;
}
.btn.icon-buttons-style .si-rightArrow,
.btn.icon-buttons-style .si-leftArrow {
  position: relative;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
  left: 0;
}
.btn.icon-buttons-style.si-plus {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.btn.icon-buttons-style.si-plus:before {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
.btn.icon-buttons-style:hover .si-rightArrow {
  left: 4px;
}
.btn.icon-buttons-style:hover .si-leftArrow {
  left: -4px;
}
.btn.icon-buttons-style .si,
.btn.icon-buttons-style .siv {
  display: block;
  margin-top: -3px;
}
.btn.btn-sm, .btn-group-sm > .btn {
  min-height: 15px;
  min-width: 25px;
}
.btn:active i.si-rightArrow,
.btn:active i.si-leftArrow {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}
.btn:active i.si-downArrowToBar {
  font-variation-settings: "wght" 500, "ital" 100;
}
.btn:active i.si-downArrowToBar.si-fw-100 {
  font-variation-settings: "wght" 100, "ital" 100;
}
.btn:active i.si-downArrowToBar.si-fw-200 {
  font-variation-settings: "wght" 200, "ital" 100;
}
.btn:active i.si-downArrowToBar.si-fw-300 {
  font-variation-settings: "wght" 300, "ital" 100;
}
.btn:active i.si-downArrowToBar.si-fw-400 {
  font-variation-settings: "wght" 400, "ital" 100;
}
.btn:active i.si-downArrowToBar.si-fw-500 {
  font-variation-settings: "wght" 500, "ital" 100;
}
.btn:active i.si-downArrowToBar.si-fw-600 {
  font-variation-settings: "wght" 600, "ital" 100;
}
.btn:active i.si-downArrowToBar.si-fw-700 {
  font-variation-settings: "wght" 700, "ital" 100;
}
.btn:active i.si-downArrowToBar.si-fw-800 {
  font-variation-settings: "wght" 800, "ital" 100;
}
.btn:active i.si-downArrowToBar.si-fw-900 {
  font-variation-settings: "wght" 900, "ital" 100;
}
.btn:active i.si-plus {
  font-variation-settings: "wght" 500, "ital" 100;
  font-style: italic;
}
.btn:active i.si-plus.si-fw-100 {
  font-variation-settings: "wght" 100, "ital" 100;
}
.btn:active i.si-plus.si-fw-200 {
  font-variation-settings: "wght" 200, "ital" 100;
}
.btn:active i.si-plus.si-fw-300 {
  font-variation-settings: "wght" 300, "ital" 100;
}
.btn:active i.si-plus.si-fw-400 {
  font-variation-settings: "wght" 400, "ital" 100;
}
.btn:active i.si-plus.si-fw-500 {
  font-variation-settings: "wght" 500, "ital" 100;
}
.btn:active i.si-plus.si-fw-600 {
  font-variation-settings: "wght" 600, "ital" 100;
}
.btn:active i.si-plus.si-fw-700 {
  font-variation-settings: "wght" 700, "ital" 100;
}
.btn:active i.si-plus.si-fw-800 {
  font-variation-settings: "wght" 800, "ital" 100;
}
.btn:active i.si-plus.si-fw-900 {
  font-variation-settings: "wght" 900, "ital" 100;
}
.btn.btn-lg, .btn-group-lg > .btn {
  min-height: 0;
  min-width: 200px;
  position: relative;
  font-family: "MontserratVariable";
  font-variation-settings: "wght" 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.btn.btn-lg span, .btn-group-lg > .btn span {
  display: inline-block;
  min-width: 0.3em;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
}
.btn.btn-lg:before, .btn-group-lg > .btn:before {
  content: attr(data-text);
  position: absolute;
  width: 100%;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 1;
  -webkit-transform: translate(0, 0px);
      -ms-transform: translate(0, 0px);
          transform: translate(0, 0px);
}
.btn.btn-lg:hover:before, .btn-group-lg > .btn:hover:before, .btn.btn-lg:focus:before, .btn-group-lg > .btn:focus:before {
  opacity: 0;
  -webkit-transform: translate(0, -20px);
      -ms-transform: translate(0, -20px);
          transform: translate(0, -20px);
}
.btn.btn-lg:hover span, .btn-group-lg > .btn:hover span, .btn.btn-lg:focus span, .btn-group-lg > .btn:focus span {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.btn.btn-lg:active, .btn-group-lg > .btn:active {
  font-variation-settings: "wght" 700;
}
.btn.btn-outline-white .search_1_ {
  fill: #FFFFFF;
  stroke: #FFFFFF;
}
.btn.btn-outline-white:hover .search_1_ {
  fill: #1D1E22;
  stroke: #1D1E22;
}
.btn.btn-gray-200:hover, .btn.btn-gray-200:focus, .btn.btn-gray-200:active {
  background: #EAEBED !important;
  border-color: #EAEBED !important;
}
.btn.btn-gray-200.active {
  background: #EAEBED !important;
  border-color: #EAEBED !important;
}
.btn.btn-dark:hover, .btn.btn-white:hover {
  opacity: 0.5;
}
.btn:hover span + i.si-downArrowToBar {
  font-variation-settings: "wght" 500, "ital" 100;
  font-style: italic;
}

a:not(.btn):not(.new-menu-links) span + i,
a:not(.btn):not(.new-menu-links) i + span,
a:not(.btn):not(.new-menu-links) img + span,
a:not(.btn):not(.new-menu-links) svg + span,
span.fakelink span + i,
span.fakelink i + span,
span.fakelink img + span,
span.fakelink svg + span {
  margin-left: 10px;
}
a:not(.btn):not(.new-menu-links) span + i,
span.fakelink span + i {
  margin-left: 10px;
}
a:not(.btn):not(.new-menu-links) span + i.si-rightArrow,
span.fakelink span + i.si-rightArrow {
  -webkit-transition: margin-left 0.2s ease-in-out;
  transition: margin-left 0.2s ease-in-out;
}
a:not(.btn):not(.new-menu-links) span + i.si-plus,
span.fakelink span + i.si-plus {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
a:not(.btn):not(.new-menu-links) span + i.si-plus:before,
span.fakelink span + i.si-plus:before {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}
a:not(.btn):not(.new-menu-links) span + i.si-upArrow,
span.fakelink span + i.si-upArrow {
  font-variation-settings: inherit;
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  position: relative;
  top: 0;
}
a:not(.btn):not(.new-menu-links) span + i.si-downArrow,
span.fakelink span + i.si-downArrow {
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  position: relative;
  top: 0;
}
a:not(.btn):not(.new-menu-links) span + i.si-downArrowToBar,
span.fakelink span + i.si-downArrowToBar {
  -webkit-transition: font-variation-settings 0.2s ease-in-out;
  transition: font-variation-settings 0.2s ease-in-out;
}
a:not(.btn):not(.new-menu-links).fixed-button-text span + i.si-uniE001, .pagination .page-item a.page-link:not(.btn):not(.new-menu-links) span + i.si-uniE001,
span.fakelink.fixed-button-text span + i.si-uniE001,
.pagination .page-item span.fakelink.page-link span + i.si-uniE001 {
  font-variation-settings: "wght" 500, "ital" 100;
  font-style: italic;
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
  position: relative;
  left: 0;
  opacity: 1;
}
a:not(.btn):not(.new-menu-links).fixed-button-text span + i.si-uniE001.si-fw-100, .pagination .page-item a.page-link:not(.btn):not(.new-menu-links) span + i.si-uniE001.si-fw-100,
span.fakelink.fixed-button-text span + i.si-uniE001.si-fw-100,
.pagination .page-item span.fakelink.page-link span + i.si-uniE001.si-fw-100 {
  font-variation-settings: "wght" 100, "ital" 100;
}
a:not(.btn):not(.new-menu-links).fixed-button-text span + i.si-uniE001.si-fw-200, .pagination .page-item a.page-link:not(.btn):not(.new-menu-links) span + i.si-uniE001.si-fw-200,
span.fakelink.fixed-button-text span + i.si-uniE001.si-fw-200,
.pagination .page-item span.fakelink.page-link span + i.si-uniE001.si-fw-200 {
  font-variation-settings: "wght" 200, "ital" 100;
}
a:not(.btn):not(.new-menu-links).fixed-button-text span + i.si-uniE001.si-fw-300, .pagination .page-item a.page-link:not(.btn):not(.new-menu-links) span + i.si-uniE001.si-fw-300,
span.fakelink.fixed-button-text span + i.si-uniE001.si-fw-300,
.pagination .page-item span.fakelink.page-link span + i.si-uniE001.si-fw-300 {
  font-variation-settings: "wght" 300, "ital" 100;
}
a:not(.btn):not(.new-menu-links).fixed-button-text span + i.si-uniE001.si-fw-400, .pagination .page-item a.page-link:not(.btn):not(.new-menu-links) span + i.si-uniE001.si-fw-400,
span.fakelink.fixed-button-text span + i.si-uniE001.si-fw-400,
.pagination .page-item span.fakelink.page-link span + i.si-uniE001.si-fw-400 {
  font-variation-settings: "wght" 400, "ital" 100;
}
a:not(.btn):not(.new-menu-links).fixed-button-text span + i.si-uniE001.si-fw-500, .pagination .page-item a.page-link:not(.btn):not(.new-menu-links) span + i.si-uniE001.si-fw-500,
span.fakelink.fixed-button-text span + i.si-uniE001.si-fw-500,
.pagination .page-item span.fakelink.page-link span + i.si-uniE001.si-fw-500 {
  font-variation-settings: "wght" 500, "ital" 100;
}
a:not(.btn):not(.new-menu-links).fixed-button-text span + i.si-uniE001.si-fw-600, .pagination .page-item a.page-link:not(.btn):not(.new-menu-links) span + i.si-uniE001.si-fw-600,
span.fakelink.fixed-button-text span + i.si-uniE001.si-fw-600,
.pagination .page-item span.fakelink.page-link span + i.si-uniE001.si-fw-600 {
  font-variation-settings: "wght" 600, "ital" 100;
}
a:not(.btn):not(.new-menu-links).fixed-button-text span + i.si-uniE001.si-fw-700, .pagination .page-item a.page-link:not(.btn):not(.new-menu-links) span + i.si-uniE001.si-fw-700,
span.fakelink.fixed-button-text span + i.si-uniE001.si-fw-700,
.pagination .page-item span.fakelink.page-link span + i.si-uniE001.si-fw-700 {
  font-variation-settings: "wght" 700, "ital" 100;
}
a:not(.btn):not(.new-menu-links).fixed-button-text span + i.si-uniE001.si-fw-800, .pagination .page-item a.page-link:not(.btn):not(.new-menu-links) span + i.si-uniE001.si-fw-800,
span.fakelink.fixed-button-text span + i.si-uniE001.si-fw-800,
.pagination .page-item span.fakelink.page-link span + i.si-uniE001.si-fw-800 {
  font-variation-settings: "wght" 800, "ital" 100;
}
a:not(.btn):not(.new-menu-links).fixed-button-text span + i.si-uniE001.si-fw-900, .pagination .page-item a.page-link:not(.btn):not(.new-menu-links) span + i.si-uniE001.si-fw-900,
span.fakelink.fixed-button-text span + i.si-uniE001.si-fw-900,
.pagination .page-item span.fakelink.page-link span + i.si-uniE001.si-fw-900 {
  font-variation-settings: "wght" 900, "ital" 100;
}
a:not(.btn):not(.new-menu-links).fixed-button-text:hover span + i.si-uniE001, .pagination .page-item a.page-link:not(.btn):not(.new-menu-links):hover span + i.si-uniE001,
span.fakelink.fixed-button-text:hover span + i.si-uniE001,
.pagination .page-item span.fakelink.page-link:hover span + i.si-uniE001 {
  left: -8px;
  opacity: 0;
}
a:not(.btn):not(.new-menu-links).semi-teaser span + i.si-uniE001,
span.fakelink.semi-teaser span + i.si-uniE001 {
  -webkit-transition: font-variation-settings 0.2s ease-in-out;
  transition: font-variation-settings 0.2s ease-in-out;
}
a:not(.btn):not(.new-menu-links).semi-teaser:active span + i.si-uniE001,
span.fakelink.semi-teaser:active span + i.si-uniE001 {
  font-variation-settings: "wght" 500, "ital" 100;
  font-style: italic;
}
a:not(.btn):not(.new-menu-links).semi-teaser:active span + i.si-uniE001.si-fw-100,
span.fakelink.semi-teaser:active span + i.si-uniE001.si-fw-100 {
  font-variation-settings: "wght" 100, "ital" 100;
}
a:not(.btn):not(.new-menu-links).semi-teaser:active span + i.si-uniE001.si-fw-200,
span.fakelink.semi-teaser:active span + i.si-uniE001.si-fw-200 {
  font-variation-settings: "wght" 200, "ital" 100;
}
a:not(.btn):not(.new-menu-links).semi-teaser:active span + i.si-uniE001.si-fw-300,
span.fakelink.semi-teaser:active span + i.si-uniE001.si-fw-300 {
  font-variation-settings: "wght" 300, "ital" 100;
}
a:not(.btn):not(.new-menu-links).semi-teaser:active span + i.si-uniE001.si-fw-400,
span.fakelink.semi-teaser:active span + i.si-uniE001.si-fw-400 {
  font-variation-settings: "wght" 400, "ital" 100;
}
a:not(.btn):not(.new-menu-links).semi-teaser:active span + i.si-uniE001.si-fw-500,
span.fakelink.semi-teaser:active span + i.si-uniE001.si-fw-500 {
  font-variation-settings: "wght" 500, "ital" 100;
}
a:not(.btn):not(.new-menu-links).semi-teaser:active span + i.si-uniE001.si-fw-600,
span.fakelink.semi-teaser:active span + i.si-uniE001.si-fw-600 {
  font-variation-settings: "wght" 600, "ital" 100;
}
a:not(.btn):not(.new-menu-links).semi-teaser:active span + i.si-uniE001.si-fw-700,
span.fakelink.semi-teaser:active span + i.si-uniE001.si-fw-700 {
  font-variation-settings: "wght" 700, "ital" 100;
}
a:not(.btn):not(.new-menu-links).semi-teaser:active span + i.si-uniE001.si-fw-800,
span.fakelink.semi-teaser:active span + i.si-uniE001.si-fw-800 {
  font-variation-settings: "wght" 800, "ital" 100;
}
a:not(.btn):not(.new-menu-links).semi-teaser:active span + i.si-uniE001.si-fw-900,
span.fakelink.semi-teaser:active span + i.si-uniE001.si-fw-900 {
  font-variation-settings: "wght" 900, "ital" 100;
}
a:not(.btn):not(.new-menu-links) img:first-child,
span.fakelink img:first-child {
  vertical-align: text-bottom;
}
a:not(.btn):not(.new-menu-links) i:first-child.si-leftArrow,
span.fakelink i:first-child.si-leftArrow {
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
  position: relative;
  left: 0;
}
a:not(.btn):not(.new-menu-links) i:first-child.si-rightArrow,
span.fakelink i:first-child.si-rightArrow {
  -webkit-transition: left 0.2s ease-in-out;
  transition: left 0.2s ease-in-out;
  position: relative;
  left: 0;
}
a:not(.btn):not(.new-menu-links):hover span + i.si-rightArrow,
span.fakelink:hover span + i.si-rightArrow {
  margin-left: 15px;
}
a:not(.btn):not(.new-menu-links):hover span + i.si-upArrow,
span.fakelink:hover span + i.si-upArrow {
  top: -10px;
}
a:not(.btn):not(.new-menu-links):hover span + i.si-downArrow,
span.fakelink:hover span + i.si-downArrow {
  top: 4px;
}
a:not(.btn):not(.new-menu-links):hover span + i.si.si-downArrowToBar,
span.fakelink:hover span + i.si.si-downArrowToBar {
  font-style: italic;
}
a:not(.btn):not(.new-menu-links):hover span + i.siv.si-downArrowToBar,
span.fakelink:hover span + i.siv.si-downArrowToBar {
  font-variation-settings: "wght" 500, "ital" 100;
  font-style: normal;
}
a:not(.btn):not(.new-menu-links):hover span + i.siv.si-downArrowToBar.si-fw-100,
span.fakelink:hover span + i.siv.si-downArrowToBar.si-fw-100 {
  font-variation-settings: "wght" 100, "ital" 100;
}
a:not(.btn):not(.new-menu-links):hover span + i.siv.si-downArrowToBar.si-fw-200,
span.fakelink:hover span + i.siv.si-downArrowToBar.si-fw-200 {
  font-variation-settings: "wght" 200, "ital" 100;
}
a:not(.btn):not(.new-menu-links):hover span + i.siv.si-downArrowToBar.si-fw-300,
span.fakelink:hover span + i.siv.si-downArrowToBar.si-fw-300 {
  font-variation-settings: "wght" 300, "ital" 100;
}
a:not(.btn):not(.new-menu-links):hover span + i.siv.si-downArrowToBar.si-fw-400,
span.fakelink:hover span + i.siv.si-downArrowToBar.si-fw-400 {
  font-variation-settings: "wght" 400, "ital" 100;
}
a:not(.btn):not(.new-menu-links):hover span + i.siv.si-downArrowToBar.si-fw-500,
span.fakelink:hover span + i.siv.si-downArrowToBar.si-fw-500 {
  font-variation-settings: "wght" 500, "ital" 100;
}
a:not(.btn):not(.new-menu-links):hover span + i.siv.si-downArrowToBar.si-fw-600,
span.fakelink:hover span + i.siv.si-downArrowToBar.si-fw-600 {
  font-variation-settings: "wght" 600, "ital" 100;
}
a:not(.btn):not(.new-menu-links):hover span + i.siv.si-downArrowToBar.si-fw-700,
span.fakelink:hover span + i.siv.si-downArrowToBar.si-fw-700 {
  font-variation-settings: "wght" 700, "ital" 100;
}
a:not(.btn):not(.new-menu-links):hover span + i.siv.si-downArrowToBar.si-fw-800,
span.fakelink:hover span + i.siv.si-downArrowToBar.si-fw-800 {
  font-variation-settings: "wght" 800, "ital" 100;
}
a:not(.btn):not(.new-menu-links):hover span + i.siv.si-downArrowToBar.si-fw-900,
span.fakelink:hover span + i.siv.si-downArrowToBar.si-fw-900 {
  font-variation-settings: "wght" 900, "ital" 100;
}
a:not(.btn):not(.new-menu-links):hover span + i.si-plus,
span.fakelink:hover span + i.si-plus {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
a:not(.btn):not(.new-menu-links):hover i:first-child.si-leftArrow,
span.fakelink:hover i:first-child.si-leftArrow {
  left: -5px;
}
a:not(.btn):not(.new-menu-links):hover i:first-child.si-rightArrow,
span.fakelink:hover i:first-child.si-rightArrow {
  left: 5px;
}
a:not(.btn):not(.new-menu-links):focus i:first-child.si-leftArrow, a:not(.btn):not(.new-menu-links):active i:first-child.si-leftArrow,
span.fakelink:focus i:first-child.si-leftArrow,
span.fakelink:active i:first-child.si-leftArrow {
  left: 0px;
}
a:not(.btn):not(.new-menu-links):focus i:first-child.si-rightArrow, a:not(.btn):not(.new-menu-links):active i:first-child.si-rightArrow,
span.fakelink:focus i:first-child.si-rightArrow,
span.fakelink:active i:first-child.si-rightArrow {
  left: 0px;
}
a:not(.btn):not(.new-menu-links):focus i:first-child.si-uniE001, a:not(.btn):not(.new-menu-links):active i:first-child.si-uniE001,
span.fakelink:focus i:first-child.si-uniE001,
span.fakelink:active i:first-child.si-uniE001 {
  font-style: italic;
}

.link-button {
  padding: 8px 15px;
}
.link-button span + i {
  margin-left: 10px;
}
.link-button span + i.si-rightArrow {
  -webkit-transition: margin-left 0.2s ease-in-out;
  transition: margin-left 0.2s ease-in-out;
}
.link-button:hover span + i.si-rightArrow {
  margin-left: 15px;
}
.link-button:focus.si-rightArrow, .link-button:active.si-rightArrow {
  left: 0px;
}

.frame-type-fstemplate_cookieconsent .btn,
.navbar-buttons-inside .btn,
.dropdown-contains-select-boxes .btn,
.checkbox-wrapper .btn {
  padding: 8px 15px !important;
  min-height: 0;
  min-width: 0;
}

.level1button {
  padding: 0 !important;
}

[aria-expanded=true] i.si-plus,
[aria-expanded=true] i.si-uniE001 {
  font-variation-settings: "wght" 500, "ital" 100;
}
[aria-expanded=true] i.si-plus:not(.siv),
[aria-expanded=true] i.si-uniE001:not(.siv) {
  font-style: italic;
}
[aria-expanded=true] i.si-plus.si-fw-100,
[aria-expanded=true] i.si-uniE001.si-fw-100 {
  font-variation-settings: "wght" 100, "ital" 100;
}
[aria-expanded=true] i.si-plus.si-fw-200,
[aria-expanded=true] i.si-uniE001.si-fw-200 {
  font-variation-settings: "wght" 200, "ital" 100;
}
[aria-expanded=true] i.si-plus.si-fw-300,
[aria-expanded=true] i.si-uniE001.si-fw-300 {
  font-variation-settings: "wght" 300, "ital" 100;
}
[aria-expanded=true] i.si-plus.si-fw-400,
[aria-expanded=true] i.si-uniE001.si-fw-400 {
  font-variation-settings: "wght" 400, "ital" 100;
}
[aria-expanded=true] i.si-plus.si-fw-500,
[aria-expanded=true] i.si-uniE001.si-fw-500 {
  font-variation-settings: "wght" 500, "ital" 100;
}
[aria-expanded=true] i.si-plus.si-fw-600,
[aria-expanded=true] i.si-uniE001.si-fw-600 {
  font-variation-settings: "wght" 600, "ital" 100;
}
[aria-expanded=true] i.si-plus.si-fw-700,
[aria-expanded=true] i.si-uniE001.si-fw-700 {
  font-variation-settings: "wght" 700, "ital" 100;
}
[aria-expanded=true] i.si-plus.si-fw-800,
[aria-expanded=true] i.si-uniE001.si-fw-800 {
  font-variation-settings: "wght" 800, "ital" 100;
}
[aria-expanded=true] i.si-plus.si-fw-900,
[aria-expanded=true] i.si-uniE001.si-fw-900 {
  font-variation-settings: "wght" 900, "ital" 100;
}

.accordion [aria-expanded=true] .btn {
  background: #1D1E22;
  color: #FFFFFF;
}

.btn-sm i, .btn-group-sm > .btn i {
  margin-top: -3px;
}

.alert p:last-child {
  margin-bottom: 0;
}

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

.accordion [data-toggle=collapse] {
  cursor: pointer;
}
.accordion .panel-title {
  font-family: "MontserratVariable";
  font-variation-settings: "wght" 700;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.accordion .collapsed .panel-title {
  font-variation-settings: "wght" 400;
}
.accordion .collapsed .btn-black {
  background: transparent !important;
  color: #000000 !important;
}
.accordion.shownumbering {
  counter-reset: accordion;
}
.accordion.shownumbering [data-toggle=collapse] {
  position: relative;
}
.accordion.shownumbering [data-toggle=collapse]:before {
  content: counter(accordion);
  counter-increment: accordion;
  position: absolute;
  top: 0;
  left: -1.5em;
  font-size: 0.65em;
}
.accordion .accordion-panel > div > :first-child .maincontentpadding {
  margin-top: 0 !important;
  padding-top: 1.75rem !important;
}
.accordion .accordion-panel > div > :last-child .maincontentpadding {
  margin-bottom: 0 !important;
  padding-bottom: 1.75rem !important;
}

.frame-type-fstemplate_accordion > header h1, .frame-type-fstemplate_accordion > header h2, .frame-type-fstemplate_accordion > header h3, .frame-type-fstemplate_accordion > header h4, .frame-type-fstemplate_accordion > header h5, .frame-type-fstemplate_accordion > header h6,
.frame-type-fstemplate_accordion > header .h1, .frame-type-fstemplate_accordion > header .h2, .frame-type-fstemplate_accordion > header .h3, .frame-type-fstemplate_accordion > header .h4, .frame-type-fstemplate_accordion > header .h5, .frame-type-fstemplate_accordion > header .h6,
.frame-type-fstemplate_advancedaccordionwrapper > header h1,
.frame-type-fstemplate_advancedaccordionwrapper > header h2,
.frame-type-fstemplate_advancedaccordionwrapper > header h3,
.frame-type-fstemplate_advancedaccordionwrapper > header h4,
.frame-type-fstemplate_advancedaccordionwrapper > header h5,
.frame-type-fstemplate_advancedaccordionwrapper > header h6,
.frame-type-fstemplate_advancedaccordionwrapper > header .h1,
.frame-type-fstemplate_advancedaccordionwrapper > header .h2,
.frame-type-fstemplate_advancedaccordionwrapper > header .h3,
.frame-type-fstemplate_advancedaccordionwrapper > header .h4,
.frame-type-fstemplate_advancedaccordionwrapper > header .h5,
.frame-type-fstemplate_advancedaccordionwrapper > header .h6 {
  margin-bottom: 3.5rem !important;
}
.frame-type-fstemplate_accordion > div,
.frame-type-fstemplate_advancedaccordionwrapper > div {
  background-repeat: no-repeat !important;
  background-position: top right !important;
  background-size: 100vw auto !important;
}

.general-header {
  background-image: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Images/GeneralHeaderSvgPlaceholder.svg");
  background-repeat: no-repeat !important;
  background-position: top right !important;
  background-size: 100vw auto !important;
}
@media (min-width: 1024px) {
  .general-header {
    padding-top: 5rem !important;
  }
}
.general-header .contentrow > * {
  z-index: 2;
}
.general-header .contentrow > .lerpcontainer {
  z-index: 1;
  bottom: -7rem;
}
.general-header .contentrow > .lerpcontainer picture {
  display: block;
  position: relative;
  overflow: hidden;
}
.general-header .contentrow > .lerpcontainer picture img {
  position: relative;
}
@media (max-width: 374.98px) {
  .general-header .js-lerp-scroll {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .general-header .lerpcontainer {
    bottom: 0 !important;
    position: static !important;
  }
  .general-header .imagecolumn {
    position: static !important;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .general-header .textcolumn {
    max-width: 441px;
  }
  .general-header .imagecolumn {
    max-width: 315px;
    position: static !important;
  }
}

.general-header-image {
  bottom: 0px;
}

.homepage-header {
  background-image: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Images/HomepageHeaderSvgPlaceholder.svg");
  background-repeat: no-repeat !important;
  background-position: top right !important;
  background-size: 100vw auto !important;
}
.homepage-header .contentrow > * {
  z-index: 2;
}
.homepage-header .contentrow > .lerpcontainer {
  z-index: 1;
  bottom: -7rem;
}
.homepage-header .contentrow > .lerpcontainer picture {
  display: block;
  position: relative;
  overflow: hidden;
}
.homepage-header .contentrow > .lerpcontainer picture img {
  position: relative;
}
@media (max-width: 374.98px) {
  .homepage-header .js-lerp-scroll {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .homepage-header .lerpcontainer {
    bottom: 0 !important;
    position: static !important;
  }
  .homepage-header .imagecolumn {
    position: static !important;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .homepage-header .textcolumn {
    max-width: 441px;
  }
  .homepage-header .imagecolumn {
    max-width: 315px;
    position: static !important;
  }
}

.overview-header {
  background-image: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Images/ProductHeaderSvgPlaceholder.svg");
  background-repeat: no-repeat !important;
  background-position: top right !important;
  background-size: 100vw auto !important;
}
@media (min-width: 1024px) {
  .overview-header {
    padding-top: 5rem !important;
  }
}

.product-header {
  background-image: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Images/ProductHeaderSvgPlaceholder.svg");
  background-repeat: no-repeat !important;
  background-position: top right !important;
  background-size: 100vw auto !important;
}
@media (min-width: 1024px) {
  .product-header {
    padding-top: 5rem !important;
  }
}
.product-header .contentrow {
  min-height: 14vw;
}
.product-header .contentrow > * {
  z-index: 2;
}
.product-header .contentrow > .lerpcontainer {
  z-index: 1;
  bottom: -7rem;
}
.product-header .contentrow > .lerpcontainer picture {
  display: block;
  position: relative;
  overflow: hidden;
}
.product-header .contentrow > .lerpcontainer picture img {
  position: relative;
}
@media (max-width: 374.98px) {
  .product-header .js-lerp-scroll {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .product-header .lerpcontainer {
    bottom: 0 !important;
    position: static !important;
  }
  .product-header .imagecolumn {
    position: static !important;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .product-header .textcolumn {
    max-width: 441px;
  }
  .product-header .imagecolumn {
    max-width: 315px;
    position: static !important;
  }
}

.product-header-image {
  bottom: 0px;
}

.project-header {
  background-image: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Images/ProjectHeaderSvgPlaceholder.svg");
  background-repeat: no-repeat !important;
  background-position: top right !important;
  background-size: 100vw auto !important;
}
@media (min-width: 1024px) {
  .project-header {
    padding-top: 5rem !important;
  }
}
.project-header .contentrow > * {
  z-index: 2;
}
.project-header .contentrow > .lerpcontainer {
  z-index: 1;
  bottom: -7rem;
}
.project-header .contentrow > .lerpcontainer picture {
  display: block;
  position: relative;
  overflow: hidden;
}
.project-header .contentrow > .lerpcontainer picture img {
  position: relative;
}
@media (max-width: 374.98px) {
  .project-header .js-lerp-scroll {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .project-header .lerpcontainer {
    bottom: 0 !important;
    position: static !important;
  }
  .project-header .imagecolumn {
    position: static !important;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .project-header .textcolumn {
    max-width: 441px;
  }
  .project-header .imagecolumn {
    max-width: 315px;
    position: static !important;
  }
}

.project-header-image {
  bottom: 0px;
}

.campaign-header {
  position: relative;
  background-image: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Images/GeneralHeaderSvgPlaceholder.svg");
  background-repeat: no-repeat !important;
  background-position: top right !important;
  background-size: 100vw auto !important;
}
.campaign-header > .container {
  position: relative;
  z-index: 4;
}
.campaign-header figure.bg-video {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.campaign-header figure.bg-video .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.campaign-header figure.bg-video .vjs-tech {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .campaign-header {
    padding-top: 5rem !important;
  }
}
.campaign-header .contentrow > * {
  z-index: 2;
}
.campaign-header .contentrow > .lerpcontainer {
  z-index: 5;
  bottom: -7rem;
}
.campaign-header .contentrow > .lerpcontainer picture {
  display: block;
  position: relative;
  overflow: hidden;
}
.campaign-header .contentrow > .lerpcontainer picture img {
  position: relative;
}

.campaign-header-image {
  bottom: 0px;
}

.campaignsection {
  background-repeat: no-repeat !important;
  background-position: top right !important;
  background-size: 100vw auto !important;
  position: relative;
  overflow: hidden;
}
.campaignsection > .container {
  position: relative;
  z-index: 4;
}
.campaignsection figure.bg-video {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.campaignsection figure.bg-video .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.campaignsection figure.bg-video .vjs-tech {
  -o-object-fit: cover;
     object-fit: cover;
}

.vcard {
  display: inline-block;
}
.vcard dd, .vcard dt {
  line-height: 1;
  margin: 0;
}
.vcard img {
  max-width: 108px;
}

.flexcards .background-image-container {
  top: 0;
  bottom: 0;
}
.flexcards .background-image-container .background-image {
  background-repeat: no-repeat !important;
  background-position: top right !important;
  background-size: 100vw auto !important;
}
.flexcards .swiper-container.swiper-container-initialized .swiper-wrapper {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  margin: 0 !important;
}
@media (max-width: 1023.98px) {
  .flexcards .swiper-container.swiper-container-initialized.disable-for-mobile .swiper-wrapper {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .flexcards .swiper-container.swiper-container-initialized:not(.disable-for-mobile) {
    overflow: visible;
  }
}
@media (min-width: 1024px) {
  .flexcards .swiper-container.swiper-container-initialized.disable-for-desktop .swiper-wrapper {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
  .flexcards .swiper-container.swiper-container-initialized:not(.disable-for-desktop) {
    overflow: visible;
  }
}
.flexcards .swiper-container .swiper-button-disabled {
  opacity: 0.5;
}

@media (max-width: 1023.98px) {
  .stepbystep {
    overflow: hidden;
  }
}
@media (max-width: 767.98px) {
  .stepbystep .controls a:not(.btn):not(.new-menu-links):hover i:first-child.si-leftArrow {
    left: 0;
  }
  .stepbystep .controls a:not(.btn):not(.new-menu-links):hover i:first-child.si-rightArrow {
    left: 0;
  }
}
.stepbystep .step-left {
  /* Get gutter width */
}
.stepbystep .step-left .step-control-container-outer {
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 768px) {
  .stepbystep .step-left .step-control-container-outer {
    margin-right: calc(12px * 1.5);
  }
}
@media (min-width: 375px) {
  .stepbystep .step-left .step-control-container-outer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 375px) and (min-width: 768px) {
  .stepbystep .step-left .step-control-container-outer {
    margin-right: calc(15px * 1.5);
  }
}
@media (min-width: 768px) {
  .stepbystep .step-left .step-control-container-outer {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .stepbystep .step-left .step-control-container-outer {
    margin-right: calc(15px * 1.5);
  }
}
@media (min-width: 1024px) {
  .stepbystep .step-left .step-control-container-outer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1024px) and (min-width: 768px) {
  .stepbystep .step-left .step-control-container-outer {
    margin-right: calc(20px * 1.5);
  }
}
@media (min-width: 1700px) {
  .stepbystep .step-left .step-control-container-outer {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1700px) and (min-width: 768px) {
  .stepbystep .step-left .step-control-container-outer {
    margin-right: calc(20px * 1.5);
  }
}
@media (min-width: 768px) {
  .stepbystep .step-left .step-control-container-outer {
    padding-left: 14.2857142857% !important;
    padding-right: 14.2857142857% !important;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media (max-width: 767.98px) {
  .stepbystep .step-control-container-outer {
    padding-left: 8.3333333333% !important; /* move 1 col */
  }
}
.stepbystep .step-control-container-outer .step-control {
  display: none;
}
.stepbystep .step-control-container-outer .step-control .step-control-headline {
  cursor: pointer;
  font-family: "MontserratVariable";
  font-variation-settings: "wght" 400;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.stepbystep .step-control-container-outer .step-control:hover .step-control-headline {
  font-variation-settings: "wght" 700;
}
.stepbystep .step-control-container-outer .step-control.active {
  display: block;
}
.stepbystep .step-control-container-outer .step-control.active .step-control-headline {
  font-variation-settings: "wght" 700;
}
.stepbystep .step-control-container-outer .stepscounter-singlestep {
  display: none;
}
@media (min-width: 768px) {
  .stepbystep .step-control-container-outer.list-mode {
    position: relative;
  }
  .stepbystep .step-control-container-outer.list-mode .step-control-indicator {
    position: absolute;
    right: calc(100% + 10px);
    -webkit-transition: top 0.2s ease-in-out;
    transition: top 0.2s ease-in-out;
  }
  .stepbystep .step-control-container-outer.list-mode .step-control-indicator:before {
    content: " ";
    background: #EA002F;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    display: block;
    position: relative;
    top: -1px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .stepbystep .step-control-container-outer.list-mode .step-control-indicator:before .step-control-container-outer {
    padding-left: 14.2857142857% !important;
    padding-right: 14.2857142857% !important;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
@media (min-width: 768px) {
  .stepbystep .step-control-container-outer.list-mode .stepscounter {
    display: none;
  }
  .stepbystep .step-control-container-outer.list-mode .stepscounter-singlestep {
    display: block;
  }
  .stepbystep .step-control-container-outer.list-mode .step-control {
    display: block;
  }
}
@media (max-width: 1023.98px) {
  .stepbystep .step-content-container {
    padding-left: 12px;
    padding-right: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 1023.98px) and (min-width: 375px) {
  .stepbystep .step-content-container {
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1023.98px) and (min-width: 768px) {
  .stepbystep .step-content-container {
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 1023.98px) and (min-width: 1024px) {
  .stepbystep .step-content-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1023.98px) and (min-width: 1700px) {
  .stepbystep .step-content-container {
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.stepbystep .step-content-container .step-content {
  display: none;
}
.stepbystep .step-content-container .step-content > div {
  position: relative;
  opacity: 0;
  -webkit-transition: bottom 0.3s linear;
  transition: bottom 0.3s linear;
  bottom: -20px;
}
.stepbystep .step-content-container .step-content.active {
  display: block;
}
.stepbystep .step-content-container .step-content.active > div {
  opacity: 1;
  bottom: 0;
}
.stepbystep .step-next,
.stepbystep .step-prev {
  cursor: pointer;
}

.bodytextimages {
  position: relative;
}
@media (min-width: 768px) {
  .bodytextimages.small figure {
    max-width: 33.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .frame-type-fstemplate_downloads .paddingcontainer {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .frame-type-fstemplate_downloads .paddingcontainer {
    padding-left: 85px;
    padding-right: 85px;
  }
}
@media (min-width: 1700px) {
  .frame-type-fstemplate_downloads .paddingcontainer {
    padding-left: 140px;
    padding-right: 140px;
  }
}
.frame-type-fstemplate_downloads > div {
  background-repeat: no-repeat !important;
  background-position: top right !important;
  background-size: 100vw auto !important;
}

.frame-type-fstemplate_introteaser .container > * {
  -webkit-transition: -webkit-transform 0.1s linear;
  transition: -webkit-transform 0.1s linear;
  transition: transform 0.1s linear;
  transition: transform 0.1s linear, -webkit-transform 0.1s linear;
}

.frame-type-fstemplate_sectionwrapper [data-toggle=collapse] {
  cursor: pointer;
}
.frame-type-fstemplate_sectionwrapper .badge-container {
  top: -14px;
  width: 100%;
}
.frame-type-fstemplate_sectionwrapper .badge-container + .container {
  overflow: hidden;
}
.frame-type-fstemplate_sectionwrapper p + p:last-child {
  margin-bottom: 0;
}
.frame-type-fstemplate_sectionwrapper .accordion-panel > div > :first-child .maincontentpadding {
  margin-top: 0 !important;
  padding-top: 3.5rem !important;
}
.frame-type-fstemplate_sectionwrapper .accordion-panel > div > :last-child .maincontentpadding {
  margin-bottom: 0 !important;
  padding-bottom: 3.5rem !important;
}

.frame-type-fstemplate_highlightelement .big-indicator,
.frame-type-fstemplate_highlightelement .medium-headline {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.frame-type-fstemplate_blockquote p:last-child {
  margin-bottom: 0;
}
.frame-type-fstemplate_blockquote .blockquote {
  margin-bottom: 0;
}
.frame-type-fstemplate_blockquote .authorrow img {
  max-width: 108px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1;
}

.frame-type-fstemplate_maincta [data-ctamain-max] {
  font-variation-settings: "wght" var(--cta-fontweight);
  font-family: "MontserratVariable";
}
.frame-type-fstemplate_maincta .card {
  overflow: hidden;
}
.frame-type-fstemplate_maincta .card .cta-main_pattern {
  z-index: 1;
}
.frame-type-fstemplate_maincta .card .cta-main_pattern:before {
  content: "";
  z-index: -1;
  background-image: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Images/CTAMainPatternSvg.svg");
  background-size: cover;
  position: absolute;
  top: -1.75rem;
  right: -1.75rem;
  width: 100%;
  height: calc(100% + 1.75rem * 2);
}
@media (min-width: 1024px) {
  .frame-type-fstemplate_maincta .card .cta-main_pattern:before {
    top: -3.5rem;
    right: -3.5rem;
    height: calc(100% + 3.5rem * 2);
  }
}
.frame-type-fstemplate_maincta .card .imagecontainer {
  border-radius: 0.25rem;
  overflow: hidden;
}
.frame-type-fstemplate_maincta .card .imagecontainer.imagecontainer_icon img {
  -o-object-fit: contain;
     object-fit: contain;
}
.frame-type-fstemplate_maincta .card .imagecontainer img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.frame-type-fstemplate_linkscard .links-card-link {
  min-height: 1.75rem;
  width: 100%;
}
.frame-type-fstemplate_linkscard .links-card-link:not(:last-child) {
  margin-bottom: 0.9rem !important;
}
.frame-type-fstemplate_linkscard .links-card-link.btn-outline-dark:hover .btn {
  background-color: #FFFFFF;
  color: #1D1E22;
}
.frame-type-fstemplate_linkscard .links-card-link.btn-outline-white:hover .btn {
  background-color: #000000;
  color: #FFFFFF;
}
.frame-type-fstemplate_linkscard .links-card-link .si-rightArrow {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  left: 0;
}
.frame-type-fstemplate_linkscard .links-card-link:hover .si-rightArrow {
  left: 4px;
}

.frame-type-fstemplate_video, .slider-element-slick, .frame-type-fstemplate_stepbystep, .frame-type-fstemplate_bodytext, .frame-type-fstemplate_bodytextcontainer, .campaign-header-image, .frame-type-fstemplate_hero {
  --videoplayer-controlbarheight: 40px;
}
.frame-type-fstemplate_video .video-js, .slider-element-slick .video-js, .frame-type-fstemplate_stepbystep .video-js, .frame-type-fstemplate_bodytext .video-js, .frame-type-fstemplate_bodytextcontainer .video-js, .campaign-header-image .video-js, .frame-type-fstemplate_hero .video-js {
  background-color: #1D1E22;
}
.frame-type-fstemplate_video .video-js:hover .vjs-big-play-button, .slider-element-slick .video-js:hover .vjs-big-play-button, .frame-type-fstemplate_stepbystep .video-js:hover .vjs-big-play-button, .frame-type-fstemplate_bodytext .video-js:hover .vjs-big-play-button, .frame-type-fstemplate_bodytextcontainer .video-js:hover .vjs-big-play-button, .campaign-header-image .video-js:hover .vjs-big-play-button, .frame-type-fstemplate_hero .video-js:hover .vjs-big-play-button {
  -webkit-transform: scale(1.2) !important;
      -ms-transform: scale(1.2) !important;
          transform: scale(1.2) !important;
}
.frame-type-fstemplate_video .video-js.vjs-paused .vjs-big-play-button, .slider-element-slick .video-js.vjs-paused .vjs-big-play-button, .frame-type-fstemplate_stepbystep .video-js.vjs-paused .vjs-big-play-button, .frame-type-fstemplate_bodytext .video-js.vjs-paused .vjs-big-play-button, .frame-type-fstemplate_bodytextcontainer .video-js.vjs-paused .vjs-big-play-button, .campaign-header-image .video-js.vjs-paused .vjs-big-play-button, .frame-type-fstemplate_hero .video-js.vjs-paused .vjs-big-play-button {
  display: block;
}
.frame-type-fstemplate_video .video-js video,
.frame-type-fstemplate_video .video-js .vjs-poster, .slider-element-slick .video-js video,
.slider-element-slick .video-js .vjs-poster, .frame-type-fstemplate_stepbystep .video-js video,
.frame-type-fstemplate_stepbystep .video-js .vjs-poster, .frame-type-fstemplate_bodytext .video-js video,
.frame-type-fstemplate_bodytext .video-js .vjs-poster, .frame-type-fstemplate_bodytextcontainer .video-js video,
.frame-type-fstemplate_bodytextcontainer .video-js .vjs-poster, .campaign-header-image .video-js video,
.campaign-header-image .video-js .vjs-poster, .frame-type-fstemplate_hero .video-js video,
.frame-type-fstemplate_hero .video-js .vjs-poster {
  -webkit-transition: opacity 0.2s ease-in !important;
  transition: opacity 0.2s ease-in !important;
  cursor: pointer;
}
.frame-type-fstemplate_video .video-js .vjs-poster, .slider-element-slick .video-js .vjs-poster, .frame-type-fstemplate_stepbystep .video-js .vjs-poster, .frame-type-fstemplate_bodytext .video-js .vjs-poster, .frame-type-fstemplate_bodytextcontainer .video-js .vjs-poster, .campaign-header-image .video-js .vjs-poster, .frame-type-fstemplate_hero .video-js .vjs-poster {
  background-color: transparent;
  background-size: cover;
}
.frame-type-fstemplate_video .video-js .vjs-volume-bar.vjs-slider-horizontal,
.frame-type-fstemplate_video .video-js .vjs-button > .vjs-icon-placeholder:before, .slider-element-slick .video-js .vjs-volume-bar.vjs-slider-horizontal,
.slider-element-slick .video-js .vjs-button > .vjs-icon-placeholder:before, .frame-type-fstemplate_stepbystep .video-js .vjs-volume-bar.vjs-slider-horizontal,
.frame-type-fstemplate_stepbystep .video-js .vjs-button > .vjs-icon-placeholder:before, .frame-type-fstemplate_bodytext .video-js .vjs-volume-bar.vjs-slider-horizontal,
.frame-type-fstemplate_bodytext .video-js .vjs-button > .vjs-icon-placeholder:before, .frame-type-fstemplate_bodytextcontainer .video-js .vjs-volume-bar.vjs-slider-horizontal,
.frame-type-fstemplate_bodytextcontainer .video-js .vjs-button > .vjs-icon-placeholder:before, .campaign-header-image .video-js .vjs-volume-bar.vjs-slider-horizontal,
.campaign-header-image .video-js .vjs-button > .vjs-icon-placeholder:before, .frame-type-fstemplate_hero .video-js .vjs-volume-bar.vjs-slider-horizontal,
.frame-type-fstemplate_hero .video-js .vjs-button > .vjs-icon-placeholder:before {
  top: 5px !important;
}
.frame-type-fstemplate_video .video-js .vjs-remaining-time, .slider-element-slick .video-js .vjs-remaining-time, .frame-type-fstemplate_stepbystep .video-js .vjs-remaining-time, .frame-type-fstemplate_bodytext .video-js .vjs-remaining-time, .frame-type-fstemplate_bodytextcontainer .video-js .vjs-remaining-time, .campaign-header-image .video-js .vjs-remaining-time, .frame-type-fstemplate_hero .video-js .vjs-remaining-time {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}
.frame-type-fstemplate_video .video-js .vjs-progress-control, .slider-element-slick .video-js .vjs-progress-control, .frame-type-fstemplate_stepbystep .video-js .vjs-progress-control, .frame-type-fstemplate_bodytext .video-js .vjs-progress-control, .frame-type-fstemplate_bodytextcontainer .video-js .vjs-progress-control, .campaign-header-image .video-js .vjs-progress-control, .frame-type-fstemplate_hero .video-js .vjs-progress-control {
  padding-right: calc(var(--videoplayer-controlbarheight) / 2);
}
.frame-type-fstemplate_video .video-js .vjs-big-play-button, .slider-element-slick .video-js .vjs-big-play-button, .frame-type-fstemplate_stepbystep .video-js .vjs-big-play-button, .frame-type-fstemplate_bodytext .video-js .vjs-big-play-button, .frame-type-fstemplate_bodytextcontainer .video-js .vjs-big-play-button, .campaign-header-image .video-js .vjs-big-play-button, .frame-type-fstemplate_hero .video-js .vjs-big-play-button {
  width: 3em;
  height: 1.5em;
  left: 50% !important;
  top: 50% !important;
  font-size: 2.5em;
  margin-left: -1.5em !important;
  margin-top: -0.75em !important;
  border: none !important;
  border-radius: 100px !important;
  background: #FFFFFF !important;
  -webkit-transition: all 0.2s ease-in !important;
  transition: all 0.2s ease-in !important;
}
@media (min-width: 1024px) {
  .frame-type-fstemplate_video .video-js .vjs-big-play-button, .slider-element-slick .video-js .vjs-big-play-button, .frame-type-fstemplate_stepbystep .video-js .vjs-big-play-button, .frame-type-fstemplate_bodytext .video-js .vjs-big-play-button, .frame-type-fstemplate_bodytextcontainer .video-js .vjs-big-play-button, .campaign-header-image .video-js .vjs-big-play-button, .frame-type-fstemplate_hero .video-js .vjs-big-play-button {
    font-size: 3em !important;
  }
}
.frame-type-fstemplate_video .video-js .vjs-big-play-button .vjs-icon-placeholder, .slider-element-slick .video-js .vjs-big-play-button .vjs-icon-placeholder, .frame-type-fstemplate_stepbystep .video-js .vjs-big-play-button .vjs-icon-placeholder, .frame-type-fstemplate_bodytext .video-js .vjs-big-play-button .vjs-icon-placeholder, .frame-type-fstemplate_bodytextcontainer .video-js .vjs-big-play-button .vjs-icon-placeholder, .campaign-header-image .video-js .vjs-big-play-button .vjs-icon-placeholder, .frame-type-fstemplate_hero .video-js .vjs-big-play-button .vjs-icon-placeholder {
  font-size: 1.5em;
  color: #1D1E22 !important;
}
.frame-type-fstemplate_video .video-js .vjs-progress-holder, .slider-element-slick .video-js .vjs-progress-holder, .frame-type-fstemplate_stepbystep .video-js .vjs-progress-holder, .frame-type-fstemplate_bodytext .video-js .vjs-progress-holder, .frame-type-fstemplate_bodytextcontainer .video-js .vjs-progress-holder, .campaign-header-image .video-js .vjs-progress-holder, .frame-type-fstemplate_hero .video-js .vjs-progress-holder {
  height: 3px !important;
  background-color: transparent !important;
}
.frame-type-fstemplate_video .video-js .vjs-control-bar, .slider-element-slick .video-js .vjs-control-bar, .frame-type-fstemplate_stepbystep .video-js .vjs-control-bar, .frame-type-fstemplate_bodytext .video-js .vjs-control-bar, .frame-type-fstemplate_bodytextcontainer .video-js .vjs-control-bar, .campaign-header-image .video-js .vjs-control-bar, .frame-type-fstemplate_hero .video-js .vjs-control-bar {
  background-color: #1D1E22 !important;
  height: var(--videoplayer-controlbarheight);
}
.frame-type-fstemplate_video .video-js .vjs-play-progress, .slider-element-slick .video-js .vjs-play-progress, .frame-type-fstemplate_stepbystep .video-js .vjs-play-progress, .frame-type-fstemplate_bodytext .video-js .vjs-play-progress, .frame-type-fstemplate_bodytextcontainer .video-js .vjs-play-progress, .campaign-header-image .video-js .vjs-play-progress, .frame-type-fstemplate_hero .video-js .vjs-play-progress {
  height: 3px !important;
  background-color: #fff !important;
  border-radius: 100px !important;
}
.frame-type-fstemplate_video .video-js .vjs-mouse-display .vjs-time-tooltip,
.frame-type-fstemplate_video .video-js .vjs-mouse-display .vjs-time-tooltip:hover,
.frame-type-fstemplate_video .video-js .vjs-play-progress .vjs-time-tooltip,
.frame-type-fstemplate_video .video-js .vjs-play-progress .vjs-time-tooltip:hover, .slider-element-slick .video-js .vjs-mouse-display .vjs-time-tooltip,
.slider-element-slick .video-js .vjs-mouse-display .vjs-time-tooltip:hover,
.slider-element-slick .video-js .vjs-play-progress .vjs-time-tooltip,
.slider-element-slick .video-js .vjs-play-progress .vjs-time-tooltip:hover, .frame-type-fstemplate_stepbystep .video-js .vjs-mouse-display .vjs-time-tooltip,
.frame-type-fstemplate_stepbystep .video-js .vjs-mouse-display .vjs-time-tooltip:hover,
.frame-type-fstemplate_stepbystep .video-js .vjs-play-progress .vjs-time-tooltip,
.frame-type-fstemplate_stepbystep .video-js .vjs-play-progress .vjs-time-tooltip:hover, .frame-type-fstemplate_bodytext .video-js .vjs-mouse-display .vjs-time-tooltip,
.frame-type-fstemplate_bodytext .video-js .vjs-mouse-display .vjs-time-tooltip:hover,
.frame-type-fstemplate_bodytext .video-js .vjs-play-progress .vjs-time-tooltip,
.frame-type-fstemplate_bodytext .video-js .vjs-play-progress .vjs-time-tooltip:hover, .frame-type-fstemplate_bodytextcontainer .video-js .vjs-mouse-display .vjs-time-tooltip,
.frame-type-fstemplate_bodytextcontainer .video-js .vjs-mouse-display .vjs-time-tooltip:hover,
.frame-type-fstemplate_bodytextcontainer .video-js .vjs-play-progress .vjs-time-tooltip,
.frame-type-fstemplate_bodytextcontainer .video-js .vjs-play-progress .vjs-time-tooltip:hover, .campaign-header-image .video-js .vjs-mouse-display .vjs-time-tooltip,
.campaign-header-image .video-js .vjs-mouse-display .vjs-time-tooltip:hover,
.campaign-header-image .video-js .vjs-play-progress .vjs-time-tooltip,
.campaign-header-image .video-js .vjs-play-progress .vjs-time-tooltip:hover, .frame-type-fstemplate_hero .video-js .vjs-mouse-display .vjs-time-tooltip,
.frame-type-fstemplate_hero .video-js .vjs-mouse-display .vjs-time-tooltip:hover,
.frame-type-fstemplate_hero .video-js .vjs-play-progress .vjs-time-tooltip,
.frame-type-fstemplate_hero .video-js .vjs-play-progress .vjs-time-tooltip:hover {
  padding: 3px 10px !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  visibility: visible !important;
  opacity: 1 !important;
  background-color: #fff !important;
  border-radius: 100px !important;
  color: #1D1E22 !important;
}
.frame-type-fstemplate_video .video-js .vjs-mouse-display .vjs-time-tooltip, .slider-element-slick .video-js .vjs-mouse-display .vjs-time-tooltip, .frame-type-fstemplate_stepbystep .video-js .vjs-mouse-display .vjs-time-tooltip, .frame-type-fstemplate_bodytext .video-js .vjs-mouse-display .vjs-time-tooltip, .frame-type-fstemplate_bodytextcontainer .video-js .vjs-mouse-display .vjs-time-tooltip, .campaign-header-image .video-js .vjs-mouse-display .vjs-time-tooltip, .frame-type-fstemplate_hero .video-js .vjs-mouse-display .vjs-time-tooltip {
  top: calc(var(--videoplayer-controlbarheight) * -1) !important;
}
.frame-type-fstemplate_video .video-js .vjs-play-progress .vjs-time-tooltip, .slider-element-slick .video-js .vjs-play-progress .vjs-time-tooltip, .frame-type-fstemplate_stepbystep .video-js .vjs-play-progress .vjs-time-tooltip, .frame-type-fstemplate_bodytext .video-js .vjs-play-progress .vjs-time-tooltip, .frame-type-fstemplate_bodytextcontainer .video-js .vjs-play-progress .vjs-time-tooltip, .campaign-header-image .video-js .vjs-play-progress .vjs-time-tooltip, .frame-type-fstemplate_hero .video-js .vjs-play-progress .vjs-time-tooltip {
  top: -8px !important;
}
@media (min-width: 1024px) {
  .frame-type-fstemplate_video .video-js .vjs-play-progress .vjs-time-tooltip, .slider-element-slick .video-js .vjs-play-progress .vjs-time-tooltip, .frame-type-fstemplate_stepbystep .video-js .vjs-play-progress .vjs-time-tooltip, .frame-type-fstemplate_bodytext .video-js .vjs-play-progress .vjs-time-tooltip, .frame-type-fstemplate_bodytextcontainer .video-js .vjs-play-progress .vjs-time-tooltip, .campaign-header-image .video-js .vjs-play-progress .vjs-time-tooltip, .frame-type-fstemplate_hero .video-js .vjs-play-progress .vjs-time-tooltip {
    top: -10px !important;
  }
}
.frame-type-fstemplate_video .video-js .vjs-load-progress, .slider-element-slick .video-js .vjs-load-progress, .frame-type-fstemplate_stepbystep .video-js .vjs-load-progress, .frame-type-fstemplate_bodytext .video-js .vjs-load-progress, .frame-type-fstemplate_bodytextcontainer .video-js .vjs-load-progress, .campaign-header-image .video-js .vjs-load-progress, .frame-type-fstemplate_hero .video-js .vjs-load-progress {
  height: 1px !important;
  background-color: #fff !important;
}

.frame-type-fstemplate_financecalendar .calendar-card {
  -webkit-box-shadow: 0 0 3px rgba(188, 188, 188, 0.6);
          box-shadow: 0 0 3px rgba(188, 188, 188, 0.6);
  border: none;
}
.frame-type-fstemplate_financecalendar .calendar-card .download-event {
  cursor: pointer;
}
.frame-type-fstemplate_financecalendar .calendar-card .bigdate {
  width: 7rem;
}

.frame-type-fstemplate_table,
.cc-table {
  --table-column-width: 58.33333%; /* 7-col */
}
.frame-type-fstemplate_table p:last-child,
.cc-table p:last-child {
  margin-bottom: 0;
}
.frame-type-fstemplate_table .table,
.cc-table .table {
  width: var(--table-width);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  --outline-color: #1D1E22;
  --separator-color: #D1D1D1;
  --head-background-color: #1D1E22;
}
.frame-type-fstemplate_table .table.table-custom-light,
.cc-table .table.table-custom-light {
  --head-background-color: #EAEBED;
  --outline-color: #FFFFFF;
}
.frame-type-fstemplate_table .table.table-custom-light thead tr th,
.cc-table .table.table-custom-light thead tr th {
  border-bottom: 1px solid var(--head-background-color) !important;
}
.frame-type-fstemplate_table .table.table-custom-light th,
.frame-type-fstemplate_table .table.table-custom-light td,
.cc-table .table.table-custom-light th,
.cc-table .table.table-custom-light td {
  color: #1D1E22 !important;
  word-break: break-word;
}
.frame-type-fstemplate_table .table.table-custom-light td,
.cc-table .table.table-custom-light td {
  background-color: #F8F8F8;
}
.frame-type-fstemplate_table .table.table-header-left tr:first-child th,
.frame-type-fstemplate_table .table.table-header-left tr:first-child td,
.cc-table .table.table-header-left tr:first-child th,
.cc-table .table.table-header-left tr:first-child td {
  border-top: 1px solid var(--head-background-color);
}
.frame-type-fstemplate_table .table.table-header-left tr:first-child th:last-child,
.frame-type-fstemplate_table .table.table-header-left tr:first-child td:last-child,
.cc-table .table.table-header-left tr:first-child th:last-child,
.cc-table .table.table-header-left tr:first-child td:last-child {
  border-top-right-radius: 20px;
}
.frame-type-fstemplate_table .table.table-header-left tr:first-child th,
.cc-table .table.table-header-left tr:first-child th {
  border-top-left-radius: 20px;
}
.frame-type-fstemplate_table .table.table-header-left tr:last-child th,
.cc-table .table.table-header-left tr:last-child th {
  border-bottom-left-radius: 20px;
  border-bottom: 1px solid var(--head-background-color);
}
.frame-type-fstemplate_table .table.table-header-left tr th,
.cc-table .table.table-header-left tr th {
  background-color: var(--head-background-color);
  border-left: 1px solid var(--head-background-color);
  border-right: 1px solid var(--separator-color);
  border-bottom: 1px solid var(--separator-color);
  border-top: none;
  color: #FFFFFF;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .frame-type-fstemplate_table .table.table-header-left tr th,
  .cc-table .table.table-header-left tr th {
    display: table-cell;
  }
}
.frame-type-fstemplate_table .table thead tr th,
.cc-table .table thead tr th {
  border-top: 1px solid var(--outline-color);
  background-color: var(--head-background-color);
}
.frame-type-fstemplate_table .table thead tr th:first-child,
.cc-table .table thead tr th:first-child {
  border-left: 1px solid var(--outline-color);
}
.frame-type-fstemplate_table .table thead tr th:last-child,
.cc-table .table thead tr th:last-child {
  border-right: 1px solid var(--outline-color);
}
.frame-type-fstemplate_table .table thead tr th:not(:last-child),
.cc-table .table thead tr th:not(:last-child) {
  border-right: 1px solid var(--separator-color);
}
.frame-type-fstemplate_table .table thead tr th:first-child,
.cc-table .table thead tr th:first-child {
  border-top-left-radius: 20px;
}
.frame-type-fstemplate_table .table thead tr th:last-child,
.cc-table .table thead tr th:last-child {
  border-top-right-radius: 20px;
}
.frame-type-fstemplate_table .table tbody tr:last-child td:first-child,
.cc-table .table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}
.frame-type-fstemplate_table .table tbody tr:last-child td:last-child,
.cc-table .table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}
.frame-type-fstemplate_table .table th,
.frame-type-fstemplate_table .table td,
.cc-table .table th,
.cc-table .table td {
  padding: 0.9rem;
}
.frame-type-fstemplate_table .table tr,
.cc-table .table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.frame-type-fstemplate_table .table tr th,
.frame-type-fstemplate_table .table tr td,
.frame-type-fstemplate_table .table thead th,
.cc-table .table tr th,
.cc-table .table tr td,
.cc-table .table thead th {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: calc(var(--table-width) * var(--table-column-width));
}
.frame-type-fstemplate_table .table tr:last-child td,
.cc-table .table tr:last-child td {
  border-bottom: 1px solid var(--outline-color) !important;
  margin-bottom: 1px; /* due to flex on mobile borders in last row do not show without this */
}
.frame-type-fstemplate_table .table td,
.cc-table .table td {
  border-right: 1px solid var(--separator-color);
  border-left: none;
  border-top: none;
  border-bottom: 1px solid var(--separator-color) !important;
}
.frame-type-fstemplate_table .table td:first-child,
.cc-table .table td:first-child {
  border-left: 1px solid var(--outline-color);
}
.frame-type-fstemplate_table .table td:last-child,
.cc-table .table td:last-child {
  border-right: 1px solid var(--outline-color);
}
@media (min-width: 768px) {
  .frame-type-fstemplate_table .table,
  .cc-table .table {
    --table-width: 100%;
    width: 100%;
    /* fixes border behaviour */
    border-collapse: inherit;
    border-spacing: 0;
  }
  .frame-type-fstemplate_table .table tr,
  .cc-table .table tr {
    display: table-row;
  }
  .frame-type-fstemplate_table .table tr th,
  .frame-type-fstemplate_table .table tr td,
  .frame-type-fstemplate_table .table thead th,
  .cc-table .table tr th,
  .cc-table .table tr td,
  .cc-table .table thead th {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: auto;
  }
}

/**
 * CookieConsent Additions
 *
 * @author     Simon Opfermann <so@flowsite.de>
 * @copyright  2023 FLOWSITE GmbH
 */
.cc-window.card {
  -webkit-box-shadow: 0px -1px 4px rgba(209, 209, 209, 0.5019607843);
          box-shadow: 0px -1px 4px rgba(209, 209, 209, 0.5019607843);
}
.cc-window.cc-top-left, .cc-window.cc-top-right, .cc-window.cc-bottom-left, .cc-window.cc-bottom-right {
  width: calc(100% - 2rem);
}

.cc-window-config table th {
  width: 200px !important;
}

.cc-config-cookies .cc-table th {
  width: 100px;
}

.cc-window-config p a,
.cc-window p a {
  font-size: inherit !important;
  font-family: inherit !important;
}

.cc-window.cc-top-left, .cc-window.cc-top-right, .cc-window.cc-bottom-left, .cc-window.cc-bottom-right {
  max-width: 26rem;
}

.cc-window p, .cc-window-config p {
  margin-bottom: 0.9rem;
}

.frame-type-fstemplate_anchorlist {
  /* Get gutter width */
}
.frame-type-fstemplate_anchorlist ol li:before {
  margin-top: -0.5em;
}
.frame-type-fstemplate_anchorlist ol li a,
.frame-type-fstemplate_anchorlist ol li:before {
  padding-right: 12px;
}
.frame-type-fstemplate_anchorlist ol li > a > i {
  margin-left: 12px;
}
@media (min-width: 375px) {
  .frame-type-fstemplate_anchorlist ol li a,
  .frame-type-fstemplate_anchorlist ol li:before {
    padding-right: 15px;
  }
  .frame-type-fstemplate_anchorlist ol li > a > i {
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .frame-type-fstemplate_anchorlist ol li a,
  .frame-type-fstemplate_anchorlist ol li:before {
    padding-right: 15px;
  }
  .frame-type-fstemplate_anchorlist ol li > a > i {
    margin-left: 15px;
  }
}
@media (min-width: 1024px) {
  .frame-type-fstemplate_anchorlist ol li a,
  .frame-type-fstemplate_anchorlist ol li:before {
    padding-right: 20px;
  }
  .frame-type-fstemplate_anchorlist ol li > a > i {
    margin-left: 20px;
  }
}
@media (min-width: 1700px) {
  .frame-type-fstemplate_anchorlist ol li a,
  .frame-type-fstemplate_anchorlist ol li:before {
    padding-right: 20px;
  }
  .frame-type-fstemplate_anchorlist ol li > a > i {
    margin-left: 20px;
  }
}
@media (max-width: 1023.98px) {
  .frame-type-fstemplate_anchorlist ol li > a {
    text-decoration: underline;
  }
}
@media (min-width: 1024px) {
  .frame-type-fstemplate_anchorlist ol li:hover .anchor-link-text:not(i) {
    text-decoration: underline;
  }
  .frame-type-fstemplate_anchorlist ol li:hover > a > i {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .frame-type-fstemplate_anchorlist ol li > a > i {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    opacity: 0;
  }
}

.frame-type-fstemplate_locationmap .locationmap-accordeon-spacer {
  height: 42px;
}
.frame-type-fstemplate_locationmap .locationmap-accordeon {
  border-radius: 20px;
}
.frame-type-fstemplate_locationmap .locationmap-accordeon picture img {
  border-radius: 5px;
  max-width: 70%;
}
.frame-type-fstemplate_locationmap .locationmap-accordeon .locationmap-btn {
  background-color: #EAEBED;
  text-transform: unset;
  padding: 5px 7px 5px 19px;
  border-radius: 100px;
  font-family: "MontserratVariable";
  font-variation-settings: "wght" 500;
  -webkit-transition: font-variation-settings 0.3s;
  transition: font-variation-settings 0.3s;
}
.frame-type-fstemplate_locationmap .locationmap-accordeon .locationmap-btn:hover, .frame-type-fstemplate_locationmap .locationmap-accordeon .locationmap-btn.active {
  font-variation-settings: "wght" 600;
}
.frame-type-fstemplate_locationmap .locationmap-map {
  position: relative;
  display: inline-block;
  width: 100%;
}
.frame-type-fstemplate_locationmap .locationmap-map > svg {
  width: 100%;
}
.frame-type-fstemplate_locationmap .locationmap-map > .locationmap-map-dot {
  position: absolute;
  padding: 10px;
  cursor: pointer;
}
.frame-type-fstemplate_locationmap .locationmap-map > .locationmap-map-dot:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #F8F8F8;
  border-radius: 100%;
  background-color: #1D1E22;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
.frame-type-fstemplate_locationmap .locationmap-map > .locationmap-map-dot.active:before, .frame-type-fstemplate_locationmap .locationmap-map > .locationmap-map-dot:hover:before {
  -webkit-transform: scale(1.6);
      -ms-transform: scale(1.6);
          transform: scale(1.6);
}

.frame-type-fstemplate_iconslider .iconslider-slide a {
  height: 100%;
  position: relative;
}
.frame-type-fstemplate_iconslider .iconslider-slide:hover .iconslider-slidecontent-img {
  opacity: 0.5;
  background-color: #EAEBED;
}
.frame-type-fstemplate_iconslider .iconslider-slide:hover .iconslider-slidecontent-btn {
  opacity: 1;
}
.frame-type-fstemplate_iconslider .iconslider-slide .iconslider-slidecontent-img {
  border-radius: 20px;
  width: 7rem;
  height: 7rem;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (min-width: 768px) {
  .frame-type-fstemplate_iconslider .iconslider-slide .iconslider-slidecontent-img {
    width: 10rem;
    height: 10rem;
  }
}
.frame-type-fstemplate_iconslider .iconslider-slide .iconslider-slidecontent-img img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.frame-type-fstemplate_iconslider .iconslider-slide .iconslider-slidecontent-btn {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: absolute;
  bottom: -3em;
}
.frame-type-fstemplate_iconslider .iconslider-marquee {
  padding: 0;
  overflow-x: hidden;
}
.frame-type-fstemplate_iconslider .iconslider-marquee-wrapper {
  position: relative;
  left: 50%;
  width: 100vw;
  margin: 0 0 0 -50vw;
  overflow-x: hidden;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
}
.frame-type-fstemplate_iconslider .iconslider-marquee-wrapper.is-running .iconslider-marquee-list {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.frame-type-fstemplate_iconslider .iconslider-marquee-wrapper.is-running .iconslider-marquee-list + .iconslider-marquee-list {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.frame-type-fstemplate_iconslider .iconslider-marquee-wrapper:hover .iconslider-marquee-list {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.frame-type-fstemplate_iconslider .iconslider-marquee-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation-name: marquee;
          animation-name: marquee;
  -webkit-animation-duration: var(--anim-time);
          animation-duration: var(--anim-time);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  will-change: transform;
  padding-bottom: 2rem;
}
.frame-type-fstemplate_iconslider .iconslider-marquee-list.iconslider-marquee-list-second {
  -webkit-animation-name: marquee-second;
          animation-name: marquee-second;
  display: none;
  -webkit-animation-delay: calc(var(--anim-time) / 2 * -1);
          animation-delay: calc(var(--anim-time) / 2 * -1);
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@-webkit-keyframes marquee-second {
  0% {
    -webkit-transform: translate3d(0);
            transform: translate3d(0);
  }
  to {
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0);
  }
}
@keyframes marquee-second {
  0% {
    -webkit-transform: translate3d(0);
            transform: translate3d(0);
  }
  to {
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0);
  }
}

.frame-type-fstemplate_iconlist .iconlist-icon a {
  height: 100%;
  position: relative;
}
.frame-type-fstemplate_iconlist .iconlist-icon:hover .iconlist-slidecontent-img {
  opacity: 0.5;
  background-color: #EAEBED;
}
.frame-type-fstemplate_iconlist .iconlist-icon:hover .iconlist-slidecontent-btn {
  opacity: 1;
}
.frame-type-fstemplate_iconlist .iconlist-icon .iconlist-slidecontent-img {
  border-radius: 20px;
  width: 7rem;
  height: 7rem;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
@media (min-width: 768px) {
  .frame-type-fstemplate_iconlist .iconlist-icon .iconlist-slidecontent-img {
    width: 10rem;
    height: 10rem;
  }
}
.frame-type-fstemplate_iconlist .iconlist-icon .iconlist-slidecontent-img img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.frame-type-fstemplate_iconlist .iconlist-icon .iconlist-slidecontent-btn {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  position: absolute;
  top: 100%;
}

.frame-type-fstemplate_iframe iframe {
  min-height: 400px;
  width: 100%;
  border: 0;
}

.frame-type-fstemplate_newslettercontainer .newsletter-animation-container {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.frame-type-fstemplate_newslettercontainer .newsletter-animation-container .additional-icon svg {
  width: 20px;
}
@media (min-width: 768px) {
  .frame-type-fstemplate_newslettercontainer .newsletter-animation-container .additional-icon svg {
    width: 30px;
  }
}
@media (min-width: 768px) {
  .frame-type-fstemplate_newslettercontainer .newsletter-animation-container .additional-icon svg {
    width: 35px;
  }
}
@media (min-width: 768px) {
  .frame-type-fstemplate_newslettercontainer .newsletter-animation-container .additional-icon svg {
    width: 45px;
  }
}
.frame-type-fstemplate_newslettercontainer .newsletter-animation-container .additional-icon svg path {
  stroke: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.frame-type-fstemplate_newslettercontainer .newsletter-animation-container > .container {
  position: relative;
  z-index: 3;
}
.frame-type-fstemplate_newslettercontainer .newsletter-animation-container .accordion-panel {
  position: relative;
  z-index: 1;
}
@media (min-width: 1024px) {
  .frame-type-fstemplate_newslettercontainer .newsletter-container-collapse .small-subheadline, .frame-type-fstemplate_newslettercontainer .newsletter-container-collapse .stepbystep .step-control-container-outer .step-control .step-control-headline, .stepbystep .step-control-container-outer .step-control .frame-type-fstemplate_newslettercontainer .newsletter-container-collapse .step-control-headline {
    -webkit-transition: font-variation-settings 0.2s ease-in-out;
    transition: font-variation-settings 0.2s ease-in-out;
    font-family: "MontserratVariable";
    font-variation-settings: "wght" 400;
  }
  .frame-type-fstemplate_newslettercontainer .newsletter-container-collapse .small-subheadline strong, .frame-type-fstemplate_newslettercontainer .newsletter-container-collapse .stepbystep .step-control-container-outer .step-control .step-control-headline strong, .stepbystep .step-control-container-outer .step-control .frame-type-fstemplate_newslettercontainer .newsletter-container-collapse .step-control-headline strong {
    font-variation-settings: "wght" 700;
  }
  .frame-type-fstemplate_newslettercontainer .newsletter-container-collapse .medium-headline .si-uniE001 {
    position: relative;
    top: 0;
    -webkit-transition: font-variation-settings 0.2s ease-in-out, top 0.2s ease-in-out;
    transition: font-variation-settings 0.2s ease-in-out, top 0.2s ease-in-out;
    font-variation-settings: "wght" 400;
  }
  .frame-type-fstemplate_newslettercontainer .newsletter-container-collapse[data-toggle=collapse]:hover .small-subheadline, .frame-type-fstemplate_newslettercontainer .newsletter-container-collapse[data-toggle=collapse]:hover .stepbystep .step-control-container-outer .step-control .step-control-headline, .stepbystep .step-control-container-outer .step-control .frame-type-fstemplate_newslettercontainer .newsletter-container-collapse[data-toggle=collapse]:hover .step-control-headline {
    font-variation-settings: "wght" 700;
  }
  .frame-type-fstemplate_newslettercontainer .newsletter-container-collapse[data-toggle=collapse]:hover .medium-headline .si-uniE001 {
    font-variation-settings: "wght" 400;
  }
  .frame-type-fstemplate_newslettercontainer .newsletter-container-collapse[aria-expanded=false]:hover .medium-headline .si-uniE001 {
    top: 0.15em;
  }
  .frame-type-fstemplate_newslettercontainer .newsletter-container-collapse[aria-expanded=true] .medium-headline .si-uniE001 {
    font-variation-settings: "wght" 400, "ital" 100;
  }
  .frame-type-fstemplate_newslettercontainer .newsletter-container-collapse[aria-expanded=true]:hover .medium-headline .si-uniE001 {
    font-variation-settings: "wght" 400, "ital" 100;
  }
}

.frame-type-fstemplate_bignumbers .bignumbers-slide {
  width: 58.3333333333vw;
  margin-right: 8.3333333333vw;
  white-space: normal;
}
@media (min-width: 375px) {
  .frame-type-fstemplate_bignumbers .bignumbers-slide {
    width: 383.5px;
    margin-right: 78.9166666667px;
  }
}
@media (min-width: 768px) {
  .frame-type-fstemplate_bignumbers .bignumbers-slide {
    width: 441.25px;
    margin-right: 100.25px;
  }
}
@media (min-width: 1024px) {
  .frame-type-fstemplate_bignumbers .bignumbers-slide {
    width: 606.6666666667px;
    margin-right: 161.6666666667px;
  }
}
@media (min-width: 1700px) {
  .frame-type-fstemplate_bignumbers .bignumbers-slide {
    width: 606.6666666667px;
    margin-right: 161.6666666667px;
  }
}
.frame-type-fstemplate_bignumbers .bignumbers-marquee {
  padding: 0;
  overflow-x: hidden;
}
.frame-type-fstemplate_bignumbers .bignumbers-marquee-wrapper {
  position: relative;
  left: 50%;
  width: 100vw;
  margin: 0 0 0 -50vw;
  overflow-x: hidden;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
}
.frame-type-fstemplate_bignumbers .bignumbers-marquee-wrapper.is-running .bignumbers-marquee-list {
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.frame-type-fstemplate_bignumbers .bignumbers-marquee-wrapper.is-running .bignumbers-marquee-list + .iconslider-marquee-list {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.frame-type-fstemplate_bignumbers .bignumbers-marquee-wrapper:hover .bignumbers-marquee-list {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.frame-type-fstemplate_bignumbers .bignumbers-marquee-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-animation-name: marquee;
          animation-name: marquee;
  -webkit-animation-duration: var(--anim-time);
          animation-duration: var(--anim-time);
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  will-change: transform;
}
.frame-type-fstemplate_bignumbers .bignumbers-marquee-list.bignumbers-marquee-list-second {
  -webkit-animation-name: marquee-second;
          animation-name: marquee-second;
  -webkit-animation-delay: calc(var(--anim-time) / 2 * -1);
          animation-delay: calc(var(--anim-time) / 2 * -1);
}
@keyframes marquee {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
}
@keyframes marquee-second {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-200%, 0, 0);
            transform: translate3d(-200%, 0, 0);
  }
}

.teaser-wrap-outer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9998;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .teaser-wrap-outer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.teaser-wrap-outer .btn.switch {
  min-width: 47px;
  width: 47px;
  min-height: 47px;
  height: 47px;
}
.teaser-wrap-outer .teaser-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
}
.teaser-wrap-outer .teaser-banner {
  width: 100vw;
  max-width: calc(100vw - 48px);
  border-radius: 24px !important;
  -webkit-box-shadow: 0px -1px 4px rgba(209, 209, 209, 0.4);
          box-shadow: 0px -1px 4px rgba(209, 209, 209, 0.4);
}
@media (min-width: 375px) {
  .teaser-wrap-outer .teaser-banner {
    width: 302px;
    max-width: calc(100vw - 30px);
  }
}
@media (min-width: 768px) {
  .teaser-wrap-outer .teaser-banner {
    width: 302px;
    max-width: calc(100vw - 30px);
  }
}
@media (min-width: 1024px) {
  .teaser-wrap-outer .teaser-banner {
    width: 335px;
    max-width: calc(100vw - 40px);
  }
}
@media (min-width: 1700px) {
  .teaser-wrap-outer .teaser-banner {
    width: 335px;
    max-width: calc(100vw - 40px);
  }
}
.teaser-wrap-outer .teaser-banner.closed {
  width: 47px !important;
}
.teaser-wrap-outer .teaser-banner.closed .btn.switch:hover {
  background: #000000;
}
.teaser-wrap-outer .collapsing {
  -webkit-transition: none;
  transition: none;
}

@media (max-width: 767.98px) {
  .frame-type-fstemplate_advancedtabswrapper ul.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.frame-type-fstemplate_advancedtabspanel {
  position: relative;
  --table-column-width: 58.33333%; /* 7-col */
}
.frame-type-fstemplate_advancedtabspanel p:last-child {
  margin-bottom: 0;
}
.frame-type-fstemplate_advancedtabspanel p:last-child {
  margin-bottom: 0;
}
.frame-type-fstemplate_advancedtabspanel .table {
  width: var(--table-width);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
  --outline-color: #1D1E22;
  --separator-color: #D1D1D1;
  --head-background-color: #1D1E22;
}
.frame-type-fstemplate_advancedtabspanel .table.table-custom-light {
  --head-background-color: #EAEBED;
  --outline-color: #FFFFFF;
}
.frame-type-fstemplate_advancedtabspanel .table.table-custom-light thead tr th {
  border-bottom: 1px solid var(--head-background-color) !important;
}
.frame-type-fstemplate_advancedtabspanel .table.table-custom-light th,
.frame-type-fstemplate_advancedtabspanel .table.table-custom-light td {
  color: #1D1E22 !important;
  word-break: break-word;
}
.frame-type-fstemplate_advancedtabspanel .table.table-custom-light td {
  background-color: #F8F8F8;
}
.frame-type-fstemplate_advancedtabspanel .table.table-header-left tr:first-child th,
.frame-type-fstemplate_advancedtabspanel .table.table-header-left tr:first-child td {
  border-top: 1px solid var(--head-background-color);
}
.frame-type-fstemplate_advancedtabspanel .table.table-header-left tr:first-child th:last-child,
.frame-type-fstemplate_advancedtabspanel .table.table-header-left tr:first-child td:last-child {
  border-top-right-radius: 20px;
}
.frame-type-fstemplate_advancedtabspanel .table.table-header-left tr:first-child th {
  border-top-left-radius: 20px;
}
.frame-type-fstemplate_advancedtabspanel .table.table-header-left tr:last-child th {
  border-bottom-left-radius: 20px;
  border-bottom: 1px solid var(--head-background-color);
}
.frame-type-fstemplate_advancedtabspanel .table.table-header-left tr th {
  background-color: var(--head-background-color);
  border-left: 1px solid var(--head-background-color);
  border-right: 1px solid var(--separator-color);
  border-bottom: 1px solid var(--separator-color);
  border-top: none;
  color: #FFFFFF;
  vertical-align: middle;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .frame-type-fstemplate_advancedtabspanel .table.table-header-left tr th {
    display: table-cell;
  }
}
.frame-type-fstemplate_advancedtabspanel .table thead tr th {
  border-top: 1px solid var(--outline-color);
  background-color: var(--head-background-color);
}
.frame-type-fstemplate_advancedtabspanel .table thead tr th:first-child {
  border-left: 1px solid var(--outline-color);
}
.frame-type-fstemplate_advancedtabspanel .table thead tr th:last-child {
  border-right: 1px solid var(--outline-color);
}
.frame-type-fstemplate_advancedtabspanel .table thead tr th:not(:last-child) {
  border-right: 1px solid var(--separator-color);
}
.frame-type-fstemplate_advancedtabspanel .table thead tr th:first-child {
  border-top-left-radius: 20px;
}
.frame-type-fstemplate_advancedtabspanel .table thead tr th:last-child {
  border-top-right-radius: 20px;
}
.frame-type-fstemplate_advancedtabspanel .table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}
.frame-type-fstemplate_advancedtabspanel .table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}
.frame-type-fstemplate_advancedtabspanel .table th,
.frame-type-fstemplate_advancedtabspanel .table td {
  padding: 0.9rem;
}
.frame-type-fstemplate_advancedtabspanel .table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.frame-type-fstemplate_advancedtabspanel .table tr th,
.frame-type-fstemplate_advancedtabspanel .table tr td,
.frame-type-fstemplate_advancedtabspanel .table thead th {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  width: calc(var(--table-width) * var(--table-column-width));
}
.frame-type-fstemplate_advancedtabspanel .table tr:last-child td {
  border-bottom: 1px solid var(--outline-color) !important;
  margin-bottom: 1px; /* due to flex on mobile borders in last row do not show without this */
}
.frame-type-fstemplate_advancedtabspanel .table td {
  border-right: 1px solid var(--separator-color);
  border-left: none;
  border-top: none;
  border-bottom: 1px solid var(--separator-color) !important;
}
.frame-type-fstemplate_advancedtabspanel .table td:first-child {
  border-left: 1px solid var(--outline-color);
}
.frame-type-fstemplate_advancedtabspanel .table td:last-child {
  border-right: 1px solid var(--outline-color);
}
@media (min-width: 768px) {
  .frame-type-fstemplate_advancedtabspanel .table {
    --table-width: 100%;
    width: 100%;
    /* fixes border behaviour */
    border-collapse: inherit;
    border-spacing: 0;
  }
  .frame-type-fstemplate_advancedtabspanel .table tr {
    display: table-row;
  }
  .frame-type-fstemplate_advancedtabspanel .table tr th,
  .frame-type-fstemplate_advancedtabspanel .table tr td,
  .frame-type-fstemplate_advancedtabspanel .table thead th {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: auto;
  }
}

.secunet-map-wrapper {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 754px;
  max-width: 1167px;
  margin: 0 auto;
  opacity: 0;
  border: 1px solid #D1D1D1;
  border-radius: 5px;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.secunet-map-wrapper.secunet-map-wrapper--initialized {
  opacity: 1;
}
.secunet-map-wrapper svg {
  display: block;
  width: 1167px;
  margin: 0 auto;
  overflow: hidden;
}
.secunet-map-wrapper svg path {
  fill: #F8F8F8;
  stroke: #FFFFFF;
  -webkit-transition: -webkit-transform 1.5s ease-out;
  transition: -webkit-transform 1.5s ease-out;
  transition: transform 1.5s ease-out;
  transition: transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
}
.secunet-map-wrapper svg path[data-tooltip-content] {
  fill: #A30082;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: fill 0.3s linear, stroke-width 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: fill 0.3s linear, stroke-width 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: fill 0.3s linear, stroke-width 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: fill 0.3s linear, stroke-width 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
}
.secunet-map-wrapper svg path[data-tooltip-content]:hover {
  fill: #EA002F;
}
.secunet-map-wrapper svg path[data-tooltip-content].active {
  fill: #EA002F !important;
  -webkit-transform: translate3d(-3px, -3px, 0);
  transform: translate3d(-3px, -3px, 0);
}

.tooltip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tooltip::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: -15px;
  right: 0;
  content: "X";
  display: block;
  padding: 5px;
  width: 30px;
  height: 30px;
  background: #EA002F;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  line-height: 1.3;
}
.tooltip.tooltip--image-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.tooltip.tooltip--image-right .tooltip__image + .tooltip__content {
  padding-left: 0;
  padding-right: 15px;
}
.tooltip .tooltip__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50px;
          flex: 1 0 50px;
}
@media (min-width: 375px) {
  .tooltip .tooltip__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }
}
.tooltip .tooltip__image + .tooltip__content {
  padding-left: 15px;
}
.tooltip .tooltip__image img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid #D1D1D1;
}
.tooltip .tooltip__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.tooltip .tooltip__content h4 {
  margin-bottom: 0;
}

.tooltip_templates {
  display: none;
}

.tooltipster-base {
  pointer-events: all !important;
}

.tooltipster-left {
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tooltipster-top,
.tooltipster-bottom {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tooltipster-right {
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
  padding: 15px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
  -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
}

.ie .tooltip {
  max-width: 500px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
  border: none;
  border-radius: 5px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #FFFFFF !important;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #FFFFFF !important;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #FFFFFF !important;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #FFFFFF !important;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #FFFFFF !important;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #FFFFFF !important;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #FFFFFF !important;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #FFFFFF !important;
}

.tooltipster-sidetip .tooltipster-content {
  color: #1D1E22 !important;
}
.tooltipster-sidetip .tooltipster-content h4, .tooltipster-sidetip .tooltipster-content .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  color: #EA002F;
  text-transform: none;
  font-weight: bold;
  font-family: "Axiforma", Arial, sans-serif;
}

.frame-type-fstemplate_horizontalanchorlist {
  /* Get gutter width */
}
.frame-type-fstemplate_horizontalanchorlist ol li:before {
  margin-top: -0.5em;
}
.frame-type-fstemplate_horizontalanchorlist ol li a,
.frame-type-fstemplate_horizontalanchorlist ol li:before {
  padding-right: 12px;
}
.frame-type-fstemplate_horizontalanchorlist ol li > a > i {
  margin-left: 12px;
}
@media (min-width: 375px) {
  .frame-type-fstemplate_horizontalanchorlist ol li a,
  .frame-type-fstemplate_horizontalanchorlist ol li:before {
    padding-right: 15px;
  }
  .frame-type-fstemplate_horizontalanchorlist ol li > a > i {
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .frame-type-fstemplate_horizontalanchorlist ol li a,
  .frame-type-fstemplate_horizontalanchorlist ol li:before {
    padding-right: 15px;
  }
  .frame-type-fstemplate_horizontalanchorlist ol li > a > i {
    margin-left: 15px;
  }
}
@media (min-width: 1024px) {
  .frame-type-fstemplate_horizontalanchorlist ol li a,
  .frame-type-fstemplate_horizontalanchorlist ol li:before {
    padding-right: 20px;
  }
  .frame-type-fstemplate_horizontalanchorlist ol li > a > i {
    margin-left: 20px;
  }
}
@media (min-width: 1700px) {
  .frame-type-fstemplate_horizontalanchorlist ol li a,
  .frame-type-fstemplate_horizontalanchorlist ol li:before {
    padding-right: 20px;
  }
  .frame-type-fstemplate_horizontalanchorlist ol li > a > i {
    margin-left: 20px;
  }
}
.frame-type-fstemplate_horizontalanchorlist .swiper-slide {
  width: auto;
}
@media (min-width: 768px) {
  .frame-type-fstemplate_horizontalanchorlist .swiper-wrapper {
    -webkit-transform: unset !important;
        -ms-transform: unset !important;
            transform: unset !important;
  }
}
@media (max-width: 767.98px) {
  .frame-type-fstemplate_horizontalanchorlist .swiper-container:after {
    content: " ";
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 5;
  }
  .frame-type-fstemplate_horizontalanchorlist .bg-light .swiper-container:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(248, 248, 248, 0)), to(#f8f8f8));
    background: linear-gradient(90deg, rgba(248, 248, 248, 0) 0%, #f8f8f8 100%);
  }
  .frame-type-fstemplate_horizontalanchorlist .bg-gray-200 .swiper-container:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(234, 235, 237, 0)), to(#eaebed));
    background: linear-gradient(90deg, rgba(234, 235, 237, 0) 0%, #eaebed 100%);
  }
  .frame-type-fstemplate_horizontalanchorlist .bg-dark .swiper-container:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(29, 30, 34, 0)), to(#1d1e22));
    background: linear-gradient(90deg, rgba(29, 30, 34, 0) 0%, #1d1e22 100%);
  }
  .frame-type-fstemplate_horizontalanchorlist .bg-gray-300 .swiper-container:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(209, 209, 209, 0)), to(#d1d1d1));
    background: linear-gradient(90deg, rgba(209, 209, 209, 0) 0%, #d1d1d1 100%);
  }
  .frame-type-fstemplate_horizontalanchorlist .bg-gray-500 .swiper-container:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(188, 188, 188, 0)), to(#bcbcbc));
    background: linear-gradient(90deg, rgba(188, 188, 188, 0) 0%, #bcbcbc 100%);
  }
}
@media (max-width: 1023.98px) {
  .frame-type-fstemplate_horizontalanchorlist ol li > a {
    text-decoration: underline;
  }
}
@media (min-width: 1024px) {
  .frame-type-fstemplate_horizontalanchorlist ol li:hover .anchor-link-text:not(i) {
    text-decoration: underline;
  }
  .frame-type-fstemplate_horizontalanchorlist ol li:hover > a > i {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  .frame-type-fstemplate_horizontalanchorlist ol li > a > i {
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    opacity: 0;
  }
}
@media (min-width: 1700px) {
  .frame-type-fstemplate_horizontalanchorlist ol li.mr-3 {
    margin-right: 60px;
  }
}

.frame-type-fstemplate_peoplecards .card-img-wrapper {
  position: relative;
  padding-top: 50%;
  width: 100%;
}
.frame-type-fstemplate_peoplecards .card-img-wrapper div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.frame-type-fstemplate_peoplecards .card-img-wrapper div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .frame-type-fstemplate_eesmap .bg-dark {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
}
@media (min-width: 768px) {
  .frame-type-fstemplate_eesmap .container-fluid, .frame-type-fstemplate_eesmap .container-sm, .frame-type-fstemplate_eesmap .container-md, .frame-type-fstemplate_eesmap .container-lg, .frame-type-fstemplate_eesmap .container-xl {
    padding: 0 !important;
  }
}
.frame-type-fstemplate_eesmap .eesmap-svgmap line[data-countryid],
.frame-type-fstemplate_eesmap .eesmap-svgmap text[data-countryid] {
  display: none;
}
.frame-type-fstemplate_eesmap .eesmap-svgmap .country.selectablecountry {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.frame-type-fstemplate_eesmap .eesmap-svgmap .country.selectablecountry.active {
  fill: #EA002F;
}
@media (min-width: 1024px) {
  .frame-type-fstemplate_eesmap .eesmap-svgmap .country.selectablecountry:hover, .frame-type-fstemplate_eesmap .eesmap-svgmap .country.selectablecountry.js-hover {
    fill: #EA002F;
  }
}
.frame-type-fstemplate_eesmap .county-control-container-outer {
  min-height: 500px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.frame-type-fstemplate_eesmap .countrylinks {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
}
.frame-type-fstemplate_eesmap .countrylink {
  font-family: "MontserratVariable" !important;
  font-variation-settings: "wght" 600 !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 1024px) {
  .frame-type-fstemplate_eesmap .countrylink:before {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: transparent;
    margin-right: 0.5rem;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .frame-type-fstemplate_eesmap .countrylink:hover, .frame-type-fstemplate_eesmap .countrylink.js-hover {
    font-variation-settings: "wght" 800 !important;
  }
  .frame-type-fstemplate_eesmap .countrylink:hover:before, .frame-type-fstemplate_eesmap .countrylink.js-hover:before {
    background: #EA002F;
  }
}
.frame-type-fstemplate_eesmap .clickprevention {
  top: 0;
}
.frame-type-fstemplate_eesmap .slidecontainer-wrapper {
  overflow: hidden;
}
.frame-type-fstemplate_eesmap .slidecontainer-wrapper .countrylinks {
  opacity: 1;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}
.frame-type-fstemplate_eesmap .slidecontainer-wrapper .countrycontent-outer {
  opacity: 0;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
}
.frame-type-fstemplate_eesmap .slidecontainer-wrapper .countrycontent {
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.frame-type-fstemplate_eesmap .slidecontainer-wrapper .countrycontent.d-none {
  height: 0;
  opacity: 0;
  display: block !important;
}
.frame-type-fstemplate_eesmap .slidecontainer-wrapper .slidecontainer {
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  width: 200%;
}
.frame-type-fstemplate_eesmap .slidecontainer-wrapper .slidecontainer.slided {
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.frame-type-fstemplate_eesmap .slidecontainer-wrapper .slidecontainer.slided .countrylinks {
  opacity: 0;
}
.frame-type-fstemplate_eesmap .slidecontainer-wrapper .slidecontainer.slided .countrycontent-outer {
  opacity: 1;
}
.frame-type-fstemplate_eesmap .slidecontainer-wrapper .slidecontainer img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .frame-type-fstemplate_eesmap .slidecontainer-wrapper .slidecontainer img {
    width: 289.5833333333px;
  }
}
@media (min-width: 1024px) {
  .frame-type-fstemplate_eesmap .slidecontainer-wrapper .slidecontainer img {
    width: 225.6666666667px;
  }
}
@media (min-width: 1700px) {
  .frame-type-fstemplate_eesmap .slidecontainer-wrapper .slidecontainer img {
    width: 289.5833333333px;
  }
}

.frame-type-fstemplate_backtotop [data-fontweight-max] {
  font-variation-settings: "wght" var(--totop-fontweight);
  font-family: "MontserratVariable";
}

.frame-type-fstemplate_stickyanchorlinks,
.frame-type-fstemplate_stickyanchorlinksbrandmicrosites {
  position: relative;
  z-index: 999;
}
.frame-type-fstemplate_stickyanchorlinks ul,
.frame-type-fstemplate_stickyanchorlinksbrandmicrosites ul {
  padding-left: 0;
}
.frame-type-fstemplate_stickyanchorlinks a,
.frame-type-fstemplate_stickyanchorlinksbrandmicrosites a {
  font-weight: unset;
  font-family: "MontserratVariable";
  font-variation-settings: "wght" 300;
  -webkit-transition: font-variation-settings 0.3s;
  transition: font-variation-settings 0.3s;
}
.frame-type-fstemplate_stickyanchorlinks a:hover, .frame-type-fstemplate_stickyanchorlinks a.active,
.frame-type-fstemplate_stickyanchorlinksbrandmicrosites a:hover,
.frame-type-fstemplate_stickyanchorlinksbrandmicrosites a.active {
  font-variation-settings: "wght" 700;
}
.frame-type-fstemplate_stickyanchorlinks .swiper-wrapper,
.frame-type-fstemplate_stickyanchorlinksbrandmicrosites .swiper-wrapper {
  width: 100%;
  padding-right: 6px;
  padding-left: 6px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 375px) {
  .frame-type-fstemplate_stickyanchorlinks .swiper-wrapper,
  .frame-type-fstemplate_stickyanchorlinksbrandmicrosites .swiper-wrapper {
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 768px) {
  .frame-type-fstemplate_stickyanchorlinks .swiper-wrapper,
  .frame-type-fstemplate_stickyanchorlinksbrandmicrosites .swiper-wrapper {
    width: 100%;
    padding-right: 7.5px;
    padding-left: 7.5px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1024px) {
  .frame-type-fstemplate_stickyanchorlinks .swiper-wrapper,
  .frame-type-fstemplate_stickyanchorlinksbrandmicrosites .swiper-wrapper {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 1700px) {
  .frame-type-fstemplate_stickyanchorlinks .swiper-wrapper,
  .frame-type-fstemplate_stickyanchorlinksbrandmicrosites .swiper-wrapper {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
}
.frame-type-fstemplate_stickyanchorlinks .swiper-slide,
.frame-type-fstemplate_stickyanchorlinksbrandmicrosites .swiper-slide {
  padding-left: 0.9rem;
  width: auto;
}
@media (max-width: 767.98px) {
  .frame-type-fstemplate_stickyanchorlinks .swiper-container:before,
  .frame-type-fstemplate_stickyanchorlinksbrandmicrosites .swiper-container:before {
    content: " ";
    background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
    z-index: 5;
  }
  .frame-type-fstemplate_stickyanchorlinks .swiper-container:after,
  .frame-type-fstemplate_stickyanchorlinksbrandmicrosites .swiper-container:after {
    content: " ";
    background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(-90deg, white 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 100%;
    z-index: 5;
  }
  .frame-type-fstemplate_stickyanchorlinks .bg-secondary .swiper-container:before,
  .frame-type-fstemplate_stickyanchorlinksbrandmicrosites .bg-secondary .swiper-container:before {
    background: -webkit-gradient(linear, left top, right top, from(#a30082), to(rgba(163, 0, 130, 0)));
    background: linear-gradient(90deg, #a30082 0%, rgba(163, 0, 130, 0) 100%);
  }
  .frame-type-fstemplate_stickyanchorlinks .bg-secondary .swiper-container:after,
  .frame-type-fstemplate_stickyanchorlinksbrandmicrosites .bg-secondary .swiper-container:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(163, 0, 130, 0)), to(#a30082));
    background: linear-gradient(90deg, rgba(163, 0, 130, 0) 0%, #a30082 100%);
  }
  .frame-type-fstemplate_stickyanchorlinks .bg-purple .swiper-container:before,
  .frame-type-fstemplate_stickyanchorlinksbrandmicrosites .bg-purple .swiper-container:before {
    background: -webkit-gradient(linear, left top, right top, from(#a30082), to(rgba(163, 0, 130, 0)));
    background: linear-gradient(90deg, #a30082 0%, rgba(163, 0, 130, 0) 100%);
  }
  .frame-type-fstemplate_stickyanchorlinks .bg-purple .swiper-container:after,
  .frame-type-fstemplate_stickyanchorlinksbrandmicrosites .bg-purple .swiper-container:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(163, 0, 130, 0)), to(#a30082));
    background: linear-gradient(90deg, rgba(163, 0, 130, 0) 0%, #a30082 100%);
  }
  .frame-type-fstemplate_stickyanchorlinks .bg-dark .swiper-container:before,
  .frame-type-fstemplate_stickyanchorlinksbrandmicrosites .bg-dark .swiper-container:before {
    background: -webkit-gradient(linear, left top, right top, from(#1d1e22), to(rgba(29, 30, 34, 0)));
    background: linear-gradient(90deg, #1d1e22 0%, rgba(29, 30, 34, 0) 100%);
  }
  .frame-type-fstemplate_stickyanchorlinks .bg-dark .swiper-container:after,
  .frame-type-fstemplate_stickyanchorlinksbrandmicrosites .bg-dark .swiper-container:after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(29, 30, 34, 0)), to(#1d1e22));
    background: linear-gradient(90deg, rgba(29, 30, 34, 0) 0%, #1d1e22 100%);
  }
}
.frame-type-fstemplate_stickyanchorlinks .swiper-container-free-mode > .swiper-wrapper,
.frame-type-fstemplate_stickyanchorlinksbrandmicrosites .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.frame-type-fstemplate_stickyanchorlinks .underline,
.frame-type-fstemplate_stickyanchorlinksbrandmicrosites .underline {
  height: 1px;
  width: 100px;
  position: absolute;
  left: 100%;
  bottom: 7px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.frame-type-fstemplate_secuviewteaser .article .btn-outline-dark:active i {
  font-weight: 300;
  font-variation-settings: "wght" 300;
}
.frame-type-fstemplate_secuviewteaser a:hover i:first-child.si-rightArrow {
  left: 0 !important;
}
@media (min-width: 1024px) {
  .frame-type-fstemplate_secuviewteaser .article {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid-column;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .frame-type-fstemplate_secuviewteaser .article > * {
    position: relative;
    z-index: 3;
  }
  .frame-type-fstemplate_secuviewteaser .article:before {
    content: " ";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background-color: #000000;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
  }
  .frame-type-fstemplate_secuviewteaser .article:hover {
    color: #FFFFFF;
  }
  .frame-type-fstemplate_secuviewteaser .article:hover a {
    color: #FFFFFF !important;
  }
  .frame-type-fstemplate_secuviewteaser .article:hover .btn-outline-dark {
    background: #FFFFFF;
  }
  .frame-type-fstemplate_secuviewteaser .article:hover .btn-outline-dark:hover {
    color: #000000;
  }
  .frame-type-fstemplate_secuviewteaser .article:hover:before {
    height: 100%;
    opacity: 1;
  }
  .frame-type-fstemplate_secuviewteaser .bg-dark .article .btn-outline-dark {
    border-color: #FFFFFF;
    color: #FFFFFF;
  }
  .frame-type-fstemplate_secuviewteaser .bg-dark .article:before {
    background-color: #FFFFFF;
  }
  .frame-type-fstemplate_secuviewteaser .bg-dark .article:hover {
    color: #1D1E22;
  }
  .frame-type-fstemplate_secuviewteaser .bg-dark .article:hover a {
    color: #1D1E22 !important;
  }
  .frame-type-fstemplate_secuviewteaser .bg-dark .article:hover .btn-outline-dark {
    border-color: #1D1E22;
    color: #1D1E22;
  }
}
@media (max-width: 1023.98px) {
  .frame-type-fstemplate_secuviewteaser .article a:focus .btn-outline-dark, .frame-type-fstemplate_secuviewteaser .article a:active .btn-outline-dark {
    background: #1D1E22;
    color: #FFFFFF;
  }
  .frame-type-fstemplate_secuviewteaser .article .image-container {
    position: relative;
    padding-bottom: 75%;
  }
  .frame-type-fstemplate_secuviewteaser .article .image-container img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .frame-type-fstemplate_secuviewteaser .bg-dark .article .btn-outline-dark {
    border-color: #FFFFFF;
    color: #FFFFFF;
  }
  .frame-type-fstemplate_secuviewteaser .bg-dark .article a:focus .btn-outline-dark, .frame-type-fstemplate_secuviewteaser .bg-dark .article a:active .btn-outline-dark {
    background: #FFFFFF;
    color: #1D1E22;
  }
}

/**
 * Cards Carousel
 *
 * @author     Simon Opfermann <so@flowsite.de>
 * @copyright  2024 FLOWSITE GmbH
 *
 */
@media (max-width: 767.98px) {
  .frame-type-fstemplate_cardscarousel .navigation {
    padding-right: 10vw;
  }
}
@media (min-width: 768px) {
  .frame-type-fstemplate_cardscarousel .navigation .prev, .frame-type-fstemplate_cardscarousel .navigation .next {
    position: absolute;
    bottom: 50%;
    -webkit-transform: translateY(50%);
        -ms-transform: translateY(50%);
            transform: translateY(50%);
  }
  .frame-type-fstemplate_cardscarousel .navigation .prev {
    left: calc(-8.3333333333vw + 24px);
  }
  .frame-type-fstemplate_cardscarousel .navigation .next {
    right: calc(-8.3333333333vw + 24px);
  }
}
@media (min-width: 1024px) {
  .frame-type-fstemplate_cardscarousel .navigation .prev {
    left: calc(-5.5555555556vw + 24px);
  }
  .frame-type-fstemplate_cardscarousel .navigation .next {
    right: calc(-5.5555555556vw + 24px);
  }
}
.frame-type-fstemplate_cardscarousel .cards-carousel {
  position: relative;
}
.frame-type-fstemplate_cardscarousel .cards-carousel .cards .card {
  overflow: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
}
.frame-type-fstemplate_cardscarousel .cards-carousel .cards .card.hasimage {
  background: transparent;
}
.frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-body {
  position: relative;
  z-index: 2;
  pointer-events: none;
}
.frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-bg img, .frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-bg svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-container .embed-responsive {
  overflow: visible;
}
.frame-type-fstemplate_cardscarousel .cards-carousel .cards .badge {
  top: 0;
  max-width: 100%;
  opacity: 0;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.frame-type-fstemplate_cardscarousel .cards-carousel .cards .carousel-card-title {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-container:hover .btn {
  text-decoration: none;
}
.frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-container:hover .btn span + i.si-rightArrow {
  margin-left: 10px;
}
@media (min-width: 768px) {
  .frame-type-fstemplate_cardscarousel .cards-carousel .cards {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-perspective: 800px;
            perspective: 800px;
    pointer-events: none;
  }
  .frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-container:hover .badge {
    max-width: 100%;
    opacity: 1;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
  .frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-container:hover .carousel-card-title {
    opacity: 0;
  }
  .frame-type-fstemplate_cardscarousel .cards-carousel .cards > * {
    pointer-events: initial;
  }
  .frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-container {
    width: 40%;
    position: absolute;
    border-radius: 6px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-container .card {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-container[data-position="1"] {
    top: 25%;
    left: 50%;
    -webkit-transform: rotateY(0deg) translateZ(0) translateX(-50%) translateY(20px);
            transform: rotateY(0deg) translateZ(0) translateX(-50%) translateY(20px);
    z-index: 3;
  }
  .frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-container[data-position="1"]:hover {
    -webkit-transform: rotateY(0deg) translateZ(0) translateX(-50%) translateY(0px);
            transform: rotateY(0deg) translateZ(0) translateX(-50%) translateY(0px);
  }
  .frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-container[data-position="2"] {
    top: 15%;
    left: 58%;
    -webkit-transform: rotateY(14deg) translateZ(-12vw) translateX(8vw) translateY(calc(-3vw + 20px));
            transform: rotateY(14deg) translateZ(-12vw) translateX(8vw) translateY(calc(-3vw + 20px));
    z-index: 2;
  }
  .frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-container[data-position="2"]:hover {
    -webkit-transform: rotateY(14deg) translateZ(-12vw) translateX(8vw) translateY(-3vw);
            transform: rotateY(14deg) translateZ(-12vw) translateX(8vw) translateY(-3vw);
  }
  .frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-container[data-position="3"] {
    top: 0;
    left: 40%;
    -webkit-transform: rotateY(35deg) translateZ(-6vw) translateX(12vw) translateY(calc(-0.5vw + 20px));
            transform: rotateY(35deg) translateZ(-6vw) translateX(12vw) translateY(calc(-0.5vw + 20px));
    z-index: 1;
  }
  .frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-container[data-position="3"]:hover {
    -webkit-transform: rotateY(35deg) translateZ(-6vw) translateX(12vw) translateY(-0.5vw);
            transform: rotateY(35deg) translateZ(-6vw) translateX(12vw) translateY(-0.5vw);
  }
  .frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-container[data-position="4"] {
    top: 0;
    left: 20%;
    -webkit-transform: rotateY(-35deg) translateZ(-6vw) translateX(-12vw) translateY(calc(-0.5vw + 20px));
            transform: rotateY(-35deg) translateZ(-6vw) translateX(-12vw) translateY(calc(-0.5vw + 20px));
    z-index: 1;
  }
  .frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-container[data-position="4"]:hover {
    -webkit-transform: rotateY(-35deg) translateZ(-6vw) translateX(-12vw) translateY(-0.5vw);
            transform: rotateY(-35deg) translateZ(-6vw) translateX(-12vw) translateY(-0.5vw);
  }
  .frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-container[data-position="5"] {
    top: 15%;
    left: 2%;
    -webkit-transform: rotateY(-14deg) translateZ(-12vw) translateX(-8vw) translateY(calc(-3vw + 20px));
            transform: rotateY(-14deg) translateZ(-12vw) translateX(-8vw) translateY(calc(-3vw + 20px));
    z-index: 2;
  }
  .frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-container[data-position="5"]:hover {
    -webkit-transform: rotateY(-14deg) translateZ(-12vw) translateX(-8vw) translateY(-3vw);
            transform: rotateY(-14deg) translateZ(-12vw) translateX(-8vw) translateY(-3vw);
  }
}
@media (min-width: 1024px) {
  .frame-type-fstemplate_cardscarousel .cards-carousel .cards {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
  .frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-container {
    width: 33%;
  }
  .frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-container[data-position="1"] {
    top: 20%;
    left: 50%;
    -webkit-transform: rotateY(0deg) translateZ(0) translateX(-50%) translateY(20px);
            transform: rotateY(0deg) translateZ(0) translateX(-50%) translateY(20px);
  }
  .frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-container[data-position="1"]:hover {
    -webkit-transform: rotateY(0deg) translateZ(0) translateX(-50%);
            transform: rotateY(0deg) translateZ(0) translateX(-50%);
  }
  .frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-container[data-position="2"] {
    top: 15%;
    left: 65%;
    -webkit-transform: rotateY(14deg) translateZ(-12vw) translateX(8vw) translateY(calc(-3vw + 20px));
            transform: rotateY(14deg) translateZ(-12vw) translateX(8vw) translateY(calc(-3vw + 20px));
  }
  .frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-container[data-position="2"]:hover {
    -webkit-transform: rotateY(14deg) translateZ(-12vw) translateX(8vw) translateY(-3vw);
            transform: rotateY(14deg) translateZ(-12vw) translateX(8vw) translateY(-3vw);
  }
  .frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-container[data-position="3"] {
    top: 0;
    left: 47%;
    -webkit-transform: rotateY(30deg) translateZ(-7vw) translateX(6vw) translateY(calc(-0.5vw + 20px));
            transform: rotateY(30deg) translateZ(-7vw) translateX(6vw) translateY(calc(-0.5vw + 20px));
  }
  .frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-container[data-position="3"]:hover {
    -webkit-transform: rotateY(30deg) translateZ(-7vw) translateX(6vw) translateY(-0.5vw);
            transform: rotateY(30deg) translateZ(-7vw) translateX(6vw) translateY(-0.5vw);
  }
  .frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-container[data-position="4"] {
    top: 0;
    left: 20%;
    -webkit-transform: rotateY(-30deg) translateZ(-7vw) translateX(-6vw) translateY(calc(-0.5vw + 20px));
            transform: rotateY(-30deg) translateZ(-7vw) translateX(-6vw) translateY(calc(-0.5vw + 20px));
  }
  .frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-container[data-position="4"]:hover {
    -webkit-transform: rotateY(-30deg) translateZ(-7vw) translateX(-6vw) translateY(-0.5vw);
            transform: rotateY(-30deg) translateZ(-7vw) translateX(-6vw) translateY(-0.5vw);
  }
  .frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-container[data-position="5"] {
    top: 15%;
    left: 2%;
    -webkit-transform: rotateY(-14deg) translateZ(-12vw) translateX(-8vw) translateY(calc(-3vw + 20px));
            transform: rotateY(-14deg) translateZ(-12vw) translateX(-8vw) translateY(calc(-3vw + 20px));
  }
  .frame-type-fstemplate_cardscarousel .cards-carousel .cards .card-container[data-position="5"]:hover {
    -webkit-transform: rotateY(-14deg) translateZ(-12vw) translateX(-8vw) translateY(-3vw);
            transform: rotateY(-14deg) translateZ(-12vw) translateX(-8vw) translateY(-3vw);
  }
}
@media (min-width: 1700px) {
  .frame-type-fstemplate_cardscarousel .cards-carousel .cards {
    -webkit-transform: scale(0.85);
        -ms-transform: scale(0.85);
            transform: scale(0.85);
  }
}
@media (max-width: 767.98px) {
  .frame-type-fstemplate_cardscarousel .cards-carousel .swiper-container {
    overflow: visible;
  }
  .frame-type-fstemplate_cardscarousel .cards-carousel .card {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .frame-type-fstemplate_cardscarousel .cards-carousel .swiper-slide {
    overflow: visible;
  }
  .frame-type-fstemplate_cardscarousel .cards-carousel .swiper-slide .card {
    -webkit-transform: scale(0.9);
        -ms-transform: scale(0.9);
            transform: scale(0.9);
  }
  .frame-type-fstemplate_cardscarousel .cards-carousel .swiper-slide-active .card {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    z-index: 50;
  }
}

body.touchDevice .btn:hover {
  color: inherit;
  background-color: inherit;
  border-color: inherit;
}

.frame-type-fstemplate_imagehotspots {
  /* Hotspot */
}
.frame-type-fstemplate_imagehotspots img {
  width: 100%;
}
.frame-type-fstemplate_imagehotspots .image-hotspots {
  position: relative;
}
.frame-type-fstemplate_imagehotspots .image-hotspot {
  cursor: pointer;
  position: absolute;
}
.frame-type-fstemplate_imagehotspots .image-hotspot strong {
  color: #FFF;
  z-index: 5;
  font-size: 0.75em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  font-weight: 600 !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.225em;
  height: 1.225em;
  margin: -0.6125em auto auto -0.6125em;
  background: #CCC;
  border-radius: 50%;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: opacity 0.2s ease-in, -webkit-transform 0.1s ease-out;
  transition: opacity 0.2s ease-in, -webkit-transform 0.1s ease-out;
  transition: opacity 0.2s ease-in, transform 0.1s ease-out;
  transition: opacity 0.2s ease-in, transform 0.1s ease-out, -webkit-transform 0.1s ease-out;
  color: white;
  font-size: 1.5em;
  padding: 0;
  text-align: center;
  line-height: 1.5em;
  overflow: hidden;
}
.frame-type-fstemplate_imagehotspots .image-hotspot .ring {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2em;
  height: 2em;
  margin: -1em auto auto -1em;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  border-radius: 50%;
  border: 1px solid rgba(204, 204, 204, 0.9);
  opacity: 0;
  -webkit-animation: hotspot-pulsate 3s ease-out infinite;
          animation: hotspot-pulsate 3s ease-out infinite;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-primary strong {
  color: #FFFFFF !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-primary .circle {
  background: #EA002F !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-primary .ring {
  border-color: #EA002F;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-secondary strong {
  color: #FFFFFF !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-secondary .circle {
  background: #A30082 !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-secondary .ring {
  border-color: #A30082;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-success strong {
  color: #FFFFFF !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-success .circle {
  background: #28a745 !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-success .ring {
  border-color: #28a745;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-info strong {
  color: #FFFFFF !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-info .circle {
  background: #1eb1c7 !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-info .ring {
  border-color: #1eb1c7;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-warning strong {
  color: #1D1E22 !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-warning .circle {
  background: #ffc107 !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-warning .ring {
  border-color: #ffc107;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-danger strong {
  color: #FFFFFF !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-danger .circle {
  background: #EA002F !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-danger .ring {
  border-color: #EA002F;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-light strong {
  color: #1D1E22 !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-light .circle {
  background: #F8F8F8 !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-light .ring {
  border-color: #F8F8F8;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-dark strong {
  color: #FFFFFF !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-dark .circle {
  background: #1D1E22 !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-dark .ring {
  border-color: #1D1E22;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-white strong {
  color: #1D1E22 !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-white .circle {
  background: #FFFFFF !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-white .ring {
  border-color: #FFFFFF;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-black strong {
  color: #FFFFFF !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-black .circle {
  background: #000000 !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-black .ring {
  border-color: #000000;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-purple strong {
  color: #FFFFFF !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-purple .circle {
  background: #A30082 !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-purple .ring {
  border-color: #A30082;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-red strong {
  color: #FFFFFF !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-red .circle {
  background: #EA002F !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-red .ring {
  border-color: #EA002F;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-gray-900 strong {
  color: #FFFFFF !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-gray-900 .circle {
  background: #1D1E22 !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-gray-900 .ring {
  border-color: #1D1E22;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-gray-200 strong {
  color: #1D1E22 !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-gray-200 .circle {
  background: #EAEBED !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-gray-200 .ring {
  border-color: #EAEBED;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-gray-300 strong {
  color: #1D1E22 !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-gray-300 .circle {
  background: #D1D1D1 !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-gray-300 .ring {
  border-color: #D1D1D1;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-gray-500 strong {
  color: #1D1E22 !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-gray-500 .circle {
  background: #BCBCBC !important;
}
.frame-type-fstemplate_imagehotspots .image-hotspot-gray-500 .ring {
  border-color: #BCBCBC;
}
@-webkit-keyframes hotspot-pulsate {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
  }
  45% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    opacity: 0;
  }
}
@keyframes hotspot-pulsate {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
  }
  45% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    opacity: 0;
  }
}
@-webkit-keyframes stop-hotspot-pulsate {
  from {
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@keyframes stop-hotspot-pulsate {
  from {
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}

.frame-type-fstemplate_cardsslider .card-img-wrapper {
  position: relative;
  padding-top: 50%;
  width: 100%;
}
.frame-type-fstemplate_cardsslider .card-img-wrapper div {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.frame-type-fstemplate_cardsslider .card-img-wrapper div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  .frame-type-fstemplate_cardsslider .swiper-container {
    margin-bottom: -24px;
  }
  .frame-type-fstemplate_cardsslider .swiper-container.disable-for-desktop .swiper-wrapper {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .frame-type-fstemplate_cardsslider .swiper-container.disable-for-desktop .swiper-wrapper .swiper-slide {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    margin-bottom: 24px;
  }
  .frame-type-fstemplate_cardsslider .swiper-container.disable-for-desktop .swiper-scrollbar,
  .frame-type-fstemplate_cardsslider .swiper-container.disable-for-desktop .swiper-buttons-container {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .frame-type-fstemplate_cardsslider [data-card-count] .swiper-slide {
    min-width: 20%;
    max-width: 20%;
  }
  .frame-type-fstemplate_cardsslider [data-card-count="1"] .swiper-slide {
    max-width: 100%;
  }
  .frame-type-fstemplate_cardsslider [data-card-count="2"] .swiper-slide {
    max-width: 50%;
  }
  .frame-type-fstemplate_cardsslider [data-card-count="3"] .swiper-slide {
    max-width: 33.3333333333%;
  }
  .frame-type-fstemplate_cardsslider [data-card-count="4"] .swiper-slide {
    max-width: 25%;
  }
}

.gridcards .card {
  overflow: hidden;
  position: relative;
}
.gridcards .card .small-subheadline, .gridcards .card .stepbystep .step-control-container-outer .step-control .step-control-headline, .stepbystep .step-control-container-outer .step-control .gridcards .card .step-control-headline {
  -webkit-transition: font-variation-settings 0.2s ease-in-out;
  transition: font-variation-settings 0.2s ease-in-out;
  font-family: "MontserratVariable";
  font-variation-settings: "wght" 600;
}
.gridcards .card .light-text-subheadline {
  -webkit-transition: font-variation-settings 0.2s ease-in-out;
  transition: font-variation-settings 0.2s ease-in-out;
  font-family: "MontserratVariable";
  font-variation-settings: "wght" 300;
}
@media (min-width: 1024px) {
  .gridcards .card:hover .small-subheadline, .gridcards .card:hover .stepbystep .step-control-container-outer .step-control .step-control-headline, .stepbystep .step-control-container-outer .step-control .gridcards .card:hover .step-control-headline {
    font-variation-settings: "wght" 700;
  }
  .gridcards .card:hover .btn-outline-dark {
    color: #FFFFFF;
    background-color: #1D1E22;
    border-color: #1D1E22;
  }
  .gridcards .card:hover .btn-outline-dark .si-rightArrow {
    left: 4px;
  }
  .gridcards .card:hover .btn-outline-dark:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

/**
 * Hero Element SCSS
 *
 * @author     Simon Opfermann <so@flowsite.de>
 * @copyright  2023 FLOWSITE GmbH
 *
 */
.frame-type-fstemplate_hero .sticky {
  position: sticky;
  top: 5rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.accordion-panel .frame-type-fstemplate_hero .sticky {
  position: static;
}

.swiper-scrollbar {
  margin: 10px;
}
.swiper-scrollbar .swiper-scrollbar-drag {
  background: #1D1E22;
  height: 8px;
  border-radius: 10px;
}

.bg-dark .swiper-scrollbar .swiper-scrollbar-drag {
  background: #FFFFFF;
}

@font-face {
  font-family: "Secunet Icons";
  font-style: normal;
  font-weight: 100;
  font-display: block;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-Thin.eot");
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-Thin.eot?#iefix") format("embedded-opentype"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-Thin.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-Thin.woff") format("woff");
}
@font-face {
  font-family: "Secunet Icons";
  font-style: italic;
  font-weight: 100;
  font-display: block;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-ThinItalic.eot");
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-ThinItalic.eot?#iefix") format("embedded-opentype"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-ThinItalic.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-ThinItalic.woff") format("woff");
}
@font-face {
  font-family: "Secunet Icons";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-Light.eot");
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-Light.eot?#iefix") format("embedded-opentype"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-Light.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-Light.woff") format("woff");
}
@font-face {
  font-family: "Secunet Icons";
  font-style: italic;
  font-weight: 300;
  font-display: block;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-LightItalic.eot");
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-LightItalic.eot?#iefix") format("embedded-opentype"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-LightItalic.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-LightItalic.woff") format("woff");
}
@font-face {
  font-family: "Secunet Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-Regular.eot");
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-Regular.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-Regular.woff") format("woff");
}
@font-face {
  font-family: "Secunet Icons";
  font-style: italic;
  font-weight: 400;
  font-display: block;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-RegularItalic.eot");
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-RegularItalic.eot?#iefix") format("embedded-opentype"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-RegularItalic.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-RegularItalic.woff") format("woff");
}
@font-face {
  font-family: "Secunet Icons";
  font-style: normal;
  font-weight: 500;
  font-display: block;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-Medium.eot");
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-Medium.eot?#iefix") format("embedded-opentype"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-Medium.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-Medium.woff") format("woff");
}
@font-face {
  font-family: "Secunet Icons";
  font-style: italic;
  font-weight: 500;
  font-display: block;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-MediumItalic.eot");
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-MediumItalic.eot?#iefix") format("embedded-opentype"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-MediumItalic.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-MediumItalic.woff") format("woff");
}
@font-face {
  font-family: "Secunet Icons";
  font-style: normal;
  font-weight: 700;
  font-display: block;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-Bold.eot");
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-Bold.eot?#iefix") format("embedded-opentype"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-Bold.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-Bold.woff") format("woff");
}
@font-face {
  font-family: "Secunet Icons";
  font-style: italic;
  font-weight: 700;
  font-display: block;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-BoldItalic.eot");
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-BoldItalic.eot?#iefix") format("embedded-opentype"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-BoldItalic.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-BoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Secunet Icons";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-Black.eot");
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-Black.eot?#iefix") format("embedded-opentype"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-Black.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-Black.woff") format("woff");
}
@font-face {
  font-family: "Secunet Icons";
  font-style: italic;
  font-weight: 900;
  font-display: block;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-BlackItalic.eot");
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-BlackItalic.eot?#iefix") format("embedded-opentype"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-BlackItalic.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/static/secunet-icons-BlackItalic.woff") format("woff");
}
@font-face {
  font-family: "Secunet Icons Variable";
  font-style: normal;
  font-display: block;
  src: url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/variable/secunet-iconsGX.woff2") format("woff2"), url("https://www.secunet.com/typo3conf/ext/fs_template/Resources/Public/Fonts/SecunetIcons/variable/secunet-iconsGX.woff") format("woff");
}
.si {
  font-family: "Secunet Icons";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-rendering: auto;
  line-height: 1;
  font-style: normal;
  font-weight: 500;
}
.si.sii {
  font-style: italic;
}

.siv {
  font-family: "Secunet Icons Variable";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-rendering: auto;
  line-height: 1;
  font-style: normal;
  font-variation-settings: "wght" 500;
}
.siv:before {
  -webkit-transition: font-variation-settings 0.2s ease-in-out;
  transition: font-variation-settings 0.2s ease-in-out;
}

.si-fw-100 {
  font-weight: 100;
  font-variation-settings: "wght" 100;
}

.si-fw-200 {
  font-weight: 200;
  font-variation-settings: "wght" 200;
}

.si-fw-300 {
  font-weight: 300;
  font-variation-settings: "wght" 300;
}

.si-fw-400 {
  font-weight: 400;
  font-variation-settings: "wght" 400;
}

.si-fw-500 {
  font-weight: 500;
  font-variation-settings: "wght" 500;
}

.si-fw-600 {
  font-weight: 600;
  font-variation-settings: "wght" 600;
}

.si-fw-700 {
  font-weight: 700;
  font-variation-settings: "wght" 700;
}

.si-fw-800 {
  font-weight: 800;
  font-variation-settings: "wght" 800;
}

.si-fw-900 {
  font-weight: 900;
  font-variation-settings: "wght" 900;
}

.sii {
  font-variation-settings: "ital" 100;
}
.sii.si-fw-100 {
  font-variation-settings: "wght" 100, "ital" 100;
}
.sii.si-fw-200 {
  font-variation-settings: "wght" 200, "ital" 100;
}
.sii.si-fw-300 {
  font-variation-settings: "wght" 300, "ital" 100;
}
.sii.si-fw-400 {
  font-variation-settings: "wght" 400, "ital" 100;
}
.sii.si-fw-500 {
  font-variation-settings: "wght" 500, "ital" 100;
}
.sii.si-fw-600 {
  font-variation-settings: "wght" 600, "ital" 100;
}
.sii.si-fw-700 {
  font-variation-settings: "wght" 700, "ital" 100;
}
.sii.si-fw-800 {
  font-variation-settings: "wght" 800, "ital" 100;
}
.sii.si-fw-900 {
  font-variation-settings: "wght" 900, "ital" 100;
}

.si-northEastArrow:before {
  content: "↗";
}

.si-downArrowToBar:before {
  content: "⤓";
}

.si-uniE001:before {
  content: "\e001";
}

.si-plus:before {
  content: "+";
}

.si-upArrow:before {
  content: "↑";
}

.si-rightArrow:before {
  content: "→";
}

.si-southEastArrow:before {
  content: "↘";
}

.si-downArrow:before {
  content: "↓";
}

.si-southWestArrow:before {
  content: "↙";
}

.si-leftArrow:before {
  content: "←";
}

.si-northWestArrow:before {
  content: "↖";
}

.si-rightBlackArrow:before {
  content: "⮕";
}

.si-plus-full:before {
  content: "＋";
}

.si-uniE002Black:before {
  content: "\e002";
}

.si-northEastBlackArrow:before {
  content: "⬈";
}

.si-downArrowToBarBlack:before {
  content: "⤓";
}

.si-upBlackArrow:before {
  content: "⬆";
}

.si-southEastBlackArrow:before {
  content: "⬊";
}

.si-downBlackArrow:before {
  content: "⬇";
}

.si-southWestBlackArrow:before {
  content: "⬋";
}

.si-leftBlackArrow:before {
  content: "⬅";
}

.si-northWestBlackArrow:before {
  content: "⬉";
}

.si-uniE002:before {
  content: "\e002";
}

.si-uniE003:before {
  content: "\e003";
}

.si-uniE004:before {
  content: "\e004";
}

.si-multiply:before {
  content: "×";
}

.si-minus:before {
  content: "−";
}

.si-hyphen:before {
  content: "-";
}

.si-enDash:before {
  content: "–";
}

.si-emDash:before {
  content: "—";
}

.si-plus {
  -webkit-transform-origin: 50% 60%;
      -ms-transform-origin: 50% 60%;
          transform-origin: 50% 60%;
}

@media (max-width: 1023.98px) {
  .filteredoutputcontainer {
    min-height: 100vh;
  }
  .filteredoutputcontainer .scrollmagic-pin-spacer {
    max-height: 1px !important;
  }
}
@media (max-width: 1023.98px) {
  .filteredoutputcontainer {
    margin-bottom: 180px;
  }
}

.filterpanelwrapper {
  position: relative;
  z-index: 500;
}
@media (min-width: 1024px) {
  .filterpanelwrapper {
    padding-top: 220px;
  }
}

@media (min-width: 1024px) {
  .filterpanel {
    position: absolute;
    top: 0;
  }
}
.filterpanel > .container {
  min-height: 0px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.filterpanel .filter-accordion-wrapper {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1023.98px) {
  .filterpanel .filter-accordion-wrapper {
    overflow-y: auto;
  }
}
.filterpanel .filterunderline {
  background: #FFFFFF;
  -webkit-transition: 0.3s cubic-bezier(0.77, -0.23, 0.36, 1.07);
  transition: 0.3s cubic-bezier(0.77, -0.23, 0.36, 1.07);
  height: 2px;
  margin: 0;
}
.filterpanel .level1button {
  position: relative;
  cursor: pointer;
}
.filterpanel .level1button .counter {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  font-size: 8px;
  text-align: center;
  padding: 0;
  line-height: 14px;
}
@media (max-width: 1023.98px) {
  .filterpanel .level1button {
    padding: 8px 15px !important;
    display: inline-block;
    font-weight: 400;
    color: #1D1E22;
    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;
    color: #FFFFFF;
    border-color: #FFFFFF;
    padding: 0 0;
    font-size: 0.75rem;
    line-height: 1em;
    border-radius: 17px;
    -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;
  }
  .filterpanel .level1button:hover {
    color: #1D1E22;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
  }
  .filterpanel .level1button:focus, .filterpanel .level1button.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .filterpanel .level1button.disabled, .filterpanel .level1button:disabled {
    color: #FFFFFF;
    background-color: transparent;
  }
  .filterpanel .level1button:not(:disabled):not(.disabled):active, .filterpanel .level1button:not(:disabled):not(.disabled).active, .show > .filterpanel .level1button.dropdown-toggle {
    color: #1D1E22;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
  }
  .filterpanel .level1button:not(:disabled):not(.disabled):active:focus, .filterpanel .level1button:not(:disabled):not(.disabled).active:focus, .show > .filterpanel .level1button.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 1023.98px) and (prefers-reduced-motion: reduce) {
  .filterpanel .level1button {
    -webkit-transition: none;
    transition: none;
  }
}
@media (max-width: 1023.98px) {
  .filterpanel .level1button[aria-expanded=true], .filterpanel .level1button:hover {
    background: #FFFFFF;
    color: #000000;
  }
  .filterpanel .level1button .counter {
    top: -5px;
    right: -7px;
  }
}
@media (max-width: 767.98px) {
  .filterpanel .level1button {
    padding: 8px 13px !important;
  }
}
@media (max-width: 374.98px) {
  .filterpanel .level1button {
    padding: 7px 11px !important;
  }
}
@media (min-width: 1024px) {
  .filterpanel .level1button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "MontserratVariable";
    font-variation-settings: "wght" 400;
    -webkit-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
  }
  .filterpanel .level1button[aria-expanded=true], .filterpanel .level1button:hover {
    font-variation-settings: "wght" 700;
  }
  .filterpanel .level1button:before {
    content: attr(data-label);
    font-variation-settings: "wght" 700;
    height: 0;
    visibility: hidden;
  }
  .filterpanel .level1button .counter {
    top: -5px;
    right: -17px;
  }
}
.filterpanel .filter-accordion > .collapse > .card-container,
.filterpanel .filter-accordion > .collapsing > .card-container {
  opacity: 0;
  padding-top: 40px;
  position: relative;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.filterpanel > .container, .filterpanel .link-list-headline, .filterpanel .stepbystep .step-control-container-outer.list-mode .step-control-headline, .stepbystep .step-control-container-outer.list-mode .filterpanel .step-control-headline {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.filterpanel .filter-headline {
  max-height: 1em;
  opacity: 1;
}
@media (min-width: 1024px) {
  .filterpanel.pinned > .container {
    padding-bottom: 0.9rem !important;
  }
  .filterpanel.pinned .link-list-headline, .filterpanel.pinned .stepbystep .step-control-container-outer.list-mode .step-control-headline, .stepbystep .step-control-container-outer.list-mode .filterpanel.pinned .step-control-headline {
    margin-bottom: 0.9rem !important;
  }
}
@media (max-width: 1023.98px) {
  .filterpanel.pinned {
    position: absolute;
    bottom: 0;
  }
  .filterpanel.pinned:not(.opened) .link-list-headline, .filterpanel.pinned:not(.opened) .stepbystep .step-control-container-outer.list-mode .step-control-headline, .stepbystep .step-control-container-outer.list-mode .filterpanel.pinned:not(.opened) .step-control-headline {
    max-height: 0em;
    opacity: 0;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 374.98px) {
  .filterpanel .checkbox-wrapper .btn {
    padding: 6px 12px !important;
  }
}

.filterresult:not(.filterresult-downloads) {
  z-index: 1;
}
@media (min-width: 1024px) {
  .filterresult:not(.filterresult-downloads) > .container {
    max-width: 1700px;
    padding: 0 30px;
  }
  .filterresult:not(.filterresult-downloads) .filterresultgrid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  }
  .filterresult:not(.filterresult-downloads) .filterresultgrid > * {
    max-width: none !important;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.filterresult-downloads .body-text-big {
  word-break: break-all;
}

.swiper-wrapper {
  height: auto;
}

.swiper-slide {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  height: auto;
}

.related-swiper-container {
  overflow: visible;
}
.related-swiper-container .swiper-button-disabled {
  opacity: 0.5;
}
.related-swiper-container .swiper-slide {
  -webkit-transform: translate3d(0, 0, 0);
}

.relatedcardcontainer:not(.single) {
  margin-right: 0 !important;
}
.relatedcardcontainer:not(.single).hasimage {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .relatedcardcontainer:not(.single).hasimage {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .relatedcardcontainer:not(.single).hasimage {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% + 400px);
            flex: 0 0 calc(50% + 400px);
    max-width: calc(50% + 400px);
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .relatedcardcontainer:not(.single).hasimage {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(41.6666666667% + 400px);
            flex: 0 0 calc(41.6666666667% + 400px);
    max-width: calc(41.6666666667% + 400px);
  }
}
@media (min-width: 1700px) {
  .relatedcardcontainer:not(.single).hasimage {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333334% + 500px);
            flex: 0 0 calc(33.3333333334% + 500px);
    max-width: calc(33.3333333334% + 500px);
  }
}
@media (min-width: 1700px) {
  .relatedcardcontainer:not(.single).hasimage { /* These lines are duplicated because of errors caused by scriptmerging/minification of the resulted css*/
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(33.3333333334% + 500px);
            flex: 0 0 calc(33.3333333334% + 500px);
    max-width: calc(33.3333333334% + 500px);
  }
}
.relatedcardcontainer:not(.single) .relatedcard {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  width: auto;
  overflow: hidden;
}
.relatedcardcontainer:not(.single) .relatedcard .card-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 374.98px) {
  .relatedcardcontainer:not(.single) .relatedcard .card-image {
    width: 80px;
    margin-left: 1.75rem !important;
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .relatedcardcontainer:not(.single) .relatedcard .card-image {
    width: 130px;
    margin-left: 1.75rem !important;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .relatedcardcontainer:not(.single) .relatedcard .card-image {
    width: 320px;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .relatedcardcontainer:not(.single) .relatedcard .card-image {
    width: 360px;
  }
}
@media (min-width: 1700px) {
  .relatedcardcontainer:not(.single) .relatedcard .card-image {
    width: 420px;
  }
}

.relatedcardcontainer.single .card-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 374.98px) {
  .relatedcardcontainer.single .card-image {
    height: calc(50vw - 7.5px);
  }
}
@media (min-width: 375px) and (max-width: 767.98px) {
  .relatedcardcontainer.single .card-image {
    height: 170px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .relatedcardcontainer.single .card-image {
    width: 320px !important;
  }
}
@media (min-width: 1024px) and (max-width: 1699.98px) {
  .relatedcardcontainer.single .card-image {
    width: 360px !important;
  }
}
@media (min-width: 1700px) {
  .relatedcardcontainer.single .card-image {
    width: 420px !important;
  }
}

.bg-grey .relatedcard:hover, .bg-light .relatedcard:hover, .bg-gray-300 .relatedcard:hover, .bg-gray-200 .relatedcard:hover, .bg-white .relatedcard:hover {
  -webkit-box-shadow: 0px 1px 6px 0px rgba(163, 163, 163, 0.3);
          box-shadow: 0px 1px 6px 0px rgba(163, 163, 163, 0.3);
}

.bg-dark .relatedcard:hover {
  -webkit-box-shadow: 0px 1px 10px 0px rgb(0, 0, 0);
          box-shadow: 0px 1px 10px 0px rgb(0, 0, 0);
}

.secure-downloads-container [data-toggle=collapse] {
  cursor: pointer;
}
.secure-downloads-container i {
  font-style: italic;
}
.secure-downloads-container .collapsed i {
  font-style: normal;
}
.secure-downloads-container img {
  max-height: 17.5rem;
  width: auto;
}

.searchfieldwrapper {
  position: relative;
  overflow: hidden;
}
.searchfieldwrapper > svg:first-child {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 1;
}
.searchfieldwrapper input {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding-left: 2.25rem;
}
.searchfieldwrapper input + a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  right: -25px;
  opacity: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.searchfieldwrapper.text-entered > svg:first-child {
  opacity: 0;
  left: -25px;
}
.searchfieldwrapper.text-entered input {
  padding-left: 0.75rem;
}
.searchfieldwrapper.text-entered input + a {
  right: 15px;
  opacity: 1;
}

.filtercontainersecuview .checkbox-wrapper {
  opacity: 0;
}
.filtercontainersecuview hr {
  background: #000000;
  height: 3px;
  margin: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.filtercontainersecuview .level1link {
  font-family: "MontserratVariable";
  font-variation-settings: "wght" 500;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
.filtercontainersecuview .level1link .title {
  border-bottom: 3px solid transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.filtercontainersecuview .level1link .title:before {
  content: attr(data-label);
  font-variation-settings: "wght" 700;
  height: 0;
  visibility: hidden;
}
.filtercontainersecuview .level1link .counter {
  margin-left: 1em;
  vertical-align: super;
  font-size: 0.75rem;
}
.filtercontainersecuview .level1link:hover {
  font-variation-settings: "wght" 700;
}
.filtercontainersecuview .level1link[aria-expanded=true] {
  font-variation-settings: "wght" 700;
}
.filtercontainersecuview .level2link {
  font-family: "MontserratVariable";
  font-variation-settings: "wght" 500;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  line-height: 1.5rem;
}
.filtercontainersecuview .level2link .title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.filtercontainersecuview .level2link .title:before {
  content: attr(data-label);
  font-variation-settings: "wght" 700;
  height: 0;
  visibility: hidden;
}
.filtercontainersecuview .level2link .counter {
  display: inline-block;
  text-indent: 1px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 0.75rem;
  margin-left: 0.25em;
}
.filtercontainersecuview .level2link .remove {
  border: 1px solid #000000;
  height: 1em;
  width: 1em;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  margin-left: 0.25em;
}
.filtercontainersecuview .level2link:hover .title {
  font-variation-settings: "wght" 700;
}
.filtercontainersecuview .level2link:hover .remove {
  background: #000000;
  color: #FFFFFF;
}
.filtercontainersecuview .checkbox-wrapper .form-check input:checked + label.level2link {
  font-variation-settings: "wght" 700;
}
.filtercontainersecuview .checkbox-wrapper .form-check input:checked + label.level2link .counter {
  width: 1px;
}
.filtercontainersecuview .checkbox-wrapper .form-check input:checked + label.level2link .remove {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 1023.98px) {
  .filtercontainersecuview form {
    position: relative;
    z-index: 699;
  }
  .filtercontainersecuview .filter-accordion-wrapper {
    position: relative;
    z-index: 698;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 6px rgba(163, 163, 163, 0.3);
            box-shadow: 0px 3px 6px rgba(163, 163, 163, 0.3);
  }
  .filtercontainersecuview .mainfiltercontainer {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 6px rgba(163, 163, 163, 0.3);
            box-shadow: 0px 3px 6px rgba(163, 163, 163, 0.3);
  }
  .filtercontainersecuview .mainfiltercontainer .small-subheadline, .filtercontainersecuview .mainfiltercontainer .stepbystep .step-control-container-outer .step-control .step-control-headline, .stepbystep .step-control-container-outer .step-control .filtercontainersecuview .mainfiltercontainer .step-control-headline {
    font-size: 10px;
    text-transform: uppercase;
  }
  .filtercontainersecuview .mainfiltercontainer .small-subheadline .counter, .filtercontainersecuview .mainfiltercontainer .stepbystep .step-control-container-outer .step-control .step-control-headline .counter, .stepbystep .step-control-container-outer .step-control .filtercontainersecuview .mainfiltercontainer .step-control-headline .counter {
    display: none;
  }
  .filtercontainersecuview hr {
    height: 2px;
  }
}

#filter-mobile-button {
  cursor: pointer;
  position: relative;
  font-family: "MontserratVariable";
  font-variation-settings: "wght" 500;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#filter-mobile-button.active {
  font-variation-settings: "wght" 700;
}
#filter-mobile-button .indicator {
  -webkit-transition: top 0.2s ease-in-out;
  transition: top 0.2s ease-in-out;
  position: absolute;
  top: -0.5em;
  left: calc(100% + 3px);
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: #EA002F;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #FFFFFF;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#filter-mobile-button .indicator.active {
  top: -0.75em;
  padding-top: 1px;
  height: 14px;
  min-width: 14px;
  line-height: 10px;
  font-size: 8px;
}
@media (min-width: 1024px) {
  #filter-mobile-button .indicator {
    display: none;
  }
}
/*# sourceMappingURL=Secunet.css.map */