@charset "UTF-8";
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../assets/fonts/google/DM_Sans-normal-400.woff) format("woff");
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../assets/fonts/google/DM_Sans-normal-500.woff) format("woff");
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../assets/fonts/google/Space_Grotesk-normal-400.woff) format("woff");
  unicode-range: U+0-10FFFF;
}

@font-face {
  font-family: 'Space Grotesk';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(../assets/fonts/google/Space_Grotesk-normal-700.woff) format("woff");
  unicode-range: U+0-10FFFF;
}

:root {
  --blue: #0056b3;
  --red: #dc3545;
  --yellow: #ffc107;
  --green: #28a745;
  --orange: #ff5a40;
  --primary: #007a9b;
  --secondary: #181d32;
  --success: #00c332;
  --info: #0075bf;
  --warning: #fac300;
  --danger: #e30613;
  --light: #edf0f3;
  --dark: #181d32;
  --white: #fff;
  --group: #636A6F;
  --economix: #B0CB04;
  --cyberhouse: #00799b;
  --klickimpuls: #28A9E1;
  --datareporter: #0099B8;
  --lemontec: #D8DF20;
  --signal: #ff5a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1340px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-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, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6625;
  color: #181d32;
  text-align: left;
  background-color: #edf0f3;
}

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

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

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

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


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


ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 500;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: 700;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

a {
  color: #181d32;
  text-decoration: underline;
  background-color: transparent;
}

a:hover {
  color: #ff5a40;
  text-decoration: underline;
}

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

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
  color: #cad0d7;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

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

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

output {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5, .rollout-trigger, .title, .feature-title {
  margin-bottom: 1.875rem;
  font-family: "Space Grotesk", "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  line-height: 1.25;
}

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

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

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

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

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

@media (max-width: 1200px) {
  h3, .h3 {
    font-size: calc(1.3rem + 0.6vw) ;
  }
}

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

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

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

 .title, .feature-title {
  font-size: 0.875rem;
}

.lead {
  font-size: 1.25rem;
}

.display-1 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.625rem + 4.5vw) ;
  }
}

.display-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.425rem + 2.1vw) ;
  }
}

small,
.small {
  font-size: 0.875rem;
  font-weight: 400;
}

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

.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: 15px;
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875rem;
}

code {
  font-size: 0.875rem;
  color: #0056b3;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

pre {
  display: block;
  font-size: 0.875rem;
  color: #cad0d7;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

@media print, screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media screen and (min-width: 1340px) {
  .container {
    max-width: 1140px;
  }
}

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

@media print, screen and (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media screen and (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media screen and (min-width: 1340px) {
  .container {
    max-width: 1140px;
  }
}

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

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

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

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

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

.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.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

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

.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.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

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

.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.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

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

.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.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

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

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

@media print, screen and (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .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;
  }
}

@media print, screen and (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%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .offset-md-8 {
    margin-left: 66.66667%;
  }
}

@media screen and (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .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.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .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.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .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;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
}

@media screen and (min-width: 1340px) {
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.table {
  width: 100%;
  margin-bottom: 0.9375rem;
}

.table th,
.table td {
  padding: 0.9375rem;
  vertical-align: top;
  border-top: 1px solid #cad0d7;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #cad0d7;
}

.table tbody + tbody {
  border-top: 2px solid #cad0d7;
}

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

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.375rem + 2px);
  padding: 0.25234rem 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6625;
  color: #181d32;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #007a9b;
  border-radius: 0;
  -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 #181d32;
}

.form-control:focus {
  color: #181d32;
  background-color: transparent;
  border-color: #1ccfff;
  outline: 0;
}

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

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

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

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

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

.form-control:disabled, .form-control[readonly] {
  background-color: rgba(202, 208, 215, 0.125);
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #181d32;
  background-color: transparent;
}

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

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

textarea.form-control {
  height: auto;
}

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

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


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

 .form-control.is-invalid {
  border-color: #e30613;
}

 .form-control.is-invalid:focus {
  border-color: #e30613;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
}

 .custom-select.is-invalid {
  border-color: #e30613;
}

 .custom-select.is-invalid:focus {
  border-color: #e30613;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
}

 .custom-control-input.is-invalid ~ .custom-control-label {
  color: #e30613;
}

 .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #e30613;
}

 .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f9232f;
  background-color: #f9232f;
}

 .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
}

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

 .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e30613;
}

 .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e30613;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
}

.btn {
  display: inline-block;
  color: #181d32;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: calc(0.25234rem + 0px) 1rem;
  font-size: 1.125rem;
  line-height: 1.6625;
  border-radius: 0;
  -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: #181d32;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 155, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 122, 155, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

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

.btn-primary {
  color: #007a9b;
  border: 0;
}

.btn-primary::after {
  content: '';
  display: block;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 3px;
  position: absolute;
  background-color: #007a9b;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.btn-primary:hover {
  color: #007a9b;
}

.btn-primary:hover::after {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 155, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 122, 155, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #007a9b;
  background-color: transparent;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #007a9b;
  background-color: transparent;
  border-color: #007a9b;
}

.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.2rem rgba(0, 122, 155, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 122, 155, 0.5);
}

.btn-secondary {
  color: #181d32;
  border: 0;
}

.btn-secondary::after {
  content: '';
  display: block;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 3px;
  position: absolute;
  background-color: #181d32;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.btn-secondary:hover {
  color: #181d32;
}

.btn-secondary:hover::after {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(24, 29, 50, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(24, 29, 50, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #181d32;
  background-color: transparent;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #181d32;
  background-color: transparent;
  border-color: #181d32;
}

.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.2rem rgba(24, 29, 50, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(24, 29, 50, 0.5);
}

.btn-white, .theme-group .text-theme-yiq .btn-secondary, .theme-cyberhouse .text-theme-yiq .btn-secondary, .theme-klickimpuls .text-theme-yiq .btn-secondary, .theme-datareporter .text-theme-yiq .btn-secondary {
  color: #fff;
  border: 0;
}

.btn-white::after, .theme-group .text-theme-yiq .btn-secondary::after, .theme-cyberhouse .text-theme-yiq .btn-secondary::after, .theme-klickimpuls .text-theme-yiq .btn-secondary::after, .theme-datareporter .text-theme-yiq .btn-secondary::after {
  content: '';
  display: block;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 3px;
  position: absolute;
  background-color: #fff;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.btn-white:hover, .theme-group .text-theme-yiq .btn-secondary:hover, .theme-cyberhouse .text-theme-yiq .btn-secondary:hover, .theme-klickimpuls .text-theme-yiq .btn-secondary:hover, .theme-datareporter .text-theme-yiq .btn-secondary:hover {
  color: #fff;
}

.btn-white:hover::after, .theme-group .text-theme-yiq .btn-secondary:hover::after, .theme-cyberhouse .text-theme-yiq .btn-secondary:hover::after, .theme-klickimpuls .text-theme-yiq .btn-secondary:hover::after, .theme-datareporter .text-theme-yiq .btn-secondary:hover::after {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.btn-white:focus, .theme-group .text-theme-yiq .btn-secondary:focus, .theme-cyberhouse .text-theme-yiq .btn-secondary:focus, .theme-klickimpuls .text-theme-yiq .btn-secondary:focus, .theme-datareporter .text-theme-yiq .btn-secondary:focus, .btn-white.focus, .theme-group .text-theme-yiq .focus.btn-secondary, .theme-cyberhouse .text-theme-yiq .focus.btn-secondary, .theme-klickimpuls .text-theme-yiq .focus.btn-secondary, .theme-datareporter .text-theme-yiq .focus.btn-secondary {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-white.disabled, .theme-group .text-theme-yiq .disabled.btn-secondary, .theme-cyberhouse .text-theme-yiq .disabled.btn-secondary, .theme-klickimpuls .text-theme-yiq .disabled.btn-secondary, .theme-datareporter .text-theme-yiq .disabled.btn-secondary, .btn-white:disabled, .theme-group .text-theme-yiq .btn-secondary:disabled, .theme-cyberhouse .text-theme-yiq .btn-secondary:disabled, .theme-klickimpuls .text-theme-yiq .btn-secondary:disabled, .theme-datareporter .text-theme-yiq .btn-secondary:disabled {
  color: #fff;
  background-color: transparent;
}

.btn-white:not(:disabled):not(.disabled):active, .theme-group .text-theme-yiq .btn-secondary:not(:disabled):not(.disabled):active, .theme-cyberhouse .text-theme-yiq .btn-secondary:not(:disabled):not(.disabled):active, .theme-klickimpuls .text-theme-yiq .btn-secondary:not(:disabled):not(.disabled):active, .theme-datareporter .text-theme-yiq .btn-secondary:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .theme-group .text-theme-yiq .btn-secondary:not(:disabled):not(.disabled).active, .theme-cyberhouse .text-theme-yiq .btn-secondary:not(:disabled):not(.disabled).active, .theme-klickimpuls .text-theme-yiq .btn-secondary:not(:disabled):not(.disabled).active, .theme-datareporter .text-theme-yiq .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-white.dropdown-toggle,
.theme-group .text-theme-yiq .show > .dropdown-toggle.btn-secondary,
.theme-cyberhouse .text-theme-yiq .show > .dropdown-toggle.btn-secondary,
.theme-klickimpuls .text-theme-yiq .show > .dropdown-toggle.btn-secondary,
.theme-datareporter .text-theme-yiq .show > .dropdown-toggle.btn-secondary {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn-white:not(:disabled):not(.disabled):active:focus, .theme-group .text-theme-yiq .btn-secondary:not(:disabled):not(.disabled):active:focus, .theme-cyberhouse .text-theme-yiq .btn-secondary:not(:disabled):not(.disabled):active:focus, .theme-klickimpuls .text-theme-yiq .btn-secondary:not(:disabled):not(.disabled):active:focus, .theme-datareporter .text-theme-yiq .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .theme-group .text-theme-yiq .btn-secondary:not(:disabled):not(.disabled).active:focus, .theme-cyberhouse .text-theme-yiq .btn-secondary:not(:disabled):not(.disabled).active:focus, .theme-klickimpuls .text-theme-yiq .btn-secondary:not(:disabled):not(.disabled).active:focus, .theme-datareporter .text-theme-yiq .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-white.dropdown-toggle:focus,
.theme-group .text-theme-yiq .show > .dropdown-toggle.btn-secondary:focus,
.theme-cyberhouse .text-theme-yiq .show > .dropdown-toggle.btn-secondary:focus,
.theme-klickimpuls .text-theme-yiq .show > .dropdown-toggle.btn-secondary:focus,
.theme-datareporter .text-theme-yiq .show > .dropdown-toggle.btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-signal {
  color: #ff5a40;
  border: 0;
}

.btn-signal::after {
  content: '';
  display: block;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 3px;
  position: absolute;
  background-color: #ff5a40;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.btn-signal:hover {
  color: #ff5a40;
}

.btn-signal:hover::after {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.btn-signal:focus, .btn-signal.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 90, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 90, 64, 0.5);
}

.btn-signal.disabled, .btn-signal:disabled {
  color: #ff5a40;
  background-color: transparent;
}

.btn-signal:not(:disabled):not(.disabled):active, .btn-signal:not(:disabled):not(.disabled).active,
.show > .btn-signal.dropdown-toggle {
  color: #ff5a40;
  background-color: transparent;
  border-color: #ff5a40;
}

.btn-signal:not(:disabled):not(.disabled):active:focus, .btn-signal:not(:disabled):not(.disabled).active:focus,
.show > .btn-signal.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 90, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 90, 64, 0.5);
}

.btn-outline-signal {
  color: #ff5a40;
  border-color: #ff5a40;
}

.btn-outline-signal:hover {
  color: #fff;
  background-color: #ff5a40;
  border-color: #ff5a40;
}

.btn-outline-signal:focus, .btn-outline-signal.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 90, 64, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 90, 64, 0.5);
}

.btn-outline-signal.disabled, .btn-outline-signal:disabled {
  color: #ff5a40;
  background-color: transparent;
}

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

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

.btn-lg {
  padding: calc(0.78125rem + 0px) 1.25rem;
  font-size: 1.25rem;
  line-height: 1.65;
  border-radius: 0;
}

.btn-sm {
  padding: calc(0.3125rem + 0px) 0.75rem;
  font-size: 0.875rem;
  line-height: 1.64286;
  border-radius: 0;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

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

.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

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

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 1.875rem 0;
  margin: 0 0;
  font-size: 0.875rem;
  color: #fff;
  text-align: left;
  list-style: none;
  background-color: #181d32;
  background-clip: padding-box;
  border: 1px solid #cad0d7;
}

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

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

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
}

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

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

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 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-item {
  display: block;
  width: 100%;
  padding: 0.46875rem 15px;
  clear: both;
  font-weight: 400;
  color: inherit;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: inherit;
  text-decoration: none;
}

.dropdown-item.active, .dropdown-item:active {
  color: #007a9b;
  text-decoration: none;
}

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

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

.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 > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  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 > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

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

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

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

.custom-control {
  position: relative;
  display: block;
  min-height: 1.87031rem;
  padding-left: 2.375rem;
}

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

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

.custom-control-input:checked ~ .custom-control-label::before {
  color: #007a9b;
  border-color: #007a9b;
  background-color: transparent;
}

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

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

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

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

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

.custom-control-label::before {
  position: absolute;
  top: 0.37266rem;
  left: -2.375rem;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  pointer-events: none;
  content: "";
  background-color: transparent;
  border: #007a9b solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.37266rem;
  left: -2.375rem;
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  content: "";
  background: no-repeat 50% / 80% 80%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath style='vector-effect: non-scaling-stroke;' fill='none' stroke='%23007a9b' stroke-width='1px' d='M2 8l4 4 8 -8'/%3E%3C/svg%3E");
}

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath style='vector-effect: non-scaling-stroke;' fill='none' stroke='%23007a9b' stroke-width='1px' d='M2 8h12'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(202, 208, 215, 0.125);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(202, 208, 215, 0.125);
}

.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;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-8 -8 16 16'%3E%3Ccircle r='6' fill='%23007a9b'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(202, 208, 215, 0.125);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.375rem + 2px);
  padding: 0.25234rem 2.6875rem 0.25234rem 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6625;
  color: #181d32;
  vertical-align: middle;
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath style='vector-effect: non-scaling-stroke;' fill='none' stroke='%23181d32' stroke-width='1px' d='M2 6l6 6l6 -6'/%3E%3C/svg%3E") no-repeat right 1rem center/1.125rem 1.125rem;
  border: 1px solid #007a9b;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #1ccfff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 122, 155, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(0, 122, 155, 0.25);
}

.custom-select:focus::-ms-value {
  color: #181d32;
  background-color: transparent;
}

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

.custom-select:disabled {
  color: #cad0d7;
  background-color: rgba(202, 208, 215, 0.125);
}

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

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

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

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

.custom-file-input:focus ~ .custom-file-label {
  border-color: #1ccfff;
}

.custom-file-input[disabled] ~ .custom-file-label,
.custom-file-input:disabled ~ .custom-file-label {
  background-color: rgba(202, 208, 215, 0.125);
}

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

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.375rem + 2px);
  padding: 0.25234rem 1rem;
  font-weight: 400;
  line-height: 1.6625;
  color: #181d32;
  background-color: transparent;
  border: 1px solid #007a9b;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.6625em + 0.50469rem);
  padding: 0.25234rem 1rem;
  line-height: 1.6625;
  color: #181d32;
  content: "Browse";
  border-left: inherit;
}

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

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

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

.custom-range::-webkit-slider-thumb {
  width: 1.125rem;
  height: 1.125rem;
  margin-top: -0.28125rem;
  background-color: #007a9b;
  border: 0;
  -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: #007a9b;
}

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

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

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

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

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

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

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

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

.custom-range::-ms-track {
  width: 100%;
  height: 0.5625rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5625rem;
}

.custom-range::-ms-fill-lower {
  background-color: #cad0d7;
}

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

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

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

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

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

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

.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.46875rem 1rem;
}

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.9375rem 15px;
}

.navbar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.10234rem;
  padding-bottom: 0.10234rem;
  margin-right: 15px;
  font-size: 1.31579rem;
  line-height: inherit;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .navbar-brand {
    font-size: calc(1.25658rem + 0.07895vw) ;
  }
}

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

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

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

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

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

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

.navbar-light .navbar-nav .nav-link {
  color: #181d32;
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: #cad0d7;
}

.navbar-light .navbar-toggler {
  color: #181d32;
}

 .document-root:not(.document-scrolled):not(.navbar-open) > .header-transparent > .navbar .navbar-nav .nav-link {
  color: #fff;
}

 .document-root:not(.document-scrolled):not(.navbar-open) > .header-transparent > .navbar .navbar-nav .nav-link.disabled {
  color: #cad0d7;
}

 .document-root:not(.document-scrolled):not(.navbar-open) > .header-transparent > .navbar .navbar-toggler {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 0 solid #cad0d7;
}

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

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

.card-footer {
  padding: 0.9375rem 0;
  border-top: 0 solid #cad0d7;
}


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

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

.alert {
  position: relative;
  padding: 0.25234rem 1rem;
  margin-bottom: paragraph-margin-bottom;
  border: solid transparent;
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.84375rem;
  background-color: #edf0f3;
}

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

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

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

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #ff5a40;
  text-decoration: none;
  background-color: rgba(202, 208, 215, 0.25);
}

.list-group-item-action:active {
  color: #007a9b;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 1.76641rem 15px;
  border: 1px solid #cad0d7;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #cad0d7;
  pointer-events: none;
}

.list-group-item.active {
  z-index: 2;
  color: #007a9b;
  background-color: rgba(202, 208, 215, 0.25);
  border-color: #cad0d7;
}

.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-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
}

.list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

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

.close:empty, .info-widget-close:empty {
  position: relative;
  padding-top: 0.33125em;
  padding-bottom: 0.33125em;
  padding-left: 0.33125em;
}

.close:empty::before, .info-widget-close:empty::before, .close:empty::after, .info-widget-close:empty::after {
  content: '';
  display: block;
  position: relative;
  background-color: currentColor;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.close:empty::before, .info-widget-close:empty::before {
  left: 0.5625rem;
  width: 1px;
  height: 1.125rem;
  margin-right: -1px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.close:empty::after, .info-widget-close:empty::after {
  top: -0.5625rem;
  width: 1.125rem;
  height: 1px;
  margin-bottom: -1px;
  -webkit-transform: translateY(-50%) rotate(225deg);
          transform: translateY(-50%) rotate(225deg);
}

.close:empty:hover::before, .info-widget-close:empty:hover::before {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.close:empty:hover::after, .info-widget-close:empty:hover::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.close, .info-widget-close {
  float: right;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  color: #181d32;
  opacity: .5;
}

.close:hover, .info-widget-close:hover {
  color: #181d32;
  text-decoration: none;
}

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

button.close, button.info-widget-close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

.modal-open {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0.9375rem calc(0.9375rem + 2.23881vw);
}

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

@media print, screen and (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.875rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.75rem);
  }
}

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  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: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

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

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

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

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

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

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

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

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

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

.document-root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.document-root > main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
}

section {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

section section {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}

section[class*='bg-'] {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  margin-top: 0;
  margin-bottom: 0;
}

section section[class*='bg-'] {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

@media screen and (min-width: 992px) {
  section {
    margin-top: 5.625rem;
    margin-bottom: 5.625rem;
  }
  section section {
    margin-top: 2.8125rem;
    margin-bottom: 2.8125rem;
  }
  section[class*='bg-'] {
    padding-top: 5.625rem;
    padding-bottom: 5.625rem;
    margin-top: 0;
    margin-bottom: 0;
  }
  section section[class*='bg-'] {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}

section.bg-secondary + section.bg-secondary {
  padding-top: 0;
}

section.bg-light + section.bg-light {
  padding-top: 0;
}

section.bg-dark + section.bg-dark {
  padding-top: 0;
}

section.bg-white + section.bg-white {
  padding-top: 0;
}

 .theme-group section.bg-primary + section.bg-group, .theme-group section.bg-group + section.bg-primary, .theme-group section.bg-primary + section.bg-primary {
  padding-top: 0;
}

 .theme-economix section.bg-primary + section.bg-economix, .theme-economix section.bg-economix + section.bg-primary, .theme-economix section.bg-primary + section.bg-primary {
  padding-top: 0;
}

 .theme-cyberhouse section.bg-primary + section.bg-cyberhouse, .theme-cyberhouse section.bg-cyberhouse + section.bg-primary, .theme-cyberhouse section.bg-primary + section.bg-primary {
  padding-top: 0;
}

 .theme-klickimpuls section.bg-primary + section.bg-klickimpuls, .theme-klickimpuls section.bg-klickimpuls + section.bg-primary, .theme-klickimpuls section.bg-primary + section.bg-primary {
  padding-top: 0;
}

 .theme-datareporter section.bg-primary + section.bg-datareporter, .theme-datareporter section.bg-datareporter + section.bg-primary, .theme-datareporter section.bg-primary + section.bg-primary {
  padding-top: 0;
}

 .theme-lemontec section.bg-primary + section.bg-lemontec, .theme-lemontec section.bg-lemontec + section.bg-primary, .theme-lemontec section.bg-primary + section.bg-primary {
  padding-top: 0;
}

section.bg-signal + section.bg-signal {
  padding-top: 0;
}

.container .container {
  padding-left: 0;
  padding-right: 0;
}

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

.footer-bottom {
  font-size: 0.875rem;
  color: #8c8e99;
}

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

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

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

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

.bg-dark {
  background-color: #181d32 !important;
}

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

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

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

 .theme-group .bg-primary {
  background-color: #636A6F !important;
}

 .theme-group a.bg-primary:hover, .theme-group a.bg-primary:focus,
.theme-group button.bg-primary:hover,
.theme-group button.bg-primary:focus {
  background-color: #4b5054 !important;
}

 .theme-economix .bg-primary {
  background-color: #B0CB04 !important;
}

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

 .theme-cyberhouse .bg-primary {
  background-color: #00799b !important;
}

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

 .theme-klickimpuls .bg-primary {
  background-color: #28A9E1 !important;
}

 .theme-klickimpuls a.bg-primary:hover, .theme-klickimpuls a.bg-primary:focus,
.theme-klickimpuls button.bg-primary:hover,
.theme-klickimpuls button.bg-primary:focus {
  background-color: #1a8bbc !important;
}

 .theme-datareporter .bg-primary {
  background-color: #0099B8 !important;
}

 .theme-datareporter a.bg-primary:hover, .theme-datareporter a.bg-primary:focus,
.theme-datareporter button.bg-primary:hover,
.theme-datareporter button.bg-primary:focus {
  background-color: #006f85 !important;
}

 .theme-lemontec .bg-primary {
  background-color: #D8DF20 !important;
}

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

.bg-signal {
  background-color: #ff5a40 !important;
}

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: 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-16by9::before {
  padding-top: 56.25%;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !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;
}

@media print, screen and (min-width: 576px) {
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}

@media print, screen and (min-width: 768px) {
  .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;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
}

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

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

.position-static {
  position: static !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, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

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

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

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

.mb--3 {
  margin-bottom: -2.8125rem !important;
}

.mb--2 {
  margin-bottom: -1.875rem !important;
}

.mb--1 {
  margin-bottom: -0.9375rem !important;
}

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

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

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


.my-_5 {
  margin-top: 0.46875rem !important;
}

.mr-_5 {
  margin-right: 0.46875rem !important;
}

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

.mt-1 {
  margin-top: 0.9375rem !important;
}

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

.mb-1 {
  margin-bottom: 0.9375rem !important;
}


.mx-1 {
  margin-left: 0.9375rem !important;
}

.mt-2 {
  margin-top: 1.875rem !important;
}

.mr-2 {
  margin-right: 1.875rem !important;
}

.mb-2 {
  margin-bottom: 1.875rem !important;
}

.mb-3 {
  margin-bottom: 2.8125rem !important;
}

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


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

.pt-1 {
  padding-top: 0.9375rem !important;
}

.pb-1 {
  padding-bottom: 0.9375rem !important;
}


.py-2 {
  padding-top: 1.875rem !important;
}

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


.py-3 {
  padding-top: 2.8125rem !important;
}


.py-3 {
  padding-bottom: 2.8125rem !important;
}

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


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

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


.py-6 {
  padding-bottom: 5.625rem !important;
}


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


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

@media print, screen and (min-width: 576px) {
  .mt-sm-1 {
    margin-top: 0.9375rem !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
}

@media print, screen and (min-width: 768px) {

  .py-md-4 {
    padding-top: 3.75rem !important;
  }

  .py-md-4 {
    padding-bottom: 3.75rem !important;
  }

  .py-md-8 {
    padding-top: 7.5rem !important;
  }

  .py-md-8 {
    padding-bottom: 7.5rem !important;
  }
}

@media screen and (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .py-lg-2 {
    padding-top: 1.875rem !important;
  }

  .py-lg-2 {
    padding-bottom: 1.875rem !important;
  }
  .pt-lg-4 {
    padding-top: 3.75rem !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 print, screen and (min-width: 576px) {
  .text-sm-right {
    text-align: right !important;
  }
}

@media print, screen and (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
}

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

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

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

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

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

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

 .theme-group .title {
  color: #636A6F !important;
}

 .theme-group a.title:hover, .theme-group a.title:focus {
  color: #3f4347 !important;
}

 .theme-economix .title {
  color: #B0CB04 !important;
}

 .theme-economix a.title:hover, .theme-economix a.title:focus {
  color: #6f8003 !important;
}

 .theme-cyberhouse .title {
  color: #00799b !important;
}

 .theme-cyberhouse a.title:hover, .theme-cyberhouse a.title:focus {
  color: #003d4f !important;
}

 .theme-klickimpuls .title {
  color: #28A9E1 !important;
}

 .theme-klickimpuls a.title:hover, .theme-klickimpuls a.title:focus {
  color: #177aa5 !important;
}

 .theme-datareporter .title {
  color: #0099B8 !important;
}

 .theme-datareporter a.title:hover, .theme-datareporter a.title:focus {
  color: #00596c !important;
}

 .theme-lemontec .title {
  color: #D8DF20 !important;
}

 .theme-lemontec a.title:hover, .theme-lemontec a.title:focus {
  color: #979c16 !important;
}

.text-signal {
  color: #ff5a40 !important;
}

a.text-signal:hover, a.text-signal:focus {
  color: #f32100 !important;
}

.visible {
  visibility: visible !important;
}

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

section.bg-boxed > .container {
  position: relative;
}

@media print, screen and (min-width: 768px) {
  section.bg-boxed {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
  section.bg-boxed.bg-light {
    padding-top: 3.75rem !important;
    background-color: transparent !important;
  }
  section.bg-boxed.bg-light + section.bg-light {
    padding-top: 3.75rem;
  }
  section.bg-boxed.bg-light .col-md-6:last-child::before {
    background-color: #edf0f3;
    border-width: 0;
  }
  section.bg-boxed .col-md-6:last-child {
    position: static;
  }
  section.bg-boxed .col-md-6:last-child:not(.order-md-first) {
    padding-right: 45px;
  }
  section.bg-boxed .col-md-6:last-child::before {
    content: '';
    display: block;
    position: absolute;
    left: 25%;
    right: 15px;
    top: -3.75rem;
    bottom: -1.875rem;
    border: 1px solid #cad0d7;
    z-index: -1;
  }
  section.bg-boxed .col-md-6:last-child.order-md-first {
    padding-left: 45px;
  }
  section.bg-boxed .col-md-6:last-child.order-md-first::before {
    left: 15px;
    right: 25%;
  }
  section section.bg-boxed {
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
  }
  section section.bg-boxed.bg-light {
    padding-top: 1.875rem !important;
  }
  section section.bg-boxed.bg-light + section.bg-light {
    padding-top: 1.875rem;
  }
  section section.bg-boxed .col-md-6:last-child::before {
    top: -1.875rem;
    bottom: 0;
  }
}

.bg-split {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #fff), color-stop(10%, transparent));
  background-image: linear-gradient(#fff 10%, transparent 10%);
}

.bg-split + section:not([class*='bg-']) {
  margin-top: 0;
}

.bg-white + .bg-split {
  padding-top: 0;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@media print, screen and (min-width: 768px) {
  .bg-animation::after {
    background-image: url("../assets/img/text-circle.svg");
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    width: 591px;
    position: absolute;
    -webkit-animation: spin 30s linear infinite;
            animation: spin 30s linear infinite;
    left: 30px;
    top: 30px;
    bottom: 30px;
  }
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.64286;
}

.text-lg {
  font-size: 1.25rem;
  line-height: 1.65;
}

@media print, screen and (min-width: 576px) {
  .columns-sm-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

@media print, screen and (min-width: 768px) {
  .columns-md-2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .columns-md-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

@media screen and (min-width: 992px) {
  .columns-lg-3 {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .columns-lg-4 {
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    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: a4;
  }
  body {
    min-width: 768px !important;
  }
  .container {
    min-width: 768px !important;
  }
  .navbar {
    display: none;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
}

.h1 {
  letter-spacing: -1px;
}

.h2 {
  line-height: 1.23684;
  letter-spacing: -1px;
}

.h3 {
  line-height: 1.25;
  letter-spacing: -0.5px;
}

.h4 {
  line-height: 1.27083;
  letter-spacing: -0.5px;
}

.h5, .rollout-trigger {
  line-height: 1.25;
  letter-spacing: -0.5px;
}

 .title, .feature-title {
  line-height: 1.21429;
}

.display-1, .display-2 {
  font-family: "Space Grotesk", "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  letter-spacing: -0.5px;
}

.display-1 {
  line-height: 1.25;
}

.display-2 {
  line-height: 1.04167;
}

.h1, .h2, .h3, .h4, .h5, .rollout-trigger, .title, .feature-title,
.display-1, .display-2 {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .rollout-trigger:last-child, .title:last-child, .feature-title:last-child,
.display-1:last-child, .display-2:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  section > .container:not(.container-limited) > .h1, section > .container:not(.container-limited) > .h2, section > .container:not(.container-limited) > .h3, section > .container:not(.container-limited) > .h4, section > .container:not(.container-limited) > .h5, section > .container:not(.container-limited) > .rollout-trigger, section > .container:not(.container-limited) > .title, section > .container:not(.container-limited) > .feature-title, section > .container:not(.container-limited) >
  .display-1, section > .container:not(.container-limited) > .display-2 {
    display: inline-block;
    width: 100%;
    max-width: 75%;
  }
  section > .container:not(.container-limited) > .h1.text-center, section > .container:not(.container-limited) > .h2.text-center, section > .container:not(.container-limited) > .h3.text-center, section > .container:not(.container-limited) > .h4.text-center, section > .container:not(.container-limited) > .h5.text-center, section > .container:not(.container-limited) > .text-center.rollout-trigger, section > .container:not(.container-limited) > .text-center.title, section > .container:not(.container-limited) > .text-center.feature-title, section > .container:not(.container-limited) >
  .display-1.text-center, section > .container:not(.container-limited) > .display-2.text-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.title {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 500;
  margin-bottom: 0.9375rem;
}

.text-white .h1, .text-white .h2, .text-white .h3, .text-white .h4, .text-white .h5, .text-white .rollout-trigger, .text-white .title, .text-white .feature-title,
.text-white .display-1, .text-white .display-2 {
  color: #fff;
}

.text-highlight {
  position: relative;
  display: inline-block;
}

.text-highlight:before {
  content: '';
  background-image: url("/assets/img/highlight-primary.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 60px;
  width: 108%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
  -webkit-transform: translate(-3%, 0);
          transform: translate(-3%, 0);
}

img {
  height: auto;
}

figure {
  margin: 0;
}

.container-limited {
  max-width: 83.33333% !important;
}

@media print, screen and (min-width: 576px) {
  .container-limited {
    max-width: 450px !important;
  }
}

@media print, screen and (min-width: 768px) {
  .container-limited, .container-md-limited {
    max-width: 600px !important;
  }
}

@media screen and (min-width: 992px) {
  .container-limited, .container-md-limited {
    max-width: 800px !important;
  }
}

@media screen and (min-width: 1340px) {
  .container-limited, .container-md-limited {
    max-width: 950px !important;
  }
}

.container-extended {
  max-width: 1440px !important;
}

@media print, screen and (min-width: 768px) {
  .container-md-extended {
    max-width: 1440px !important;
  }
}

@media screen and (min-width: 1340px) {
  .container-xl-extended {
    max-width: 1440px !important;
  }
}

.small-gutters {
  margin-right: -1px;
  margin-left: -1px;
  margin-bottom: -2px;
}

.small-gutters > .col,
.small-gutters > [class*="col-"] {
  padding-right: 1px;
  padding-left: 1px;
  margin-bottom: 2px;
}

.table:not(.table-bordered) > thead:first-child tr:first-child th,
.table:not(.table-bordered) > thead:first-child tr:first-child td,
.table:not(.table-bordered) > tbody:first-child tr:first-child th,
.table:not(.table-bordered) > tbody:first-child tr:first-child td,
.table:not(.table-bordered) > tfoot:first-child tr:first-child th,
.table:not(.table-bordered) > tfoot:first-child tr:first-child td {
  border-top-width: 0;
}

.table th,
.table td {
  vertical-align: middle;
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}

@media print, screen and (min-width: 576px) {
  .table-header-fixed > tbody th {
    width: 10em;
    white-space: nowrap;
  }
}

.table-condensed th, .table-condensed td {
  padding-top: 0.46875rem;
  padding-bottom: 0.46875rem;
}

label,
legend {
  font-weight: 700;
}

fieldset.form-group legend {
  font-size: inherit;
}

.form-control,
.custom-select,
.custom-file-label {
  border-width: 0 0 1px 0;
}

.text-white .form-control {
  color: #fff;
}

.bg-signal .form-control {
  color: #181d32;
  border-color: #181d32;
}

.bg-signal .form-control::-webkit-input-placeholder {
  color: #181d32;
}

.bg-signal .form-control::-moz-placeholder {
  color: #181d32;
}

.bg-signal .form-control:-ms-input-placeholder {
  color: #181d32;
}

.bg-signal .form-control::-ms-input-placeholder {
  color: #181d32;
}

.bg-signal .form-control::placeholder {
  color: #181d32;
}

.btn:not(.btn-link) {
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "Space Grotesk", "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 500;
  position: relative;
  text-decoration: none;
}

.btn:not(.btn-link):hover {
  text-decoration: none;
}

[class*="btn-outline"] {
  text-transform: uppercase;
}

.btn:not([class*="btn-outline"]) {
  padding-left: 0;
  padding-right: 0;
}

.text-white .btn-secondary {
  color: #fff;
  border: 0;
}

.text-white .btn-secondary::after {
  content: '';
  display: block;
  left: 0;
  right: 0;
  bottom: 4px;
  height: 3px;
  position: absolute;
  background-color: #fff;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.text-white .btn-secondary:hover {
  color: #fff;
}

.text-white .btn-secondary:hover::after {
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

.text-white .btn-secondary:focus, .text-white .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.text-white .btn-secondary.disabled, .text-white .btn-secondary:disabled {
  color: #fff;
  background-color: transparent;
}

.text-white .btn-secondary:not(:disabled):not(.disabled):active, .text-white .btn-secondary:not(:disabled):not(.disabled).active,
.show > .text-white .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.text-white .btn-secondary:not(:disabled):not(.disabled):active:focus, .text-white .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .text-white .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.dropright .dropdown-toggle::after,
.dropleft .dropdown-toggle::before {
  vertical-align: .7ex;
}

.dropdown-item {
  font-weight: 400;
  text-decoration: none;
}

.custom-range::-moz-range-thumb {
  border-radius: 0;
}

.custom-control-label::before {
  color: #007a9b;
}

 .custom-control-input.is-invalid ~ .custom-control-label::before {
  color: inherit;
  background-color: transparent;
}

 .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: transparent;
}

 .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(227, 6, 19, 0.25);
}

.custom-file {
  z-index: 0;
}

.custom-file-label {
  padding-right: 2.6875rem;
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath style='vector-effect: non-scaling-stroke;' fill='none' stroke='%23181d32' stroke-width='1px' d='M15.5 12.5v1.2c0 .994-.876 1.8-1.956 1.8H2.456C1.376 15.5.5 14.694.5 13.7v-1.2M8 3v10M3.13 5.37L8 .5l4.87 4.87'/%3E%3C/svg%3E") no-repeat right 1rem center;
  background-size: 1.125rem 1.125rem;
}

.custom-file-label::after {
  display: none;
}

.datetimepicker-input {
  padding-right: 2.6875rem;
  background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath style='vector-effect: non-scaling-stroke;' fill='none' stroke='%23181d32' stroke-width='1px' d='M2.815 1.667H.5v14h15v-14h-2.422M5 3.167H3V.5h2zm8 0h-2V.5h2zm-8-1.5h6M1 5h14M3.333 6.333V14M8 6.333V14m4-7.667V14M2 7.667h11.667M2 10.333h11.667M2 13h11.667'/%3E%3C/svg%3E") no-repeat right 1rem center;
  background-size: 1.125rem 1.125rem;
}

.custom-checkbox .custom-control-label,
.custom-radio .custom-control-label {
  font-weight: inherit;
}

.nav-link {
  text-decoration: none;
}

.navbar {
  -webkit-transition: background-color .3s ease-out, height .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, height .3s ease-out, -webkit-transform .3s ease-out;
  transition: background-color .3s ease-out, height .3s ease-out, transform .3s ease-out;
  transition: background-color .3s ease-out, height .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
}

.navbar.navbar-light .navbar-nav .active > .nav-link,
.navbar.navbar-light .navbar-nav .nav-link.active, .document-root:not(.document-scrolled):not(.navbar-open) > .header-transparent > .navbar .navbar-nav .active > .nav-link,
.document-root:not(.document-scrolled):not(.navbar-open) > .header-transparent > .navbar .navbar-nav .nav-link.active {
  color: #59a9be;
}

.navbar .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  color: #181d32;
}

@media screen and (min-width: 992px) {
  .navbar {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.navbar-header {
  position: relative;
  z-index: 1000;
}

.navbar-brand {
  color: #181d32;
  text-decoration: none;
}

.navbar-brand:hover {
  color: #181d32;
}

.navbar-brand svg {
  height: 35px;
  width: 26px;
}

@media print, screen and (min-width: 576px) {
  .navbar-brand svg {
    width: 200px;
  }
}

.navbar-extra {
  margin-right: -15px;
  margin-left: -15px;
}

@media screen and (max-width: 575.98px) {
  .navbar-extra {
    padding: 0 15px 15px;
  }
  .navbar-extra .btn {
    display: block;
    max-width: none;
  }
}

@media print, screen and (min-width: 576px) {
  .navbar-extra {
    position: relative;
    z-index: 1000;
    margin-right: 0;
    margin-left: 0;
    overflow: visible;
  }
}

@media screen and (max-width: 575.98px) {
  .navbar-side .navbar-extra {
    position: relative;
    z-index: 1000;
    margin-right: 0;
    margin-left: 0;
    padding: 0;
    overflow: visible;
  }
}

.navbar-side .dropdown-toggle {
  position: relative;
  z-index: 1001;
  -webkit-transition: height .3s step-start, bottom .3s step-start, opacity .3s ease-out;
  transition: height .3s step-start, bottom .3s step-start, opacity .3s ease-out;
}

.navbar-side .dropdown-menu {
  width: 100%;
}

.navbar-side .dropdown::before {
  content: '';
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 100%;
  background-color: rgba(0, 122, 155, 0.85);
  opacity: 0;
  -webkit-transition: height .3s step-end, bottom .3s step-end, opacity .3s ease-out;
  transition: height .3s step-end, bottom .3s step-end, opacity .3s ease-out;
}

.navbar-side .dropdown > .dropdown-menu {
  max-width: 500px;
  display: block;
  position: fixed;
  left: 100%;
  top: 0;
  bottom: 0;
  margin: 0;
  border-width: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: height .3s ease-out, -webkit-transform .3s ease-out;
  transition: height .3s ease-out, -webkit-transform .3s ease-out;
  transition: height .3s ease-out, transform .3s ease-out;
  transition: height .3s ease-out, transform .3s ease-out, -webkit-transform .3s ease-out;
  height: 100vh;
}

.navbar-side .dropdown.show::before {
  height: 100vh;
  bottom: 0;
  opacity: 1;
  -webkit-transition: height .3s step-start, bottom .3s step-start, opacity .3s ease-out;
  transition: height .3s step-start, bottom .3s step-start, opacity .3s ease-out;
}

.navbar-side .dropdown.show > .dropdown-menu {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.navbar-side .dropdown.show .navbar-toggler-line {
  stroke: #fff;
}

.navbar-side .dropdown .dropdown-menu-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 2.39219rem;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
  scrollbar-width: thin;
  scrollbar-color: #fff;
  -ms-scrollbar-face-color: #ff5a40;
  -ms-scrollbar-track-color: #fff;
  -ms-scrollbar-arrow-color: #ff5a40;
  -ms-scrollbar-3dlight-color: #ff5a40;
  -ms-scrollbar-highlight-color: #ff5a40;
  -ms-scrollbar-shadow-color: #ff5a40;
  -ms-scrollbar-darkshadow-color: #ff5a40;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.navbar-side .dropdown .dropdown-menu-content::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background-color: #fff;
}

.navbar-side .dropdown .dropdown-menu-content::-webkit-scrollbar-thumb {
  background: #ff5a40;
  border-radius: 2px;
}

@media print, screen and (min-width: 576px) {
  .navbar-side .dropdown .dropdown-menu-content {
    top: 100px;
    left: 30px;
  }
}

@media screen and (min-width: 992px) {
  .navbar-side .dropdown .dropdown-menu-content {
    top: 90px;
    left: 50px;
  }
}

.navbar-side-nav > ul > li {
  margin-bottom: 0.9375rem;
}

.navbar-side-nav > ul > li > .nav-link {
  font-family: "Space Grotesk", "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.75rem;
  font-weight: 700;
}

.navbar-side-nav .nav-link {
  display: inline-block;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  color: #fff;
}

.navbar-side-nav .active > a.nav-link {
  color: #007a9b;
}

.document-root:not(.document-scrolled):not(.navbar-open) > .header-transparent > .navbar {
  background-color: rgba(255, 255, 255, 0);
}

.document-root:not(.document-scrolled):not(.navbar-open) > .header-transparent > .navbar .navbar-brand {
  color: #fff;
}

.document-root:not(.document-scrolled):not(.navbar-open) > .header-transparent > .navbar .navbar-toggler-line {
  stroke: #fff;
}

.document-root.document-scrolled > header > .navbar {
  background-color: #fff;
}

.document-root.document-scrolled > header > .navbar,
.document-root.navbar-open > header > .navbar {
  -webkit-box-shadow: 0 0 15px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px 8px rgba(0, 0, 0, 0.05);
}

.document-root > header > .navbar {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.document-root.document-scrolled:not(.document-scrolled-up):not(.navbar-open):not(.navbar-open-dropdown):not(.navbar-side-open) > header > .navbar {
  -webkit-transform: translateY(calc(-100% - 23px));
          transform: translateY(calc(-100% - 23px));
}

.swiper-container .card[data-in-view] {
  -webkit-animation: none;
          animation: none;
}

a.card {
  color: inherit;
  text-decoration: none;
}

a.card .media-cover > img {
  -webkit-transition: -webkit-transform .2s ease-in-out;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

a.card:hover {
  text-decoration: none;
}

a.card:hover .media-cover > img {
  -webkit-transform: translateX(-50%) scale(1.1);
          transform: translateX(-50%) scale(1.1);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  a.card:hover .media-cover > img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

.card-content {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  overflow: hidden;
}

.card-footer {
  border-top-width: 0;
  font-family: "Space Grotesk", "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}


.card-body,
.card-footer {
  padding-top: 0;
}


.card-body:first-child,
.card-img-top +
.card-body,
.card-footer:first-child,
.card-img-top +
.card-footer {
  padding-top: 0.9375rem;
}

.card-img-top > .figure > .figure-caption {
  padding-left: 0;
  padding-right: 0;
}

.card[class*='bg-'] .card-body {
  padding: 15px;
}

.card[class*='bg-'] .card-footer {
  padding: 0.9375rem 15px;
}

.card-patch {
  position: absolute;
  width: 20%;
  height: auto;
  bottom: -15px;
  right: 15px;
  z-index: 1;
}

@media screen and (min-width: 992px) and (max-width: 1339.98px) {
  .card-lg-aside {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .card-lg-aside .card-img-top,
  .card-lg-aside .card-content {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    min-width: 50%;
  }
  .card-lg-aside .card-img-top {
    width: auto;
  }
  .card-lg-aside .card-content {
    padding: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .card-lg-aside .card-body {
    padding: 0 30px !important;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .card-lg-aside .card-footer {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .card-lg-aside .map {
    padding-top: 100%;
    min-height: 100%;
  }
}

@media screen and (min-width: 1340px) {
  .card-xl-aside {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .card-xl-aside .card-img-top,
  .card-xl-aside .card-content {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    min-width: 50%;
  }
  .card-xl-aside .card-img-top {
    width: auto;
  }
  .card-xl-aside .card-content {
    padding: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .card-xl-aside .card-body {
    padding: 0 30px !important;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
  .card-xl-aside .card-footer {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .card-xl-aside .map {
    padding-top: 100%;
    min-height: 100%;
  }
}

.card-hover-overlay .card-img-top {
  position: relative;
}

.card-hover-overlay .card-overlay-content {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  padding: 15px;
  text-align: center;
}

.card-hover-overlay.card-hover-overlay-group .card-overlay-content {
  background-color: rgba(99, 106, 111, 0.85);
}

.card-hover-overlay.card-hover-overlay-economix .card-overlay-content {
  background-color: rgba(176, 203, 4, 0.85);
}

.card-hover-overlay.card-hover-overlay-cyberhouse .card-overlay-content {
  background-color: rgba(0, 121, 155, 0.85);
}

.card-hover-overlay.card-hover-overlay-klickimpuls .card-overlay-content {
  background-color: rgba(40, 169, 225, 0.85);
}

.card-hover-overlay.card-hover-overlay-datareporter .card-overlay-content {
  background-color: rgba(0, 153, 184, 0.85);
}

.card-hover-overlay.card-hover-overlay-lemontec .card-overlay-content {
  background-color: rgba(216, 223, 32, 0.85);
}

.card-hover-overlay:hover .card-overlay-content {
  opacity: 1;
}

.pagination {
  margin-bottom: 0;
}

.list-group-flush .list-group-item:first-child {
  border-top: 0;
}

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

.list-group-flush.border-top-bottom .list-group-item:first-child {
  border-top: 1px solid #cad0d7;
}

.list-group-flush.border-top-bottom .list-group-item:last-child {
  border-bottom: 1px solid #cad0d7;
}

.list-group-flush.list-group-filter .list-group-item.show {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.list-group-flush.list-group-filter .list-group-item.show:first-child {
  border-top: 1px solid #cad0d7;
}

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

.list-group-item-action {
  text-decoration: none;
}

@media screen and (min-width: 992px) {

  .modal-body {
    padding-left: 2.8125rem;
    padding-right: 2.8125rem;
  }
}

.carousel {
  z-index: 0;
}

.carousel-item {
  display: block;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item:not(.carousel-item-left):not(.carousel-item-right) {
  -webkit-transition: none;
  transition: none;
}

.carousel-item:not(.carousel-item-left):not(.carousel-item-right).active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.carousel-item-left,
.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.carousel-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 15px;
  padding: 0;
  text-align: left;
}

.carousel-caption > *:first-child {
  margin-top: auto;
}

.navigation-button-disabled {
  display: none;
}

@media screen and (max-width: 767.98px) {
  .swiper-container .carousel-caption {
    position: relative;
    margin: -10px 0 0;
  }
}

.swiper-container .carousel-caption-content {
  padding: 0.9375rem;
  color: #181d32;
  background-color: #fff;
  overflow: hidden;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container .carousel-caption-content .h2 {
  margin-bottom: 0.9375rem;
}

.swiper-container .carousel-caption-content .link-list:last-child:not(:only-child) {
  margin-top: 0;
}

@media print, screen and (min-width: 768px) {
  .swiper-container .carousel-caption-content {
    width: 300px;
    height: 300px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .swiper-container .carousel-caption-content .title {
    margin-bottom: auto;
  }
}

.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  display: block;
  margin: 2px 0;
  padding: 4px;
  width: 14rem;
}

@media (min-width: 576px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 768px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

@media (min-width: 992px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}

.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cad0d7;
  border-bottom-color: #cad0d7;
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #181d32;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cad0d7;
  border-top-color: #cad0d7;
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #181d32;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.float-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.float-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.wider {
  width: 16rem;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 0.875rem;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0.25rem;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #cad0d7;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #edf0f3;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #cad0d7;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #edf0f3;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #cad0d7;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #007a9b;
  border-top-color: #cad0d7;
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #007a9b;
  color: #fff;
  text-shadow: none;
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #cad0d7;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0.25rem;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #edf0f3;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #007a9b;
  color: #fff;
  text-shadow: none;
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #cad0d7;
}

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #cad0d7;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group [data-toggle="datetimepicker"] {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget {
  font-size: 0.875rem;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: auto !important;
}

.input-group [data-toggle="datetimepicker"] {
  cursor: pointer;
}

.icon {
  background-position: center !important;
  background-size: 1.125rem !important;
  background-repeat: no-repeat !important;
}

.icon-clock {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cg style='vector-effect: non-scaling-stroke;' fill='none' stroke='%23181d32' stroke-width='1px'%3E%3Ccircle cx='8' cy='8' r='7.5'/%3E%3Cpath d='M7.67 4.41V8l3.92 3.59'/%3E%3C/g%3E%3C/svg%3E") !important;
}

.icon-calendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath style='vector-effect: non-scaling-stroke;' fill='none' stroke='%23181d32' stroke-width='1px' d='M2.815 1.667H.5v14h15v-14h-2.422M5 3.167H3V.5h2zm8 0h-2V.5h2zm-8-1.5h6M1 5h14M3.333 6.333V14M8 6.333V14m4-7.667V14M2 7.667h11.667M2 10.333h11.667M2 13h11.667'/%3E%3C/svg%3E") !important;
}

.icon-arrow-up {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath style='vector-effect: non-scaling-stroke;' fill='none' stroke='%23181d32' stroke-width='1px' d='M2 10l6 -6l6 6'/%3E%3C/svg%3E") !important;
}

.icon-arrow-down {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath style='vector-effect: non-scaling-stroke;' fill='none' stroke='%23181d32' stroke-width='1px' d='M2 6l6 6l6 -6'/%3E%3C/svg%3E") !important;
}

.icon-chevron-left {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath style='vector-effect: non-scaling-stroke;' fill='none' stroke='%23181d32' stroke-width='1px' d='M10 2l-6 6l6 6'/%3E%3C/svg%3E") !important;
}

.icon-chevron-right {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath style='vector-effect: non-scaling-stroke;' fill='none' stroke='%23181d32' stroke-width='1px' d='M6 2l6 6l-6 6'/%3E%3C/svg%3E") !important;
}

.icon-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath style='vector-effect: non-scaling-stroke;' fill='none' stroke='%23181d32' stroke-width='1px' d='M14.5,1.75,6.76,11.27,3.67,8.2m9-.77V14.5H1.5V3.44H9.24'/%3E%3C/svg%3E") !important;
}

.icon-trash {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath style='vector-effect: non-scaling-stroke;' fill='none' stroke='%23181d32' stroke-width='1px' d='M2.59,2.46H12.77v13H2.59ZM5.14.5h5.09v2H5.14ZM1,2.46H15M5.14,4.74v7.83M7.68,4.74v7.83m2.55-7.83v7.83'/%3E%3C/svg%3E") !important;
}

.icon-times {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath style='vector-effect: non-scaling-stroke;' fill='none' stroke='%23181d32' stroke-width='1px' d='M2 2l12 12M2 14l12 -12'/%3E%3C/svg%3E") !important;
}

/**
 * Swiper 5.3.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: April 24, 2020
 */
@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-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 */

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}


.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}


.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}


.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}


.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container {
  z-index: 0;
}

.swiper-container .carousel-control-prev,
.swiper-container .carousel-control-next {
  z-index: 1;
}

.swiper-slide {
  height: auto;
}

.swiper-container-1 .swiper-slide {
  max-width: calc(100% - 30px);
}

.swiper-scrollbar {
  background: rgba(24, 29, 50, 0.15);
}

.swiper-scrollbar-drag {
  background: #181d32;
}

.swiper-container-1[data-space-between="30"] .swiper-slide {
  max-width: calc(100% - 30px);
}

@media print, screen and (min-width: 576px) {
  .swiper-container-1[data-space-between="30"] .swiper-slide, .swiper-container-sm-1[data-space-between="30"] .swiper-slide {
    max-width: 510px;
  }
   .swiper-container-sm-2[data-space-between="30"] .swiper-slide {
    max-width: 240px;
  }
   .swiper-container-sm-3[data-space-between="30"] .swiper-slide {
    max-width: 150px;
  }
   .swiper-container-sm-4[data-space-between="30"] .swiper-slide {
    max-width: 105px;
  }
}

@media print, screen and (min-width: 768px) {
  .swiper-container-1[data-space-between="30"] .swiper-slide, .swiper-container-sm-1[data-space-between="30"] .swiper-slide, .swiper-container-md-1[data-space-between="30"] .swiper-slide {
    max-width: 690px;
  }
   .swiper-container-sm-2[data-space-between="30"] .swiper-slide, .swiper-container-md-2[data-space-between="30"] .swiper-slide {
    max-width: 330px;
  }
   .swiper-container-sm-3[data-space-between="30"] .swiper-slide, .swiper-container-md-3[data-space-between="30"] .swiper-slide {
    max-width: 210px;
  }
   .swiper-container-sm-4[data-space-between="30"] .swiper-slide, .swiper-container-md-4[data-space-between="30"] .swiper-slide {
    max-width: 150px;
  }
}

@media screen and (min-width: 992px) {
  .swiper-container-1[data-space-between="30"] .swiper-slide, .swiper-container-sm-1[data-space-between="30"] .swiper-slide, .swiper-container-md-1[data-space-between="30"] .swiper-slide, .swiper-container-lg-1[data-space-between="30"] .swiper-slide {
    max-width: 930px;
  }
   .swiper-container-sm-2[data-space-between="30"] .swiper-slide, .swiper-container-md-2[data-space-between="30"] .swiper-slide, .swiper-container-lg-2[data-space-between="30"] .swiper-slide {
    max-width: 450px;
  }
   .swiper-container-sm-3[data-space-between="30"] .swiper-slide, .swiper-container-md-3[data-space-between="30"] .swiper-slide, .swiper-container-lg-3[data-space-between="30"] .swiper-slide {
    max-width: 290px;
  }
   .swiper-container-sm-4[data-space-between="30"] .swiper-slide, .swiper-container-md-4[data-space-between="30"] .swiper-slide, .swiper-container-lg-4[data-space-between="30"] .swiper-slide {
    max-width: 210px;
  }
}

@media screen and (min-width: 1340px) {
  .swiper-container-1[data-space-between="30"] .swiper-slide, .swiper-container-sm-1[data-space-between="30"] .swiper-slide, .swiper-container-md-1[data-space-between="30"] .swiper-slide, .swiper-container-lg-1[data-space-between="30"] .swiper-slide, .swiper-container-xl-1[data-space-between="30"] .swiper-slide {
    max-width: 1110px;
  }
   .swiper-container-sm-2[data-space-between="30"] .swiper-slide, .swiper-container-md-2[data-space-between="30"] .swiper-slide, .swiper-container-lg-2[data-space-between="30"] .swiper-slide, .swiper-container-xl-2[data-space-between="30"] .swiper-slide {
    max-width: 540px;
  }
   .swiper-container-sm-3[data-space-between="30"] .swiper-slide, .swiper-container-md-3[data-space-between="30"] .swiper-slide, .swiper-container-lg-3[data-space-between="30"] .swiper-slide, .swiper-container-xl-3[data-space-between="30"] .swiper-slide {
    max-width: 350px;
  }
   .swiper-container-sm-4[data-space-between="30"] .swiper-slide, .swiper-container-md-4[data-space-between="30"] .swiper-slide, .swiper-container-lg-4[data-space-between="30"] .swiper-slide, .swiper-container-xl-4[data-space-between="30"] .swiper-slide {
    max-width: 255px;
  }
}

.swiper-container-1[data-space-between="2"] .swiper-slide {
  max-width: calc(100% - 30px);
}

@media print, screen and (min-width: 576px) {
  .swiper-container-1[data-space-between="2"] .swiper-slide, .swiper-container-sm-1[data-space-between="2"] .swiper-slide {
    max-width: 510px;
  }
   .swiper-container-sm-2[data-space-between="2"] .swiper-slide {
    max-width: 254px;
  }
   .swiper-container-sm-3[data-space-between="2"] .swiper-slide {
    max-width: 168.66667px;
  }
   .swiper-container-sm-4[data-space-between="2"] .swiper-slide {
    max-width: 126px;
  }
}

@media print, screen and (min-width: 768px) {
  .swiper-container-1[data-space-between="2"] .swiper-slide, .swiper-container-sm-1[data-space-between="2"] .swiper-slide, .swiper-container-md-1[data-space-between="2"] .swiper-slide {
    max-width: 690px;
  }
   .swiper-container-sm-2[data-space-between="2"] .swiper-slide, .swiper-container-md-2[data-space-between="2"] .swiper-slide {
    max-width: 344px;
  }
   .swiper-container-sm-3[data-space-between="2"] .swiper-slide, .swiper-container-md-3[data-space-between="2"] .swiper-slide {
    max-width: 228.66667px;
  }
   .swiper-container-sm-4[data-space-between="2"] .swiper-slide, .swiper-container-md-4[data-space-between="2"] .swiper-slide {
    max-width: 171px;
  }
}

@media screen and (min-width: 992px) {
  .swiper-container-1[data-space-between="2"] .swiper-slide, .swiper-container-sm-1[data-space-between="2"] .swiper-slide, .swiper-container-md-1[data-space-between="2"] .swiper-slide, .swiper-container-lg-1[data-space-between="2"] .swiper-slide {
    max-width: 930px;
  }
   .swiper-container-sm-2[data-space-between="2"] .swiper-slide, .swiper-container-md-2[data-space-between="2"] .swiper-slide, .swiper-container-lg-2[data-space-between="2"] .swiper-slide {
    max-width: 464px;
  }
   .swiper-container-sm-3[data-space-between="2"] .swiper-slide, .swiper-container-md-3[data-space-between="2"] .swiper-slide, .swiper-container-lg-3[data-space-between="2"] .swiper-slide {
    max-width: 308.66667px;
  }
   .swiper-container-sm-4[data-space-between="2"] .swiper-slide, .swiper-container-md-4[data-space-between="2"] .swiper-slide, .swiper-container-lg-4[data-space-between="2"] .swiper-slide {
    max-width: 231px;
  }
}

@media screen and (min-width: 1340px) {
  .swiper-container-1[data-space-between="2"] .swiper-slide, .swiper-container-sm-1[data-space-between="2"] .swiper-slide, .swiper-container-md-1[data-space-between="2"] .swiper-slide, .swiper-container-lg-1[data-space-between="2"] .swiper-slide, .swiper-container-xl-1[data-space-between="2"] .swiper-slide {
    max-width: 1110px;
  }
   .swiper-container-sm-2[data-space-between="2"] .swiper-slide, .swiper-container-md-2[data-space-between="2"] .swiper-slide, .swiper-container-lg-2[data-space-between="2"] .swiper-slide, .swiper-container-xl-2[data-space-between="2"] .swiper-slide {
    max-width: 554px;
  }
   .swiper-container-sm-3[data-space-between="2"] .swiper-slide, .swiper-container-md-3[data-space-between="2"] .swiper-slide, .swiper-container-lg-3[data-space-between="2"] .swiper-slide, .swiper-container-xl-3[data-space-between="2"] .swiper-slide {
    max-width: 368.66667px;
  }
   .swiper-container-sm-4[data-space-between="2"] .swiper-slide, .swiper-container-md-4[data-space-between="2"] .swiper-slide, .swiper-container-lg-4[data-space-between="2"] .swiper-slide, .swiper-container-xl-4[data-space-between="2"] .swiper-slide {
    max-width: 276px;
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  right: 0;
  bottom: 0;
  width: auto;
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: relative;
  left: 0;
  bottom: 0;
  width: calc(100% - 30px);
  margin: 0.9375rem auto 0;
}

@media print, screen and (min-width: 576px) {
  .swiper-container-horizontal > .swiper-scrollbar {
    max-width: 510px;
  }
}

@media print, screen and (min-width: 768px) {
  .swiper-container-horizontal > .swiper-scrollbar {
    max-width: 690px;
  }
}

@media screen and (min-width: 992px) {
  .swiper-container-horizontal > .swiper-scrollbar {
    max-width: 930px;
  }
}

@media screen and (min-width: 1340px) {
  .swiper-container-horizontal > .swiper-scrollbar {
    max-width: 1110px;
  }
}

.container-2cols .swiper-container-1[data-space-between="30"] .swiper-slide {
  max-width: calc(100% - 30px);
}

@media print, screen and (min-width: 576px) {
  .container-2cols .swiper-container-1[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-sm-1[data-space-between="30"] .swiper-slide {
    max-width: 510px;
  }
   .container-2cols .swiper-container-sm-2[data-space-between="30"] .swiper-slide {
    max-width: 240px;
  }
   .container-2cols .swiper-container-sm-3[data-space-between="30"] .swiper-slide {
    max-width: 150px;
  }
   .container-2cols .swiper-container-sm-4[data-space-between="30"] .swiper-slide {
    max-width: 105px;
  }
  .swiper-container-horizontal > .swiper-scrollbar {
    max-width: 510px;
  }
}

@media print, screen and (min-width: 768px) {
  .container-2cols .swiper-container-1[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-sm-1[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-md-1[data-space-between="30"] .swiper-slide {
    max-width: 690px;
  }
   .container-2cols .swiper-container-sm-2[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-md-2[data-space-between="30"] .swiper-slide {
    max-width: 330px;
  }
   .container-2cols .swiper-container-sm-3[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-md-3[data-space-between="30"] .swiper-slide {
    max-width: 210px;
  }
   .container-2cols .swiper-container-sm-4[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-md-4[data-space-between="30"] .swiper-slide {
    max-width: 150px;
  }
  .swiper-container-horizontal > .swiper-scrollbar {
    max-width: 690px;
  }
}

@media screen and (min-width: 992px) {
  .container-2cols .swiper-container-1[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-sm-1[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-md-1[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-lg-1[data-space-between="30"] .swiper-slide {
    max-width: 930px;
  }
   .container-2cols .swiper-container-sm-2[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-md-2[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-lg-2[data-space-between="30"] .swiper-slide {
    max-width: 450px;
  }
   .container-2cols .swiper-container-sm-3[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-md-3[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-lg-3[data-space-between="30"] .swiper-slide {
    max-width: 290px;
  }
   .container-2cols .swiper-container-sm-4[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-md-4[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-lg-4[data-space-between="30"] .swiper-slide {
    max-width: 210px;
  }
  .swiper-container-horizontal > .swiper-scrollbar {
    max-width: 930px;
  }
}

@media screen and (min-width: 1340px) {
  .container-2cols .swiper-container-1[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-sm-1[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-md-1[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-lg-1[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-xl-1[data-space-between="30"] .swiper-slide {
    max-width: 930px;
  }
   .container-2cols .swiper-container-sm-2[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-md-2[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-lg-2[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-xl-2[data-space-between="30"] .swiper-slide {
    max-width: 450px;
  }
   .container-2cols .swiper-container-sm-3[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-md-3[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-lg-3[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-xl-3[data-space-between="30"] .swiper-slide {
    max-width: 290px;
  }
   .container-2cols .swiper-container-sm-4[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-md-4[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-lg-4[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-xl-4[data-space-between="30"] .swiper-slide {
    max-width: 210px;
  }
  .swiper-container-horizontal > .swiper-scrollbar {
    max-width: 930px;
  }
}

@media screen and (min-width: 1550px) {
  .container-2cols .swiper-container-1[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-sm-1[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-md-1[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-lg-1[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-xl-1[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-xxl-1[data-space-between="30"] .swiper-slide {
    max-width: 1110px;
  }
   .container-2cols .swiper-container-sm-2[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-md-2[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-lg-2[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-xl-2[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-xxl-2[data-space-between="30"] .swiper-slide {
    max-width: 540px;
  }
   .container-2cols .swiper-container-sm-3[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-md-3[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-lg-3[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-xl-3[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-xxl-3[data-space-between="30"] .swiper-slide {
    max-width: 350px;
  }
   .container-2cols .swiper-container-sm-4[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-md-4[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-lg-4[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-xl-4[data-space-between="30"] .swiper-slide, .container-2cols .swiper-container-xxl-4[data-space-between="30"] .swiper-slide {
    max-width: 255px;
  }
  .swiper-container-horizontal > .swiper-scrollbar {
    max-width: 1110px;
  }
}

.container-2cols .swiper-container-1[data-space-between="2"] .swiper-slide {
  max-width: calc(100% - 30px);
}

@media print, screen and (min-width: 576px) {
  .container-2cols .swiper-container-1[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-sm-1[data-space-between="2"] .swiper-slide {
    max-width: 510px;
  }
   .container-2cols .swiper-container-sm-2[data-space-between="2"] .swiper-slide {
    max-width: 254px;
  }
   .container-2cols .swiper-container-sm-3[data-space-between="2"] .swiper-slide {
    max-width: 168.66667px;
  }
   .container-2cols .swiper-container-sm-4[data-space-between="2"] .swiper-slide {
    max-width: 126px;
  }
  .swiper-container-horizontal > .swiper-scrollbar {
    max-width: 510px;
  }
}

@media print, screen and (min-width: 768px) {
  .container-2cols .swiper-container-1[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-sm-1[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-md-1[data-space-between="2"] .swiper-slide {
    max-width: 690px;
  }
   .container-2cols .swiper-container-sm-2[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-md-2[data-space-between="2"] .swiper-slide {
    max-width: 344px;
  }
   .container-2cols .swiper-container-sm-3[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-md-3[data-space-between="2"] .swiper-slide {
    max-width: 228.66667px;
  }
   .container-2cols .swiper-container-sm-4[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-md-4[data-space-between="2"] .swiper-slide {
    max-width: 171px;
  }
  .swiper-container-horizontal > .swiper-scrollbar {
    max-width: 690px;
  }
}

@media screen and (min-width: 992px) {
  .container-2cols .swiper-container-1[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-sm-1[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-md-1[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-lg-1[data-space-between="2"] .swiper-slide {
    max-width: 930px;
  }
   .container-2cols .swiper-container-sm-2[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-md-2[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-lg-2[data-space-between="2"] .swiper-slide {
    max-width: 464px;
  }
   .container-2cols .swiper-container-sm-3[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-md-3[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-lg-3[data-space-between="2"] .swiper-slide {
    max-width: 308.66667px;
  }
   .container-2cols .swiper-container-sm-4[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-md-4[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-lg-4[data-space-between="2"] .swiper-slide {
    max-width: 231px;
  }
  .swiper-container-horizontal > .swiper-scrollbar {
    max-width: 930px;
  }
}

@media screen and (min-width: 1340px) {
  .container-2cols .swiper-container-1[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-sm-1[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-md-1[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-lg-1[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-xl-1[data-space-between="2"] .swiper-slide {
    max-width: 930px;
  }
   .container-2cols .swiper-container-sm-2[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-md-2[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-lg-2[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-xl-2[data-space-between="2"] .swiper-slide {
    max-width: 464px;
  }
   .container-2cols .swiper-container-sm-3[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-md-3[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-lg-3[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-xl-3[data-space-between="2"] .swiper-slide {
    max-width: 308.66667px;
  }
   .container-2cols .swiper-container-sm-4[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-md-4[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-lg-4[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-xl-4[data-space-between="2"] .swiper-slide {
    max-width: 231px;
  }
  .swiper-container-horizontal > .swiper-scrollbar {
    max-width: 930px;
  }
}

@media screen and (min-width: 1550px) {
  .container-2cols .swiper-container-1[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-sm-1[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-md-1[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-lg-1[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-xl-1[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-xxl-1[data-space-between="2"] .swiper-slide {
    max-width: 1110px;
  }
   .container-2cols .swiper-container-sm-2[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-md-2[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-lg-2[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-xl-2[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-xxl-2[data-space-between="2"] .swiper-slide {
    max-width: 554px;
  }
   .container-2cols .swiper-container-sm-3[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-md-3[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-lg-3[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-xl-3[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-xxl-3[data-space-between="2"] .swiper-slide {
    max-width: 368.66667px;
  }
   .container-2cols .swiper-container-sm-4[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-md-4[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-lg-4[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-xl-4[data-space-between="2"] .swiper-slide, .container-2cols .swiper-container-xxl-4[data-space-between="2"] .swiper-slide {
    max-width: 276px;
  }
  .swiper-container-horizontal > .swiper-scrollbar {
    max-width: 1110px;
  }
}

symbol * {
  stroke-width: 1px;
  vector-effect: non-scaling-stroke;
}

svg.icon,
symbol {
  overflow: visible;
}

.icon {
  display: inline-block;
  width: 2ex;
  height: 2ex;
  position: relative;
  top: -0.2ex;
}

.icon-sm {
  width: 1.2rem;
  height: 1.2rem;
}

.icon-md {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-lg {
  width: 2rem;
  height: 2rem;
}

.media-cover {
  overflow: hidden;
}

.media-cover > img,
.media-cover > figure > img,
.media-cover > picture > img,
.media-cover > video {
  position: relative;
  display: block;
  top: 0;
  width: auto;
  height: 100%;
}

.media-cover > img[data-parent-fit], .media-cover > img.lazysizes-display-clone,
.media-cover > figure > img[data-parent-fit],
.media-cover > figure > img.lazysizes-display-clone,
.media-cover > picture > img[data-parent-fit],
.media-cover > picture > img.lazysizes-display-clone,
.media-cover > video[data-parent-fit],
.media-cover > video.lazysizes-display-clone {
  left: 0;
  width: 100%;
  font-family: "object-fit: cover";
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .media-cover > img[data-parent-fit], .media-cover > img.lazysizes-display-clone,
  .media-cover > figure > img[data-parent-fit],
  .media-cover > figure > img.lazysizes-display-clone,
  .media-cover > picture > img[data-parent-fit],
  .media-cover > picture > img.lazysizes-display-clone,
  .media-cover > video[data-parent-fit],
  .media-cover > video.lazysizes-display-clone {
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.media-cover > img:not([data-parent-fit]):not(.lazysizes-display-clone),
.media-cover > figure > img:not([data-parent-fit]):not(.lazysizes-display-clone),
.media-cover > picture > img:not([data-parent-fit]):not(.lazysizes-display-clone),
.media-cover > video:not([data-parent-fit]):not(.lazysizes-display-clone) {
  left: 50%;
  min-width: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .media-cover > img:not([data-parent-fit]):not(.lazysizes-display-clone),
  .media-cover > figure > img:not([data-parent-fit]):not(.lazysizes-display-clone),
  .media-cover > picture > img:not([data-parent-fit]):not(.lazysizes-display-clone),
  .media-cover > video:not([data-parent-fit]):not(.lazysizes-display-clone) {
    left: 0;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.media-cover > .figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
}

.media-cover > .figure > img {
  width: 100%;
  min-height: 1px;
}

a.grayscale > img,
a.grayscale > svg {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.grayscale:hover > img,
a.grayscale:hover > svg {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

a.link-reset, a.card-img-top, .sujet-steps a {
  color: inherit;
  text-decoration: none;
}

a.link-reset:hover, a.card-img-top:hover, .sujet-steps a:hover {
  text-decoration: none;
}

.link-list {
  display: block;
  margin-bottom: -0.46875rem;
  margin-left: -0.6975rem;
  margin-right: -0.6975rem;
  letter-spacing: -0.31em;
}

.link-list > * {
  margin-bottom: 0.46875rem;
  display: inline-block;
  margin-left: 0.6975rem;
  margin-right: 0.6975rem;
  vertical-align: middle;
  letter-spacing: normal;
}

.link-list:last-child:not(:only-child) {
  margin-top: 1.875rem;
}

.text-white a {
  color: inherit;
}

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

.list-styled > li {
  padding-left: 1.25em;
  margin-bottom: 0.9375rem;
  position: relative;
}

.list-styled > li::before {
  position: absolute;
  width: .6em;
  height: .6em;
  content: '';
  background-color: currentColor;
  left: 0;
  top: .4em;
}

.bricks {
  margin-left: -15px;
  margin-right: -15px;
}

.bricks::before, .bricks::after {
  content: '';
  display: block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  clear: both;
}

.brick {
  padding-left: 15px;
  padding-right: 15px;
}

.brick:not(:first-child) {
  margin-top: 1.875rem;
}

.brick:not(:last-child) {
  margin-bottom: 1.875rem;
}

@media print, screen and (min-width: 768px) {

  .bricks-2-md {
    display: block;
  }

  .bricks-2-md::before,
  .bricks-2-md::after {
    width: auto;
  }
  .bricks-2-md > .brick {
    width: 41.66667%;
  }
  .bricks-2-md > .brick:not(:first-child) {
    margin-top: 5.625rem;
  }
  .bricks-2-md > .brick:not(:last-child) {
    margin-bottom: 5.625rem;
  }
  .bricks-2-md > .brick:nth-child(2n+1) {
    float: left;
    clear: left;
  }
  .bricks-2-md > .brick:nth-child(2n) {
    float: right;
    clear: right;
  }
}

.feature {
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.feature-content {
  padding: 60px 30px;
}

.feature-center .feature-content {
  padding: 15px !important;
  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;
}

@media print, screen and (min-width: 768px) {
  .feature {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
  }
  .feature:before {
    content: '';
    display: block;
    width: 0;
    padding-top: 100%;
  }
  .feature .feature-content {
    padding-top: 100px;
  }
}

a.feature {
  display: block;
  text-decoration: none;
}

.sujet {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto 1fr;
  grid-template-rows: auto 1fr;
}

.sujet-fill {
  position: relative;
  height: calc(100vh - 4.26719rem);
  height: calc(var(--vh, 1vh) * 100 - 4.26719rem);
  min-height: calc(512px - 4.26719rem);
}

@media screen and (min-width: 1340px) {
  .sujet-fill {
    height: calc(100vh - 6.14219rem);
    height: calc(var(--vh, 1vh) * 100 - 6.14219rem);
    min-height: calc(512px - 6.14219rem);
  }
}

a.sujet-link {
  text-decoration: none;
}

a.sujet-link:hover {
  text-decoration: none;
}

a.sujet-link.bg-dark:hover, a.sujet-link.bg-dark:focus {
  background-color: #181d32 !important;
}

.header-transparent + main .sujet-fill {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

@-webkit-keyframes scroll-arrow {
  0% {
    bottom: 1.875rem;
  }
  100% {
    bottom: 0;
  }
}

@keyframes scroll-arrow {
  0% {
    bottom: 1.875rem;
  }
  100% {
    bottom: 0;
  }
}

.sujet-scroll {
  position: absolute;
  margin-bottom: -15px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-animation: scroll-arrow 1.5s infinite;
          animation: scroll-arrow 1.5s infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.sujet-scroll .icon {
  width: 33px;
  height: 33px;
}

@media print, screen and (max-width: 991.98px) {
  .sujet-scroll {
    display: none;
  }
}

.sujet-media {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2 / span 1;
  position: relative;
}

.sujet-caption {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / span 1;
  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;
}

.sujet-center .sujet-caption {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 768px) {
  .sujet-overlay .sujet-caption h1, .sujet-overlay .sujet-caption .h1 {
    width: 75%;
  }
}

@media screen and (min-width: 992px) {
  .sujet-overlay .sujet-caption h1, .sujet-overlay .sujet-caption .h1 {
    width: 60%;
  }
}

.sujet-animation {
  width: 100%;
  max-width: 650px;
  margin-left: auto;
  aspect-ratio: 1;
}

.sujet-small .sujet-animation {
  max-width: 400px;
}

.sujet-steps a {
  position: relative;
  font-style: italic;
  font-weight: 400;
}

.sujet-overlay {
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
}

.sujet-overlay .sujet-media {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / span 1;
}

.sujet-center .sujet-caption {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 992px) {
  .sujet-lg-aside {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .sujet-lg-aside .sujet-media {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1 / span 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2 / span 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sujet-lg-center .sujet-caption {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.navbar-toggler {
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.navbar-toggler-line {
  fill: none;
  stroke: black;
  stroke-width: 2.5;
  -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1), stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.navbar-toggler-line-1, .navbar-toggler-line-3 {
  stroke-dasharray: 60 207;
}

.navbar-toggler-line-2 {
  stroke-dasharray: 30 60;
  stroke-dashoffset: -30;
}

.show .navbar-toggler-line-1, .show .navbar-toggler-line-3 {
  stroke-dasharray: 90 207;
  stroke-dashoffset: -134;
}

.show .navbar-toggler-line-2 {
  stroke-dasharray: 1 60;
  stroke-dashoffset: -30;
}

.navbar-open-dropdown header.navbar-backdrop ~ main::before,
.navbar-open-dropdown header.navbar-backdrop ~ footer::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 999;
}

@media print, screen and (min-width: 576px) {
  .navbar-open-dropdown header.navbar-backdrop-sm ~ main::before,
  .navbar-open-dropdown header.navbar-backdrop-sm ~ footer::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 999;
  }
}

@media print, screen and (min-width: 768px) {
  .navbar-open-dropdown header.navbar-backdrop-md ~ main::before,
  .navbar-open-dropdown header.navbar-backdrop-md ~ footer::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 999;
  }
}

@media screen and (min-width: 992px) {
  .navbar-open-dropdown header.navbar-backdrop-lg ~ main::before,
  .navbar-open-dropdown header.navbar-backdrop-lg ~ footer::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 999;
  }
}

@media screen and (min-width: 1340px) {
  .navbar-open-dropdown header.navbar-backdrop-xl ~ main::before,
  .navbar-open-dropdown header.navbar-backdrop-xl ~ footer::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 999;
  }
}

.rollout {
  border-top: 1px solid #cad0d7;
  border-bottom: 1px solid #cad0d7;
}

.rollout + .rollout {
  margin-top: -1px;
}

.rollout-trigger {
  margin-bottom: 0;
  position: relative;
  padding-top: calc(1px + 1.76641rem);
  padding-bottom: calc(1px + 1.76641rem);
  padding-left: calc(2ex + 15px);
}

.rollout-trigger::before, .rollout-trigger::after {
  content: '';
  position: absolute;
  left: 1ex;
  top: calc(1.76641rem + 0.625em);
  width: 2ex;
  height: 1px;
  background-color: currentColor;
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.rollout-trigger.collapsed::before {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

.rollout-trigger.collapsed::after {
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
          transform: translate(-50%, -50%) rotate(-180deg);
}

a.rollout-trigger {
  display: block;
  text-decoration: none;
}

a.rollout-trigger:hover {
  text-decoration: none;
}

.rollout-content {
  padding-left: calc(2ex + 15px);
}

.rollout-content > div {
  margin-bottom: calc(1px + 1.76641rem - 0.9375rem);
}

.rollout-content > div .list-group-flush.border-top-bottom {
  margin-bottom: calc((1px + 1.76641rem - 0.9375rem) * -1);
}

.coltabs .coltabs-trigger {
  display: block;
  padding: 0.46875rem 1rem;
}

.coltabs .coltabs-trigger:hover, .coltabs .coltabs-trigger:focus {
  text-decoration: none;
}

.coltabs .coltabs-trigger.disabled {
  color: #cad0d7;
  pointer-events: none;
  background-color: transparent;
  cursor: default;
}

.coltabs .coltabs-trigger:not(.collapsed) {
  color: #fff;
  background-color: #007a9b;
}

.gallery-item {
  display: block;
  position: relative;
}

.gallery-item::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 122, 155, 0.8);
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.gallery-item::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg style='vector-effect: non-scaling-stroke;' fill='none' stroke='%23fff' stroke-width='1px'%3E%3Cpath d='M23.5 11.5v25m13-13h-25'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, -webkit-transform .3s ease-out;
  transition: transform .3s ease-out, opacity .3s ease-out;
  transition: transform .3s ease-out, opacity .3s ease-out, -webkit-transform .3s ease-out;
}

.gallery-item:hover::before, .gallery-item:focus::before {
  opacity: 1;
}

.gallery-item:hover::after, .gallery-item:focus::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}

.map {
  min-height: 400px;
}

.map-static > * {
  pointer-events: none;
}

.history {
  position: relative;
  background-image: repeating-linear-gradient(180deg, #007a9b 0, #007a9b 3px, transparent 3px, transparent 5px);
  background-position: 34px 50px;
  background-size: 2px calc(100% - 100px);
  background-repeat: no-repeat;
  z-index: 0;
}

.history::before, .history::after {
  content: '';
  display: block;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.history::before {
  content: '';
  position: relative;
  left: 35px;
  width: 40px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  background-image: url(../assets/img/history.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

@supports (position: sticky) {
  .history::before {
    position: sticky;
    top: 33.33333%;
  }
}

.history section .row {
  margin-left: 40px;
}

.history section .col-md-6 {
  position: static;
}

.history section .col-md-6 > .h1::before, .history section .col-md-6 > .h2::before, .history section .col-md-6 > .h3::before, .history section .col-md-6 > .h4::before, .history section .col-md-6 > .h5::before, .history section .col-md-6 > .rollout-trigger::before, .history section .col-md-6 > .title::before, .history section .col-md-6 > .feature-title::before {
  content: '';
  display: block;
  position: absolute;
  left: 35px;
  margin-top: 0.625em;
  width: .5em;
  height: .5em;
  background-color: #edf0f3;
  border: 2px solid #007a9b;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -2;
}

@media print, screen and (min-width: 768px) {
  .history {
    background-position: center 50px;
  }
  .history::before {
    left: 50%;
  }
  .history section .row {
    margin-left: -15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .history section .col-md-6 {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .history section .col-md-6 > .h1::before, .history section .col-md-6 > .h2::before, .history section .col-md-6 > .h3::before, .history section .col-md-6 > .h4::before, .history section .col-md-6 > .h5::before, .history section .col-md-6 > .rollout-trigger::before, .history section .col-md-6 > .title::before, .history section .col-md-6 > .feature-title::before {
    left: 50%;
  }
}

#cursor {
  position: fixed;
  left: 0;
  top: 0;
  -webkit-transform: translate(50vw, 50vh);
          transform: translate(50vw, 50vh);
  opacity: 0;
  z-index: 99999;
  pointer-events: none;
  will-change: transform, opacity;
  -webkit-transition: opacity .2s ease-out;
  transition: opacity .2s ease-out;
}

#cursor::before {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  margin-left: -40px;
  margin-top: -40px;
  border: 1px solid #007a9b;
  -webkit-transform: scale(0);
          transform: scale(0);
  will-change: transform;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

#cursor::after {
  display: block;
  content: '';
  position: absolute;
  left: -16px;
  top: -16px;
  width: 32px;
  height: 32px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
  transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
  transition: transform .2s ease-out, opacity .2s ease-out;
  transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
}

#cursor.cursor-visible {
  opacity: 1;
}

#cursor.cursor-visible::before {
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

#cursor.cursor-drag::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath style='vector-effect: non-scaling-stroke;' fill='none' stroke='%23007a9b' stroke-width='1px' d='M7.5 10l-6 6 6 6m17 0l6-6-6-6m5.485 6H1.727'/%3E%3C/svg%3E");
}

#cursor.cursor-drag::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#cursor.cursor-drag::after {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

@-webkit-keyframes in-view {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes in-view {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

[data-in-view].in-view {
  -webkit-animation: in-view 0.5s ease-out;
          animation: in-view 0.5s ease-out;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.newsletter .newsletter-input {
  max-width: 600px;
  margin: 0 auto;
}

@-webkit-keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 20px transparent;
            box-shadow: 0 0 0 20px transparent;
  }
}

@keyframes pulse {
  to {
    -webkit-box-shadow: 0 0 0 20px transparent;
            box-shadow: 0 0 0 20px transparent;
  }
}

.contact-toggle {
  position: absolute;
  left: 50%;
  width: 56px;
  height: 56px;
  color: #fff;
  padding-top: 28px;
  background-color: #ff5a40;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-animation: pulse 3s cubic-bezier(0.66, 0, 0, 1) infinite;
          animation: pulse 3s cubic-bezier(0.66, 0, 0, 1) infinite;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.contact-toggle .icon {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.contact-toggle:hover {
  background-color: #fff;
}

.tagged {
  height: 24px;
  margin-right: -5px;
}

.tagged.tag-datareporter {
  background-image: -webkit-gradient(linear, left top, right top, from(#0099B8), to(#0099B8));
  background-image: linear-gradient(to right, #0099B8, #0099B8);
  background-size: 24px 24px;
  background-position: 0 top;
  background-repeat: no-repeat;
  padding-left: 29px;
}

.tagged.tag-cyberhouse::before, .tagged.tag-klickimpuls::before, .tagged.tag-economix::after, .tagged.tag-lemontec::after {
  content: '';
  display: inline-block;
  width: 29px;
  height: 24px;
  background-size: 24px 24px;
  background-position: 0 top, 29px top;
  background-repeat: no-repeat;
}

.tagged.tag-cyberhouse::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#00799b), to(#00799b));
  background-image: linear-gradient(to right, #00799b, #00799b);
}

.tagged.tag-klickimpuls::before {
  background-image: -webkit-gradient(linear, left top, right top, from(#28A9E1), to(#28A9E1));
  background-image: linear-gradient(to right, #28A9E1, #28A9E1);
}

.tagged.tag-cyberhouse.tag-klickimpuls::before {
  width: 58px;
  background-image: -webkit-gradient(linear, left top, right top, from(#00799b), to(#00799b)), -webkit-gradient(linear, left top, right top, from(#28A9E1), to(#28A9E1));
  background-image: linear-gradient(to right, #00799b, #00799b), linear-gradient(to right, #28A9E1, #28A9E1);
}

.tagged.tag-economix::after {
  background-image: -webkit-gradient(linear, left top, right top, from(#B0CB04), to(#B0CB04));
  background-image: linear-gradient(to right, #B0CB04, #B0CB04);
}

.tagged.tag-lemontec::after {
  background-image: -webkit-gradient(linear, left top, right top, from(#D8DF20), to(#D8DF20));
  background-image: linear-gradient(to right, #D8DF20, #D8DF20);
}

.tagged.tag-economix.tag-lemontec::after {
  width: 58px;
  background-image: -webkit-gradient(linear, left top, right top, from(#B0CB04), to(#B0CB04)), -webkit-gradient(linear, left top, right top, from(#D8DF20), to(#D8DF20));
  background-image: linear-gradient(to right, #B0CB04, #B0CB04), linear-gradient(to right, #D8DF20, #D8DF20);
}

.card .tagged {
  position: absolute;
  top: -12px;
  right: 12px;
  z-index: 1;
}

.blockquote p {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 1.625rem;
}

.blockquote p:before, .blockquote p:after {
  display: block;
  content: '';
  position: absolute;
  width: 72px;
  height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='48'%3E%3Cpath d='M0 0h32v32H16L0 48z' fill='currentColor'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
}

.blockquote p:before {
  top: 0;
}

.blockquote p:after {
  right: 0;
  bottom: 0;
}

@media print, screen and (min-width: 576px) {
  .blockquote footer {
    margin-top: -60px;
  }
}

.box {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0.9375rem;
  height: 100%;
}

.box > * {
  max-width: 100%;
}

@media screen and (min-width: 576px) and (max-width: 767.98px) {
  .box {
    padding: 1.875rem;
  }
}

@media print, screen and (min-width: 768px) {
  .box {
    padding: 3.75rem;
  }
}

@media print, screen and (max-width: 1339.98px) {
  .container-2cols .sidebar {
    margin-bottom: 1.875rem;
    background-color: #fff;
    padding: 30px;
  }
}

@media screen and (min-width: 1340px) {
  .container-2cols > section {
    margin-right: 320px;
  }
  .container-2cols > section > .container {
    max-width: 960px;
  }
  .container-2cols .sidebar-container {
    width: 320px;
    top: -6.14219rem;
    bottom: 0;
    right: 0;
    position: absolute;
  }
  .container-2cols .sidebar {
    position: relative;
    top: 6.14219rem;
    max-height: calc(100vh - 6.14219rem);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 30px;
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.5) #edf0f3;
    -ms-scrollbar-face-color: #77787a;
    -ms-scrollbar-track-color: #edf0f3;
    -ms-scrollbar-arrow-color: #77787a;
    -ms-scrollbar-3dlight-color: #77787a;
    -ms-scrollbar-highlight-color: #77787a;
    -ms-scrollbar-shadow-color: #77787a;
    -ms-scrollbar-darkshadow-color: #77787a;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .container-2cols .sidebar::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background-color: #edf0f3;
  }
  .container-2cols .sidebar::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
    border-radius: 2px;
  }
  @supports (position: sticky) {
    .container-2cols .sidebar {
      position: sticky;
    }
  }
}

@media (min-width: 1550px) {
  .container-2cols > section {
    margin-right: 380px;
  }
  .container-2cols > section > .container {
    max-width: 1140px;
  }
  .container-2cols .sidebar-container {
    width: 380px;
  }
}

.filter-item {
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.filter-item.show {
  opacity: 1;
}

.filter-item[data-is-shown] ~ [data-no-results],
.filter-item:not(.d-none) ~ [data-no-results] {
  display: none;
}

.ripple {
  background-position: center;
  -webkit-transition: background .5s;
  transition: background .5s;
}

.ripple:hover {
  background: #ff5a40 radial-gradient(circle, transparent 1%, #ff5a40 1%) center/15000%;
}

.ripple:active {
  background-color: #ffc8c0;
  background-size: 100%;
  -webkit-transition: background 0s;
  transition: background 0s;
}

.info-widget {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 100%;
}

@media print, screen and (min-width: 576px) {
  .info-widget {
    bottom: 15px;
    right: 15px;
  }
}

.info-widget-content,
.info-widget-trigger {
  position: absolute;
  right: 0;
}

@-webkit-keyframes animation-open {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
}

@keyframes animation-open {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right;
  }
}

.info-widget-content {
  bottom: 50px;
  -webkit-transform: scale(0);
          transform: scale(0);
  max-width: 300px;
  width: calc(100% - 30px);
  background-color: #ff5a40;
  padding: 30px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 40px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 40px;
}

.info-widget-content.open {
  -webkit-animation: animation-open .3s ease;
          animation: animation-open .3s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.info-widget-trigger {
  bottom: 0;
  padding: 6.5px 0.75rem;
  white-space: nowrap;
  background-color: #ff5a40;
  border: none;
  outline: none;
  -webkit-transition: all .5s;
  transition: all .5s;
  font-size: 0.875rem;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 575.98px) {
  .info-widget-trigger {
    width: 100%;
  }
}

.info-widget-trigger:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px;
          box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px;
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.info-widget-trigger:hover, .info-widget-trigger:focus {
  outline: none;
}

.info-widget-close {
  float: none;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 2.375rem;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

.info-widget-close:hover, .info-widget-close:focus {
  outline: none;
}

.theme-group .text-theme-yiq {
  color: #fff;
}

.theme-group .text-theme-yiq * {
  color: #fff;
}

.theme-group .blockquote p:before, .theme-group .blockquote p:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='48'%3E%3Cpath d='M0 0h32v32H16L0 48z' fill='%23636A6F'/%3E%3C/svg%3E");
}

.theme-group .list-styled > li::before {
  color: #636A6F;
}

.theme-group .form-control:focus,
.theme-group .custom-select:focus {
  border-color: #636A6F;
}

.theme-group .custom-file-input:focus + .custom-file-label {
  border-color: #636A6F;
}

.theme-economix .text-theme-yiq {
  color: #181d32;
}

.theme-economix .text-theme-yiq * {
  color: #181d32;
}

.theme-economix .blockquote p:before, .theme-economix .blockquote p:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='48'%3E%3Cpath d='M0 0h32v32H16L0 48z' fill='%23B0CB04'/%3E%3C/svg%3E");
}

.theme-economix .list-styled > li::before {
  color: #B0CB04;
}

.theme-economix .form-control:focus,
.theme-economix .custom-select:focus {
  border-color: #B0CB04;
}

.theme-economix .custom-file-input:focus + .custom-file-label {
  border-color: #B0CB04;
}

.history-economix::before {
  background-color: #B0CB04;
  background-image: none;
}

.theme-cyberhouse .text-theme-yiq {
  color: #fff;
}

.theme-cyberhouse .text-theme-yiq * {
  color: #fff;
}

.theme-cyberhouse .blockquote p:before, .theme-cyberhouse .blockquote p:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='48'%3E%3Cpath d='M0 0h32v32H16L0 48z' fill='%2300799b'/%3E%3C/svg%3E");
}

.theme-cyberhouse .list-styled > li::before {
  color: #00799b;
}

.theme-cyberhouse .form-control:focus,
.theme-cyberhouse .custom-select:focus {
  border-color: #00799b;
}

.theme-cyberhouse .custom-file-input:focus + .custom-file-label {
  border-color: #00799b;
}

.history-cyberhouse::before {
  background-color: #00799b;
  background-image: none;
}

.theme-klickimpuls .text-theme-yiq {
  color: #fff;
}

.theme-klickimpuls .text-theme-yiq * {
  color: #fff;
}

.theme-klickimpuls .blockquote p:before, .theme-klickimpuls .blockquote p:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='48'%3E%3Cpath d='M0 0h32v32H16L0 48z' fill='%2328A9E1'/%3E%3C/svg%3E");
}

.theme-klickimpuls .list-styled > li::before {
  color: #28A9E1;
}

.theme-klickimpuls .form-control:focus,
.theme-klickimpuls .custom-select:focus {
  border-color: #28A9E1;
}

.theme-klickimpuls .custom-file-input:focus + .custom-file-label {
  border-color: #28A9E1;
}

.history-klickimpuls::before {
  background-color: #28A9E1;
  background-image: none;
}

.theme-datareporter .text-theme-yiq {
  color: #fff;
}

.theme-datareporter .text-theme-yiq * {
  color: #fff;
}

.theme-datareporter .blockquote p:before, .theme-datareporter .blockquote p:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='48'%3E%3Cpath d='M0 0h32v32H16L0 48z' fill='%230099B8'/%3E%3C/svg%3E");
}

.theme-datareporter .list-styled > li::before {
  color: #0099B8;
}

.theme-datareporter .form-control:focus,
.theme-datareporter .custom-select:focus {
  border-color: #0099B8;
}

.theme-datareporter .custom-file-input:focus + .custom-file-label {
  border-color: #0099B8;
}

.history-datareporter::before {
  background-color: #0099B8;
  background-image: none;
}

.theme-lemontec .text-theme-yiq {
  color: #181d32;
}

.theme-lemontec .text-theme-yiq * {
  color: #181d32;
}

.theme-lemontec .blockquote p:before, .theme-lemontec .blockquote p:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='48'%3E%3Cpath d='M0 0h32v32H16L0 48z' fill='%23D8DF20'/%3E%3C/svg%3E");
}

.theme-lemontec .list-styled > li::before {
  color: #D8DF20;
}

.theme-lemontec .form-control:focus,
.theme-lemontec .custom-select:focus {
  border-color: #D8DF20;
}

.theme-lemontec .custom-file-input:focus + .custom-file-label {
  border-color: #D8DF20;
}
