@charset "UTF-8";
/*
Theme Name: Bornemann AG
Theme URI: http://bornemann.net
Description: Legen... wait for it... Dary!
Author: endcore Medienagentur
Author URI: http://endcore.com
Version: 1.0-almighty
*/
/* 24px */
/* BEI XS auf 1rem oder 1.125rem hochgehen; prüfen wie BT das handhabt */
/*!
 * Bootstrap v5.0.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #fbc02d;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #ffffff;
  --bs-gray: #757575;
  --bs-gray-dark: #313131;
  --bs-primary: #00b0ff;
  --bs-secondary: #9e9e9e;
  --bs-success: #00c853;
  --bs-info: #00b0ff;
  --bs-warning: #ff9100;
  --bs-danger: #ff1744;
  --bs-light: #fafafa;
  --bs-dark: #313131;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

body {
  margin: 0;
  font-family: "CircularPro", "Helvetica Neue", "Arial", sans-sarif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  color: #757575;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1.5rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 3rem;
  font-weight: 500;
  line-height: 1.25;
  color: #00b0ff;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

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

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

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

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

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

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

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

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

ol,
ul {
  padding-left: 2rem;
}

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 87.5%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #00b0ff;
  text-decoration: none;
}
a:hover {
  color: #00b0ff;
  text-decoration: none;
}

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 87.5%;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 87.5%;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #212121;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #9e9e9e;
  text-align: left;
}

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

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

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

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.25;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

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

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.25;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.25;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.25;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.25;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

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

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

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

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

.blockquote {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
  font-size: 87.5%;
  color: #757575;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 87.5%;
  color: #757575;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}

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

.row-cols-auto > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.375rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.375rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.75rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.75rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1.5rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1.5rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 2.25rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 2.25rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 4.5rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 4.5rem;
}

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.375rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.375rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.75rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.75rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 2.25rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 2.25rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 4.5rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.375rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.375rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.75rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.75rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 2.25rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 2.25rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 4.5rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.375rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.375rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.75rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.75rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 2.25rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 2.25rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 4.5rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.375rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.375rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.75rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.75rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 2.25rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 2.25rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 4.5rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 4.5rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xxl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.375rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.375rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.75rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.75rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 2.25rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 2.25rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 4.5rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 4.5rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #757575;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #757575;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #757575;
  --bs-table-hover-bg: #f5f5f5;
  width: 100%;
  margin-bottom: 1.5rem;
  color: #757575;
  vertical-align: top;
  border-color: #e0e0e0;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
          box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #ccefff;
  --bs-table-striped-bg: #c2e3f2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #b8d7e6;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bdddec;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #b8d7e6;
}

.table-secondary {
  --bs-table-bg: #ececec;
  --bs-table-striped-bg: #e0e0e0;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #d4d4d4;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #dadada;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #d4d4d4;
}

.table-success {
  --bs-table-bg: #ccf4dd;
  --bs-table-striped-bg: #c2e8d2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #b8dcc7;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bde2cc;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #b8dcc7;
}

.table-info {
  --bs-table-bg: #ccefff;
  --bs-table-striped-bg: #c2e3f2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #b8d7e6;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bdddec;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #b8d7e6;
}

.table-warning {
  --bs-table-bg: #ffe9cc;
  --bs-table-striped-bg: #f2ddc2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e6d2b8;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ecd8bd;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e6d2b8;
}

.table-danger {
  --bs-table-bg: #ffd1da;
  --bs-table-striped-bg: #f2c7cf;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e6bcc4;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ecc1ca;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e6bcc4;
}

.table-light {
  --bs-table-bg: #fafafa;
  --bs-table-striped-bg: #eeeeee;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e1e1e1;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e7e7e7;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e1e1e1;
}

.table-dark {
  --bs-table-bg: #313131;
  --bs-table-striped-bg: #3b3b3b;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: #464646;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #404040;
  --bs-table-hover-color: #ffffff;
  color: #ffffff;
  border-color: #464646;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

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

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 87.5%;
  color: #9e9e9e;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  color: #757575;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #bdbdbd;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  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[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212121;
  background-color: transparent;
  border-color: #00b0ff;
  outline: 0;
  -webkit-box-shadow: 0 -1px 0 #00b0ff inset;
          box-shadow: 0 -1px 0 #00b0ff inset;
}
.form-control::-webkit-date-and-time-value {
  height: 1.6em;
}
.form-control::-webkit-input-placeholder {
  color: #757575;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #757575;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #757575;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #757575;
  opacity: 1;
}
.form-control::placeholder {
  color: #757575;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #f5f5f5;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0;
  margin: -0.375rem 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  color: #757575;
  background-color: #f5f5f5;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  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;
}
.form-control::file-selector-button {
  padding: 0.375rem 0;
  margin: -0.375rem 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  color: #757575;
  background-color: #f5f5f5;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  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) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #e9e9e9;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #e9e9e9;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0;
  margin: -0.375rem 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  color: #757575;
  background-color: #f5f5f5;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  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) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #e9e9e9;
}

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

.form-control-sm {
  min-height: calc(1.6em + 0.5rem + 2px);
  padding: 0.25rem 0;
  font-size: 0.875rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0;
  margin: -0.25rem 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0;
  margin: -0.25rem 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0;
  margin: -0.25rem 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

.form-control-lg {
  min-height: calc(1.6em + 1rem + 2px);
  padding: 0.5rem 0;
  font-size: 1.25rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 0;
  margin: -0.5rem 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 0;
  margin: -0.5rem 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 0;
  margin: -0.5rem 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
}

textarea.form-control {
  min-height: calc(1.6em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.6em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.6em + 1rem + 2px);
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.6em;
}
.form-control-color::-webkit-color-swatch {
  height: 1.6em;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 0 0.375rem 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  color: #757575;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23313131' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0 center;
  background-size: 16px 12px;
  border: 1px solid #bdbdbd;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-select:focus {
  border-color: #00b0ff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 176, 255, 0.25);
          box-shadow: 0 0 0 0 rgba(0, 176, 255, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0;
  background-image: none;
}
.form-select:disabled {
  background-color: #f5f5f5;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #757575;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.6rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.3em;
  vertical-align: top;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #00b0ff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-check-input:checked {
  background-color: #00b0ff;
  border-color: #00b0ff;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #00b0ff;
  border-color: #00b0ff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  -webkit-transition: background-position 0.15s ease-in-out;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    -webkit-transition: none;
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2300b0ff'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #ffffff, 0 -1px 0 #00b0ff inset;
          box-shadow: 0 0 0 1px #ffffff, 0 -1px 0 #00b0ff inset;
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 -1px 0 #00b0ff inset;
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #00b0ff;
  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) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b3e7ff;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e0e0e0;
  border-color: transparent;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #00b0ff;
  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) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b3e7ff;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e0e0e0;
  border-color: transparent;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #9e9e9e;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #9e9e9e;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0;
  pointer-events: none;
  border: 1px solid transparent;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    -webkit-transition: none;
    transition: none;
  }
}
.form-floating > .form-control::-webkit-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
          transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  color: #757575;
  text-align: center;
  white-space: nowrap;
  background-color: #f5f5f5;
  border: 1px solid #bdbdbd;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 0;
  font-size: 1.25rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0;
  font-size: 0.875rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 0;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 87.5%;
  color: #00c853;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.375rem 0.75rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: rgba(0, 200, 83, 0.9);
}

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

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

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

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #00c853;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23313131' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2300c853' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0 center, center right 0;
  background-size: 16px 12px, calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #00c853;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 83, 0.25);
          box-shadow: 0 0 0 0 rgba(0, 200, 83, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #00c853;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #00c853;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 83, 0.25);
          box-shadow: 0 0 0 0 rgba(0, 200, 83, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #00c853;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.375rem 0.75rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: rgba(255, 23, 68, 0.9);
}

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

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

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #ff1744;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23313131' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff1744'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff1744' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0 center, center right 0;
  background-size: 16px 12px, calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #ff1744;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 23, 68, 0.25);
          box-shadow: 0 0 0 0 rgba(255, 23, 68, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #ff1744;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #ff1744;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 23, 68, 0.25);
          box-shadow: 0 0 0 0 rgba(255, 23, 68, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ff1744;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  font-weight: 700;
  line-height: 1.6;
  color: #757575;
  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: 2px solid transparent;
  padding: 0.25rem 1.125rem;
  font-size: 1rem;
  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: #757575;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #ffffff;
  background-color: #00b0ff;
  border-color: #00b0ff;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #0096d9;
  border-color: #008dcc;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #ffffff;
  background-color: #0096d9;
  border-color: #008dcc;
  -webkit-box-shadow: 0 0 0 0 rgba(38, 188, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(38, 188, 255, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #008dcc;
  border-color: #0084bf;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(38, 188, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(38, 188, 255, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #ffffff;
  background-color: #00b0ff;
  border-color: #00b0ff;
}

.btn-secondary {
  color: #ffffff;
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #868686;
  border-color: #7e7e7e;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #ffffff;
  background-color: #868686;
  border-color: #7e7e7e;
  -webkit-box-shadow: 0 0 0 0 rgba(173, 173, 173, 0.5);
          box-shadow: 0 0 0 0 rgba(173, 173, 173, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #7e7e7e;
  border-color: #777777;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(173, 173, 173, 0.5);
          box-shadow: 0 0 0 0 rgba(173, 173, 173, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #ffffff;
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}

.btn-success {
  color: #ffffff;
  background-color: #00c853;
  border-color: #00c853;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #00aa47;
  border-color: #00a042;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #ffffff;
  background-color: #00aa47;
  border-color: #00a042;
  -webkit-box-shadow: 0 0 0 0 rgba(38, 208, 109, 0.5);
          box-shadow: 0 0 0 0 rgba(38, 208, 109, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #00a042;
  border-color: #00963e;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(38, 208, 109, 0.5);
          box-shadow: 0 0 0 0 rgba(38, 208, 109, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #ffffff;
  background-color: #00c853;
  border-color: #00c853;
}

.btn-info {
  color: #ffffff;
  background-color: #00b0ff;
  border-color: #00b0ff;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #0096d9;
  border-color: #008dcc;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #ffffff;
  background-color: #0096d9;
  border-color: #008dcc;
  -webkit-box-shadow: 0 0 0 0 rgba(38, 188, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(38, 188, 255, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #008dcc;
  border-color: #0084bf;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(38, 188, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(38, 188, 255, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #ffffff;
  background-color: #00b0ff;
  border-color: #00b0ff;
}

.btn-warning {
  color: #ffffff;
  background-color: #ff9100;
  border-color: #ff9100;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #d97b00;
  border-color: #cc7400;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #ffffff;
  background-color: #d97b00;
  border-color: #cc7400;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 162, 38, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 162, 38, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #cc7400;
  border-color: #bf6d00;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 162, 38, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 162, 38, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #ffffff;
  background-color: #ff9100;
  border-color: #ff9100;
}

.btn-danger {
  color: #ffffff;
  background-color: #ff1744;
  border-color: #ff1744;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #d9143a;
  border-color: #cc1236;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #ffffff;
  background-color: #d9143a;
  border-color: #cc1236;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 58, 96, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 58, 96, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #cc1236;
  border-color: #bf1133;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 58, 96, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 58, 96, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #ffffff;
  background-color: #ff1744;
  border-color: #ff1744;
}

.btn-light {
  color: #000000;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-light:hover {
  color: #000000;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000000;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
  -webkit-box-shadow: 0 0 0 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 0 0 rgba(213, 213, 213, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000000;
  background-color: #fbfbfb;
  border-color: #fbfbfb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 0 0 rgba(213, 213, 213, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000000;
  background-color: #fafafa;
  border-color: #fafafa;
}

.btn-dark {
  color: #ffffff;
  background-color: #313131;
  border-color: #313131;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #2a2a2a;
  border-color: #272727;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #ffffff;
  background-color: #2a2a2a;
  border-color: #272727;
  -webkit-box-shadow: 0 0 0 0 rgba(80, 80, 80, 0.5);
          box-shadow: 0 0 0 0 rgba(80, 80, 80, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #272727;
  border-color: #252525;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(80, 80, 80, 0.5);
          box-shadow: 0 0 0 0 rgba(80, 80, 80, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #ffffff;
  background-color: #313131;
  border-color: #313131;
}

.btn-outline-primary {
  color: #00b0ff;
  border-color: #00b0ff;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #00b0ff;
  border-color: #00b0ff;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 176, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 176, 255, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #ffffff;
  background-color: #00b0ff;
  border-color: #00b0ff;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 176, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 176, 255, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #00b0ff;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #9e9e9e;
  border-color: #9e9e9e;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(158, 158, 158, 0.5);
          box-shadow: 0 0 0 0 rgba(158, 158, 158, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #ffffff;
  background-color: #9e9e9e;
  border-color: #9e9e9e;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(158, 158, 158, 0.5);
          box-shadow: 0 0 0 0 rgba(158, 158, 158, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #9e9e9e;
  background-color: transparent;
}

.btn-outline-success {
  color: #00c853;
  border-color: #00c853;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #00c853;
  border-color: #00c853;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 83, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 200, 83, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #ffffff;
  background-color: #00c853;
  border-color: #00c853;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 200, 83, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 200, 83, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #00c853;
  background-color: transparent;
}

.btn-outline-info {
  color: #00b0ff;
  border-color: #00b0ff;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #00b0ff;
  border-color: #00b0ff;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 176, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 176, 255, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #ffffff;
  background-color: #00b0ff;
  border-color: #00b0ff;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 176, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(0, 176, 255, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #00b0ff;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ff9100;
  border-color: #ff9100;
}
.btn-outline-warning:hover {
  color: #ffffff;
  background-color: #ff9100;
  border-color: #ff9100;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 145, 0, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 145, 0, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #ffffff;
  background-color: #ff9100;
  border-color: #ff9100;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 145, 0, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 145, 0, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ff9100;
  background-color: transparent;
}

.btn-outline-danger {
  color: #ff1744;
  border-color: #ff1744;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #ff1744;
  border-color: #ff1744;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 23, 68, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 23, 68, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #ffffff;
  background-color: #ff1744;
  border-color: #ff1744;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 23, 68, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 23, 68, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #ff1744;
  background-color: transparent;
}

.btn-outline-light {
  color: #fafafa;
  border-color: #fafafa;
}
.btn-outline-light:hover {
  color: #000000;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(250, 250, 250, 0.5);
          box-shadow: 0 0 0 0 rgba(250, 250, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000000;
  background-color: #fafafa;
  border-color: #fafafa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(250, 250, 250, 0.5);
          box-shadow: 0 0 0 0 rgba(250, 250, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #fafafa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #313131;
  border-color: #313131;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #313131;
  border-color: #313131;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(49, 49, 49, 0.5);
          box-shadow: 0 0 0 0 rgba(49, 49, 49, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #ffffff;
  background-color: #313131;
  border-color: #313131;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(49, 49, 49, 0.5);
          box-shadow: 0 0 0 0 rgba(49, 49, 49, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #313131;
  background-color: transparent;
}

.btn-link {
  font-weight: 300;
  color: #00b0ff;
  text-decoration: none;
}
.btn-link:hover {
  color: #00b0ff;
  text-decoration: none;
}
.btn-link:focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #757575;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.25rem 1.125rem;
  font-size: 1.25rem;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 1.125rem;
  font-size: 0.875rem;
  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 {
  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,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #757575;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto /* rtl:ignore */;
  left: 0 /* rtl:ignore */;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0 /* rtl:ignore */;
  left: auto /* rtl:ignore */;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0 /* rtl:ignore */;
  }

  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto /* rtl:ignore */;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

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

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

.dropdown-divider {
  height: 0;
  margin: 0.75rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.375rem 1.5rem;
  clear: both;
  font-weight: 300;
  color: #212121;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e1e1e;
  background-color: #f5f5f5;
}
.dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #00b0ff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #9e9e9e;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.dropdown-menu-dark {
  color: #e0e0e0;
  background-color: #313131;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #e0e0e0;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #ffffff;
  background-color: #00b0ff;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #9e9e9e;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #e0e0e0;
}
.dropdown-menu-dark .dropdown-header {
  color: #9e9e9e;
}

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

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -2px;
}
.dropdown-toggle-split {
  padding-right: 0.84375rem;
  padding-left: 0.84375rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -2px;
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #00b0ff;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 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;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #00b0ff;
}
.nav-link.disabled {
  color: #757575;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #e0e0e0;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #f5f5f5 #f5f5f5 #e0e0e0;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #757575;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #616161;
  background-color: #ffffff;
  border-color: #e0e0e0 #e0e0e0 #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #00b0ff;
}

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: inherit;
      flex-wrap: inherit;
  -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 {
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap;
}
.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;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    -webkit-transition: none;
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0;
          box-shadow: 0 0 0 0;
}

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

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

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

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

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

.card-body, .post-comments .comment-respond {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.5rem 1.5rem;
}

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

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

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

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

.card-header {
  padding: 0.75rem 1.5rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer {
  padding: 0.75rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header-tabs {
  margin-right: -0.75rem;
  margin-bottom: -0.75rem;
  margin-left: -0.75rem;
  border-bottom: 0;
}

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.5rem;
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
  height: auto;
}

.card-group > .card, .post-comments .card-group > .comment-respond {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card, .post-comments .card-group > .comment-respond {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card, .post-comments .card-group > .comment-respond + .card, .post-comments .card-group > .card + .comment-respond, .post-comments .card-group > .comment-respond + .comment-respond {
    margin-left: 0;
    border-left: 0;
  }
}

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #757575;
  text-align: left;
  background-color: #ffffff;
  border: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -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, border-radius 0.15s ease, -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, border-radius 0.15s ease;
  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, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #009ee6;
  background-color: #e6f7ff;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23009ee6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.accordion-button::after {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23757575'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    -webkit-transition: none;
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #00b0ff;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-body {
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #757575;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active {
  color: #757575;
}

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

.page-link {
  position: relative;
  display: block;
  color: #00b0ff;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  -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) {
  .page-link {
    -webkit-transition: none;
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #00b0ff;
  background-color: #f5f5f5;
  border-color: #e0e0e0;
}
.page-link:focus {
  z-index: 3;
  color: #00b0ff;
  background-color: #f5f5f5;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #00b0ff;
  border-color: #00b0ff;
}
.page-item.disabled .page-link {
  color: #757575;
  pointer-events: none;
  background-color: #ffffff;
  border-color: #e0e0e0;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}
.badge:empty {
  display: none;
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 4.5rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.875rem 1.5rem;
}

.alert-primary {
  color: #006a99;
  background-color: #ccefff;
  border-color: #b3e7ff;
}
.alert-primary .alert-link {
  color: #00557a;
}

.alert-secondary {
  color: #5f5f5f;
  background-color: #ececec;
  border-color: #e2e2e2;
}
.alert-secondary .alert-link {
  color: #4c4c4c;
}

.alert-success {
  color: #007832;
  background-color: #ccf4dd;
  border-color: #b3efcb;
}
.alert-success .alert-link {
  color: #006028;
}

.alert-info {
  color: #006a99;
  background-color: #ccefff;
  border-color: #b3e7ff;
}
.alert-info .alert-link {
  color: #00557a;
}

.alert-warning {
  color: #995700;
  background-color: #ffe9cc;
  border-color: #ffdeb3;
}
.alert-warning .alert-link {
  color: #7a4600;
}

.alert-danger {
  color: #990e29;
  background-color: #ffd1da;
  border-color: #ffb9c7;
}
.alert-danger .alert-link {
  color: #7a0b21;
}

.alert-light {
  color: #969696;
  background-color: #fefefe;
  border-color: #fefefe;
}
.alert-light .alert-link {
  color: #787878;
}

.alert-dark {
  color: #1d1d1d;
  background-color: #d6d6d6;
  border-color: #c1c1c1;
}
.alert-dark .alert-link {
  color: #171717;
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #f5f5f5;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #00b0ff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
          animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.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-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.5rem;
  color: #212121;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #757575;
  pointer-events: none;
  background-color: #ffffff;
}
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #00b0ff;
  border-color: #00b0ff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #006a99;
  background-color: #ccefff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #006a99;
  background-color: #b8d7e6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #006a99;
  border-color: #006a99;
}

.list-group-item-secondary {
  color: #5f5f5f;
  background-color: #ececec;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #5f5f5f;
  background-color: #d4d4d4;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #5f5f5f;
  border-color: #5f5f5f;
}

.list-group-item-success {
  color: #007832;
  background-color: #ccf4dd;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #007832;
  background-color: #b8dcc7;
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #007832;
  border-color: #007832;
}

.list-group-item-info {
  color: #006a99;
  background-color: #ccefff;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #006a99;
  background-color: #b8d7e6;
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #006a99;
  border-color: #006a99;
}

.list-group-item-warning {
  color: #995700;
  background-color: #ffe9cc;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #995700;
  background-color: #e6d2b8;
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #995700;
  border-color: #995700;
}

.list-group-item-danger {
  color: #990e29;
  background-color: #ffd1da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #990e29;
  background-color: #e6bcc4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #990e29;
  border-color: #990e29;
}

.list-group-item-light {
  color: #969696;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #969696;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #969696;
  border-color: #969696;
}

.list-group-item-dark {
  color: #1d1d1d;
  background-color: #d6d6d6;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1d1d1d;
  background-color: #c1c1c1;
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #1d1d1d;
  border-color: #1d1d1d;
}

.btn-close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  -webkit-filter: invert(1) grayscale(100%) brightness(200%);
          filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem 0.75rem;
  color: #757575;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -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 {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

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

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

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 1.5rem;
  border-bottom: 0 solid #e0e0e0;
}
.modal-header .btn-close {
  padding: 0.75rem 0.75rem;
  margin: -0.75rem -0.75rem -0.75rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1.25rem;
  border-top: 0 solid #e0e0e0;
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: "CircularPro", "Helvetica Neue", "Arial", sans-sarif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 0.375rem 0.75rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: "CircularPro", "Helvetica Neue", "Arial", sans-sarif;
  font-style: normal;
  font-weight: 300;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

.popover-header {
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #00b0ff;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1.5rem 1.5rem;
  color: #757575;
}

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

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

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

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    -webkit-transition: none;
    transition: none;
  }
}

.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%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: none;
  border: 0;
  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: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  -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;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    -webkit-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #ffffff;
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
          filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000000;
}
.carousel-dark .carousel-caption {
  color: #000000;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: 0.75s linear infinite spinner-border;
          animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: 0.75s linear infinite spinner-grow;
          animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #ffffff;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    -webkit-transition: none;
    transition: none;
  }
}

.offcanvas-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 1.5rem;
}
.offcanvas-header .btn-close {
  padding: 0.75rem 0.75rem;
  margin: -0.75rem -0.75rem -0.75rem auto;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.6;
}

.offcanvas-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1.5rem 1.5rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 0 solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 0 solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 0 solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 0 solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}

.offcanvas.show {
  -webkit-transform: none;
          transform: none;
}

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

.link-primary {
  color: #00b0ff;
}
.link-primary:hover, .link-primary:focus {
  color: #008dcc;
}

.link-secondary {
  color: #9e9e9e;
}
.link-secondary:hover, .link-secondary:focus {
  color: #7e7e7e;
}

.link-success {
  color: #00c853;
}
.link-success:hover, .link-success:focus {
  color: #00a042;
}

.link-info {
  color: #00b0ff;
}
.link-info:hover, .link-info:focus {
  color: #008dcc;
}

.link-warning {
  color: #ff9100;
}
.link-warning:hover, .link-warning:focus {
  color: #cc7400;
}

.link-danger {
  color: #ff1744;
}
.link-danger:hover, .link-danger:focus {
  color: #cc1236;
}

.link-light {
  color: #fafafa;
}
.link-light:hover, .link-light:focus {
  color: #fbfbfb;
}

.link-dark {
  color: #313131;
}
.link-dark:hover, .link-dark:focus {
  color: #272727;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

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

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

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

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

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

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

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

.float-start {
  float: left !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

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

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

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

.start-50 {
  left: 50% !important;
}

.start-100 {
  left: 100% !important;
}

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

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle {
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  -webkit-transform: translateX(-50%) !important;
          transform: translateX(-50%) !important;
}

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.border-success {
  border-color: #00c853 !important;
}

.border-info {
  border-color: #00b0ff !important;
}

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

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

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

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

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

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.375rem !important;
}

.gap-2 {
  gap: 0.75rem !important;
}

.gap-3 {
  gap: 1.5rem !important;
}

.gap-4 {
  gap: 2.25rem !important;
}

.gap-5 {
  gap: 4.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-2 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

.mx-3 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}

.mx-5 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

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

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

.my-1 {
  margin-top: 0.375rem !important;
  margin-bottom: 0.375rem !important;
}

.my-2 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-4 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.my-5 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

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

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

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

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

.mt-3 {
  margin-top: 1.5rem !important;
}

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

.mt-5 {
  margin-top: 4.5rem !important;
}

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

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

.me-1 {
  margin-right: 0.375rem !important;
}

.me-2 {
  margin-right: 0.75rem !important;
}

.me-3 {
  margin-right: 1.5rem !important;
}

.me-4 {
  margin-right: 2.25rem !important;
}

.me-5 {
  margin-right: 4.5rem !important;
}

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

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

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

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

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

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

.mb-5 {
  margin-bottom: 4.5rem !important;
}

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

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.375rem !important;
}

.ms-2 {
  margin-left: 0.75rem !important;
}

.ms-3 {
  margin-left: 1.5rem !important;
}

.ms-4 {
  margin-left: 2.25rem !important;
}

.ms-5 {
  margin-left: 4.5rem !important;
}

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

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

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

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

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

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

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

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

.px-1 {
  padding-right: 0.375rem !important;
  padding-left: 0.375rem !important;
}

.px-2 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.px-3 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

.px-5 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

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

.py-1 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}

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

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

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

.py-5 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

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

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

.pt-2 {
  padding-top: 0.75rem !important;
}

.pt-3 {
  padding-top: 1.5rem !important;
}

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

.pt-5 {
  padding-top: 4.5rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.375rem !important;
}

.pe-2 {
  padding-right: 0.75rem !important;
}

.pe-3 {
  padding-right: 1.5rem !important;
}

.pe-4 {
  padding-right: 2.25rem !important;
}

.pe-5 {
  padding-right: 4.5rem !important;
}

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

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

.pb-2 {
  padding-bottom: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 1.5rem !important;
}

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

.pb-5 {
  padding-bottom: 4.5rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.375rem !important;
}

.ps-2 {
  padding-left: 0.75rem !important;
}

.ps-3 {
  padding-left: 1.5rem !important;
}

.ps-4 {
  padding-left: 2.25rem !important;
}

.ps-5 {
  padding-left: 4.5rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.35rem + 1.2vw) !important;
}

.fs-3 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-6 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

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

.fst-normal {
  font-style: normal !important;
}

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

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

.fw-normal {
  font-weight: 300 !important;
}

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

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

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.6 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

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

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important;
}

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  color: #00b0ff !important;
}

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

.text-success {
  color: #00c853 !important;
}

.text-info {
  color: #00b0ff !important;
}

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

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

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

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

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

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

.text-muted {
  color: #9e9e9e !important;
}

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

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

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

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

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

.bg-success {
  background-color: #00c853 !important;
}

.bg-info {
  background-color: #00b0ff !important;
}

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

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

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

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

.bg-body {
  background-color: #ffffff !important;
}

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

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

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

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

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

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

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

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

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

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

  .d-sm-grid {
    display: grid !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-sm-0 {
    gap: 0 !important;
  }

  .gap-sm-1 {
    gap: 0.375rem !important;
  }

  .gap-sm-2 {
    gap: 0.75rem !important;
  }

  .gap-sm-3 {
    gap: 1.5rem !important;
  }

  .gap-sm-4 {
    gap: 2.25rem !important;
  }

  .gap-sm-5 {
    gap: 4.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-sm-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-sm-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

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

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .my-sm-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-sm-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-sm-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

  .mt-sm-3 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-4 {
    margin-top: 2.25rem !important;
  }

  .mt-sm-5 {
    margin-top: 4.5rem !important;
  }

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

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.375rem !important;
  }

  .me-sm-2 {
    margin-right: 0.75rem !important;
  }

  .me-sm-3 {
    margin-right: 1.5rem !important;
  }

  .me-sm-4 {
    margin-right: 2.25rem !important;
  }

  .me-sm-5 {
    margin-right: 4.5rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

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

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

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

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

  .mb-sm-4 {
    margin-bottom: 2.25rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 4.5rem !important;
  }

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

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.375rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.75rem !important;
  }

  .ms-sm-3 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-4 {
    margin-left: 2.25rem !important;
  }

  .ms-sm-5 {
    margin-left: 4.5rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  .px-sm-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-sm-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-sm-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

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

  .py-sm-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .py-sm-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-sm-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-sm-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

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

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

  .pt-sm-2 {
    padding-top: 0.75rem !important;
  }

  .pt-sm-3 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-4 {
    padding-top: 2.25rem !important;
  }

  .pt-sm-5 {
    padding-top: 4.5rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.375rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.75rem !important;
  }

  .pe-sm-3 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-4 {
    padding-right: 2.25rem !important;
  }

  .pe-sm-5 {
    padding-right: 4.5rem !important;
  }

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

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

  .pb-sm-2 {
    padding-bottom: 0.75rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 2.25rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 4.5rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.375rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.75rem !important;
  }

  .ps-sm-3 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-4 {
    padding-left: 2.25rem !important;
  }

  .ps-sm-5 {
    padding-left: 4.5rem !important;
  }

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

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

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

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

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

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

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

  .d-md-grid {
    display: grid !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-md-0 {
    gap: 0 !important;
  }

  .gap-md-1 {
    gap: 0.375rem !important;
  }

  .gap-md-2 {
    gap: 0.75rem !important;
  }

  .gap-md-3 {
    gap: 1.5rem !important;
  }

  .gap-md-4 {
    gap: 2.25rem !important;
  }

  .gap-md-5 {
    gap: 4.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  .mx-md-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-md-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-md-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

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

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .my-md-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-md-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-md-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

  .mt-md-3 {
    margin-top: 1.5rem !important;
  }

  .mt-md-4 {
    margin-top: 2.25rem !important;
  }

  .mt-md-5 {
    margin-top: 4.5rem !important;
  }

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

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.375rem !important;
  }

  .me-md-2 {
    margin-right: 0.75rem !important;
  }

  .me-md-3 {
    margin-right: 1.5rem !important;
  }

  .me-md-4 {
    margin-right: 2.25rem !important;
  }

  .me-md-5 {
    margin-right: 4.5rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

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

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

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

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

  .mb-md-4 {
    margin-bottom: 2.25rem !important;
  }

  .mb-md-5 {
    margin-bottom: 4.5rem !important;
  }

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

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.375rem !important;
  }

  .ms-md-2 {
    margin-left: 0.75rem !important;
  }

  .ms-md-3 {
    margin-left: 1.5rem !important;
  }

  .ms-md-4 {
    margin-left: 2.25rem !important;
  }

  .ms-md-5 {
    margin-left: 4.5rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  .px-md-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-md-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-md-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

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

  .py-md-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .py-md-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-md-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

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

  .py-md-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

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

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

  .pt-md-2 {
    padding-top: 0.75rem !important;
  }

  .pt-md-3 {
    padding-top: 1.5rem !important;
  }

  .pt-md-4 {
    padding-top: 2.25rem !important;
  }

  .pt-md-5 {
    padding-top: 4.5rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.375rem !important;
  }

  .pe-md-2 {
    padding-right: 0.75rem !important;
  }

  .pe-md-3 {
    padding-right: 1.5rem !important;
  }

  .pe-md-4 {
    padding-right: 2.25rem !important;
  }

  .pe-md-5 {
    padding-right: 4.5rem !important;
  }

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

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

  .pb-md-2 {
    padding-bottom: 0.75rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-4 {
    padding-bottom: 2.25rem !important;
  }

  .pb-md-5 {
    padding-bottom: 4.5rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.375rem !important;
  }

  .ps-md-2 {
    padding-left: 0.75rem !important;
  }

  .ps-md-3 {
    padding-left: 1.5rem !important;
  }

  .ps-md-4 {
    padding-left: 2.25rem !important;
  }

  .ps-md-5 {
    padding-left: 4.5rem !important;
  }

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

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

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

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

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

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

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

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

  .d-lg-grid {
    display: grid !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.375rem !important;
  }

  .gap-lg-2 {
    gap: 0.75rem !important;
  }

  .gap-lg-3 {
    gap: 1.5rem !important;
  }

  .gap-lg-4 {
    gap: 2.25rem !important;
  }

  .gap-lg-5 {
    gap: 4.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-lg-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-lg-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

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

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .my-lg-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-lg-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-lg-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

  .mt-lg-3 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-4 {
    margin-top: 2.25rem !important;
  }

  .mt-lg-5 {
    margin-top: 4.5rem !important;
  }

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

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.375rem !important;
  }

  .me-lg-2 {
    margin-right: 0.75rem !important;
  }

  .me-lg-3 {
    margin-right: 1.5rem !important;
  }

  .me-lg-4 {
    margin-right: 2.25rem !important;
  }

  .me-lg-5 {
    margin-right: 4.5rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

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

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

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

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

  .mb-lg-4 {
    margin-bottom: 2.25rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 4.5rem !important;
  }

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

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.375rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.75rem !important;
  }

  .ms-lg-3 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-4 {
    margin-left: 2.25rem !important;
  }

  .ms-lg-5 {
    margin-left: 4.5rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  .px-lg-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-lg-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-lg-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

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

  .py-lg-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

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

  .py-lg-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-lg-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

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

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

  .pt-lg-2 {
    padding-top: 0.75rem !important;
  }

  .pt-lg-3 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-4 {
    padding-top: 2.25rem !important;
  }

  .pt-lg-5 {
    padding-top: 4.5rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.375rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.75rem !important;
  }

  .pe-lg-3 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-4 {
    padding-right: 2.25rem !important;
  }

  .pe-lg-5 {
    padding-right: 4.5rem !important;
  }

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

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

  .pb-lg-2 {
    padding-bottom: 0.75rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 2.25rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 4.5rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.375rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.75rem !important;
  }

  .ps-lg-3 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-4 {
    padding-left: 2.25rem !important;
  }

  .ps-lg-5 {
    padding-left: 4.5rem !important;
  }

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

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

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

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

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

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

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

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

  .d-xl-grid {
    display: grid !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.375rem !important;
  }

  .gap-xl-2 {
    gap: 0.75rem !important;
  }

  .gap-xl-3 {
    gap: 1.5rem !important;
  }

  .gap-xl-4 {
    gap: 2.25rem !important;
  }

  .gap-xl-5 {
    gap: 4.5rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

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

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

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

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

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

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

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-xl-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-xl-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

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

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .my-xl-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-xl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-xl-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

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

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

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

  .mt-xl-3 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-4 {
    margin-top: 2.25rem !important;
  }

  .mt-xl-5 {
    margin-top: 4.5rem !important;
  }

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

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.375rem !important;
  }

  .me-xl-2 {
    margin-right: 0.75rem !important;
  }

  .me-xl-3 {
    margin-right: 1.5rem !important;
  }

  .me-xl-4 {
    margin-right: 2.25rem !important;
  }

  .me-xl-5 {
    margin-right: 4.5rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

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

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

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

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

  .mb-xl-4 {
    margin-bottom: 2.25rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 4.5rem !important;
  }

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

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.375rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.75rem !important;
  }

  .ms-xl-3 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-4 {
    margin-left: 2.25rem !important;
  }

  .ms-xl-5 {
    margin-left: 4.5rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

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

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

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

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

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

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

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  .px-xl-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-xl-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-xl-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

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

  .py-xl-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .py-xl-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-xl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-xl-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

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

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

  .pt-xl-2 {
    padding-top: 0.75rem !important;
  }

  .pt-xl-3 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-4 {
    padding-top: 2.25rem !important;
  }

  .pt-xl-5 {
    padding-top: 4.5rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.375rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.75rem !important;
  }

  .pe-xl-3 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-4 {
    padding-right: 2.25rem !important;
  }

  .pe-xl-5 {
    padding-right: 4.5rem !important;
  }

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

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

  .pb-xl-2 {
    padding-bottom: 0.75rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 2.25rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 4.5rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.375rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.75rem !important;
  }

  .ps-xl-3 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-4 {
    padding-left: 2.25rem !important;
  }

  .ps-xl-5 {
    padding-left: 4.5rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.375rem !important;
  }

  .gap-xxl-2 {
    gap: 0.75rem !important;
  }

  .gap-xxl-3 {
    gap: 1.5rem !important;
  }

  .gap-xxl-4 {
    gap: 2.25rem !important;
  }

  .gap-xxl-5 {
    gap: 4.5rem !important;
  }

  .justify-content-xxl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }

  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }

  .align-items-xxl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }

  .align-items-xxl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }

  .align-content-xxl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }

  .align-content-xxl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }

  .align-content-xxl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }

  .align-content-xxl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }

  .align-content-xxl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }

  .align-self-xxl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important;
  }

  .align-self-xxl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }

  .align-self-xxl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }

  .align-self-xxl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }

  .align-self-xxl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
  }

  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }

  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important;
  }

  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }

  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }

  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }

  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }

  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }

  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.375rem !important;
  }

  .m-xxl-2 {
    margin: 0.75rem !important;
  }

  .m-xxl-3 {
    margin: 1.5rem !important;
  }

  .m-xxl-4 {
    margin: 2.25rem !important;
  }

  .m-xxl-5 {
    margin: 4.5rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-4 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-xxl-5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-xxl-3 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-4 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-xxl-5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.375rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.75rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-4 {
    margin-top: 2.25rem !important;
  }

  .mt-xxl-5 {
    margin-top: 4.5rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.375rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.75rem !important;
  }

  .me-xxl-3 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-4 {
    margin-right: 2.25rem !important;
  }

  .me-xxl-5 {
    margin-right: 4.5rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.375rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.75rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 2.25rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.375rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.75rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-4 {
    margin-left: 2.25rem !important;
  }

  .ms-xxl-5 {
    margin-left: 4.5rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.375rem !important;
  }

  .p-xxl-2 {
    padding: 0.75rem !important;
  }

  .p-xxl-3 {
    padding: 1.5rem !important;
  }

  .p-xxl-4 {
    padding: 2.25rem !important;
  }

  .p-xxl-5 {
    padding: 4.5rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-xxl-3 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-4 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-xxl-5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-xxl-3 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-4 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-xxl-5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.375rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.75rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-4 {
    padding-top: 2.25rem !important;
  }

  .pt-xxl-5 {
    padding-top: 4.5rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.375rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.75rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-4 {
    padding-right: 2.25rem !important;
  }

  .pe-xxl-5 {
    padding-right: 4.5rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.375rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.75rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 2.25rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 4.5rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.375rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.75rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-4 {
    padding-left: 2.25rem !important;
  }

  .ps-xxl-5 {
    padding-left: 4.5rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2.25rem !important;
  }

  .fs-3 {
    font-size: 1.5rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }

  .fs-5 {
    font-size: 1.5rem !important;
  }

  .fs-6 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
/* Material Icons */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("_/fonts/material-icons/MaterialIcons-Regular.eot");
  src: url("_/fonts/material-icons/MaterialIcons-Regular.eot?#iefix") format("embedded-opentype"), url("_/fonts/material-icons/MaterialIcons-Regular.woff2") format("woff2"), url("_/fonts/material-icons/MaterialIcons-Regular.woff") format("woff"), url("_/fonts/material-icons/MaterialIcons-Regular.ttf") format("truetype"), url("_/fonts/material-icons/MaterialIcons-Regular.svg#MaterialIcons-Regular") format("svg");
}
.material-icons {
  font-family: "Material Icons", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: sub;
}

/* BORNEMANN.scss */
/* mixins.scss */
.elevation-z0 {
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.elevation-z1 {
  -webkit-box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.elevation-z2 {
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.elevation-z3 {
  -webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.elevation-z4 {
  -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.elevation-z5 {
  -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.elevation-z6 {
  -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.elevation-z7 {
  -webkit-box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.elevation-z8 {
  -webkit-box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.elevation-z9 {
  -webkit-box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.elevation-z10 {
  -webkit-box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.elevation-z11 {
  -webkit-box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.elevation-z12 {
  -webkit-box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.elevation-z13 {
  -webkit-box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.elevation-z14 {
  -webkit-box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.elevation-z15 {
  -webkit-box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.elevation-z16 {
  -webkit-box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.elevation-z17 {
  -webkit-box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.elevation-z18 {
  -webkit-box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.elevation-z19 {
  -webkit-box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.elevation-z20 {
  -webkit-box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.elevation-z21 {
  -webkit-box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.elevation-z22 {
  -webkit-box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.elevation-z23 {
  -webkit-box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.elevation-z24 {
  -webkit-box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

/* type.scss */
@font-face {
  font-family: "CircularPro";
  src: url("_/fonts/circular/CircularPro-Book.woff2") format("woff2"), url("_/fonts/circular/CircularPro-Book.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "CircularPro";
  src: url("_/fonts/circular/CircularPro-BookItalic.woff2") format("woff2"), url("_/fonts/circular/CircularPro-BookItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "CircularPro";
  src: url("_/fonts/circular/CircularPro-Medium.woff2") format("woff2"), url("_/fonts/circular/CircularPro-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "CircularPro";
  src: url("_/fonts/circular/CircularPro-MediumItalic.woff2") format("woff2"), url("_/fonts/circular/CircularPro-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "CircularPro";
  src: url("_/fonts/circular/CircularPro-Bold.woff2") format("woff2"), url("_/fonts/circular/CircularPro-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "CircularPro";
  src: url("_/fonts/circular/CircularPro-BoldItalic.woff2") format("woff2"), url("_/fonts/circular/CircularPro-BoldItalic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@media (max-width: 575.98px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  html {
    font-size: 16px;
  }
}
body {
  color: #757575;
  font-weight: 300;
}

h1, h2,
.h1, .h2 {
  font-weight: 700;
  color: #00b0ff;
}

h3, h4, h5, h6,
.h3, .h4, .h5, .h6 {
  margin-bottom: 3rem;
}

address, blockquote, dl, ol, ul {
  margin-bottom: 1.5rem;
}

input, textarea, select, button {
  font-weight: 300;
}

b, strong {
  font-weight: 700;
  /* color: $gray-700; */
}

small, .small {
  color: #9e9e9e;
}

::-moz-selection {
  color: #fff;
  background: #00b0ff;
  text-shadow: none;
}

::selection {
  color: #fff;
  background: #00b0ff;
  text-shadow: none;
}

::-moz-selection {
  color: #fff;
  background: #00b0ff;
  text-shadow: none;
}

.display-1 {
  font-size: 4rem;
  color: #0b0b3b;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
  .display-1 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  .display-1 {
    font-size: 5.5rem;
  }
}
small, .small {
  font-size: 90%;
}

.text-white h1, .text-white .h1,
.text-white h2, .text-white .h2,
.text-white h3, .text-white .h3 {
  color: #ffffff;
}

.text-white a:not(.btn) {
  color: #ffffff;
  text-decoration: underline;
}

.text-white a.btn-link {
  color: #ffffff;
}

.text-lg {
  font-size: 1.25rem;
}

.lead {
  font-size: 1.5rem;
  font-weight: 500;
}

.text-white b,
.text-white strong {
  color: #ffffff;
}

.text-orange {
  color: #ff3d00;
}

.text-light-darker {
  color: #9e9e9e;
}

.bg-light-darker {
  background-color: #f5f5f5 !important;
}

.bg-light + .bg-light-darker {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.hr-no {
  margin-top: 0;
  margin-bottom: 0;
}

.hr-xs {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.hr-sm {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.hr-md {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.hr-lg {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.hr-xl {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.hr-transparent {
  border-color: transparent;
}

.spacing {
  display: block;
}

.spacing-xs {
  height: 1rem;
}

.spacing-sm {
  height: 1.5rem;
}

.spacing-md {
  height: 2rem;
}

.spacing-lg {
  height: 3rem;
}

.spacing-xl {
  height: 3.5rem;
}

/* forms.scss */
::-webkit-input-placeholder {
  color: #9e9e9e !important;
}

::-moz-placeholder {
  color: #9e9e9e !important;
}

:-ms-input-placeholder {
  color: #9e9e9e !important;
}

:-moz-placeholder {
  color: #9e9e9e !important;
}

.form-control-inline {
  display: inline-block;
  width: auto;
  border: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer;
  height: auto !important;
  padding: 0.375rem 0.75rem;
  background: #eee !important;
  border-radius: 2px;
}

.form-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-group .form-control {
  border-top: 0;
  border-right: 0;
  border-left: 0;
  background: #fff;
}

.form-group .form-control:hover,
.form-group .form-control:focus {
  background: #fff;
}

.form-group .form-control:focus,
.form-group .form-control:focus:hover {
  border-color: #00b0ff;
  -webkit-box-shadow: 0 -1px 0 #00b0ff inset;
          box-shadow: 0 -1px 0 #00b0ff inset;
}

.form-group .form-control + label {
  position: absolute;
  top: 6px;
  left: 0;
  margin: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: text;
}

.form-group .form-control:focus + label {
  font-size: 12px;
  top: -10px;
  color: #00b0ff;
}

.form-group .form-control.is-filled + label {
  font-size: 12px;
  top: -10px;
}

.form-group .form-control.not-valid,
.form-group .form-control.not-valid:hover,
.form-group .form-control.not-valid:focus,
.form-group .form-control.not-valid:focus:hover {
  border-color: #ff1744;
  -webkit-box-shadow: 0 -1px 0 #ff1744 inset;
          box-shadow: 0 -1px 0 #ff1744 inset;
  color: #212121;
}

.form-group .form-control.not-valid + label,
.form-group .form-control.not-valid:focus + label {
  color: #ff1744;
}

.form-group .form-control ~ .field-append {
  position: absolute;
  top: 0.375rem;
  right: 0.5rem;
}

.form-group .form-control ~ .field-append .field-hints {
  cursor: pointer;
  color: #9e9e9e;
}

.form-group .form-control ~ .field-append .field-valid {
  color: #00c853;
}

.form-group .form-control ~ .field-message {
  font-weight: 300;
  color: #ff1744;
  font-size: 0.75rem;
  text-align: left;
}

/* Material 3 adjustments */
html .gform_wrapper .gform_body .gfield .medium,
html .gform_wrapper .gform_body .gfield .datepicker {
  border-radius: 4px;
  padding: 0.75rem 1rem;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

html .gform_wrapper .gform_body .gfield label {
  margin-bottom: 0.25rem;
}

html .gform_wrapper .gform_body .gfield .medium + label,
html .gform_wrapper .gform_body .gfield .datepicker + label {
  top: 0.875rem;
  left: 1rem;
  margin: 0;
}

html .gform_wrapper .gform_body .gfield .medium:focus + label,
html .gform_wrapper .gform_body .gfield .medium.is-filled + label,
html .gform_wrapper .gform_body .gfield .medium.is-filled-gf + label,
html .gform_wrapper .gform_body .gfield .datepicker:focus + label,
html .gform_wrapper .gform_body .gfield .datepicker.is-filled + label,
html .gform_wrapper .gform_body .gfield .datepicker.is-filled-gf + label {
  font-size: 12px;
  top: -0.6rem;
  background: #fff !important;
  padding: 0 0.25rem;
  left: 0.875rem;
}

html .gform_wrapper .gform_body .gfield.gfield_error .validation_message {
  margin-top: 0.25rem;
}

/* buttons.scss */
.btn {
  font-weight: 700;
  padding: 0.15rem 1.25rem 0.35rem 1.25rem;
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-lg, .btn-group-lg > .btn {
  font-weight: 500;
  padding: 0.15rem 1.25rem 0.35rem 1.25rem;
}

.btn-link {
  text-decoration: none;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.btn-primary {
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary:active:hover, .btn-primary:active:focus {
  background-color: #009ee6 !important;
  border-color: #009ee6 !important;
  -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.btn-success {
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success:active:hover, .btn-success:active:focus {
  background-color: #00b44b !important;
  border-color: #00b44b !important;
  -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.btn-outline-light {
  color: #fff;
  border-color: #fff;
}
.btn-outline-light:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #fff;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000000;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #fff;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active {
  color: #fff;
}

.btn-circle {
  opacity: 0.25;
  display: block;
  position: absolute;
  background: #ffffff;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  border-radius: 50%;
  -webkit-animation: btn-circle 0.5s ease-in forwards;
          animation: btn-circle 0.5s ease-in forwards;
}

.btn-toc {
  color: #757575;
  border: none;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  background: white;
  -webkit-box-shadow: 1px 1px 10px -5px #000000;
          box-shadow: 1px 1px 10px -5px #000000;
  outline: none;
}

@-webkit-keyframes btn-circle {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes btn-circle {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
.post-social {
  text-align: center;
}

.post-social .btn-social {
  color: #00b0ff;
}

.btn-whatsapp {
  color: #25d366;
  background-color: #fff;
  border-color: #fff;
}
.btn-whatsapp:hover {
  color: #1da851;
  background-color: #25d366;
  border-color: #1da851;
}
.btn-check:focus + .btn-whatsapp, .btn-whatsapp:focus {
  color: #1da851;
  background-color: #25d366;
  border-color: #1da851;
  -webkit-box-shadow: 0 0 0 0 rgba(222, 248, 232, 0.5);
          box-shadow: 0 0 0 0 rgba(222, 248, 232, 0.5);
}
.btn-check:checked + .btn-whatsapp, .btn-check:active + .btn-whatsapp, .btn-whatsapp:active, .btn-whatsapp.active, .show > .btn-whatsapp.dropdown-toggle {
  color: #000000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-whatsapp:focus, .btn-check:active + .btn-whatsapp:focus, .btn-whatsapp:active:focus, .btn-whatsapp.active:focus, .show > .btn-whatsapp.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(222, 248, 232, 0.5);
          box-shadow: 0 0 0 0 rgba(222, 248, 232, 0.5);
}
.btn-whatsapp:disabled, .btn-whatsapp.disabled {
  color: #000000;
  background-color: #fff;
  border-color: #fff;
}

.btn-facebook-share {
  color: #3b5998;
  background-color: #fff;
  border-color: #fff;
}
.btn-facebook-share:hover {
  color: #2d4373;
  background-color: #3b5998;
  border-color: #2d4373;
}
.btn-check:focus + .btn-facebook-share, .btn-facebook-share:focus {
  color: #2d4373;
  background-color: #3b5998;
  border-color: #2d4373;
  -webkit-box-shadow: 0 0 0 0 rgba(226, 230, 240, 0.5);
          box-shadow: 0 0 0 0 rgba(226, 230, 240, 0.5);
}
.btn-check:checked + .btn-facebook-share, .btn-check:active + .btn-facebook-share, .btn-facebook-share:active, .btn-facebook-share.active, .show > .btn-facebook-share.dropdown-toggle {
  color: #000000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-facebook-share:focus, .btn-check:active + .btn-facebook-share:focus, .btn-facebook-share:active:focus, .btn-facebook-share.active:focus, .show > .btn-facebook-share.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(226, 230, 240, 0.5);
          box-shadow: 0 0 0 0 rgba(226, 230, 240, 0.5);
}
.btn-facebook-share:disabled, .btn-facebook-share.disabled {
  color: #000000;
  background-color: #fff;
  border-color: #fff;
}

.btn-twitter {
  color: #1da1f2;
  background-color: #fff;
  border-color: #fff;
}
.btn-twitter:hover {
  color: #0c85d0;
  background-color: #1da1f2;
  border-color: #0c85d0;
}
.btn-check:focus + .btn-twitter, .btn-twitter:focus {
  color: #0c85d0;
  background-color: #1da1f2;
  border-color: #0c85d0;
  -webkit-box-shadow: 0 0 0 0 rgba(221, 241, 253, 0.5);
          box-shadow: 0 0 0 0 rgba(221, 241, 253, 0.5);
}
.btn-check:checked + .btn-twitter, .btn-check:active + .btn-twitter, .btn-twitter:active, .btn-twitter.active, .show > .btn-twitter.dropdown-toggle {
  color: #000000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-twitter:focus, .btn-check:active + .btn-twitter:focus, .btn-twitter:active:focus, .btn-twitter.active:focus, .show > .btn-twitter.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(221, 241, 253, 0.5);
          box-shadow: 0 0 0 0 rgba(221, 241, 253, 0.5);
}
.btn-twitter:disabled, .btn-twitter.disabled {
  color: #000000;
  background-color: #fff;
  border-color: #fff;
}

.btn-google-plus {
  color: #dd4b39;
  background-color: #fff;
  border-color: #fff;
}
.btn-google-plus:hover {
  color: #c23321;
  background-color: #dd4b39;
  border-color: #c23321;
}
.btn-check:focus + .btn-google-plus, .btn-google-plus:focus {
  color: #c23321;
  background-color: #dd4b39;
  border-color: #c23321;
  -webkit-box-shadow: 0 0 0 0 rgba(250, 228, 225, 0.5);
          box-shadow: 0 0 0 0 rgba(250, 228, 225, 0.5);
}
.btn-check:checked + .btn-google-plus, .btn-check:active + .btn-google-plus, .btn-google-plus:active, .btn-google-plus.active, .show > .btn-google-plus.dropdown-toggle {
  color: #000000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-google-plus:focus, .btn-check:active + .btn-google-plus:focus, .btn-google-plus:active:focus, .btn-google-plus.active:focus, .show > .btn-google-plus.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(250, 228, 225, 0.5);
          box-shadow: 0 0 0 0 rgba(250, 228, 225, 0.5);
}
.btn-google-plus:disabled, .btn-google-plus.disabled {
  color: #000000;
  background-color: #fff;
  border-color: #fff;
}

.btn-linkedin {
  color: #0077b5;
  background-color: #fff;
  border-color: #fff;
}
.btn-linkedin:hover {
  color: #005582;
  background-color: #0077b5;
  border-color: #005582;
}
.btn-check:focus + .btn-linkedin, .btn-linkedin:focus {
  color: #005582;
  background-color: #0077b5;
  border-color: #005582;
  -webkit-box-shadow: 0 0 0 0 rgba(217, 235, 244, 0.5);
          box-shadow: 0 0 0 0 rgba(217, 235, 244, 0.5);
}
.btn-check:checked + .btn-linkedin, .btn-check:active + .btn-linkedin, .btn-linkedin:active, .btn-linkedin.active, .show > .btn-linkedin.dropdown-toggle {
  color: #000000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-linkedin:focus, .btn-check:active + .btn-linkedin:focus, .btn-linkedin:active:focus, .btn-linkedin.active:focus, .show > .btn-linkedin.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(217, 235, 244, 0.5);
          box-shadow: 0 0 0 0 rgba(217, 235, 244, 0.5);
}
.btn-linkedin:disabled, .btn-linkedin.disabled {
  color: #000000;
  background-color: #fff;
  border-color: #fff;
}

.btn-xing {
  color: #026466;
  background-color: #fff;
  border-color: #fff;
}
.btn-xing:hover {
  color: #013334;
  background-color: #026466;
  border-color: #013334;
}
.btn-check:focus + .btn-xing, .btn-xing:focus {
  color: #013334;
  background-color: #026466;
  border-color: #013334;
  -webkit-box-shadow: 0 0 0 0 rgba(217, 232, 232, 0.5);
          box-shadow: 0 0 0 0 rgba(217, 232, 232, 0.5);
}
.btn-check:checked + .btn-xing, .btn-check:active + .btn-xing, .btn-xing:active, .btn-xing.active, .show > .btn-xing.dropdown-toggle {
  color: #000000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-xing:focus, .btn-check:active + .btn-xing:focus, .btn-xing:active:focus, .btn-xing.active:focus, .show > .btn-xing.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(217, 232, 232, 0.5);
          box-shadow: 0 0 0 0 rgba(217, 232, 232, 0.5);
}
.btn-xing:disabled, .btn-xing.disabled {
  color: #000000;
  background-color: #fff;
  border-color: #fff;
}

/* tabs.scss */
.nav-tabs {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border: none;
  -webkit-box-shadow: 0 -1px 0 #e0e0e0 inset;
          box-shadow: 0 -1px 0 #e0e0e0 inset;
  margin: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
}

.nav-tabs::-webkit-scrollbar {
  display: none;
}

.nav-tabs .nav-item {
  font-weight: 500;
  margin: 0;
  padding: 0.969rem 1.5rem;
}

.nav-tabs .nav-link {
  border: none;
  color: #757575;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border: none;
  color: #00b0ff;
}

.nav-tabs .nav-link.active {
  color: #00b0ff;
  background: transparent;
  -webkit-box-shadow: 0 -3px 0 0 #00b0ff inset;
          box-shadow: 0 -3px 0 0 #00b0ff inset;
  border: none;
}

.tab-content {
  padding: 3rem 0 0 0;
}

.tab-content .tab-pane > :last-child {
  margin-bottom: 0;
}

.text-white .nav-tabs {
  -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset;
          box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset;
}

.text-white .nav-tabs .nav-link {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}

.text-white .nav-tabs .nav-link:hover,
.text-white .nav-tabs .nav-link:focus {
  color: #ffffff;
}

.text-white .nav-tabs .nav-link.active {
  color: #ffffff;
  -webkit-box-shadow: 0 -3px 0 0 #ffffff inset;
          box-shadow: 0 -3px 0 0 #ffffff inset;
}

/* accordion.scss */
.accordion-item {
  border: none;
  background: transparent;
}
.accordion-item .accordion-header {
  padding: 0;
  margin: 0 !important;
  background: transparent;
  border: none;
}
.accordion-item .accordion-header .accordion-button {
  -webkit-transition: none;
  transition: none;
  background: transparent;
  color: #757575;
  border: none;
  border-radius: 0;
  border-top: 1px solid #e0e0e0;
  font-weight: 500;
  display: block;
  padding: 0.75rem 0;
  width: 100%;
  text-align: left;
  position: relative;
  white-space: normal;
}
.accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: transparent;
}
.accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  border-bottom: 1px solid #e0e0e0;
}
.accordion-item .accordion-header .accordion-button[aria-expanded=true] .material-icons {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #00b0ff;
}
.accordion-item .accordion-header .accordion-button:hover, .accordion-item .accordion-header .accordion-button:focus {
  color: #00b0ff;
}
.accordion-item .accordion-header .accordion-button .material-icons {
  position: absolute;
  right: 0;
  color: #757575;
}
.accordion-item .accordion-collapse .accordion-body {
  padding: 1.5rem 0;
}
.accordion-item .accordion-collapse .accordion-body > :last-child {
  margin-bottom: 0;
}

/* modal.scss */
.modal {
  cursor: pointer;
}

.modal-dialog {
  cursor: default;
  min-height: calc(100vh - 57px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: visible;
}

.modal.fade .modal-dialog,
.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.modal-backdrop {
  cursor: pointer;
}

.modal-backdrop.show {
  opacity: 0.32;
}

.modal-content {
  -webkit-box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.modal-content .modal-header {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #e0e0e0;
}

.modal-content .modal-header .close {
  color: #9e9e9e;
  opacity: 1;
  text-shadow: none;
  padding: 0;
  margin: 0 0 0 auto;
}

.modal-content .modal-header .close span {
  position: relative;
}

.modal-content .modal-body {
  padding: 1.5rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 560px;
  }
}
.modal-review.fade .modal-dialog {
  -webkit-transform: translate(25%, 0);
          transform: translate(25%, 0);
}

.modal-review.show .modal-dialog {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

#exitIntentModal .modal-content {
  border-radius: 2px;
}

#exitIntentModal .modal-content .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
}

#exitIntentModal .modal-content .modal-body {
  padding: 0 3rem 3rem 3rem;
}

/* carousel.scss */
.carousel-control-prev,
.carousel-control-next {
  width: 3.75rem;
  opacity: 1;
  text-decoration: none;
}

.carousel-control-prev:hover,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-next:focus {
  opacity: 1;
}

.carousel-control-prev .material-icons,
.carousel-control-next .material-icons {
  font-size: 2.25rem;
}

.carousel-indicators li {
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
}

.carousel-indicators .active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.tocNavbar {
  padding: 4.5rem 0 4.5rem 2rem;
  position: sticky;
  top: 0;
}
.tocNavbar .nav-item {
  display: block;
  width: 100%;
  border-left: 1px solid #9e9e9e;
}
.tocNavbar .nav-item a {
  font-size: 0.75rem;
  color: #9e9e9e;
  padding: 0 0 0 0.5rem;
  margin: 0.25rem 0 0.25rem 0;
}
.tocNavbar .nav-item a.active {
  color: #00b0ff;
  border-left: 2px solid #00b0ff;
}
.tocNavbar .nav-item:hover a {
  color: #00b0ff;
}
.tocNavbar .nav-item:first-child a {
  margin-top: 0;
}
.tocNavbar .nav-item:last-child a {
  margin-bottom: 0;
  color: #00c853;
}
.tocNavbar .nav-item:last-child a.active {
  color: #00b0ff;
}
@media (max-width: 991.98px) {
  .tocNavbar {
    padding: 4.5rem 0;
  }
}
@media (max-width: 767.98px) {
  .tocNavbar {
    padding: 1rem;
    max-height: 45vh;
    overflow: auto;
  }
  .tocNavbar .nav-item {
    border-left: none;
  }
  .tocNavbar .nav-item a {
    margin: 0.25rem 0 0.25rem 0;
    font-size: 1rem;
  }
}

/* misc.scss */
.bg-lightblue {
  background-color: #F1F7FC;
}

/* @TODO REMOVE, DEMO */
figure[class*=elevation] {
  line-height: 60px;
  width: 160px;
  text-align: center;
  margin: 0 60px 60px 0;
  float: left;
}

.elevation-test {
  -webkit-transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), -webkit-box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
  -webkit-box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}
.elevation-test:hover {
  -webkit-box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.rating {
  color: #9e9e9e;
}

.rating .rating-stars {
  vertical-align: middle;
}

.rating-stars .material-icons {
  color: #fbc02d;
}

.rating-stars + small, .rating-stars + .small {
  margin-left: 0.5rem;
}

.rating a {
  color: inherit;
  text-decoration: underline;
}
.rating a:hover, .rating a:focus {
  color: #00b0ff;
}

.rating-stars + small, .rating-stars + .small {
  margin-left: 0;
  display: block;
}

.material-icons.x2 {
  font-size: 3rem;
}

img[class*=wp-image] {
  max-width: 100%;
  height: auto;
  display: block;
}

.alignleft {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}

.aligncenter {
  display: block;
  margin: 0 auto 1.5rem auto;
}

.alignright {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}

.alignnone {
  float: none;
  display: block;
  margin: 0 0 1.5rem 0;
}

.wp-smiley {
  height: 16px;
  width: auto;
  max-width: 16px;
}

.w-100 {
  height: auto;
}

.wp-caption {
  max-width: 100%;
  width: auto !important;
}

.wp-caption-text {
  font-size: 0.875rem;
  margin: 0.5rem 0 0 0;
  color: #9e9e9e;
}

.wp-caption img {
  height: auto;
}

#cookie-notice-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.9375rem;
  background-color: #212121;
  color: #757575;
  font-size: 90%;
}

#cookie-notice-bar .media-right {
  padding-left: 1rem;
}

#cookie-notice-bar .media-right .btn {
  color: #9e9e9e;
  padding: 0;
  margin: 0;
  border: none;
}

#cookie-notice-bar .media-body a {
  color: inherit;
  text-decoration: underline;
}
#cookie-notice-bar .media-body a:hover, #cookie-notice-bar .media-body a:focus {
  color: #00b0ff;
}

.tooltip-inner {
  background: #00b0ff;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .arrow::before,
.bs-tooltip-auto[x-placement^=top] .arrow::before {
  border-top-color: #00b0ff;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .arrow::before,
.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  border-bottom-color: #00b0ff;
}

@media (min-width: 992px) {
  .page-id-1322 .header-small {
    position: absolute;
    background: none;
    width: 100%;
    left: 0;
    right: 0;
  }

  .page-id-1322 #page-builder .section.id-0 .col-image {
    background-image: url("/wp-content/uploads/teaser-unternehmen.jpg");
    background-size: cover;
    background-position: center;
    -ms-flex-item-align: auto;
        align-self: auto;
  }

  .page-id-1322 #page-builder .section.id-0 .col-image img {
    display: none;
  }

  .page-id-1322 #page-builder .section.text-image > .container > .row > .col-text .col-text-inner {
    padding-top: 3.5rem;
  }
}
#outdated {
  background-color: #ff1744;
  color: #fff;
  display: none;
  overflow: hidden;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1500;
  padding: 1.5rem 0;
  -webkit-box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

#outdated .h2 {
  margin-bottom: 1rem;
}

#outdated .btn {
  background: #ff1744 !important;
}
#outdated .btn:hover, #outdated .btn:focus, #outdated .btn:active {
  background: #fff !important;
  color: #ff1744 !important;
}

#outdated .last {
  display: none;
}

.anchor-navigation {
  z-index: 1000;
}

#cookie-notice-bar {
  z-index: 1000;
}

.modal-backdrop.menu-backdrop {
  z-index: 1010;
}

.header-small {
  z-index: 1020;
  position: relative;
}

.not-fixed-top {
  z-index: 1030;
}

.fixed-top {
  z-index: 1030;
}

#navigation {
  z-index: 1040;
}

#header {
  z-index: 1050;
}

/*
.modal-open .menu-backdrop.show	{ z-index: 1050; }
 */
#navigation.open,
#navigation.navigation-visible {
  z-index: 1060;
}

/*
.modal-open .fixed-top			{ position: static; }
 */
.col-nopadding {
  padding-left: 0;
  padding-right: 0;
}

.col-sidebar {
  background: #fafafa;
  background: -webkit-gradient(linear, left top, right top, from(#fafafa), color-stop(75%, #fafafa), to(rgba(250, 250, 250, 0)));
  background: linear-gradient(90deg, #fafafa 0%, #fafafa 75%, rgba(250, 250, 250, 0) 100%);
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  z-index: 9;
}
.col-sidebar .tocNavbar {
  position: relative !important;
}

.section-charts {
  border-radius: 2rem 0 0 2rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.section-charts .col-text-inner {
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 100%;
  margin-left: 15px !important;
}
.section-charts .col-text-left .col-text-inner {
  width: auto !important;
}
@media (max-width: 767.98px) {
  .section-charts {
    border: none;
    border-radius: 0 !important;
  }
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

.page-builder-toc .section-charts {
  margin-left: 16.6666%;
}
.page-builder-toc .section:not(.section-charts):not(.toc-nopad) {
  padding-left: 16.6666% !important;
}

.card-blank {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.card-blank .card-img-top {
  margin-bottom: 1.5rem;
}
.card-blank .card-header {
  padding: 0 0 1.5rem 0;
}
.card-blank .card-body, .card-blank .post-comments .comment-respond, .post-comments .card-blank .comment-respond {
  padding: 0;
}
.card-blank .card-footer {
  padding: 1.5rem 0 0 0;
}

.bluetext {
  color: #00b0ff !important;
}

/* _extend.scss */
#ui-datepicker-div {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #757575;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  color: #757575;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid #bdbdbd;
  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) {
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select {
    -webkit-transition: none;
    transition: none;
  }
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select::-ms-expand {
  background-color: transparent;
  border: 0;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #757575;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select::-webkit-input-placeholder {
  color: #757575;
  opacity: 1;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select::-moz-placeholder {
  color: #757575;
  opacity: 1;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select:-ms-input-placeholder {
  color: #757575;
  opacity: 1;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select::-ms-input-placeholder {
  color: #757575;
  opacity: 1;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select::placeholder {
  color: #757575;
  opacity: 1;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select:disabled, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select[readonly] {
  background-color: #f5f5f5;
  opacity: 1;
}

/* header.scss */
#header {
  position: relative;
}

#header .header-inner {
  padding: 10px 0;
}

#header .header-inner a:not(.btn-outline-light) {
  color: inherit;
}

#header .header-inner .text-left .btn {
  height: 36px;
  line-height: 32px;
}

#header .header-inner .text-left .btn .material-icons {
  display: block;
  height: 36px;
  line-height: 36px;
  width: 36px;
  float: left;
}

#header .header-inner .text-left .text-lg {
  font-weight: 500;
  padding-left: 0.5rem;
}

#header .header-inner .text-center .brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#header .header-inner .text-center .brand svg {
  height: 2.25rem;
  width: auto;
  margin: 0 auto;
}

#header .header-inner .text-center .brand svg path {
  fill: #00b0ff;
}

#header .header-inner.bg-primary .text-center .brand svg path {
  fill: #fff;
}

#header .header-inner .text-right .list-inline-item {
  margin: 0;
}

#header .header-inner .text-right .list-inline-item:not(:first-child) {
  margin-left: 1.5rem;
}

.header-wrapper.fixed-top {
  height: 56px;
}

@media (max-width: 991.98px) {
  #header .header-inner .text-right .btn {
    height: 36px;
    line-height: 32px;
  }

  #header .header-inner .text-right .btn .material-icons {
    display: block;
    height: 36px;
    line-height: 36px;
    width: 36px;
    float: right;
  }
}
@media (min-width: 1200px) {
  .header-wrapper {
    height: 56px;
  }

  .single-conversion .header-wrapper {
    display: none;
  }

  .header-wrapper.not-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-115%);
            transform: translateY(-115%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .header-wrapper.fixed-top {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.header-small {
  padding: 2rem 0.75rem 0 2rem;
  background: #fafafa;
}

.header-small .brand {
  display: inline-block;
}

.header-small .brand svg {
  height: 25px;
  width: auto;
}

.header-small .brand svg path {
  fill: #00b0ff;
}

.header-small .text-right {
  padding: 0 1rem 0 0;
  color: #9e9e9e;
  font-size: 0.875rem;
}

.header-small .text-right p {
  margin: 0;
}

.header-small .text-right a {
  color: inherit;
}

.header-small .text-right .material-icons {
  vertical-align: bottom;
}

.header-small .btn-link[data-action=navigation-toggle] {
  border-radius: 0;
  position: absolute;
  top: -1.25rem;
  left: -0.9rem;
  color: #bdbdbd;
}

.header-small .btn-link[data-action=navigation-toggle] + .brand {
  margin-left: 1.875rem;
}

@media (max-width: 991.98px) {
  .header-small {
    display: none;
  }
}
#navigation {
  background: #fff;
}

#navigation .navigation-inner {
  padding: 0;
}

#navigation .navigation-inner .text-left {
  padding: 10px 0;
}

#navigation .navigation-inner .text-left .btn {
  color: #9e9e9e;
  height: 36px;
  line-height: 32px;
}

#navigation .navigation-inner .text-left .btn .material-icons {
  display: block;
  height: 36px;
  line-height: 36px;
  width: 36px;
  float: left;
}

#navigation .navigation-inner .text-left .text-lg {
  font-weight: 500;
  padding-left: 0.5rem;
}

#navigation .navigation-inner .text-center .navigation-header {
  display: block;
  font-weight: 500;
  width: 10rem;
  padding: 0.75rem 1rem;
  color: #9e9e9e;
  font-size: 1.25rem;
}

#navigation .navigation-inner .text-center .navigation-header:hover,
#navigation .navigation-inner .text-center .navigation-header:focus {
  color: #00b0ff;
}

#navigation .navigation-inner .text-center .navigation-header.active {
  color: #00b0ff;
  -webkit-box-shadow: 0 -3px 0 #00b0ff inset;
          box-shadow: 0 -3px 0 #00b0ff inset;
}

#navigation .navigation-inner .text-right {
  padding: 10px 0;
}

#navigation .navigation-inner .text-right .btn {
  color: #9e9e9e;
  height: 36px;
  line-height: 32px;
}

#navigation .navigation-inner .text-right .btn .material-icons {
  display: block;
  height: 36px;
  line-height: 36px;
  width: 36px;
  float: left;
}

#navigation .navigation-inner .bm-navigation {
  padding: 4.5rem 0;
}

#navigation .navigation-inner .bm-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#navigation .navigation-inner .bm-navigation ul .menu-item a {
  display: block;
  color: #757575;
  padding: 1rem 0;
  border-bottom: 1px solid #e0e0e0;
}

#navigation .navigation-inner .bm-navigation ul .menu-item.current_page_item a,
#navigation .navigation-inner .bm-navigation ul .menu-item.current_page_parent a,
#navigation .navigation-inner .bm-navigation ul .menu-item a:hover,
#navigation .navigation-inner .bm-navigation ul .menu-item a:focus {
  color: #00b0ff;
}

#navigation .navigation-inner .bm-navigation ul .menu-headline span {
  display: block;
  color: #212121;
  padding: 1rem 0;
  font-weight: 500;
}

#navigation .navigation-cta {
  margin-top: 4.5rem;
}

@media (min-width: 1200px) {
  #navigation {
    position: relative;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.375s ease;
    transition: -webkit-transform 0.375s ease;
    transition: transform 0.375s ease;
    transition: transform 0.375s ease, -webkit-transform 0.375s ease;
  }

  #navigation.navigation-visible {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.375s ease;
    transition: -webkit-transform 0.375s ease;
    transition: transform 0.375s ease;
    transition: transform 0.375s ease, -webkit-transform 0.375s ease;
  }

  .header-wrapper.fixed-top #navigation {
    margin-top: -57px;
  }
}
@media (max-width: 1199.98px) {
  #navigation.offcanvas-collapse {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 100%;
    left: auto;
    width: 280px;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    -webkit-transition-duration: 0.375s;
            transition-duration: 0.375s;
    -webkit-transition-property: right, visibility;
    transition-property: right, visibility;
  }

  #navigation.offcanvas-collapse.open {
    left: auto;
    right: calc( 100% - 280px);
    visibility: visible;
  }

  #navigation.offcanvas-collapse .list-group:first-of-type {
    padding-top: 1rem;
  }

  #navigation.offcanvas-collapse .list-group .list-group-item {
    padding: 0.925rem 1.75rem;
    margin-bottom: 0;
    border: none;
  }

  #navigation.offcanvas-collapse .list-group > .list-group-item {
    font-weight: 500;
    color: #212121;
  }

  #navigation.offcanvas-collapse .list-group > .list-group-item[aria-expanded=true] {
    color: #00b0ff;
  }

  #navigation.offcanvas-collapse .list-group-submenu > .list-group-item {
    color: #757575;
    padding-left: 3.5rem;
  }

  #navigation.offcanvas-collapse .list-group-submenu > .list-group-item:hover,
#navigation.offcanvas-collapse .list-group-submenu > .list-group-item:focus {
    background: #f5f5f5;
    color: #00b0ff;
  }

  #navigation .navigation-offcanvas .offcanvas-header {
    padding: 10px 0.125rem;
    text-align: right;
  }
  #navigation .navigation-offcanvas .offcanvas-header .btn {
    color: #757575;
    margin: 0 0 0 auto;
    height: 36px;
    line-height: 36px;
    width: 36px;
  }
  #navigation .navigation-offcanvas .offcanvas-header .btn:hover {
    color: #00b0ff;
  }

  #navigation .navigation-offcanvas .nav .nav-link {
    font-weight: 300;
    color: #757575;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    padding: 0.5rem 1rem;
  }
  #navigation .navigation-offcanvas .nav .nav-link:hover {
    color: #00b0ff;
  }
  #navigation .navigation-offcanvas .nav .nav-link[data-bs-toggle=collapse] {
    position: relative;
  }
  #navigation .navigation-offcanvas .nav .nav-link[data-bs-toggle=collapse]::before {
    content: "";
    font-family: "Material Icons", sans-serif;
    position: absolute;
    padding: 0.5rem 1rem;
    top: 0;
    right: 0;
  }
  #navigation .navigation-offcanvas .nav .nav-link[data-bs-toggle=collapse][aria-expanded=true]::before {
    content: "";
  }
  #navigation .navigation-offcanvas .nav .nav .nav-link {
    padding-left: 2rem;
  }
  #navigation .navigation-offcanvas .nav .nav .nav .nav-link {
    padding-left: 3rem;
  }
}
/* _megamenu.scss */
#navigation.navigation-desktop {
  background: #fafafa;
}
#navigation.navigation-desktop .container-fluid, #navigation.navigation-desktop .container-sm, #navigation.navigation-desktop .container-md, #navigation.navigation-desktop .container-lg, #navigation.navigation-desktop .container-xl, #navigation.navigation-desktop .container-xxl {
  padding-right: 0;
}
#navigation.navigation-desktop .navigation-inner {
  overflow: hidden;
}
#navigation.navigation-desktop .megamenu-menu {
  padding-bottom: 1.5rem;
}
#navigation.navigation-desktop .megamenu-menu li a {
  font-weight: 300;
  color: #757575;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
#navigation.navigation-desktop .megamenu-menu li a:hover {
  color: #00b0ff;
}
#navigation.navigation-desktop .megamenu-menu li a[data-bs-toggle=collapse] {
  position: relative;
}
#navigation.navigation-desktop .megamenu-menu li a[data-bs-toggle=collapse]::before {
  content: "";
  font-family: "Material Icons", sans-serif;
  position: absolute;
  padding: 0.5rem 0;
  top: 0;
  right: 0;
}
#navigation.navigation-desktop .megamenu-menu li a[data-bs-toggle=collapse][aria-expanded=true]::before {
  content: "";
}
#navigation.navigation-desktop .megamenu-menu li.active > a {
  color: #00b0ff;
  -webkit-box-shadow: 0 -2px 0 #00b0ff inset;
          box-shadow: 0 -2px 0 #00b0ff inset;
}
#navigation.navigation-desktop .megamenu-menu .collapse,
#navigation.navigation-desktop .megamenu-menu .collapsing {
  -webkit-transition: none;
  transition: none;
}
#navigation.navigation-desktop .megamenu-menu .collapse .nav-item,
#navigation.navigation-desktop .megamenu-menu .collapsing .nav-item {
  padding-left: 3rem;
}
#navigation.navigation-desktop .megamenu-menu .collapse .nav-item a,
#navigation.navigation-desktop .megamenu-menu .collapsing .nav-item a {
  padding-left: 0;
}
#navigation.navigation-desktop .megamenu-content {
  padding: 1.5rem 0 3rem 0;
}
#navigation.navigation-desktop .megamenu-content.loading {
  -webkit-filter: blur(0.25rem);
          filter: blur(0.25rem);
}
#navigation.navigation-desktop .megamenu-content .container {
  max-width: 100%;
  padding: 0;
}
#navigation.navigation-desktop .megamenu-content .section + .section {
  margin-top: 1.5rem;
}
#navigation.navigation-desktop .megamenu-banner {
  height: 100%;
}
#navigation.navigation-desktop .megamenu-banner .card-banner {
  height: 100%;
  border: none;
  background: #616161;
  color: #ffffff;
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
#navigation.navigation-desktop .megamenu-banner .card-banner .card-body, #navigation.navigation-desktop .megamenu-banner .card-banner .post-comments .comment-respond, .post-comments #navigation.navigation-desktop .megamenu-banner .card-banner .comment-respond {
  padding: 1.5rem;
}
#navigation.navigation-desktop .megamenu-banner .card-banner .card-body .card-title, #navigation.navigation-desktop .megamenu-banner .card-banner .post-comments .comment-respond .card-title, .post-comments #navigation.navigation-desktop .megamenu-banner .card-banner .comment-respond .card-title {
  margin-bottom: 0.75rem;
  font-size: 1rem;
  color: #ffffff;
}
#navigation.navigation-desktop .megamenu-banner .card-banner .card-body .list-benefits .material-icons, #navigation.navigation-desktop .megamenu-banner .card-banner .post-comments .comment-respond .list-benefits .material-icons, .post-comments #navigation.navigation-desktop .megamenu-banner .card-banner .comment-respond .list-benefits .material-icons {
  background: rgba(0, 0, 0, 0.25);
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  text-align: center;
  border-radius: 2rem;
}
#navigation.navigation-desktop .megamenu-banner .card-banner .card-footer {
  background: none;
  border: none;
  padding: 0 1.5rem 3rem 1.5rem;
}

.card-box {
  border: none;
  height: 100%;
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.card-box:hover {
  -webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
.card-box .card-body, .card-box .post-comments .comment-respond, .post-comments .card-box .comment-respond {
  padding: 1.5rem !important;
  font-size: 0.875rem;
}
.card-box .card-body .card-title, .card-box .post-comments .comment-respond .card-title, .post-comments .card-box .comment-respond .card-title {
  margin-bottom: 0.75rem;
  font-size: 1rem;
}
/* content.scss */
#main {
  min-height: calc(100vh - 112px);
}

.single-conversion #main {
  min-height: calc(100vh - 119px);
}

.filter,
.section-headline {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .filter.text-right {
    text-align: left !important;
    margin-top: 1rem;
  }
}
@media (min-width: 1920px) {
  #wrapper,
.header-wrapper,
.header-small,
#page-builder .section.anchor-navigation {
    max-width: 1920px;
    margin: 0 auto;
  }

  #wrapper {
    -webkit-box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
            box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
  }
}
.card, .post-comments .comment-respond {
  border-color: #e0e0e0;
  border-radius: 2px;
}

.card[class*=elevation-], .post-comments [class*=elevation-].comment-respond {
  border: none;
}

.card .card-img-top, .post-comments .comment-respond .card-img-top {
  height: auto;
}

.card .card-title, .post-comments .comment-respond .card-title {
  font-size: 1.25rem;
}

.card .card-title a, .post-comments .comment-respond .card-title a {
  color: #757575;
  text-decoration: none;
}

.card .card-title a:hover, .post-comments .comment-respond .card-title a:hover,
.card .card-title a:focus,
.post-comments .comment-respond .card-title a:focus {
  color: #00b0ff;
}

.card .card-body, .card .post-comments .comment-respond, .post-comments .card .comment-respond, .post-comments .comment-respond .card-body, .post-comments .comment-respond .comment-respond {
  padding: 2.25rem;
}

.card .card-body > small.text-muted, .card .post-comments .comment-respond > small.text-muted, .post-comments .card .comment-respond > small.text-muted, .post-comments .comment-respond .card-body > small.text-muted, .post-comments .comment-respond .comment-respond > small.text-muted, .card .card-body > .text-muted.small, .card .post-comments .comment-respond > .text-muted.small, .post-comments .card .comment-respond > .text-muted.small, .post-comments .comment-respond .card-body > .text-muted.small, .post-comments .comment-respond .comment-respond > .text-muted.small {
  display: block;
}

.card .card-body > small.text-muted a, .card .post-comments .comment-respond > small.text-muted a, .post-comments .card .comment-respond > small.text-muted a, .post-comments .comment-respond .card-body > small.text-muted a, .post-comments .comment-respond .comment-respond > small.text-muted a, .card .card-body > .text-muted.small a, .card .post-comments .comment-respond > .text-muted.small a, .post-comments .card .comment-respond > .text-muted.small a, .post-comments .comment-respond .card-body > .text-muted.small a, .post-comments .comment-respond .comment-respond > .text-muted.small a {
  color: inherit;
}

.card .card-body > :last-child, .card .post-comments .comment-respond > :last-child, .post-comments .card .comment-respond > :last-child, .post-comments .comment-respond .card-body > :last-child, .post-comments .comment-respond .comment-respond > :last-child {
  margin-bottom: 0;
}

.card.card-new, .post-comments .card-new.comment-respond {
  border-radius: 20px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .card-deck .card, .card-deck .post-comments .comment-respond, .post-comments .card-deck .comment-respond {
    display: block;
    -ms-flex-preferred-size: calc(33.33% - 1.5rem);
        flex-basis: calc(33.33% - 1.5rem);
  }

  .card-deck .card:nth-child(1n+4), .card-deck .post-comments .comment-respond:nth-child(1n+4), .post-comments .card-deck .comment-respond:nth-child(1n+4) {
    margin-top: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .card-deck .card, .card-deck .post-comments .comment-respond, .post-comments .card-deck .comment-respond {
    display: block;
    -ms-flex-preferred-size: calc(50% - 1.5rem);
        flex-basis: calc(50% - 1.5rem);
  }

  .card-deck .card:nth-child(1n+3), .card-deck .post-comments .comment-respond:nth-child(1n+3), .post-comments .card-deck .comment-respond:nth-child(1n+3) {
    margin-top: 1.5rem;
  }
}
@media (max-width: 575.98px) {
  .card-deck .card, .card-deck .post-comments .comment-respond, .post-comments .card-deck .comment-respond {
    display: block;
    -ms-flex-preferred-size: calc(100% - 1.5rem);
        flex-basis: calc(100% - 1.5rem);
    margin-bottom: 0;
  }

  .card-deck .card:not(:first-of-type), .card-deck .post-comments .comment-respond:not(:first-of-type), .post-comments .card-deck .comment-respond:not(:first-of-type) {
    margin-top: 1.5rem;
  }
}
.section.faq .card-deck .card, .section.faq .card-deck .post-comments .comment-respond, .post-comments .section.faq .card-deck .comment-respond {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.section.faq .card-deck .card:not(:first-of-type), .section.faq .card-deck .post-comments .comment-respond:not(:first-of-type), .post-comments .section.faq .card-deck .comment-respond:not(:first-of-type) {
  margin-top: 1rem;
}

.section.faq .card-deck .card .card-body, .section.faq .card-deck .card .post-comments .comment-respond, .post-comments .section.faq .card-deck .card .comment-respond, .section.faq .card-deck .post-comments .comment-respond .card-body, .section.faq .card-deck .post-comments .comment-respond .comment-respond, .post-comments .section.faq .card-deck .comment-respond .card-body, .post-comments .section.faq .card-deck .comment-respond .comment-respond {
  padding: 1.5rem;
}

#page-builder .section ul:not(.list-usp):not(.nav):not(.list-unstyled):not(.list-inline) {
  list-style: none;
  padding: 0;
}

#page-builder .section ul:not(.list-usp):not(.nav):not(.list-unstyled):not(.list-inline) li {
  position: relative;
  padding-left: 1.25rem;
}

#page-builder .section ul:not(.list-usp):not(.nav):not(.list-unstyled):not(.list-inline) li {
  margin-top: 0.75rem;
}

#page-builder .section ul:not(.list-usp):not(.nav):not(.list-unstyled):not(.list-inline) li:before {
  content: "";
  display: inline-block;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background: #bdbdbd;
  position: absolute;
  left: 0;
  top: 0.55rem;
}

#page-builder .section.bg-primary ul:not(.list-usp):not(.nav):not(.list-unstyled):not(.list-inline) li:before {
  background: #ffffff;
}

#page-builder .section ul:not(.list-usp):not(.nav):not(.list-unstyled):not(.list-inline) ul li:before {
  background: transparent;
  -webkit-box-shadow: 0 0 0 2px #bdbdbd inset;
          box-shadow: 0 0 0 2px #bdbdbd inset;
}

.alert {
  border: none;
  padding: 1.5rem;
  border-radius: 2px;
  position: relative;
}

.alert.alert-icon {
  padding-left: 4rem;
}

.alert.alert-icon .material-icons {
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
}

.alert-info {
  background: #e1f5fe;
  color: #757575;
}

.alert-info .material-icons {
  color: #00b0ff;
}

.alert-success {
  background: #e8f5e9;
  color: #757575;
}

.alert-success .material-icons {
  color: #00c853;
}

.section.stage_cta .carousel-itemactive {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  min-height: 40rem;
  padding: 2rem;
}
.section.stage_cta .overlay-cta {
  max-width: 24rem;
  margin: 0 0 0 auto;
}
.section.stage_cta .overlay-cta .card-cta {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
}
.section.stage_cta .overlay-cta .card-cta .card-header,
.section.stage_cta .overlay-cta .card-cta .card-body,
.section.stage_cta .overlay-cta .card-cta .post-comments .comment-respond,
.post-comments .section.stage_cta .overlay-cta .card-cta .comment-respond,
.section.stage_cta .overlay-cta .card-cta .card-footer {
  padding: 1.5rem;
}
.section.stage_cta .overlay-cta .card-cta .card-header {
  background: none;
  border: none;
  padding-bottom: 0;
}
.section.stage_cta .overlay-cta .card-cta .card-header .card-title {
  margin: 0;
}
.section.stage_cta .overlay-cta .card-cta .card-footer {
  background: none;
  border: none;
  padding-top: 0;
}

.section.tilestage {
  padding-top: 0 !important;
}
.section.tilestage .maintile {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  min-height: 40rem;
}
.section.tilestage .maintile img {
  border-radius: 0 20px 20px 0;
}
@media (max-width: 991.98px) {
  .section.tilestage .maintile img {
    border-radius: 0;
  }
}
.section.tilestage .row .row {
  height: 100%;
}
.section.tilestage .sidetile-col {
  height: calc(50% - (0.375rem / 2));
  position: relative;
}
@media (max-width: 991.98px) {
  .section.tilestage .sidetile-col {
    height: 100%;
  }
}
.section.tilestage .sidetile {
  position: relative;
  height: 100%;
  width: 100%;
  background-position: center top;
  background-size: 100%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  border-radius: 20px 0 0 20px;
}
.section.tilestage .sidetile:first-child {
  margin-bottom: 0.375rem;
}
.section.tilestage .sidetile.sidetile-with-overlay:after {
  background: rgba(0, 176, 255, 0.6);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 20px 0 0 20px;
}
.section.tilestage .sidetile .sideTile-overlay {
  position: relative;
  z-index: 2;
  padding: 1rem 1rem 3rem 2.5rem;
}
.section.tilestage .sidetile .sideTile-overlay h1, .section.tilestage .sidetile .sideTile-overlay .h1, .section.tilestage .sidetile .sideTile-overlay h2, .section.tilestage .sidetile .sideTile-overlay .h2, .section.tilestage .sidetile .sideTile-overlay h3, .section.tilestage .sidetile .sideTile-overlay .h3, .section.tilestage .sidetile .sideTile-overlay h4, .section.tilestage .sidetile .sideTile-overlay .h4, .section.tilestage .sidetile .sideTile-overlay h5, .section.tilestage .sidetile .sideTile-overlay .h5, .section.tilestage .sidetile .sideTile-overlay h6, .section.tilestage .sidetile .sideTile-overlay .h6, .section.tilestage .sidetile .sideTile-overlay .rating, .section.tilestage .sidetile .sideTile-overlay small, .section.tilestage .sidetile .sideTile-overlay .small {
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .section.tilestage .sidetile {
    border-radius: 0;
    height: 100%;
    background-size: cover;
  }
  .section.tilestage .sidetile.sidetile-with-overlay {
    height: 100%;
  }
  .section.tilestage .sidetile.sidetile-with-overlay:after {
    height: 100%;
    border-radius: 0;
  }
}
.section.tilestage .boxes-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -4rem;
  margin-bottom: 0;
  z-index: 3;
  position: relative;
  width: 100%;
}
.section.tilestage .boxes-container .boxes-container-inner {
  width: auto;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px 0 0 20px;
}
.section.tilestage .boxes-container .boxes-container-inner .mobile-view {
  margin-top: -3rem;
}
.section.tilestage .boxes-container .boxes-container-inner .mobile-view .btn {
  border-radius: 0.25rem;
}
.section.tilestage .boxes-container .boxes-container-inner .mobile-view .btn .btn-circle {
  height: 100vw;
  width: 100vw;
}
.section.tilestage .boxes-container .boxes-container-inner .mobile-view .dropdown-menu {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section.tilestage .boxes-container .boxes-container-inner .mobile-view .dropdown-menu li {
  margin: 0 !important;
  padding: 0 !important;
}
.section.tilestage .boxes-container .boxes-container-inner .mobile-view .dropdown-menu li::before {
  content: none !important;
}
.section.tilestage .boxes-container .boxes-container-inner .mobile-view .dropdown-menu li:first-of-type {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}
.section.tilestage .boxes-container .boxes-container-inner .mobile-view .dropdown-menu li:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.section.tilestage .boxes-container .boxes-container-inner .mobile-view .dropdown-menu li .dropdown-item {
  padding: 0.75rem 1.5rem;
  color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .section.tilestage .boxes-container .boxes-container-inner .mobile-view .dropdown-menu li .dropdown-item {
    -webkit-transition: none;
    transition: none;
  }
}
.section.tilestage .boxes-container .boxes-container-inner .mobile-view .dropdown-menu li .dropdown-item:hover, .section.tilestage .boxes-container .boxes-container-inner .mobile-view .dropdown-menu li .dropdown-item:focus {
  background: none;
  padding-left: 2rem;
}
.section.tilestage .boxes-container .boxes-container-inner .box {
  border-radius: 1rem;
  padding: 1.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
}
@media (max-width: 991.98px) {
  .section.tilestage .boxes-container .boxes-container-inner .box {
    width: 100%;
    height: 100%;
  }
}
@media (min-width: 992px) {
  .section.tilestage .boxes-container .boxes-container-inner .box {
    width: 10rem;
    height: 10rem;
  }
}
.section.tilestage .boxes-container .boxes-container-inner .box a, .section.tilestage .boxes-container .boxes-container-inner .box span {
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
@media (max-width: 991.98px) {
  .section.tilestage .boxes-container {
    margin-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section.tilestage .boxes-container .boxes-container-inner {
    width: 100%;
    border-radius: 0;
    background: none;
  }
}

.section.tiletabs {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
  background-size: cover;
  padding-bottom: 0 !important;
}
.section.tiletabs .btn-tiletabs {
  display: table;
  margin: 0 auto;
}
.section.tiletabs .badge {
  background: #fbc02d;
  width: 8rem;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  font-size: 1.5rem;
  color: #000000;
  position: absolute;
  border-radius: 50%;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
@media (max-width: 767.98px) {
  .section.tiletabs .badge {
    width: 5rem;
    height: 5rem;
    font-size: 1rem;
    top: 1.5rem;
    right: 1.5rem;
  }
}
.section.tiletabs .maintile {
  width: 100%;
  position: relative;
}
.section.tiletabs .maintile img {
  width: 100%;
}
@media (max-width: 991.98px) {
  .section.tiletabs .maintile img {
    border-radius: 0;
  }
}
.section.tiletabs .maintile .marker-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  display: block;
}
.section.tiletabs .maintile .marker-container .dot {
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  height: 1rem;
  width: 1rem;
  border-radius: 1rem;
  background: #00b0ff;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
.section.tiletabs .maintile .marker-container .dot span {
  display: none;
  position: absolute;
}
.section.tiletabs .maintile .marker-container .dot:hover span {
  display: block;
  top: 50%;
  left: 50%;
  min-width: 4rem;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: #fff;
  padding: 0.5rem;
  text-align: center;
  -webkit-box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
}
.section.tiletabs .row .row {
  height: 100%;
}
.section.tiletabs .boxes-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  z-index: 3;
  position: relative;
  width: 100%;
  pointer-events: none;
}
.section.tiletabs .boxes-container .navboxes-container {
  pointer-events: all;
  margin-top: 1.5rem;
}
.section.tiletabs .boxes-container .navboxes-container .navboxes {
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .section.tiletabs .boxes-container .navboxes-container {
    display: none;
  }
}
.section.tiletabs .boxes-container .boxes-container-inner {
  pointer-events: all;
  display: none;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px 0 0 20px;
}
@media (min-width: 768px) {
  .section.tiletabs .boxes-container .boxes-container-inner {
    display: block;
  }
}
.section.tiletabs .boxes-container .boxes-container-inner .box {
  border-radius: 20px;
  padding: 1.5rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  text-align: center;
  min-width: 8rem;
}
.section.tiletabs .boxes-container .boxes-container-inner .box button {
  outline: none;
  background: transparent;
  border: none;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .section.tiletabs .boxes-container {
    margin-top: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .section.tiletabs .boxes-container .boxes-container-inner {
    width: 100%;
    border-radius: 0;
    background: none;
  }
}

.section.tiles .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}
.section.tiles .emptycol {
  background-color: #f5f5f5;
  border-radius: 3px;
  height: 100%;
}
.section.tiles .k1 {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center;
}
.section.tiles .cube {
  position: relative;
  padding-top: 100%;
  border-radius: 3px;
}
.section.tiles .cube .cube-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.section.tiles .cube .cube-inner .content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.section.tiles .cube .cube-inner .content .content-end {
  color: #ffffff;
  width: 100%;
  padding: 1.5rem;
}
.section.tiles .cube .cube-inner .content .content-end .card-more-btn {
  color: #00b0ff;
  background-color: #ffffff;
  border-radius: 3px;
  float: right;
  width: 1.5rem;
  height: 1.5rem;
}

.section.social .text {
  margin: 1.5rem 0;
}
.section.social .endlink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.section.social .endlink .card-more-btn {
  background: #6f42c1;
  color: #ffffff;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 3px;
}
.section.social .body {
  position: relative;
}
.section.social .body .social-container {
  position: relative;
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 3px;
  padding-top: 100%;
  overflow: hidden;
}
.section.social .body .social-container .social-outer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.section.social .body .social-container .social-outer .social-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.section.social .body .social-container .social-outer .social-inner .icon {
  width: 6rem;
  height: 6rem;
}
.section.social .body .social-container .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
  border-radius: 3px;
}

.section.chessbox .card-chessbox {
  position: relative;
  width: 100%;
  padding: 100% 0 0 0;
  border: none;
}
.section.chessbox .card-chessbox .card-body, .section.chessbox .card-chessbox .post-comments .comment-respond, .post-comments .section.chessbox .card-chessbox .comment-respond {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 1.5rem 1.5rem;
  background-position: center;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
}
.section.chessbox .card-chessbox .card-body .btn, .section.chessbox .card-chessbox .post-comments .comment-respond .btn, .post-comments .section.chessbox .card-chessbox .comment-respond .btn {
  display: inline-block;
  padding: 0.5rem;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 5px;
  float: right;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.section.chessbox .card-chessbox .card-body .layer, .section.chessbox .card-chessbox .post-comments .comment-respond .layer, .post-comments .section.chessbox .card-chessbox .comment-respond .layer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.5;
}
.section.chessbox .card-chessbox.card-chessbox-text {
  border-color: transparent;
}

.tns-outer {
  position: relative;
}
.tns-outer .tns-controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
}
.tns-outer .tns-controls button {
  background: #00b0ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.125rem;
  color: #ffffff;
  font-size: 1rem;
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  border-radius: 50%;
}
.tns-outer .tns-controls button i {
  color: #ffffff;
}
.tns-outer .tns-controls button:last-child {
  -webkit-transform: rotate(180deg) translateX(200%);
          transform: rotate(180deg) translateX(200%);
  left: 0;
}
@media (max-width: 575.98px) {
  .tns-outer .tns-controls button:last-child {
    -webkit-transform: rotate(180deg) translateX(100%);
            transform: rotate(180deg) translateX(100%);
  }
}
.tns-outer .tns-controls button:first-child {
  right: 0;
  display: none;
}

/* footer.scss */
#floating-menu {
  position: fixed;
  z-index: 999;
  top: 50%;
  right: 1rem;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
#floating-menu ul {
  margin: 0;
}
#floating-menu li:first-of-type a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.25rem 0.25rem 0 0;
}
#floating-menu li:last-of-type a {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0 0 0.25rem 0.25rem;
}
#floating-menu a {
  padding: 0;
  border: none;
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  text-align: center;
  color: #ffffff;
  background: #616161;
  border-radius: 0;
}
#floating-menu a:hover, #floating-menu a:focus {
  background: #00b0ff;
}

#footer {
  padding: 1.063rem;
  background: #212121;
  font-size: 0.875rem;
  color: #9e9e9e;
  z-index: 9;
  position: relative;
}

#footer ul {
  margin: 0;
}

#footer .list-inline-item:not(:last-child) {
  margin-right: 2rem;
}

#footer a {
  color: inherit;
  text-decoration: none;
}
#footer a:hover, #footer a:focus {
  color: #00b0ff;
  text-decoration: none;
}

@media (max-width: 575.98px) {
  #footer {
    text-align: center;
  }

  #footer ul.float-right {
    float: none !important;
    margin-top: 0.5rem;
  }
}
/* blog.scss */
.section-blog-posts {
  padding: 3rem 0;
}

.section-blog-categories,
.section-blog-focus {
  padding-top: 3rem;
}

.section-posts {
  padding-bottom: 3rem;
}

.blogposts-slideshow {
  padding-left: 10% !important;
}

.blogposts .btn-allposts {
  position: absolute;
  right: 0;
  top: 0;
}
.blogposts .card-slideshow .card-img-top {
  margin-bottom: 0;
  border-radius: 3px;
}
.blogposts .card-slideshow .card-body, .blogposts .card-slideshow .post-comments .comment-respond, .post-comments .blogposts .card-slideshow .comment-respond {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.blogposts .card-slideshow .card-body .card-title, .blogposts .card-slideshow .post-comments .comment-respond .card-title, .post-comments .blogposts .card-slideshow .comment-respond .card-title {
  color: #00b0ff;
  font-weight: bold;
}
.blogposts .card-slideshow .card-body .card-title span, .blogposts .card-slideshow .post-comments .comment-respond .card-title span, .post-comments .blogposts .card-slideshow .comment-respond .card-title span {
  font-weight: normal;
}
.blogposts .card-slideshow .card-body .date, .blogposts .card-slideshow .post-comments .comment-respond .date, .post-comments .blogposts .card-slideshow .comment-respond .date {
  color: #00b0ff;
}
.blogposts .card-slideshow .card-body .card-more-btn, .blogposts .card-slideshow .post-comments .comment-respond .card-more-btn, .post-comments .blogposts .card-slideshow .comment-respond .card-more-btn {
  background: #00b0ff;
  display: inline-block;
  color: #ffffff;
  font-size: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 3px;
}

.section-blog-categories .blog-categories-header,
.section-blog-posts .section-headline,
.section-blog-focus .section-headline,
.filter-faq {
  padding-bottom: 1.5rem;
}

@media (max-width: 991.98px) {
  .section-posts,
.section-blog-posts {
    padding: 1.5rem 0;
  }

  .section-blog-categories,
.section-blog-focus {
    padding-top: 1.5rem;
  }

  .section-blog-categories .blog-categories-header,
.section-blog-posts .section-headline,
.section-blog-focus .section-headline {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .post-small .card-img-top {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .post-small .card-img-top {
    width: 250px;
  }
}
.post-focus .card-body, .post-focus .post-comments .comment-respond, .post-comments .post-focus .comment-respond {
  -webkit-box-flex: 1;
      -ms-flex: 1 2 auto;
          flex: 1 2 auto;
}

.post-focus .card-title {
  margin-bottom: 2.25rem;
}

.card.post-small .post-category a, .post-comments .post-small.comment-respond .post-category a {
  text-decoration: none;
}

.card.card-post-card, .post-comments .card-post-card.comment-respond {
  height: 100%;
}
.card.card-post-card .card-img-top, .post-comments .card-post-card.comment-respond .card-img-top {
  border-radius: 20px;
  margin-bottom: 0;
}
.card.card-post-card .card-body, .card.card-post-card .post-comments .comment-respond, .post-comments .card.card-post-card .comment-respond, .post-comments .card-post-card.comment-respond .card-body, .post-comments .card-post-card.comment-respond .comment-respond {
  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;
  padding-right: 0;
}
.card.card-post-card .card-body .texts, .card.card-post-card .post-comments .comment-respond .texts, .post-comments .card.card-post-card .comment-respond .texts, .post-comments .card-post-card.comment-respond .card-body .texts, .post-comments .card-post-card.comment-respond .comment-respond .texts {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.card.card-post-card .card-body .card-title, .card.card-post-card .post-comments .comment-respond .card-title, .post-comments .card.card-post-card .comment-respond .card-title, .post-comments .card-post-card.comment-respond .card-body .card-title, .post-comments .card-post-card.comment-respond .comment-respond .card-title {
  color: #00b0ff;
  font-size: 1.125rem;
  margin-bottom: 1.5rem;
}

.card.card-post-card .card-body .card-more-btn, .card.card-post-card .post-comments .comment-respond .card-more-btn, .post-comments .card.card-post-card .comment-respond .card-more-btn, .post-comments .card-post-card.comment-respond .card-body .card-more-btn, .post-comments .card-post-card.comment-respond .comment-respond .card-more-btn {
  background: #00b0ff;
  display: inline-block;
  padding: 0.5rem;
  color: #ffffff;
  font-size: 1rem;
  border-radius: 5px;
  float: right;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.card.post-small + .post-small, .post-comments .post-small.comment-respond + .post-small {
  margin-top: 1.5rem;
}

@media (min-width: 576px) {
  .card.post-focus, .post-comments .post-focus.comment-respond {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }

  .card.post-small, .post-comments .post-small.comment-respond {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
.blog-categories-list .card .card-title, .blog-categories-list .post-comments .comment-respond .card-title, .post-comments .blog-categories-list .comment-respond .card-title {
  font-size: 1.5rem;
}

.blog-categories-list .card .card-title a, .blog-categories-list .post-comments .comment-respond .card-title a, .post-comments .blog-categories-list .comment-respond .card-title a {
  color: #00b0ff;
}

.kicker {
  font-size: 1rem;
  color: #9e9e9e;
  display: block;
}

.post-related {
  border-top: 1px solid #e0e0e0;
}

.post-related .card-deck .card, .post-related .card-deck .post-comments .comment-respond, .post-comments .post-related .card-deck .comment-respond {
  display: block;
  -ms-flex-preferred-size: calc(25% - 1.5rem);
      flex-basis: calc(25% - 1.5rem);
  margin-top: 0;
}

.post-related .card-deck .card-title {
  margin-top: 0;
  font-size: 1rem;
  font-weight: 300;
}

.post-related .card-deck .card-body, .post-related .card-deck .post-comments .comment-respond, .post-comments .post-related .card-deck .comment-respond {
  padding: 1rem 1rem 3rem 1rem;
}

.post-related .card-deck:not(:first-of-type) .card, .post-related .card-deck:not(:first-of-type) .post-comments .comment-respond, .post-comments .post-related .card-deck:not(:first-of-type) .comment-respond {
  margin-top: 1.5rem;
}

.post-comments .comment-respond {
  -webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.post-comments .comment-respond > h3, .post-comments .comment-respond > .h3 {
  margin: 0 !important;
}

.post-comments .comment-respond > h3 small, .post-comments .comment-respond > .h3 small, .post-comments .comment-respond > h3 .small, .post-comments .comment-respond > .h3 .small {
  font-size: 1rem;
  font-weight: 700;
}

.post-comments .comment-respond > h3 small a, .post-comments .comment-respond > .h3 small a, .post-comments .comment-respond > h3 .small a, .post-comments .comment-respond > .h3 .small a {
  color: #ff1744;
}

.post-comments .comment-respond .form-control {
  background: #fafafa;
  padding-left: 1rem;
  padding-right: 1rem;
}

.post-comments .comment-respond .form-submit {
  margin-bottom: 0;
}

.post-comments .testimonial-item {
  padding: 0 !important;
}

.post-comments .testimonial-item blockquote {
  margin: 2rem 0;
}

.post-comments .testimonial-item .testimonial-name {
  padding: 0 0 0.25rem 0 !important;
}

.post-comments .testimonial-item .testimonial-item {
  margin-left: 4rem;
  border-top: 1px solid #e0e0e0;
}

.post-comments .testimonial-item + .comment-respond {
  margin-bottom: 2rem;
}

.pagination {
  padding-top: 3rem;
  text-align: right;
  color: #9e9e9e;
  margin: 0;
  display: block;
}

.pagination li {
  display: inline-block;
}

.pagination li:not(:last-of-type) {
  margin-right: 0.5rem;
}

.pagination li a {
  color: #bdbdbd;
  padding: 0.25rem;
  display: block;
  text-decoration: none;
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li.active a {
  color: #00b0ff;
}

@media (max-width: 991.98px) {
  .pagination {
    padding-top: 1.5rem;
  }
}
.section.postmeta {
  padding: 0;
  text-align: center;
}

/* page-builder.scss */
#page-builder .section,
.section.cta {
  padding: 6rem 0;
}

#page-builder.page-builder-small .section {
  padding: 3rem 0;
}

#page-builder .section .container > :first-child,
#page-builder .section .container .row div[class*=col] > :first-child {
  margin-top: 0;
}

#page-builder .section .container > :last-child,
#page-builder .section .container .row div[class*=col] > :last-child {
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  #page-builder .section,
.section.cta {
    padding: 3rem 0;
  }

  #page-builder.page-builder-small .section {
    padding: 1.5rem 0;
  }
}
.page-builder-small h2:not(.card-title), .page-builder-small .h2:not(.card-title) {
  margin: 4rem 0 1.5rem 0;
}

.page-builder-small h3:not(.card-title), .page-builder-small .h3:not(.card-title) {
  margin: 3rem 0 1.5rem 0;
}

.page-builder-small h2:not(.card-title) + h3:not(.card-title), .page-builder-small .h2:not(.card-title) + h3:not(.card-title), .page-builder-small h2:not(.card-title) + .h3:not(.card-title), .page-builder-small .h2:not(.card-title) + .h3:not(.card-title) {
  margin-top: 0;
}

.page-builder-small .section.id-0.bg-light {
  border-bottom: 1px solid #e0e0e0;
}

#page-builder .section.breadcrumbs {
  color: #9e9e9e;
}

#page-builder .section.breadcrumbs + .section {
  padding-top: 0;
}

#page-builder .section.postmeta {
  color: #9e9e9e;
}

#page-builder .section.postmeta + .section.post-social {
  padding-top: 0;
}

#page-builder #mediaboxesbefore {
  padding: 3rem 0;
}

#page-builder #mediaboxes {
  padding: 0;
}

#page-builder #mediaboxes .media-boxes {
  background: #fff;
  border-radius: 2px 2px 0 0;
  padding: 2rem 2rem 3.5rem 2rem;
  text-align: left;
  margin-bottom: -1.5rem;
  -webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

#page-builder #mediaboxes .media-boxes br {
  display: none;
}

#page-builder #mediaboxes .media-boxes a {
  display: block;
  text-decoration: none;
}

#page-builder #mediaboxes .media-boxes .media img {
  width: 3.5rem;
  height: 3.5rem;
}

#page-builder #mediaboxes .media-boxes .media p {
  color: #757575;
  margin: 0;
}

#page-builder #mediaboxes .media-boxes .media .mt-0 {
  font-weight: 500;
  color: #212121;
}

#page-builder #mediaboxes .media-boxes .row + .row .media {
  margin-top: 2rem;
}

@media (max-width: 767.98px) {
  #page-builder #mediaboxes .media-boxes {
    padding: 1.5rem 1.5rem 2.5rem 1.5rem;
  }

  #page-builder #mediaboxes .media-boxes .row + .row .media {
    margin-top: 1.5rem;
  }

  #page-builder #mediaboxes .media-boxes > .row:first-of-type .col-lg-6:last-of-type .media {
    margin-top: 1.5rem;
  }
}
#page-builder .section.textarea-blue .inner-container {
  max-width: 900px;
  margin: 0 auto;
}
#page-builder .section.textarea-blue .inner-container p {
  font-size: 1.5rem;
  color: #00b0ff;
}

#page-builder .section.text-image:not(.withpadding) {
  padding: 0;
}

#page-builder .section.text-image > .container {
  max-width: none;
  padding: 0;
}

#page-builder .section.text-image > .container h2:first-of-type, #page-builder .section.text-image > .container .h2:first-of-type,
#page-builder .section.text-image > .container h3:first-of-type,
#page-builder .section.text-image > .container .h3:first-of-type {
  margin-top: 0;
}

#page-builder .section.text-image > .container > .row,
#page-builder .section.text-image > .container .carousel-item > .row {
  margin: 0;
}

#page-builder .section.text-image > .container > .row > .col-lg-6,
#page-builder .section.text-image > .container .carousel-item > .row > .col-lg-6 {
  padding: 0;
}

#page-builder .section.text-image.has-tiles .col-image {
  padding-left: calc(0.375rem / 2) !important;
}
@media (max-width: 991.98px) {
  #page-builder .section.text-image.has-tiles .col-image {
    padding-left: 0 !important;
  }
}

#page-builder .section.text-image.has-tiles .col-image.order-first {
  padding-right: calc(0.375rem / 2) !important;
}
@media (max-width: 991.98px) {
  #page-builder .section.text-image.has-tiles .col-image.order-first {
    padding-left: 0 !important;
  }
}

#page-builder .section.text-image > .container > .row > .col-text,
#page-builder .section.text-image > .container .carousel-item > .row > .col-text {
  padding: 4.5rem 0;
}

#page-builder .section.text-image .img-pos-normal {
  text-align: inherit;
  -ms-flex-item-align: auto;
      align-self: auto;
}

#page-builder .section.text-image .img-pos-full_width {
  text-align: inherit;
  -ms-flex-item-align: auto;
      align-self: auto;
}

#page-builder .section.text-image .img-pos-top_left {
  text-align: left;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

#page-builder .section.text-image .img-pos-top_center {
  text-align: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

#page-builder .section.text-image .img-pos-top_right {
  text-align: right;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

#page-builder .section.text-image .img-pos-center_left {
  text-align: left;
  -ms-flex-item-align: center;
      align-self: center;
}

#page-builder .section.text-image .img-pos-center_center {
  text-align: center;
  -ms-flex-item-align: center;
      align-self: center;
}

#page-builder .section.text-image .img-pos-center_right {
  text-align: right;
  -ms-flex-item-align: center;
      align-self: center;
}

#page-builder .section.text-image .img-pos-bottom_left {
  text-align: left;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#page-builder .section.text-image .img-pos-bottom_center {
  text-align: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#page-builder .section.text-image .img-pos-bottom_right {
  text-align: right;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

#page-builder .section.text-image .carousel-control-prev,
#page-builder .section.text-image .carousel-control-next {
  color: #9e9e9e;
}

#page-builder .section.text-image .tilebox {
  border-radius: 20px;
  opacity: 1;
  -webkit-transition: 0;
  transition: 0;
}
@media (prefers-reduced-motion: reduce) {
  #page-builder .section.text-image .tilebox {
    -webkit-transition: none;
    transition: none;
  }
}

#page-builder .section.text-image .tilebox .icon-container,
#page-builder .section.text-image .tilebox a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page-builder .section.text-image .tilebox.tilebox-with-link:hover {
  opacity: 0.8;
  -webkit-box-shadow: 0 0.125rem 0.5rem #000000;
          box-shadow: 0 0.125rem 0.5rem #000000;
}

#page-builder .section.text-image .tilebox .icon-container .icon,
#page-builder .section.text-image .tilebox a .icon {
  width: 3rem;
  max-width: 90%;
  height: auto;
  display: block;
  margin-bottom: 0.5rem;
}

#page-builder .section.text-image .tilebox-container {
  width: 546px;
}

#page-builder .section.text-image .order-first .tilebox-container {
  margin-left: auto;
}

#page-builder .section.text-image .col-text-inner h1, #page-builder .section.text-image .col-text-inner .h1, #page-builder .section.text-image .col-text-inner h2, #page-builder .section.text-image .col-text-inner .h2, #page-builder .section.text-image .col-text-inner h3, #page-builder .section.text-image .col-text-inner .h3, #page-builder .section.text-image .col-text-inner h4, #page-builder .section.text-image .col-text-inner .h4, #page-builder .section.text-image .col-text-inner h5, #page-builder .section.text-image .col-text-inner .h5, #page-builder .section.text-image .col-text-inner h6, #page-builder .section.text-image .col-text-inner .h6 {
  margin-bottom: 2.25rem;
}

@media (max-width: 575.98px) {
  #page-builder .section.text-image .col-text-left .col-text-inner,
#page-builder .section.text-image .col-text-right .col-text-inner,
#page-builder .section.text-image .tilebox-container {
    padding: 0 15px;
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #page-builder .section.text-image .col-text-left .col-text-inner,
#page-builder .section.text-image .col-text-right .col-text-inner,
#page-builder .section.text-image .tilebox-container {
    padding: 0 15px;
    max-width: 540px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #page-builder .section.text-image .col-text-left .col-text-inner,
#page-builder .section.text-image .col-text-right .col-text-inner,
#page-builder .section.text-image .tilebox-container {
    padding: 0 15px;
    max-width: 720px;
    margin: 0 auto;
  }
}
@media (max-width: 991.98px) {
  #page-builder .section.text-image > .container > .row > .col-text {
    padding: 2.25rem 0;
  }

  #page-builder .section.text-image.has-tiles .order-first {
    -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
}
@media (min-width: 992px) {
  #page-builder .section.text-image .col-text-left .col-text-inner {
    margin: 0 15px 0 auto;
  }

  #page-builder .section.text-image .col-text-right .col-text-inner {
    margin: 0 auto 0 15px;
  }

  #page-builder .section.text-image .col-text-left .col-text-inner,
#page-builder .section.text-image .col-text-right .col-text-inner,
#page-builder .section.text-image .tilebox-container {
    width: 457.5px;
  }
}
@media (min-width: 1200px) {
  #page-builder .section.text-image .col-text-left .col-text-inner,
#page-builder .section.text-image .col-text-right .col-text-inner,
#page-builder .section.text-image .tilebox-container {
    width: 546px;
  }
}
#page-builder .section.text-image-multi .image-multi-container {
  position: relative;
}

#page-builder .section.text-image-multi .image-multi-container img {
  width: 100%;
}

#page-builder .section.text-image-multi .image-multi-container .image-multi-container-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: block;
  height: 100%;
}

#page-builder .section.anchor-navigation {
  background: #fff !important;
  position: relative;
  width: calc(100vw - 17px);
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

#page-builder .section.anchor-navigation.sps--blw {
  position: fixed !important;
  top: 56px;
  width: 100%;
}

#page-builder .section.anchor-navigation .navbar {
  padding: 0;
}

#page-builder .section.anchor-navigation ul {
  width: 100vw;
  margin: 0;
  display: -webkit-box;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#page-builder .section.anchor-navigation ul::-webkit-scrollbar {
  display: none;
}

#page-builder .section.anchor-navigation ul li a.active {
  color: #00b0ff;
  -webkit-box-shadow: 0 -3px 0 0 #00b0ff inset;
          box-shadow: 0 -3px 0 0 #00b0ff inset;
}

#page-builder .section.anchor-navigation ul li .nav-link {
  color: #757575;
  padding: 0.969rem 1.5rem;
  display: block;
}
#page-builder .section.anchor-navigation ul li .nav-link:hover, #page-builder .section.anchor-navigation ul li .nav-link:focus {
  color: #00b0ff;
}

@media (min-width: 576px) {
  #page-builder .section.anchor-navigation ul li:first-of-type {
    margin-left: 2rem;
  }
}
#page-builder .section.functions .accordion-tableheader {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#page-builder .section.functions .functions-container {
  width: 100%;
}
#page-builder .section.functions .functions-container .functions-container-inner {
  min-width: 500px;
}
@media (max-width: 991.98px) {
  #page-builder .section.functions .functions-container {
    overflow: scroll;
  }
}
#page-builder .section.functions .download {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 991.98px) {
  #page-builder .section.functions .download {
    position: relative;
    float: right;
    margin-top: 0.5rem;
    right: unset;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
  }
}
@media (max-width: 767.98px) {
  #page-builder .section.functions .download {
    float: none;
  }
}
#page-builder .section.functions .col .col-function-inner {
  color: #00b0ff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -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;
}
#page-builder .section.functions .col .col-function-inner strong {
  padding-left: 0.5rem;
}
#page-builder .section.functions .col:nth-child(odd) {
  background: white;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  -webkit-box-shadow: 10px 0 15px -10px #e0e0e0, -10px 0 15px -10px #e0e0e0;
          box-shadow: 10px 0 15px -10px #e0e0e0, -10px 0 15px -10px #e0e0e0;
}
#page-builder .section.functions .col:first-child, #page-builder .section.functions .col:last-child {
  background: transparent;
  border-left: none;
  border-right: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#page-builder .section.functions .col:first-child .col-function-inner, #page-builder .section.functions .col:last-child .col-function-inner {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
@media (max-width: 991.98px) {
  #page-builder .section.functions .col:last-child {
    display: none;
  }
}
#page-builder .section.functions .accordion-tableheader .col {
  border-bottom: 2px solid #00b0ff;
}
#page-builder .section.functions .accordion-tableheader .col .col-function-inner {
  color: #757575;
}
#page-builder .section.functions .accordion-tableheader .col:last-child {
  border-bottom: none;
}
#page-builder .section.functions .accordion {
  max-height: 500px;
  overflow: hidden;
  position: relative;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
#page-builder .section.functions .accordion .openmore {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  cursor: pointer;
}
#page-builder .section.functions .accordion .accordion-item .accordion-header .accordion-button {
  padding-left: 2rem;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #00b0ff;
}
#page-builder .section.functions .accordion .accordion-item .accordion-header .accordion-button .material-icons {
  right: auto;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}
#page-builder .section.functions .accordion .accordion-item .accordion-body {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border-bottom: 1px solid #e0e0e0;
}
#page-builder .section.functions .accordion .accordion-item > .row .col {
  border-bottom: 1px solid #e0e0e0;
}
#page-builder .section.functions .accordion .accordion-item > .row .col:last-child {
  border-bottom: none;
}
#page-builder .section.functions .accordion .accordion-item:first-child .accordion-header .accordion-button {
  border-top: none;
}
#page-builder .section.functions .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  color: #757575;
}
#page-builder .section.functions .accordion .accordion-item .accordion-header .accordion-button.collapsed .material-icons {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}
#page-builder .section.functions .accordion .accordion-item .function-material-icon {
  color: #757575;
}

#page-builder .section.seal .col,
#page-builder .section.seal .col-auto {
  -ms-flex-item-align: center;
      align-self: center;
  text-align: center;
}

#page-builder .section.seal .col-auto img,
#page-builder .section.seal .col img {
  max-height: 6rem;
  width: auto;
  margin: 0 auto;
  display: block;
}

#page-builder .section.seal .col-auto img,
#page-builder .section.seal .col img {
  -webkit-backface-visibility: hidden;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  filter: alpha(opacity=100);
  -webkit-filter: grayscale(100%);
}

#page-builder .section.seal.seal-colored .col-auto img,
#page-builder .section.seal.seal-colored .col img {
  -webkit-filter: none;
          filter: none;
}

#page-builder .section.seal .col-auto img.sealhover,
#page-builder .section.seal .col img.sealhover {
  opacity: 0.375;
}

#page-builder .section.seal .col-auto img:hover,
#page-builder .section.seal .col img:hover {
  opacity: 1;
}

#page-builder .section.box .card-box.card-lgn {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  background: transparent;
}

#page-builder .section.box .row .col-12:nth-child(even) .card-box .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#page-builder .section.box-slideshow {
  padding: 3rem 0;
}

#page-builder .section.box-slideshow .carousel .carousel-inner {
  padding: 0;
  width: calc(100% - 7.5rem);
  margin: 0 auto;
}

#page-builder .section.box-slideshow .carousel-control-prev,
#page-builder .section.box-slideshow .carousel-control-next {
  color: #9e9e9e;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  bottom: auto;
}

#page-builder .section.box-slideshow .carousel-item {
  margin: 0;
  text-align: center;
  position: relative;
}

#page-builder .section.box-slideshow .carousel-item.carousel-item-start {
  top: 0;
  position: absolute;
}

#page-builder .section.box-slideshow .carousel-item img {
  height: 6rem;
  width: auto;
  outline: none;
}

#page-builder .section.box-slideshow .carousel-item h3, #page-builder .section.box-slideshow .carousel-item .h3,
#page-builder .section.box-slideshow .carousel-item h3 a,
#page-builder .section.box-slideshow .carousel-item .h3 a {
  font-size: 1.25rem;
  min-height: 3.25rem;
  margin: 1.5rem 0 !important;
  color: #212121;
}

#page-builder .section.box-slideshow .carousel-item .dropup .dropdown-toggle::after {
  content: none;
}

#page-builder .section.box-slideshow.box-slideshow-card .carousel-control-prev,
#page-builder .section.box-slideshow.box-slideshow-card .carousel-control-next {
  top: 36%;
}

#page-builder .section.box-slideshow .carousel-item .col-box-inner {
  padding: 2rem 0;
}
#page-builder .section.box-slideshow .carousel-item .col-box-inner.col-box-inner-new {
  position: relative;
  width: 100%;
  padding: 100% 0 0 0;
  background: white;
  border-radius: 20px;
}
#page-builder .section.box-slideshow .carousel-item .col-box-inner.col-box-inner-new .col-box-inside {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#page-builder .section.box-slideshow .carousel-item .dropdown-menu {
  min-width: 14rem;
  margin: 0 0 0 -40%;
  padding: 0.5rem 0;
  color: #212121;
  font-weight: 500;
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

#page-builder .section.box-slideshow .carousel-item .dropdown-menu .dropdown-item {
  padding: 0.75rem 1rem;
  font-weight: 500;
  color: #212121;
}

#page-builder .section.box-slideshow .carousel-item .dropdown-menu .dropdown-item:hover,
#page-builder .section.box-slideshow .carousel-item .dropdown-menu .dropdown-item:focus,
#page-builder .section.box-slideshow .carousel-item .dropdown-menu .dropdown-item:active {
  color: inherit;
  background-color: #f5f5f5;
}

@media (max-width: 767.98px) {
  #page-builder .section.box-slideshow .carousel .carousel-inner {
    max-height: unset !important;
  }

  #page-builder .section.box-slideshow .carousel {
    padding: 0;
  }

  #page-builder .section.box-slideshow .carousel-item {
    display: block !important;
  }

  #page-builder .section.box-slideshow .carousel-item > .d-block {
    margin: 2rem 0;
  }

  #page-builder .section.box-slideshow .carousel-item h3, #page-builder .section.box-slideshow .carousel-item .h3 {
    min-height: auto;
  }

  #page-builder .section.box-slideshow .carousel-control-prev,
#page-builder .section.box-slideshow .carousel-control-next {
    display: none;
  }
}
#page-builder .section.counter .number {
  font-size: 4rem;
  margin: 0 0 1.5rem 0;
}

@media (max-width: 767.98px) {
  #page-builder .section.counter .number {
    font-size: 3rem;
  }
}
@media (max-width: 575.98px) {
  #page-builder .section.counter .number {
    margin: 2rem 0 0 0;
  }
}
#page-builder .section.timeline {
  padding-bottom: 0;
}

#page-builder .section.timeline .inner {
  padding: 1.5rem 0 3rem 0;
  margin-top: 1.5rem;
  position: relative;
}

#page-builder .section.timeline .inner .row + .row {
  margin-top: 1.5rem;
}

#page-builder .section.timeline .timeline-image {
  text-align: center;
}

#page-builder .section.timeline .timeline-image img {
  position: relative;
  z-index: 9;
  max-height: 5rem;
}

@media (max-width: 767.98px) {
  #page-builder .section.timeline .timeline-spacer {
    display: none;
  }
}
@media (min-width: 992px) {
  #page-builder .section.timeline .inner {
    padding: 3rem 0 6rem 0;
    margin-top: 3rem;
  }

  #page-builder .section.timeline .inner:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 5px;
    height: 100%;
    top: 0;
    background-size: 5px 15px;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAeCAYAAAAVdY8wAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF0WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDIgNzkuMTYwOTI0LCAyMDE3LzA3LzEzLTAxOjA2OjM5ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDE4LTA3LTI1VDA3OjUxOjA1KzAyOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE4LTA3LTI1VDA3OjUxOjA1KzAyOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxOC0wNy0yNVQwNzo1MTowNSswMjowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDplODEwOTQwNC05YWMwLWI4NDktYTQxZC0xZGNmMzA2ZGZlZmUiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDo2ODZmZjdhMi0zODZlLWY2NGYtOTNmOC1iMjNjZTE4M2ZkNDMiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo5MzBhYjgyOC0yMGU5LTQ0NDYtOTY2Ni00NTkwNmIxMjJhOTAiIGRjOmZvcm1hdD0iaW1hZ2UvcG5nIiBwaG90b3Nob3A6Q29sb3JNb2RlPSIzIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo5MzBhYjgyOC0yMGU5LTQ0NDYtOTY2Ni00NTkwNmIxMjJhOTAiIHN0RXZ0OndoZW49IjIwMTgtMDctMjVUMDc6NTE6MDUrMDI6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE4IChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6ZTgxMDk0MDQtOWFjMC1iODQ5LWE0MWQtMWRjZjMwNmRmZWZlIiBzdEV2dDp3aGVuPSIyMDE4LTA3LTI1VDA3OjUxOjA1KzAyOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOCAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+lOoRxwAAAItJREFUOI3t0bENwjAQBdBn14wTBkgPYZZQU5KW7ELoM0AYwktQhwIjUSVukfKlK3z3Cp8dUkpyjmixz+cJNzwg5uYVd9TY5aox5JmQUjrkxlKaiPMKgjaiKoBVXDcgRDwL4BTRF8A++mzcLaAOw/eOF5ww4pVrRJNnws/PLCbM81wES59ngxv8T/gGLcwd2GRw35gAAAAASUVORK5CYII=");
  }

  #page-builder .section.timeline .inner .row {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }

  #page-builder .section.timeline .inner .row + .row {
    margin-top: 3rem;
  }

  #page-builder .section.timeline .timeline-image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }

  #page-builder .section.timeline .row:nth-child(even) .timeline-spacer {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  #page-builder .section.timeline .row:nth-child(even) .timeline-text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  #page-builder .section.timeline .row:nth-child(odd) .timeline-spacer {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  #page-builder .section.timeline .row:nth-child(odd) .timeline-text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#page-builder .timeline-adv .timeline-item {
  position: relative;
  padding-bottom: 3rem;
}

#page-builder .timeline-adv .timeline-item .col-lg-4 {
  margin-bottom: 3rem;
}

#page-builder .timeline-adv .timeline-item .col-lg-4 p {
  margin: 0;
}

#page-builder .timeline-adv .timeline-item .col-lg-4 p + p {
  margin: 0.5rem 0 0 0;
}

#page-builder .timeline-adv .timeline-item .timeline-date {
  display: block;
  width: 112px;
  height: 112px;
  padding: 16px 0;
  text-align: center;
  background-color: #e0e0e0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0.5em #fff;
          box-shadow: 0 0 0 0.5em #fff;
}

#page-builder .timeline-adv .timeline-item .timeline-date span {
  display: block;
  line-height: 16px;
}

#page-builder .timeline-adv .timeline-item .timeline-date span.date-day {
  line-height: 48px;
  font-size: 2.5rem;
  font-weight: 600;
}

@media (max-width: 991.98px) {
  #page-builder .timeline-adv .timeline-item {
    padding-bottom: 1.5rem;
  }

  #page-builder .timeline-adv .timeline-item .col-lg-4 {
    margin-bottom: 1.5rem;
  }
}
#page-builder .timeline-adv .timeline-item .col-12 h3, #page-builder .timeline-adv .timeline-item .col-12 .h3 {
  margin: 0 0 1rem 0 !important;
}

#page-builder .timeline-adv .timeline-item .timeline-date {
  margin: 0 auto 1.5rem auto !important;
}

@media (min-width: 576px) {
  #page-builder .timeline-adv .timeline-item .col-12 h3, #page-builder .timeline-adv .timeline-item .col-12 .h3 {
    line-height: 112px;
    margin: 0 !important;
  }

  #page-builder .timeline-adv .timeline-item:before {
    content: "";
    position: absolute;
    left: 55px;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: #e0e0e0;
  }
}
.bg-rainbow {
  background: #00b0ff;
  -webkit-animation: bg-rainbow 30s infinite;
          animation: bg-rainbow 30s infinite;
}

@-webkit-keyframes bg-rainbow {
  0% {
    background: #00b0ff;
  }
  10% {
    background: #00b0ff;
  }
  25% {
    background: #00c853;
  }
  40% {
    background: #ffc400;
  }
  55% {
    background: #ff3d00;
  }
  70% {
    background: #ffc400;
  }
  85% {
    background: #00c853;
  }
  100% {
    background: #00b0ff;
  }
}

@keyframes bg-rainbow {
  0% {
    background: #00b0ff;
  }
  10% {
    background: #00b0ff;
  }
  25% {
    background: #00c853;
  }
  40% {
    background: #ffc400;
  }
  55% {
    background: #ff3d00;
  }
  70% {
    background: #ffc400;
  }
  85% {
    background: #00c853;
  }
  100% {
    background: #00b0ff;
  }
}
.text-rainbow {
  color: #00b0ff;
  -webkit-animation: text-rainbow 30s infinite;
          animation: text-rainbow 30s infinite;
}

@-webkit-keyframes text-rainbow {
  0% {
    color: #00b0ff;
  }
  10% {
    color: #00b0ff;
  }
  25% {
    color: #00c853;
  }
  40% {
    color: #ffc400;
  }
  55% {
    color: #ff3d00;
  }
  70% {
    color: #ffc400;
  }
  85% {
    color: #00c853;
  }
  100% {
    color: #00b0ff;
  }
}

@keyframes text-rainbow {
  0% {
    color: #00b0ff;
  }
  10% {
    color: #00b0ff;
  }
  25% {
    color: #00c853;
  }
  40% {
    color: #ffc400;
  }
  55% {
    color: #ff3d00;
  }
  70% {
    color: #ffc400;
  }
  85% {
    color: #00c853;
  }
  100% {
    color: #00b0ff;
  }
}
#page-builder .section.contact .card-box img {
  max-height: 5.5rem;
  margin-top: 1rem;
}

#page-builder .section.contact .card-box:hover .card-title {
  color: #00b0ff;
}

#page-builder .section.contact .nav {
  -webkit-box-shadow: -1px 0 0 #e0e0e0 inset;
          box-shadow: -1px 0 0 #e0e0e0 inset;
}

#page-builder .section.contact .nav .nav-link {
  color: #757575;
  padding-left: 0;
}

#page-builder .section.contact .nav .nav-link:hover {
  color: #00b0ff;
}

#page-builder .section.contact .nav .nav-link.active {
  color: #00b0ff;
  background: none;
  -webkit-box-shadow: -3px 0 0 #00b0ff inset;
          box-shadow: -3px 0 0 #00b0ff inset;
}

#page-builder .section.contact .nav .nav-link .material-icons {
  margin: 0 0.25rem 0 0;
}

/* landing.scss */
.single-lp_seo h1, .single-lp_seo .h1,
.single-lp_sem h1,
.single-lp_sem .h1 {
  margin-bottom: 2.25rem;
}

.list-usp {
  margin-bottom: 3rem;
  color: #9e9e9e;
}

.list-usp li {
  position: relative;
  padding-left: 2.125rem;
}

.list-usp li:not(:last-child) {
  margin-bottom: 1rem;
}

.list-usp li .material-icons {
  color: #00b0ff;
  position: absolute;
  top: 0.1rem;
  left: 0;
}

.list-usp li strong.text-primary {
  min-width: 4.75rem;
  display: inline-block;
}

.btn-usp {
  margin-bottom: 2.25rem;
}

.btn-usp + .rating {
  margin-bottom: 4.5rem;
}

.single-lp_sem .rating {
  margin-bottom: 0;
}

@media (max-width: 575.98px) {
  .list-usp li strong.text-primary {
    display: block;
  }
}
/* job.scss */
.filter-jobs {
  padding-bottom: 1.5rem;
}

/* testimonial.scss */
.testimonial-item {
  padding-bottom: 3.5rem;
}

.testimonial-item:not(:first-of-type) {
  border-top: 1px solid #e0e0e0;
  padding-top: 3.5rem;
}

.testimonial-item blockquote {
  margin: 0;
  padding-left: 4rem;
  position: relative;
}

.testimonial-item blockquote > p {
  margin: 0;
}

.testimonial-item blockquote > .testimonial-avatar {
  font-weight: 500;
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  text-align: center;
  background: #00b0ff;
  color: #fff;
  position: absolute;
  top: 0.25rem;
  left: 0;
  border-radius: 50%;
  display: inline-block;
}

.testimonial-item blockquote > .testimonial-title {
  color: #212121;
  font-weight: 500;
  padding: 0 0 0.5rem 0;
}

.testimonial-item blockquote > .testimonial-rating {
  margin: 0.25rem 0 0.5rem 0;
  display: block;
}

.testimonial-item blockquote > .testimonial-name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  padding-top: 0.25rem;
}

@media (min-width: 576px) {
  .testimonial-item blockquote > .testimonial-rating {
    float: left;
  }

  .testimonial-item blockquote > .testimonial-name {
    padding-left: 1rem;
  }
}
.testimonial-item blockquote > .testimonial-name {
  margin-bottom: 0.5rem;
}

.modal-review {
  padding: 0 !important;
}

.modal-open .modal-review {
  background: none;
  overflow: visible;
}

.modal-review .modal-dialog {
  margin: 0 0 0 auto;
}

.modal-review .modal-content {
  border: none;
  border-radius: 0;
}

.modal-review .modal-open {
  padding: 0 !important;
  overflow-y: scroll;
}

.modal-review .modal-body {
  max-height: calc(100vh - 57px);
  overflow-y: scroll;
}

/* conversion.scss */
/*.conversion-form-wrapper { margin-top: -1rem; }*/
@media (max-width: 1199.98px) {
  .conversion-form-wrapper {
    margin-top: 2rem;
  }
}
.conversion-form-progress {
  position: relative;
  margin-bottom: 4rem;
}

.conversion-form-progress:before {
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e0e0e0;
  display: block;
}

.conversion-form-progress:after {
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  content: "";
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00c853;
}

.conversion-form-progress .list-progress {
  margin: 0;
  padding: 0;
  display: table;
}

.conversion-form-progress .list-progress li {
  font-size: 0.875rem;
  color: #9e9e9e;
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  padding: 0 0 1.5rem 0;
}

.conversion-form-progress .list-progress li:after {
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #e0e0e0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateY(40%) translateX(-50%);
          transform: translateY(40%) translateX(-50%);
}

.conversion-form-progress .list-progress li.active,
.conversion-form-progress .list-progress li.done {
  color: #00c853;
}

.conversion-form-progress .list-progress li.active:after,
.conversion-form-progress .list-progress li.done:after {
  background: #00c853;
}

.conversion-form-progress .list-progress li[data-step="0"] a[data-action=step],
.conversion-form-progress .list-progress li[data-step="1"] a[data-action=step],
.conversion-form-progress .list-progress li[data-step="2"] a[data-action=step] {
  display: inline-block;
  cursor: pointer;
}

.conversion-form-navigation .btn-success .material-icons {
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
}

@media (max-width: 575.98px) {
  .conversion-form-progress {
    margin-bottom: 2rem;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.conversion-form-progress[data-steps="2"]:before {
  width: 75%;
}

.conversion-form-progress[data-steps="2"][data-current-step="0"]:after {
  width: 25%;
}

.conversion-form-progress[data-steps="2"][data-current-step="1"]:after {
  width: 75%;
}

.conversion-form-progress[data-steps="2"] .list-progress li {
  width: 1%;
  width: 368px;
}

.conversion-form-progress[data-steps="3"]:before {
  width: 83.33%;
}

.conversion-form-progress[data-steps="3"][data-current-step="0"]:after {
  width: 16.67%;
}

.conversion-form-progress[data-steps="3"][data-current-step="1"]:after {
  width: 50%;
}

.conversion-form-progress[data-steps="3"][data-current-step="2"]:after {
  width: 83.33%;
}

.conversion-form-progress[data-steps="3"] .list-progress li {
  width: 1%;
  width: 245.33px;
}

.conversion-form-progress[data-steps="4"]:before {
  width: 87.5%;
}

.conversion-form-progress[data-steps="4"][data-current-step="0"]:after {
  width: 12.5%;
}

.conversion-form-progress[data-steps="4"][data-current-step="1"]:after {
  width: 37.5%;
}

.conversion-form-progress[data-steps="4"][data-current-step="2"]:after {
  width: 62.5%;
}

.conversion-form-progress[data-steps="4"][data-current-step="3"]:after {
  width: 87.5%;
}

.conversion-form-progress[data-steps="4"] .list-progress li {
  width: 1%;
  width: 184px;
}

.conversion-form-wrapper .conversion-form-step {
  display: none;
}

.conversion-form-wrapper .conversion-form-step.active {
  display: block;
}

.conversion-form-wrapper .conversion-form-step h2, .conversion-form-wrapper .conversion-form-step .h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 575.98px) {
  .conversion-form-navigation.text-right {
    text-align: center !important;
  }
}
.conversion-form-step .conversion-form-fields {
  padding: 1rem 0 2rem 0;
}

.conversion-form-step .conversion-form-fields-checkbox {
  text-align: center;
}

.conversion-form-step .conversion-form-fields-checkbox .form-group {
  display: inline-block;
  text-align: left;
}

.conversion-form-step .conversion-form-fields-text .form-group {
  max-width: 400px;
  margin: 0 auto 1.5rem auto;
}

.conversion-form-fields .form-check {
  position: relative;
  padding: 0;
  display: block;
  margin: 0 auto;
}

.conversion-form-fields .form-check:not(:first-of-type) {
  margin-top: 1rem;
}

.conversion-form-fields .form-check .form-check-input {
  margin: 0;
  opacity: 0;
}

.conversion-form-fields .form-check .form-check-label {
  font-weight: 500;
  color: #9e9e9e;
  cursor: pointer;
  padding-left: 2.5rem;
}

.conversion-form-fields .form-check .form-check-label:before {
  content: "";
  font-family: "Material Icons", sans-serif;
  color: #9e9e9e;
  font-size: 1.5rem;
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  line-height: 1.5rem;
  position: absolute;
  text-align: center;
  top: 1px;
  left: 0;
}

.conversion-form-fields .form-check .form-check-input:hover + .form-check-label,
.conversion-form-fields .form-check .form-check-input:hover + .form-check-label:before,
.conversion-form-fields .form-check .form-check-input:checked + .form-check-label {
  color: #00b0ff;
}

.conversion-form-fields .form-check .form-check-input:checked + .form-check-label:before {
  content: "";
  color: #00b0ff;
}

.conversion-form-step-thankyou .material-icons.x2 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
}

.conversion-form-step-thankyou h3, .conversion-form-step-thankyou .h3 {
  margin: 4rem 0 2rem 0;
}

.conversion-form-wrapper .conversion-claim {
  padding: 1.5rem 0 3rem 0;
}

.conversion-form-wrapper .conversion-claim p {
  margin: 0;
}

.conversion-form-wrapper .conversion-references {
  padding: 0 0 1rem 0;
}

.conversion-form-wrapper .conversion-references ul {
  margin: 0;
}

.conversion-form-wrapper .conversion-references ul li {
  margin: 0 2rem 2rem 0;
}

/*
.single-conversion #footer { background: $gray-50; }
*/
/* _calculator.scss */
.calculator-form-results {
  margin-top: 6rem;
}

.calculator-form-results h4, .calculator-form-results .h4 {
  margin-bottom: 0.5rem;
}

.calculator-form-results table {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 3rem;
}

.calculator-form-results table tbody tr td {
  padding-left: 0;
  padding-right: 0;
}

.calculator-form-results hr {
  display: none;
}

.form-group[data-show=percent] .field-value {
  text-align: center;
  padding: 2rem 1rem 1rem 1rem;
  font-size: 2rem;
}

.form-group[data-show=percent] .form-control {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.calculator-form-wrapper > .card-body, .post-comments .calculator-form-wrapper > .comment-respond {
  padding-top: 3.375rem;
  padding-bottom: 3.375rem;
}

@media (max-width: 991.98px) {
  .calculator-form-results {
    margin-top: 3rem;
  }
}
@media (min-width: 576px) {
  .calculator-form-wrapper .text-right .input-toggle {
    display: inline-block;
    width: 200px;
  }
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.form-group[data-show=percent] .form-control:focus + label {
  color: inherit;
}

.form-group[data-show=percent] input[type=range] {
  -webkit-appearance: none;
  border-color: transparent !important;
}

.form-group[data-show=percent] input[type=range]:focus {
  outline: none;
}

.form-group[data-show=percent] input[type=range]::-webkit-slider-runnable-track {
  height: 2px;
  cursor: pointer;
  background: #00b0ff;
}

.form-group[data-show=percent] input[type=range]::-moz-range-track {
  height: 2px;
  cursor: pointer;
  background: #00b0ff;
}

.form-group[data-show=percent] input[type=range]::-ms-track {
  height: 2px;
  cursor: pointer;
  background: #00b0ff;
}

.form-group[data-show=percent] input[type=range]::-webkit-slider-thumb {
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background: #00b0ff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

.form-group[data-show=percent] input[type=range]::-moz-range-thumb {
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background: #00b0ff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.form-group[data-show=percent] input[type=range]::-ms-thumb {
  height: 12px;
  width: 12px;
  border-radius: 6px;
  background: #00b0ff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
  -ms-transition: all 0.25s;
  transition: all 0.25s;
}

.form-group[data-show=percent] input[type=range]::-webkit-slider-thumb:hover {
  -webkit-box-shadow: 0 0 0 6px rgba(0, 176, 255, 0.15);
          box-shadow: 0 0 0 6px rgba(0, 176, 255, 0.15);
}

.form-group[data-show=percent] input[type=range]::-moz-range-thumb:hover {
  box-shadow: 0 0 0 6px rgba(0, 176, 255, 0.15);
}

.form-group[data-show=percent] input[type=range]::-ms-thumb:hover {
  box-shadow: 0 0 0 6px rgba(0, 176, 255, 0.15);
}

.form-group[data-show=percent] input[type=range]:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 6px rgba(0, 176, 255, 0.3);
          box-shadow: 0 0 0 6px rgba(0, 176, 255, 0.3);
}

.form-group[data-show=percent] input[type=range]:focus::-moz-range-thumb {
  box-shadow: 0 0 0 6px rgba(0, 176, 255, 0.3);
}

.form-group[data-show=percent] input[type=range]:focus::-ms-thumb {
  box-shadow: 0 0 0 6px rgba(0, 176, 255, 0.3);
}

.form-group[data-show=percent] .field-value {
  padding-top: 0;
}

.form-group[data-show=percent] label {
  top: 1.25rem !important;
  max-width: 40%;
}

.form-group[data-show=percent] .field-append {
  top: 1rem;
}

/* _temp.scss */
/* FIXED WIKI */
@media (min-width: 768px) {
  #page-builder .section.glossar .card-deck .card, #page-builder .section.glossar .card-deck .post-comments .comment-respond, .post-comments #page-builder .section.glossar .card-deck .comment-respond {
    display: block;
    -ms-flex-preferred-size: calc(50% - 1.5rem);
        flex-basis: calc(50% - 1.5rem);
  }

  #page-builder .section.glossar .card-deck .card:nth-child(1n+3), #page-builder .section.glossar .card-deck .post-comments .comment-respond:nth-child(1n+3), .post-comments #page-builder .section.glossar .card-deck .comment-respond:nth-child(1n+3) {
    margin-top: 1.5rem;
  }
}
/* 20191122 NEW START HEADER */
.teaserimage {
  position: relative;
  background-size: cover;
  background-position: top center;
}

.teaserimage:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.teaserimage .caption {
  padding: 3rem 0;
}

.teaserimage .caption .display-1 {
  color: #fff;
  font-size: 2rem;
  line-height: 1.375;
}

.teaserimage .caption .rating {
  margin-bottom: 2rem;
}

.teaserimage .caption .rating small, .teaserimage .caption .rating .small {
  color: #fff;
}

@media (max-width: 991px) {
  .teaserimage .caption {
    text-align: center;
  }
}
@media (min-width: 992px) {
  .teaserimage:before {
    width: 50%;
  }

  .teaserimage .caption {
    padding: 6rem 0;
    max-width: 40%;
  }
}
@media (min-width: 1300px) {
  .teaserimage {
    background-position: top -4rem center;
  }
}
/* FIXED POST IMG WIDTH */
@media (min-width: 576px) and (max-width: 767px) {
  .post-focus a img {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .post-focus a {
    max-width: 50%;
  }
}
/* DUNNO */
@media (min-width: 992px) {
  .page-id-11779 .teaserimage .caption {
    padding: 6rem 0 9rem 0;
  }
}
/* SAFARI ACCORDION FIX */
.accordion .card-header .btn {
  -moz-appearance: none;
  -webkit-appearance: none;
}

.mixitup-dropdown {
  background-color: #eee;
  background-image: url("https://bornemann.net/wp-content/uploads/dropdown.png") !important;
  background-position: right 0.5rem center !important;
  background-size: 10px !important;
  background-repeat: no-repeat !important;
  padding-right: 1.5rem !important;
  -webkit-appearance: none;
}

/*20210707 Nav Small Fix */
.header-small .btn-link[data-action=navigation-toggle] {
  display: block;
  height: 36px;
  line-height: 36px;
  width: 36px;
  top: 0.75rem;
  left: 1rem;
  margin: 0;
}

@media (max-width: 1199px) {
  .header-small {
    display: none !important;
  }

  .page-id-1322 #page-builder .section.text-image > .container > .row > .col-text .col-text-inner {
    padding-top: 0;
  }
}
/* GRAVITY FORMS CSS */
.gform_wrapper .gform_body {
  padding: 1rem 0 2rem 0;
}

.gform_wrapper .gform_body .gform_fields {
  margin: 0;
}

.gform_wrapper .gform_body .gfield {
  margin: 0 auto 1.5rem auto !important;
  padding: 0 !important;
  max-width: 400px;
}

.gform_wrapper .gform_body .gfield:before {
  content: none !important;
}

.gform_wrapper .gform_body .gfield .medium,
.gform_wrapper .gform_body .gfield .datepicker {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  color: #757575;
  background-clip: padding-box;
  border: 1px solid #bdbdbd;
  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;
  background: transparent !important;
  outline: none !important;
}

.gform_wrapper .gform_body .gfield .medium:focus,
.gform_wrapper .gform_body .gfield .datepicker:focus {
  color: #212121;
}

.gform_wrapper .gform_body .gfield .medium:focus,
.gform_wrapper .gform_body .gfield .medium.is-filled,
.gform_wrapper .gform_body .gfield .medium.is-filled-gf,
.gform_wrapper .gform_body .gfield .datepicker:focus,
.gform_wrapper .gform_body .gfield .datepicker.is-filled {
  border-color: #00b0ff;
  -webkit-box-shadow: 0 -1px 0 #00b0ff inset;
          box-shadow: 0 -1px 0 #00b0ff inset;
}

.gform_wrapper .gform_body .gfield .medium + label,
.gform_wrapper .gform_body .gfield .datepicker + label {
  position: absolute;
  top: 6px;
  left: 0;
  margin: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  cursor: text;
}

.gform_wrapper .gform_body .gfield .medium:focus + label,
.gform_wrapper .gform_body .gfield .medium.is-filled + label,
.gform_wrapper .gform_body .gfield .medium.is-filled-gf + label,
.gform_wrapper .gform_body .gfield .datepicker:focus + label,
.gform_wrapper .gform_body .gfield .datepicker.is-filled + label {
  font-size: 12px;
  top: -10px;
  color: #00b0ff;
}

.gform_wrapper .gform_body .gfield.gfield_error .medium,
.gform_wrapper .gform_body .gfield.gfield_error .datepicker {
  border-color: #ff1744;
  -webkit-box-shadow: 0 -1px 0 #ff1744 inset;
          box-shadow: 0 -1px 0 #ff1744 inset;
}

.gform_wrapper .gform_body .gfield.gfield_error .medium + label,
.gform_wrapper .gform_body .gfield.gfield_error .datepicker + label {
  color: #ff1744;
}

.gform_wrapper .gform_body .gfield .ginput_container_select .medium {
  background: url("https://bornemann.net/wp-content/uploads/dropdown.png");
  background-position: right center;
  background-size: 10px;
  background-repeat: no-repeat;
  -webkit-appearance: none;
}

.gform_wrapper .gform_body .gfield .ginput_container_textarea .medium.textarea {
  padding: 0.375rem 0.5rem;
  height: 7.4rem;
}

.gform_wrapper .gform_body .gfield .ginput_container_fileupload .medium {
  background-color: #fafafa;
  border: 1px dashed #eee;
  padding: 1rem;
  border-radius: 0.5rem;
}

.gform_wrapper .gform_body .gfield .screen-reader-text {
  display: none;
}

.gform_wrapper .gform_body .gfield .ginput_container_text {
  position: relative;
}

.gform_wrapper .gform_body .gfield.gfield_error .validation_message {
  font-weight: 300;
  color: #ff1744;
  font-size: 0.75rem;
  text-align: left;
}

.gform_wrapper .gform_footer {
  text-align: right;
}

.gform_wrapper .gform_button {
  cursor: pointer;
  font-weight: 500;
  white-space: nowrap;
  color: #fff;
  background-color: #00c853;
  border: 2px solid #00c853;
  border-radius: 2rem;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.15rem 1.25rem 0.35rem 1.25rem;
}

.gform_wrapper .gform_button:hover,
.gform_wrapper .gform_button:focus,
.gform_wrapper .gform_button:active,
.gform_wrapper .gform_button:active:hover,
.gform_wrapper .gform_button:active:focus {
  outline: none;
  background-color: #00b44b;
  border-color: #00b44b;
  -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.gform_confirmation_wrapper .gform_confirmation_message {
  border: none;
  padding: 1.5rem;
  border-radius: 2px;
  position: relative;
  background: #e1f5fe;
  color: #757575;
}

.gform_wrapper .gform_ajax_spinner {
  display: none;
}

.gform_fields .gfield .ginput_container_fileupload input[type=file] {
  background: #fafafa;
  padding: 1.5rem;
  border: 1px dashed #e0e0e0;
}
.gform_fields .gfield .ginput_container_fileupload span[id*=gfield_upload_rules_] {
  display: block;
  color: #9e9e9e;
  font-size: 87.5%;
  margin-top: 0.25rem;
}
.gform_fields .gfield .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area {
  background: #fafafa;
  padding: 1.5rem;
  border: 1px dashed #e0e0e0;
  text-align: center;
}
.gform_fields .gfield .ginput_container_fileupload .gform_fileupload_multifile .gform_drop_area .gform_drop_instructions {
  display: block;
  margin-bottom: 0.75rem;
}
.gform_fields .gfield .ginput_container_fileupload .validation_message {
  display: block;
  color: #9e9e9e;
  font-size: 87.5%;
  margin-top: 0.25rem;
}
.gform_fields .gfield .ginput_container_fileupload .validation_message ul {
  list-style: none;
  padding: 0;
}
.gform_fields .gfield div[id*=gform_preview_] {
  margin-top: 0.75rem;
}
.gform_fields .gfield div[id*=gform_preview_] .ginput_preview {
  position: relative;
  padding-left: 1.5rem;
}
.gform_fields .gfield div[id*=gform_preview_] .ginput_preview:not(:last-child) {
  margin-bottom: 0.5rem;
}
.gform_fields .gfield div[id*=gform_preview_] strong {
  font-weight: 400;
  display: block;
  padding-left: 0.25rem;
}
.gform_fields .gfield div[id*=gform_preview_] strong::before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
  width: 1.5rem;
  color: #9e9e9e;
  font-size: 87.5%;
  line-height: 2.4rem;
}
.gform_fields .gfield div[id*=gform_preview_] .gform_delete {
  opacity: 0;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  height: 2.4rem;
  width: 1.5rem;
  cursor: pointer;
}
.gform_fields .gfield div[id*=gform_preview_] .gform_delete:hover + strong::before {
  color: #ff1744;
}

#ui-datepicker-div {
  -webkit-box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}
#ui-datepicker-div .ui-datepicker-header {
  padding: 0 0.5rem 0.5rem 0.5rem;
  border-bottom: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  color: #9e9e9e;
  font-size: 87.5%;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
    -webkit-transition: none;
    transition: none;
  }
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:focus,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover,
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:focus {
  text-decoration: none;
  color: #00b0ff;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  text-align: right;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0.75rem;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title select {
  -webkit-appearance: none;
  padding: 0.25rem 1rem;
  font-size: 87.5%;
  max-width: 45%;
}
#ui-datepicker-div .ui-datepicker-calendar {
  width: -webkit-fill-available;
  margin: 0.5rem 0.5rem 0 0.5rem;
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar thead tr th {
  vertical-align: top;
}
#ui-datepicker-div .ui-datepicker-calendar thead tr th span {
  width: 2rem;
  text-align: center;
  display: block;
  color: #212121;
}
#ui-datepicker-div .ui-datepicker-calendar thead tr th.ui-datepicker-week-end span {
  color: #9e9e9e;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td {
  vertical-align: top;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a {
  width: 2rem;
  text-align: center;
  display: block;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  #ui-datepicker-div .ui-datepicker-calendar tbody tr td a {
    -webkit-transition: none;
    transition: none;
  }
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-default {
  color: #616161;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-hover {
  color: #00b0ff;
  text-decoration: none;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td a.ui-state-active {
  color: #ffffff !important;
  background: #00b0ff !important;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-datepicker-week-end a {
  color: #9e9e9e;
  cursor: not-allowed;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-datepicker-today a {
  font-weight: 700;
  background: #fafafa;
}
#ui-datepicker-div .ui-datepicker-calendar tbody tr td.ui-state-disabled {
  opacity: 0.5;
  color: #9e9e9e;
  cursor: not-allowed;
}

.material-icons svg {
  height: 1em;
  width: 1em;
  fill: currentColor;
  vertical-align: baseline;
}

.card-download {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
}
.card-download .card-header {
  background: none;
  border: none;
  padding: 1.5rem 1.5rem 0 1.5rem;
}
.card-download .card-header .card-title {
  margin: 0;
}
.card-download .card-header .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-download .card-body, .card-download .post-comments .comment-respond, .post-comments .card-download .comment-respond {
  padding: 1.5rem;
}
.card-download .card-body .card-title, .card-download .post-comments .comment-respond .card-title, .post-comments .card-download .comment-respond .card-title {
  margin-bottom: 1.5rem;
}
.card-download .card-footer {
  background: none;
  border: none;
  padding: 0 1.5rem 1.5rem 1.5rem;
}
.card-download .card-footer .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-download .card-footer .img-fluid {
  height: 2rem;
  width: auto;
}
.card-download + .modal .conversion-form-wrapper .conversion-form-progress .list-progress li::before {
  content: none !important;
}
.card-download + .modal .conversion-form-wrapper .conversion-form {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.card-download + .modal .conversion-form-wrapper .conversion-form .card-body, .card-download + .modal .conversion-form-wrapper .conversion-form .post-comments .comment-respond, .post-comments .card-download + .modal .conversion-form-wrapper .conversion-form .comment-respond {
  padding: 0;
}
.card-download + .modal .conversion-form-wrapper .conversion-form .conversion-form-fields-text .form-group {
  max-width: unset;
}
.card-download + .modal .conversion-form-wrapper .conversion-references ul li {
  margin: 0 1.5rem 1.5rem 0;
}

.newsletter-shortcode {
  padding: 1rem;
  border-radius: 1rem;
}
.newsletter-shortcode .h4 {
  color: #212121;
  margin-bottom: 1rem;
}
.newsletter-shortcode .form-control {
  padding: 0.375rem 0.75rem;
  border: 1px solid #bdbdbd !important;
}
.newsletter-shortcode .form-check {
  font-size: 0.75rem;
}
.newsletter-shortcode .btn-link {
  color: #00838f;
}
.newsletter-shortcode .ajax-message .alert {
  margin: 0;
}

#page-builder .section.teaserimage::before {
  z-index: 1;
}

#page-builder .section.teaserimage > .container {
  position: relative;
  z-index: 2;
}

.sticky-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 9;
}
.sticky-bar #collapseToc {
  margin-bottom: 1rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}
.sticky-bar #collapseToc .h3 {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .sticky-bar #collapseToc .h3 {
    padding: 1rem;
  }
}
.sticky-bar .list-collapse {
  margin: 0;
  max-height: 50vh;
  overflow: scroll;
  padding: 1rem;
}
.sticky-bar .list-collapse li a {
  color: #757575;
  padding: 0.5rem 0 0.5rem 1rem;
  display: block;
  border-left: 1px solid #e0e0e0;
}
.sticky-bar .list-collapse li a:hover, .sticky-bar .list-collapse li a:focus {
  color: #00b0ff;
}
.sticky-bar .list-collapse li a.active {
  border-left: 1px solid #00b0ff;
  -webkit-box-shadow: 1px 0 0 #00b0ff inset;
          box-shadow: 1px 0 0 #00b0ff inset;
  color: #00b0ff;
}
.sticky-bar .list-toggle {
  padding: 0;
  margin: 0;
}
.sticky-bar .list-toggle .btn-white {
  padding: 0;
  border: none;
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  text-align: center;
  font-size: 1.25rem;
  background: #ffffff;
  color: #616161;
  -webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.sticky-bar .list-toggle .btn-white:hover, .sticky-bar .list-toggle .btn-white:focus {
  color: #00b0ff;
}
.sticky-bar .list-toggle .btn-circle {
  display: none !important;
}
/*# sourceMappingURL=style.css.map */
