@import url(https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700&display=swap);
@charset "UTF-8";
/* @import url('https://fonts.googleapis.com/css?family=Nunito'); */
/*$font-family-sans-serif: 'Mulish', sans-serif;*/
/* z.B. Borders */
/* #212529 */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
<<<<<<< HEAD
  height: 59px;
  /* Set the fixed height of the footer here */
=======
  height: 59px; /* Set the fixed height of the footer here */
>>>>>>> main
  /* border-top:1px solid $lightGray; */
  background-color: #fff;
}

.footer-holder {
  border-top: 1px solid #edeff1;
  padding-top: 20px;
}
.footer-holder .container {
  overflow: visible;
}
.footer-holder .container .footer-menu {
  text-align: right;
  padding-top: 1px;
}
.footer-holder .container .footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
.footer-holder .container .footer-menu ul li {
  display: inline-block;
}
.footer-holder .container .footer-menu ul li a {
  display: block;
  color: #181738;
  margin: 0 10px;
  border-bottom: 2px solid transparent;
  padding-bottom: 3px;
  transition: border 0.3s ease-out;
}
.footer-holder .container .footer-menu ul li a:hover {
  text-decoration: none;
  border-bottom: 2px solid rgba(24, 23, 56, 0.5);
}
@media (max-width: 575px) {
  .footer-holder .container .footer-menu ul li:nth-of-type(n) {
    display: none;
  }
}
.footer-holder .container .footer-menu ul li:last-of-type {
  display: none;
}
@media (max-width: 767px) {
  .footer-holder .container .footer-menu ul li:last-of-type {
    display: inline-block;
  }
}
@media (max-width: 575px) {
  .footer-holder .container .footer-menu ul li:last-of-type {
    display: inline-block;
  }
}
@media (max-width: 575px) {
  .footer-holder .container .footer-menu ul li:last-of-type a {
    display: flex;
  }
}
.footer-holder .container .footer-menu ul li:last-of-type #dropdownButton {
  margin: 0 10px 0 0;
  box-shadow: none;
}
@media (max-width: 575px) {
  .footer-holder .container .footer-menu ul li:last-of-type #dropdownButton {
    font-size: 0.95rem;
  }
}
.footer-holder .container .footer-menu ul li:last-of-type #dropdownButton .flip {
  transform: rotate(180deg);
}
.footer-holder .container .footer-menu ul li:last-of-type button #toggleArrow {
  margin-left: 7px;
  margin-top: 6px;
  display: flex;
}
@media (max-width: 767px) {
  .footer-holder .container .footer-menu ul li:last-of-type button #toggleArrow {
    transition: transform 0.5s;
  }
}
@media (max-width: 575px) {
  .footer-holder .container .footer-menu ul li:last-of-type button #toggleArrow {
    margin-top: 5px;
  }
}
.footer-holder .container .footer-menu ul li:last-of-type button #toggleArrow div {
  width: 1px;
  height: 7px;
  background: #333333;
}
.footer-holder .container .footer-menu ul li:last-of-type button #toggleArrow div:nth-of-type(1) {
  transform: rotate(40deg);
}
.footer-holder .container .footer-menu ul li:last-of-type button #toggleArrow div:nth-of-type(2) {
  margin-left: 3px;
  transform: rotate(-40deg);
}
@media (max-width: 767px) {
  .footer-holder .container .footer-menu ul li:nth-last-of-type(2) {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-holder .container .footer-menu ul li:nth-last-of-type(3) {
    display: none;
  }
}
.footer-holder .container .footer-menu ul li .dropdown-menu {
  padding-bottom: 0.5rem;
}
@media (max-width: 575px) {
  .footer-holder .container .footer-menu ul li .dropdown-menu {
    font-size: 0.95rem;
  }
}
@media (max-width: 361px) {
  .footer-holder .container .footer-menu ul li .dropdown-menu {
    padding-top: 0;
  }
}
.footer-holder .container .footer-menu ul li .dropdown-menu a {
  margin: 0;
}
@media (max-width: 767px) {
  .footer-holder .container .footer-menu ul li .dropdown-menu a:nth-last-of-type(3) {
    display: none;
  }
}
@media (max-width: 575px) {
  .footer-holder .container .footer-menu ul li .dropdown-menu a:nth-last-of-type(3) {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer-holder .container .footer-menu ul li .dropdown-menu a:nth-last-of-type(4) {
    display: none;
  }
}
@media (max-width: 575px) {
  .footer-holder .container .footer-menu ul li .dropdown-menu a:nth-last-of-type(4) {
    display: block;
  }
}
.footer-holder .container .footer-menu ul li .dropdown-menu a:hover {
  background-color: transparent;
  border-bottom-color: transparent;
}
.footer-holder .container .footer-menu ul li .dropdown-menu a:hover .inner {
  border-bottom: 2px solid rgba(24, 23, 56, 0.5);
}
.footer-holder .container .footer-menu ul li .dropdown-menu a .inner {
  border-bottom: 2px solid transparent;
  padding-bottom: 3px;
  text-decoration: none;
  transition: border 0.3s ease-out;
}
.footer-holder .container .footer-menu ul li .dropdown-menu div:first-of-type {
  margin-top: 0;
}
@media (min-width: 362px) {
  .footer-holder .container .footer-menu ul li .dropdown-menu div:first-of-type {
    display: none;
  }
}
@media (max-width: 767px) {
  .footer-holder .container .footer-menu ul li .dropdown-menu div:nth-last-of-type(2) {
    display: none;
  }
}
@media (max-width: 575px) {
  .footer-holder .container .footer-menu ul li .dropdown-menu div:nth-last-of-type(2) {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer-holder .container .footer-menu ul li .dropdown-menu div:nth-last-of-type(3) {
    display: none;
  }
}
@media (max-width: 575px) {
  .footer-holder .container .footer-menu ul li .dropdown-menu div:nth-last-of-type(3) {
    display: block;
  }
}
.footer-holder .container .footer-menu ul li .dropdown-menu .rights {
  background-color: #c7e3ee;
  vertical-align: middle;
  height: 40px;
  padding-top: 13px;
}
@media (min-width: 362px) {
  .footer-holder .container .footer-menu ul li .dropdown-menu .rights {
    display: none;
  }
}
.footer-holder .container .footer-menu ul li .mehr {
  position: absolute;
  top: 0px;
  left: 0px;
  will-change: transform;
}
@media (max-width: 767px) {
  .footer-holder .container .footer-menu ul li .mehr {
    transform: translate3d(-90px, -100px, 0px);
  }
}
@media (max-width: 575px) {
  .footer-holder .container .footer-menu ul li .mehr {
    transform: translate3d(-90px, -185px, 0px);
  }
}
@media (max-width: 361px) {
  .footer-holder .container .footer-menu ul li .mehr {
    transform: translate3d(-165px, -225px, 0px);
  }
}
@media (max-width: 300px) {
  .footer-holder .container .footer-menu ul li .mehr {
    transform: translate3d(-140px, -220px, 0px);
  }
  .footer-holder .container .footer-menu ul li .mehr a, .footer-holder .container .footer-menu ul li .mehr span {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.footer-holder .container .copyright {
  padding-top: 3px;
  font-size: 14px;
  color: #8d8d95;
}
@media (max-width: 300px) {
  .footer-holder .container .copyright img {
    width: 25px;
  }
}
@media (max-width: 361px) {
  .footer-holder .container .copyright .text {
    display: none;
  }
}
@media (max-width: 300px) {
  .footer-holder .container .col-3 {
    padding-left: 0;
  }
}
@media (max-width: 300px) {
  .footer-holder .container .col-9 {
    padding-right: 0;
  }
}

.homepage-footer {
  background-color: #5f99a4;
  height: 300px;
}
@media (max-width: 575px) {
  .homepage-footer {
    height: 200px;
    text-align: center;
  }
}
.homepage-footer .footer-holder {
  padding-top: 40px;
}
@media (max-width: 575px) {
  .homepage-footer .footer-holder {
    padding-top: 25px;
  }
}
.homepage-footer .footer-holder .footer-content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: white;
}
@media (max-width: 575px) {
  .homepage-footer .footer-holder .footer-content {
    font-size: 0.95rem;
  }
}
.homepage-footer .footer-holder .footer-content .left-part {
  line-height: 1.3;
}
@media (max-width: 575px) {
  .homepage-footer .footer-holder .footer-content .left-part {
    display: none;
  }
}
@media (max-width: 767px) {
  .homepage-footer .footer-holder .footer-content .middle-part {
    display: none;
  }
}
.homepage-footer .footer-holder .footer-content .middle-part p {
  font-weight: 600;
}
.homepage-footer .footer-holder .footer-content .middle-part .submission {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .homepage-footer .footer-holder .footer-content .middle-part .submission {
    align-items: center;
    flex-direction: row;
  }
}
.homepage-footer .footer-holder .footer-content .middle-part .submission .btn {
  white-space: nowrap;
  padding: 8px 15px;
  color: white;
  background-color: #6facbd;
}
.homepage-footer .footer-holder .footer-content .middle-part .submission .btn:hover {
  background-color: #87ceea;
}
.homepage-footer .footer-holder .footer-content .middle-part .submission .newsletter-success, .homepage-footer .footer-holder .footer-content .middle-part .submission .newsletter-error {
  white-space: nowrap;
  margin-top: 15px;
  opacity: 0;
  font-size: 0.9rem;
  color: #87ceea;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .homepage-footer .footer-holder .footer-content .middle-part .submission .newsletter-success, .homepage-footer .footer-holder .footer-content .middle-part .submission .newsletter-error {
    margin-left: 15px;
    margin-top: 5px;
  }
}
.homepage-footer .footer-holder .footer-content .middle-part .submission .newsletter-error {
  color: #b00000;
}
.homepage-footer .footer-holder .footer-content .right-part {
  line-height: 1.6;
}
@media (min-width: 576px) {
  .homepage-footer .footer-holder .footer-content .right-part {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .homepage-footer .footer-holder .footer-content .right-part {
    line-height: 1.5;
  }
}
.homepage-footer .footer-holder .footer-content .right-part a {
  white-space: nowrap;
<<<<<<< HEAD
  width: -webkit-fit-content;
=======
>>>>>>> main
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 575px) {
  .homepage-footer .footer-holder .footer-content .right-part a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (min-width: 576px) {
  .homepage-footer .footer-holder .footer-content .right-part a.mobile-address {
    display: none;
  }
}
@media (min-width: 768px) {
  .homepage-footer .footer-holder .footer-content .right-part a.mobile-newsletter {
    display: none;
  }
}
.homepage-footer .footer-holder .footer-content a {
  color: white;
  font-weight: 600;
}
.homepage-footer .footer-holder .copyright {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  font-size: 0.9rem;
  color: white;
}
@media (max-width: 332px) {
  .homepage-footer .footer-holder .copyright {
    padding-bottom: 20px;
  }
}
.homepage-footer .footer-holder .copyright .logo {
  padding-bottom: 12px;
}
@media (max-width: 300px) {
  .homepage-footer .footer-holder .copyright .logo img {
    width: 40px;
  }
}
@media (max-width: 361px) {
  .homepage-footer .footer-holder .copyright .text {
    display: block;
  }
}

#dropdownButton {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #333333;
}

/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> main
 */
:root {
  --blue: #c7e3ee;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #c7e3ee;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Lato", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #212529;
  text-align: left;
  background-color: #ffffff;
}

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #c7e3ee;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #8cc6dc;
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

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

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

button {
  border-radius: 0;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
<<<<<<< HEAD
  font-size: 80%;
=======
  font-size: 0.875em;
>>>>>>> main
  font-weight: 400;
}

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

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

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

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

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

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

.blockquote-footer {
  display: block;
<<<<<<< HEAD
  font-size: 80%;
=======
  font-size: 0.875em;
>>>>>>> main
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

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

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

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

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

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

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

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

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
<<<<<<< HEAD

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

=======
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
>>>>>>> main
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
<<<<<<< HEAD

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

=======
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
>>>>>>> main
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
<<<<<<< HEAD

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

=======
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
>>>>>>> main
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
<<<<<<< HEAD

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

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

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

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

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

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

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

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

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

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

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

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

=======
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
>>>>>>> main
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

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

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

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

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

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

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

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

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

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

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

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

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

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

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

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

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

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

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: white;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(199, 227, 238, 0.25);
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
<<<<<<< HEAD
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
=======
>>>>>>> main
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto;
}

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

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

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

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

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

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
<<<<<<< HEAD
  font-size: 80%;
=======
  font-size: 0.875em;
>>>>>>> main
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

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

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

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

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

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

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

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
<<<<<<< HEAD
  font-size: 80%;
=======
  font-size: 0.875em;
>>>>>>> main
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

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

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

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

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

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

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

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
<<<<<<< HEAD
.form-inline .custom-select {
=======
  .form-inline .custom-select {
>>>>>>> main
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
<<<<<<< HEAD
      -ms-user-select: none;
=======
>>>>>>> main
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1;
  border-radius: 0.25rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(199, 227, 238, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #212529;
  background-color: #c7e3ee;
  border-color: #c7e3ee;
}
.btn-primary:hover {
  color: #212529;
  background-color: #aad4e5;
  border-color: #a0cfe2;
}
.btn-primary:focus, .btn-primary.focus {
  color: #212529;
  background-color: #aad4e5;
  border-color: #a0cfe2;
  box-shadow: 0 0 0 0.2rem rgba(174, 199, 208, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #212529;
  background-color: #c7e3ee;
  border-color: #c7e3ee;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #212529;
  background-color: #a0cfe2;
  border-color: #96cbdf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(174, 199, 208, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #c7e3ee;
  border-color: #c7e3ee;
}
.btn-outline-primary:hover {
  color: #212529;
  background-color: #c7e3ee;
  border-color: #c7e3ee;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 227, 238, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #c7e3ee;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #c7e3ee;
  border-color: #c7e3ee;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 227, 238, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

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

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

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

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

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
<<<<<<< HEAD
=======
.collapsing.width {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.width {
    transition: none;
  }
}
>>>>>>> main

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

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

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

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
<<<<<<< HEAD

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #c7e3ee;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  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: #6c757d;
  white-space: nowrap;
}

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

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

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

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

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

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

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

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #c7e3ee;
  background-color: #c7e3ee;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(199, 227, 238, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: white;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: white;
  border-color: white;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

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

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #c7e3ee;
  background-color: #c7e3ee;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(199, 227, 238, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(199, 227, 238, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(199, 227, 238, 0.5);
}

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

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: white;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(199, 227, 238, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: white;
  box-shadow: 0 0 0 0.2rem rgba(199, 227, 238, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

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

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
<<<<<<< HEAD
.custom-file-label,
.custom-select {
=======
  .custom-file-label,
  .custom-select {
>>>>>>> main
    transition: none;
  }
}

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

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

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

.nav-pills .nav-link {
<<<<<<< HEAD
=======
  background: none;
  border: 0;
>>>>>>> main
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #c7e3ee;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
<<<<<<< HEAD
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
=======
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
>>>>>>> main
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
<<<<<<< HEAD
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
=======
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
>>>>>>> main
    border-bottom-left-radius: 0;
  }
}

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

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

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #c7e3ee;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #8cc6dc;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(199, 227, 238, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #c7e3ee;
  border-color: #c7e3ee;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  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;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

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

.badge-primary {
  color: #212529;
  background-color: #c7e3ee;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #212529;
  background-color: #a0cfe2;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(199, 227, 238, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

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

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

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

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #67767c;
  background-color: #f4f9fc;
  border-color: #eff7fa;
}
.alert-primary hr {
  border-top-color: #dcedf4;
}
.alert-primary .alert-link {
  color: #505b60;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

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

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

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

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

<<<<<<< HEAD
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

=======
>>>>>>> main
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #c7e3ee;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    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 {
<<<<<<< HEAD
  -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;
=======
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
>>>>>>> main
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #c7e3ee;
  border-color: #c7e3ee;
}
.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 {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #67767c;
  background-color: #eff7fa;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #67767c;
  background-color: #dcedf4;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #67767c;
  border-color: #67767c;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

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

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

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

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

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

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

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

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

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

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

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
<<<<<<< HEAD
  height: -webkit-min-content;
=======
>>>>>>> main
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

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

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

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

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

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

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

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

=======
>>>>>>> main
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
<<<<<<< HEAD

=======
>>>>>>> main
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
<<<<<<< HEAD
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }

=======
    height: -moz-min-content;
    height: min-content;
  }
>>>>>>> main
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
<<<<<<< HEAD
.modal-xl {
=======
  .modal-xl {
>>>>>>> main
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
<<<<<<< HEAD
  word-spacing: normal;
  white-space: normal;
=======
  white-space: normal;
  word-spacing: normal;
>>>>>>> main
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
<<<<<<< HEAD
  word-spacing: normal;
  white-space: normal;
=======
  white-space: normal;
  word-spacing: normal;
>>>>>>> main
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

.carousel {
  position: relative;
}

.carousel.pointer-event {
  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;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
<<<<<<< HEAD
.carousel-fade .active.carousel-item-right {
=======
  .carousel-fade .active.carousel-item-right {
>>>>>>> main
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
<<<<<<< HEAD
.carousel-control-next {
=======
  .carousel-control-next {
>>>>>>> main
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

<<<<<<< HEAD
@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}

=======
>>>>>>> main
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
<<<<<<< HEAD
  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;
=======
  border: 0.25em solid currentcolor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
>>>>>>> main
}

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
<<<<<<< HEAD
.spinner-grow {
    -webkit-animation-duration: 1.5s;
            animation-duration: 1.5s;
=======
  .spinner-grow {
    animation-duration: 1.5s;
>>>>>>> main
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

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

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

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

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

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

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

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

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

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

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

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
<<<<<<< HEAD

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

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

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

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

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

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

  .d-sm-flex {
    display: flex !important;
  }

=======
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
>>>>>>> main
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
<<<<<<< HEAD

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

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

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

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

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

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

  .d-md-flex {
    display: flex !important;
  }

=======
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
>>>>>>> main
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
<<<<<<< HEAD

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

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

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

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

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

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

  .d-lg-flex {
    display: flex !important;
  }

=======
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
>>>>>>> main
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
<<<<<<< HEAD

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

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

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

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

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

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

  .d-xl-flex {
    display: flex !important;
  }

=======
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
>>>>>>> main
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
<<<<<<< HEAD

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

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

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

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

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

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

  .d-print-flex {
    display: flex !important;
  }

=======
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
>>>>>>> main
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
<<<<<<< HEAD

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

=======
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
>>>>>>> main
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
<<<<<<< HEAD

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

=======
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
>>>>>>> main
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
<<<<<<< HEAD

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

=======
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
>>>>>>> main
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
<<<<<<< HEAD

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

=======
  .float-sm-right {
    float: right !important;
  }
>>>>>>> main
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
<<<<<<< HEAD

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

=======
  .float-md-right {
    float: right !important;
  }
>>>>>>> main
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
<<<<<<< HEAD

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

=======
  .float-lg-right {
    float: right !important;
  }
>>>>>>> main
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
<<<<<<< HEAD

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

=======
  .float-xl-right {
    float: right !important;
  }
>>>>>>> main
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
<<<<<<< HEAD
      -ms-user-select: auto !important;
=======
>>>>>>> main
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
<<<<<<< HEAD
      -ms-user-select: none !important;
=======
>>>>>>> main
          user-select: none !important;
}

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

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

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

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

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

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

.position-sticky {
<<<<<<< HEAD
  position: -webkit-sticky !important;
=======
>>>>>>> main
  position: sticky !important;
}

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

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

<<<<<<< HEAD
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
=======
@supports (position: sticky) {
  .sticky-top {
>>>>>>> main
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
<<<<<<< HEAD

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

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

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ml-sm-auto,
.mx-sm-auto {
=======
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
>>>>>>> main
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
<<<<<<< HEAD

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
=======
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
>>>>>>> main
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
<<<<<<< HEAD

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
=======
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
>>>>>>> main
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
<<<<<<< HEAD

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
=======
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
>>>>>>> main
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
<<<<<<< HEAD

  .text-sm-right {
    text-align: right !important;
  }

=======
  .text-sm-right {
    text-align: right !important;
  }
>>>>>>> main
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
<<<<<<< HEAD

  .text-md-right {
    text-align: right !important;
  }

=======
  .text-md-right {
    text-align: right !important;
  }
>>>>>>> main
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
<<<<<<< HEAD

  .text-lg-right {
    text-align: right !important;
  }

=======
  .text-lg-right {
    text-align: right !important;
  }
>>>>>>> main
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
<<<<<<< HEAD

  .text-xl-right {
    text-align: right !important;
  }

=======
  .text-xl-right {
    text-align: right !important;
  }
>>>>>>> main
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #c7e3ee !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #8cc6dc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
<<<<<<< HEAD
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

=======
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
>>>>>>> main
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
<<<<<<< HEAD

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

=======
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
>>>>>>> main
  .table {
    border-collapse: collapse !important;
  }
  .table td,
<<<<<<< HEAD
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

=======
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
>>>>>>> main
  .table-dark {
    color: inherit;
  }
  .table-dark th,
<<<<<<< HEAD
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

=======
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
>>>>>>> main
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
a {
<<<<<<< HEAD
  color: #87ceea;
=======
  color: #45B9DD;
}

p {
  line-height: 1.3;
>>>>>>> main
}

.align-right {
  text-align: right;
}

.modal-backdrop {
  background-color: #AED6F1;
}

.modal-dialog {
  margin: 7% auto;
  max-width: 550px;
}

.modal-content {
  border-color: transparent;
}

.float-right {
  float: right;
}

<<<<<<< HEAD
=======
textarea.textinput {
  min-height: 90px;
  resize: none;
  border: 1px solid #45a8cf;
}

>>>>>>> main
.close-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 23px;
  top: 23px;
  cursor: pointer;
  opacity: 0.9;
}
.close-icon:before {
  content: " ";
  height: 20px;
  width: 1px;
  left: 0;
  background-color: #b1b7c4;
  transform: rotate(45deg);
  Z-index: 1;
  position: absolute;
}
.close-icon:after {
  content: " ";
  height: 20px;
  width: 1px;
  background-color: #b1b7c4;
  transform: rotate(-45deg);
  Z-index: 2;
  position: absolute;
  left: 0px;
}
.close-icon:hover {
  opacity: 1;
}

<<<<<<< HEAD
=======
.path {
  padding-top: 25px;
}
@media (max-width: 575px) {
  .path {
    padding: 25px 15px 5px;
  }
}

>>>>>>> main
.bento-holder {
  float: right;
}
@media (min-width: 768px) {
  .bento-holder {
    margin-right: 8px;
  }
}
.bento-holder .bento-menu {
  width: 30px;
  height: 30px;
  /* transform: translateY(-50%); */
  position: relative;
<<<<<<< HEAD
  margin-top: 17px;
=======
>>>>>>> main
  margin-left: 12px;
  cursor: pointer;
  /* border:1px solid #333; */
  transition-duration: 0.3s;
}
.bento-holder .bento-menu span {
  width: 4px;
  height: 4px;
  background: rgb(177, 183, 196);
  position: absolute;
  transition-duration: 0.2s;
}
.bento-holder .bento-menu span:nth-child(1) {
  top: 0;
  left: 0;
}
.bento-holder .bento-menu span:nth-child(2) {
  top: 0;
  left: 10px;
}
.bento-holder .bento-menu span:nth-child(3) {
  top: 0;
  left: 20px;
}
.bento-holder .bento-menu span:nth-child(4) {
  top: 10px;
  left: 0;
}
.bento-holder .bento-menu span:nth-child(5) {
  top: 10px;
  left: 10px;
}
.bento-holder .bento-menu span:nth-child(6) {
  top: 10px;
  left: 20px;
}
.bento-holder .bento-menu span:nth-child(7) {
  top: 20px;
  left: 0;
}
.bento-holder .bento-menu span:nth-child(8) {
  top: 20px;
  left: 10px;
}
.bento-holder .bento-menu span:nth-child(9) {
  top: 20px;
  left: 20px;
}
.bento-holder .bento-menu:hover {
  /* transform: rotate(45deg); */
}
.bento-holder .bento-menu:hover span {
  /* transform: rotate(-45deg); */
}
.bento-holder .bento-menu:hover span:nth-child(2), .bento-holder .bento-menu:hover span:nth-child(3), .bento-holder .bento-menu:hover span:nth-child(4), .bento-holder .bento-menu:hover span:nth-child(6), .bento-holder .bento-menu:hover span:nth-child(7), .bento-holder .bento-menu:hover span:nth-child(8) {
  opacity: 0;
}
.bento-holder .bento-menu:hover span:nth-child(1) {
  left: 10px;
}
.bento-holder .bento-menu:hover span:nth-child(9) {
  left: 10px;
}
<<<<<<< HEAD
.bento-holder .bento-menu.on {
  margin-top: 17px;
}
=======
>>>>>>> main
.bento-holder .bento-menu.on span:nth-child(2), .bento-holder .bento-menu.on span:nth-child(3), .bento-holder .bento-menu.on span:nth-child(4), .bento-holder .bento-menu.on span:nth-child(5), .bento-holder .bento-menu.on span:nth-child(6), .bento-holder .bento-menu.on span:nth-child(7), .bento-holder .bento-menu.on span:nth-child(8) {
  display: none;
}
.bento-holder .bento-menu.on span:nth-child(9), .bento-holder .bento-menu.on span:nth-child(1) {
  margin-top: 2px;
  height: 32px;
  width: 2px;
}
.bento-holder .bento-menu.on span:nth-child(9) {
  transform: rotate(-45deg);
  left: 6px;
  top: -6px;
}
.bento-holder .bento-menu.on span:nth-child(1) {
  transform: rotate(45deg);
  left: 6px;
  top: -6px;
}

.border-b {
  border-bottom: 1px solid #edeff1;
}

.border-t {
  border-top: 1px solid #edeff1;
}

/* .bento-menu:hover span:nth-child(1){
    transform: translate(88px,88px);
}
.bento-menu:hover span:nth-child(3){
    transform: translate(-88px,88px);
}
.bento-menu:hover span:nth-child(7){
    transform: translate(88px,-88px);
}
.bento-menu:hover span:nth-child(9){
    transform: translate(-88px,-88px);
}
.bento-menu:hover span:nth-child(2){
    transform: rotate(180deg);
}
.bento-menu:hover span:nth-child(4){
    transform: rotate(180deg);
}
.bento-menu:hover span:nth-child(6){
    transform: rotate(-180deg);
}
.bento-menu:hover span:nth-child(8){
    transform: rotate(-180deg);
} */
.label-inside {
  position: relative;
}
.label-inside label {
  position: absolute;
  font-weight: 500;
  z-index: 10;
  color: #888899;
  font-size: 13px;
  top: 15px;
  left: 16px;
}

.form-control {
  min-height: 40px;
}

.btn {
  border-radius: 3px;
}

.btn-next, .btn-primary {
  background: #87ceea;
  color: #fff;
  padding: 11px 25px;
}
.btn-next:hover, .btn-primary:hover {
  color: #fff;
  opacity: 0.8;
}
.btn-next:active, .btn-primary:active {
  opacity: 1;
  background: #80C3DE;
  color: #fff !important;
}

.btn-next[disabled], .btn-primary[disabled] {
  cursor: default;
  background: #D2D2D2;
}

.form-control-blue {
  background-color: #f8fcfd;
  border: 1px solid #c7e3ee;
}
.form-control-blue:disabled {
  background-color: #f8fcfd;
}

.building-data-input {
  position: relative;
}
.building-data-input .input-mass {
  font-size: 10px;
  font-weight: 500;
  right: 7px;
  position: absolute;
  top: 16px;
  color: #849ea8;
}
.building-data-input label {
  display: inline-block;
  margin-right: 5px;
}

.form-group-adress {
  height: 40px;
  font-size: 12px;
  font-weight: 600;
  background-image: url("/img/icons/marker.svg");
  background-repeat: no-repeat;
  background-position: 7px center;
  background-size: 13px auto;
  padding-left: 30px;
}

.label-inside .form-control-blue {
  padding-left: 100px;
}

.btn-blue-empty {
  background: #f8fcfd;
  color: #3c4c6b;
  padding: 11px 20px;
  border-color: #c7e3ee;
}

.btn-blue {
  background: #f8fcfd url("/img/icons/pen.svg") no-repeat center center;
  background-size: 18px;
  color: #3c4c6b;
  padding: 11px 20px;
  border-color: #c7e3ee;
}

.btn-pdf {
  background: #87ceea url("/img/icons/pdf-weiss.svg") no-repeat 8px center;
  background-size: 19px;
  color: #fff;
  padding: 11px 20px;
  padding-left: 35px;
  font-size: 0.95rem;
}
.btn-pdf:hover {
  color: #fff;
}

.blue-dropdown {
  /*  padding-top:12px; */
}
.blue-dropdown .btn-primary {
  margin: 5px;
  font-size: 16px;
  font-weight: 300;
}
.blue-dropdown .btn-dropdown {
  /* background:#f8fcfd;
  border:1px solid #c7e3ee;
  color:$darkBlue;
  font-weight:500;
  font-size:14px; */
<<<<<<< HEAD
=======
  min-width: 220px;
>>>>>>> main
  background: #006589;
  font-size: 28px;
  color: #b1b7c4;
}
<<<<<<< HEAD
=======
@media (max-width: 380px) {
  .blue-dropdown .btn-dropdown {
    min-width: 0;
  }
}
>>>>>>> main
.blue-dropdown .btn-dropdown:active, .blue-dropdown .btn-dropdown:focus {
  outline: 0;
  box-shadow: none;
}
.blue-dropdown .btn-dropdown .user-full-name {
  font-size: 16px;
  float: left;
  padding-right: 10px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  padding-top: 1px;
}
<<<<<<< HEAD
=======
@media (max-width: 380px) {
  .blue-dropdown .btn-dropdown .user-full-name {
    display: none;
  }
}
>>>>>>> main
.blue-dropdown .btn-dropdown .burger-menu {
  float: right;
  width: 20px;
  padding-top: 2px;
}
.blue-dropdown .btn-dropdown .burger-menu .burger-line {
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 5px;
}
.blue-dropdown .btn-dropdown .burger-menu .burger-line:last-child {
  margin-bottom: 3px;
}
.blue-dropdown .dropdown-menu {
  background: #fff;
  border: 1px solid #c7e3ee;
  color: #181738;
  min-width: 220px;
  padding-bottom: 0;
}
.blue-dropdown .dropdown-menu .neue-projekt-button {
  margin: 15px 3px;
  text-align: Center;
}
.blue-dropdown .dropdown-divider {
  border-color: #c7e3ee;
  margin: 0;
}
.blue-dropdown .dropdown-item {
  padding: 14px 1.5rem;
  color: #181738;
  font-weight: 500;
}
.blue-dropdown .dropdown-item:hover {
  background: #f8fcfd;
}

.form-control-error {
  background-color: rgba(255, 74, 61, 0.1);
  border-color: rgba(255, 74, 61, 0.3);
}

.form-control-model-data .label-inside {
  position: relative;
}
.form-control-model-data .label-inside label {
  position: absolute;
  font-weight: 500;
  z-index: 10;
  color: #888899;
  font-size: 12px;
  top: 8px;
  left: 7px;
}
.form-control-model-data .label-inside .form-control {
  min-height: 25px;
  padding-left: 50px;
  font-size: 13px;
  text-align: right;
  padding-right: 24px;
}
.form-control-model-data .label-inside .input-mass {
  color: #888899;
  font-size: 10px;
  position: absolute;
  font-weight: 500;
  z-index: 10;
  top: 10px;
  right: 7px;
}

#fassade .label-inside, #dach .label-inside {
  position: relative;
}
#fassade .label-inside .input-mass, #dach .label-inside .input-mass {
  color: #888899;
  font-size: 10px;
  position: absolute;
  font-weight: 500;
  z-index: 10;
  top: 10px;
  right: 7px;
}

.textinput {
  display: inline;
  min-width: 30px;
  height: auto;
  min-height: 0px;
  padding: 4px;
  color: #45a8cf;
  border-radius: 0px;
  border: 0px;
  border-bottom: 1px solid #45a8cf;
  background-color: #fff;
  text-align: left;
}

.textinput:disabled {
  background-color: #fff;
}

input[type=text].textinput.small {
  width: 60px;
}

input[type=text].textinput:active, input[type=text].textinput:focus,
textarea.textinput:active, textarea.textinput:focus,
select.textinput:active, select.textinput:focus {
  background-color: #f8fcfd;
}

select.textinput {
  width: auto;
  padding-left: 4px;
  padding-right: 35px;
  text-align: left;
}

.placeholder {
  background: #c7e3ee;
  opacity: 0.1;
}
.placeholder.model-3d-placeholder {
  height: 611px;
}
.placeholder.building-inputs {
  height: 180px;
}

.loader {
  width: 80px;
  height: 80px;
  margin: 10% auto 0;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ripple div {
  position: absolute;
  border: 4px solid #cef;
  opacity: 1;
  border-radius: 50%;
<<<<<<< HEAD
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
=======
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
>>>>>>> main
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
.twitter-typeahead {
  width: 100%;
}

.tt-input,
.tt-hint {
  width: 100%;
  height: 40px;
  line-height: 30px;
  outline: none;
}

<<<<<<< HEAD
.tt-input {
  /* UPDATE: newer versions use tt-input instead of tt-query */
=======
.tt-input { /* UPDATE: newer versions use tt-input instead of tt-query */
>>>>>>> main
  /* background:#f8fcfd url('/img/icons/marker.png') no-repeat 12px center; */
  /*border:1px solid #edeff1;*/
  padding-left: 45px;
  background: #000 url("/img/icons/fadenkreuz.svg") no-repeat 97% center;
  background-size: 18px;
}
.tt-input:focus {
  /*outline:0;*/
  /*box-shadow:none !important;*/
  /*background-color:#fff;*/
  /*border:1px solid #edeff1;*/
}
.tt-input.form-control-error {
  background-color: rgba(255, 74, 61, 0.1) !important;
  /*border-color:rgba(255, 74, 61, 0.3)*/
}

.tt-hint {
  color: #999;
  padding-left: 45px;
}

<<<<<<< HEAD
.tt-menu {
  /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
=======
.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
>>>>>>> main
  width: 100%;
  margin-top: 0;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #87ceea;
  border-radius: 4px;
}

.tt-suggestion {
  padding: 3px 10px;
  font-size: 14px;
  line-height: 24px;
}
.tt-suggestion:nth-child(even) {
  background: #EBF4F6;
}
.tt-suggestion:hover {
  background: #DFEFF3;
}

<<<<<<< HEAD
.tt-suggestion.tt-cursor {
  /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
=======
.tt-suggestion.tt-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
>>>>>>> main
  color: #181738;
  background-color: #DFEFF3;
  cursor: pointer;
}

.tt-suggestion p {
  margin: 0;
}

.inputs .effect-1 {
  padding: 7px 10px 7px 100px;
}
.inputs .effect-1 ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #c7e3ee;
  transition: 0.3s;
}
.inputs .effect-1:focus ~ .focus-border {
  width: 100%;
  transition: 0.3s;
}
.inputs .form-control.second {
  background-color: #e8f0fe;
  border-radius: 3px;
  transition: border-width 0.1s;
}
.inputs .form-control.second:focus {
  background-color: rgba(232, 240, 254, 0.5);
  border-color: #c7e3ee;
  border-width: 2px;
  box-shadow: none;
}
.inputs .form-control.effect-1 {
  background-color: rgba(199, 227, 238, 0.5);
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.inputs .form-control.effect-1:focus {
  background-color: rgba(199, 227, 238, 0.3);
  box-shadow: none;
}
.inputs .input-group .form-control {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.inputs .input-group .form-control:focus {
  border-color: #c7e3ee;
  box-shadow: none;
}

html {
  position: relative;
  min-height: 100%;
  font-family: "Lato", sans-serif;
  /*font-family: 'Mulish', sans-serif;*/
  font-weight: 300;
  color: #333333;
}

body {
<<<<<<< HEAD
  margin-bottom: 60px;
  /* Margin bottom by footer height */
=======
  margin-bottom: 60px; /* Margin bottom by footer height */
>>>>>>> main
  font-weight: 300;
  color: #333333;
}

.container {
  overflow: hidden;
  -webkit-hyphens: auto;
<<<<<<< HEAD
      -ms-hyphens: auto;
=======
>>>>>>> main
          hyphens: auto;
}
@media (max-width: 575px) {
  .container {
    max-width: 500px;
  }
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

<<<<<<< HEAD
=======
.disabled-input {
  pointer-events: none;
  color: #888899;
}

>>>>>>> main
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23888899'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 10px;
  background-position: right 8px top 65%;
  background-repeat: no-repeat;
  line-height: 1.2 !important;
}
select.is-invalid {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23888899'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat !important;
  background-size: 10px !important;
  background-position: right 8px top 65% !important;
  background-repeat: no-repeat !important;
  line-height: 1.2 !important;
}

.inputlabel {
<<<<<<< HEAD
  width: -webkit-fit-content;
=======
>>>>>>> main
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  margin-right: 10px;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .inputlabel {
    font-size: 0.95rem;
  }
}

.defaultFileUpload {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.errorValidation {
  margin-bottom: 1rem;
}
.errorValidation .alert {
  list-style: none;
  font-size: 14px;
}
.errorValidation .alert li:first-of-type {
  margin-top: 0;
}
.errorValidation .alert li {
  margin-top: 10px;
}

.text-success {
  margin-bottom: 2rem;
}
@media (max-width: 575px) {
  .text-success {
    font-size: 1rem;
  }
}
.text-success ul {
  list-style: none;
  padding-left: 0;
}

.neben {
  padding-bottom: 80px !important;
}
@media (max-width: 575px) {
  .neben {
    padding-bottom: 60px !important;
  }
}

.pdf-button {
  text-align: right;
  margin-top: 40px;
}
@media (max-width: 1199px) {
  .pdf-button {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .pdf-button {
    margin-top: 40px;
  }
}
@media (max-width: 575px) {
  .pdf-button {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .pdf-button a {
    width: 100%;
  }
}

.header-apps {
  margin-top: -23px;
}
.header-apps .project {
  margin-bottom: 11px;
}
.header-apps ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-apps ul li {
  display: inline-block;
  opacity: 0.3;
}
.header-apps ul li.active {
  opacity: 1;
}
.header-apps ul li a {
  text-align: center;
  display: block;
  padding: 2px 10px;
  color: #333;
}
.header-apps ul li a .icon img {
  width: 24px;
}
.header-apps ul li a .app-name {
  font-size: 12px;
  margin-top: 6px;
}

.user-menu2 {
  background-color: rgba(69, 168, 207, 0.02);
  margin-top: 10px;
}
<<<<<<< HEAD
=======
@media (max-width: 575px) {
  .user-menu2 .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
>>>>>>> main
.user-menu2 .user-menu-select {
  margin: 0 auto;
  display: inline-block;
  width: 100%;
  background-color: transparent;
}
.user-menu2 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.user-menu2 ul li {
  float: left;
  text-align: center;
  width: 180px;
  position: relative;
}
@media (max-width: 992px) {
  .user-menu2 ul li {
    width: 172px;
  }
}
.user-menu2 ul li .triangle-user-menu {
  width: 0;
  height: 0;
  border-top: 16px solid #45a8cf;
  border-right: 16px solid transparent;
  border-left: 16px solid transparent;
  bottom: -15px;
  left: calc(50% - 16px);
  position: absolute;
  display: none;
}
.user-menu2 ul li .triangle-user-menu:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 15px solid #fff;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  position: absolute;
  left: -15px;
  top: -17px;
}
.user-menu2 ul li a {
  display: block;
  padding: 10px 20px;
  border-left: 1px solid #c7e3ee;
  background-repeat: no-repeat;
  background-size: 31px auto;
  background-position: center 9px;
  padding-top: 45px;
  border-bottom: 2px solid transparent;
  transition: border 500ms ease-out;
  color: #2d738f;
  /*  background-color:rgba(69, 168, 207, 0.05); */
}
@media (max-width: 992) {
  .user-menu2 ul li a {
    padding: 10px 18px;
  }
}
.user-menu2 ul li a:hover {
  /* background-color:rgba(69, 168, 207, 0.7);
  color:#fff;
   */
  border-bottom: 2px solid rgba(69, 168, 207, 0.7);
  text-decoration: none;
  transition: border 0.2s ease-out;
}
.user-menu2 ul li:last-child a {
  border-right: 1px solid #c7e3ee;
}
.user-menu2 ul li.active a {
  background-color: #fff;
  border-right: 1px solid #45a8cf;
  border-top: 1px solid #45a8cf;
  border-bottom: 1px solid #45a8cf;
  border-left: 1px solid #45a8cf;
}
.user-menu2 ul li.active .triangle-user-menu {
  display: block;
}
.user-menu2 ul li.projektverwaltung-user-menu a {
  background-image: url("/img/icons/projects.png");
}
.user-menu2 ul li.betriebsdashboard-user-menu a {
  background-image: url("/img/icons/company.png");
}
.user-menu2 ul li.lizenzen-user-menu a {
  background-image: url("/img/icons/credit-card.png");
}
.user-menu2 ul li.benutzer-user-menu a {
  background-image: url("/img/icons/user.png");
}

.homepage {
  padding-bottom: 300px !important;
}
@media (max-width: 1199px) {
  .homepage {
    padding-bottom: 260px !important;
  }
}
@media (max-width: 991px) {
  .homepage {
    padding-bottom: 240px !important;
  }
}
@media (max-width: 767px) {
  .homepage {
    padding-bottom: 220px !important;
  }
}
@media (max-width: 575px) {
  .homepage {
    padding-bottom: 140px !important;
  }
}
@media (max-width: 575px) {
  .homepage .container {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .homepage .main-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.homepage .main-header .row {
  justify-content: space-between;
}
@media (max-width: 374px) {
  .homepage .main-header .row .logo-div {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media (max-width: 374px) {
  .homepage .main-header .row .navigation-div {
    flex: 0 0 70%;
    max-width: 70%;
  }
}
.homepage .main-header .row .header-menu {
  margin-top: 15px;
}
.homepage .main-header .row .header-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
.homepage .main-header .row .header-menu ul li {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 5px;
}
.homepage .main-header .row .header-menu ul li a {
  display: block;
  color: #181738;
  margin: 0 15px;
  border-bottom: 2px solid transparent;
  padding-bottom: 3px;
  transition: border 0.2s ease-out;
}
.homepage .main-header .row .header-menu ul li a:hover, .homepage .main-header .row .header-menu ul li a.active {
  text-decoration: none;
  border-bottom: 2px solid rgba(24, 23, 56, 0.5);
}
@media (min-width: 992px) and (max-width: 1199px) {
  .homepage .main-header .row .header-menu ul li a {
    margin: 0 8px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .homepage .main-header .row .header-menu ul li a {
    margin: 0 8px;
  }
}
.homepage .main-header .row .header-menu ul li:last-of-type {
  padding: 0;
}
.homepage .main-header .row .header-menu ul li:last-of-type a {
  background-color: #87ceea;
  border-radius: 3px;
  margin: 0;
  text-align: center;
  padding: 8px 25px;
  color: white;
  transition: background-color 0.2s ease-in-out;
}
.homepage .main-header .row .header-menu ul li:last-of-type a:hover {
  text-decoration: none;
  border-bottom: 2px solid transparent;
  background-color: rgba(135, 206, 234, 0.8);
}
@media (max-width: 575px) {
  .homepage .main-header .row .header-menu ul li:last-of-type a {
    font-size: 0.95rem;
  }
}
@media (min-width: 992px) {
<<<<<<< HEAD
  .homepage .main-header .row .header-menu ul li:nth-child(7) {
=======
  .homepage .main-header .row .header-menu ul li:nth-child(6) {
>>>>>>> main
    display: none;
  }
}
@media (max-width: 991px) {
<<<<<<< HEAD
  .homepage .main-header .row .header-menu ul li:nth-child(2), .homepage .main-header .row .header-menu ul li:nth-child(3), .homepage .main-header .row .header-menu ul li:nth-child(4), .homepage .main-header .row .header-menu ul li:nth-child(5) {
=======
  .homepage .main-header .row .header-menu ul li:nth-child(2), .homepage .main-header .row .header-menu ul li:nth-child(3), .homepage .main-header .row .header-menu ul li:nth-child(4) {
>>>>>>> main
    display: none;
  }
}
@media (max-width: 575px) {
<<<<<<< HEAD
  .homepage .main-header .row .header-menu ul li:nth-child(1), .homepage .main-header .row .header-menu ul li:nth-child(6) {
    display: none;
  }
}
.homepage .main-header .row .header-menu ul li:nth-child(8) {
  white-space: nowrap;
}
@media (max-width: 374px) {
  .homepage .main-header .row .header-menu ul li:nth-child(8) {
=======
  .homepage .main-header .row .header-menu ul li:nth-child(1), .homepage .main-header .row .header-menu ul li:nth-child(5) {
    display: none;
  }
}
.homepage .main-header .row .header-menu ul li:nth-child(7) {
  white-space: nowrap;
}
@media (max-width: 374px) {
  .homepage .main-header .row .header-menu ul li:nth-child(7) {
>>>>>>> main
    display: none;
  }
}
.homepage .main-header .row .header-menu ul li .blue-dropdown {
  padding-top: 0;
  margin: 0 15px;
}
@media (max-width: 767px) {
  .homepage .main-header .row .header-menu ul li .blue-dropdown {
    margin: 0 8px;
  }
}
@media (max-width: 374px) {
  .homepage .main-header .row .header-menu ul li .blue-dropdown {
    margin: 0;
  }
}
.homepage .main-header .row .header-menu ul li .blue-dropdown .btn {
  padding: 0;
}
.homepage .main-header .row .header-menu ul li .blue-dropdown .btn:active, .homepage .main-header .row .header-menu ul li .blue-dropdown .btn:focus {
  outline: 0;
  box-shadow: none;
}
.homepage .main-header .row .header-menu ul li .blue-dropdown .btn div {
  width: 30px;
  height: 2px;
  background: rgba(24, 23, 56, 0.5);
  margin-bottom: 7px;
}
.homepage .main-header .row .header-menu ul li .blue-dropdown .btn div:last-child {
  margin-bottom: 3px;
}
.homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-menu {
  background: #fff;
  border: 1px solid #c7e3ee;
  color: #181738;
}
@media (max-width: 374px) {
  .homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-menu {
    padding-bottom: 0;
  }
}
.homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-divider {
  border-color: #c7e3ee;
}
@media (min-width: 576px) {
<<<<<<< HEAD
  .homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-divider:first-of-type, .homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-divider:nth-of-type(5) {
    display: none;
  }
}
.homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-divider:nth-of-type(6) {
  margin-bottom: 0;
}
@media (min-width: 375px) {
  .homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-divider:nth-of-type(6) {
=======
  .homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-divider:first-of-type, .homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-divider:nth-of-type(4) {
    display: none;
  }
}
.homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-divider:nth-of-type(5) {
  margin-bottom: 0;
}
@media (min-width: 375px) {
  .homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-divider:nth-of-type(5) {
>>>>>>> main
    display: none;
  }
}
.homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-item {
  margin: 0;
<<<<<<< HEAD
  padding: 9px 1.5rem;
=======
  padding: 14px 1.5rem;
>>>>>>> main
  color: #181738;
  font-weight: 500;
}
.homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-item:hover {
  background-color: transparent;
  border-bottom-color: transparent;
}
.homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-item:hover .inner {
  border-bottom: 2px solid rgba(24, 23, 56, 0.5);
}
.homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-item .inner {
  border-bottom: 2px solid transparent;
  padding-bottom: 3px;
  text-decoration: none;
  transition: border 0.3s ease-out;
}
.homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-item .active {
  border-bottom: 2px solid rgba(24, 23, 56, 0.5);
}
@media (min-width: 576px) {
<<<<<<< HEAD
  .homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-item:nth-child(1), .homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-item:nth-child(11) {
    display: none;
  }
}
.homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-item:nth-child(13) {
  padding-top: 1rem;
  padding-bottom: 1rem;
=======
  .homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-item:nth-child(1), .homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-item:nth-child(9) {
    display: none;
  }
}
.homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-item:nth-child(11) {
  padding: 14px 1.5rem 18px;
  padding-bottom: 0.7rem;
>>>>>>> main
  background-color: #87ceea;
  color: white;
  transition: background-color 0.2s ease-in-out;
}
@media (min-width: 375px) {
<<<<<<< HEAD
  .homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-item:nth-child(13) {
    display: none;
  }
}
.homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-item:nth-child(13):hover {
=======
  .homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-item:nth-child(11) {
    display: none;
  }
}
.homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-item:nth-child(11):hover {
>>>>>>> main
  text-decoration: none;
  background-color: rgba(135, 206, 234, 0.8);
}
.homepage .main-header .row .header-menu ul li .blue-dropdown .homepage-dropdown {
<<<<<<< HEAD
=======
  padding-top: 0rem;
>>>>>>> main
  position: absolute;
  top: 0px;
  left: 0px;
  transform: translate3d(0px, 40px, 0px);
  will-change: transform;
}
<<<<<<< HEAD
@media (max-width: 374px) {
  .homepage .main-header .row .header-menu ul li .blue-dropdown .homepage-dropdown {
    transform: translate3d(-145px, 40px, 0px);
  }
}
@media (max-width: 575px) {
  .homepage .main-header .row .header-menu ul li .blue-dropdown .homepage-dropdown {
    font-size: 0.95rem;
=======
@media (max-width: 575px) {
  .homepage .main-header .row .header-menu ul li .blue-dropdown .homepage-dropdown {
    font-size: 0.95rem;
    transform: translate3d(-23px, 40px, 0px);
  }
}
@media (max-width: 374px) {
  .homepage .main-header .row .header-menu ul li .blue-dropdown .homepage-dropdown {
    transform: translate3d(-185px, 40px, 0px);
>>>>>>> main
  }
}
.homepage .content {
  margin-top: 30px;
}
.homepage .content .block {
  padding: 80px 25px 120px 25px;
  /*.blog-item {

      img {
          width: 100%;
          height: 300px;
      }

      .blog-header {
          margin-top: 15px;
          font-size: 0.85rem;
          font-weight: $textweight;
          display: flex;
          justify-content: space-between;
      }

      .blog-title {
          margin-top: 15px;
          font-size: 1.5rem;
          font-weight: $textweight;

          a {
              text-decoration: none;
              color: $textcolor;

              &:hover {
                  color: #000000;
              }
          }
      }

      .blog-lead {
          margin-top: 15px;
          font-weight: $textweight;
      }

      .blog-footer {

          margin-top: 20px;
          text-align: right;

          a {
              padding-bottom: 5px;
              color: rgba(#0074A1, 1);
              text-decoration: none;
              border-bottom: 1px solid $primarycolor;

              &:hover {
                  color: rgba(#0074A1, 0.6);
              }
          }
      }
  }

  .more-blogs {
      .item {
          text-align: right;
          border-bottom: 1px solid rgba($lightGray, 1);

          &:nth-child(3) {
              border-bottom: 1px solid transparent;
          }

          &:hover {
              background-color: rgba($primarycolor, 0.1);
          }

          a {

              text-decoration: none;

              .blog-header {
                  padding-top: 15px;
                  padding-right: 15px;
                  font-size: 0.85rem;
                  font-weight: $textweight;
                  color: $textcolor;
              }

              .blog-title {
                  padding: 10px 15px;
                  font-size: 1.2rem;
                  font-weight: $textweight;
                  color: $textcolor;
              }

              .blog-footer {
                  font-size: 0.9rem;
                  margin-left: auto;
                  margin-right: 15px;
                  width: fit-content;
                  padding-bottom: 5px;
                  margin-bottom: 15px;
                  color: rgba(#0074A1, 1);
                  border-bottom: 1px solid $primarycolor;

                  &:hover {
                      color: rgba(#0074A1, 0.6);
                  }
              }
          }
      }
  }*/
}
@media (max-width: 575px) {
  .homepage .content .block {
    padding: 50px 30px 60px 30px;
  }
}
@media (max-width: 1199px) {
<<<<<<< HEAD
  .homepage .content .block.prices {
=======
  .homepage .content .block.extra-margin {
>>>>>>> main
    padding-bottom: 160px !important;
  }
}
@media (max-width: 767px) {
<<<<<<< HEAD
  .homepage .content .block.prices {
=======
  .homepage .content .block.extra-margin {
>>>>>>> main
    padding-bottom: 180px !important;
  }
}
@media (max-width: 575px) {
<<<<<<< HEAD
  .homepage .content .block.prices {
=======
  .homepage .content .block.extra-margin {
>>>>>>> main
    padding-bottom: 120px !important;
  }
}
.homepage .content .block:nth-child(2n) {
  background-color: #f8fcfd;
  border-top: 1px solid #87ceea;
  border-bottom: 1px solid #87ceea;
}
.homepage .content .block .top-container .top-image {
  position: absolute;
  top: 100px;
  left: 0;
  height: 70vh;
  width: 100%;
  /*background-image: url('/img/gebaeudedaten_home_1.jpg');*/
  background-image: linear-gradient(rgba(42, 42, 42, 0.1), rgba(42, 42, 42, 0.1)), url("/img/gebaeudedaten_home_1b.jpg");
  /*background-position: center 30%;*/
  background-position: 50% 90%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .homepage .content .block .top-container .top-image {
    min-height: 600px;
    max-height: 600px;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .top-container .top-image {
    min-height: 257px;
    max-height: 257px;
    height: 30vh;
  }
}
.homepage .content .block .top-container .top-title {
  font-size: 2.2rem;
  font-weight: 600;
  padding-bottom: 40px;
  line-height: 1.3;
  width: 330px !important;
  color: #fff;
}
.homepage .content .block .top-container .top-title span {
  font-weight: 300;
}
@media (max-width: 991px) {
  .homepage .content .block .top-container .top-title {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .top-container .top-title {
    margin-top: 220px;
    color: #333333;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .top-container .top-title {
    width: 250px !important;
    margin-top: 240px;
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .top-container .desktop-text {
    display: none;
  }
}
.homepage .content .block .top-container .mobile-text {
  display: none;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .homepage .content .block .top-container .mobile-text {
    display: block;
    font-size: 1rem;
  }
}
.homepage .content .block .vue-wrapper {
  margin-top: 350px;
}
@media (max-width: 767px) {
  .homepage .content .block .vue-wrapper {
    margin-top: 80px;
  }
}
.homepage .content .block .title {
  font-size: 2.1rem !important;
  font-weight: 400;
  padding-bottom: 40px !important;
  padding-top: 0 !important;
  text-align: center;
  -webkit-hyphens: none;
<<<<<<< HEAD
      -ms-hyphens: none;
=======
>>>>>>> main
          hyphens: none;
}
@media (max-width: 575px) {
  .homepage .content .block .title {
    font-size: 1.5rem !important;
    padding-bottom: 30px !important;
  }
}
.homepage .content .block .title.app-title {
  padding-bottom: 0 !important;
}
.homepage .content .block .subtitle {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 20px;
  padding-bottom: 30px;
  text-align: center;
  -webkit-hyphens: none;
<<<<<<< HEAD
      -ms-hyphens: none;
=======
>>>>>>> main
          hyphens: none;
}
@media (max-width: 575px) {
  .homepage .content .block .subtitle {
    line-height: 1.3;
    font-size: 1.2rem;
    padding-bottom: 20px;
    margin-top: 10px;
  }
}
.homepage .content .block .text {
  line-height: 1.3;
}
.homepage .content .block .homepage-apps {
  margin-top: 30px;
}
@media (min-width: 576px) {
  .homepage .content .block .homepage-apps {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .homepage-apps .desktop {
    display: none !important;
  }
}
.homepage .content .block .homepage-apps .desktop .app-box {
  border: 1px solid #edeff1;
  border-left: 1px solid transparent;
  cursor: pointer;
  text-align: center;
  height: 105px;
}
.homepage .content .block .homepage-apps .desktop .app-box:nth-child(1) {
  border-left: 1px solid #edeff1;
}
@media (max-width: 991px) {
  .homepage .content .block .homepage-apps .desktop .app-box:nth-child(4) {
    border-top: 1px solid transparent;
    border-left: 1px solid #edeff1;
  }
}
@media (max-width: 1199px) {
  .homepage .content .block .homepage-apps .desktop .app-box:nth-child(5) {
    border-top: 1px solid transparent;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .homepage .content .block .homepage-apps .desktop .app-box:nth-child(5) {
    border-left: 1px solid #edeff1;
  }
}
@media (max-width: 1199px) {
  .homepage .content .block .homepage-apps .desktop .app-box:nth-child(6) {
    border-top: 1px solid transparent;
  }
}
.homepage .content .block .homepage-apps .desktop .app-box .triangle-down {
  position: absolute;
  width: calc(100% - 30px);
  bottom: -18px;
  display: none;
}
.homepage .content .block .homepage-apps .desktop .app-box.active {
  border: 2px solid #87ceea;
}
@media (min-width: 576px) {
  .homepage .content .block .homepage-apps .desktop .app-box.active .triangle-down {
    display: block;
  }
}
.homepage .content .block .homepage-apps .desktop .app-box.active .app-icon {
  padding-top: 14px;
}
.homepage .content .block .homepage-apps .desktop .app-box.active .app-name {
  padding-bottom: 14px;
}
.homepage .content .block .homepage-apps .desktop .app-box .app-icon {
  padding-top: 15px;
}
.homepage .content .block .homepage-apps .desktop .app-box .app-icon img {
  width: 40px;
}
.homepage .content .block .homepage-apps .desktop .app-box .app-icon.dach-icon img {
  padding-top: 6.3px;
  padding-bottom: 6.42px;
}
.homepage .content .block .homepage-apps .desktop .app-box .app-name {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-hyphens: manual;
<<<<<<< HEAD
      -ms-hyphens: manual;
=======
>>>>>>> main
          hyphens: manual;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 0.95rem;
}
@media (min-width: 576px) and (max-width: 767px) {
  .homepage .content .block .homepage-apps .desktop .app-box .app-name {
    height: 45px;
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .homepage-apps .desktop .app-box .app-name {
    font-size: 0.9rem;
  }
}
@media (min-width: 384px) and (max-width: 387px) {
  .homepage .content .block .homepage-apps .desktop .app-box .app-name {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (max-width: 383px) {
  .homepage .content .block .homepage-apps .desktop .app-box .app-name {
    height: 45px;
  }
}
@media (min-width: 576px) {
  .homepage .content .block .homepage-apps .mobile {
    display: none;
  }
}
.homepage .content .block .homepage-apps .mobile #appCarousel {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 319px) {
  .homepage .content .block .homepage-apps .mobile #appCarousel .carousel-item {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.homepage .content .block .homepage-apps .mobile #appCarousel .carousel-control-prev {
  opacity: 1;
}
.homepage .content .block .homepage-apps .mobile #appCarousel .carousel-control-prev:hover, .homepage .content .block .homepage-apps .mobile #appCarousel .carousel-control-prev:focus {
  opacity: 0.6;
}
@media (max-width: 400px) {
  .homepage .content .block .homepage-apps .mobile #appCarousel .carousel-control-prev {
    justify-content: flex-start;
  }
}
.homepage .content .block .homepage-apps .mobile #appCarousel .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("/img/icons/bullet_left.png");
  background-size: 17px;
  height: 35px;
}
@media (max-width: 350px) {
  .homepage .content .block .homepage-apps .mobile #appCarousel .carousel-control-prev .carousel-control-prev-icon {
    background-size: 14px;
    margin-left: -3px;
  }
}
.homepage .content .block .homepage-apps .mobile #appCarousel .carousel-control-next {
  opacity: 1;
}
.homepage .content .block .homepage-apps .mobile #appCarousel .carousel-control-next:hover, .homepage .content .block .homepage-apps .mobile #appCarousel .carousel-control-next:focus {
  opacity: 0.6;
}
@media (max-width: 400px) {
  .homepage .content .block .homepage-apps .mobile #appCarousel .carousel-control-next {
    justify-content: flex-end;
  }
}
.homepage .content .block .homepage-apps .mobile #appCarousel .carousel-control-next .carousel-control-next-icon {
  background-image: url("/img/icons/bullet.png");
  background-size: 17px;
  height: 35px;
}
@media (max-width: 350px) {
  .homepage .content .block .homepage-apps .mobile #appCarousel .carousel-control-next .carousel-control-next-icon {
    background-size: 14px;
    margin-right: -3px;
  }
}
.homepage .content .block .homepage-apps .mobile .app-box {
  border: 1px solid #87ceea;
  cursor: pointer;
  text-align: center;
  height: 105px;
  width: 100%;
  max-width: 186px;
  position: relative;
}
@media (max-width: 304px) {
  .homepage .content .block .homepage-apps .mobile .app-box {
    height: 125px;
  }
}
.homepage .content .block .homepage-apps .mobile .app-box .app-icon {
  padding-top: 15px;
}
.homepage .content .block .homepage-apps .mobile .app-box .app-icon img {
  width: 40px;
}
.homepage .content .block .homepage-apps .mobile .app-box .app-icon.dach-icon img {
  padding-top: 6.3px;
  padding-bottom: 6.42px;
}
.homepage .content .block .homepage-apps .mobile .app-box .app-name {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-hyphens: manual;
<<<<<<< HEAD
      -ms-hyphens: manual;
=======
>>>>>>> main
          hyphens: manual;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 0.92rem;
}
@media (max-width: 304px) {
  .homepage .content .block .homepage-apps .mobile .app-box .app-name {
    height: 45px;
  }
}
.homepage .content .block .homepage-app-description .subtitle {
  font-weight: 500;
  text-align: left;
  margin-top: 70px;
}
@media (max-width: 991px) {
  .homepage .content .block .homepage-app-description .subtitle {
    margin-top: 60px;
  }
}
.homepage .content .block .homepage-app-description .description-holder {
  display: flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .homepage .content .block .homepage-app-description .description-holder .description {
    min-height: auto;
  }
}
.homepage .content .block .homepage-app-description .description-holder .description .lead {
  margin-top: 10px;
  font-size: 1rem;
  font-weight: 300;
}
.homepage .content .block .homepage-app-description .description-holder .description .bullet-entries {
  margin-top: 40px;
  font-size: 1rem;
  font-weight: 300;
}
.homepage .content .block .homepage-app-description .description-holder .description .bullet-entries ul {
  list-style: none;
  padding-left: 10px;
}
.homepage .content .block .homepage-app-description .description-holder .description .bullet-entries ul li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 25px;
  background-image: url("/img/icons/bullet.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 14px;
}
.homepage .content .block .homepage-app-description .description-holder .description .bullet-entries ul li .inner {
  margin-top: 25px;
  padding-left: 0;
}
.homepage .content .block .homepage-app-description .description-holder .description .bullet-entries ul li .inner li {
  padding-left: 15px;
  background: none;
}
.homepage .content .block .homepage-app-description .description-holder .description .bullet-entries ul li .inner li:before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
  color: #87ceea;
}
.homepage .content .block .homepage-app-description .app-screens {
  /*@media (max-width: 359px) {
      height: 280px;
  }

  @media (max-width: 299px) {
      height: 250px;
  }*/
}
@media (max-width: 991px) {
  .homepage .content .block .homepage-app-description .app-screens {
    margin-top: 30px;
  }
}
@media (min-width: 460px) and (max-width: 575px) {
  .homepage .content .block .homepage-app-description .app-screens {
    flex: 0 0 100%;
    max-width: 370px;
  }
}
@media (max-width: 459px) {
  .homepage .content .block .homepage-app-description .app-screens {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.homepage .content .block .homepage-app-description .app-screens .macbook {
  position: absolute;
  width: 100%;
}
@media (min-width: 992px) {
  .homepage .content .block .homepage-app-description .app-screens .macbook {
    width: 97%;
  }
}
@media (max-width: 459px) {
  .homepage .content .block .homepage-app-description .app-screens .macbook {
    display: none;
  }
}
.homepage .content .block .homepage-app-description .app-screens .blank-sheet {
  background-color: white;
  position: absolute;
  width: 359px;
  height: 224px;
  margin-top: 33px;
  margin-left: 95px;
}
@media (max-width: 1199px) {
  .homepage .content .block .homepage-app-description .app-screens .blank-sheet {
    width: 303px;
    height: 189px;
    margin-top: 28px;
    margin-left: 80px;
  }
}
@media (max-width: 991px) {
  .homepage .content .block .homepage-app-description .app-screens .blank-sheet {
    width: 391px;
    height: 243px;
    margin-top: 36px;
    margin-left: 103px;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .homepage-app-description .app-screens .blank-sheet {
    width: 322px;
    height: 201px;
    margin-top: 29.5px;
    margin-left: 85px;
  }
}
@media (min-width: 460px) and (max-width: 575px) {
  .homepage .content .block .homepage-app-description .app-screens .blank-sheet {
    width: 240px;
    height: 150px;
    margin-top: 22px;
    margin-left: 64px;
  }
}
@media (max-width: 459px) {
  .homepage .content .block .homepage-app-description .app-screens .blank-sheet {
    display: none;
  }
}
.homepage .content .block .homepage-app-description .app-screens #screenCarousel {
  padding-top: 33px;
}
@media (max-width: 1199px) {
  .homepage .content .block .homepage-app-description .app-screens #screenCarousel {
    padding-top: 28px;
    padding-bottom: 110px;
  }
}
@media (max-width: 991px) {
  .homepage .content .block .homepage-app-description .app-screens #screenCarousel {
    padding-top: 36px;
    padding-bottom: 130px;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .homepage-app-description .app-screens #screenCarousel {
    padding-top: 29.5px;
    padding-bottom: 110px;
  }
}
@media (min-width: 460px) and (max-width: 575px) {
  .homepage .content .block .homepage-app-description .app-screens #screenCarousel {
    padding-top: 22px;
    padding-bottom: 100px;
  }
}
@media (max-width: 459px) {
  .homepage .content .block .homepage-app-description .app-screens #screenCarousel {
    padding-top: 20px;
    padding-bottom: 70px;
  }
}
.homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-indicators {
  padding-left: 16px;
}
@media (min-width: 460px) and (max-width: 991px) {
  .homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-indicators {
    padding-left: 28px;
  }
}
.homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-indicators li {
  margin-left: 10px;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(24, 23, 56, 0.4);
}
.homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-indicators li.active {
  background-color: #c7e3ee;
}
.homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-inner {
  width: 359px;
  margin-left: 95px;
}
@media (max-width: 1199px) {
  .homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-inner {
    width: 303px;
    margin-left: 80px;
  }
}
@media (max-width: 991px) {
  .homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-inner {
    width: 391px;
    margin-left: 103px;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-inner {
    width: 322px;
    margin-left: 85px;
  }
}
@media (min-width: 460px) and (max-width: 575px) {
  .homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-inner {
    width: 240px;
    margin-left: 64px;
  }
}
@media (max-width: 459px) {
  .homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-inner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 459px) {
  .homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-inner .carousel-item {
    text-align: center;
  }
}
.homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-inner .carousel-item img {
  width: 359px;
  height: 224px;
}
@media (max-width: 1199px) {
  .homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-inner .carousel-item img {
    width: 303px;
    height: 189px;
  }
}
@media (max-width: 991px) {
  .homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-inner .carousel-item img {
    width: 391px;
    height: 243px;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-inner .carousel-item img {
    width: 322px;
    height: 201px;
  }
}
@media (min-width: 460px) and (max-width: 575px) {
  .homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-inner .carousel-item img {
    width: 240px;
    height: 150px;
  }
}
@media (max-width: 459px) {
  .homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-inner .carousel-item img {
    border: 1px solid #edeff1;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 220px;
  }
}
.homepage .content .block .homepage-app-description .app-screens .embedded_video {
  padding-top: 16px;
  padding-bottom: 371px;
}
@media (max-width: 1199px) {
  .homepage .content .block .homepage-app-description .app-screens .embedded_video {
    padding-top: 28px;
    padding-bottom: 110px;
  }
}
@media (max-width: 991px) {
  .homepage .content .block .homepage-app-description .app-screens .embedded_video {
    padding-top: 36px;
    padding-bottom: 330px;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .homepage-app-description .app-screens .embedded_video {
    padding-top: 29.5px;
    padding-bottom: 270px;
  }
}
@media (min-width: 460px) and (max-width: 575px) {
  .homepage .content .block .homepage-app-description .app-screens .embedded_video {
    padding-top: 22px;
    padding-bottom: 200px;
  }
}
@media (max-width: 459px) {
  .homepage .content .block .homepage-app-description .app-screens .embedded_video {
    padding-top: 20px;
    padding-bottom: 250px;
  }
}
@media (max-width: 420px) {
  .homepage .content .block .homepage-app-description .app-screens .embedded_video {
    padding-bottom: 70%;
  }
}
.homepage .content .block .homepage-app-description .app-screens .embedded_video video {
  position: absolute;
  width: 359px;
  height: 241px;
  margin-left: 95px;
}
@media (max-width: 1199px) {
  .homepage .content .block .homepage-app-description .app-screens .embedded_video video {
    width: 303px;
    height: 189px;
    margin-left: 80px;
  }
}
@media (max-width: 991px) {
  .homepage .content .block .homepage-app-description .app-screens .embedded_video video {
    width: 391px;
    height: 243px;
    margin-left: 103px;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .homepage-app-description .app-screens .embedded_video video {
    width: 322px;
    height: 201px;
    margin-left: 85px;
  }
}
@media (min-width: 460px) and (max-width: 575px) {
  .homepage .content .block .homepage-app-description .app-screens .embedded_video video {
    width: 240px;
    height: 150px;
    margin-left: 64px;
  }
}
@media (max-width: 459px) {
  .homepage .content .block .homepage-app-description .app-screens .embedded_video video {
    margin-left: 17px;
    width: 85%;
    border: 1px solid #edeff1;
    max-width: 100%;
    height: auto;
    max-height: 220px;
  }
}
@media (max-width: 340px) {
  .homepage .content .block .homepage-app-description .app-screens .embedded_video video {
    margin-left: 14px;
    width: 80%;
  }
}
.homepage .content .block .homepage-app-description .model {
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .homepage .content .block .homepage-app-description .model {
    justify-content: flex-end;
  }
}
@media (max-width: 991px) {
  .homepage .content .block .homepage-app-description .model {
    margin-top: 25px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .homepage-app-description .model {
    margin-top: 20px;
    padding-bottom: 25px;
  }
}
.homepage .content .block .homepage-app-description .model .building-data {
  margin-top: 10px;
<<<<<<< HEAD
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
=======
  width: -moz-fit-content;
  width: fit-content;
>>>>>>> main
  height: -moz-fit-content;
  height: fit-content;
}
.homepage .content .block .homepage-app-description .model .building-data #model3d.homepage-3d {
  max-height: 220px !important;
}
@media (max-width: 575px) {
  .homepage .content .block .homepage-app-description .model .building-data #model3d.homepage-3d {
    max-height: 180px !important;
  }
}
.homepage .content .block .homepage-app-description .model .building-data #model3d.homepage-3d canvas {
  width: 368px !important;
  max-width: 368px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .homepage .content .block .homepage-app-description .model .building-data #model3d.homepage-3d canvas {
    max-width: 330px !important;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .homepage-app-description .model .building-data #model3d.homepage-3d canvas {
    max-width: 250px !important;
    max-height: 180px !important;
  }
}
.homepage .content .block .homepage-btn {
  margin-top: 50px;
  font-size: 1rem;
  padding: 12px 40px;
  background-color: #87ceea;
  border-radius: 3px;
  color: white;
  font-weight: 600;
  transition: background-color 0.2s ease-in-out;
}
.homepage .content .block .homepage-btn:hover {
  background-color: rgba(135, 206, 234, 0.8);
}
@media (min-width: 431px) {
  .homepage .content .block .values-title-left {
    text-align: left;
  }
}
@media (min-width: 431px) {
  .homepage .content .block .values-title-right {
    text-align: right;
  }
}
.homepage .content .block .values-area {
  margin-top: 65px;
  display: flex;
  align-items: center;
  -webkit-hyphens: none;
<<<<<<< HEAD
      -ms-hyphens: none;
=======
>>>>>>> main
          hyphens: none;
}
@media (max-width: 575px) {
  .homepage .content .block .values-area {
    margin-top: 50px;
  }
}
.homepage .content .block .values-area .textblock {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.homepage .content .block .values-area .textblock:nth-child(3) {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .homepage .content .block .values-area .textblock:nth-child(3) {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .values-area .textblock {
    font-size: 0.95rem;
  }
}
@media (max-width: 430px) {
  .homepage .content .block .values-area .textblock {
    flex-direction: column;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .homepage .content .block .values-area .textblock .icon {
    margin-left: 15px;
  }
}
@media (min-width: 530px) and (max-width: 767px) {
  .homepage .content .block .values-area .textblock .icon {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 480px) and (max-width: 529px) {
  .homepage .content .block .values-area .textblock .icon {
    flex: 0 0 22%;
    max-width: 22%;
  }
}
@media (min-width: 431px) and (max-width: 479px) {
  .homepage .content .block .values-area .textblock .icon {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 430px) {
  .homepage .content .block .values-area .textblock .icon {
    margin-bottom: 15px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.homepage .content .block .values-area .textblock .icon img {
  width: 83px;
}
@media (max-width: 991px) {
  .homepage .content .block .values-area .textblock .icon img {
    width: 70px;
  }
}
@media (max-width: 430px) {
  .homepage .content .block .values-area .textblock .icon img {
    width: 60px;
  }
}
.homepage .content .block .values-area .image {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 991px) {
  .homepage .content .block .values-area .image {
    justify-content: flex-end;
  }
}
.homepage .content .block .values-area .image img {
  width: 350px;
}
@media (max-width: 991px) {
  .homepage .content .block .values-area .image img {
    width: 280px;
  }
}
.homepage .content .block .values-area.berater .textblock:nth-child(3) {
  margin-bottom: 3rem;
}
.homepage .content .block .values-area.berater .textblock:nth-child(4) {
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  .homepage .content .block .values-area.berater .textblock:nth-child(4) {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .values-area.berater .image {
    display: none;
  }
}
.homepage .content .block .values-area.fachbetrieb .textblock {
  justify-content: flex-end;
  text-align: right;
}
@media (max-width: 430px) {
  .homepage .content .block .values-area.fachbetrieb .textblock {
    text-align: center;
  }
}
.homepage .content .block .values-area.fachbetrieb .textblock .mobile-icon {
  margin-bottom: 15px;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 431px) {
  .homepage .content .block .values-area.fachbetrieb .textblock .mobile-icon {
    display: none;
  }
}
.homepage .content .block .values-area.fachbetrieb .textblock .mobile-icon img {
  width: 60px;
}
@media (min-width: 1200px) {
  .homepage .content .block .values-area.fachbetrieb .textblock .icon {
    margin-left: 0;
    margin-right: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .homepage .content .block .values-area.fachbetrieb .textblock .icon {
    flex: 0 0 15%;
    max-width: 15%;
  }
}
@media (max-width: 430px) {
  .homepage .content .block .values-area.fachbetrieb .textblock .icon {
    display: none;
  }
}
@media (max-width: 991px) {
  .homepage .content .block .values-area.fachbetrieb .image {
    display: none;
  }
}
.homepage .content .block .values-area.fachbetrieb .image img {
  width: 100%;
}
.homepage .content .block .values-area.fachbetrieb .image-mobile {
  margin-top: 80px;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 992px) {
  .homepage .content .block .values-area.fachbetrieb .image-mobile {
    display: none;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .values-area.fachbetrieb .image-mobile {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.homepage .content .block .values-area.fachbetrieb .image-mobile img {
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .homepage .content .block .values-area.fachbetrieb .image-mobile img {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .values-area.hausbesitzer .image {
    display: none;
  }
}
.homepage .content .block .values-hr {
  margin: 120px -25px 80px -25px;
}
@media (max-width: 575px) {
  .homepage .content .block .values-hr {
    margin: 60px -25px 50px -25px;
  }
}
.homepage .content .block .box-row {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 991px) {
  .homepage .content .block .box-row {
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .box-row {
    justify-content: center;
  }
}
@media (max-width: 350px) {
  .homepage .content .block .box-row .col-7 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.homepage .content .block .box-row .box {
  position: relative;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  max-width: 180px;
  height: 155px;
  background-color: white;
  border: 1px solid #87ceea;
  border-radius: 3px;
  margin-bottom: 1px;
  transition: box-shadow 0.1s;
}
@media (max-width: 575px) {
  .homepage .content .block .box-row .box {
    max-width: 150px;
    margin-bottom: 30px;
    height: 130px;
  }
}
.homepage .content .block .box-row .box:hover {
  box-shadow: 0 0 0 1px #87ceea;
}
.homepage .content .block .box-row .box .box-icon {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 30px;
  width: 100%;
  text-align: center;
}
@media (max-width: 575px) {
  .homepage .content .block .box-row .box .box-icon {
    padding-top: 20px;
  }
}
.homepage .content .block .box-row .box .box-icon img {
  width: 60px;
}
@media (max-width: 575px) {
  .homepage .content .block .box-row .box .box-icon img {
    width: 53px;
  }
}
.homepage .content .block .box-row .box .box-name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 25px;
  text-align: center;
  font-size: 1.05rem;
  color: #5F99A4;
  font-weight: bold;
}
@media (max-width: 767px) {
  .homepage .content .block .box-row .box .box-name {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .box-row .box .box-name {
    padding-bottom: 20px;
  }
}
.homepage .content .block .contact-row {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .homepage .content .block .contact-row {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .contact-row {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .contact-row.inside {
    margin-top: 80px;
  }
}
.homepage .content .block .faqs#accordion .card {
  border: none;
  border-radius: none;
  background-color: transparent;
  border-bottom: 1px solid #87ceea;
  border-radius: 0;
}
.homepage .content .block .faqs#accordion .card .card-header {
  background-color: transparent;
  border: none;
  font-size: 1.2rem;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .homepage .content .block .faqs#accordion .card .card-header {
    font-size: 1.05rem;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .faqs#accordion .card .card-header {
    font-size: 1rem;
  }
}
.homepage .content .block .faqs#accordion .card .card-header .faqs-question {
  padding-top: 35px;
  padding-bottom: 20px;
  padding-left: 35px;
  background-image: url("/img/icons/bullet.png");
  background-repeat: no-repeat;
  background-position: 1% 65%;
  background-size: 14px;
  vertical-align: bottom;
  text-decoration: none;
}
@media (max-width: 575px) {
  .homepage .content .block .faqs#accordion .card .card-header .faqs-question {
    padding-top: 20px;
    background-position: 1% 50%;
  }
}
.homepage .content .block .faqs#accordion .card .card-body {
  padding: 0 35px 20px 35px;
}
@media (max-width: 575px) {
  .homepage .content .block .faqs#accordion .card .card-body {
    font-size: 0.95rem;
  }
}
.homepage .content .block .faqs .last-div {
<<<<<<< HEAD
  width: -webkit-fit-content;
=======
>>>>>>> main
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  font-weight: 600;
}
.homepage .content .block .faqs .last-div a {
  font-size: 1.2rem;
  height: 27px;
  background: none;
  padding-left: 0;
  color: rgba(0, 116, 161, 0.8);
  text-decoration: none;
  padding-top: 0;
  padding-bottom: 8px !important;
  border-bottom: 1px solid #87ceea;
  transition: color 0.2s ease-in-out;
}
.homepage .content .block .faqs .last-div a:hover {
  color: rgba(0, 116, 161, 0.6);
}
@media (max-width: 767px) {
  .homepage .content .block .faqs .last-div a {
    font-size: 1.05rem;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .faqs .last-div a {
    font-size: 1rem;
  }
}
.homepage .content .block .carousel {
  padding-top: 40px;
  padding-bottom: 130px;
  margin-bottom: 0;
}
.homepage .content .block .carousel .carousel-indicators {
  margin-top: 200px;
}
.homepage .content .block .carousel .carousel-indicators li {
  margin-left: 15px;
  margin-right: 15px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgba(24, 23, 56, 0.4);
}
.homepage .content .block .carousel .carousel-indicators li.active {
  background-color: #c7e3ee;
}
.homepage .content .block #testimonial-carousel {
  margin-top: 65px;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .homepage .content .block #testimonial-carousel {
    margin-top: 50px;
  }
}
.homepage .content .block #testimonial-carousel .testimonials {
  padding-top: 20px;
  display: flex;
  justify-content: space-evenly;
}
@media (min-width: 576px) and (max-width: 767px) {
  .homepage .content .block #testimonial-carousel .testimonials {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .homepage .content .block #testimonial-carousel .testimonials .first {
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .homepage .content .block #testimonial-carousel .testimonials .second {
    margin-bottom: 30px;
  }
}
.homepage .content .block #testimonial-carousel .testimonials .testimonial {
  height: 140px;
  border: 1px solid rgba(237, 239, 241, 0.4);
}
@media (min-width: 768px) and (max-width: 991px) {
  .homepage .content .block #testimonial-carousel .testimonials .testimonial {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .homepage .content .block #testimonial-carousel .testimonials .testimonial {
<<<<<<< HEAD
    height: -webkit-fit-content;
=======
>>>>>>> main
    height: -moz-fit-content;
    height: fit-content;
  }
}
.homepage .content .block #testimonial-carousel .testimonials .testimonial img {
  position: absolute;
  height: 30px;
  margin-top: -13px;
}
.homepage .content .block #testimonial-carousel .testimonials .testimonial .text {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 25px 20px 25px 40px;
  text-align: center;
  font-size: 1rem;
  font-style: italic;
}
.homepage .content .block #testimonial-carousel .testimonials .persona {
  margin-top: 35px;
  text-align: center;
}
.homepage .content .block #testimonial-carousel .testimonials .persona img {
  height: 100px;
  padding-bottom: 40px;
}
.homepage .content .block #testimonial-carousel .testimonials .persona .name, .homepage .content .block #testimonial-carousel .testimonials .persona .role {
  width: 100%;
}
.homepage .content .block #testimonial-carousel .testimonials .persona .role {
  margin-top: 10px;
  line-height: 1.2;
  font-weight: bold;
  font-size: 0.95rem;
}
.homepage .content .block .logo-holder {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 65px;
}
@media (max-width: 575px) {
  .homepage .content .block .logo-holder {
    margin-top: 50px;
  }
}
.homepage .content .block .logo-holder .column {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 25px;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .homepage .content .block .logo-holder .column {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .homepage .content .block .logo-holder .column {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.homepage .content .block .logo-holder .column:nth-child(1) {
  margin-top: 0;
}
.homepage .content .block .logo-holder .column:nth-child(2) {
  margin-top: 0;
}
@media (min-width: 768px) {
  .homepage .content .block .logo-holder .column:nth-child(3) {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  .homepage .content .block .logo-holder .column:nth-child(4) {
    margin-top: 0;
  }
}
@media (min-width: 400px) {
  .homepage .content .block .logo-holder .column:nth-child(4) img {
    max-width: 75%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .homepage .content .block .logo-holder .column:nth-child(4) img {
    max-width: 70%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .homepage .content .block .logo-holder .column:nth-child(5), .homepage .content .block .logo-holder .column:nth-child(6) {
    margin-top: 40px;
  }
}
@media (max-width: 420px) {
  .homepage .content .block .logo-holder .column:nth-child(6) img {
    max-width: 120%;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .homepage .content .block .logo-holder .column:nth-child(7), .homepage .content .block .logo-holder .column:nth-child(8) {
    margin-bottom: 0;
  }
}
.homepage .content .block .logo-holder .column img, .homepage .content .block .logo-holder .column svg {
  max-width: 100%;
  max-height: 90px;
}
@media (max-width: 575px) {
  .homepage .content .block .logo-holder .column img, .homepage .content .block .logo-holder .column svg {
    max-height: 75px;
  }
}
@media (max-width: 399px) {
  .homepage .content .block .logo-holder .column img, .homepage .content .block .logo-holder .column svg {
    max-height: 65px;
  }
}
@media (max-width: 339px) {
  .homepage .content .block .logo-holder .column img, .homepage .content .block .logo-holder .column svg {
    max-height: 50px;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .cards-desktop {
    display: none;
  }
}
.homepage .content .block .cards {
<<<<<<< HEAD
=======
  position: relative;
>>>>>>> main
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 25px;
}
@media (max-width: 991px) {
  .homepage .content .block .cards {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .cards {
    margin-top: 50px;
  }
}
<<<<<<< HEAD
=======
@media (min-width: 576px) and (max-width: 767px) {
  .homepage .content .block .cards {
    margin-left: -15px;
    margin-right: -15px;
  }
}
>>>>>>> main
.homepage .content .block .cards .card-small, .homepage .content .block .cards .card-big {
  text-align: center;
  border: 1px solid #87ceea;
  border-radius: 3px;
  background-color: #f8fcfd;
  transition: box-shadow 0.1s;
}
.homepage .content .block .cards .card-small:hover, .homepage .content .block .cards .card-big:hover {
  box-shadow: 0 0 0 1px #87ceea;
}
<<<<<<< HEAD
@media (min-width: 576px) and (max-width: 767px) {
=======
@media (min-width: 576px) and (max-width: 991px) {
>>>>>>> main
  .homepage .content .block .cards .card-small:hover, .homepage .content .block .cards .card-big:hover {
    box-shadow: none;
  }
}
.homepage .content .block .cards .card-small .card-head, .homepage .content .block .cards .card-big .card-head {
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #87ceea;
}
<<<<<<< HEAD
.homepage .content .block .cards .card-small .card-price, .homepage .content .block .cards .card-big .card-price {
  margin-top: 55px;
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .homepage .content .block .cards .card-small .card-price, .homepage .content .block .cards .card-big .card-price {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
=======
>>>>>>> main
.homepage .content .block .cards .card-small .card-price span, .homepage .content .block .cards .card-big .card-price span {
  font-weight: 600;
}
.homepage .content .block .cards .card-small .card-text, .homepage .content .block .cards .card-big .card-text {
<<<<<<< HEAD
  padding-left: 50px;
  padding-right: 50px;
  font-size: 1rem;
}
@media (max-width: 991px) {
  .homepage .content .block .cards .card-small .card-text, .homepage .content .block .cards .card-big .card-text {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .cards .card-small .card-text, .homepage .content .block .cards .card-big .card-text {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 0.95rem;
  }
}
.homepage .content .block .cards .card-small .card-amount, .homepage .content .block .cards .card-big .card-amount {
  margin-top: 45px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .homepage .content .block .cards .card-small .card-amount, .homepage .content .block .cards .card-big .card-amount {
    margin-top: 30px;
  }
}
=======
  font-size: 1rem;
}
@media (max-width: 767px) {
  .homepage .content .block .cards .card-small .card-text, .homepage .content .block .cards .card-big .card-text {
    font-size: 0.95rem;
  }
}
.homepage .content .block .cards .card-small .card-amount span, .homepage .content .block .cards .card-big .card-amount span {
  font-weight: 600;
}
>>>>>>> main
.homepage .content .block .cards .card-small .projekte-text, .homepage .content .block .cards .card-big .projekte-text {
  margin-top: 40px;
}
@media (max-width: 991px) {
  .homepage .content .block .cards .card-small .projekte-text, .homepage .content .block .cards .card-big .projekte-text {
    margin-top: 25px;
  }
}
.homepage .content .block .cards .card-small .card-btn, .homepage .content .block .cards .card-big .card-btn {
<<<<<<< HEAD
  width: -webkit-fit-content;
=======
>>>>>>> main
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
<<<<<<< HEAD
@media (max-width: 767px) {
=======
.homepage .content .block .cards .card-small .card-btn .homepage-btn, .homepage .content .block .cards .card-big .card-btn .homepage-btn {
  margin-top: 0;
}
@media (max-width: 991px) {
>>>>>>> main
  .homepage .content .block .cards .card-small .card-btn .homepage-btn, .homepage .content .block .cards .card-big .card-btn .homepage-btn {
    padding: 10px 30px;
  }
}
<<<<<<< HEAD
=======
@media (max-width: 767px) {
  .homepage .content .block .cards .card-small .card-btn .homepage-btn, .homepage .content .block .cards .card-big .card-btn .homepage-btn {
    padding: 9px 20px;
  }
}
>>>>>>> main
@media (max-width: 575px) {
  .homepage .content .block .cards .card-small .card-btn .homepage-btn, .homepage .content .block .cards .card-big .card-btn .homepage-btn {
    padding: 8px 30px;
    font-size: 0.95rem !important;
  }
}
.homepage .content .block .cards .card-small {
<<<<<<< HEAD
  max-width: 250px;
  height: 380px;
  font-size: 1.4rem;
}
@media (max-width: 991px) {
  .homepage .content .block .cards .card-small {
    max-width: 200px;
    height: 310px;
=======
  position: relative;
  max-width: 240px;
  height: 420px;
  font-size: 1.4rem;
}
@media (max-width: 1199px) {
  .homepage .content .block .cards .card-small {
    max-width: 210px;
    height: 390px;
    font-size: 1.3rem;
  }
}
@media (max-width: 991px) {
  .homepage .content .block .cards .card-small {
    max-width: 173px;
    height: 360px;
>>>>>>> main
    font-size: 1.25rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .homepage .content .block .cards .card-small {
<<<<<<< HEAD
    max-width: 170px;
    height: 320px;
    font-size: 1.2rem;
=======
    max-width: 135px;
    height: 340px;
    font-size: 1.1rem;
>>>>>>> main
  }
}
@media (max-width: 575px) {
  .homepage .content .block .cards .card-small {
    font-size: 1.1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 330px) {
  .homepage .content .block .cards .card-small {
    max-width: 170px;
<<<<<<< HEAD
    height: 290px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
=======
    height: 330px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
>>>>>>> main
  .homepage .content .block .cards .card-small.left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-color: transparent;
  }
}
<<<<<<< HEAD
@media (min-width: 576px) and (max-width: 767px) {
=======
@media (min-width: 576px) and (max-width: 991px) {
  .homepage .content .block .cards .card-small.mid-left {
    border-radius: 0;
    border-right-color: transparent;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
>>>>>>> main
  .homepage .content .block .cards .card-small.right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: transparent;
  }
}
.homepage .content .block .cards .card-small .card-head {
  height: 45px;
}
@media (max-width: 991px) {
<<<<<<< HEAD
  .homepage .content .block .cards .card-small .card-head {
    height: 40px;
  }
}
@media (max-width: 991px) {
  .homepage .content .block .cards .card-small .card-btn .homepage-btn {
    margin-top: 40px;
  }
}
.homepage .content .block .cards .card-big {
  position: relative;
  max-width: 300px;
  height: 460px;
  font-size: 1.7rem;
}
@media (max-width: 991px) {
  .homepage .content .block .cards .card-big {
    max-width: 230px;
    height: 370px;
    font-size: 1.45rem;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .homepage .content .block .cards .card-big {
    max-width: 170px;
    height: 320px;
    font-size: 1.2rem;
=======
  .homepage .content .block .cards .card-small .card-head {
    height: 40px;
  }
}
.homepage .content .block .cards .card-small .card-price {
  margin-top: 50px;
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  .homepage .content .block .cards .card-small .card-price {
    margin-top: 47px;
  }
}
@media (max-width: 991px) {
  .homepage .content .block .cards .card-small .card-price {
    margin-top: 43px;
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .homepage .content .block .cards .card-small .card-price {
    margin-top: 36px;
  }
}
.homepage .content .block .cards .card-small .card-text {
  padding-left: 34px;
  padding-right: 34px;
}
@media (max-width: 1199px) {
  .homepage .content .block .cards .card-small .card-text {
    padding-left: 19px;
    padding-right: 19px;
  }
}
@media (max-width: 991px) {
  .homepage .content .block .cards .card-small .card-text {
    padding-left: 14px;
    padding-right: 14px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .homepage .content .block .cards .card-small .card-text {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.homepage .content .block .cards .card-small .card-amount {
  margin-top: 55px;
}
@media (max-width: 1199px) {
  .homepage .content .block .cards .card-small .card-amount {
    margin-top: 47px;
  }
}
@media (max-width: 991px) {
  .homepage .content .block .cards .card-small .card-amount {
    margin-top: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .homepage .content .block .cards .card-small .card-amount {
    margin-top: 36px;
  }
}
@media (max-width: 330px) {
  .homepage .content .block .cards .card-small .card-amount {
    margin-top: 30px;
  }
}
.homepage .content .block .cards .card-small .card-btn {
  margin-top: 45px;
}
@media (max-width: 991px) {
  .homepage .content .block .cards .card-small .card-btn {
    margin-top: 35px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .homepage .content .block .cards .card-small .card-btn {
    margin-top: 36px;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .cards .card-small .card-btn {
    margin-top: 40px;
  }
}
@media (max-width: 330px) {
  .homepage .content .block .cards .card-small .card-btn {
    margin-top: 30px;
  }
}
.homepage .content .block .cards .card-big {
  position: relative;
  max-width: 280px;
  height: 490px;
  font-size: 1.7rem;
}
@media (max-width: 1199px) {
  .homepage .content .block .cards .card-big {
    max-width: 220px;
    height: 430px;
    font-size: 1.45rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .homepage .content .block .cards .card-big {
    max-width: 173px;
    height: 360px;
    font-size: 1.25rem;
    border-radius: 0;
    z-index: 100;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .homepage .content .block .cards .card-big {
    max-width: 135px;
    height: 340px;
    font-size: 1.1rem;
>>>>>>> main
    border-radius: 0;
    z-index: 100;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .cards .card-big {
    max-width: 200px;
<<<<<<< HEAD
    height: 310px;
=======
    height: 350px;
>>>>>>> main
    font-size: 1.1rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 330px) {
  .homepage .content .block .cards .card-big {
    max-width: 170px;
<<<<<<< HEAD
    height: 290px;
=======
    height: 330px;
>>>>>>> main
  }
}
.homepage .content .block .cards .card-big .card-head {
  height: 55px;
}
<<<<<<< HEAD
@media (max-width: 991px) {
  .homepage .content .block .cards .card-big .card-head {
    height: 47px;
=======
@media (max-width: 1199px) {
  .homepage .content .block .cards .card-big .card-head {
    height: 54px;
  }
}
@media (max-width: 991px) {
  .homepage .content .block .cards .card-big .card-head {
    height: 40px;
>>>>>>> main
  }
}
@media (max-width: 767px) {
  .homepage .content .block .cards .card-big .card-head {
    height: 40px;
  }
}
<<<<<<< HEAD
@media (min-width: 992px) {
  .homepage .content .block .cards .card-big .card-text {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.homepage .content .block .cards .card-big .card-btn .homepage-btn {
  margin-top: 70px;
  font-size: 1.2rem;
}
@media (max-width: 991px) {
  .homepage .content .block .cards .card-big .card-btn .homepage-btn {
    margin-top: 60px;
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .cards .card-big .card-btn .homepage-btn {
    margin-top: 40px;
    font-size: 1rem;
=======
.homepage .content .block .cards .card-big .card-price {
  margin-top: 57px;
  margin-bottom: 45px;
}
@media (max-width: 1199px) {
  .homepage .content .block .cards .card-big .card-price {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .homepage .content .block .cards .card-big .card-price {
    margin-top: 43px;
    margin-bottom: 30px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .homepage .content .block .cards .card-big .card-price {
    margin-top: 36px;
  }
}
.homepage .content .block .cards .card-big .card-text {
  padding-left: 54px;
  padding-right: 54px;
}
@media (max-width: 1199px) {
  .homepage .content .block .cards .card-big .card-text {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .homepage .content .block .cards .card-big .card-text {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .cards .card-big .card-text {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.homepage .content .block .cards .card-big .card-amount {
  margin-top: 65px;
}
@media (max-width: 1199px) {
  .homepage .content .block .cards .card-big .card-amount {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .homepage .content .block .cards .card-big .card-amount {
    margin-top: 40px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .homepage .content .block .cards .card-big .card-amount {
    margin-top: 36px;
  }
}
@media (max-width: 330px) {
  .homepage .content .block .cards .card-big .card-amount {
    margin-top: 30px;
  }
}
.homepage .content .block .cards .card-big .card-btn {
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .homepage .content .block .cards .card-big .card-btn {
    margin-top: 50px;
  }
}
@media (max-width: 991px) {
  .homepage .content .block .cards .card-big .card-btn {
    margin-top: 35px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .homepage .content .block .cards .card-big .card-btn {
    margin-top: 36px;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .cards .card-big .card-btn {
    margin-top: 40px;
  }
}
@media (max-width: 330px) {
  .homepage .content .block .cards .card-big .card-btn {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .homepage .content .block .cards .card-big .card-btn .homepage-btn {
    font-size: 1.1rem;
>>>>>>> main
  }
}
.homepage .content .block .cards .card-big .ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 100px;
  height: 100px;
  text-align: right;
<<<<<<< HEAD
}
@media (max-width: 991px) {
=======
  /*@media (min-width: 576px) and (max-width: 767px) {
      left: -2px; top: -2px;
      width: 85px; height: 95px;
  }*/
}
@media (max-width: 1199px) {
>>>>>>> main
  .homepage .content .block .cards .card-big .ribbon {
    left: -4px;
    top: -4px;
    width: 90px;
    height: 95px;
  }
}
<<<<<<< HEAD
@media (max-width: 767px) {
  .homepage .content .block .cards .card-big .ribbon {
    left: -3px;
    top: -3px;
=======
@media (max-width: 991px) {
  .homepage .content .block .cards .card-big .ribbon {
    left: -3px;
    top: -3px;
    width: 90px;
    height: 95px;
>>>>>>> main
  }
}
.homepage .content .block .cards .card-big .ribbon span {
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 130px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#9BC90D 0%, #79A70A 100%);
  box-shadow: 0 3px 10px -5px rgb(0, 0, 0);
  position: absolute;
  top: 29px;
  left: -26px;
}
<<<<<<< HEAD
@media (max-width: 991px) {
=======
@media (max-width: 1199px) {
>>>>>>> main
  .homepage .content .block .cards .card-big .ribbon span {
    font-size: 11px;
    width: 110px;
    top: 21px;
    left: -24px;
  }
}
<<<<<<< HEAD
@media (max-width: 767px) {
=======
@media (max-width: 991px) {
>>>>>>> main
  .homepage .content .block .cards .card-big .ribbon span {
    font-size: 9px;
    width: 90px;
    top: 13px;
    left: -22px;
  }
}
<<<<<<< HEAD
=======
@media (min-width: 575px) and (max-width: 767px) {
  .homepage .content .block .cards .card-big .ribbon span {
    font-size: 7px;
    width: 75px;
    top: 8px;
    left: -20px;
  }
}
>>>>>>> main
.homepage .content .block .cards .card-big .ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #79A70A;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
.homepage .content .block .cards .card-big .ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #79A70A;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #79A70A;
}
<<<<<<< HEAD
=======
.homepage .content .block .cards .mwst-hinweis {
  position: absolute;
  font-size: 0.8rem;
  right: 0;
  bottom: -40px;
}
@media (max-width: 575px) {
  .homepage .content .block .cards .mwst-hinweis {
    bottom: -60px;
  }
}
>>>>>>> main
.homepage .content .block #cards-carousel {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 576px) {
  .homepage .content .block #cards-carousel {
    display: none;
  }
}
.homepage .content .block #cards-carousel .carousel-inner {
  padding-top: 3px;
}
.homepage .content .block #cards-carousel .carousel-control-prev {
  font-size: 1.2rem;
  color: #87ceea;
  opacity: 1;
}
.homepage .content .block #cards-carousel .carousel-control-prev:hover, .homepage .content .block #cards-carousel .carousel-control-prev:focus {
  opacity: 0.6;
}
@media (max-width: 400px) {
  .homepage .content .block #cards-carousel .carousel-control-prev {
    justify-content: flex-start;
  }
}
.homepage .content .block #cards-carousel .carousel-control-prev .carousel-control-prev-icon {
  background-image: url("/img/icons/bullet_left.png");
  background-size: 20px;
  height: 35px;
}
@media (max-width: 300px) {
  .homepage .content .block #cards-carousel .carousel-control-prev .carousel-control-prev-icon {
    background-size: 15px;
    margin-left: -3px;
  }
}
.homepage .content .block #cards-carousel .carousel-control-next {
  opacity: 1;
}
.homepage .content .block #cards-carousel .carousel-control-next:hover, .homepage .content .block #cards-carousel .carousel-control-next:focus {
  opacity: 0.6;
}
@media (max-width: 400px) {
  .homepage .content .block #cards-carousel .carousel-control-next {
    justify-content: flex-end;
  }
}
.homepage .content .block #cards-carousel .carousel-control-next .carousel-control-next-icon {
  background-image: url("/img/icons/bullet.png");
  background-size: 20px;
  height: 35px;
}
@media (max-width: 300px) {
  .homepage .content .block #cards-carousel .carousel-control-next .carousel-control-next-icon {
    background-size: 15px;
    margin-right: -3px;
  }
}
.homepage .content .block.testphase .first {
  margin-top: 65px;
}
@media (max-width: 575px) {
  .homepage .content .block.testphase .first {
    margin-top: 50px;
  }
}
@media (min-width: 992px) {
  .homepage .content .block.testphase .second {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (min-width: 1200px) {
  .homepage .content .block.testphase .second {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.homepage .content .block.testphase .third {
  margin-top: 3rem;
  padding-bottom: 0;
}
@media (min-width: 576px) and (max-width: 767px) {
  .homepage .content .block.testphase .third {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.homepage .content .block.testphase .buttons {
  display: flex;
  justify-content: center;
  align-items: center;
<<<<<<< HEAD
  margin-top: 0.5rem;
=======
  margin-top: 0.8rem;
>>>>>>> main
}
@media (max-width: 575px) {
  .homepage .content .block.testphase .buttons {
    margin-top: 1rem;
  }
}
@media (max-width: 456px) {
  .homepage .content .block.testphase .buttons {
    flex-direction: column;
    margin-bottom: 0;
  }
}
.homepage .content .block.testphase .buttons a {
  margin-top: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  min-width: 166px;
}
@media (max-width: 575px) {
  .homepage .content .block.testphase .buttons a {
    font-size: 0.95rem;
  }
}
@media (max-width: 456px) {
  .homepage .content .block.testphase .buttons a {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.homepage .content .block .counters {
  margin-top: 65px;
}
@media (max-width: 575px) {
  .homepage .content .block .counters {
    flex-direction: column !important;
    align-items: center;
    margin-top: 50px;
  }
}
.homepage .content .block .counters .box {
  height: 250px;
  max-width: 220px;
<<<<<<< HEAD
=======
  cursor: default;
>>>>>>> main
}
@media (max-width: 991px) {
  .homepage .content .block .counters .box {
    max-width: 200px;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .counters .box {
    height: 230px;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .counters .box {
    height: 220px;
  }
}
.homepage .content .block .counters .box .box-name {
  top: 0;
  height: 40px;
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-size: 1.2rem;
  font-weight: 400;
}
@media (max-width: 991px) {
  .homepage .content .block .counters .box .box-name {
    font-size: 1.1rem;
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .counters .box .box-name {
    font-size: 1rem;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .counters .box .box-name {
    padding-top: 30px;
  }
}
.homepage .content .block .counters .box .box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding-top: 0;
}
.homepage .content .block .counters .box .box-icon img {
  width: 80px;
}
@media (max-width: 767px) {
  .homepage .content .block .counters .box .box-icon img {
    width: 70px;
  }
}
.homepage .content .block .counters .box .box-icon.smaller img {
  width: 70px;
}
@media (max-width: 767px) {
  .homepage .content .block .counters .box .box-icon.smaller img {
    width: 58px;
  }
}
.homepage .content .block .counters .box .box-value {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 25px;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .homepage .content .block .counters .box .box-value {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  .homepage .content .block .counters .box .box-value {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .counters .box .box-value {
    font-size: 1.4rem;
  }
}
.homepage .content .block .zusatz-lizenzen {
  margin-top: 120px;
  margin-bottom: 25px;
}
@media (min-width: 1200px) {
  .homepage .content .block .zusatz-lizenzen .subtitle {
    padding-left: 75px;
    padding-right: 75px;
  }
}
.homepage .content .block .zusatz-lizenzen .more-cards {
<<<<<<< HEAD
=======
  position: relative;
>>>>>>> main
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .homepage .content .block .zusatz-lizenzen .more-cards {
    justify-content: space-evenly;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .zusatz-lizenzen .more-cards {
    flex-direction: column;
  }
}
.homepage .content .block .zusatz-lizenzen .more-cards .card-small {
  text-align: center;
  border: 1px solid #87ceea;
  border-radius: 3px;
  background-color: #f8fcfd;
  max-width: 250px;
  font-size: 1.4rem;
  transition: box-shadow 0.1s;
}
@media (max-width: 991px) {
  .homepage .content .block .zusatz-lizenzen .more-cards .card-small {
    max-width: 200px;
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .zusatz-lizenzen .more-cards .card-small {
    font-size: 1.2rem;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .zusatz-lizenzen .more-cards .card-small {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
}
.homepage .content .block .zusatz-lizenzen .more-cards .card-small:hover {
  box-shadow: 0 0 0 1px #87ceea;
}
.homepage .content .block .zusatz-lizenzen .more-cards .card-small .card-price {
  margin-top: 50px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .homepage .content .block .zusatz-lizenzen .more-cards .card-small .card-price {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .zusatz-lizenzen .more-cards .card-small .card-price {
    margin-top: 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .zusatz-lizenzen .more-cards .card-small .card-price {
    margin-top: 25px;
  }
}
.homepage .content .block .zusatz-lizenzen .more-cards .card-small .card-price span {
  font-weight: 600;
}
.homepage .content .block .zusatz-lizenzen .more-cards .card-small .card-text {
<<<<<<< HEAD
  padding-left: 50px;
  padding-right: 50px;
  font-size: 1rem;
  -webkit-hyphens: none;
      -ms-hyphens: none;
=======
  padding-left: 39px;
  padding-right: 39px;
  font-size: 1rem;
  -webkit-hyphens: none;
>>>>>>> main
          hyphens: none;
}
@media (max-width: 991px) {
  .homepage .content .block .zusatz-lizenzen .more-cards .card-small .card-text {
<<<<<<< HEAD
    padding-left: 35px;
    padding-right: 35px;
=======
    padding-left: 14px;
    padding-right: 14px;
>>>>>>> main
  }
}
@media (max-width: 767px) {
  .homepage .content .block .zusatz-lizenzen .more-cards .card-small .card-text {
<<<<<<< HEAD
    padding-left: 15px;
    padding-right: 15px;
=======
    padding-left: 20px;
    padding-right: 20px;
>>>>>>> main
  }
}
@media (max-width: 575px) {
  .homepage .content .block .zusatz-lizenzen .more-cards .card-small .card-text {
<<<<<<< HEAD
    padding-left: 25px;
    padding-right: 25px;
=======
    padding-left: 18px;
    padding-right: 18px;
>>>>>>> main
    font-size: 0.95rem;
  }
}
.homepage .content .block .zusatz-lizenzen .more-cards .card-small .card-amount {
  margin-top: 40px;
<<<<<<< HEAD
  margin-bottom: 30px;
  font-weight: 600;
=======
  margin-bottom: 50px;
>>>>>>> main
}
@media (max-width: 991px) {
  .homepage .content .block .zusatz-lizenzen .more-cards .card-small .card-amount {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .zusatz-lizenzen .more-cards .card-small .card-amount {
    margin-top: 25px;
<<<<<<< HEAD
    margin-bottom: 25px;
  }
}
=======
    margin-bottom: 35px;
  }
}
.homepage .content .block .zusatz-lizenzen .more-cards .card-small .card-amount span {
  font-weight: 600;
}
>>>>>>> main
.homepage .content .block .zusatz-lizenzen .more-cards .card-small .projekte-text {
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .homepage .content .block .zusatz-lizenzen .more-cards .card-small .projekte-text {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .zusatz-lizenzen .more-cards .card-small .projekte-text {
    margin-bottom: 25px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .homepage .content .block .zusatz-lizenzen .more-cards .card-small.left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right-color: transparent;
  }
  .homepage .content .block .zusatz-lizenzen .more-cards .card-small.left:hover, .homepage .content .block .zusatz-lizenzen .more-cards .card-small.left:focus {
    border-right-color: #87ceea;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .homepage .content .block .zusatz-lizenzen .more-cards .card-small.middle {
    border-radius: 0;
    z-index: 100;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .homepage .content .block .zusatz-lizenzen .more-cards .card-small.right {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: transparent;
  }
  .homepage .content .block .zusatz-lizenzen .more-cards .card-small.right:hover, .homepage .content .block .zusatz-lizenzen .more-cards .card-small.right:focus {
    border-left-color: #87ceea;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .zusatz-lizenzen .more-cards .card-small.right {
    margin-bottom: 0;
  }
}
<<<<<<< HEAD
.homepage .content .block .features {
  margin-top: 120px;
}
=======
.homepage .content .block .zusatz-lizenzen .more-cards .mwst-hinweis {
  position: absolute;
  font-size: 0.8rem;
  right: 0;
  bottom: -50px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .homepage .content .block .zusatz-lizenzen .more-cards .mwst-hinweis {
    bottom: -40px;
  }
}
.homepage .content .block .lizenzen-hinweis {
  margin-top: 120px;
}
.homepage .content .block .lizenzen-hinweis .subtitle {
  padding-bottom: 0;
}
.homepage .content .block .features {
  margin-top: 120px;
}
@media (max-width: 575px) {
  .homepage .content .block .features {
    margin-top: 100px;
  }
}
>>>>>>> main
.homepage .content .block .features table {
  margin-top: 20px;
}
.homepage .content .block .features table th {
  background-color: #f8fcfd;
}
@media (max-width: 575px) {
  .homepage .content .block .features table th {
    font-size: 0.96rem;
  }
}
.homepage .content .block .features table td {
  padding-right: 30px;
  height: 44.2px;
  line-height: 1.2;
}
@media (max-width: 575px) {
  .homepage .content .block .features table td {
    font-size: 0.95rem;
  }
}
.homepage .content .block .features table td span {
  position: absolute;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.2rem;
  color: green;
}
@media (max-width: 575px) {
  .homepage .content .block .features table td span {
    font-size: 1.1rem;
  }
}
.homepage .content .block .features table td .tooltip-parent {
  position: relative;
  padding-right: 60px;
  /*&.first-tooltip {
      @media ()
  }*/
}
.homepage .content .block .features table td .tooltip-parent .custom-tooltip {
  position: absolute;
  right: -15px;
  top: -2px;
}
.homepage .content .block .features table td .tooltip-parent .custom-tooltip img {
  width: 25px;
}
.homepage .content .block .values {
  margin-top: 120px;
}
@media (max-width: 575px) {
  .homepage .content .block .values {
    padding-bottom: 30px;
  }
}
.homepage .content .block .values .row {
  margin-top: 20px;
  display: flex;
  justify-content: space-evenly;
}
.homepage .content .block .values .row .icon img {
  width: 83px;
}
@media (max-width: 575px) {
  .homepage .content .block .values .row .icon img {
    width: 68px;
  }
}
.homepage .content .block .values .row .text {
  margin-top: 25px;
}
@media (max-width: 575px) {
  .homepage .content .block .values .row .text {
    font-size: 0.95rem;
  }
}
@media (min-width: 768px) {
  .homepage .content .block .values .row .first-item {
    padding-right: 3rem;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .values .row .first-item {
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .values .row .first-item {
    margin-top: 15px;
  }
}
@media (min-width: 768px) {
  .homepage .content .block .values .row .second-item {
    padding-left: 3rem;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .values .row .second-item {
    margin-top: 85px;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .values .row .second-item {
    margin-top: 65px;
  }
}
.homepage .content .block .values .second-row {
  margin-top: 65px;
}
@media (min-width: 576px) and (max-width: 991px) {
  .homepage .content .block .values .second-row {
    margin-top: 85px;
  }
}
.homepage .content .block .blog .blog-item {
  cursor: pointer;
}
.homepage .content .block .blog .blog-item img {
  opacity: 0.8;
  transition: opacity 0.3s ease-in-out;
}
.homepage .content .block .blog .blog-item .blog-footer a {
  color: rgba(0, 116, 161, 0.6);
  transition: color 0.3s ease-in-out;
}
.homepage .content .block .blog .blog-item:hover img {
  opacity: 1;
}
.homepage .content .block .blog .blog-item:hover .blog-footer a {
  color: #0074a1;
}
.homepage .content .block .blog .blog-item:hover .blog-footer a:hover {
  transition: none;
  color: rgba(0, 116, 161, 0.6);
}
@media (min-width: 768px) {
  .homepage .content .block .testing .contact-form .subtitle {
    text-align: left;
  }
}
.homepage .content .block .testing .contact-form .text {
  font-size: 1.2rem;
}
@media (max-width: 991px) {
  .homepage .content .block .testing .contact-form .text {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .testing .contact-form .text {
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .testing .contact-form .text {
    font-size: 1rem;
  }
}
.homepage .content .block .testing .contact-form .pdf-examples {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
@media (min-width: 450px) and (max-width: 767px) {
  .homepage .content .block .testing .contact-form .pdf-examples {
    flex-direction: row;
  }
}
.homepage .content .block .testing .contact-form .pdf-examples a {
<<<<<<< HEAD
  width: -webkit-fit-content;
=======
>>>>>>> main
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 15px;
  margin-left: 15px;
  padding: 0;
}
@media (min-width: 450px) and (max-width: 767px) {
  .homepage .content .block .testing .contact-form .pdf-examples a {
    margin-left: 0;
    padding-left: 15px;
  }
}
@media (max-width: 449px) {
  .homepage .content .block .testing .contact-form .pdf-examples a {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.homepage .content .block .testing .contact-form .inputs {
  margin-top: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .homepage .content .block .testing .contact-form .inputs {
    padding-left: 3rem;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .testing .contact-form .inputs {
    margin-top: 60px;
  }
}
.homepage .content .block .testing .contact-form .inputs .inputlabel {
  min-width: 145px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .homepage .content .block .testing .contact-form .inputs .inputlabel {
    min-width: 78px;
  }
}
@media (max-width: 429px) {
  .homepage .content .block .testing .contact-form .inputs .inputlabel {
    min-width: 78px;
  }
}
@media (min-width: 420px) and (max-width: 767px) {
  .homepage .content .block .testing .contact-form .inputs input, .homepage .content .block .testing .contact-form .inputs select {
    max-width: 350px;
  }
}
.homepage .content .block .testing .testing-app {
  margin-top: 100px;
}
.homepage .content .block .testing .testing-app .app-title {
  font-size: 1.5rem !important;
}
.homepage .content .block .testing .testing-app .app-container {
  display: none;
}
.homepage .content .block .testing .testing-app .app-container.active {
  display: block;
}
.homepage .content .block .api {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .homepage .content .block .api {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .api {
    margin-top: 50px;
  }
}
.homepage .content .block .api .text {
  font-size: 1.2rem;
}
@media (min-width: 500px) {
  .homepage .content .block .api .text {
    white-space: nowrap;
  }
}
@media (max-width: 991px) {
  .homepage .content .block .api .text {
    font-size: 1.1rem;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .api .text {
    font-size: 1rem;
  }
}
.homepage .content .block .api ul {
  margin-top: 30px;
  padding-left: 0;
  list-style: none;
}
.homepage .content .block .api ul li {
  margin-top: 15px;
}
@media (max-width: 991px) {
  .homepage .content .block .api ul li {
    text-indent: -1.75rem;
    padding-left: 1.8rem;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .api ul li {
    font-size: 0.95rem;
  }
}
.homepage .content .block .api ul li span {
  font-size: 1.2rem;
  padding-right: 10px;
  color: green;
}
@media (min-width: 1200px) {
  .homepage .content .block .api ul li span {
    padding-left: 20px;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .api ul li span {
    font-size: 1.1rem;
  }
}
.homepage .content .block .api .api-image {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-left: 50px;
  padding-bottom: 15px;
}
@media (max-width: 1199px) {
  .homepage .content .block .api .api-image {
    padding: 0 0 15px 0;
  }
}
@media (max-width: 991px) {
  .homepage .content .block .api .api-image {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .api .api-image {
    justify-content: flex-start;
    padding: 20px 20px 0 20px;
  }
}
.homepage .content .block .api .api-image img {
  margin-top: 3px;
  border-radius: 3px;
  width: 100%;
}
@media (min-width: 1200px) {
  .homepage .content .block .api .api-image img {
    width: 80%;
  }
}
@media (min-width: 485px) and (max-width: 767px) {
  .homepage .content .block .api .api-image img {
    width: 80%;
  }
}
@media (max-width: 484px) {
  .homepage .content .block .api .api-image img {
    width: 100%;
  }
}
.homepage .content .block .api .homepage-btn {
  margin-top: 80px;
}
@media (max-width: 399px) {
  .homepage .content .block .api .homepage-btn {
    margin-top: 50px;
    width: 100%;
  }
}
.homepage .content .block .data {
  margin-top: 80px;
}
@media (max-width: 991px) {
  .homepage .content .block .data {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .data {
    margin-top: 50px;
  }
}
.homepage .content .block .data .text {
  font-size: 1.2rem;
}
@media (max-width: 991px) {
  .homepage .content .block .data .text {
    font-size: 1.1rem;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .data .text {
    font-size: 1rem;
  }
}
.homepage .content .block .data .data-table {
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
  background-color: #f8fcfd;
  border: 1px solid #87ceea;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 991px) {
  .homepage .content .block .data .data-table {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .data .data-table {
    margin-top: 30px;
  }
}
@media (max-width: 514px) {
  .homepage .content .block .data .data-table {
    padding-bottom: 118px;
  }
}
@media (max-width: 319px) {
  .homepage .content .block .data .data-table {
    padding-bottom: 136px;
  }
}
.homepage .content .block .data .data-table .col {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .homepage .content .block .data .data-table .col {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .data .data-table .col:nth-of-type(2n-1) {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .data .data-table .col:nth-of-type(2n-1) {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .data .data-table .col:nth-of-type(2n) {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .data .data-table .col:nth-of-type(2n) {
    padding-left: 0;
  }
}
.homepage .content .block .data .data-table .col .data-title {
  font-weight: 600;
  padding-left: 5px;
  font-size: 1.05rem;
  border-bottom: 2px solid rgba(136, 136, 153, 0.5);
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .homepage .content .block .data .data-table .col .data-title {
    font-size: 1rem;
  }
}
.homepage .content .block .data .data-table .col ul {
  margin-top: 20px;
  padding-left: 20px;
}
@media (max-width: 575px) {
  .homepage .content .block .data .data-table .col ul {
    font-size: 0.95rem;
  }
}
.homepage .content .block .data .data-table .col ul li {
  margin-top: 10px;
}
.homepage .content .block .data .data-table .data-info-left {
  position: absolute;
  bottom: 20px;
  left: 60px;
  color: #888899;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .homepage .content .block .data .data-table .data-info-left {
    left: 47px;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .data .data-table .data-info-left {
    font-size: 0.95rem;
    padding-right: 40px;
  }
}
.homepage .content .block .data .data-table .data-info-right {
  position: absolute;
  bottom: 20px;
  right: 40px;
  color: #888899;
}
@media (max-width: 991px) {
  .homepage .content .block .data .data-table .data-info-right {
    left: 60px;
    bottom: 55px;
  }
}
@media (max-width: 767px) {
  .homepage .content .block .data .data-table .data-info-right {
    left: 47px;
  }
}
@media (max-width: 575px) {
  .homepage .content .block .data .data-table .data-info-right {
    font-size: 0.95rem;
  }
}
@media (max-width: 514px) {
  .homepage .content .block .data .data-table .data-info-right {
    bottom: 73px;
  }
}
@media (max-width: 319px) {
  .homepage .content .block .data .data-table .data-info-right {
    bottom: 91px;
  }
}
.homepage #callMeModal.modal {
  height: 1000px;
}
.homepage #callMeModal .modal-dialog {
  margin: 10px auto;
  max-width: 400px;
  line-height: 1.2;
  border-radius: calc(0.3rem - 1px);
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 430px) {
  .homepage #callMeModal .modal-dialog {
    max-width: 330px;
    text-align: center;
  }
}
@media (min-height: 400px) {
  .homepage #callMeModal .modal-dialog {
    margin: 10px auto;
  }
}
@media (min-height: 600px) {
  .homepage #callMeModal .modal-dialog {
    margin: 30px auto;
  }
}
@media (min-height: 700px) {
  .homepage #callMeModal .modal-dialog {
    margin: 100px auto;
  }
}
@media (min-height: 850px) {
  .homepage #callMeModal .modal-dialog {
    margin: 140px auto;
  }
}
.homepage #callMeModal .modal-dialog .modal-content {
  box-shadow: 1px 8px 22px -8px #181738;
}
.homepage #callMeModal .modal-dialog .modal-content .modal-header {
  background-color: #f8fcfd;
  box-shadow: 0px 7px 10px -8px #c7e3ee;
}
.homepage #callMeModal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 600;
}
@media (max-width: 575px) {
  .homepage #callMeModal .modal-dialog .modal-content .modal-text {
    font-size: 14px;
  }
}
.homepage #callMeModal .modal-dialog .modal-content .modal-input {
  margin-top: 25px;
}
.homepage #callMeModal .modal-dialog .modal-content .modal-input .row {
  padding-bottom: 1.5rem;
}
@media (max-width: 575px) {
  .homepage #callMeModal .modal-dialog .modal-content .modal-input .row input, .homepage #callMeModal .modal-dialog .modal-content .modal-input .row select {
    font-size: 14px;
  }
}
.homepage #callMeModal .modal-dialog .modal-content .modal-input .row .inputlabel {
  min-width: 78px;
  text-align: left !important;
}
@media (max-width: 429px) {
  .homepage #callMeModal .modal-dialog .modal-content .modal-input .row .inputlabel {
    min-width: 75px;
  }
}
.homepage #callMeModal .modal-dialog .modal-content .modal-input .row .inputlabel:last-of-type {
  min-width: none;
}
.homepage #callMeModal .modal-dialog .modal-content .modal-link a {
  float: right;
}
@media (max-width: 575px) {
  .homepage #callMeModal .modal-dialog .modal-content .modal-link a {
    font-size: 14px;
  }
}
@media (max-width: 430px) {
  .homepage #callMeModal .modal-dialog .modal-content .modal-link a {
    width: 100%;
  }
}
.homepage #newsletterModal.modal {
  height: 1000px;
}
.homepage #newsletterModal .modal-dialog {
  margin: 40px auto;
  max-width: 450px;
  line-height: 1.2;
  border-radius: calc(0.3rem - 1px);
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 460px) {
  .homepage #newsletterModal .modal-dialog {
    max-width: 330px;
    text-align: center;
  }
}
@media (min-height: 300px) {
  .homepage #newsletterModal .modal-dialog {
    margin: 40px auto;
  }
}
@media (min-height: 400px) {
  .homepage #newsletterModal .modal-dialog {
    margin: 80px auto;
  }
}
@media (min-height: 500px) {
  .homepage #newsletterModal .modal-dialog {
    margin: 120px auto;
  }
}
@media (min-height: 600px) {
  .homepage #newsletterModal .modal-dialog {
    margin: 160px auto;
  }
}
@media (min-height: 700px) {
  .homepage #newsletterModal .modal-dialog {
    margin: 200px auto;
  }
}
.homepage #newsletterModal .modal-dialog .modal-content {
  box-shadow: 1px 8px 22px -8px #181738;
}
.homepage #newsletterModal .modal-dialog .modal-content .modal-header {
  background-color: #f8fcfd;
  box-shadow: 0px 7px 10px -8px #c7e3ee;
}
.homepage #newsletterModal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 600;
}
.homepage #newsletterModal .modal-dialog .modal-content .modal-input {
  margin-top: 15px;
}
.homepage #newsletterModal .modal-dialog .modal-content .modal-input input {
  font-size: 0.95rem;
}
.homepage #newsletterModal .modal-dialog .modal-content .modal-input .submission {
  display: flex;
  flex-direction: column;
}
.homepage #newsletterModal .modal-dialog .modal-content .modal-input .submission .modal-link {
  font-size: 0.95rem;
}
.homepage #newsletterModal .modal-dialog .modal-content .modal-input .submission .newsletter-success, .homepage #newsletterModal .modal-dialog .modal-content .modal-input .submission .newsletter-error {
  margin-top: 15px;
  opacity: 0;
  font-size: 0.9rem;
  color: green;
  transition: opacity 0.3s ease-in-out;
}
.homepage #newsletterModal .modal-dialog .modal-content .modal-input .submission .newsletter-error {
  color: #b00000;
}
.homepage #addressModal.modal {
  height: 1000px;
}
.homepage #addressModal .modal-dialog {
  margin: 40px auto;
  max-width: 350px;
  line-height: 1.2;
  border-radius: calc(0.3rem - 1px);
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-height: 300px) {
  .homepage #addressModal .modal-dialog {
    margin: 40px auto;
  }
}
@media (min-height: 400px) {
  .homepage #addressModal .modal-dialog {
    margin: 80px auto;
  }
}
@media (min-height: 500px) {
  .homepage #addressModal .modal-dialog {
    margin: 120px auto;
  }
}
@media (min-height: 600px) {
  .homepage #addressModal .modal-dialog {
    margin: 160px auto;
  }
}
@media (min-height: 700px) {
  .homepage #addressModal .modal-dialog {
    margin: 200px auto;
  }
}
.homepage #addressModal .modal-dialog .modal-content {
  box-shadow: 1px 8px 22px -8px #181738;
}
.homepage #addressModal .modal-dialog .modal-content .modal-header {
  background-color: #f8fcfd;
  box-shadow: 0px 7px 10px -8px #c7e3ee;
}
.homepage #addressModal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 600;
}
.homepage #addressModal .modal-dialog .modal-content .modal-text {
  margin-top: 10px;
  font-size: 0.95rem;
}

<<<<<<< HEAD
=======
@media (max-width: 575px) {
  .bestellung-container {
    padding-left: 0;
    padding-right: 0;
  }
}

.bestellung {
  margin-top: 20px;
}
.bestellung.bestellung-apps {
  padding-top: 50px;
  margin-top: 0;
}
.bestellung .part-title {
  font-size: 20px;
  color: #181738;
  padding: 20px 5px;
  margin-bottom: 40px;
  border-bottom: 1px solid #edeff1;
}
@media (max-width: 767px) {
  .bestellung .part-title {
    padding: 17px 5px;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .bestellung .part-title {
    padding: 14px 5px;
    font-size: 17px;
  }
}
.bestellung .model {
  padding-bottom: 3rem;
  position: relative;
}
.bestellung .model .btn-group {
  width: 100%;
}
@media (max-width: 575px) {
  .bestellung .model .btn-group {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .bestellung .model .btn-group .btn {
    margin-left: 0;
  }
}
.bestellung .model .btn-group .btn .model-info {
  font-size: 13px;
  font-weight: 300;
  margin-top: 10px;
}
.bestellung .model .btn-group.is-invalid .btn {
  border: 1px solid red;
}
.bestellung .model .mwst-hinweis {
  position: absolute;
  font-size: 0.8rem;
  right: 0;
  bottom: 10px;
}
@media (max-width: 575px) {
  .bestellung .model .mwst-hinweis {
    bottom: 18px;
  }
}
.bestellung .person, .bestellung .bill {
  padding-bottom: 3rem;
}
.bestellung .person .data, .bestellung .bill .data {
  margin-top: 0 !important;
}
.bestellung .inputlabel {
  min-width: 145px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bestellung .inputlabel {
    min-width: 78px;
  }
}
@media (max-width: 429px) {
  .bestellung .inputlabel {
    min-width: 78px;
  }
}
.bestellung .bill .inputlabel {
  min-width: 100px;
}
@media (max-width: 429px) {
  .bestellung .bill .inputlabel {
    min-width: 78px;
  }
}
.bestellung input, .bestellung select {
  /*@media (max-width: 400px) {
      padding-left: 92px!important;
  }*/
}
@media (max-width: 575px) {
  .bestellung input, .bestellung select {
    font-size: 0.95rem;
  }
}
.bestellung .info {
  margin-bottom: 2rem;
  line-height: 1.3;
}
@media (max-width: 575px) {
  .bestellung .info {
    font-size: 0.95rem;
  }
}
.bestellung .buttons {
  text-align: right;
  margin-top: 20px;
}
@media (max-width: 575px) {
  .bestellung .buttons div button {
    font-size: 0.95rem;
  }
}
@media (max-width: 400px) {
  .bestellung .buttons div button {
    margin-top: 10px;
    width: 100%;
  }
}

>>>>>>> main
.header {
  padding: 25px 0 3px;
}
@media (max-width: 575px) {
  .header .main-header .home-icon {
    padding-left: 30px;
  }
}
.header .main-header .home-icon img {
  height: auto;
  max-width: 100%;
  max-height: 40px;
  /* margin-top: 8px; */
  /* margin-left: -8px; */
  cursor: pointer;
}
.header .main-header .logo-sprite {
  width: 70px;
  height: 47px;
}
.header .main-header .logo-sprite a {
  width: 70px;
  height: 47px;
  display: block;
  background: url("/img/logos/a2-c_logo_sprite.png") no-repeat center center;
  background-position: 0 0px;
  /*  background-position: 0 47px; */
}
.header .main-header .logo-sprite a:hover {
  background-position: 0 -60px;
}
<<<<<<< HEAD
=======
.header .main-header .header-user-menu {
  padding-left: 0;
}
@media (max-width: 575px) {
  .header .main-header .header-user-menu {
    padding-right: 30px;
  }
}
>>>>>>> main
.header .main-header .header-dropdown {
  position: absolute;
  top: 0px;
  left: 0px;
  will-change: transform;
<<<<<<< HEAD
}
@media (max-width: 1450px) {
  .header .main-header .header-dropdown {
    transform: translate3d(-34px, 40px, 0px);
  }
}
@media (min-width: 1450px) {
  .header .main-header .header-dropdown {
    transform: translate3d(-34px, 40px, 0px);
  }
}
@media (max-width: 575px) {
  .header .main-header .header-dropdown {
    font-size: 0.95rem;
  }
=======
  padding-top: 0rem;
  transform: translate3d(0px, 44px, 0px);
}
@media (max-width: 575px) {
  .header .main-header .header-dropdown {
    font-size: 0.95rem;
  }
}
@media (max-width: 380px) {
  .header .main-header .header-dropdown {
    transform: translate3d(-173px, 44px, 0px);
  }
}
.header .main-header .header-dropdown .dropdown-logo {
  margin-top: 12px;
>>>>>>> main
}
.header .main-header .header-dropdown .dropdown-company {
  margin-top: 5px;
}
.header .main-header .header-dropdown .dd-menu {
<<<<<<< HEAD
  padding-left: 36px;
=======
  padding: 14px 1.5rem 16px 36px;
>>>>>>> main
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: 7px 11px;
}
.header .main-header .header-dropdown .dd-menu.projektverwaltung {
  background-image: url("/img/icons/projects.png");
}
.header .main-header .header-dropdown .dd-menu.betriebsdashboard {
  background-image: url("/img/icons/company.png");
}
.header .main-header .header-dropdown .dd-menu.benutzerprofil {
  background-image: url("/img/icons/user.png");
}
.header .main-header .header-dropdown .dd-menu.lizenzen {
  background-image: url("/img/icons/credit-card.png");
}
.header .main-header .header-dropdown .dd-menu.logout {
  background-image: url("/img/icons/log-out.png");
}
.header .main-header .edit-input:nth-of-type(2) {
  display: none;
}
@media (min-width: 576px) {
  .header .main-header .edit-input:nth-of-type(2) {
    display: block;
  }
}
.header .main-header .edit-input:nth-of-type(4) {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  .header .main-header .edit-input:nth-of-type(4) {
    display: none;
  }
}
@media (max-width: 575px) {
  .header .main-header .edit-input:nth-of-type(4).col-10 {
    background-color: rgba(199, 227, 238, 0.3);
    min-width: 100%;
    position: absolute;
    left: 0;
    top: 100px;
    padding: 0;
  }
}
.header .main-header .edit-input:nth-of-type(4).col-10 .inner {
  padding-top: 10px;
}
@media (max-width: 575px) {
  .header .main-header .edit-input:nth-of-type(4).col-10 .inner {
    padding: 35px 30px 20px;
  }
}
.header .main-header .initials {
  float: right;
  padding-top: 16px;
  font-size: 1.5rem;
  color: rgb(177, 183, 196);
}
@media (min-width: 768px) {
  .header .main-header .initials {
    margin-left: 8px;
  }
}

#app {
  padding-bottom: 25px;
}

@media (min-width: 576px) {
  .apps {
    padding-bottom: 100px;
  }
}
@media (min-width: 992px) {
  .apps {
    padding-bottom: 115px;
  }
}
@media (min-width: 1200px) {
  .apps {
    padding-bottom: 130px;
  }
}
@media (max-width: 575px) {
  .apps {
    padding-bottom: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.apps-title {
  padding-top: 50px;
  font-weight: 400;
  font-size: 1.25rem;
}
@media (min-width: 576px) {
  .apps-title {
    padding-top: 80px;
    font-size: 42px;
    font-weight: 600;
  }
}
.apps-title span {
  font-weight: 600;
}
@media (min-width: 576px) {
  .apps-title span {
    font-weight: 400;
  }
}
.apps-title .row {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 575px) {
  .apps-title .row {
    display: none;
  }
}
.apps-title .mobile {
  margin-left: 7px;
  margin-right: 7px;
  display: flex;
  justify-content: center;
  text-align: center;
}
@media (min-width: 576px) {
  .apps-title .mobile {
    display: none;
  }
}

@media (min-width: 576px) {
  .apps-title-mobile {
    display: none;
  }
}
.apps-title-mobile span {
  font-weight: 600;
}

.app-boxes-holder {
<<<<<<< HEAD
  padding-top: 80px;
=======
  padding-top: 100px;
>>>>>>> main
  position: relative;
}
@media (min-width: 576px) {
  .app-boxes-holder {
    padding-top: 115px;
  }
}
@media (min-width: 1200px) {
  .app-boxes-holder {
    padding-top: 130px;
  }
}
<<<<<<< HEAD
.app-boxes-holder .licenses {
  position: absolute;
  right: 2px;
  top: 47px;
}
@media (min-width: 576px) {
  .app-boxes-holder .licenses {
    top: 80px;
=======
@media (max-width: 330px) {
  .app-boxes-holder {
    padding-top: 120px;
  }
}
.app-boxes-holder .licenses {
  position: absolute;
  right: 2px;
  top: 52px;
}
@media (min-width: 576px) {
  .app-boxes-holder .licenses {
    top: 65px;
>>>>>>> main
  }
}
@media (min-width: 992px) {
  .app-boxes-holder .licenses {
<<<<<<< HEAD
    top: 75px;
=======
    top: 60px;
>>>>>>> main
  }
}
@media (min-width: 1200px) {
  .app-boxes-holder .licenses {
<<<<<<< HEAD
    top: 90px;
=======
    top: 75px;
>>>>>>> main
  }
}
@media (max-width: 575px) {
  .app-boxes-holder .licenses {
    font-size: 0.95rem;
  }
}
<<<<<<< HEAD
=======
@media (max-width: 330px) {
  .app-boxes-holder .licenses {
    top: 72px;
  }
}
.app-boxes-holder .licenses.no-licenses {
  top: 25px;
}
@media (min-width: 576px) {
  .app-boxes-holder .licenses.no-licenses {
    top: 35px;
  }
}
@media (min-width: 1200px) {
  .app-boxes-holder .licenses.no-licenses {
    top: 45px;
  }
}
@media (max-width: 330px) {
  .app-boxes-holder .licenses.no-licenses {
    flex-direction: column;
    top: 15px;
  }
  .app-boxes-holder .licenses.no-licenses .btn {
    margin-top: 10px;
  }
}
.app-boxes-holder .hinweis {
  position: absolute;
  right: 2px;
  top: 72px;
}
@media (min-width: 576px) {
  .app-boxes-holder .hinweis {
    top: 85px;
  }
}
@media (min-width: 992px) {
  .app-boxes-holder .hinweis {
    top: 80px;
  }
}
@media (min-width: 1200px) {
  .app-boxes-holder .hinweis {
    top: 95px;
  }
}
@media (max-width: 575px) {
  .app-boxes-holder .hinweis {
    font-size: 0.95rem;
  }
}
@media (max-width: 330px) {
  .app-boxes-holder .hinweis {
    top: 92px;
  }
}
>>>>>>> main
.app-boxes-holder .box {
  float: left;
  width: calc(50% - 2px);
  border: 1px solid #edeff1;
  padding: 10px;
  height: 150px;
  margin-bottom: 2px;
  margin-right: 2px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) {
  .app-boxes-holder .box {
    width: calc(25% - 2px);
  }
}
.app-boxes-holder .box a {
  color: #181738;
}
.app-boxes-holder .box a:hover {
  text-decoration: none;
}
.app-boxes-holder .box .inner .help-icon {
  position: absolute;
  right: 7px;
}
@media (hover: hover) and (min-width: 992px) {
  .app-boxes-holder .box .inner .help-icon {
    visibility: hidden;
  }
}
.app-boxes-holder .box .inner .help-icon img {
  float: right;
  width: 25px;
}
.app-boxes-holder .box .inner .icon {
  padding-top: 15px;
  text-align: center;
}
.app-boxes-holder .box .inner .icon img {
  height: 52px;
}
.app-boxes-holder .box .inner .title {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 95px;
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.app-boxes-holder .box .inner .title p {
  -webkit-hyphens: auto;
<<<<<<< HEAD
      -ms-hyphens: auto;
=======
>>>>>>> main
          hyphens: auto;
}
.app-boxes-holder .box .more, .app-boxes-holder .box .mobile-more {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
}
.app-boxes-holder .box .more .title, .app-boxes-holder .box .mobile-more .title {
  font-size: 16px;
  text-align: center;
  padding: 10px 5px;
}
.app-boxes-holder .box .more .text, .app-boxes-holder .box .mobile-more .text {
  text-align: center;
  font-size: 14px;
  padding: 10px 5px;
}
.app-boxes-holder .box.enabled:hover {
  overflow: visible;
}
@media (hover: hover) and (min-width: 992px) {
  .app-boxes-holder .box.enabled:hover {
    padding: 0;
  }
}
@media (hover: hover) and (min-width: 992px) {
  .app-boxes-holder .box.enabled:hover .inner {
    display: none;
  }
}
.app-boxes-holder .box.enabled:hover .more {
  box-shadow: 1px 8px 22px -8px #c7e3ee;
  border: 1px solid #c7e3ee;
  position: absolute;
  min-height: 100%;
  width: 100%;
  z-index: 100;
  background: #f8fcfd url("/img/icons/arrow_right.svg") no-repeat 96% 95%;
  background-size: 22px;
  opacity: 1;
  padding-bottom: 30px;
  border-bottom: 5px solid #c7e3ee;
}
@media (hover: hover) and (min-width: 992px) {
  .app-boxes-holder .box.enabled:hover .more {
    visibility: visible;
    padding: 10px;
  }
}
.app-boxes-holder .box.enabled:hover .more .title {
  overflow: hidden;
}
.app-boxes-holder .box.disabled {
  opacity: 0.5;
}
.app-boxes-holder #descriptionModal.modal {
  height: 1000px;
}
.app-boxes-holder #descriptionModal .modal-dialog {
  margin: 80px auto;
  max-width: 360px;
  line-height: 1.2;
  border-radius: calc(0.3rem - 1px);
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 430px) {
  .app-boxes-holder #descriptionModal .modal-dialog {
    max-width: 290px;
    text-align: center;
  }
}
@media (min-height: 400px) {
  .app-boxes-holder #descriptionModal .modal-dialog {
    margin: 120px auto;
  }
}
@media (min-height: 500px) {
  .app-boxes-holder #descriptionModal .modal-dialog {
    margin: 150px auto;
  }
}
@media (min-height: 600px) {
  .app-boxes-holder #descriptionModal .modal-dialog {
    margin: 200px auto;
  }
}
@media (min-height: 700px) {
  .app-boxes-holder #descriptionModal .modal-dialog {
    margin: 250px auto;
  }
}
@media (min-height: 850px) {
  .app-boxes-holder #descriptionModal .modal-dialog {
    margin: 330px auto;
  }
}
.app-boxes-holder #descriptionModal .modal-dialog .modal-content {
  box-shadow: 1px 8px 22px -8px #181738;
}
.app-boxes-holder #descriptionModal .modal-dialog .modal-content .modal-header {
  background-color: #f8fcfd;
  box-shadow: 0px 7px 10px -8px #c7e3ee;
}
.app-boxes-holder #descriptionModal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 600;
}
.app-boxes-holder #descriptionModal .modal-dialog .modal-content .modal-text {
  font-size: 14px;
}
<<<<<<< HEAD
.app-boxes-holder #descriptionModal .modal-dialog .modal-content .modal-link a {
=======
.app-boxes-holder #descriptionModal .modal-dialog .modal-content .modal-link a, .app-boxes-holder #descriptionModal .modal-dialog .modal-content .modal-link span {
>>>>>>> main
  float: right;
  font-size: 14px;
}
@media (max-width: 430px) {
<<<<<<< HEAD
  .app-boxes-holder #descriptionModal .modal-dialog .modal-content .modal-link a {
=======
  .app-boxes-holder #descriptionModal .modal-dialog .modal-content .modal-link a, .app-boxes-holder #descriptionModal .modal-dialog .modal-content .modal-link span {
>>>>>>> main
    width: 100%;
  }
}

.page-buildingData {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media (max-width: 575px) {
  .page-buildingData {
    padding-top: 50px;
    padding-bottom: 80px;
<<<<<<< HEAD
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page-buildingData .next-button {
  text-align: right;
  text-align: right;
}
@media (max-width: 991px) {
  .page-buildingData .next-button {
    padding-top: 40px;
  }
}
@media (max-width: 575px) {
  .page-buildingData .next-button {
=======
>>>>>>> main
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 400px) {
<<<<<<< HEAD
  .page-buildingData .next-button {
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .page-buildingData .next-button a {
    font-size: 0.95rem;
    width: 100%;
  }
}
=======
  .page-buildingData .buttons-holder .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.page-buildingData .buttons-holder .col-6 .next-button {
  text-align: right;
}
@media (max-width: 575px) {
  .page-buildingData .buttons-holder .col-6 .next-button a {
    font-size: 0.95rem;
  }
}
@media (max-width: 400px) {
  .page-buildingData .buttons-holder .col-6 .next-button a {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .page-buildingData .buttons-holder .col-6:first-child .next-button {
    padding-top: 20px;
    margin-bottom: 0 !important;
  }
}
>>>>>>> main
.page-buildingData .is-invalid {
  background-image: none;
  padding-right: 10px !important;
}
.page-buildingData .is-invalid.tt-input {
  background: #000 url("/img/icons/fadenkreuz.svg") no-repeat 97% center;
  background-size: 18px;
}
.page-buildingData .is-invalid#heizung {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23888899'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 10px;
  background-position: right 8px top 65%;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .page-buildingData .model-3d-parent {
    padding-right: 0px;
  }
}
@media (max-width: 575px) {
  .page-buildingData .model-3d-parent {
<<<<<<< HEAD
    padding-left: 30px;
    padding-right: 30px;
=======
>>>>>>> main
    font-size: 0.95rem;
  }
}
@media (max-width: 400px) {
  .page-buildingData .model-3d-parent {
    padding-right: 0;
    padding-left: 0;
  }
}
.page-buildingData .model-3d-parent .mobile-title {
  color: #000025;
  line-height: 1.3;
  font-size: 1.1rem;
  padding-bottom: 30px;
  min-width: 202px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .page-buildingData .model-3d-parent .mobile-title {
    display: none;
  }
}
@media (max-width: 575px) {
  .page-buildingData .model-3d-parent .mobile-title {
    font-size: 1rem;
    text-align: center;
    line-height: 1.2;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 400px) {
  .page-buildingData .model-3d-parent .mobile-title {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 400px) {
  .adress-search {
    padding-right: 25px;
  }
}
.adress-search input {
  padding-right: 35px !important;
  line-height: 26px;
}
@media (max-width: 575px) {
  .adress-search input {
    font-size: 0.95rem;
  }
}

#adress-input {
  width: 100%;
  height: auto;
  padding: 2px 2px 0px 6px;
}

#adress-input:focus {
  background-color: #f8fcfd !important;
}

.building-data {
  margin-top: 20px;
  border: 1px solid #edeff1;
  border-radius: 3px;
  padding: 25px;
}
@media (max-width: 400px) {
  .building-data {
    border: none;
    margin-top: 5px;
    padding-left: 0;
    padding-right: 0;
  }
}
.building-data #model3d {
  /*&.homepage-3d {
      max-height: 220px!important;

      canvas {
          width: 400px!important;
          max-width: 368px!important;*/
  /*@media (max-width: 400px) {
      width: 100%!important;
  }
  @media (min-width: 768px) {
      max-width: 313px!important;
  }

  @media (min-width: 992px) {
      max-width: 293px!important;
  }

  @media (min-width: 1200px) {
      max-width: 368px!important;
  }*/
}
.building-data #model3d.in-apps {
  max-height: 220px !important;
}
@media (max-width: 400px) {
  .building-data #model3d.in-apps canvas {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .building-data #model3d.in-apps canvas {
    max-width: 313px !important;
  }
}
@media (min-width: 992px) {
  .building-data #model3d.in-apps canvas {
    max-width: 293px !important;
  }
}
@media (min-width: 1200px) {
  .building-data #model3d.in-apps canvas {
    max-width: 368px !important;
  }
}
.building-data .geometrie {
  padding-top: 25px;
}
@media (max-width: 400px) {
  .building-data .geometrie {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
  }
}
.building-data .geometrie .geometrie-title {
  font-weight: 600;
  font-weight: 18px;
  color: #000025;
}
@media (max-width: 400px) {
  .building-data .geometrie .geometrie-title {
    display: none;
  }
}
.building-data .geometrie .data {
  padding-top: 15px;
}
.building-data .geometrie .data .single {
  padding: 13px 0;
  border-bottom: 1px solid #edeff1;
}
@media (min-width: 401px) {
  .building-data .geometrie .data .single:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}
.building-data .geometrie .data .single .label {
  margin-right: 5px;
}
@media (min-width: 350px) and (max-width: 415px) {
  .building-data .geometrie .data .single .first-element {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 301px) and (max-width: 350px) {
  .building-data .geometrie .data .single .first-element {
    flex: 0 0 42%;
    max-width: 42%;
  }
}
@media (max-width: 300px) {
  .building-data .geometrie .data .single .first-element {
    margin-left: 1px;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 350px) and (max-width: 415px) {
  .building-data .geometrie .data .single .second-element {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 301px) and (max-width: 350px) {
  .building-data .geometrie .data .single .second-element {
    flex: 0 0 58%;
    max-width: 58%;
  }
}
@media (max-width: 300px) {
  .building-data .geometrie .data .single .second-element {
    flex: 0 0 70%;
    max-width: 70%;
    margin-top: 5px;
  }
}
@media (max-width: 260px) {
  .building-data .geometrie .data .single .second-element {
    flex: 0 0 85%;
    max-width: 85%;
    margin-top: 5px;
  }
}
.building-data .geometrie .data .single .measure {
  font-weight: 600;
  text-align: right;
  color: #000025;
}

.geometrie-right {
  -webkit-hyphens: none;
<<<<<<< HEAD
      -ms-hyphens: none;
=======
>>>>>>> main
          hyphens: none;
}
@media (max-width: 400px) {
  .geometrie-right {
    padding-top: 15px;
  }
}
.geometrie-right .title {
  color: #000025;
  line-height: 1.3;
  font-size: 1.1rem;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  .geometrie-right .title {
    font-size: 1.1rem;
  }
}
.geometrie-right .inputs {
  /*padding-top: 60px;*/
}
@media (min-width: 768px) {
  .geometrie-right .inputs {
    padding-top: 0px;
  }
}
@media (min-width: 401px) and (max-width: 767px) {
  .geometrie-right .inputs {
    /*
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    */
  }
}
@media (max-width: 400px) {
  .geometrie-right .inputs {
    /*            padding-top: 20px;
                padding-left: 30px;
                padding-right: 30px;*/
  }
}
.geometrie-right .inputs .building-data-input {
  padding-bottom: 20px;
  /*
  #flaeche {
      padding-right: 27px;
  }
  */
  /* #verbrauch {
      padding-right: 61px;
  }*/
}
@media (min-width: 992px) {
  .geometrie-right .inputs .building-data-input {
    margin-top: 0px;
    padding-top: 0px;
  }
}
@media (max-width: 400px) {
  .geometrie-right .inputs .building-data-input {
    padding-bottom: 10px;
  }
}
.geometrie-right .inputs .building-data-input .form-control {
  /*
  text-align: right;
  height:40px;

  @media (max-width: 575px) {
      font-size: 0.95rem;
      padding-left: 92px;
  }
  */
}
.geometrie-right .inputs .building-data-input .form-control#heizung, .geometrie-right .inputs .building-data-input .form-control#warmwasser {
  /*padding-right: 24px;*/
  /*padding-left: 92px;*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  .geometrie-right .inputs .building-data-input .form-control#heizung, .geometrie-right .inputs .building-data-input .form-control#warmwasser {
    /*font-size: 0.95rem;*/
  }
}
.geometrie-right .inputs .building-data-input .textinput {
  margin-top: -2px;
  min-width: 30px;
}
.geometrie-right .inputs .building-data-input select.textinput {
  min-width: 30px;
}
<<<<<<< HEAD
=======
.geometrie-right .inputs .building-data-input .extra-fenster {
  font-size: 14px;
}
@media (max-width: 429px) {
  .geometrie-right .inputs .building-data-input .extra-fenster {
    display: none;
  }
}
.geometrie-right .inputs .building-data-input .extra-fenster-mobile {
  font-size: 14px;
}
@media (min-width: 430px) {
  .geometrie-right .inputs .building-data-input .extra-fenster-mobile {
    display: none;
  }
}
>>>>>>> main
.geometrie-right .inputs td:first-child.building-data-input {
  padding-top: 4px;
}

.hinweis-overlay {
  position: relative;
  margin-top: 40px;
  margin-bottom: 0;
  border: 1px solid #c7e3ee;
  background: rgba(199, 227, 238, 0.05);
  z-index: 500;
  padding: 20px;
  border-radius: 5px;
  display: none;
}
.hinweis-overlay .title {
  font-size: 30px;
  font-weight: 300;
}
.hinweis-overlay .body {
  padding-top: 30px;
}
.hinweis-overlay .body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hinweis-overlay .body ul li {
  display: block;
  margin-bottom: 20px;
  position: relative;
  padding-left: 15px;
}
.hinweis-overlay .body ul li:before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
  color: #87ceea;
}
.hinweis-overlay .body ul li ul {
  margin-left: 20px;
  margin-top: 15px;
}
.hinweis-overlay .body ul li ul li {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.hinweis-overlay .body ul li ul li:before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: #87ceea;
}

#leadModal.modal {
  height: 1000px;
}
#leadModal .modal-dialog {
  margin: 80px auto;
  max-width: 400px;
  line-height: 1.2;
  border-radius: calc(0.3rem - 1px);
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 430px) {
  #leadModal .modal-dialog {
    max-width: 330px;
    text-align: center;
  }
}
@media (min-height: 400px) {
  #leadModal .modal-dialog {
    margin: 30px auto;
  }
}
@media (min-height: 500px) {
  #leadModal .modal-dialog {
    margin: 50px auto;
  }
}
@media (min-height: 600px) {
  #leadModal .modal-dialog {
    margin: 100px auto;
  }
}
@media (min-height: 700px) {
  #leadModal .modal-dialog {
    margin: 160px auto;
  }
}
@media (min-height: 850px) {
  #leadModal .modal-dialog {
    margin: 200px auto;
  }
}
#leadModal .modal-dialog .modal-content {
  box-shadow: 1px 8px 22px -8px #181738;
}
#leadModal .modal-dialog .modal-content .modal-header {
  background-color: #f8fcfd;
  box-shadow: 0px 7px 10px -8px #c7e3ee;
}
#leadModal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 600;
}
@media (max-width: 575px) {
  #leadModal .modal-dialog .modal-content .modal-text {
    font-size: 14px;
  }
}
#leadModal .modal-dialog .modal-content .modal-input .label-inside {
  margin-top: 15px;
}
@media (max-width: 575px) {
  #leadModal .modal-dialog .modal-content .modal-input .label-inside input, #leadModal .modal-dialog .modal-content .modal-input .label-inside select {
    font-size: 14px;
  }
}
#leadModal .modal-dialog .modal-content .modal-link {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 430px) {
  #leadModal .modal-dialog .modal-content .modal-link {
    flex-direction: column;
  }
}
#leadModal .modal-dialog .modal-content .modal-link a.margin-right {
  margin-right: auto;
}
@media (max-width: 430px) {
  #leadModal .modal-dialog .modal-content .modal-link a.margin-right {
    margin-bottom: 10px;
  }
}
@media (max-width: 575px) {
  #leadModal .modal-dialog .modal-content .modal-link a {
    font-size: 14px;
  }
}
@media (max-width: 430px) {
  #leadModal .modal-dialog .modal-content .modal-link a {
    width: 100%;
  }
}

.app-title {
  font-weight: 400;
}

.heating {
  padding-top: 45px;
  position: relative;
  padding-bottom: 120px;
  -webkit-hyphens: auto;
<<<<<<< HEAD
      -ms-hyphens: auto;
=======
>>>>>>> main
          hyphens: auto;
}
@media (max-width: 575px) {
  .heating {
<<<<<<< HEAD
    padding-top: 160px;
=======
    padding-top: 45px;
>>>>>>> main
    padding-bottom: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.heating .title {
  font-size: 2.1rem !important;
  padding-bottom: 40px !important;
  padding-top: 0 !important;
  text-align: center;
  -webkit-hyphens: none;
<<<<<<< HEAD
      -ms-hyphens: none;
=======
>>>>>>> main
          hyphens: none;
}
@media (max-width: 575px) {
  .heating .title {
    font-size: 1.5rem !important;
    padding-bottom: 30px !important;
<<<<<<< HEAD
    padding-left: 15px;
=======
>>>>>>> main
  }
}
.heating .title.app-title {
  text-align: left;
  padding-bottom: 0 !important;
}
.heating .heating-title {
  font-size: 1.5rem;
  color: #000025;
  padding-bottom: 20px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .heating .heating-title {
    font-size: 18px;
  }
}
.heating .heating-subtitle {
  line-height: 1.3;
}
@media (max-width: 575px) {
  .heating .heating-subtitle {
    font-size: 0.95rem;
    line-height: 1.2;
  }
}
.heating .sanierung-parts {
  margin-top: 20px;
  border: 1px solid #edeff1;
  border-radius: 5px;
}
@media (max-width: 991px) {
  .heating .sanierung-parts {
    margin-top: 30px;
    border: none;
  }
}
@media (max-width: 575px) {
  .heating .sanierung-parts {
    margin-top: 20px;
  }
}
.heating .sanierung-parts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 991px) {
  .heating .sanierung-parts ul {
    display: inline;
  }
}
.heating .sanierung-parts ul li {
  border-bottom: 1px solid #edeff1;
  padding: 20px;
  padding-left: 58px;
  position: relative;
  border-left: 3px solid #70009c;
  cursor: pointer;
  transition: background-color 0.2s linear;
}
@media (max-width: 991px) {
  .heating .sanierung-parts ul li {
    width: 50%;
    display: inline-table;
    border: 2px solid #edeff1;
    border-top-width: 0px;
    border-left: 3px solid #876F8D;
    height: 99px;
  }
}
@media (max-width: 767px) {
  .heating .sanierung-parts ul li {
    height: 102px;
  }
}
@media (max-width: 575px) {
  .heating .sanierung-parts ul li {
    width: 100%;
    border-top-width: 2px;
    border-radius: 8px;
    height: 50px;
    margin-bottom: 10px;
    padding: 12px;
    padding-left: 48px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .heating .sanierung-parts ul li:nth-child(2n-1) {
    border-right: none;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .heating .sanierung-parts ul li:nth-child(2) {
    border-top-width: 2px;
    border-top-right-radius: 5px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .heating .sanierung-parts ul li:nth-child(2) {
    height: 116px;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .heating .sanierung-parts ul li:nth-child(1) {
    border-top-width: 2px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .heating .sanierung-parts ul li:nth-child(1) {
    height: 116px;
  }
}
@media (min-width: 992px) {
  .heating .sanierung-parts ul li:nth-last-child(1) {
    border-bottom: 0;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .heating .sanierung-parts ul li:nth-last-child(1) {
    border-bottom-right-radius: 5px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .heating .sanierung-parts ul li:nth-last-child(1) {
    height: 128px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .heating .sanierung-parts ul li:nth-last-child(2) {
    height: 128px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .heating .sanierung-parts ul li:nth-child(3), .heating .sanierung-parts ul li:nth-child(4) {
    height: 83px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .heating .sanierung-parts ul li:nth-child(3), .heating .sanierung-parts ul li:nth-child(4) {
    height: 100px;
  }
}
.heating .sanierung-parts ul li.daemung {
  border-left: 3px solid #388d5d;
}
.heating .sanierung-parts ul li .name_price {
  position: relative;
}
.heating .sanierung-parts ul li .name_price .name {
  color: #000025;
  font-size: 17px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .heating .sanierung-parts ul li .name_price .name {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .heating .sanierung-parts ul li .name_price .name {
    font-size: 15px;
  }
}
.heating .sanierung-parts ul li .name_price .price {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 15px;
  font-weight: 300;
  color: #3c4c6b;
}
@media (min-width: 1200px) {
  .heating .sanierung-parts ul li .name_price .price {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .heating .sanierung-parts ul li .name_price .price {
    position: relative;
    font-size: 14px;
    margin-top: 5px;
  }
}
@media (max-width: 575px) {
  .heating .sanierung-parts ul li .name_price .price {
    position: absolute;
    margin-top: 0;
  }
}
@media (max-width: 319px) {
  .heating .sanierung-parts ul li .name_price .price {
    position: relative;
    margin-top: 5px;
  }
}
.heating .sanierung-parts ul li .name_price .price span {
  font-weight: 500;
}
.heating .sanierung-parts ul li .description {
  padding-top: 10px;
  font-size: 14px;
  color: #3c4c6b;
  font-weight: 300;
  line-height: 1.1;
}
.heating .sanierung-parts ul li:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid #dce1e0;
  left: 14px;
  top: 25px;
  border-radius: 50%;
  background: url("/img/icons/sanierung-checkbox.png") no-repeat;
  background-size: 40px auto;
  background-position: -8000px -10px;
  transition: border 0.2s ease-out;
}
@media (max-width: 575px) {
  .heating .sanierung-parts ul li:before {
    width: 23px;
    height: 23px;
    top: 15px;
    left: 12px;
  }
}
.heating .sanierung-parts ul li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-height: 0;
  background: #c7e3ee;
  transition: max-height 0.5s ease-out;
}
@media (hover: hover) {
  .heating .sanierung-parts ul li:hover {
    background: #f8fcfd;
  }
}
@media (hover: hover) and (min-width: 576px) and (max-width: 991px) {
  .heating .sanierung-parts ul li:hover {
    border-bottom-width: 0px;
  }
}
@media (hover: hover) and (max-width: 575px) {
  .heating .sanierung-parts ul li:hover {
    border-bottom-color: #c7e3ee;
  }
}
@media (hover: hover) {
  .heating .sanierung-parts ul li:hover:before {
    border-color: #c7e3ee;
    transition: border 0.2s ease-out;
    background: #fff url("/img/icons/sanierung-checkbox.png") no-repeat;
    background-position: -8000px -10px;
  }
}
@media (hover: hover) {
  .heating .sanierung-parts ul li:hover:after {
    background-color: #c7e3ee;
    transition: max-height 0.2s ease-out;
    max-height: 3px;
    height: 3px;
  }
}
@media (hover: hover) and (max-width: 575px) {
  .heating .sanierung-parts ul li:hover:after {
    max-height: 1px;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}
@media (hover: hover) and (max-width: 430px) {
  .heating .sanierung-parts ul li:hover:after {
    width: 96%;
  }
}
@media (hover: hover) and (max-width: 350px) {
  .heating .sanierung-parts ul li:hover:after {
    width: 95%;
  }
}
@media (hover: hover) and (max-width: 270px) {
  .heating .sanierung-parts ul li:hover:after {
    width: 94%;
  }
}
.heating .sanierung-parts ul li.active {
  background: #f8fcfd;
}
@media (min-width: 576px) and (max-width: 991px) {
  .heating .sanierung-parts ul li.active {
    border-bottom-width: 0px;
  }
}
@media (max-width: 575px) {
  .heating .sanierung-parts ul li.active {
    border-bottom-color: #c7e3ee;
  }
}
.heating .sanierung-parts ul li.active:before {
  background-size: 38px auto;
  background-position: -6px -106px;
  border-color: #87ceea;
}
@media (max-width: 575px) {
  .heating .sanierung-parts ul li.active:before {
    background-size: 31px auto;
    background-position: -6px -87px;
  }
}
.heating .sanierung-parts ul li.active:after {
  background: #c7e3ee;
  max-height: 3px;
  height: 3px;
  /*@media (max-width: 350px) {
      width: 95%;
  }

  @media (max-width: 270px) {
      width: 94%;
  }*/
}
@media (max-width: 575px) {
  .heating .sanierung-parts ul li.active:after {
    max-height: 1px;
    width: 98.5%;
    margin-left: auto;
    margin-right: auto;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}
@media (max-width: 430px) {
  .heating .sanierung-parts ul li.active:after {
    width: 98%;
  }
}
.heating .sanierung-parts ul li.active:hover:before {
  background-size: 38px auto;
  background-position: -6px -106px;
  border-color: #87ceea;
  /* background-color:transparent; */
}
@media (max-width: 575px) {
  .heating .sanierung-parts ul li.active:hover:before {
    background-size: 31px auto;
    background-position: -6px -87px;
  }
}
.heating .sanierung-parts ul li.active:hover:after {
  background: #c7e3ee;
  max-height: 3px;
  height: 3px;
}
@media (max-width: 575px) {
  .heating .sanierung-parts ul li.active:hover:after {
    max-height: 1px;
  }
}
@media (max-width: 575px) {
  .heating .sanierung-parts ul li.disabled .description {
    padding-right: 30px;
  }
}
.heating .sanierung-parts ul li.disabled .name_price, .heating .sanierung-parts ul li.disabled .description {
  opacity: 0.5;
}
.heating .sanierung-parts ul li.disabled .warning {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 1000;
}
@media (min-width: 576px) and (max-width: 767px) {
  .heating .sanierung-parts ul li.disabled .warning {
    top: 10px;
  }
}
.heating .sanierung-parts ul li.disabled .warning .icon svg {
  opacity: 0.5;
}
.heating .sanierung-parts ul li.disabled .warning .icon svg:hover, .heating .sanierung-parts ul li.disabled .warning .icon svg:focus {
  opacity: 0.8;
}
.heating .sanierung-parts ul li.disabled .warning .text {
  display: none;
  width: 200px;
  text-align: center;
  left: calc(-50% - 77px);
  position: absolute;
  background: #fff;
  padding: 10px;
  top: -65px;
  border: 1px solid #87ceea;
  border-radius: 3px;
  font-size: 14px;
  /*@media (min-width: 576px) and (max-width: 767px) {
      left: -150px;
  }*/
}
@media (max-width: 991px) {
  .heating .sanierung-parts ul li.disabled .warning .text {
    left: -150px;
  }
}
.heating .sanierung-parts ul li.disabled .warning:hover .text {
  display: block;
}
.heating .sanierung-result-parent {
  margin-top: 85px;
}
@media (min-width: 992px) {
  .heating .sanierung-result-parent {
    margin-top: 0;
    border-left: 1px solid #edeff1;
  }
}
@media (min-width: 992px) {
  .heating .sanierung-result-parent .sanierung-result {
    padding-left: 40px;
  }
}
.heating .sanierung-result-parent .sanierung-result .tabs {
  border-bottom: 1px solid #eee;
  margin-top: 10px;
}
@media (min-width: 992px) {
  .heating .sanierung-result-parent .sanierung-result .tabs {
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .heating .sanierung-result-parent .sanierung-result .tabs {
    display: none;
  }
}
.heating .sanierung-result-parent .sanierung-result .tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.heating .sanierung-result-parent .sanierung-result .tabs ul .row {
  margin: 0;
}
.heating .sanierung-result-parent .sanierung-result .tabs ul li {
  display: inline-block;
  padding-bottom: 13px;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .heating .sanierung-result-parent .sanierung-result .tabs ul li {
    padding-top: 10px;
  }
  .heating .sanierung-result-parent .sanierung-result .tabs ul li:nth-last-child(1) {
    padding-top: 0;
  }
}
.heating .sanierung-result-parent .sanierung-result .tabs ul li a {
  display: block;
  text-align: center;
  color: #3c4c6b;
  font-size: 17px;
  font-weight: 400;
}
@media (min-width: 1200px) {
  .heating .sanierung-result-parent .sanierung-result .tabs ul li a {
    font-size: 18px;
  }
}
.heating .sanierung-result-parent .sanierung-result .tabs ul li a:hover {
  text-decoration: none;
  color: #000025;
}
.heating .sanierung-result-parent .sanierung-result .tabs ul li.active {
  border-bottom: 3px solid #c7e3ee;
  color: #000025;
}
.heating .sanierung-result-parent .sanierung-result .tabs ul li.active a {
  font-weight: 600;
}
@media (min-width: 576px) {
  .heating .sanierung-result-parent .sanierung-result .result-mobile {
    display: none;
  }
}
.heating .sanierung-result-parent .sanierung-result .result-mobile .results-description {
  font-weight: 300;
  font-size: 0.95rem;
  line-height: 1.3;
  padding-bottom: 10px;
}
.heating .sanierung-result-parent .sanierung-result .result-mobile .result-table {
  width: 100%;
  margin-top: 5px;
}
.heating .sanierung-result-parent .sanierung-result .result-mobile .result-table .name {
  padding: 35px 0 15px;
  font-weight: 500;
  color: #000025;
}
.heating .sanierung-result-parent .sanierung-result .result-mobile .result-table .row {
  padding: 5px 0px;
  margin: 0;
}
.heating .sanierung-result-parent .sanierung-result .result-mobile .result-table .row .main {
  font-weight: 300;
  font-size: 13.5px;
}
.heating .sanierung-result-parent .sanierung-result .result-mobile .result-table .row .graph {
  padding-left: 0;
  padding-right: 0;
  margin-top: 7px;
}
.heating .sanierung-result-parent .sanierung-result .result-mobile .result-table .row .total {
  text-align: right;
  padding-right: 0;
  font-size: 13.5px;
  white-space: nowrap;
  padding-right: 5px;
  font-weight: 500;
  margin-top: 35px;
  padding-left: 0;
  overflow: visible;
}
.heating .sanierung-result-parent .sanierung-result .result-mobile .result-table .row .total .kosten {
  opacity: 1 !important;
  height: 14px !important;
  z-index: 1 !important;
}
.heating .sanierung-result-parent .sanierung-result .result-mobile .result-table .row .total .kosten.kosten-pv {
  height: 27.5px !important;
  margin-top: 0;
}
.heating .sanierung-result-parent .sanierung-result .result-mobile .result-table .row .total .investition {
  opacity: 1 !important;
  height: 14px !important;
  z-index: 1 !important;
}
.heating .sanierung-result-parent .sanierung-result .result-mobile .result-table .row .total .co2 {
  opacity: 1 !important;
  height: 14px !important;
  z-index: 1 !important;
  margin-top: 23px;
}
.heating .sanierung-result-parent .sanierung-result .result-mobile .result-table .row .total .co2.kosten-pv {
  height: 28px !important;
}
@media (max-width: 440px) {
  .heating .sanierung-result-parent .sanierung-result .result-mobile .result-table .row .total {
    flex: 0 0 35%;
    max-width: 35%;
  }
}
@media (max-width: 350px) {
  .heating .sanierung-result-parent .sanierung-result .result-mobile .result-table .row .total {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
@media (max-width: 300px) {
  .heating .sanierung-result-parent .sanierung-result .result-mobile .result-table .row .total {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 250px) {
  .heating .sanierung-result-parent .sanierung-result .result-mobile .result-table .row .total {
    flex: 0 0 55%;
    max-width: 55%;
  }
}
.heating .sanierung-result-parent .sanierung-result .result {
  margin-top: 30px;
}
@media (max-width: 575px) {
  .heating .sanierung-result-parent .sanierung-result .result {
    margin-top: 0;
    display: none;
  }
}
.heating .sanierung-result-parent .sanierung-result .result .results-description {
  line-height: 1.3;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .heating .sanierung-result-parent .sanierung-result .result .results-description {
    font-size: 15.5px;
  }
}
.heating .sanierung-result-parent .sanierung-result .result .result-table {
  width: 100%;
}
@media (max-width: 767px) {
  .heating .sanierung-result-parent .sanierung-result .result .result-table {
    margin-top: 10px;
  }
}
.heating .sanierung-result-parent .sanierung-result .result .result-table .row {
  padding: 25px 0px;
  margin: 0;
  border-bottom: 1px solid #edeff1;
}
@media (min-width: 576px) and (max-width: 767px) {
  .heating .sanierung-result-parent .sanierung-result .result .result-table .row {
    padding: 20px 0px;
  }
}
@media (min-width: 576px) {
  .heating .sanierung-result-parent .sanierung-result .result .result-table .row {
    align-items: center;
  }
}
.heating .sanierung-result-parent .sanierung-result .result .result-table .row .icon {
  width: 60px;
  text-align: center;
}
@media (min-width: 576px) and (max-width: 767px) {
  .heating .sanierung-result-parent .sanierung-result .result .result-table .row .icon {
    padding-left: 0;
    padding-right: 0;
  }
}
.heating .sanierung-result-parent .sanierung-result .result .result-table .row .icon img {
  height: 35px;
}
@media (max-width: 765px) {
  .heating .sanierung-result-parent .sanierung-result .result .result-table .row .icon img {
    height: 30px;
  }
}
.heating .sanierung-result-parent .sanierung-result .result .result-table .row:nth-child(4) .icon img {
  height: 30px;
}
@media (max-width: 765px) {
  .heating .sanierung-result-parent .sanierung-result .result .result-table .row:nth-child(4) .icon img {
    height: 25px;
  }
}
.heating .sanierung-result-parent .sanierung-result .result .result-table .row .name .main {
  font-size: 17px;
}
@media (min-width: 1200px) {
  .heating .sanierung-result-parent .sanierung-result .result .result-table .row .name .main {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .heating .sanierung-result-parent .sanierung-result .result .result-table .row .name .main {
    font-size: 15.5px;
  }
}
.heating .sanierung-result-parent .sanierung-result .result .result-table .row .name .sub {
  font-size: 14px;
}
.heating .sanierung-result-parent .sanierung-result .result .result-table .row .graph {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 576px) and (max-width: 767px) {
  .heating .sanierung-result-parent .sanierung-result .result .result-table .row .graph {
    padding-left: 10px;
  }
}
.heating .sanierung-result-parent .sanierung-result .result .result-table .row .total {
  text-align: right;
  padding-right: 0;
  font-size: 16px;
  white-space: nowrap;
  padding-right: 5px;
  margin-top: -1px;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .heating .sanierung-result-parent .sanierung-result .result .result-table .row .total {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .heating .sanierung-result-parent .sanierung-result .result .result-table .row .total {
    flex: 0 0 23%;
    max-width: 23%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .heating .sanierung-result-parent .sanierung-result .result .result-table .row .total {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .heating .sanierung-result-parent .sanierung-result .result .result-table .row .total {
    flex: 0 0 23%;
    max-width: 23%;
    font-size: 14px;
  }
}
.heating .sanierung-result-parent .sanierung-result .result .result-table .row .total .kosten.kosten-pv {
  margin-top: -8px;
}
@media (max-width: 767px) {
  .heating .sanierung-result-parent .sanierung-result .result .result-table .row .total .kosten.kosten-pv {
    margin-top: -7px;
  }
}
.heating .sanierung-result-parent .sanierung-result .result .result-table .row .total .investition.has-pv {
  margin-top: 7px;
}

.input-box {
  margin-bottom: 20px;
}

.modal-info .building-data-input {
  margin-bottom: 20px;
}
.modal-info .building-data-input .form-control {
  height: 40px;
}

.heizung-legende-div {
  margin-top: 38px;
}
@media (max-width: 575px) {
  .heizung-legende-div {
    display: none;
  }
}

.legende {
  font-size: 14px;
  /* padding-left:40px; */
  /*.pre-legend-mobile {
      width: 100%;
      height: 0;
      display: none;
      position: fixed;
      left: 0;
      padding: 20px 30px 25px 30px;
      z-index: 1;
      transition: all 0.5s;
      background-color: rgba($lightblue,1);
      box-shadow: 0px 3px 8px 1px rgba($gray,1);

      @media (max-width: 285px) {
          height: 20%;
      }

      .legend-items {
          align-items: flex-start;

      }

      &.show {
          height: 25%;
          transition: height 0.75s;

          @media (min-height: 400px) {
              height: 22%;
              @media (max-width: 299px) {
                  height: 28%;
              }
          }

          @media (min-height: 450px) {
              height: 20%;
              @media (max-width: 299px) {
                  height: 25%;
              }
          }

          @media (min-height: 500px) {
              height: 18%;

              @media (max-width: 299px) {
                  height: 23%;
              }
          }

          @media (min-height: 550px) {
              height: 16.5%;
              @media (max-width: 299px) {
                  height: 21%;
              }
          }

          @media (min-height: 600px) {
              height: 15.5%;
              @media (max-width: 299px) {
                  height: 19%;
              }
          }

          @media (min-height: 650px) {
              height: 14.5%;

              @media (max-width: 299px) {
                  height: 18%;
              }
          }

          @media (min-height: 700px) {
              height: 13%;
              @media (max-width: 299px) {
                  height: 16%;
              }
          }

          @media (min-height: 750px) {
              height: 12%;
              @media (max-width: 299px) {
                  height: 14%;
              }
          }

          @media (min-height: 800px) {
              height: 11.5%;
              @media (max-width: 299px) {
                  height: 13.5%;
              }
          }

          @media (min-height: 900px) {
              height: 10%;
          }
      }

      &.hide {
          @media (max-width: 575px) {
              bottom: calc(-16% - 20px)!important;
          }
          @media (max-width: 285px) {
              bottom: calc(-21% - 20px)!important;
          }
      }

      .legende-box {
          opacity: 0;

          &:nth-child(1) {
              padding-top: 10px;
              opacity: 1;

              &:before {
                  top: 13px;
              }
          }

          &:nth-child(2) {
              opacity: 1;
          }
      }

      &.open {
          height: 71%;
          transition: height 0.75s;
          bottom: 0;

          @media (min-height: 320px) {
              height: 64%;
              @media (max-width: 472px) {
                  height: 68%;
              }
              @media (max-width: 398px) {
                  height: 72%;
              }
              @media (max-width: 335px) {
                  height: 80%;
              }
              @media (max-width: 318px) {
                  height: 85%;
              }
              @media (max-width: 284px) {
                  height: 81%;
              }
          }

          @media (min-height: 360px) {
              height: 56%;
              @media (max-width: 472px) {
                  height: 60%;
              }
              @media (max-width: 398px) {
                  height: 64%;
              }
              @media (max-width: 335px) {
                  height: 72%;
              }
              @media (max-width: 318px) {
                  height: 77%;
              }
              @media (max-width: 284px) {
                  height: 73%;
              }
          }

          @media (min-height: 400px) {
              height: 51%;
              @media (max-width: 472px) {
                  height: 56%;
              }
              @media (max-width: 398px) {
                  height: 60%;
              }
              @media (max-width: 335px) {
                  height: 68%;
              }
              @media (max-width: 318px) {
                  height: 73%;
              }
              @media (max-width: 284px) {
                  height: 69%;
              }
          }

          @media (min-height: 450px) {
              height: 46%;
              @media (max-width: 472px) {
                  height: 50%;
              }
              @media (max-width: 398px) {
                  height: 54%;
              }
              @media (max-width: 335px) {
                  height: 61%;
              }
              @media (max-width: 318px) {
                  height: 66%;
              }
              @media (max-width: 284px) {
                  height: 62%;
              }
          }

          @media (min-height: 500px) {
              height: 42%;
              @media (max-width: 472px) {
                  height: 46%;
              }
              @media (max-width: 398px) {
                  height: 50%;
              }
              @media (max-width: 335px) {
                  height: 56%;
              }
              @media (max-width: 318px) {
                  height: 60%;
              }
              @media (max-width: 284px) {
                  height: 56%;
              }
          }

          @media (min-height: 550px) {
              height: 39%;
              @media (max-width: 472px) {
                  height: 42%;
              }
              @media (max-width: 398px) {
                  height: 45%;
              }
              @media (max-width: 335px) {
                  height: 50%;
              }
              @media (max-width: 318px) {
                  height: 52%;
              }
              @media (max-width: 284px) {
                  height: 50%;
              }
          }

          @media (min-height: 600px) {
              height: 35%;
              @media (max-width: 472px) {
                  height: 38%;
              }
              @media (max-width: 398px) {
                  height: 41%;
              }
              @media (max-width: 335px) {
                  height: 46%;
              }
              @media (max-width: 318px) {
                  height: 48%;
              }
              @media (max-width: 284px) {
                  height: 46%;
              }
          }

          @media (min-height: 650px) {
              height: 33%;
              @media (max-width: 472px) {
                  height: 36%;
              }
              @media (max-width: 398px) {
                  height: 38%;
              }
              @media (max-width: 335px) {
                  height: 42%;
              }
              @media (max-width: 318px) {
                  height: 44%;
              }
              @media (max-width: 284px) {
                  height: 42%;
              }
          }

          @media (min-height: 700px) {
              height: 31%;
              @media (max-width: 472px) {
                  height: 33%;
              }
              @media (max-width: 398px) {
                  height: 35%;
              }
              @media (max-width: 335px) {
                  height: 39%;
              }
              @media (max-width: 318px) {
                  height: 41%;
              }
              @media (max-width: 284px) {
                  height: 39%;
              }
          }

          @media (min-height: 750px) {
              height: 29%;
              @media (max-width: 472px) {
                  height: 31%;
              }
              @media (max-width: 398px) {
                  height: 33%;
              }
              @media (max-width: 335px) {
                  height: 36%;
              }
              @media (max-width: 318px) {
                  height: 38%;
              }
              @media (max-width: 284px) {
                  height: 36%;
              }
          }

          @media (min-height: 800px) {
              height: 27%;
              @media (max-width: 472px) {
                  height: 29%;
              }
              @media (max-width: 398px) {
                  height: 31%;
              }
              @media (max-width: 335px) {
                  height: 34%;
              }
              @media (max-width: 318px) {
                  height: 36%;
              }
              @media (max-width: 284px) {
                  height: 34%;
              }
          }

          @media (min-height: 850px) {
              height: 25%;
              @media (max-width: 472px) {
                  height: 27%;
              }
              @media (max-width: 398px) {
                  height: 29%;
              }
              @media (max-width: 335px) {
                  height: 32%;
              }
              @media (max-width: 318px) {
                  height: 34%;
              }
              @media (max-width: 284px) {
                  height: 32%;
              }
          }

          .pdf-icon {
              padding-top: 11%;
              transition: all 0.75s;

              @media (max-width: 472px) {
                  padding-top: 15%;
              }
              @media (max-width: 398px) {
                  padding-top: 24%;
              }
              @media (max-width: 335px) {
                  padding-top: 33%;
              }
              @media (max-width: 284px) {
                  display: none;
              }
          }

          .legende-box {
              opacity: 1;
              transition: all 0.75s;

              &:nth-child(3), &:nth-child(6) {
                  border-bottom: 1px solid rgba($blue,1);
                  padding-bottom: 6px;
              }
          }

          .half-circle {
              background-image: url('/img/icons/arrow-down.svg');
              transition: all 0.75s;
          }
      }

      &:not(.open) {
          @media (max-width: 575px) {
              bottom: 0;
              transition: all 0.75s;
          }

          .pdf-icon {
              transition: all 0.75s;
          }

          .legende-box {
              opacity: 0;
              transition: all 0.75s;

              &:nth-child(1), &:nth-child(2) {
                  opacity: 1;
              }
          }

          .half-circle {
              background-image: url('/img/icons/arrow-up.svg');
              transition: all 0.75s;
          }
      }

      .half-circle {
          cursor: pointer;
          width: 40px;
          height: 20px;
          background-color: rgba($lightblue,1);
          border-top-left-radius: 20px;
          border-top-right-radius: 20px;
          box-shadow: -1px -1px 4px -3px (rgba($gray,1));
          position: absolute;
          top:-20px;
          left: 0;
          right: 0;
          margin-left: auto;
          margin-right: auto;
          background-image:url('/img/icons/arrow-up.svg');
          background-repeat: no-repeat;
          background-size: 10px auto;
          background-position-x: center;
          background-position-y: bottom;

      }

      .pdf-icon {
          margin-left: auto;
          padding-left: 20px;
          @media (max-width: 398px) {
              padding-top: 6px;
          }
          @media (max-width: 285px) {
              padding-top: 15px
          }
          a {
              padding:0;

              img {
                  width: 50px;
                  transition: width 1s;

                  @media (max-width: 300px) {
                      width: 40px;
                  }
              }
          }
      }
  }*/
}
@media (max-width: 575px) {
  .legende.legende-substanz {
    padding-top: 30px;
<<<<<<< HEAD
    padding-left: 15px;
    padding-right: 15px;
=======
    /*padding-left: 15px;
    padding-right: 15px;*/
>>>>>>> main
  }
}
.legende.legende-sanierungen {
  padding-top: 15px;
}
@media (min-width: 992px) {
  .legende.legende-heizung {
    padding-left: 40px;
  }
}
@media (max-width: 575px) {
  .legende.legende-heizung .legende-kosten, .legende.legende-heizung .legende-co2, .legende.legende-heizung .legende-investition {
    display: none;
  }
}
.legende .legende-mobile {
  /*:nth-child(3), :nth-child(6) {
      padding-bottom: 6px;
      border-bottom: 1px solid rgba($blue,1);
  }*/
  margin-top: 35px;
  padding-bottom: 40px;
  border-bottom: 1px solid #edeff1;
}
@media (min-width: 576px) {
  .legende .legende-mobile {
    display: none;
  }
}
.legende .legende-box {
  position: relative;
  padding-left: 15px;
  margin-bottom: 5px;
}
.legende .legende-box:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333;
  left: 0;
  top: 3px;
}
.legende .legende-box.orange:before {
  background: #ffa453;
}
.legende .legende-box.green-1:before {
  background: #87ea9c;
}
.legende .legende-box.orange-1:before {
  background: #ffc897;
}
.legende .legende-box.orange-2:before {
  background: #fdebdb;
}
.legende .legende-box.red:before {
  background: #ff6353;
}
.legende .legende-box.blue:before {
  background: #0699c9;
}
.legende .legende-box.green-1:before {
  background: #388d5d;
}
.legende .legende-box.green:before {
  background: #a7e5d7;
}
.legende .legende-box.violet:before {
  background: #c4cbfd;
}
.legende .legende-box.daemung:before {
  background: #388d5d;
}
.legende .legende-box.haustechnik:before {
  background: #70009c;
}
.legende .legende-box.violet-co2:before {
  background: #70009c;
}
.legende .legende-box-geak {
  position: relative;
  padding-left: 39px;
  margin-bottom: 5px;
}
.legende .legende-box-geak:before {
  content: "";
  position: absolute;
  width: 32px;
  height: 10px;
  border-radius: 9%;
  background: #333;
  left: 0;
  top: 3px;
}
.legende .legende-box-geak.geak:before {
  background: rgb(3, 194, 2);
  background: linear-gradient(90deg, rgb(3, 194, 2) 0%, rgb(58, 244, 11) 16%, rgb(151, 252, 2) 33%, rgb(237, 249, 1) 49%, rgb(255, 204, 27) 65%, rgb(246, 103, 0) 84%, rgb(234, 0, 0) 100%);
}

.graph .kosten-title, .graph .co2-title, .graph .investition-title, .heizung_table_single .kosten-title, .heizung_table_single .co2-title, .heizung_table_single .investition-title, .co2-selected .kosten-title, .co2-selected .co2-title, .co2-selected .investition-title {
  font-size: 13.5px;
  margin-top: 11px;
  margin-bottom: 7px;
  width: 100%;
}
@media (min-width: 576px) {
  .graph .kosten-title, .graph .co2-title, .graph .investition-title, .heizung_table_single .kosten-title, .heizung_table_single .co2-title, .heizung_table_single .investition-title, .co2-selected .kosten-title, .co2-selected .co2-title, .co2-selected .investition-title {
    display: none !important;
  }
}
.graph .co2-title, .heizung_table_single .co2-title, .co2-selected .co2-title {
  margin-bottom: 4px !important;
}

.pv-graph, .co2-pv-graph {
  background: rgb(6, 153, 201);
  height: 9px;
  border-radius: 30px;
  width: 0%;
  display: none;
  margin-top: 5px;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .pv-graph, .co2-pv-graph {
    opacity: 1 !important;
    height: 9px !important;
    z-index: 1 !important;
  }
}

.co2-pv-graph {
  margin-top: -6px;
}
@media (max-width: 575px) {
  .co2-pv-graph {
    margin-top: -9px;
  }
}

.pv-total {
  font-size: 14px;
  margin-top: 3px;
  padding-right: 2px;
}
@media (max-width: 767px) {
  .pv-total {
    font-size: 13px;
    padding-right: 1.5px;
  }
}
@media (max-width: 575px) {
  .pv-total {
    font-size: 12.5px;
  }
}

.co2 .pv-total {
  margin-top: 28px;
}

.kosten-graph {
  height: 9px;
  background: transparent;
  border-radius: 30px;
  position: relative;
}
@media (max-width: 575px) {
  .kosten-graph {
    opacity: 1 !important;
    height: 9px !important;
    z-index: 1 !important;
  }
}
.kosten-graph .kosten-1 {
  background: #ffa453;
  position: absolute;
  height: 9px;
  top: 0;
  left: 0;
  width: 10%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}
.kosten-graph .kosten-2 {
  background: #ffc897;
  position: absolute;
  height: 9px;
  top: 0;
  left: 10%;
  width: 10%;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}
.kosten-graph .kosten-3 {
  background: #fdebdb;
  position: absolute;
  height: 9px;
  top: 0;
  left: 20%;
  width: 10%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

.co2-graph {
  height: 9px;
  background: #70009c;
  border-radius: 30px;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}
@media (max-width: 575px) {
  .co2-graph {
    opacity: 1 !important;
    height: 9px !important;
    z-index: 1 !important;
  }
}

.investition-graph {
  height: 9px;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
  position: relative;
}
@media (max-width: 575px) {
  .investition-graph {
    opacity: 1 !important;
    height: 9px !important;
    z-index: 1 !important;
  }
}
.investition-graph .investition-1 {
  background: #388d5d;
  position: absolute;
  height: 9px;
  top: 0;
  left: 0;
  width: 0%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}
.investition-graph .investition-1.rounded-right1 {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.investition-graph .investition-2 {
  background: #a7e5d7;
  position: absolute;
  height: 9px;
  top: 0;
  left: 10%;
  width: 0%;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}
.investition-graph .investition-2.rounded-right1 {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.investition-graph .investition-3 {
  background: #c4cbfd;
  position: absolute;
  height: 9px;
  top: 0;
  left: 20%;
  width: 0%;
  transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}
.investition-graph .investition-3.rounded-right1 {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.tooltip-main {
  background: #f3f3f3;
  color: #737373;
  float: right;
  text-align: left !important;
}

.tooltip-qm {
  float: left;
  margin: -2px 0px 3px 4px;
  font-size: 12px;
}

.tooltip-inner {
  font-size: 12px;
  padding: 10px 15px 10px 15px;
  background: #F9F9F9;
  color: rgba(0, 0, 0, 0.7);
  border: 1px solid #eee;
  text-align: center;
  padding: 10px;
}

.tooltip.show {
  opacity: 1;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  border-top-color: #fff !important;
}

.tooltip .arrow::before {
  border: 0;
}

.tooltip_value {
  /*padding-top:5px;*/
  font-weight: 700;
  font-size: 14px;
}
.tooltip_value span {
  font-size: 12px;
  font-weight: 500;
}

<<<<<<< HEAD
=======
@media (max-width: 530px) {
  .custom-tooltip2 {
    left: calc(50% - 100px) !important;
    top: 70px !important;
  }
}

>>>>>>> main
.gebaeudesubstanz {
  padding-top: 45px;
  position: relative;
  padding-bottom: 120px;
<<<<<<< HEAD
}
@media (max-width: 575px) {
  .gebaeudesubstanz {
    padding-top: 160px;
=======
  /*.intro-text {
      @media (max-width: 575px) {
          padding-left: 15px;
          padding-right: 15px;
      }
  }*/
}
@media (max-width: 575px) {
  .gebaeudesubstanz {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 45px;
>>>>>>> main
    padding-bottom: 80px;
  }
}
.gebaeudesubstanz .title {
  font-size: 2.1rem !important;
  font-weight: 400;
  padding-bottom: 40px !important;
  padding-top: 0 !important;
  text-align: center;
  -webkit-hyphens: none;
<<<<<<< HEAD
      -ms-hyphens: none;
=======
>>>>>>> main
          hyphens: none;
}
@media (max-width: 575px) {
  .gebaeudesubstanz .title {
    font-size: 1.5rem !important;
    padding-bottom: 30px !important;
<<<<<<< HEAD
    padding-left: 15px;
=======
>>>>>>> main
  }
}
.gebaeudesubstanz .title.app-title {
  text-align: left;
  padding-bottom: 0 !important;
}
<<<<<<< HEAD
@media (max-width: 575px) {
  .gebaeudesubstanz .intro-text {
    padding-left: 15px;
    padding-right: 15px;
  }
}
=======
>>>>>>> main
.gebaeudesubstanz .investition-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: -24px;
  white-space: nowrap;
<<<<<<< HEAD
  padding-left: 5px;
=======
>>>>>>> main
}
@media (min-width: 576px) and (max-width: 767px) {
  .gebaeudesubstanz .investition-title {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .gebaeudesubstanz .investition-title {
    font-size: 16px;
<<<<<<< HEAD
    padding-left: 15px;
    padding-right: 15px;
=======
    /*padding-left: 15px;
    padding-right: 15px;*/
>>>>>>> main
  }
}
.gebaeudesubstanz .investition-cell {
  margin-bottom: 46px;
  padding-top: 58px;
}
@media (max-width: 767px) {
  .gebaeudesubstanz .investition-cell {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 575px) {
  .gebaeudesubstanz .investition-cell {
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
<<<<<<< HEAD
=======
.gebaeudesubstanz .main-title {
  padding-left: 5px;
}
>>>>>>> main
@media (max-width: 1199px) {
  .gebaeudesubstanz .main-title {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .gebaeudesubstanz .main-title {
<<<<<<< HEAD
=======
    padding-left: 15px;
>>>>>>> main
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.gebaeudesubstanz .investition-total {
  margin-left: auto;
}
@media (min-width: 576px) and (max-width: 767px) {
  .gebaeudesubstanz .investition-total {
    margin-left: -55px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .gebaeudesubstanz .investition-total {
    margin-left: -5px;
  }
}
@media (max-width: 575px) {
  .gebaeudesubstanz .investition-total {
    position: absolute;
    right: 0;
    padding-right: 15px;
  }
}
@media (max-width: 310px) {
  .gebaeudesubstanz .investition-total .item-total {
    margin-top: 0;
  }
}
.gebaeudesubstanz .item-total {
  font-weight: 400;
  text-align: right;
  font-size: 18px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .gebaeudesubstanz .item-total {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .gebaeudesubstanz .item-total {
    font-size: 15px;
  }
}
@media (max-width: 310px) {
  .gebaeudesubstanz .item-total {
    text-align: center;
    margin-top: 15px;
  }
}
.gebaeudesubstanz .total-separator {
  height: 1px;
  /*background:$lightGray;*/
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .gebaeudesubstanz .total-separator {
    display: none;
  }
}
@media (max-width: 575px) {
  .gebaeudesubstanz .pdf-button {
    margin-top: 80px;
<<<<<<< HEAD
    padding-left: 15px;
    padding-right: 15px;
=======
>>>>>>> main
  }
}
@media (min-width: 576px) {
  .gebaeudesubstanz .bauteile .box-parent {
    padding-right: 20px;
  }
}
@media (max-width: 575px) {
  .gebaeudesubstanz .bauteile .box-parent {
    border-bottom: 1px solid #edeff1;
  }
}
@media (max-width: 575px) {
  .gebaeudesubstanz .bauteile .box-parent:first-of-type .box {
    margin-top: 0;
  }
}
.gebaeudesubstanz .bauteile .box-parent .col-12 {
  /*
  @media (max-width: 575px) {
      padding-left: 30px;
      padding-right: 30px;
  }
  */
}
.gebaeudesubstanz .bauteile .box-parent .box {
<<<<<<< HEAD
  margin-bottom: 73px;
}
@media (min-width: 1200px) {
=======
  margin-bottom: 35px;
}
@media (min-width: 768px) {
>>>>>>> main
  .gebaeudesubstanz .bauteile .box-parent .box {
    margin-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .gebaeudesubstanz .bauteile .box-parent .box {
    margin-bottom: 0px;
    margin-top: 18px;
  }
}
@media (max-width: 310px) {
  .gebaeudesubstanz .bauteile .box-parent .box .left .top .col-2 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.gebaeudesubstanz .bauteile .box-parent .box .left .top .label {
  font-size: 20px;
  font-weight: 500;
  padding-top: 2px;
  white-space: nowrap;
}
@media (min-width: 576px) and (max-width: 767px) {
  .gebaeudesubstanz .bauteile .box-parent .box .left .top .label {
    font-size: 18px;
    font-weight: 600;
    padding-top: 11px;
  }
}
@media (max-width: 575px) {
  .gebaeudesubstanz .bauteile .box-parent .box .left .top .label {
    padding-top: 10px;
    font-size: 1rem;
    padding-top: 6px;
  }
}
@media (max-width: 575px) {
  .gebaeudesubstanz .bauteile .box-parent .box .left .top .letzte-sanierung {
    float: right;
    padding-right: 5px;
  }
}
@media (max-width: 310px) {
  .gebaeudesubstanz .bauteile .box-parent .box .left .top .letzte-sanierung {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .gebaeudesubstanz .bauteile .box-parent .box .left .top .letzte-sanierung label {
    top: 8px;
    left: 3px;
  }
}
@media (max-width: 310px) {
  .gebaeudesubstanz .bauteile .box-parent .box .left .top .letzte-sanierung label {
    left: 0;
  }
}
.gebaeudesubstanz .bauteile .box-parent .box .left .top .letzte-sanierung .form-control-blue {
  width: 180px;
  padding-left: 120px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .gebaeudesubstanz .bauteile .box-parent .box .left .top .letzte-sanierung .form-control-blue {
    font-size: 0.9rem;
  }
}
@media (max-width: 575px) {
  .gebaeudesubstanz .bauteile .box-parent .box .left .top .letzte-sanierung .form-control-blue {
    width: 152px;
    padding-left: 105px;
    text-align: center;
    background-color: transparent;
    border: none;
    border-radius: 0;
    min-height: 25px;
    border-bottom: 1px solid #888899;
    font-size: 14px;
  }
  .gebaeudesubstanz .bauteile .box-parent .box .left .top .letzte-sanierung .form-control-blue:focus {
    color: #333333;
    border-color: #333333;
    box-shadow: none;
  }
}
@media (max-width: 575px) {
  .gebaeudesubstanz .bauteile .box-parent .box .left {
    border: 0px;
  }
}
.gebaeudesubstanz .bauteile .graph {
  height: 12px;
  border-radius: 5px;
  margin-top: 30px;
  /* border:1px solid #ccc; */
  /*padding:0;*/
}
.gebaeudesubstanz .bauteile .graph .graph_section {
  display: inline-block;
  height: 100%;
  background: #eee;
  padding: 0;
  position: relative;
  width: 12.5%;
  transition: background-color 0.3s linear;
}
.gebaeudesubstanz .bauteile .graph .graph_section.gray {
  background-color: gray;
  transition: background-color 0.3s linear;
}
.gebaeudesubstanz .bauteile .graph .graph_section.green {
  background-color: #87ea9c;
  transition: background-color 0.3s linear;
}
.gebaeudesubstanz .bauteile .graph .graph_section.orange {
  background-color: #ffa453;
  transition: background-color 0.3s linear;
}
.gebaeudesubstanz .bauteile .graph .graph_section.red {
  background-color: #ff6353;
  transition: background-color 0.3s linear;
}
.gebaeudesubstanz .bauteile .graph .graph_section:first-child {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
<<<<<<< HEAD
.gebaeudesubstanz .bauteile .graph .graph_section:first-child .overlapping_items .graph_overlapp_item:first-child {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
=======
>>>>>>> main
.gebaeudesubstanz .bauteile .graph .graph_section:last-child {
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}
.gebaeudesubstanz .bauteile .graph .graph_section:last-child .overlapping_items .graph_overlapp_item:first-child {
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}
@media (max-width: 374px) {
  .gebaeudesubstanz .bauteile .graph .graph_section:nth-child(2n) .year {
    display: none;
  }
}
.gebaeudesubstanz .bauteile .graph .graph_section .year {
  color: #b1b7c4;
  width: 100%;
  position: absolute;
  bottom: -14px;
  left: -12px;
  font-size: 10px;
}
.gebaeudesubstanz .bauteile .graph .graph_section .current-year {
  position: absolute;
  top: -25px;
  font-size: 10px;
  color: #969696;
  padding: 5px;
  padding-bottom: 6px;
  border-radius: 4px;
  line-height: 1;
  /* text-align: center;
  width: 100%; */
}
.gebaeudesubstanz .bauteile .graph .graph_section .current-year .current-year-arrow {
  position: absolute;
  background-color: #E6E6E6;
  width: 3px;
  height: 18px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  /*border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #fff;*/
  top: 19px;
  z-index: 20;
  /* left: 13px; */
}
.gebaeudesubstanz .bauteile .graph .graph_section .overlapping_items {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  height: 12px;
}
.gebaeudesubstanz .bauteile .graph .graph_section .overlapping_items .graph_overlapp_item {
  width: 20%;
  height: 12px;
  position: absolute;
  top: 0;
}
.gebaeudesubstanz .bauteile .graph .graph_section .overlapping_items .graph_overlapp_item.gray {
  background-color: gray;
  transition: background-color 0.3s linear;
}
<<<<<<< HEAD
=======
.gebaeudesubstanz .bauteile .graph .graph_section .overlapping_items .graph_overlapp_item.gray:first-child {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
>>>>>>> main
.gebaeudesubstanz .bauteile .graph .graph_section .overlapping_items .graph_overlapp_item.orange {
  background-color: #ffa453;
  transition: background-color 0.3s linear;
}
.gebaeudesubstanz .bauteile .graph .graph_section .overlapping_items .graph_overlapp_item.red {
  background-color: #ff6353;
  transition: background-color 0.3s linear;
}
@media (max-width: 575px) {
  .gebaeudesubstanz .investitionen {
    margin-top: 45px;
<<<<<<< HEAD
    margin-left: 37px;
    padding-right: 90px;
  }
  .gebaeudesubstanz .investitionen .col-12 {
    padding-left: 0;
    padding-right: 0;
=======
>>>>>>> main
  }
  .gebaeudesubstanz .investitionen .row {
    border: 0px !important;
  }
}
.gebaeudesubstanz .investitionen .result-first {
  padding-top: 59px !important;
}
@media (max-width: 1199px) {
  .gebaeudesubstanz .investitionen .result-first {
    padding-top: 55px !important;
<<<<<<< HEAD
    margin-bottom: 20px !important;
=======
    margin-bottom: 18px !important;
>>>>>>> main
  }
}
@media (max-width: 767px) {
  .gebaeudesubstanz .investitionen .result-first {
<<<<<<< HEAD
    padding-top: 61px !important;
    margin-bottom: 47px !important;
=======
    padding-top: 81px !important;
    margin-bottom: 25px !important;
>>>>>>> main
  }
}
@media (max-width: 575px) {
  .gebaeudesubstanz .investitionen .result-first {
    padding-top: 0px !important;
    margin-bottom: 25px !important;
  }
}
.gebaeudesubstanz .investitionen .result {
<<<<<<< HEAD
  margin-bottom: 45px;
=======
  margin-bottom: 43px;
>>>>>>> main
  padding-top: 94px;
  padding-left: 20px;
}
@media (max-width: 1199px) {
  .gebaeudesubstanz .investitionen .result {
<<<<<<< HEAD
    padding-top: 128px;
    margin-bottom: 20px;
=======
    padding-top: 90px;
    margin-bottom: 18px;
>>>>>>> main
  }
}
@media (max-width: 767px) {
  .gebaeudesubstanz .investitionen .result {
<<<<<<< HEAD
    padding-top: 134px;
    margin-bottom: 47px;
=======
    padding-top: 116px;
    margin-bottom: 25px;
>>>>>>> main
  }
}
@media (max-width: 575px) {
  .gebaeudesubstanz .investitionen .result {
<<<<<<< HEAD
    padding-left: 0px;
    padding-right: 0px;
=======
    padding-left: 15px;
>>>>>>> main
    margin-bottom: 25px;
    padding-top: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #edeff1;
  }
}
@media (max-width: 460px) {
  .gebaeudesubstanz .investitionen .result .col-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 310px) {
  .gebaeudesubstanz .investitionen .result .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
}
.gebaeudesubstanz .investitionen .result .mobile-label {
  font-size: 0.95rem;
  font-weight: 500;
}
@media (min-width: 576px) {
  .gebaeudesubstanz .investitionen .result .mobile-label {
    display: none;
  }
}
@media (max-width: 460px) {
  .gebaeudesubstanz .investitionen .result .mobile-label {
    padding-left: 20px;
  }
  .gebaeudesubstanz .investitionen .result .mobile-label.col-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 310px) {
  .gebaeudesubstanz .investitionen .result .mobile-label {
    padding-left: 15px;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .gebaeudesubstanz .investitionen .result .alert-parent {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .gebaeudesubstanz .investitionen .result .alert-parent {
    margin-top: -2px;
  }
}
.gebaeudesubstanz .investitionen .result .alert {
  white-space: nowrap;
  font-size: 16px;
  padding: 2px 8px 4px;
  border-radius: 43px;
  transition: background-color 1s linear;
}
@media (min-width: 576px) and (max-width: 1199px) {
  .gebaeudesubstanz .investitionen .result .alert {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .gebaeudesubstanz .investitionen .result .alert {
    font-size: 14px;
  }
}
.gebaeudesubstanz .investitionen .result .alert.green {
  border-color: #87ea9c;
  color: #5ebb72;
  background: #e7fbeb;
  transition: background-color 1s linear;
}
.gebaeudesubstanz .investitionen .result .alert.orange {
  border-color: #ffa453;
  color: #e48c3d;
  background: #ffeddd;
  transition: background-color 1s linear;
}
.gebaeudesubstanz .investitionen .result .alert.red {
  border-color: #ff6353;
  color: #e34e3e;
  background: #ffe0dd;
  transition: background-color 1s linear;
}
@media (min-width: 576px) and (max-width: 1199px) {
  .gebaeudesubstanz .investitionen .result .item-total {
    margin-top: 5px;
    text-align: center;
  }
}

.top-icons {
  text-align: center;
  font-size: 0;
  overflow: hidden;
  /* opacity:0; */
  /* max-height:0; */
  border-bottom: 1px solid rgba(135, 206, 234, 0.4);
  transition: max-height 0.3s ease-in-out;
}
<<<<<<< HEAD
@media (max-width: 624px) {
  .top-icons {
    /* position: absolute; */
=======
@media (max-width: 749px) {
  .top-icons {
    display: none;
>>>>>>> main
  }
}
.top-icons.open {
  opacity: 1;
  box-shadow: inset 0px -4px 13px -7px rgba(200, 232, 246, 0.64);
}
@media (min-width: 625px) {
  .top-icons.open {
<<<<<<< HEAD
    max-height: 127px;
=======
    max-height: 140px;
>>>>>>> main
    transition: max-height 0.3s ease-in-out;
  }
}
@media (max-width: 624px) {
  .top-icons.open {
    position: absolute;
    z-index: 100;
    background-color: white;
    width: 100%;
    max-height: 320px;
    transition: max-height 0.3s ease-in-out;
  }
}
@media (max-width: 624px) {
  .top-icons .top-icons-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 250px;
  }
}
.top-icons .top-icons-inner .close-apps-parent {
  float: right;
  margin-right: 8px;
}
@media (max-width: 319px) {
  .top-icons .top-icons-inner .close-apps-parent {
    margin-right: 20px;
  }
}
@media (max-width: 624px) {
  .top-icons .top-icons-inner .close-apps {
    width: 30px;
    height: 30px;
    position: absolute;
    margin-top: 17px;
    cursor: pointer;
  }
}
@media (min-width: 625px) {
  .top-icons .top-icons-inner .close-apps {
    display: none;
  }
}
.top-icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
.top-icons ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}
.top-icons ul li a {
  color: #181738;
  display: block;
  width: 125px;
  padding: 6px 8px;
  /* border-right:1px solid #eee; */
  border-bottom: 3px solid transparent;
  font-size: 10px;
  transition: border 0.1s ease;
  cursor: pointer;
}
.top-icons ul li a:first-child {
  /* border-left:1px solid #eee; */
}
.top-icons ul li a:hover {
  text-decoration: none;
  border-bottom: 3px solid rgba(135, 206, 234, 0.4);
  transition: border 0.1s ease;
}
.top-icons ul li.active a {
  border-bottom: 3px solid rgba(135, 206, 234, 0.4);
  background: rgba(135, 206, 234, 0.1);
}
.top-icons ul li .icon img {
  height: 36px;
}
.top-icons ul li .title {
  font-size: 12px;
  padding-top: 6px;
  font-weight: 500;
}

<<<<<<< HEAD
.intro-text {
  padding-top: 52px;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
=======
.side-icon {
  margin-right: 10px;
}
@media (min-width: 750px) {
  .side-icon {
    display: none;
  }
}

.side-icons {
  text-align: center;
  margin-top: 220px;
  position: absolute;
  overflow: hidden;
  z-index: 100;
  background-color: white;
  border: 2px solid rgba(199, 227, 238, 0);
  right: 0px;
  top: 0;
  width: 0px;
  max-width: 125px;
  transition: width 0.3s ease-in-out;
}
@media (min-width: 750px) {
  .side-icons {
    display: none;
  }
}
.side-icons.open {
  opacity: 1;
  box-shadow: inset 0px -4px 13px -7px rgba(200, 232, 246, 0.64);
  /*@media (min-width: 625px) {
      max-width:140px;
      transition: max-width 0.3s ease-in-out;
  }

  @media (max-width: 624px) {
      position: absolute;*/
  border-left: 2px solid #c7e3ee;
  border-top: 2px solid #c7e3ee;
  border-bottom: 2px solid #c7e3ee;
  width: 125px;
  transition: width 0.3s ease-in-out;
}
.side-icons .side-icons-inner {
  /*@media (max-width: 624px) {
      margin-left: auto;
      margin-right: auto;
      max-width: 250px;
  }*/
}
.side-icons .side-icons-inner .close-apps-parent {
  float: right;
  margin-right: 8px;
}
.side-icons .side-icons-inner .close-apps {
  width: 30px;
  height: 30px;
  position: absolute;
  margin-top: 17px;
  cursor: pointer;
}
.side-icons ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
.side-icons ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
}
.side-icons ul li a {
  color: #181738;
  display: block;
  width: 125px;
  padding: 6px 8px;
  /* border-right:1px solid #eee; */
  border-bottom: 3px solid transparent;
  font-size: 10px;
  transition: border 0.1s ease;
  cursor: pointer;
}
.side-icons ul li a:first-child {
  /* border-left:1px solid #eee; */
}
.side-icons ul li a:hover {
  text-decoration: none;
  border-bottom: 3px solid rgba(135, 206, 234, 0.4);
  transition: border 0.1s ease;
}
.side-icons ul li.active a {
  border-bottom: 3px solid rgba(135, 206, 234, 0.4);
  background: rgba(135, 206, 234, 0.1);
}
.side-icons ul li .icon img {
  height: 36px;
}
.side-icons ul li .title {
  font-size: 12px;
  padding-top: 6px;
  font-weight: 500;
}

.intro-text {
  padding-top: 52px;
  -webkit-hyphens: auto;
>>>>>>> main
          hyphens: auto;
  line-height: 1.3;
}
@media (max-width: 575px) {
  .intro-text {
    font-size: 0.95rem;
    padding-top: 50px;
    line-height: 1.2;
  }
}
.intro-text .more, .intro-text .less {
  cursor: pointer;
  color: #181738;
  text-decoration: underline;
<<<<<<< HEAD
  width: -webkit-fit-content;
=======
>>>>>>> main
  width: -moz-fit-content;
  width: fit-content;
}
.intro-text .less {
  display: none;
}
.intro-text .description {
  max-height: 0;
  overflow: hidden;
  padding-top: 20px;
  transition: max-height 1s;
}
.intro-text .description ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.intro-text .description ul li {
  display: block;
  margin-bottom: 20px;
  position: relative;
  padding-left: 15px;
}
.intro-text .description ul li:before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
  color: #87ceea;
}
.intro-text .description ul li ul {
  margin-left: 20px;
  margin-top: 15px;
}
.intro-text .description ul li ul li {
  margin-top: 10px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}
.intro-text .description ul li ul li:before {
  content: "›";
  position: absolute;
  left: 0;
  top: 0;
  color: #87ceea;
}
.intro-text.show .description {
  max-height: 500px;
}
.intro-text.show .more {
  display: none;
}
.intro-text.show .less {
  display: block;
}

.mass {
  font-weight: 300;
}

/*
Projektverwaltung

*/
@media (max-width: 575px) {
  .projectverwaltung-page .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.projektverwaltung {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media (max-width: 575px) {
  .projektverwaltung {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.projektverwaltung .projektverwaltung-title {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .projektverwaltung .projektverwaltung-title {
    display: block;
  }
}
.projektverwaltung .projektverwaltung-title .page-title {
  font-size: 2.1rem !important;
  padding-bottom: 40px !important;
  padding-top: 0 !important;
  text-align: left;
  font-weight: 400;
}
@media (max-width: 575px) {
  .projektverwaltung .projektverwaltung-title .page-title {
    font-size: 1.5rem !important;
    padding-bottom: 30px !important;
  }
}
.projektverwaltung .projektverwaltung-title .next-button {
  float: right;
  min-width: 206px;
}
@media (max-width: 767px) {
  .projektverwaltung .projektverwaltung-title .next-button {
    float: left;
    margin-top: 20px;
  }
}
@media (max-width: 575px) {
  .projektverwaltung .projektverwaltung-title .next-button {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .projektverwaltung .projektverwaltung-title .next-button a {
    font-size: 0.95rem;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .projektverwaltung .top-menu-row {
    margin-top: 50px;
    display: block;
  }
}
.projektverwaltung .top-menu-row .top-menu {
  padding-top: 50px;
}
.projektverwaltung .top-menu-row .top-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #edeff1;
}
@media (max-width: 575px) {
  .projektverwaltung .top-menu-row .top-menu ul {
    border: 1px solid #edeff1;
    border-radius: 3px;
  }
}
.projektverwaltung .top-menu-row .top-menu ul .menu-holder {
  display: flex;
}
@media (max-width: 575px) {
  .projektverwaltung .top-menu-row .top-menu ul .menu-holder {
    flex-direction: column;
  }
}
.projektverwaltung .top-menu-row .top-menu ul .menu-holder li {
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  white-space: nowrap;
  cursor: pointer;
}
@media (max-width: 575px) {
  .projektverwaltung .top-menu-row .top-menu ul .menu-holder li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .projektverwaltung .top-menu-row .top-menu ul .menu-holder li:nth-child(1) {
    border-right: 1px solid white;
  }
}
@media (max-width: 575px) {
  .projektverwaltung .top-menu-row .top-menu ul .menu-holder li:nth-child(1) {
    border-bottom: 1px solid #edeff1;
  }
}
@media (min-width: 576px) {
  .projektverwaltung .top-menu-row .top-menu ul .menu-holder li:nth-child(2) {
    border-left: 1px solid white;
  }
}
.projektverwaltung .top-menu-row .top-menu ul .menu-holder li a {
  display: block;
  font-size: 20px;
  color: #181738;
  padding: 20px 5px;
  text-align: center;
}
@media (max-width: 991px) {
  .projektverwaltung .top-menu-row .top-menu ul .menu-holder li a {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .projektverwaltung .top-menu-row .top-menu ul .menu-holder li a {
    padding: 12px 5px;
    font-size: 16px;
  }
}
.projektverwaltung .top-menu-row .top-menu ul .menu-holder li a:hover {
  text-decoration: none;
  border-bottom: 3px solid #87ceea;
}
.projektverwaltung .top-menu-row .top-menu ul .menu-holder li.active a {
  border-bottom: 3px solid #87ceea;
}
.projektverwaltung .projektverwaltung-body {
  padding-top: 60px;
  /*  .table tbody tr:nth-of-type(2n+1) {
       background-color: rgba(0, 0, 0, 0.01);
   } */
}
@media (max-width: 767px) {
  .projektverwaltung .projektverwaltung-body {
    padding-top: 40px;
  }
}
@media (max-width: 575px) {
  .projektverwaltung .projektverwaltung-body .table {
    font-size: 0.95rem;
  }
}
.projektverwaltung .projektverwaltung-body .table thead th {
  border-bottom: 2px solid rgba(199, 227, 238, 0.9);
  border-top: 1px solid rgba(199, 227, 238, 0.5);
  vertical-align: middle;
}
.projektverwaltung .projektverwaltung-body .table tbody tr:nth-of-type(2n+1) {
  background: rgba(199, 227, 238, 0.1);
}
.projektverwaltung .projektverwaltung-body .table tbody tr:hover {
  background: rgba(199, 227, 238, 0.3);
}
.projektverwaltung .projektverwaltung-body .table tbody tr td {
  cursor: pointer;
  border-bottom: 1px solid rgba(199, 227, 238, 0.5);
}
.projektverwaltung .projektverwaltung-body .table tbody tr.selected {
  background: rgba(199, 227, 238, 0.7);
}
@media (max-width: 767px) {
  .projektverwaltung .projektverwaltung-body .table th, .projektverwaltung .projektverwaltung-body .table td {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (max-width: 767px) {
  .projektverwaltung .projektverwaltung-body .table th:nth-child(4), .projektverwaltung .projektverwaltung-body .table td:nth-child(4) {
    display: none;
  }
}
@media (max-width: 575px) {
  .projektverwaltung .projektverwaltung-body .table th:nth-child(3), .projektverwaltung .projektverwaltung-body .table td:nth-child(3) {
    display: none;
  }
}
.projektverwaltung .project-preview {
  margin-left: 30px;
  border: 1px solid #c7e3ee;
  font-size: 16px;
  padding: 10px;
}
@media (min-width: 992px) {
  .projektverwaltung .project-preview {
<<<<<<< HEAD
    position: -webkit-sticky;
=======
>>>>>>> main
    position: sticky;
    top: 60px;
  }
}
@media (max-width: 991px) {
  .projektverwaltung .project-preview {
    margin-left: 0;
    width: 690px;
    height: 0;
    position: fixed;
    bottom: -5%;
    padding: 0px 30px;
    z-index: 1;
    transition: all 0.5s;
    background-color: #f8fcfd;
    box-shadow: 0px 3px 8px 1px #888899;
    border-radius: calc(0.3rem - 1px);
    transition: height 0.75s;
  }
}
@media (max-width: 767px) {
  .projektverwaltung .project-preview {
    width: 510px;
  }
}
@media (max-width: 575px) {
  .projektverwaltung .project-preview {
    left: -2px;
    width: 101%;
    border-radius: 0;
    font-size: 0.95rem;
  }
}
.projektverwaltung .project-preview.show {
  transition: height 0.75s;
  /*@media (max-width: 767px) {
      height: %;
  }
  @media (max-width: 297px) {
      height: 100%;
  }*/
}
@media (max-width: 991px) {
  .projektverwaltung .project-preview.show {
    height: 100%;
  }
}
@media (min-height: 350px) and (max-width: 991px) {
  .projektverwaltung .project-preview.show {
    height: 90%;
  }
}
@media (min-height: 350px) and (max-width: 767px) {
  .projektverwaltung .project-preview.show {
    height: 92%;
  }
}
@media (min-height: 350px) and (max-width: 297px) {
  .projektverwaltung .project-preview.show {
    height: 95%;
  }
}
@media (min-height: 400px) and (max-width: 991px) {
  .projektverwaltung .project-preview.show {
    height: 81%;
  }
}
@media (min-height: 400px) and (max-width: 767px) {
  .projektverwaltung .project-preview.show {
    height: 82%;
  }
}
@media (min-height: 400px) and (max-width: 297px) {
  .projektverwaltung .project-preview.show {
    height: 84%;
  }
}
@media (min-height: 450px) and (max-width: 991px) {
  .projektverwaltung .project-preview.show {
    height: 72%;
  }
}
@media (min-height: 450px) and (max-width: 767px) {
  .projektverwaltung .project-preview.show {
    height: 74%;
  }
}
@media (min-height: 450px) and (max-width: 297px) {
  .projektverwaltung .project-preview.show {
    height: 76%;
  }
}
@media (min-height: 500px) and (max-width: 991px) {
  .projektverwaltung .project-preview.show {
    height: 65%;
  }
}
@media (min-height: 500px) and (max-width: 767px) {
  .projektverwaltung .project-preview.show {
    height: 68%;
  }
}
@media (min-height: 500px) and (max-width: 297px) {
  .projektverwaltung .project-preview.show {
    height: 70%;
  }
}
@media (min-height: 550px) and (max-width: 991px) {
  .projektverwaltung .project-preview.show {
    height: 60%;
  }
}
@media (min-height: 550px) and (max-width: 767px) {
  .projektverwaltung .project-preview.show {
    height: 62%;
  }
}
@media (min-height: 550px) and (max-width: 297px) {
  .projektverwaltung .project-preview.show {
    height: 64%;
  }
}
@media (min-height: 600px) and (max-width: 991px) {
  .projektverwaltung .project-preview.show {
    height: 56%;
  }
}
@media (min-height: 600px) and (max-width: 767px) {
  .projektverwaltung .project-preview.show {
    height: 58%;
  }
}
@media (min-height: 600px) and (max-width: 297px) {
  .projektverwaltung .project-preview.show {
    height: 60%;
  }
}
@media (min-height: 650px) and (max-width: 991px) {
  .projektverwaltung .project-preview.show {
    height: 52%;
  }
}
@media (min-height: 650px) and (max-width: 767px) {
  .projektverwaltung .project-preview.show {
    height: 54%;
  }
}
@media (min-height: 650px) and (max-width: 297px) {
  .projektverwaltung .project-preview.show {
    height: 56%;
  }
}
@media (min-height: 700px) and (max-width: 991px) {
  .projektverwaltung .project-preview.show {
    height: 49%;
  }
}
@media (min-height: 700px) and (max-width: 767px) {
  .projektverwaltung .project-preview.show {
    height: 51%;
  }
}
@media (min-height: 700px) and (max-width: 297px) {
  .projektverwaltung .project-preview.show {
    height: 53%;
  }
}
@media (min-height: 750px) and (max-width: 991px) {
  .projektverwaltung .project-preview.show {
    height: 46.5%;
  }
}
@media (min-height: 750px) and (max-width: 767px) {
  .projektverwaltung .project-preview.show {
    height: 48.5%;
  }
}
@media (min-height: 750px) and (max-width: 297px) {
  .projektverwaltung .project-preview.show {
    height: 50.5%;
  }
}
@media (min-height: 800px) and (max-width: 991px) {
  .projektverwaltung .project-preview.show {
    height: 44%;
  }
}
@media (min-height: 800px) and (max-width: 767px) {
  .projektverwaltung .project-preview.show {
    height: 45%;
  }
}
@media (min-height: 800px) and (max-width: 297px) {
  .projektverwaltung .project-preview.show {
    height: 47%;
  }
}
@media (min-width: 992px) {
  .projektverwaltung .project-preview .close-button {
    display: none;
  }
}
.projektverwaltung .project-preview .close-button button {
  padding-top: 17px;
}
.projektverwaltung .project-preview .subtitle {
  margin-bottom: 20px;
  padding-top: 10px;
  font-size: 20px;
}
@media (max-width: 991px) {
  .projektverwaltung .project-preview .subtitle {
    padding-top: 20px;
  }
}
@media (max-width: 575px) {
  .projektverwaltung .project-preview .subtitle {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .projektverwaltung .project-preview .project-data {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .projektverwaltung .project-preview .project-data .box {
    padding-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .projektverwaltung .project-preview .project-data .box:nth-child(2) {
    padding-left: 10px;
  }
}
.projektverwaltung .project-preview .project-data .box:nth-child(3) {
  padding-bottom: 10px;
}
@media (max-width: 991px) {
  .projektverwaltung .project-preview .project-data .box:nth-child(3) {
    display: none;
  }
}
.projektverwaltung .project-preview .project-data .box:nth-child(3) input {
  /*margin-top: 5px;
  height: 65px;
  resize: none;*/
}
.projektverwaltung .project-preview .project-data .box:nth-child(3) input.saved {
  background-image: url("/img/icons/success.png");
  background-position: 97% 90%;
  background-size: 18px;
  background-repeat: no-repeat;
}
.projektverwaltung .project-preview .project-data .box .label {
  font-weight: 300;
  padding-bottom: 5px;
}
@media (max-width: 991px) {
  .projektverwaltung .project-preview .project-data .box .label {
    white-space: nowrap;
  }
}
.projektverwaltung .project-preview .project-data .box .info {
  font-weight: 500;
}
@media (max-width: 991px) {
  .projektverwaltung .project-preview .project-data .box .info {
    max-height: 32px;
    overflow: hidden;
    padding-bottom: 2px;
  }
}
.projektverwaltung .project-preview .mobile-bemerkung {
  display: none;
}
@media (max-width: 991px) {
  .projektverwaltung .project-preview .mobile-bemerkung {
    margin-top: 15px;
    display: flex;
    align-items: center;
  }
}
.projektverwaltung .project-preview .mobile-bemerkung .label {
  white-space: nowrap;
}
.projektverwaltung .project-preview .mobile-bemerkung .info {
  width: 100%;
  margin-left: 10px;
}
.projektverwaltung .project-preview .mobile-bemerkung .info input {
  background-color: transparent;
}
.projektverwaltung .project-preview .mobile-bemerkung .info input.saved {
  background-image: url("/img/icons/success.png");
  background-position: 97% 60%;
  background-size: 18px;
  background-repeat: no-repeat;
}
.projektverwaltung .project-preview .apps-header {
  display: flex;
  justify-content: space-between;
}
.projektverwaltung .project-preview .apps-header .subtitle {
  padding-top: 0;
}
.projektverwaltung .project-preview .apps-header .mobile-next-button {
  margin-top: -5px;
}
@media (min-width: 992px) {
  .projektverwaltung .project-preview .apps-header .mobile-next-button {
    display: none;
  }
}
.projektverwaltung .project-preview .apps-header .mobile-next-button a {
  padding: 9px 18px;
}
@media (max-width: 575px) {
  .projektverwaltung .project-preview .apps-header .mobile-next-button a {
    padding: 8px 15px;
    font-size: 0.95rem;
  }
}
@media (max-width: 297px) {
  .projektverwaltung .project-preview .apps-header .mobile-next-button a {
    padding: 7px 10px;
  }
}
@media (max-width: 991px) {
  .projektverwaltung .project-preview .apps-data {
    display: flex;
  }
}
.projektverwaltung .project-preview .apps-data .box {
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .projektverwaltung .project-preview .apps-data .box {
    padding-top: 10px;
    width: 165px;
    text-align: center;
  }
}
.projektverwaltung .project-preview .apps-data .box .label {
  padding-bottom: 5px;
  max-height: 32px;
  overflow: hidden;
}
@media (max-width: 991px) {
  .projektverwaltung .project-preview .next-button {
    display: none;
  }
}
@media (max-width: 991px) {
  .projektverwaltung .project-preview hr:nth-of-type(2) {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .confirm span {
    display: none !important;
  }
}
@media (max-width: 429px) {
  .confirm span {
    display: none !important;
  }
}

.company {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media (max-width: 575px) {
  .company {
    padding-top: 50px;
    padding-bottom: 80px;
<<<<<<< HEAD
    padding-left: 15px;
    padding-right: 15px;
=======
    padding-left: 30px;
    padding-right: 30px;
>>>>>>> main
  }
}
.company .page-title {
  font-size: 2.1rem !important;
  padding-bottom: 40px !important;
  padding-top: 0 !important;
  text-align: left;
}
@media (max-width: 575px) {
  .company .page-title {
    font-size: 1.5rem !important;
    padding-bottom: 30px !important;
  }
}
.company .logo {
  max-width: 100px;
  background-color: #FFFFFF;
}
@media (max-width: 767px) {
  .company .logo {
    max-width: 150px;
  }
}
@media (max-width: 299px) {
  .company .logo {
    max-width: 100px;
    margin-left: auto;
    margin-right: auto;
  }
}
.company .top_info {
  margin-top: 40px;
  border-radius: 6px;
  padding: 10px;
  text-align: center;
  display: none;
  /* background:#f8fcfd; */
}
.company .top_info .box {
  margin-bottom: 42px;
}
.company .top_info .box .title {
  font-size: 16px;
  font-weight: 300;
  margin-top: 10px;
}
.company .top_info .box .info {
  padding: 10px;
  font-size: 28px;
  font-weight: 500;
  display: inline-block;
  border: 1px solid #c7e3ee;
  border-radius: 50%;
  width: 60px;
  height: 54px;
  text-align: center;
}
.company .company-body {
  padding-top: 50px;
}
.company .company-body .company-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #edeff1;
}
@media (max-width: 575px) {
  .company .company-body .company-menu ul {
    border: 1px solid #edeff1;
    border-radius: 3px;
  }
}
.company .company-body .company-menu ul .menu-holder {
  display: flex;
}
@media (max-width: 575px) {
  .company .company-body .company-menu ul .menu-holder {
    flex-direction: column;
  }
}
.company .company-body .company-menu ul .menu-holder li {
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .company .company-body .company-menu ul .menu-holder li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 576px) {
  .company .company-body .company-menu ul .menu-holder li:nth-child(1) {
    border-right: 1px solid white;
  }
}
@media (max-width: 575px) {
  .company .company-body .company-menu ul .menu-holder li:nth-child(1) {
    border-bottom: 1px solid #edeff1;
  }
}
@media (min-width: 576px) {
  .company .company-body .company-menu ul .menu-holder li:nth-child(2) {
    border-left: 1px solid white;
    border-right: 1px solid white;
  }
}
@media (max-width: 575px) {
  .company .company-body .company-menu ul .menu-holder li:nth-child(2) {
    border-bottom: 1px solid #edeff1;
  }
}
@media (min-width: 576px) {
  .company .company-body .company-menu ul .menu-holder li:nth-child(3) {
    border-left: 1px solid white;
  }
}
.company .company-body .company-menu ul .menu-holder li a {
  display: block;
  font-size: 20px;
  color: #181738;
  padding: 20px 5px;
  text-align: center;
}
@media (max-width: 767px) {
  .company .company-body .company-menu ul .menu-holder li a {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .company .company-body .company-menu ul .menu-holder li a {
    padding: 12px 5px;
    font-size: 16px;
  }
}
.company .company-body .company-menu ul .menu-holder li a:hover {
  text-decoration: none;
  border-bottom: 3px solid #87ceea;
}
.company .company-body .company-menu ul .menu-holder li.active a {
  border-bottom: 3px solid #87ceea;
}
@media (max-width: 767px) {
  .company .company-body .company-menu.abspringer ul {
    border: 1px solid #edeff1;
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .company .company-body .company-menu.abspringer ul .menu-holder {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .company .company-body .company-menu.abspringer ul .menu-holder li {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .company .company-body .company-menu.abspringer ul .menu-holder li:nth-child(1) {
    border-bottom: 1px solid #edeff1;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .company .company-body .company-menu.abspringer ul .menu-holder li:nth-child(2), .company .company-body .company-menu.abspringer ul .menu-holder li:nth-child(3) {
    border-left: 0;
    border-right: 0;
  }
}
@media (min-width: 768px) {
  .company .company-body .company-menu.abspringer ul .menu-holder li:nth-child(2), .company .company-body .company-menu.abspringer ul .menu-holder li:nth-child(3) {
    border-left: 1px solid white;
    border-right: 1px solid white;
  }
}
@media (max-width: 767px) {
  .company .company-body .company-menu.abspringer ul .menu-holder li:nth-child(2), .company .company-body .company-menu.abspringer ul .menu-holder li:nth-child(3) {
    border-bottom: 1px solid #edeff1;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .company .company-body .company-menu.abspringer ul .menu-holder li:nth-child(4) {
    border-left: 0;
  }
}
@media (min-width: 768px) {
  .company .company-body .company-menu.abspringer ul .menu-holder li:nth-child(4) {
    border-left: 1px solid white;
  }
}
@media (max-width: 991px) {
  .company .company-body .company-menu.abspringer ul .menu-holder li a {
    font-size: 18px;
    padding: 17px 5px;
  }
}
@media (max-width: 767px) {
  .company .company-body .company-menu.abspringer ul .menu-holder li a {
    padding: 12px 5px;
  }
}
@media (max-width: 575px) {
  .company .company-body .company-menu.abspringer ul .menu-holder li a {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .company .company-body input, .company .company-body button, .company .company-body .logo-parent, .company .company-body .logo-parent label {
    font-size: 0.95rem;
  }
}
@media (max-width: 399px) {
  .company .company-body button {
    width: 100%;
  }
}
.company .company-body .company-data .row div {
  padding-bottom: 1.5rem;
}
.company .company-body .company-data .row div .inputlabel {
  min-width: 100px;
}
@media (max-width: 575px) {
  .company .company-body .company-data .row.text {
    font-size: 0.95rem;
  }
}
@media (max-width: 575px) {
  .company .company-body .company-data .datei .textinput {
    padding-right: 40px;
    background-image: url("/img/icons/search.png");
    background-position: 98% 55%;
    background-size: 18px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 575px) {
  .company .company-body .company-data .datei label:nth-of-type(2) {
    display: none;
  }
}
.company .company-body .licenses {
  margin-top: 0px;
}
.company .company-body .licenses .row-title {
  text-align: center;
  font-size: 20px;
  color: #181738;
  border-bottom: 1px solid #edeff1;
  padding: 20px 5px;
}
.company .company-body .licenses .row-body {
<<<<<<< HEAD
  margin-top: 50px;
}
.company .company-body .licenses button {
=======
  margin-top: 40px;
}
.company .company-body .licenses a {
>>>>>>> main
  margin-left: auto;
}
.company .company-body .company-projects .box {
  padding-bottom: 20px;
  /* border-bottom:1px solid $blue; */
  margin-bottom: 20px;
}
.company .company-body .company-projects .box .user {
  font-size: 18px;
  font-weight: 600;
  padding: 8px;
  border: 1px solid #c7e3ee;
  background-color: #f8fcfd;
  border-radius: calc(0.3rem - 1px);
  box-shadow: 0px 1px 7px -5px #181738;
}
@media (max-width: 575px) {
  .company .company-body .company-projects .box .user {
    font-size: 16px;
  }
}
.company .company-body .company-projects .box .projects {
  margin-top: 10px;
  margin-bottom: 5px;
  padding: 10px;
  border-bottom: 3px solid #c7e3ee;
  position: relative;
}
@media (max-width: 575px) {
  .company .company-body .company-projects .box .projects {
    font-size: 0.95rem;
  }
}
.company .company-body .company-projects .box .projects .project-nr {
  position: absolute;
  top: 10%;
  right: 20px;
  font-size: 1.8rem;
  color: #c7e3ee;
}
@media (max-width: 1199px) {
  .company .company-body .company-projects .box .projects .project-nr {
    right: 10px;
    font-size: 1.4rem;
  }
}
@media (max-width: 575px) {
  .company .company-body .company-projects .box .projects .project-nr {
    font-size: 1.1rem;
  }
}
.company .company-body .company-projects .box .projects .project {
  padding-top: 5px;
  font-weight: 500;
  line-height: 1.3;
  padding-right: 60px;
}
@media (max-width: 575px) {
  .company .company-body .company-projects .box .projects .project {
    line-height: 1.2;
  }
}
.company .company-body .company-projects .box .projects .project-apps {
  padding-left: 17px;
  border-bottom: 1px solid #c7e3ee;
  margin-bottom: 10px;
  font-weight: 300;
}
.company .company-body .company-projects .box .projects .project-apps:last-child {
  border-bottom: 0;
}
.company .company-body .company-projects .box .projects .project-apps .project-apps-box {
  padding: 8px 0;
}
.company .company-body .company-projects .box .projects .project-apps table {
  margin-top: 10px;
  margin-bottom: 10px;
}
.company .company-body .company-projects .box .projects .project-apps table tr td {
  padding: 5px 20px;
  text-align: center;
  width: 165px;
}
@media (max-width: 575px) {
  .company .company-body .company-projects .box .projects .project-apps table tr td {
    padding: 5px 10px;
  }
}
@media (max-width: 575px) {
  .company .company-body .company-users .table {
    font-size: 0.95rem;
  }
}
.company .company-body .company-users .table th {
  border-bottom: 2px solid rgba(199, 227, 238, 0.9);
  border-top: 1px solid rgba(199, 227, 238, 0.5);
}
.company .company-body .company-users .table th, .company .company-body .company-users .table td {
  vertical-align: middle;
}
@media (max-width: 991px) {
  .company .company-body .company-users .table th:nth-child(4), .company .company-body .company-users .table td:nth-child(4) {
    display: none;
  }
}
@media (max-width: 767px) {
  .company .company-body .company-users .table th:nth-child(5), .company .company-body .company-users .table td:nth-child(5) {
    display: none;
  }
}
@media (max-width: 575px) {
  .company .company-body .company-users .table th:nth-child(3), .company .company-body .company-users .table td:nth-child(3) {
    display: none;
  }
}
@media (max-width: 399px) {
  .company .company-body .company-users .table th:nth-child(1), .company .company-body .company-users .table td:nth-child(1) {
    display: none;
  }
}
.company .company-body .company-users .table td {
  border-bottom: 1px solid rgba(199, 227, 238, 0.5);
}
.company .company-body .company-users .table td:nth-last-child(1) {
  white-space: nowrap;
  padding-right: 0;
}
.company .company-body .company-users .table tbody tr:nth-of-type(2n+1) {
  background: rgba(199, 227, 238, 0.1);
}
.company .company-body .company-users .table tbody tr:hover {
  background: rgba(199, 227, 238, 0.3);
}
.company .userModal.modal {
  height: 1000px;
}
.company .userModal .modal-dialog {
  max-width: 550px;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: calc(0.3rem - 1px);
}
@media (min-height: 570px) {
  .company .userModal .modal-dialog {
    margin-top: 60px;
  }
}
@media (min-height: 630px) {
  .company .userModal .modal-dialog {
    margin-top: 120px;
  }
}
@media (max-width: 767px) {
  .company .userModal .modal-dialog {
    max-width: 450px;
  }
}
@media (max-width: 299px) {
  .company .userModal .modal-dialog {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.company .userModal .modal-dialog .modal-content {
  box-shadow: 1px 8px 22px -8px #181738;
}
.company .userModal .modal-dialog .modal-content .modal-header {
  background-color: #f8fcfd;
  box-shadow: 0px 7px 10px -8px #c7e3ee;
}
.company .userModal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 600;
}
.company .userModal .modal-dialog .modal-content .modal-body {
  padding: 20px;
  padding-top: 30px;
}
@media (max-width: 399px) {
  .company .userModal .modal-dialog .modal-content .modal-body {
    padding: 15px;
    padding-top: 25px;
  }
}
@media (max-width: 575px) {
  .company .userModal .modal-dialog .modal-content .modal-body input, .company .userModal .modal-dialog .modal-content .modal-body button, .company .userModal .modal-dialog .modal-content .modal-body select {
    font-size: 0.95rem;
  }
}
.company .userModal .modal-dialog .modal-content .modal-body select {
  padding-right: 0;
}
.company .userModal .modal-dialog .modal-content .modal-body select.is-invalid {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23888899'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 10px;
  background-position: right 8px top 65%;
  background-repeat: no-repeat;
}
.company .userModal .modal-dialog .modal-content .modal-body .row div {
  padding-bottom: 1.5rem;
}
.company .userModal .modal-dialog .modal-content .modal-body .row div .inputlabel {
  min-width: 142px;
}
@media (max-width: 767px) {
  .company .userModal .modal-dialog .modal-content .modal-body .row div .inputlabel {
    min-width: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .company .userModal .modal-dialog .modal-content .modal-body .row div.confirm label span {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .company .userModal .modal-dialog .modal-content .modal-body .row div.confirm label span {
    display: none;
  }
}
@media (min-height: 520px) {
  .company .userModal.modify .modal-dialog {
    margin-top: 60px;
  }
}
@media (min-height: 620px) {
  .company .userModal.modify .modal-dialog {
    margin-top: 120px;
  }
}
.company .userModal.modify .modal-dialog .inputlabel {
  min-width: 80px !important;
}

.deleteModal.modal {
  height: 1000px;
}
.deleteModal .modal-dialog {
  max-width: 500px;
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: calc(0.3rem - 1px);
}
@media (max-width: 767px) {
  .deleteModal .modal-dialog {
    max-width: 380px;
  }
}
@media (max-width: 575px) {
  .deleteModal .modal-dialog {
    max-width: 365px;
    font-size: 0.95rem;
  }
}
@media (min-width: 350px) and (min-height: 290px) {
  .deleteModal .modal-dialog {
    margin-top: 60px;
  }
}
@media (min-width: 350px) and (min-height: 370px) {
  .deleteModal .modal-dialog {
    margin-top: 100px;
  }
}
@media (min-width: 350px) and (min-height: 430px) {
  .deleteModal .modal-dialog {
    margin-top: 140px;
  }
}
@media (min-width: 350px) and (min-height: 550px) {
  .deleteModal .modal-dialog {
    margin-top: 200px;
  }
}
@media (max-width: 349px) and (min-height: 360px) {
  .deleteModal .modal-dialog {
    margin-top: 60px;
  }
}
@media (max-width: 349px) and (min-height: 440px) {
  .deleteModal .modal-dialog {
    margin-top: 100px;
  }
}
@media (max-width: 349px) and (min-height: 530px) {
  .deleteModal .modal-dialog {
    margin-top: 140px;
  }
}
@media (max-width: 349px) and (min-height: 640px) {
  .deleteModal .modal-dialog {
    margin-top: 200px;
  }
}
@media (max-width: 299px) {
  .deleteModal .modal-dialog {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.deleteModal .modal-dialog .modal-content {
  box-shadow: 1px 8px 22px -8px #181738;
}
.deleteModal .modal-dialog .modal-content .modal-header {
  background-color: #f8fcfd;
  box-shadow: 0px 7px 10px -8px #c7e3ee;
}
.deleteModal .modal-dialog .modal-content .modal-header .modal-title {
  font-weight: 600;
}
.deleteModal .modal-dialog .modal-content .modal-body {
  padding: 20px;
}
.deleteModal .modal-dialog .modal-content .modal-body .buttons {
  display: flex;
  margin-top: 20px;
}
@media (max-width: 349px) {
  .deleteModal .modal-dialog .modal-content .modal-body .buttons {
    display: block;
  }
}
@media (min-width: 350px) {
  .deleteModal .modal-dialog .modal-content .modal-body .buttons div:nth-child(2) {
    padding-left: 15px;
  }
}
@media (max-width: 575px) {
  .deleteModal .modal-dialog .modal-content .modal-body .buttons div button {
    font-size: 0.95rem;
  }
}
@media (max-width: 349px) {
  .deleteModal .modal-dialog .modal-content .modal-body .buttons div button {
    margin-top: 10px;
    width: 100%;
  }
}

.verify-email-page {
  padding: 45px 30px 80px 30px;
  padding: 80px 30px;
}
@media (max-width: 575px) {
  .verify-email-page {
    padding-top: 50px;
  }
}
.verify-email-page .row {
  margin-left: 0;
  margin-right: 0;
}
.verify-email-page .page-title {
  padding-left: 0;
  font-size: 2.1rem !important;
  margin-left: auto;
  margin-right: auto;
  height: 50px;
}
@media (max-width: 575px) {
  .verify-email-page .page-title {
    font-size: 1.5rem !important;
  }
}
.verify-email-page .page-body {
  padding: 30px 0;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
}
@media (max-width: 575px) {
  .verify-email-page .page-body {
    font-size: 0.95rem;
  }
}
.verify-email-page .page-body .buttons {
  display: flex;
}
@media (max-width: 575px) {
  .verify-email-page .page-body .buttons {
    display: block;
    margin-top: 15px;
  }
}
@media (min-width: 576px) {
  .verify-email-page .page-body .buttons form:nth-last-child(1) {
    padding-left: 15px;
  }
}
@media (max-width: 575px) {
  .verify-email-page .page-body .buttons form:nth-last-child(1) {
    margin-top: 15px;
  }
}
.verify-email-page .page-body .buttons form button {
  padding: 11px 20px;
}
@media (max-width: 575px) {
  .verify-email-page .page-body .buttons form button {
    width: 100%;
    font-size: 0.95rem;
  }
}

.generic-form-page {
  padding: 5em 30px 80px 30px;
}
.generic-form-page .page-title {
  margin-left: auto;
  margin-right: auto;
  font-size: 2.1rem !important;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1.5em;
  font-weight: 400;
}
@media (max-width: 575px) {
  .generic-form-page .page-title {
    font-size: 1.5rem !important;
  }
}
.generic-form-page .page-body {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 575px) {
  .generic-form-page .page-body {
    font-size: 0.95rem;
  }
}
.generic-form-page .page-body .row {
  padding-bottom: 2em;
}
.generic-form-page .page-body form, .generic-form-page .page-body .msg-box {
  margin: auto;
  margin-bottom: 1em;
}
.generic-form-page .page-body hr {
  height: 1px;
  border: 0;
  background-color: #F5F5F5;
}
@media (max-width: 575px) {
  .generic-form-page .page-body input, .generic-form-page .page-body button {
    font-size: 0.95rem;
  }
}
.generic-form-page .page-body .login-links {
  display: flex;
  flex-direction: column;
}
@media (min-width: 320px) {
  .generic-form-page .page-body .login-links {
    justify-content: space-between;
    flex-direction: row;
  }
}
<<<<<<< HEAD
@media (max-width: 319px) {
  .generic-form-page .page-body .login-links .register-link {
=======
.generic-form-page .page-body .register-text {
  line-height: 1.3;
}
@media (max-width: 575px) {
  .generic-form-page .page-body .register-text {
    font-size: 0.95rem;
  }
}
@media (max-width: 319px) {
  .generic-form-page .page-body .register-text {
>>>>>>> main
    margin-top: 15px;
  }
}

.register-page {
  padding: 80px 15px;
}
@media (max-width: 575px) {
  .register-page {
    padding: 80px 30px;
  }
}
.register-page .page-title {
  font-size: 2.1rem !important;
  margin-bottom: 1.5em;
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}
@media (max-width: 575px) {
  .register-page .page-title {
    font-size: 1.5rem !important;
  }
}
.register-page .page-body {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575px) {
  .register-page .page-body {
    font-size: 0.95rem;
  }
}
.register-page .page-body .subtitle {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .register-page .page-body .subtitle {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575px) {
  .register-page .page-body .subtitle {
    font-size: 1rem;
  }
}
.register-page .page-body .subtitle a {
  /*color: $textcolor;*/
  color: #333333;
  text-decoration: none;
}
.register-page .page-body .subtitle a:hover {
  color: rgba(24, 23, 56, 0.7);
}
.register-page .page-body .subtitle a #toggleArrowFirma {
  margin-top: 6px;
  margin-right: 5px;
  display: flex;
  transition: transform 0.5s;
}
@media (max-width: 575px) {
  .register-page .page-body .subtitle a #toggleArrowFirma {
    margin-top: 5px;
  }
}
.register-page .page-body .subtitle a #toggleArrowFirma.flip {
  transform: rotate(180deg);
}
.register-page .page-body .subtitle a #toggleArrowFirma div {
  width: 1px;
  height: 7px;
  background: #333333;
}
.register-page .page-body .subtitle a #toggleArrowFirma div:nth-of-type(1) {
  transform: rotate(40deg);
}
.register-page .page-body .subtitle a #toggleArrowFirma div:nth-of-type(2) {
  margin-left: 3px;
  transform: rotate(-40deg);
}
.register-page .page-body .subtitle .inner {
<<<<<<< HEAD
  margin-top: 3rem;
  margin-bottom: 0.5rem;
  padding-bottom: 1rem;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #edeff1;
}
=======
  font-size: 20px;
  color: #181738;
  padding: 20px 5px;
  margin-bottom: 40px;
  border-bottom: 1px solid #edeff1;
}
@media (max-width: 767px) {
  .register-page .page-body .subtitle .inner {
    padding: 17px 5px;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .register-page .page-body .subtitle .inner {
    padding: 14px 5px;
    font-size: 17px;
  }
}
>>>>>>> main
.register-page .page-body form, .register-page .page-body .msg-box {
  margin: auto;
  margin-bottom: 1em;
}
.register-page .page-body form .row, .register-page .page-body .msg-box .row {
  padding-bottom: 1.5rem;
}
.register-page .page-body hr {
  height: 1px;
  border: 0;
  background-color: #F5F5F5;
}
@media (max-width: 399px) {
  .register-page .page-body button {
    width: 100%;
    margin-top: 25px;
  }
}
@media (max-width: 575px) {
  .register-page .page-body input, .register-page .page-body button, .register-page .page-body select {
    font-size: 0.95rem;
  }
}
.register-page .page-body .register-links {
  margin-top: 10px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 400px) {
  .register-page .page-body .register-links {
<<<<<<< HEAD
    margin-top: 50px;
=======
    margin-top: 30px;
>>>>>>> main
    justify-content: space-between;
    flex-direction: row;
  }
}
@media (max-width: 399px) {
  .register-page .page-body .register-links .register-link {
    margin-top: 25px;
  }
}
.register-page .page-body .inputlabel {
  min-width: 145px;
}
@media (max-width: 991px) {
  .register-page .page-body .inputlabel {
    min-width: 95px;
  }
}
@media (min-width: 430px) and (max-width: 575px) {
  .register-page .page-body .inputlabel {
    min-width: 135px;
  }
}
@media (max-width: 991px) {
  .register-page .page-body .confirm span {
    display: none !important;
  }
}
@media (min-width: 430px) and (max-width: 575px) {
  .register-page .page-body .confirm span {
    display: inline !important;
  }
}

.user {
  padding-top: 80px;
  padding-bottom: 120px;
}
@media (max-width: 575px) {
  .user {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.user .page-title {
  font-size: 2.1rem !important;
  padding-bottom: 40px !important;
  padding-top: 0 !important;
  text-align: left;
  font-weight: 400;
}
@media (max-width: 575px) {
  .user .page-title {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.5rem !important;
    padding-bottom: 30px !important;
  }
}
.user .user-body {
  padding-top: 50px;
}
.user .user-body .user-menu.firma {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .user .user-body .user-menu.firma {
    margin-top: 40px;
  }
}
.user .user-body .user-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #edeff1;
}
.user .user-body .user-menu ul li {
  display: inline-block;
  width: 100%;
}
.user .user-body .user-menu ul li span {
  display: block;
  font-size: 20px;
  color: #181738;
  padding: 20px 5px;
  text-align: left;
}
@media (max-width: 767px) {
  .user .user-body .user-menu ul li span {
    padding: 17px 5px;
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .user .user-body .user-menu ul li span {
    padding: 14px 5px;
    font-size: 17px;
  }
}
.user .user-body .data {
<<<<<<< HEAD
  margin-top: 50px;
}
@media (max-width: 767px) {
  .user .user-body .data {
    margin-top: 30px;
=======
  margin-top: 40px;
}
@media (max-width: 767px) {
  .user .user-body .data {
    margin-top: 40px;
>>>>>>> main
  }
}
.user .user-body .data .errorValidation {
  margin-bottom: 30px;
}
.user .user-body .data button, .user .user-body .data a {
  white-space: nowrap;
}
@media (max-width: 575px) {
  .user .user-body .data button, .user .user-body .data a {
    font-size: 0.95rem;
  }
}
.user .user-body .data .user-data .row div {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .user .user-body .data .user-data .row .inputlabel {
    min-width: 77px;
  }
}
@media (max-width: 575px) {
  .user .user-body .data .user-data input {
    font-size: 0.95rem;
  }
}
.user .user-body .data .user-data select.is-invalid {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23888899'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
  background-size: 10px;
  background-position: right 8px top 65%;
  background-repeat: no-repeat;
}
@media (max-width: 575px) {
  .user .user-body .data .user-data select {
    font-size: 0.95rem;
  }
}
.user .user-body .data .user-data .speichern {
  padding-bottom: 1rem;
}
.user .user-body .data .user-data .speichern button {
  width: 100%;
}
.user .user-body .data .company-data input:disabled {
  background-color: white;
}

.nebenseiten {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 575px) {
  .nebenseiten {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px;
  }
}
.nebenseiten .title {
  font-size: 2.1rem !important;
  padding-bottom: 40px !important;
  padding-top: 0 !important;
  text-align: center;
  -webkit-hyphens: none;
<<<<<<< HEAD
      -ms-hyphens: none;
=======
>>>>>>> main
          hyphens: none;
}
@media (max-width: 575px) {
  .nebenseiten .title {
    font-size: 1.5rem !important;
    padding-bottom: 30px !important;
  }
}
<<<<<<< HEAD
=======
.nebenseiten .bestellung-title {
  text-align: left;
  font-weight: 300 !important;
}
>>>>>>> main
.nebenseiten .subtitle {
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 20px;
  padding-bottom: 30px;
  text-align: center;
  -webkit-hyphens: none;
<<<<<<< HEAD
      -ms-hyphens: none;
=======
>>>>>>> main
          hyphens: none;
}
@media (max-width: 575px) {
  .nebenseiten .subtitle {
    line-height: 1.3;
    font-size: 1.2rem;
    padding-bottom: 20px;
    margin-top: 10px;
  }
}
.nebenseiten.wissen .title {
  font-weight: 400;
}
.nebenseiten.wissen .panel-group {
  margin-top: 80px !important;
}
@media (max-width: 575px) {
  .nebenseiten.wissen .panel-group {
    margin-top: 50px !important;
  }
}
.nebenseiten.wissen .panel-group.hauptseite {
  margin-top: 65px !important;
}
@media (max-width: 575px) {
  .nebenseiten.wissen .panel-group.hauptseite {
    margin-top: 50px !important;
  }
}
.nebenseiten.wissen .panel-group.hauptseite .last-div {
  padding-bottom: 9px;
}
.nebenseiten.wissen .panel-group .faqs {
  padding-bottom: 25px;
  border-bottom: 1px solid #edeff1;
}
@media (min-width: 576px) {
  .nebenseiten.wissen .panel-group .faqs {
    padding-bottom: 35px;
  }
}
@media (max-width: 991px) {
  .nebenseiten.wissen .panel-group .faqs .answer {
    margin-top: 20px;
  }
}
.nebenseiten .panel-group {
  margin-top: 50px;
  line-height: 1.3;
}
@media (max-width: 575px) {
  .nebenseiten .panel-group {
    line-height: 1.2;
  }
}
.nebenseiten .panel-group .faqs {
  margin-bottom: 35px;
}
.nebenseiten .panel-group .faqs .category {
  white-space: nowrap;
  margin-left: 50px;
  font-size: 0.85rem;
  font-weight: 300;
}
@media (min-width: 1200px) {
  .nebenseiten .panel-group .faqs .category {
    margin-right: 10px;
  }
}
@media (max-width: 575px) {
  .nebenseiten .panel-group .faqs .category {
    display: none;
  }
}
.nebenseiten .panel-group .question {
  font-size: 1.2rem;
<<<<<<< HEAD
=======
  font-weight: 400;
>>>>>>> main
}
.nebenseiten .panel-group .lead {
  font-size: 1.2rem;
  font-weight: 600;
}
@media (max-width: 575px) {
  .nebenseiten .panel-group .lead {
    font-size: 1rem;
  }
}
.nebenseiten .panel-group .answer {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .nebenseiten .panel-group .answer {
    font-size: 1rem;
  }
}
.nebenseiten .panel-group.datenschutz .impressum {
  margin-top: 15px;
}
.nebenseiten .panel-group.datenschutz .lead {
  margin-top: 50px;
  margin-bottom: 20px;
}
.nebenseiten .panel-group.datenschutz .lead:first-child {
  margin-top: 0;
}
.nebenseiten .panel-group.datenschutz .lead-sm {
  margin-top: 20px;
  font-weight: 600;
}
@media (max-width: 575px) {
  .nebenseiten .panel-group.datenschutz .lead-sm {
    font-size: 1rem;
  }
}
@media (max-width: 575px) {
  .nebenseiten .panel-group.datenschutz ul {
    padding-left: 30px;
  }
}
.nebenseiten .panel-group.kontakt {
  margin-top: 0 !important;
}
@media (max-width: 575px) {
  .nebenseiten .panel-group.kontakt input, .nebenseiten .panel-group.kontakt select {
    font-size: 0.95rem;
  }
}
.nebenseiten .panel-group.kontakt .inputlabel {
  min-width: 78px;
}
@media (min-width: 768px) {
  .nebenseiten .panel-group.kontakt button {
    float: right;
  }
}
@media (min-width: 420px) and (max-width: 460px) {
  .nebenseiten .panel-group.kontakt button {
    float: right;
    margin-top: -53px;
  }
}
@media (max-width: 399px) {
  .nebenseiten .panel-group.kontakt button {
    margin-top: 35px;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .nebenseiten .panel-group.kontakt .form-check-label {
    font-size: 0.95rem;
  }
}
.nebenseiten .panel-group.kontakt .form-check-label .form-check-input {
  margin-top: 0.25rem;
}
@media (max-width: 575px) {
  .nebenseiten .panel-group.kontakt .form-check-label .form-check-input {
    margin-top: 0.2rem;
  }
}
.nebenseiten .panel-group.kontakt .validation {
  margin-top: 1em;
}
.nebenseiten .panel-group.kontakt .validation .errorValidation {
  margin-bottom: 0;
}
.nebenseiten .panel-group.kontakt .validation .errorValidation .alert {
  margin-bottom: 0;
}
.nebenseiten .impressum {
  margin-top: 50px;
  line-height: 1.3;
}
@media (max-width: 575px) {
  .nebenseiten .impressum {
    margin-top: 30px;
    font-size: 0.95rem;
  }
}

.no-break {
  white-space: nowrap;
}

.button-toggle .btn {
  background-color: #f8fcfd;
  border: 1px solid #c7e3ee;
  padding: 11px 15px;
}
.button-toggle .btn:hover {
  opacity: 0.8;
  background-color: #E9EEEF;
}
.button-toggle .btn:active {
  opacity: 0.9;
}
.button-toggle .active {
  background: #87ceea;
  color: #fff;
}
.button-toggle .active:hover {
  background-color: #87ceea;
}

.image-toggle .btn {
  padding: 10px;
}
.image-toggle .btn:hover {
  opacity: 0.8;
}
.image-toggle .active {
  border: 1px solid red;
  border: 1px solid #c7e3ee;
  background-color: #f8fcfd;
  border-radius: 0.25rem !important;
}
.image-toggle img {
  width: 100%;
  max-width: 75px;
}
.image-toggle label {
  margin-top: 8px;
  font-size: 13px;
  cursor: pointer;
}

/* Fassaden App */
#fassade .tooltip-fassade-mobile {
  display: none;
}
@media (max-width: 576px) {
  #fassade .tooltip-fassade-mobile {
    display: block;
    right: 15px;
  }
}
#fassade .tooltip-fassade {
  display: inline;
}
@media (max-width: 576px) {
  #fassade .tooltip-fassade {
    display: none;
  }
}
#fassade .label {
  font-size: 20px;
  font-weight: 500;
  /*padding-top:10px;*/
  white-space: nowrap;
}
@media (min-width: 576px) and (max-width: 767px) {
  #fassade .label {
    font-size: 18px;
    font-weight: 600;
    padding-top: 11px;
  }
}
@media (max-width: 575px) {
  #fassade .label {
    font-size: 1.1rem;
    padding-top: 6px;
    margin-bottom: 10px;
  }
}
#fassade .form-control-blue {
  width: 180px;
  padding-left: 120px;
}
@media (min-width: 576px) and (max-width: 767px) {
  #fassade .form-control-blue {
    font-size: 0.9rem;
  }
}
@media (max-width: 575px) {
  #fassade .form-control-blue {
    width: 152px;
    padding-left: 105px;
    text-align: center;
    background-color: transparent;
    border: none;
    border-radius: 0;
    min-height: 25px;
    border-bottom: 1px solid #888899;
    font-size: 14px;
  }
  #fassade .form-control-blue:focus {
    color: #333333;
    border-color: #333333;
    box-shadow: none;
  }
}
#fassade .alert-parent {
  margin-top: 38px;
}
@media (min-width: 576px) and (max-width: 1199px) {
  #fassade .alert-parent {
    display: flex;
    justify-content: center;
  }
}
#fassade .alert {
  white-space: nowrap;
  font-size: 16px;
  padding: 2px 8px 4px;
  border-radius: 43px;
  transition: background-color 1s linear;
}
@media (min-width: 576px) and (max-width: 1199px) {
  #fassade .alert {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  #fassade .alert {
    font-size: 14px;
  }
}
#fassade .alert.green {
  border-color: #87ea9c;
  color: #5ebb72;
  background: #e7fbeb;
  transition: background-color 1s linear;
}
#fassade .alert.orange {
  border-color: #ffa453;
  color: #e48c3d;
  background: #ffeddd;
  transition: background-color 1s linear;
}
#fassade .alert.red {
  border-color: #ff6353;
  color: #e34e3e;
  background: #ffe0dd;
  transition: background-color 1s linear;
}
@media (max-width: 767px) {
  #fassade .building-details-table {
    width: 100%;
    max-width: 100% !important;
  }
}

@media (max-width: 576px) {
  #dach .label {
    margin-bottom: 10px;
  }
}
#dach .tooltip-dach-mobile {
  display: none;
}
@media (max-width: 576px) {
  #dach .tooltip-dach-mobile {
    display: block;
    right: 15px;
  }
}
#dach .tooltip-dach {
  display: block;
}
@media (max-width: 576px) {
  #dach .tooltip-dach {
    display: none;
  }
}
#dach .grobkosten td {
  padding-bottom: 8px;
}
#dach .grobkosten td:first-child {
  padding-right: 75px;
}
@media (max-width: 991px) {
  #dach .grobkosten table {
    width: 100%;
  }
  #dach .grobkosten td:first-child {
    padding-right: 10px;
  }
}

#dach input[type=text], #fassade input[type=text] {
  /*width: 50%;*/
  /*padding-left: 10px;*/
  max-width: 200px;
}
@media (max-width: 576px) {
  #dach input[type=text], #fassade input[type=text] {
    /*width:  100%;*/
  }
}
#dach .title-row, #fassade .title-row {
  border-bottom: 1px solid #edeff1;
}
#dach .title-row .h4, #fassade .title-row .h4 {
  color: #000025;
  font-size: 22px;
}
#dach .label-inside, #fassade .label-inside {
  width: 180px;
}
@media (max-width: 992px) {
  #dach .label-inside, #fassade .label-inside {
    width: 100%;
  }
}
#dach .label-inside input[type=text], #fassade .label-inside input[type=text] {
  width: 100%;
}
#dach .label-verbesserung, #fassade .label-verbesserung {
  display: inline;
  color: #fff;
  background-color: #28a745;
  border-radius: 20px;
  padding: 3px 15px 3px 15px;
  font-weight: 400;
}

#fassade-disclaimer p, #dach-disclaimer p {
  line-height: 1.3;
}
@media (max-width: 576px) {
  #fassade-disclaimer p, #dach-disclaimer p {
    padding: 0px;
  }
}

@media (max-width: 1199px) {
  .fassade-pdf .pdf-button, .dach-pdf .pdf-button {
    margin-top: 40px;
  }
}
@media (max-width: 991px) {
  .fassade-pdf .pdf-button, .dach-pdf .pdf-button {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .fassade-pdf .pdf-button, .dach-pdf .pdf-button {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .fassade-pdf .pdf-button, .dach-pdf .pdf-button {
    margin-top: 50px;
    padding-left: 0;
    padding-right: 0;
  }
}

.label-light {
  color: rgb(159, 159, 159);
  font-size: 13px;
}

.energy-table table {
  width: 100%;
  height: 10px;
}
.energy-table table tr td {
  height: 10px;
  width: 14.2%;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 0 !important;
  border: 0 !important;
  position: relative;
}
.energy-table table tr td.energy {
  opacity: 0.6;
}
.energy-table table tr td.energy.active {
  opacity: 1;
}
.energy-table table tr td.energy div {
  opacity: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  top: -3px;
  padding-top: 2px;
  bottom: -3px;
  font-size: 12px;
  transition: opacity 0.6s;
}
.energy-table table tr td.energy div.active {
  opacity: 1;
  transition: opacity 0.6s;
}
.energy-table table tr td.energy.energy-a {
  background: #03c202;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.energy-table table tr td.energy.energy-a div {
  background: #03c202;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.energy-table table tr td.energy.energy-b {
  background: #3af40b;
}
.energy-table table tr td.energy.energy-b div {
  background: #03c202;
}
.energy-table table tr td.energy.energy-c {
  background: #97fc02;
}
.energy-table table tr td.energy.energy-c div {
  background: #97fc02;
}
.energy-table table tr td.energy.energy-d {
  background: #edf901;
}
.energy-table table tr td.energy.energy-d div {
  background: #edf901;
}
.energy-table table tr td.energy.energy-e {
  background: #ffcc1b;
}
.energy-table table tr td.energy.energy-e div {
  background: #ffcc1b;
}
.energy-table table tr td.energy.energy-f {
  background: #f66700;
}
.energy-table table tr td.energy.energy-f div {
  background: #f66700;
}
.energy-table table tr td.energy.energy-g {
  background: #ea0000;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.energy-table table tr td.energy.energy-g div {
  background: #ea0000;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

<<<<<<< HEAD
.gebaudedaten {
=======
.standortplaene {
>>>>>>> main
  padding-top: 45px;
  position: relative;
  padding-bottom: 120px;
  -webkit-hyphens: auto;
<<<<<<< HEAD
      -ms-hyphens: auto;
          hyphens: auto;
}
.gebaudedaten .table td {
  border-top: 1px solid #edeff1;
}
@media (max-width: 575px) {
  .gebaudedaten {
    padding-top: 160px;
=======
          hyphens: auto;
}
.standortplaene .table td {
  border-top: 1px solid #edeff1;
}
@media (max-width: 575px) {
  .standortplaene {
    padding-top: 45px;
>>>>>>> main
    padding-bottom: 80px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
<<<<<<< HEAD
.gebaudedaten .title {
=======
.standortplaene .title {
>>>>>>> main
  font-size: 2.1rem !important;
  padding-bottom: 40px !important;
  padding-top: 0 !important;
  text-align: center;
  -webkit-hyphens: none;
<<<<<<< HEAD
      -ms-hyphens: none;
          hyphens: none;
}
@media (max-width: 575px) {
  .gebaudedaten .title {
    font-size: 1.5rem !important;
    padding-bottom: 30px !important;
    padding-left: 15px;
  }
}
.gebaudedaten .title.app-title {
  text-align: left;
  padding-bottom: 0 !important;
}
=======
          hyphens: none;
}
@media (max-width: 575px) {
  .standortplaene .title {
    font-size: 1.5rem !important;
    padding-bottom: 30px !important;
  }
}
.standortplaene .title.app-title {
  text-align: left;
  padding-bottom: 0 !important;
}
@media (max-width: 767px) {
  .standortplaene .dxf-btn {
    float: right;
  }
}
>>>>>>> main

.checkbox-toggler {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 15px;
  border: 1px solid white;
  box-shadow: 0 0 0 1px rgba(131, 131, 131, 0.5);
  border-radius: 0px;
}

.checkbox-toggler .toggler {
  width: 50%;
  height: 100%;
  background: rgba(131, 131, 131, 0.5);
  border-radius: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: left 150ms linear;
}

.checkbox-toggler input {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-toggler input:checked + .toggler {
  left: 50%;
  background: rgba(58, 185, 70, 0.8);
}

.building-player-gd {
  position: relative;
}
.building-player-gd .solar-on-off {
  font-size: 14px;
}
.building-player-gd .solar-box {
  width: 104px;
  height: 45px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 100;
  text-align: center;
  border: 1px solid #eee;
}
.building-player-gd .no-3d-data-error {
  right: 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 110;
  background: #ea2222;
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  overflow: hidden;
}
.building-player-gd .no-3d-data-error.shown {
  transition: max-height 1s ease-in-out;
  max-height: 200px;
}
.building-player-gd .no-3d-data-error .inner {
  font-size: 14px;
  color: #fff;
  padding: 14px;
}

.energy-div {
  display: inline-block;
  width: 35px;
  padding: 4px 13px;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
}
.energy-div.energy-a {
  background: #03c202;
}
.energy-div.energy-b {
  background: #3af40b;
}
.energy-div.energy-c {
  background: #97fc02;
}
.energy-div.energy-d {
  background: #edf901;
  background: rgb(237, 244, 10);
}
.energy-div.energy-e {
  background: #ffcc1b;
}
.energy-div.energy-f {
  background: #f66700;
}
.energy-div.energy-g {
  background: #EA0000;
}

.heizung_table_single {
  width: 100%;
}
@media (max-width: 575px) {
  .heizung_table_single {
    margin-top: 7px;
  }
}
.heizung_table_single tr td {
  font-size: 12px;
  padding: 3px;
}
@media (max-width: 575px) {
  .heizung_table_single tr td {
    padding-left: 0;
    padding-right: 0;
  }
}
.heizung_table_single tr td.heizung_table_sublabel {
  width: 120px;
}
.heizung_table_single tr td.heizung_table_total {
  width: 120px;
  text-align: right;
  font-weight: 500;
  font-size: 15px;
}
@media (max-width: 767px) {
  .heizung_table_single tr td.heizung_table_total {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .heizung_table_single tr td.heizung_table_total {
    font-size: 13.5px;
    padding-right: 5px;
  }
}
.heizung_table_single tr td.heizung_table_total .mass {
  font-weight: 300;
}
.heizung_table_single tr td.heizung_table_total .verbrauch {
  font-weight: 300;
  font-size: 14px;
}
@media (max-width: 767px) {
  .heizung_table_single tr td.heizung_table_total .verbrauch {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .heizung_table_single tr td.heizung_table_total .verbrauch {
    font-size: 13px;
  }
}
@media (max-width: 575px) {
  .heizung_table_single tr:nth-child(1) td {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .heizung_table_single tr:nth-child(2) td {
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  .heizung_table_single tr:last-child td {
    padding-bottom: 0;
  }
}
.heizung_table_single tr.co2-row td {
  padding-bottom: 0;
}
@media (min-width: 576px) {
  .heizung_table_single tr.co2-row td {
    padding-top: 0;
  }
}

.heizung-ist-zustand {
  display: none;
}
.heizung-ist-zustand.shown {
  display: block;
}

.heizung-view-all {
  display: none;
}
@media (max-width: 575px) {
  .heizung-view-all {
    display: block;
  }
}
.heizung-view-all.selected {
  display: block;
}

.heizung-view-co2 {
  display: none;
}
.heizung-view-co2.selected {
  display: block;
}
@media (max-width: 575px) {
  .heizung-view-co2.selected {
    display: none;
  }
}

.energy-div-mobile {
  display: none;
}
@media (max-width: 575px) {
  .energy-div-mobile {
    display: block;
  }
}

@media (min-width: 576px) {
  .co2-ist-table {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .co2-ist-table {
    padding-left: 0;
    padding-right: 0;
  }
}

.heizung-ist-zustand {
  height: 0;
  visibility: hidden;
  display: none;
  background-color: #f8fcfd;
  border-bottom: 2px solid #c7e3ee;
}
.heizung-ist-zustand.co2-selected {
  display: block;
  height: auto;
  visibility: visible;
}
@media (max-width: 575px) {
  .heizung-ist-zustand {
    height: auto;
    visibility: visible;
    margin-top: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 20px !important;
  }
  .heizung-ist-zustand .co2-title {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 575px) {
  .heizung-col-mobile {
    padding-left: 0;
    padding-right: 0;
  }
}
<<<<<<< HEAD
=======
 */:root{--blue:#c7e3ee;--indigo:#6610f2;--purple:#6f42c1;--pink:#e83e8c;--red:#dc3545;--orange:#fd7e14;--yellow:#ffc107;--green:#28a745;--teal:#20c997;--cyan:#17a2b8;--white:#fff;--gray:#6c757d;--gray-dark:#343a40;--primary:#c7e3ee;--secondary:#6c757d;--success:#28a745;--info:#17a2b8;--warning:#ffc107;--danger:#dc3545;--light:#f8f9fa;--dark:#343a40;--breakpoint-xs:0;--breakpoint-sm:576px;--breakpoint-md:768px;--breakpoint-lg:992px;--breakpoint-xl:1200px;--font-family-sans-serif:"Lato",sans-serif;--font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace}*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{background-color:#fff;color:#212529;font-family:Lato,sans-serif;font-size:1rem;font-weight:400;line-height:1;margin:0;text-align:left}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{background-color:transparent;color:#c7e3ee;text-decoration:none}a:hover{color:#8cc6dc;text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{-ms-overflow-style:scrollbar;margin-bottom:1rem;margin-top:0;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{caption-side:bottom;color:#6c757d;padding-bottom:.75rem;padding-top:.75rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{cursor:pointer;display:list-item}template{display:none}[hidden]{display:none!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;line-height:1.2;margin-bottom:.5rem}.h1,h1{font-size:2.5rem}.h2,h2{font-size:2rem}.h3,h3{font-size:1.75rem}.h4,h4{font-size:1.5rem}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:6rem}.display-1,.display-2{font-weight:300;line-height:1.2}.display-2{font-size:5.5rem}.display-3{font-size:4.5rem}.display-3,.display-4{font-weight:300;line-height:1.2}.display-4{font-size:3.5rem}hr{border:0;border-top:1px solid rgba(0,0,0,.1);margin-bottom:1rem;margin-top:1rem}.small,small{font-size:80%;font-weight:400}.mark,mark{background-color:#fcf8e3;padding:.2em}.list-inline,.list-unstyled{list-style:none;padding-left:0}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:90%;text-transform:uppercase}.blockquote{font-size:1.25rem;margin-bottom:1rem}.blockquote-footer{color:#6c757d;display:block;font-size:80%}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{height:auto;max-width:100%}.img-thumbnail{background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;padding:.25rem}.figure{display:inline-block}.figure-img{line-height:1;margin-bottom:.5rem}.figure-caption{color:#6c757d;font-size:90%}code{word-wrap:break-word;color:#e83e8c;font-size:87.5%}a>code{color:inherit}kbd{background-color:#212529;border-radius:.2rem;color:#fff;font-size:87.5%;padding:.2rem .4rem}kbd kbd{font-size:100%;font-weight:700;padding:0}pre{color:#212529;display:block;font-size:87.5%}pre code{color:inherit;font-size:inherit;word-break:normal}.pre-scrollable{max-height:340px;overflow-y:scroll}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.no-gutters{margin-left:0;margin-right:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-left:0;padding-right:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{padding-left:15px;padding-right:15px;position:relative;width:100%}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;max-width:100%;width:auto}.col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media (min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;max-width:100%;width:auto}.col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media (min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;max-width:100%;width:auto}.col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media (min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;max-width:100%;width:auto}.col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media (min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;max-width:100%;width:auto}.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}.table{color:#212529;margin-bottom:1rem;width:100%}.table td,.table th{border-top:1px solid #dee2e6;padding:.75rem;vertical-align:top}.table thead th{border-bottom:2px solid #dee2e6;vertical-align:bottom}.table tbody+tbody{border-top:2px solid #dee2e6}.table-sm td,.table-sm th{padding:.3rem}.table-bordered,.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-borderless tbody+tbody,.table-borderless td,.table-borderless th,.table-borderless thead th{border:0}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075);color:#212529}.table-primary,.table-primary>td,.table-primary>th{background-color:#eff7fa}.table-primary tbody+tbody,.table-primary td,.table-primary th,.table-primary thead th{border-color:#e2f0f6}.table-hover .table-primary:hover,.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#dcedf4}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-secondary tbody+tbody,.table-secondary td,.table-secondary th,.table-secondary thead th{border-color:#b3b7bb}.table-hover .table-secondary:hover,.table-hover .table-secondary:hover>td,.table-hover .table-secondary:hover>th{background-color:#c8cbcf}.table-success,.table-success>td,.table-success>th{background-color:#c3e6cb}.table-success tbody+tbody,.table-success td,.table-success th,.table-success thead th{border-color:#8fd19e}.table-hover .table-success:hover,.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-info tbody+tbody,.table-info td,.table-info th,.table-info thead th{border-color:#86cfda}.table-hover .table-info:hover,.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-warning tbody+tbody,.table-warning td,.table-warning th,.table-warning thead th{border-color:#ffdf7e}.table-hover .table-warning:hover,.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-danger tbody+tbody,.table-danger td,.table-danger th,.table-danger thead th{border-color:#ed969e}.table-hover .table-danger:hover,.table-hover .table-danger:hover>td,.table-hover .table-danger:hover>th{background-color:#f1b0b7}.table-light,.table-light>td,.table-light>th{background-color:#fdfdfe}.table-light tbody+tbody,.table-light td,.table-light th,.table-light thead th{border-color:#fbfcfc}.table-hover .table-light:hover,.table-hover .table-light:hover>td,.table-hover .table-light:hover>th{background-color:#ececf6}.table-dark,.table-dark>td,.table-dark>th{background-color:#c6c8ca}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#95999c}.table-hover .table-dark:hover,.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th,.table-hover .table-active:hover,.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.table .thead-dark th{background-color:#343a40;border-color:#454d55;color:#fff}.table .thead-light th{background-color:#e9ecef;border-color:#dee2e6;color:#495057}.table-dark{background-color:#343a40;color:#fff}.table-dark td,.table-dark th,.table-dark thead th{border-color:#454d55}.table-dark.table-bordered{border:0}.table-dark.table-striped tbody tr:nth-of-type(odd){background-color:hsla(0,0%,100%,.05)}.table-dark.table-hover tbody tr:hover{background-color:hsla(0,0%,100%,.075);color:#fff}@media (max-width:575.98px){.table-responsive-sm{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-sm>.table-bordered{border:0}}@media (max-width:767.98px){.table-responsive-md{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-md>.table-bordered{border:0}}@media (max-width:991.98px){.table-responsive-lg{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-lg>.table-bordered{border:0}}@media (max-width:1199.98px){.table-responsive-xl{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive-xl>.table-bordered{border:0}}.table-responsive{-webkit-overflow-scrolling:touch;display:block;overflow-x:auto;width:100%}.table-responsive>.table-bordered{border:0}.form-control{background-clip:padding-box;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;color:#495057;display:block;font-size:1rem;font-weight:400;height:calc(1em + .75rem + 2px);line-height:1;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control::-ms-expand{background-color:transparent;border:0}.form-control:focus{background-color:#fff;border-color:#fff;box-shadow:0 0 0 .2rem rgba(199,227,238,.25);color:#495057;outline:0}.form-control::-moz-placeholder{color:#6c757d;opacity:1}.form-control:-ms-input-placeholder{color:#6c757d;opacity:1}.form-control::placeholder{color:#6c757d;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9ecef;opacity:1}input[type=date].form-control,input[type=datetime-local].form-control,input[type=month].form-control,input[type=time].form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select.form-control:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}select.form-control:focus::-ms-value{background-color:#fff;color:#495057}.form-control-file,.form-control-range{display:block;width:100%}.col-form-label{font-size:inherit;line-height:1;margin-bottom:0;padding-bottom:calc(.375rem + 1px);padding-top:calc(.375rem + 1px)}.col-form-label-lg{font-size:1.25rem;line-height:1.5;padding-bottom:calc(.5rem + 1px);padding-top:calc(.5rem + 1px)}.col-form-label-sm{font-size:.875rem;line-height:1.5;padding-bottom:calc(.25rem + 1px);padding-top:calc(.25rem + 1px)}.form-control-plaintext{background-color:transparent;border:solid transparent;border-width:1px 0;color:#212529;display:block;font-size:1rem;line-height:1;margin-bottom:0;padding:.375rem 0;width:100%}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-left:0;padding-right:0}.form-control-sm{border-radius:.2rem;font-size:.875rem;height:calc(1.5em + .5rem + 2px);line-height:1.5;padding:.25rem .5rem}.form-control-lg{border-radius:.3rem;font-size:1.25rem;height:calc(1.5em + 1rem + 2px);line-height:1.5;padding:.5rem 1rem}select.form-control[multiple],select.form-control[size],textarea.form-control{height:auto}.form-group{margin-bottom:1rem}.form-text{display:block;margin-top:.25rem}.form-row{display:flex;flex-wrap:wrap;margin-left:-5px;margin-right:-5px}.form-row>.col,.form-row>[class*=col-]{padding-left:5px;padding-right:5px}.form-check{display:block;padding-left:1.25rem;position:relative}.form-check-input{margin-left:-1.25rem;margin-top:.3rem;position:absolute}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{color:#6c757d}.form-check-label{margin-bottom:0}.form-check-inline{align-items:center;display:inline-flex;margin-right:.75rem;padding-left:0}.form-check-inline .form-check-input{margin-left:0;margin-right:.3125rem;margin-top:0;position:static}.valid-feedback{color:#28a745;display:none;font-size:80%;margin-top:.25rem;width:100%}.valid-tooltip{background-color:rgba(40,167,69,.9);border-radius:.25rem;color:#fff;display:none;font-size:.875rem;left:0;line-height:1;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.valid-tooltip,.form-row>[class*=col-]>.valid-tooltip{left:5px}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.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 calc(.25em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.5em + .375rem) calc(.5em + .375rem);border-color:#28a745;padding-right:calc(1em + .75rem)!important}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.was-validated select.form-control:valid,select.form-control.is-valid{background-position:right 1.5rem center;padding-right:3rem!important}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{background-position:top calc(.25em + .1875rem) right calc(.25em + .1875rem);padding-right:calc(1em + .75rem)}.custom-select.is-valid,.was-validated .custom-select:valid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73.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") center right 1.75rem/calc(.5em + .375rem) calc(.5em + .375rem) no-repeat;border-color:#28a745;padding-right:calc(.75em + 2.3125rem)!important}.custom-select.is-valid:focus,.was-validated .custom-select:valid:focus{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#28a745}.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip,.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip{display:block}.custom-control-input.is-valid~.custom-control-label,.was-validated .custom-control-input:valid~.custom-control-label{color:#28a745}.custom-control-input.is-valid~.custom-control-label:before,.was-validated .custom-control-input:valid~.custom-control-label:before{border-color:#28a745}.custom-control-input.is-valid:checked~.custom-control-label:before,.was-validated .custom-control-input:valid:checked~.custom-control-label:before{background-color:#34ce57;border-color:#34ce57}.custom-control-input.is-valid:focus~.custom-control-label:before,.was-validated .custom-control-input:valid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label:before{border-color:#28a745}.custom-file-input.is-valid~.custom-file-label,.was-validated .custom-file-input:valid~.custom-file-label{border-color:#28a745}.custom-file-input.is-valid:focus~.custom-file-label,.was-validated .custom-file-input:valid:focus~.custom-file-label{border-color:#28a745;box-shadow:0 0 0 .2rem rgba(40,167,69,.25)}.invalid-feedback{color:#dc3545;display:none;font-size:80%;margin-top:.25rem;width:100%}.invalid-tooltip{background-color:rgba(220,53,69,.9);border-radius:.25rem;color:#fff;display:none;font-size:.875rem;left:0;line-height:1;margin-top:.1rem;max-width:100%;padding:.25rem .5rem;position:absolute;top:100%;z-index:5}.form-row>.col>.invalid-tooltip,.form-row>[class*=col-]>.invalid-tooltip{left:5px}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");background-position:right calc(.25em + .1875rem) center;background-repeat:no-repeat;background-size:calc(.5em + .375rem) calc(.5em + .375rem);border-color:#dc3545;padding-right:calc(1em + .75rem)!important}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.was-validated select.form-control:invalid,select.form-control.is-invalid{background-position:right 1.5rem center;padding-right:3rem!important}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{background-position:top calc(.25em + .1875rem) right calc(.25em + .1875rem);padding-right:calc(1em + .75rem)}.custom-select.is-invalid,.was-validated .custom-select:invalid{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat,#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E") center right 1.75rem/calc(.5em + .375rem) calc(.5em + .375rem) no-repeat;border-color:#dc3545;padding-right:calc(.75em + 2.3125rem)!important}.custom-select.is-invalid:focus,.was-validated .custom-select:invalid:focus{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#dc3545}.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip,.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip{display:block}.custom-control-input.is-invalid~.custom-control-label,.was-validated .custom-control-input:invalid~.custom-control-label{color:#dc3545}.custom-control-input.is-invalid~.custom-control-label:before,.was-validated .custom-control-input:invalid~.custom-control-label:before{border-color:#dc3545}.custom-control-input.is-invalid:checked~.custom-control-label:before,.was-validated .custom-control-input:invalid:checked~.custom-control-label:before{background-color:#e4606d;border-color:#e4606d}.custom-control-input.is-invalid:focus~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label:before,.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label:before{border-color:#dc3545}.custom-file-input.is-invalid~.custom-file-label,.was-validated .custom-file-input:invalid~.custom-file-label{border-color:#dc3545}.custom-file-input.is-invalid:focus~.custom-file-label,.was-validated .custom-file-input:invalid:focus~.custom-file-label{border-color:#dc3545;box-shadow:0 0 0 .2rem rgba(220,53,69,.25)}.form-inline{align-items:center;display:flex;flex-flow:row wrap}.form-inline .form-check{width:100%}@media (min-width:576px){.form-inline label{justify-content:center}.form-inline .form-group,.form-inline label{align-items:center;display:flex;margin-bottom:0}.form-inline .form-group{flex:0 0 auto;flex-flow:row wrap}.form-inline .form-control{display:inline-block;vertical-align:middle;width:auto}.form-inline .form-control-plaintext{display:inline-block}.form-inline .custom-select,.form-inline .input-group{width:auto}.form-inline .form-check{align-items:center;display:flex;justify-content:center;padding-left:0;width:auto}.form-inline .form-check-input{flex-shrink:0;margin-left:0;margin-right:.25rem;margin-top:0;position:relative}.form-inline .custom-control{align-items:center;justify-content:center}.form-inline .custom-control-label{margin-bottom:0}}.btn{background-color:transparent;border:1px solid transparent;border-radius:.25rem;color:#212529;display:inline-block;font-size:1rem;font-weight:400;line-height:1;padding:.375rem .75rem;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:middle}@media (prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{box-shadow:0 0 0 .2rem rgba(199,227,238,.25);outline:0}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{background-color:#c7e3ee;border-color:#c7e3ee;color:#212529}.btn-primary.focus,.btn-primary:focus,.btn-primary:hover{background-color:#aad4e5;border-color:#a0cfe2;color:#212529}.btn-primary.focus,.btn-primary:focus{box-shadow:0 0 0 .2rem rgba(174,199,208,.5)}.btn-primary.disabled,.btn-primary:disabled{background-color:#c7e3ee;border-color:#c7e3ee;color:#212529}.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{background-color:#a0cfe2;border-color:#96cbdf;color:#212529}.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(174,199,208,.5)}.btn-secondary{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-secondary.focus,.btn-secondary:focus,.btn-secondary:hover{background-color:#5a6268;border-color:#545b62;color:#fff}.btn-secondary.focus,.btn-secondary:focus{box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5)}.btn-secondary.disabled,.btn-secondary:disabled{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active,.show>.btn-secondary.dropdown-toggle{background-color:#545b62;border-color:#4e555b;color:#fff}.btn-secondary:not(:disabled):not(.disabled).active:focus,.btn-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(208,6%,54%,.5)}.btn-success{background-color:#28a745;border-color:#28a745;color:#fff}.btn-success.focus,.btn-success:focus,.btn-success:hover{background-color:#218838;border-color:#1e7e34;color:#fff}.btn-success.focus,.btn-success:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-success.disabled,.btn-success:disabled{background-color:#28a745;border-color:#28a745;color:#fff}.btn-success:not(:disabled):not(.disabled).active,.btn-success:not(:disabled):not(.disabled):active,.show>.btn-success.dropdown-toggle{background-color:#1e7e34;border-color:#1c7430;color:#fff}.btn-success:not(:disabled):not(.disabled).active:focus,.btn-success:not(:disabled):not(.disabled):active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(72,180,97,.5)}.btn-info{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-info.focus,.btn-info:focus,.btn-info:hover{background-color:#138496;border-color:#117a8b;color:#fff}.btn-info.focus,.btn-info:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-info.disabled,.btn-info:disabled{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-info:not(:disabled):not(.disabled).active,.btn-info:not(:disabled):not(.disabled):active,.show>.btn-info.dropdown-toggle{background-color:#117a8b;border-color:#10707f;color:#fff}.btn-info:not(:disabled):not(.disabled).active:focus,.btn-info:not(:disabled):not(.disabled):active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(58,176,195,.5)}.btn-warning{background-color:#ffc107;border-color:#ffc107;color:#212529}.btn-warning.focus,.btn-warning:focus,.btn-warning:hover{background-color:#e0a800;border-color:#d39e00;color:#212529}.btn-warning.focus,.btn-warning:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-warning.disabled,.btn-warning:disabled{background-color:#ffc107;border-color:#ffc107;color:#212529}.btn-warning:not(:disabled):not(.disabled).active,.btn-warning:not(:disabled):not(.disabled):active,.show>.btn-warning.dropdown-toggle{background-color:#d39e00;border-color:#c69500;color:#212529}.btn-warning:not(:disabled):not(.disabled).active:focus,.btn-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(222,170,12,.5)}.btn-danger{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-danger.focus,.btn-danger:focus,.btn-danger:hover{background-color:#c82333;border-color:#bd2130;color:#fff}.btn-danger.focus,.btn-danger:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-danger.disabled,.btn-danger:disabled{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-danger:not(:disabled):not(.disabled).active,.btn-danger:not(:disabled):not(.disabled):active,.show>.btn-danger.dropdown-toggle{background-color:#bd2130;border-color:#b21f2d;color:#fff}.btn-danger:not(:disabled):not(.disabled).active:focus,.btn-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(225,83,97,.5)}.btn-light{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.btn-light.focus,.btn-light:focus,.btn-light:hover{background-color:#e2e6ea;border-color:#dae0e5;color:#212529}.btn-light.focus,.btn-light:focus{box-shadow:0 0 0 .2rem hsla(220,4%,85%,.5)}.btn-light.disabled,.btn-light:disabled{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.btn-light:not(:disabled):not(.disabled).active,.btn-light:not(:disabled):not(.disabled):active,.show>.btn-light.dropdown-toggle{background-color:#dae0e5;border-color:#d3d9df;color:#212529}.btn-light:not(:disabled):not(.disabled).active:focus,.btn-light:not(:disabled):not(.disabled):active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(220,4%,85%,.5)}.btn-dark{background-color:#343a40;border-color:#343a40;color:#fff}.btn-dark.focus,.btn-dark:focus,.btn-dark:hover{background-color:#23272b;border-color:#1d2124;color:#fff}.btn-dark.focus,.btn-dark:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-dark.disabled,.btn-dark:disabled{background-color:#343a40;border-color:#343a40;color:#fff}.btn-dark:not(:disabled):not(.disabled).active,.btn-dark:not(:disabled):not(.disabled):active,.show>.btn-dark.dropdown-toggle{background-color:#1d2124;border-color:#171a1d;color:#fff}.btn-dark:not(:disabled):not(.disabled).active:focus,.btn-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(82,88,93,.5)}.btn-outline-primary{border-color:#c7e3ee;color:#c7e3ee}.btn-outline-primary:hover{background-color:#c7e3ee;border-color:#c7e3ee;color:#212529}.btn-outline-primary.focus,.btn-outline-primary:focus{box-shadow:0 0 0 .2rem rgba(199,227,238,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{background-color:transparent;color:#c7e3ee}.btn-outline-primary:not(:disabled):not(.disabled).active,.btn-outline-primary:not(:disabled):not(.disabled):active,.show>.btn-outline-primary.dropdown-toggle{background-color:#c7e3ee;border-color:#c7e3ee;color:#212529}.btn-outline-primary:not(:disabled):not(.disabled).active:focus,.btn-outline-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-primary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(199,227,238,.5)}.btn-outline-secondary{border-color:#6c757d;color:#6c757d}.btn-outline-secondary:hover{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-outline-secondary.focus,.btn-outline-secondary:focus{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{background-color:transparent;color:#6c757d}.btn-outline-secondary:not(:disabled):not(.disabled).active,.btn-outline-secondary:not(:disabled):not(.disabled):active,.show>.btn-outline-secondary.dropdown-toggle{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5)}.btn-outline-success{border-color:#28a745;color:#28a745}.btn-outline-success:hover{background-color:#28a745;border-color:#28a745;color:#fff}.btn-outline-success.focus,.btn-outline-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{background-color:transparent;color:#28a745}.btn-outline-success:not(:disabled):not(.disabled).active,.btn-outline-success:not(:disabled):not(.disabled):active,.show>.btn-outline-success.dropdown-toggle{background-color:#28a745;border-color:#28a745;color:#fff}.btn-outline-success:not(:disabled):not(.disabled).active:focus,.btn-outline-success:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-success.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5)}.btn-outline-info{border-color:#17a2b8;color:#17a2b8}.btn-outline-info:hover{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-outline-info.focus,.btn-outline-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{background-color:transparent;color:#17a2b8}.btn-outline-info:not(:disabled):not(.disabled).active,.btn-outline-info:not(:disabled):not(.disabled):active,.show>.btn-outline-info.dropdown-toggle{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-outline-info:not(:disabled):not(.disabled).active:focus,.btn-outline-info:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-info.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5)}.btn-outline-warning{border-color:#ffc107;color:#ffc107}.btn-outline-warning:hover{background-color:#ffc107;border-color:#ffc107;color:#212529}.btn-outline-warning.focus,.btn-outline-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{background-color:transparent;color:#ffc107}.btn-outline-warning:not(:disabled):not(.disabled).active,.btn-outline-warning:not(:disabled):not(.disabled):active,.show>.btn-outline-warning.dropdown-toggle{background-color:#ffc107;border-color:#ffc107;color:#212529}.btn-outline-warning:not(:disabled):not(.disabled).active:focus,.btn-outline-warning:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-warning.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5)}.btn-outline-danger{border-color:#dc3545;color:#dc3545}.btn-outline-danger:hover{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-outline-danger.focus,.btn-outline-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{background-color:transparent;color:#dc3545}.btn-outline-danger:not(:disabled):not(.disabled).active,.btn-outline-danger:not(:disabled):not(.disabled):active,.show>.btn-outline-danger.dropdown-toggle{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-outline-danger:not(:disabled):not(.disabled).active:focus,.btn-outline-danger:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-danger.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5)}.btn-outline-light{border-color:#f8f9fa;color:#f8f9fa}.btn-outline-light:hover{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.btn-outline-light.focus,.btn-outline-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{background-color:transparent;color:#f8f9fa}.btn-outline-light:not(:disabled):not(.disabled).active,.btn-outline-light:not(:disabled):not(.disabled):active,.show>.btn-outline-light.dropdown-toggle{background-color:#f8f9fa;border-color:#f8f9fa;color:#212529}.btn-outline-light:not(:disabled):not(.disabled).active:focus,.btn-outline-light:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-light.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5)}.btn-outline-dark{border-color:#343a40;color:#343a40}.btn-outline-dark:hover{background-color:#343a40;border-color:#343a40;color:#fff}.btn-outline-dark.focus,.btn-outline-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{background-color:transparent;color:#343a40}.btn-outline-dark:not(:disabled):not(.disabled).active,.btn-outline-dark:not(:disabled):not(.disabled):active,.show>.btn-outline-dark.dropdown-toggle{background-color:#343a40;border-color:#343a40;color:#fff}.btn-outline-dark:not(:disabled):not(.disabled).active:focus,.btn-outline-dark:not(:disabled):not(.disabled):active:focus,.show>.btn-outline-dark.dropdown-toggle:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5)}.btn-link{color:#c7e3ee;font-weight:400;text-decoration:none}.btn-link:hover{color:#8cc6dc}.btn-link.focus,.btn-link:focus,.btn-link:hover{text-decoration:underline}.btn-link.disabled,.btn-link:disabled{color:#6c757d;pointer-events:none}.btn-group-lg>.btn,.btn-lg{border-radius:.3rem;font-size:1.25rem;line-height:1.5;padding:.5rem 1rem}.btn-group-sm>.btn,.btn-sm{border-radius:.2rem;font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:.5rem}input[type=button].btn-block,input[type=reset].btn-block,input[type=submit].btn-block{width:100%}.fade{transition:opacity .15s linear}@media (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;position:relative;transition:height .35s ease}@media (prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropleft,.dropright,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{border-bottom:0;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.15);border-radius:.25rem;color:#212529;display:none;float:left;font-size:1rem;left:0;list-style:none;margin:.125rem 0 0;min-width:10rem;padding:.5rem 0;position:absolute;text-align:left;top:100%;z-index:1000}.dropdown-menu-left{left:0;right:auto}.dropdown-menu-right{left:auto;right:0}@media (min-width:576px){.dropdown-menu-sm-left{left:0;right:auto}.dropdown-menu-sm-right{left:auto;right:0}}@media (min-width:768px){.dropdown-menu-md-left{left:0;right:auto}.dropdown-menu-md-right{left:auto;right:0}}@media (min-width:992px){.dropdown-menu-lg-left{left:0;right:auto}.dropdown-menu-lg-right{left:auto;right:0}}@media (min-width:1200px){.dropdown-menu-xl-left{left:0;right:auto}.dropdown-menu-xl-right{left:auto;right:0}}.dropup .dropdown-menu{bottom:100%;margin-bottom:.125rem;margin-top:0;top:auto}.dropup .dropdown-toggle:after{border-bottom:.3em solid;border-left:.3em solid transparent;border-right:.3em solid transparent;border-top:0;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-menu{left:100%;margin-left:.125rem;margin-top:0;right:auto;top:0}.dropright .dropdown-toggle:after{border-bottom:.3em solid transparent;border-left:.3em solid;border-right:0;border-top:.3em solid transparent;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropright .dropdown-toggle:empty:after{margin-left:0}.dropright .dropdown-toggle:after{vertical-align:0}.dropleft .dropdown-menu{left:auto;margin-right:.125rem;margin-top:0;right:100%;top:0}.dropleft .dropdown-toggle:after{content:"";display:inline-block;display:none;margin-left:.255em;vertical-align:.255em}.dropleft .dropdown-toggle:before{border-bottom:.3em solid transparent;border-right:.3em solid;border-top:.3em solid transparent;content:"";display:inline-block;margin-right:.255em;vertical-align:.255em}.dropleft .dropdown-toggle:empty:after{margin-left:0}.dropleft .dropdown-toggle:before{vertical-align:0}.dropdown-menu[x-placement^=bottom],.dropdown-menu[x-placement^=left],.dropdown-menu[x-placement^=right],.dropdown-menu[x-placement^=top]{bottom:auto;right:auto}.dropdown-divider{border-top:1px solid #e9ecef;height:0;margin:.5rem 0;overflow:hidden}.dropdown-item{background-color:transparent;border:0;clear:both;color:#212529;display:block;font-weight:400;padding:.25rem 1.5rem;text-align:inherit;white-space:nowrap;width:100%}.dropdown-item:focus,.dropdown-item:hover{background-color:#e9ecef;color:#16181b;text-decoration:none}.dropdown-item.active,.dropdown-item:active{background-color:#c7e3ee;color:#fff;text-decoration:none}.dropdown-item.disabled,.dropdown-item:disabled{background-color:transparent;color:#adb5bd;pointer-events:none}.dropdown-menu.show{display:block}.dropdown-header{color:#6c757d;display:block;font-size:.875rem;margin-bottom:0;padding:.5rem 1.5rem;white-space:nowrap}.dropdown-item-text{color:#212529;display:block;padding:.25rem 1.5rem}.btn-group,.btn-group-vertical{display:inline-flex;position:relative;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{flex:1 1 auto;position:relative}.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.dropdown-toggle-split{padding-left:.5625rem;padding-right:.5625rem}.dropdown-toggle-split:after,.dropright .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropleft .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-left:.375rem;padding-right:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-left:.75rem;padding-right:.75rem}.btn-group-vertical{align-items:flex-start;flex-direction:column;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-left-radius:0;border-bottom-right-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn:not(:first-child){border-top-left-radius:0;border-top-right-radius:0}.btn-group-toggle>.btn,.btn-group-toggle>.btn-group>.btn{margin-bottom:0}.btn-group-toggle>.btn input[type=checkbox],.btn-group-toggle>.btn input[type=radio],.btn-group-toggle>.btn-group>.btn input[type=checkbox],.btn-group-toggle>.btn-group>.btn input[type=radio]{clip:rect(0,0,0,0);pointer-events:none;position:absolute}.input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control,.input-group>.form-control-plaintext{flex:1 1 auto;margin-bottom:0;min-width:0;position:relative;width:1%}.input-group>.custom-file+.custom-file,.input-group>.custom-file+.custom-select,.input-group>.custom-file+.form-control,.input-group>.custom-select+.custom-file,.input-group>.custom-select+.custom-select,.input-group>.custom-select+.form-control,.input-group>.form-control+.custom-file,.input-group>.form-control+.custom-select,.input-group>.form-control+.form-control,.input-group>.form-control-plaintext+.custom-file,.input-group>.form-control-plaintext+.custom-select,.input-group>.form-control-plaintext+.form-control{margin-left:-1px}.input-group>.custom-file .custom-file-input:focus~.custom-file-label,.input-group>.custom-select:focus,.input-group>.form-control:focus{z-index:3}.input-group>.custom-file .custom-file-input:focus{z-index:4}.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group>.custom-file{align-items:center;display:flex}.input-group>.custom-file:not(:last-child) .custom-file-label,.input-group>.custom-file:not(:last-child) .custom-file-label:after{border-bottom-right-radius:0;border-top-right-radius:0}.input-group>.custom-file:not(:first-child) .custom-file-label{border-bottom-left-radius:0;border-top-left-radius:0}.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label,.input-group.has-validation>.custom-file:nth-last-child(n+3) .custom-file-label:after,.input-group.has-validation>.custom-select:nth-last-child(n+3),.input-group.has-validation>.form-control:nth-last-child(n+3),.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label,.input-group:not(.has-validation)>.custom-file:not(:last-child) .custom-file-label:after,.input-group:not(.has-validation)>.custom-select:not(:last-child),.input-group:not(.has-validation)>.form-control:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.input-group-append,.input-group-prepend{display:flex}.input-group-append .btn,.input-group-prepend .btn{position:relative;z-index:2}.input-group-append .btn:focus,.input-group-prepend .btn:focus{z-index:3}.input-group-append .btn+.btn,.input-group-append .btn+.input-group-text,.input-group-append .input-group-text+.btn,.input-group-append .input-group-text+.input-group-text,.input-group-prepend .btn+.btn,.input-group-prepend .btn+.input-group-text,.input-group-prepend .input-group-text+.btn,.input-group-prepend .input-group-text+.input-group-text{margin-left:-1px}.input-group-prepend{margin-right:-1px}.input-group-append{margin-left:-1px}.input-group-text{align-items:center;background-color:#e9ecef;border:1px solid #ced4da;border-radius:.25rem;color:#495057;display:flex;font-size:1rem;font-weight:400;line-height:1;margin-bottom:0;padding:.375rem .75rem;text-align:center;white-space:nowrap}.input-group-text input[type=checkbox],.input-group-text input[type=radio]{margin-top:0}.input-group-lg>.custom-select,.input-group-lg>.form-control:not(textarea){height:calc(1.5em + 1rem + 2px)}.input-group-lg>.custom-select,.input-group-lg>.form-control,.input-group-lg>.input-group-append>.btn,.input-group-lg>.input-group-append>.input-group-text,.input-group-lg>.input-group-prepend>.btn,.input-group-lg>.input-group-prepend>.input-group-text{border-radius:.3rem;font-size:1.25rem;line-height:1.5;padding:.5rem 1rem}.input-group-sm>.custom-select,.input-group-sm>.form-control:not(textarea){height:calc(1.5em + .5rem + 2px)}.input-group-sm>.custom-select,.input-group-sm>.form-control,.input-group-sm>.input-group-append>.btn,.input-group-sm>.input-group-append>.input-group-text,.input-group-sm>.input-group-prepend>.btn,.input-group-sm>.input-group-prepend>.input-group-text{border-radius:.2rem;font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.input-group-lg>.custom-select,.input-group-sm>.custom-select{padding-right:1.75rem}.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.btn,.input-group.has-validation>.input-group-append:nth-last-child(n+3)>.input-group-text,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.btn,.input-group:not(.has-validation)>.input-group-append:not(:last-child)>.input-group-text,.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),.input-group>.input-group-prepend>.btn,.input-group>.input-group-prepend>.input-group-text{border-bottom-right-radius:0;border-top-right-radius:0}.input-group>.input-group-append>.btn,.input-group>.input-group-append>.input-group-text,.input-group>.input-group-prepend:first-child>.btn:not(:first-child),.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),.input-group>.input-group-prepend:not(:first-child)>.btn,.input-group>.input-group-prepend:not(:first-child)>.input-group-text{border-bottom-left-radius:0;border-top-left-radius:0}.custom-control{color-adjust:exact;display:block;min-height:1rem;padding-left:1.5rem;position:relative;-webkit-print-color-adjust:exact;z-index:1}.custom-control-inline{display:inline-flex;margin-right:1rem}.custom-control-input{height:1rem;left:0;opacity:0;position:absolute;width:1rem;z-index:-1}.custom-control-input:checked~.custom-control-label:before{background-color:#c7e3ee;border-color:#c7e3ee;color:#fff}.custom-control-input:focus~.custom-control-label:before{box-shadow:0 0 0 .2rem rgba(199,227,238,.25)}.custom-control-input:focus:not(:checked)~.custom-control-label:before{border-color:#fff}.custom-control-input:not(:disabled):active~.custom-control-label:before{background-color:#fff;border-color:#fff;color:#fff}.custom-control-input:disabled~.custom-control-label,.custom-control-input[disabled]~.custom-control-label{color:#6c757d}.custom-control-input:disabled~.custom-control-label:before,.custom-control-input[disabled]~.custom-control-label:before{background-color:#e9ecef}.custom-control-label{margin-bottom:0;position:relative;vertical-align:top}.custom-control-label:before{background-color:#fff;border:1px solid #adb5bd;pointer-events:none}.custom-control-label:after,.custom-control-label:before{content:"";display:block;height:1rem;left:-1.5rem;position:absolute;top:0;width:1rem}.custom-control-label:after{background:50%/50% 50% no-repeat}.custom-checkbox .custom-control-label:before{border-radius:.25rem}.custom-checkbox .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:before{background-color:#c7e3ee;border-color:#c7e3ee}.custom-checkbox .custom-control-input:indeterminate~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")}.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(199,227,238,.5)}.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label:before{background-color:rgba(199,227,238,.5)}.custom-radio .custom-control-label:before{border-radius:50%}.custom-radio .custom-control-input:checked~.custom-control-label:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.custom-radio .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(199,227,238,.5)}.custom-switch{padding-left:2.25rem}.custom-switch .custom-control-label:before{border-radius:.5rem;left:-2.25rem;pointer-events:all;width:1.75rem}.custom-switch .custom-control-label:after{background-color:#adb5bd;border-radius:.5rem;height:calc(1rem - 4px);left:calc(-2.25rem + 2px);top:2px;transition:transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:calc(1rem - 4px)}@media (prefers-reduced-motion:reduce){.custom-switch .custom-control-label:after{transition:none}}.custom-switch .custom-control-input:checked~.custom-control-label:after{background-color:#fff;transform:translateX(.75rem)}.custom-switch .custom-control-input:disabled:checked~.custom-control-label:before{background-color:rgba(199,227,238,.5)}.custom-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") right .75rem center/8px 10px no-repeat;border:1px solid #ced4da;border-radius:.25rem;color:#495057;display:inline-block;font-size:1rem;font-weight:400;height:calc(1em + .75rem + 2px);line-height:1;padding:.375rem 1.75rem .375rem .75rem;vertical-align:middle;width:100%}.custom-select:focus{border-color:#fff;box-shadow:0 0 0 .2rem rgba(199,227,238,.25);outline:0}.custom-select:focus::-ms-value{background-color:#fff;color:#495057}.custom-select[multiple],.custom-select[size]:not([size="1"]){background-image:none;height:auto;padding-right:.75rem}.custom-select:disabled{background-color:#e9ecef;color:#6c757d}.custom-select::-ms-expand{display:none}.custom-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #495057}.custom-select-sm{font-size:.875rem;height:calc(1.5em + .5rem + 2px);padding-bottom:.25rem;padding-left:.5rem;padding-top:.25rem}.custom-select-lg{font-size:1.25rem;height:calc(1.5em + 1rem + 2px);padding-bottom:.5rem;padding-left:1rem;padding-top:.5rem}.custom-file{display:inline-block;margin-bottom:0}.custom-file,.custom-file-input{height:calc(1em + .75rem + 2px);position:relative;width:100%}.custom-file-input{margin:0;opacity:0;overflow:hidden;z-index:2}.custom-file-input:focus~.custom-file-label{border-color:#fff;box-shadow:0 0 0 .2rem rgba(199,227,238,.25)}.custom-file-input:disabled~.custom-file-label,.custom-file-input[disabled]~.custom-file-label{background-color:#e9ecef}.custom-file-input:lang(en)~.custom-file-label:after{content:"Browse"}.custom-file-input~.custom-file-label[data-browse]:after{content:attr(data-browse)}.custom-file-label{background-color:#fff;border:1px solid #ced4da;border-radius:.25rem;font-weight:400;height:calc(1em + .75rem + 2px);left:0;overflow:hidden;z-index:1}.custom-file-label,.custom-file-label:after{color:#495057;line-height:1;padding:.375rem .75rem;position:absolute;right:0;top:0}.custom-file-label:after{background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0;bottom:0;content:"Browse";display:block;height:calc(1em + .75rem);z-index:3}.custom-range{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;height:1.4rem;padding:0;width:100%}.custom-range:focus{outline:0}.custom-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(199,227,238,.25)}.custom-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(199,227,238,.25)}.custom-range:focus::-ms-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .2rem rgba(199,227,238,.25)}.custom-range::-moz-focus-outer{border:0}.custom-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background-color:#c7e3ee;border:0;border-radius:1rem;height:1rem;margin-top:-.25rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.custom-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.custom-range::-webkit-slider-thumb:active{background-color:#fff}.custom-range::-webkit-slider-runnable-track{background-color:#dee2e6;border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-moz-range-thumb{-moz-appearance:none;appearance:none;background-color:#c7e3ee;border:0;border-radius:1rem;height:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.custom-range::-moz-range-thumb{-moz-transition:none;transition:none}}.custom-range::-moz-range-thumb:active{background-color:#fff}.custom-range::-moz-range-track{background-color:#dee2e6;border-color:transparent;border-radius:1rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-ms-thumb{appearance:none;background-color:#c7e3ee;border:0;border-radius:1rem;height:1rem;margin-left:.2rem;margin-right:.2rem;margin-top:0;-ms-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:1rem}@media (prefers-reduced-motion:reduce){.custom-range::-ms-thumb{-ms-transition:none;transition:none}}.custom-range::-ms-thumb:active{background-color:#fff}.custom-range::-ms-track{background-color:transparent;border-color:transparent;border-width:.5rem;color:transparent;cursor:pointer;height:.5rem;width:100%}.custom-range::-ms-fill-lower,.custom-range::-ms-fill-upper{background-color:#dee2e6;border-radius:1rem}.custom-range::-ms-fill-upper{margin-right:15px}.custom-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.custom-range:disabled::-webkit-slider-runnable-track{cursor:default}.custom-range:disabled::-moz-range-thumb{background-color:#adb5bd}.custom-range:disabled::-moz-range-track{cursor:default}.custom-range:disabled::-ms-thumb{background-color:#adb5bd}.custom-control-label:before,.custom-file-label,.custom-select{transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media (prefers-reduced-motion:reduce){.custom-control-label:before,.custom-file-label,.custom-select{transition:none}}.nav{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-link{display:block;padding:.5rem 1rem}.nav-link:focus,.nav-link:hover{text-decoration:none}.nav-link.disabled{color:#6c757d;cursor:default;pointer-events:none}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem;margin-bottom:-1px}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9ecef #e9ecef #dee2e6}.nav-tabs .nav-link.disabled{background-color:transparent;border-color:transparent;color:#6c757d}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{background-color:#fff;border-color:#dee2e6 #dee2e6 #fff;color:#495057}.nav-tabs .dropdown-menu{border-top-left-radius:0;border-top-right-radius:0;margin-top:-1px}.nav-pills .nav-link{border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:#c7e3ee;color:#fff}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{padding:.5rem 1rem;position:relative}.navbar,.navbar .container,.navbar .container-fluid,.navbar .container-lg,.navbar .container-md,.navbar .container-sm,.navbar .container-xl{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.navbar-brand{display:inline-block;font-size:1.25rem;line-height:inherit;margin-right:1rem;padding-bottom:.375rem;padding-top:.375rem;white-space:nowrap}.navbar-brand:focus,.navbar-brand:hover{text-decoration:none}.navbar-nav{display:flex;flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-link{padding-left:0;padding-right:0}.navbar-nav .dropdown-menu{float:none;position:static}.navbar-text{display:inline-block;padding-bottom:.5rem;padding-top:.5rem}.navbar-collapse{align-items:center;flex-basis:100%;flex-grow:1}.navbar-toggler{background-color:transparent;border:1px solid transparent;border-radius:.25rem;font-size:1.25rem;line-height:1;padding:.25rem .75rem}.navbar-toggler:focus,.navbar-toggler:hover{text-decoration:none}.navbar-toggler-icon{background:50%/100% 100% no-repeat;content:"";display:inline-block;height:1.5em;vertical-align:middle;width:1.5em}.navbar-nav-scroll{max-height:75vh;overflow-y:auto}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{padding-left:0;padding-right:0}}@media (min-width:576px){.navbar-expand-sm{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid,.navbar-expand-sm>.container-lg,.navbar-expand-sm>.container-md,.navbar-expand-sm>.container-sm,.navbar-expand-sm>.container-xl{flex-wrap:nowrap}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media (max-width:767.98px){.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{padding-left:0;padding-right:0}}@media (min-width:768px){.navbar-expand-md{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid,.navbar-expand-md>.container-lg,.navbar-expand-md>.container-md,.navbar-expand-md>.container-sm,.navbar-expand-md>.container-xl{flex-wrap:nowrap}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{padding-left:0;padding-right:0}}@media (min-width:992px){.navbar-expand-lg{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid,.navbar-expand-lg>.container-lg,.navbar-expand-lg>.container-md,.navbar-expand-lg>.container-sm,.navbar-expand-lg>.container-xl{flex-wrap:nowrap}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{padding-left:0;padding-right:0}}@media (min-width:1200px){.navbar-expand-xl{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid,.navbar-expand-xl>.container-lg,.navbar-expand-xl>.container-md,.navbar-expand-xl>.container-sm,.navbar-expand-xl>.container-xl{flex-wrap:nowrap}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}.navbar-expand{flex-flow:row nowrap;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{padding-left:0;padding-right:0}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-left:.5rem;padding-right:.5rem}.navbar-expand>.container,.navbar-expand>.container-fluid,.navbar-expand>.container-lg,.navbar-expand>.container-md,.navbar-expand>.container-sm,.navbar-expand>.container-xl{flex-wrap:nowrap}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand,.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{border-color:rgba(0,0,0,.1);color:rgba(0,0,0,.5)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' 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,.5)}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{border-color:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:hsla(0,0%,100%,.5)}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{word-wrap:break-word;background-clip:border-box;background-color:#fff;border:1px solid rgba(0,0,0,.125);border-radius:.25rem;display:flex;flex-direction:column;min-width:0;position:relative}.card>hr{margin-left:0;margin-right:0}.card>.list-group{border-bottom:inherit;border-top:inherit}.card>.list-group:first-child{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);border-top-width:0}.card>.list-group:last-child{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px);border-bottom-width:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;min-height:1px;padding:1.25rem}.card-title{margin-bottom:.75rem}.card-subtitle{margin-top:-.375rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1.25rem}.card-header{background-color:rgba(0,0,0,.03);border-bottom:1px solid rgba(0,0,0,.125);margin-bottom:0;padding:.75rem 1.25rem}.card-header:first-child{border-radius:calc(.25rem - 1px) calc(.25rem - 1px) 0 0}.card-footer{background-color:rgba(0,0,0,.03);border-top:1px solid rgba(0,0,0,.125);padding:.75rem 1.25rem}.card-footer:last-child{border-radius:0 0 calc(.25rem - 1px) calc(.25rem - 1px)}.card-header-tabs{border-bottom:0;margin-bottom:-.75rem}.card-header-pills,.card-header-tabs{margin-left:-.625rem;margin-right:-.625rem}.card-img-overlay{border-radius:calc(.25rem - 1px);bottom:0;left:0;padding:1.25rem;position:absolute;right:0;top:0}.card-img,.card-img-bottom,.card-img-top{flex-shrink:0;width:100%}.card-img,.card-img-top{border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.card-img,.card-img-bottom{border-bottom-left-radius:calc(.25rem - 1px);border-bottom-right-radius:calc(.25rem - 1px)}.card-deck .card{margin-bottom:15px}@media (min-width:576px){.card-deck{display:flex;flex-flow:row wrap;margin-left:-15px;margin-right:-15px}.card-deck .card{flex:1 0 0%;margin-bottom:0;margin-left:15px;margin-right:15px}}.card-group>.card{margin-bottom:15px}@media (min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{border-left:0;margin-left:0}.card-group>.card:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.card-columns .card{margin-bottom:.75rem}@media (min-width:576px){.card-columns{-moz-column-count:3;column-count:3;-moz-column-gap:1.25rem;column-gap:1.25rem;orphans:1;widows:1}.card-columns .card{display:inline-block;width:100%}}.accordion{overflow-anchor:none}.accordion>.card{overflow:hidden}.accordion>.card:not(:last-of-type){border-bottom:0;border-bottom-left-radius:0;border-bottom-right-radius:0}.accordion>.card:not(:first-of-type){border-top-left-radius:0;border-top-right-radius:0}.accordion>.card>.card-header{border-radius:0;margin-bottom:-1px}.breadcrumb{background-color:#e9ecef;border-radius:.25rem;display:flex;flex-wrap:wrap;list-style:none;margin-bottom:1rem;padding:.75rem 1rem}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{color:#6c757d;content:"/";float:left;padding-right:.5rem}.breadcrumb-item+.breadcrumb-item:hover:before{text-decoration:underline;text-decoration:none}.breadcrumb-item.active{color:#6c757d}.pagination{border-radius:.25rem;display:flex;list-style:none;padding-left:0}.page-link{background-color:#fff;border:1px solid #dee2e6;color:#c7e3ee;display:block;line-height:1.25;margin-left:-1px;padding:.5rem .75rem;position:relative}.page-link:hover{background-color:#e9ecef;border-color:#dee2e6;color:#8cc6dc;text-decoration:none;z-index:2}.page-link:focus{box-shadow:0 0 0 .2rem rgba(199,227,238,.25);outline:0;z-index:3}.page-item:first-child .page-link{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem;margin-left:0}.page-item:last-child .page-link{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}.page-item.active .page-link{background-color:#c7e3ee;border-color:#c7e3ee;color:#fff;z-index:3}.page-item.disabled .page-link{background-color:#fff;border-color:#dee2e6;color:#6c757d;cursor:auto;pointer-events:none}.pagination-lg .page-link{font-size:1.25rem;line-height:1.5;padding:.75rem 1.5rem}.pagination-lg .page-item:first-child .page-link{border-bottom-left-radius:.3rem;border-top-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-bottom-right-radius:.3rem;border-top-right-radius:.3rem}.pagination-sm .page-link{font-size:.875rem;line-height:1.5;padding:.25rem .5rem}.pagination-sm .page-item:first-child .page-link{border-bottom-left-radius:.2rem;border-top-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-bottom-right-radius:.2rem;border-top-right-radius:.2rem}.badge{border-radius:.25rem;display:inline-block;font-size:75%;font-weight:700;line-height:1;padding:.25em .4em;text-align:center;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;vertical-align:baseline;white-space:nowrap}@media (prefers-reduced-motion:reduce){.badge{transition:none}}a.badge:focus,a.badge:hover{text-decoration:none}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.badge-pill{border-radius:10rem;padding-left:.6em;padding-right:.6em}.badge-primary{background-color:#c7e3ee;color:#212529}a.badge-primary:focus,a.badge-primary:hover{background-color:#a0cfe2;color:#212529}a.badge-primary.focus,a.badge-primary:focus{box-shadow:0 0 0 .2rem rgba(199,227,238,.5);outline:0}.badge-secondary{background-color:#6c757d;color:#fff}a.badge-secondary:focus,a.badge-secondary:hover{background-color:#545b62;color:#fff}a.badge-secondary.focus,a.badge-secondary:focus{box-shadow:0 0 0 .2rem hsla(208,7%,46%,.5);outline:0}.badge-success{background-color:#28a745;color:#fff}a.badge-success:focus,a.badge-success:hover{background-color:#1e7e34;color:#fff}a.badge-success.focus,a.badge-success:focus{box-shadow:0 0 0 .2rem rgba(40,167,69,.5);outline:0}.badge-info{background-color:#17a2b8;color:#fff}a.badge-info:focus,a.badge-info:hover{background-color:#117a8b;color:#fff}a.badge-info.focus,a.badge-info:focus{box-shadow:0 0 0 .2rem rgba(23,162,184,.5);outline:0}.badge-warning{background-color:#ffc107;color:#212529}a.badge-warning:focus,a.badge-warning:hover{background-color:#d39e00;color:#212529}a.badge-warning.focus,a.badge-warning:focus{box-shadow:0 0 0 .2rem rgba(255,193,7,.5);outline:0}.badge-danger{background-color:#dc3545;color:#fff}a.badge-danger:focus,a.badge-danger:hover{background-color:#bd2130;color:#fff}a.badge-danger.focus,a.badge-danger:focus{box-shadow:0 0 0 .2rem rgba(220,53,69,.5);outline:0}.badge-light{background-color:#f8f9fa;color:#212529}a.badge-light:focus,a.badge-light:hover{background-color:#dae0e5;color:#212529}a.badge-light.focus,a.badge-light:focus{box-shadow:0 0 0 .2rem rgba(248,249,250,.5);outline:0}.badge-dark{background-color:#343a40;color:#fff}a.badge-dark:focus,a.badge-dark:hover{background-color:#1d2124;color:#fff}a.badge-dark.focus,a.badge-dark:focus{box-shadow:0 0 0 .2rem rgba(52,58,64,.5);outline:0}.jumbotron{background-color:#e9ecef;border-radius:.3rem;margin-bottom:2rem;padding:2rem 1rem}@media (min-width:576px){.jumbotron{padding:4rem 2rem}}.jumbotron-fluid{border-radius:0;padding-left:0;padding-right:0}.alert{border:1px solid transparent;border-radius:.25rem;margin-bottom:1rem;padding:.75rem 1.25rem;position:relative}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{color:inherit;padding:.75rem 1.25rem;position:absolute;right:0;top:0;z-index:2}.alert-primary{background-color:#f4f9fc;border-color:#eff7fa;color:#67767c}.alert-primary hr{border-top-color:#dcedf4}.alert-primary .alert-link{color:#505b60}.alert-secondary{background-color:#e2e3e5;border-color:#d6d8db;color:#383d41}.alert-secondary hr{border-top-color:#c8cbcf}.alert-secondary .alert-link{color:#202326}.alert-success{background-color:#d4edda;border-color:#c3e6cb;color:#155724}.alert-success hr{border-top-color:#b1dfbb}.alert-success .alert-link{color:#0b2e13}.alert-info{background-color:#d1ecf1;border-color:#bee5eb;color:#0c5460}.alert-info hr{border-top-color:#abdde5}.alert-info .alert-link{color:#062c33}.alert-warning{background-color:#fff3cd;border-color:#ffeeba;color:#856404}.alert-warning hr{border-top-color:#ffe8a1}.alert-warning .alert-link{color:#533f03}.alert-danger{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.alert-danger hr{border-top-color:#f1b0b7}.alert-danger .alert-link{color:#491217}.alert-light{background-color:#fefefe;border-color:#fdfdfe;color:#818182}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{background-color:#d6d8d9;border-color:#c6c8ca;color:#1b1e21}.alert-dark hr{border-top-color:#b9bbbe}.alert-dark .alert-link{color:#040505}@-webkit-keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}@keyframes progress-bar-stripes{0%{background-position:1rem 0}to{background-position:0 0}}.progress{background-color:#e9ecef;border-radius:.25rem;font-size:.75rem;height:1rem;line-height:0}.progress,.progress-bar{display:flex;overflow:hidden}.progress-bar{background-color:#c7e3ee;color:#fff;flex-direction:column;justify-content:center;text-align:center;transition:width .6s ease;white-space:nowrap}@media (prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media (prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.media{align-items:flex-start;display:flex}.media-body{flex:1}.list-group{border-radius:.25rem;display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.list-group-item-action{color:#495057;text-align:inherit;width:100%}.list-group-item-action:focus,.list-group-item-action:hover{background-color:#f8f9fa;color:#495057;text-decoration:none;z-index:1}.list-group-item-action:active{background-color:#e9ecef;color:#212529}.list-group-item{background-color:#fff;border:1px solid rgba(0,0,0,.125);display:block;padding:.75rem 1.25rem;position:relative}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{background-color:#fff;color:#6c757d;pointer-events:none}.list-group-item.active{background-color:#c7e3ee;border-color:#c7e3ee;color:#fff;z-index:2}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{border-top-width:1px;margin-top:-1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}@media (min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-md>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}@media (min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-bottom-left-radius:0;border-top-right-radius:.25rem}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-left-width:0;border-top-width:1px}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{border-left-width:1px;margin-left:-1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{background-color:#eff7fa;color:#67767c}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{background-color:#dcedf4;color:#67767c}.list-group-item-primary.list-group-item-action.active{background-color:#67767c;border-color:#67767c;color:#fff}.list-group-item-secondary{background-color:#d6d8db;color:#383d41}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{background-color:#c8cbcf;color:#383d41}.list-group-item-secondary.list-group-item-action.active{background-color:#383d41;border-color:#383d41;color:#fff}.list-group-item-success{background-color:#c3e6cb;color:#155724}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{background-color:#b1dfbb;color:#155724}.list-group-item-success.list-group-item-action.active{background-color:#155724;border-color:#155724;color:#fff}.list-group-item-info{background-color:#bee5eb;color:#0c5460}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{background-color:#abdde5;color:#0c5460}.list-group-item-info.list-group-item-action.active{background-color:#0c5460;border-color:#0c5460;color:#fff}.list-group-item-warning{background-color:#ffeeba;color:#856404}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{background-color:#ffe8a1;color:#856404}.list-group-item-warning.list-group-item-action.active{background-color:#856404;border-color:#856404;color:#fff}.list-group-item-danger{background-color:#f5c6cb;color:#721c24}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{background-color:#f1b0b7;color:#721c24}.list-group-item-danger.list-group-item-action.active{background-color:#721c24;border-color:#721c24;color:#fff}.list-group-item-light{background-color:#fdfdfe;color:#818182}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{background-color:#ececf6;color:#818182}.list-group-item-light.list-group-item-action.active{background-color:#818182;border-color:#818182;color:#fff}.list-group-item-dark{background-color:#c6c8ca;color:#1b1e21}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{background-color:#b9bbbe;color:#1b1e21}.list-group-item-dark.list-group-item-action.active{background-color:#1b1e21;border-color:#1b1e21;color:#fff}.close{color:#000;float:right;font-size:1.5rem;font-weight:700;line-height:1;opacity:.5;text-shadow:0 1px 0 #fff}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{background-color:transparent;border:0;padding:0}a.close.disabled{pointer-events:none}.toast{background-clip:padding-box;background-color:hsla(0,0%,100%,.85);border:1px solid rgba(0,0,0,.1);border-radius:.25rem;box-shadow:0 .25rem .75rem rgba(0,0,0,.1);flex-basis:350px;font-size:.875rem;max-width:350px;opacity:0}.toast:not(:last-child){margin-bottom:.75rem}.toast.showing{opacity:1}.toast.show{display:block;opacity:1}.toast.hide{display:none}.toast-header{align-items:center;background-clip:padding-box;background-color:hsla(0,0%,100%,.85);border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px);color:#6c757d;display:flex;padding:.25rem .75rem}.toast-body{padding:.75rem}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{display:none;height:100%;left:0;outline:0;overflow:hidden;position:fixed;top:0;width:100%;z-index:1050}.modal-dialog{margin:.5rem;pointer-events:none;position:relative;width:auto}.modal.fade .modal-dialog{transform:translateY(-50px);transition:transform .3s ease-out}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{display:flex;max-height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1rem);overflow:hidden}.modal-dialog-scrollable .modal-footer,.modal-dialog-scrollable .modal-header{flex-shrink:0}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - 1rem)}.modal-dialog-centered:before{content:"";display:block;height:calc(100vh - 1rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-dialog-centered.modal-dialog-scrollable{flex-direction:column;height:100%;justify-content:center}.modal-dialog-centered.modal-dialog-scrollable .modal-content{max-height:none}.modal-dialog-centered.modal-dialog-scrollable:before{content:none}.modal-content{background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1040}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{align-items:flex-start;border-bottom:1px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);display:flex;justify-content:space-between;padding:1rem}.modal-header .close{margin:-1rem -1rem -1rem auto;padding:1rem}.modal-title{line-height:1;margin-bottom:0}.modal-body{flex:1 1 auto;padding:1rem;position:relative}.modal-footer{align-items:center;border-bottom-left-radius:calc(.3rem - 1px);border-bottom-right-radius:calc(.3rem - 1px);border-top:1px solid #dee2e6;display:flex;flex-wrap:wrap;justify-content:flex-end;padding:.75rem}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{height:50px;overflow:scroll;position:absolute;top:-9999px;width:50px}@media (min-width:576px){.modal-dialog{margin:1.75rem auto;max-width:500px}.modal-dialog-scrollable{max-height:calc(100% - 3.5rem)}.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-dialog-centered:before{height:calc(100vh - 3.5rem);height:-webkit-min-content;height:-moz-min-content;height:min-content}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.tooltip{word-wrap:break-word;display:block;font-family:Lato,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:normal;line-break:auto;line-height:1;margin:0;opacity:0;position:absolute;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;white-space:normal;word-break:normal;word-spacing:normal;z-index:1070}.tooltip.show{opacity:.9}.tooltip .arrow{display:block;height:.4rem;position:absolute;width:.8rem}.tooltip .arrow:before{border-color:transparent;border-style:solid;content:"";position:absolute}.bs-tooltip-auto[x-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[x-placement^=top] .arrow,.bs-tooltip-top .arrow{bottom:0}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{border-top-color:#000;border-width:.4rem .4rem 0;top:0}.bs-tooltip-auto[x-placement^=right],.bs-tooltip-right{padding:0 .4rem}.bs-tooltip-auto[x-placement^=right] .arrow,.bs-tooltip-right .arrow{height:.8rem;left:0;width:.4rem}.bs-tooltip-auto[x-placement^=right] .arrow:before,.bs-tooltip-right .arrow:before{border-right-color:#000;border-width:.4rem .4rem .4rem 0;right:0}.bs-tooltip-auto[x-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[x-placement^=bottom] .arrow,.bs-tooltip-bottom .arrow{top:0}.bs-tooltip-auto[x-placement^=bottom] .arrow:before,.bs-tooltip-bottom .arrow:before{border-bottom-color:#000;border-width:0 .4rem .4rem;bottom:0}.bs-tooltip-auto[x-placement^=left],.bs-tooltip-left{padding:0 .4rem}.bs-tooltip-auto[x-placement^=left] .arrow,.bs-tooltip-left .arrow{height:.8rem;right:0;width:.4rem}.bs-tooltip-auto[x-placement^=left] .arrow:before,.bs-tooltip-left .arrow:before{border-left-color:#000;border-width:.4rem 0 .4rem .4rem;left:0}.tooltip-inner{background-color:#000;border-radius:.25rem;color:#fff;max-width:200px;padding:.25rem .5rem}.popover{word-wrap:break-word;background-clip:padding-box;background-color:#fff;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;font-family:Lato,sans-serif;font-size:.875rem;font-style:normal;font-weight:400;left:0;letter-spacing:normal;line-break:auto;line-height:1;max-width:276px;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;top:0;white-space:normal;word-break:normal;word-spacing:normal;z-index:1060}.popover,.popover .arrow{display:block;position:absolute}.popover .arrow{height:.5rem;margin:0 .3rem;width:1rem}.popover .arrow:after,.popover .arrow:before{border-color:transparent;border-style:solid;content:"";display:block;position:absolute}.bs-popover-auto[x-placement^=top],.bs-popover-top{margin-bottom:.5rem}.bs-popover-auto[x-placement^=top]>.arrow,.bs-popover-top>.arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=top]>.arrow:before,.bs-popover-top>.arrow:before{border-top-color:rgba(0,0,0,.25);border-width:.5rem .5rem 0;bottom:0}.bs-popover-auto[x-placement^=top]>.arrow:after,.bs-popover-top>.arrow:after{border-top-color:#fff;border-width:.5rem .5rem 0;bottom:1px}.bs-popover-auto[x-placement^=right],.bs-popover-right{margin-left:.5rem}.bs-popover-auto[x-placement^=right]>.arrow,.bs-popover-right>.arrow{height:1rem;left:calc(-.5rem - 1px);margin:.3rem 0;width:.5rem}.bs-popover-auto[x-placement^=right]>.arrow:before,.bs-popover-right>.arrow:before{border-right-color:rgba(0,0,0,.25);border-width:.5rem .5rem .5rem 0;left:0}.bs-popover-auto[x-placement^=right]>.arrow:after,.bs-popover-right>.arrow:after{border-right-color:#fff;border-width:.5rem .5rem .5rem 0;left:1px}.bs-popover-auto[x-placement^=bottom],.bs-popover-bottom{margin-top:.5rem}.bs-popover-auto[x-placement^=bottom]>.arrow,.bs-popover-bottom>.arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[x-placement^=bottom]>.arrow:before,.bs-popover-bottom>.arrow:before{border-bottom-color:rgba(0,0,0,.25);border-width:0 .5rem .5rem;top:0}.bs-popover-auto[x-placement^=bottom]>.arrow:after,.bs-popover-bottom>.arrow:after{border-bottom-color:#fff;border-width:0 .5rem .5rem;top:1px}.bs-popover-auto[x-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{border-bottom:1px solid #f7f7f7;content:"";display:block;left:50%;margin-left:-.5rem;position:absolute;top:0;width:1rem}.bs-popover-auto[x-placement^=left],.bs-popover-left{margin-right:.5rem}.bs-popover-auto[x-placement^=left]>.arrow,.bs-popover-left>.arrow{height:1rem;margin:.3rem 0;right:calc(-.5rem - 1px);width:.5rem}.bs-popover-auto[x-placement^=left]>.arrow:before,.bs-popover-left>.arrow:before{border-left-color:rgba(0,0,0,.25);border-width:.5rem 0 .5rem .5rem;right:0}.bs-popover-auto[x-placement^=left]>.arrow:after,.bs-popover-left>.arrow:after{border-left-color:#fff;border-width:.5rem 0 .5rem .5rem;right:1px}.popover-header{background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px);font-size:1rem;margin-bottom:0;padding:.5rem .75rem}.popover-header:empty{display:none}.popover-body{color:#212529;padding:.5rem .75rem}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{overflow:hidden;position:relative;width:100%}.carousel-inner:after{clear:both;content:"";display:block}.carousel-item{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;float:left;margin-right:-100%;position:relative;transition:transform .6s ease-in-out;width:100%}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-right,.carousel-item-next:not(.carousel-item-left){transform:translateX(100%)}.active.carousel-item-left,.carousel-item-prev:not(.carousel-item-right){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transform:none;transition-property:opacity}.carousel-fade .carousel-item-next.carousel-item-left,.carousel-fade .carousel-item-prev.carousel-item-right,.carousel-fade .carousel-item.active{opacity:1;z-index:1}.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{opacity:0;transition:opacity 0s .6s;z-index:0}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-left,.carousel-fade .active.carousel-item-right{transition:none}}.carousel-control-next,.carousel-control-prev{align-items:center;background:none;border:0;bottom:0;color:#fff;display:flex;justify-content:center;opacity:.5;padding:0;position:absolute;text-align:center;top:0;transition:opacity .15s ease;width:15%;z-index:1}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;opacity:.9;outline:0;text-decoration:none}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{background:50%/100% 100% no-repeat;display:inline-block;height:20px;width:20px}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E")}.carousel-indicators{bottom:0;display:flex;justify-content:center;left:0;list-style:none;margin-left:15%;margin-right:15%;padding-left:0;position:absolute;right:0;z-index:15}.carousel-indicators li{background-clip:padding-box;background-color:#fff;border-bottom:10px solid transparent;border-top:10px solid transparent;box-sizing:content-box;cursor:pointer;flex:0 1 auto;height:3px;margin-left:3px;margin-right:3px;opacity:.5;text-indent:-999px;transition:opacity .6s ease;width:30px}@media (prefers-reduced-motion:reduce){.carousel-indicators li{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{bottom:20px;color:#fff;left:15%;padding-bottom:20px;padding-top:20px;position:absolute;right:15%;text-align:center;z-index:10}@-webkit-keyframes spinner-border{to{transform:rotate(1turn)}}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite;border:.25em solid;border-radius:50%;border-right:.25em solid transparent;display:inline-block;height:2rem;vertical-align:-.125em;width:2rem}.spinner-border-sm{border-width:.2em;height:1rem;width:1rem}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite;background-color:currentColor;border-radius:50%;display:inline-block;height:2rem;opacity:0;vertical-align:-.125em;width:2rem}.spinner-grow-sm{height:1rem;width:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#c7e3ee!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#a0cfe2!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:focus,a.bg-secondary:hover,button.bg-secondary:focus,button.bg-secondary:hover{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:focus,a.bg-success:hover,button.bg-success:focus,button.bg-success:hover{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:focus,a.bg-info:hover,button.bg-info:focus,button.bg-info:hover{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:focus,a.bg-warning:hover,button.bg-warning:focus,button.bg-warning:hover{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:focus,a.bg-danger:hover,button.bg-danger:focus,button.bg-danger:hover{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:focus,a.bg-light:hover,button.bg-light:focus,button.bg-light:hover{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:focus,a.bg-dark:hover,button.bg-dark:focus,button.bg-dark:hover{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:transparent!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#c7e3ee!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-right,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-right{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-left{border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{clear:both;content:"";display:block}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive{display:block;overflow:hidden;padding:0;position:relative;width:100%}.embed-responsive:before{content:"";display:block}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.embed-responsive-21by9:before{padding-top:42.85714286%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{top:0}.fixed-bottom,.fixed-top{left:0;position:fixed;right:0;z-index:1030}.fixed-bottom{bottom:0}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;overflow:visible;position:static;white-space:normal;width:auto}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link:after{background-color:transparent;bottom:0;content:"";left:0;pointer-events:auto;position:absolute;right:0;top:0;z-index:1}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#c7e3ee!important}a.text-primary:focus,a.text-primary:hover{color:#8cc6dc!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:rgba(0,0,0,.5)!important}.text-white-50{color:hsla(0,0%,100%,.5)!important}.text-hide{background-color:transparent;border:0;color:transparent;font:0/0 a;text-shadow:none}.text-decoration-none{text-decoration:none!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media print{*,:after,:before{box-shadow:none!important;text-shadow:none!important}a:not(.btn){text-decoration:underline}abbr[title]:after{content:" (" attr(title) ")"}pre{white-space:pre-wrap!important}blockquote,pre{border:1px solid #adb5bd}blockquote,img,pre,tr{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a3}.container,body{min-width:992px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}.table-dark{color:inherit}.table-dark tbody+tbody,.table-dark td,.table-dark th,.table-dark thead th{border-color:#dee2e6}.table .thead-dark th{border-color:#dee2e6;color:inherit}}a{color:#45b9dd}p{line-height:1.3}.align-right{text-align:right}.modal-backdrop{background-color:#aed6f1}.modal-dialog{margin:7% auto;max-width:550px}.modal-content{border-color:transparent}.float-right{float:right}textarea.textinput{border:1px solid #45a8cf;min-height:90px;resize:none}.close-icon{cursor:pointer;height:20px;opacity:.9;position:absolute;right:23px;top:23px;width:20px}.close-icon:before{Z-index:1;transform:rotate(45deg)}.close-icon:after,.close-icon:before{background-color:#b1b7c4;content:" ";height:20px;left:0;position:absolute;width:1px}.close-icon:after{Z-index:2;transform:rotate(-45deg)}.close-icon:hover{opacity:1}.path{padding-top:25px}@media (max-width:575px){.path{padding:25px 15px 5px}}.bento-holder{float:right}@media (min-width:768px){.bento-holder{margin-right:8px}}.bento-holder .bento-menu{cursor:pointer;height:30px;margin-left:12px;position:relative;transition-duration:.3s;width:30px}.bento-holder .bento-menu span{background:#b1b7c4;height:4px;position:absolute;transition-duration:.2s;width:4px}.bento-holder .bento-menu span:first-child{left:0;top:0}.bento-holder .bento-menu span:nth-child(2){left:10px;top:0}.bento-holder .bento-menu span:nth-child(3){left:20px;top:0}.bento-holder .bento-menu span:nth-child(4){left:0;top:10px}.bento-holder .bento-menu span:nth-child(5){left:10px;top:10px}.bento-holder .bento-menu span:nth-child(6){left:20px;top:10px}.bento-holder .bento-menu span:nth-child(7){left:0;top:20px}.bento-holder .bento-menu span:nth-child(8){left:10px;top:20px}.bento-holder .bento-menu span:nth-child(9){left:20px;top:20px}.bento-holder .bento-menu:hover span:nth-child(2),.bento-holder .bento-menu:hover span:nth-child(3),.bento-holder .bento-menu:hover span:nth-child(4),.bento-holder .bento-menu:hover span:nth-child(6),.bento-holder .bento-menu:hover span:nth-child(7),.bento-holder .bento-menu:hover span:nth-child(8){opacity:0}.bento-holder .bento-menu:hover span:first-child,.bento-holder .bento-menu:hover span:nth-child(9){left:10px}.bento-holder .bento-menu.on span:nth-child(2),.bento-holder .bento-menu.on span:nth-child(3),.bento-holder .bento-menu.on span:nth-child(4),.bento-holder .bento-menu.on span:nth-child(5),.bento-holder .bento-menu.on span:nth-child(6),.bento-holder .bento-menu.on span:nth-child(7),.bento-holder .bento-menu.on span:nth-child(8){display:none}.bento-holder .bento-menu.on span:first-child,.bento-holder .bento-menu.on span:nth-child(9){height:32px;margin-top:2px;width:2px}.bento-holder .bento-menu.on span:nth-child(9){left:6px;top:-6px;transform:rotate(-45deg)}.bento-holder .bento-menu.on span:first-child{left:6px;top:-6px;transform:rotate(45deg)}.border-b{border-bottom:1px solid #edeff1}.border-t{border-top:1px solid #edeff1}.label-inside{position:relative}.label-inside label{color:#889;font-size:13px;font-weight:500;left:16px;position:absolute;top:15px;z-index:10}.form-control{min-height:40px}.btn{border-radius:3px}.btn-next,.btn-primary{background:#87ceea;color:#fff;padding:11px 25px}.btn-next:hover,.btn-primary:hover{color:#fff;opacity:.8}.btn-next:active,.btn-primary:active{background:#80c3de;color:#fff!important;opacity:1}.btn-next[disabled],.btn-primary[disabled]{background:#d2d2d2;cursor:default}.form-control-blue{border:1px solid #c7e3ee}.form-control-blue,.form-control-blue:disabled{background-color:#f8fcfd}.building-data-input{position:relative}.building-data-input .input-mass{color:#849ea8;font-size:10px;font-weight:500;position:absolute;right:7px;top:16px}.building-data-input label{display:inline-block;margin-right:5px}.form-group-adress{background-image:url(/img/icons/marker.svg);background-position:7px;background-repeat:no-repeat;background-size:13px auto;font-size:12px;font-weight:600;height:40px;padding-left:30px}.label-inside .form-control-blue{padding-left:100px}.btn-blue-empty{background:#f8fcfd}.btn-blue,.btn-blue-empty{border-color:#c7e3ee;color:#3c4c6b;padding:11px 20px}.btn-blue{background:#f8fcfd url(/img/icons/pen.svg) no-repeat 50%;background-size:18px}.btn-pdf{background:#87ceea url(/img/icons/pdf-weiss.svg) no-repeat 8px;background-size:19px;font-size:.95rem;padding:11px 20px 11px 35px}.btn-pdf,.btn-pdf:hover{color:#fff}.blue-dropdown .btn-primary{font-size:16px;font-weight:300;margin:5px}.blue-dropdown .btn-dropdown{background:#006589;color:#b1b7c4;font-size:28px;min-width:220px}@media (max-width:380px){.blue-dropdown .btn-dropdown{min-width:0}}.blue-dropdown .btn-dropdown:active,.blue-dropdown .btn-dropdown:focus{box-shadow:none;outline:0}.blue-dropdown .btn-dropdown .user-full-name{color:hsla(0,0%,100%,.8);float:left;font-size:16px;font-weight:300;padding-right:10px;padding-top:1px}@media (max-width:380px){.blue-dropdown .btn-dropdown .user-full-name{display:none}}.blue-dropdown .btn-dropdown .burger-menu{float:right;padding-top:2px;width:20px}.blue-dropdown .btn-dropdown .burger-menu .burger-line{background:hsla(0,0%,100%,.8);height:1px;margin-bottom:5px;width:100%}.blue-dropdown .btn-dropdown .burger-menu .burger-line:last-child{margin-bottom:3px}.blue-dropdown .dropdown-menu{background:#fff;border:1px solid #c7e3ee;color:#181738;min-width:220px;padding-bottom:0}.blue-dropdown .dropdown-menu .neue-projekt-button{margin:15px 3px;text-align:Center}.blue-dropdown .dropdown-divider{border-color:#c7e3ee;margin:0}.blue-dropdown .dropdown-item{color:#181738;font-weight:500;padding:14px 1.5rem}.blue-dropdown .dropdown-item:hover{background:#f8fcfd}.form-control-error{background-color:rgba(255,74,61,.1);border-color:rgba(255,74,61,.3)}.form-control-model-data .label-inside{position:relative}.form-control-model-data .label-inside label{color:#889;font-size:12px;font-weight:500;left:7px;position:absolute;top:8px;z-index:10}.form-control-model-data .label-inside .form-control{font-size:13px;min-height:25px;padding-left:50px;padding-right:24px;text-align:right}.form-control-model-data .label-inside .input-mass{color:#889;font-size:10px;font-weight:500;position:absolute;right:7px;top:10px;z-index:10}#dach .label-inside,#fassade .label-inside{position:relative}#dach .label-inside .input-mass,#fassade .label-inside .input-mass{color:#889;font-size:10px;font-weight:500;position:absolute;right:7px;top:10px;z-index:10}.textinput{border:0;border-bottom:1px solid #45a8cf;border-radius:0;color:#45a8cf;display:inline;height:auto;min-height:0;min-width:30px;padding:4px;text-align:left}.textinput,.textinput:disabled{background-color:#fff}input[type=text].textinput.small{width:60px}input[type=text].textinput:active,input[type=text].textinput:focus,select.textinput:active,select.textinput:focus,textarea.textinput:active,textarea.textinput:focus{background-color:#f8fcfd}select.textinput{padding-left:4px;padding-right:35px;text-align:left;width:auto}.placeholder{background:#c7e3ee;opacity:.1}.placeholder.model-3d-placeholder{height:611px}.placeholder.building-inputs{height:180px}.loader{margin:10% auto 0}.lds-ripple,.loader{height:80px;width:80px}.lds-ripple{display:inline-block;position:relative}.lds-ripple div{-webkit-animation:lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite;animation:lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite;border:4px solid #cef;border-radius:50%;opacity:1;position:absolute}.lds-ripple div:nth-child(2){-webkit-animation-delay:-.5s;animation-delay:-.5s}@-webkit-keyframes lds-ripple{0%{height:0;left:36px;opacity:1;top:36px;width:0}to{height:72px;left:0;opacity:0;top:0;width:72px}}@keyframes lds-ripple{0%{height:0;left:36px;opacity:1;top:36px;width:0}to{height:72px;left:0;opacity:0;top:0;width:72px}}.twitter-typeahead{width:100%}.tt-hint,.tt-input{height:40px;line-height:30px;outline:none;width:100%}.tt-input{background:#000 url(/img/icons/fadenkreuz.svg) no-repeat 97%;background-size:18px;padding-left:45px}.tt-input.form-control-error{background-color:rgba(255,74,61,.1)!important}.tt-hint{color:#999;padding-left:45px}.tt-menu{background-color:#fff;border:1px solid #87ceea;border-radius:4px;margin-top:0;padding:8px 0;width:100%}.tt-suggestion{font-size:14px;line-height:24px;padding:3px 10px}.tt-suggestion:nth-child(2n){background:#ebf4f6}.tt-suggestion:hover{background:#dfeff3}.tt-suggestion.tt-cursor{background-color:#dfeff3;color:#181738;cursor:pointer}.tt-suggestion p{margin:0}.inputs .effect-1{padding:7px 10px 7px 100px}.inputs .effect-1~.focus-border{background-color:#c7e3ee;bottom:0;height:2px;left:0;position:absolute;transition:.3s;width:0}.inputs .effect-1:focus~.focus-border{transition:.3s;width:100%}.inputs .form-control.second{background-color:#e8f0fe;border-radius:3px;transition:border-width .1s}.inputs .form-control.second:focus{background-color:rgba(232,240,254,.5);border-color:#c7e3ee;border-width:2px;box-shadow:none}.inputs .form-control.effect-1{background-color:rgba(199,227,238,.5);border-bottom-left-radius:0;border-left:none;border-radius:3px;border-bottom-right-radius:0;border-right:none;border-top:none}.inputs .form-control.effect-1:focus{background-color:rgba(199,227,238,.3);box-shadow:none}.inputs .input-group .form-control{border-bottom-left-radius:3px;border-top-left-radius:3px}.inputs .input-group .form-control:focus{border-color:#c7e3ee;box-shadow:none}html{font-family:Lato,sans-serif;min-height:100%;position:relative}body,html{color:#333;font-weight:300}body{margin-bottom:60px}.container{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;overflow:hidden}@media (max-width:575px){.container{max-width:500px}}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.disabled-input{color:#889;pointer-events:none}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23888899'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;background-position:right 8px top 65%;background-repeat:no-repeat;background-size:10px}select,select.is-invalid{line-height:1.2!important}select.is-invalid{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23888899'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat!important;background-position:right 8px top 65%!important;background-repeat:no-repeat!important;background-size:10px!important}.inputlabel{margin-bottom:0;margin-right:10px;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (max-width:575px){.inputlabel{font-size:.95rem}}.defaultFileUpload{opacity:0;position:absolute;z-index:-1}.errorValidation{margin-bottom:1rem}.errorValidation .alert{font-size:14px;list-style:none}.errorValidation .alert li:first-of-type{margin-top:0}.errorValidation .alert li{margin-top:10px}.text-success{margin-bottom:2rem}@media (max-width:575px){.text-success{font-size:1rem}}.text-success ul{list-style:none;padding-left:0}.neben{padding-bottom:80px!important}@media (max-width:575px){.neben{padding-bottom:60px!important}}.pdf-button{margin-top:40px;text-align:right}@media (max-width:1199px){.pdf-button{margin-top:20px}}@media (max-width:767px){.pdf-button{margin-top:40px}}@media (max-width:575px){.pdf-button{margin-top:50px}.pdf-button a{width:100%}}.header-apps{margin-top:-23px}.header-apps .project{margin-bottom:11px}.header-apps ul{list-style:none;margin:0;padding:0}.header-apps ul li{display:inline-block;opacity:.3}.header-apps ul li.active{opacity:1}.header-apps ul li a{color:#333;display:block;padding:2px 10px;text-align:center}.header-apps ul li a .icon img{width:24px}.header-apps ul li a .app-name{font-size:12px;margin-top:6px}.user-menu2{background-color:rgba(69,168,207,.02);margin-top:10px}@media (max-width:575px){.user-menu2 .container{padding-left:30px;padding-right:30px}}.user-menu2 .user-menu-select{background-color:transparent;display:inline-block;margin:0 auto;width:100%}.user-menu2 ul{list-style:none;margin:0;padding:0}.user-menu2 ul li{float:left;position:relative;text-align:center;width:180px}@media (max-width:992px){.user-menu2 ul li{width:172px}}.user-menu2 ul li .triangle-user-menu{border-left:16px solid transparent;border-right:16px solid transparent;border-top:16px solid #45a8cf;bottom:-15px;display:none;height:0;left:calc(50% - 16px);position:absolute;width:0}.user-menu2 ul li .triangle-user-menu:after{border-left:15px solid transparent;border-right:15px solid transparent;border-top:15px solid #fff;content:"";height:0;left:-15px;position:absolute;top:-17px;width:0}.user-menu2 ul li a{background-position:center 9px;background-repeat:no-repeat;background-size:31px auto;border-bottom:2px solid transparent;border-left:1px solid #c7e3ee;color:#2d738f;display:block;padding:45px 20px 10px;transition:border .5s ease-out}@media (max-width:992){.user-menu2 ul li a{padding:10px 18px}}.user-menu2 ul li a:hover{border-bottom:2px solid rgba(69,168,207,.7);text-decoration:none;transition:border .2s ease-out}.user-menu2 ul li:last-child a{border-right:1px solid #c7e3ee}.user-menu2 ul li.active a{background-color:#fff;border:1px solid #45a8cf}.user-menu2 ul li.active .triangle-user-menu{display:block}.user-menu2 ul li.projektverwaltung-user-menu a{background-image:url(/img/icons/projects.png)}.user-menu2 ul li.betriebsdashboard-user-menu a{background-image:url(/img/icons/company.png)}.user-menu2 ul li.lizenzen-user-menu a{background-image:url(/img/icons/credit-card.png)}.user-menu2 ul li.benutzer-user-menu a{background-image:url(/img/icons/user.png)}.homepage{padding-bottom:300px!important}@media (max-width:1199px){.homepage{padding-bottom:260px!important}}@media (max-width:991px){.homepage{padding-bottom:240px!important}}@media (max-width:767px){.homepage{padding-bottom:220px!important}}@media (max-width:575px){.homepage{padding-bottom:140px!important}.homepage .container{max-width:100%!important;padding-left:0;padding-right:0}.homepage .main-header{padding-left:30px;padding-right:30px}}.homepage .main-header .row{justify-content:space-between}@media (max-width:374px){.homepage .main-header .row .logo-div{flex:0 0 30%;max-width:30%}.homepage .main-header .row .navigation-div{flex:0 0 70%;max-width:70%}}.homepage .main-header .row .header-menu{margin-top:15px}.homepage .main-header .row .header-menu ul{display:inline;list-style:none;margin:0;padding:0}.homepage .main-header .row .header-menu ul li{display:inline-block;padding-bottom:5px;padding-top:8px}.homepage .main-header .row .header-menu ul li a{border-bottom:2px solid transparent;color:#181738;display:block;margin:0 15px;padding-bottom:3px;transition:border .2s ease-out}.homepage .main-header .row .header-menu ul li a.active,.homepage .main-header .row .header-menu ul li a:hover{border-bottom:2px solid rgba(24,23,56,.5);text-decoration:none}@media (min-width:992px) and (max-width:1199px){.homepage .main-header .row .header-menu ul li a{margin:0 8px}}@media (min-width:576px) and (max-width:767px){.homepage .main-header .row .header-menu ul li a{margin:0 8px}}.homepage .main-header .row .header-menu ul li:last-of-type{padding:0}.homepage .main-header .row .header-menu ul li:last-of-type a{background-color:#87ceea;border-radius:3px;color:#fff;margin:0;padding:8px 25px;text-align:center;transition:background-color .2s ease-in-out}.homepage .main-header .row .header-menu ul li:last-of-type a:hover{background-color:rgba(135,206,234,.8);border-bottom:2px solid transparent;text-decoration:none}@media (max-width:575px){.homepage .main-header .row .header-menu ul li:last-of-type a{font-size:.95rem}}@media (min-width:992px){.homepage .main-header .row .header-menu ul li:nth-child(6){display:none}}@media (max-width:991px){.homepage .main-header .row .header-menu ul li:nth-child(2),.homepage .main-header .row .header-menu ul li:nth-child(3),.homepage .main-header .row .header-menu ul li:nth-child(4){display:none}}@media (max-width:575px){.homepage .main-header .row .header-menu ul li:first-child,.homepage .main-header .row .header-menu ul li:nth-child(5){display:none}}.homepage .main-header .row .header-menu ul li:nth-child(7){white-space:nowrap}@media (max-width:374px){.homepage .main-header .row .header-menu ul li:nth-child(7){display:none}}.homepage .main-header .row .header-menu ul li .blue-dropdown{margin:0 15px;padding-top:0}@media (max-width:767px){.homepage .main-header .row .header-menu ul li .blue-dropdown{margin:0 8px}}@media (max-width:374px){.homepage .main-header .row .header-menu ul li .blue-dropdown{margin:0}}.homepage .main-header .row .header-menu ul li .blue-dropdown .btn{padding:0}.homepage .main-header .row .header-menu ul li .blue-dropdown .btn:active,.homepage .main-header .row .header-menu ul li .blue-dropdown .btn:focus{box-shadow:none;outline:0}.homepage .main-header .row .header-menu ul li .blue-dropdown .btn div{background:rgba(24,23,56,.5);height:2px;margin-bottom:7px;width:30px}.homepage .main-header .row .header-menu ul li .blue-dropdown .btn div:last-child{margin-bottom:3px}.homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-menu{background:#fff;border:1px solid #c7e3ee;color:#181738}@media (max-width:374px){.homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-menu{padding-bottom:0}}.homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-divider{border-color:#c7e3ee}@media (min-width:576px){.homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-divider:first-of-type,.homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-divider:nth-of-type(4){display:none}}.homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-divider:nth-of-type(5){margin-bottom:0}@media (min-width:375px){.homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-divider:nth-of-type(5){display:none}}.homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-item{color:#181738;font-weight:500;margin:0;padding:14px 1.5rem}.homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-item:hover{background-color:transparent;border-bottom-color:transparent}.homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-item:hover .inner{border-bottom:2px solid rgba(24,23,56,.5)}.homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-item .inner{border-bottom:2px solid transparent;padding-bottom:3px;text-decoration:none;transition:border .3s ease-out}.homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-item .active{border-bottom:2px solid rgba(24,23,56,.5)}@media (min-width:576px){.homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-item:first-child,.homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-item:nth-child(9){display:none}}.homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-item:nth-child(11){background-color:#87ceea;color:#fff;padding:14px 1.5rem .7rem;transition:background-color .2s ease-in-out}@media (min-width:375px){.homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-item:nth-child(11){display:none}}.homepage .main-header .row .header-menu ul li .blue-dropdown .dropdown-item:nth-child(11):hover{background-color:rgba(135,206,234,.8);text-decoration:none}.homepage .main-header .row .header-menu ul li .blue-dropdown .homepage-dropdown{left:0;padding-top:0;position:absolute;top:0;transform:translate3d(0,40px,0);will-change:transform}@media (max-width:575px){.homepage .main-header .row .header-menu ul li .blue-dropdown .homepage-dropdown{font-size:.95rem;transform:translate3d(-23px,40px,0)}}@media (max-width:374px){.homepage .main-header .row .header-menu ul li .blue-dropdown .homepage-dropdown{transform:translate3d(-185px,40px,0)}}.homepage .content{margin-top:30px}.homepage .content .block{padding:80px 25px 120px}@media (max-width:575px){.homepage .content .block{padding:50px 30px 60px}}@media (max-width:1199px){.homepage .content .block.extra-margin{padding-bottom:160px!important}}@media (max-width:767px){.homepage .content .block.extra-margin{padding-bottom:180px!important}}@media (max-width:575px){.homepage .content .block.extra-margin{padding-bottom:120px!important}}.homepage .content .block:nth-child(2n){background-color:#f8fcfd;border-bottom:1px solid #87ceea;border-top:1px solid #87ceea}.homepage .content .block .top-container .top-image{background-image:linear-gradient(rgba(42,42,42,.1),rgba(42,42,42,.1)),url(/img/gebaeudedaten_home_1b.jpg);background-position:50% 90%;background-repeat:no-repeat;background-size:cover;height:70vh;left:0;position:absolute;top:100px;width:100%}@media (min-width:768px){.homepage .content .block .top-container .top-image{max-height:600px;min-height:600px}}@media (max-width:767px){.homepage .content .block .top-container .top-image{height:30vh;max-height:257px;min-height:257px}}.homepage .content .block .top-container .top-title{color:#fff;font-size:2.2rem;font-weight:600;line-height:1.3;padding-bottom:40px;width:330px!important}.homepage .content .block .top-container .top-title span{font-weight:300}@media (max-width:991px){.homepage .content .block .top-container .top-title{margin-top:40px}}@media (max-width:767px){.homepage .content .block .top-container .top-title{color:#333;margin-top:220px}}@media (max-width:575px){.homepage .content .block .top-container .top-title{font-size:1.6rem;margin-top:240px;width:250px!important}}@media (max-width:767px){.homepage .content .block .top-container .desktop-text{display:none}}.homepage .content .block .top-container .mobile-text{display:none;margin-top:70px}@media (max-width:767px){.homepage .content .block .top-container .mobile-text{display:block;font-size:1rem}}.homepage .content .block .vue-wrapper{margin-top:350px}@media (max-width:767px){.homepage .content .block .vue-wrapper{margin-top:80px}}.homepage .content .block .title{font-size:2.1rem!important;font-weight:400;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;padding-bottom:40px!important;padding-top:0!important;text-align:center}@media (max-width:575px){.homepage .content .block .title{font-size:1.5rem!important;padding-bottom:30px!important}}.homepage .content .block .title.app-title{padding-bottom:0!important}.homepage .content .block .subtitle{font-size:1.5rem;font-weight:300;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;line-height:1.4;margin-top:20px;padding-bottom:30px;text-align:center}@media (max-width:575px){.homepage .content .block .subtitle{font-size:1.2rem;line-height:1.3;margin-top:10px;padding-bottom:20px}}.homepage .content .block .text{line-height:1.3}.homepage .content .block .homepage-apps{margin-top:30px}@media (min-width:576px){.homepage .content .block .homepage-apps{margin-left:-15px;margin-right:-15px}}@media (max-width:575px){.homepage .content .block .homepage-apps .desktop{display:none!important}}.homepage .content .block .homepage-apps .desktop .app-box{border:1px solid #edeff1;border-left-color:transparent;cursor:pointer;height:105px;text-align:center}.homepage .content .block .homepage-apps .desktop .app-box:first-child{border-left:1px solid #edeff1}@media (max-width:991px){.homepage .content .block .homepage-apps .desktop .app-box:nth-child(4){border-left:1px solid #edeff1;border-top:1px solid transparent}}@media (max-width:1199px){.homepage .content .block .homepage-apps .desktop .app-box:nth-child(5){border-top:1px solid transparent}}@media (min-width:992px) and (max-width:1199px){.homepage .content .block .homepage-apps .desktop .app-box:nth-child(5){border-left:1px solid #edeff1}}@media (max-width:1199px){.homepage .content .block .homepage-apps .desktop .app-box:nth-child(6){border-top:1px solid transparent}}.homepage .content .block .homepage-apps .desktop .app-box .triangle-down{bottom:-18px;display:none;position:absolute;width:calc(100% - 30px)}.homepage .content .block .homepage-apps .desktop .app-box.active{border:2px solid #87ceea}@media (min-width:576px){.homepage .content .block .homepage-apps .desktop .app-box.active .triangle-down{display:block}}.homepage .content .block .homepage-apps .desktop .app-box.active .app-icon{padding-top:14px}.homepage .content .block .homepage-apps .desktop .app-box.active .app-name{padding-bottom:14px}.homepage .content .block .homepage-apps .desktop .app-box .app-icon{padding-top:15px}.homepage .content .block .homepage-apps .desktop .app-box .app-icon img{width:40px}.homepage .content .block .homepage-apps .desktop .app-box .app-icon.dach-icon img{padding-bottom:6.42px;padding-top:6.3px}.homepage .content .block .homepage-apps .desktop .app-box .app-name{align-items:center;bottom:0;display:flex;font-size:.95rem;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual;justify-content:center;left:0;padding-bottom:15px;padding-left:15px;padding-right:15px;position:absolute;width:100%}@media (min-width:576px) and (max-width:767px){.homepage .content .block .homepage-apps .desktop .app-box .app-name{height:45px;padding-left:14px;padding-right:14px}}@media (max-width:575px){.homepage .content .block .homepage-apps .desktop .app-box .app-name{font-size:.9rem}}@media (min-width:384px) and (max-width:387px){.homepage .content .block .homepage-apps .desktop .app-box .app-name{padding-left:14px;padding-right:14px}}@media (max-width:383px){.homepage .content .block .homepage-apps .desktop .app-box .app-name{height:45px}}@media (min-width:576px){.homepage .content .block .homepage-apps .mobile{display:none}}.homepage .content .block .homepage-apps .mobile #appCarousel{padding-bottom:0;padding-top:0}@media (max-width:319px){.homepage .content .block .homepage-apps .mobile #appCarousel .carousel-item{padding-left:40px;padding-right:40px}}.homepage .content .block .homepage-apps .mobile #appCarousel .carousel-control-prev{opacity:1}.homepage .content .block .homepage-apps .mobile #appCarousel .carousel-control-prev:focus,.homepage .content .block .homepage-apps .mobile #appCarousel .carousel-control-prev:hover{opacity:.6}@media (max-width:400px){.homepage .content .block .homepage-apps .mobile #appCarousel .carousel-control-prev{justify-content:flex-start}}.homepage .content .block .homepage-apps .mobile #appCarousel .carousel-control-prev .carousel-control-prev-icon{background-image:url(/img/icons/bullet_left.png);background-size:17px;height:35px}@media (max-width:350px){.homepage .content .block .homepage-apps .mobile #appCarousel .carousel-control-prev .carousel-control-prev-icon{background-size:14px;margin-left:-3px}}.homepage .content .block .homepage-apps .mobile #appCarousel .carousel-control-next{opacity:1}.homepage .content .block .homepage-apps .mobile #appCarousel .carousel-control-next:focus,.homepage .content .block .homepage-apps .mobile #appCarousel .carousel-control-next:hover{opacity:.6}@media (max-width:400px){.homepage .content .block .homepage-apps .mobile #appCarousel .carousel-control-next{justify-content:flex-end}}.homepage .content .block .homepage-apps .mobile #appCarousel .carousel-control-next .carousel-control-next-icon{background-image:url(/img/icons/bullet.png);background-size:17px;height:35px}@media (max-width:350px){.homepage .content .block .homepage-apps .mobile #appCarousel .carousel-control-next .carousel-control-next-icon{background-size:14px;margin-right:-3px}}.homepage .content .block .homepage-apps .mobile .app-box{border:1px solid #87ceea;cursor:pointer;height:105px;max-width:186px;position:relative;text-align:center;width:100%}@media (max-width:304px){.homepage .content .block .homepage-apps .mobile .app-box{height:125px}}.homepage .content .block .homepage-apps .mobile .app-box .app-icon{padding-top:15px}.homepage .content .block .homepage-apps .mobile .app-box .app-icon img{width:40px}.homepage .content .block .homepage-apps .mobile .app-box .app-icon.dach-icon img{padding-bottom:6.42px;padding-top:6.3px}.homepage .content .block .homepage-apps .mobile .app-box .app-name{align-items:center;bottom:0;display:flex;font-size:.92rem;-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual;justify-content:center;left:0;padding-bottom:15px;padding-left:15px;padding-right:15px;position:absolute;width:100%}@media (max-width:304px){.homepage .content .block .homepage-apps .mobile .app-box .app-name{height:45px}}.homepage .content .block .homepage-app-description .subtitle{font-weight:500;margin-top:70px;text-align:left}@media (max-width:991px){.homepage .content .block .homepage-app-description .subtitle{margin-top:60px}}.homepage .content .block .homepage-app-description .description-holder{display:flex;justify-content:center}@media (max-width:991px){.homepage .content .block .homepage-app-description .description-holder .description{min-height:auto}}.homepage .content .block .homepage-app-description .description-holder .description .lead{font-size:1rem;font-weight:300;margin-top:10px}.homepage .content .block .homepage-app-description .description-holder .description .bullet-entries{font-size:1rem;font-weight:300;margin-top:40px}.homepage .content .block .homepage-app-description .description-holder .description .bullet-entries ul{list-style:none;padding-left:10px}.homepage .content .block .homepage-app-description .description-holder .description .bullet-entries ul li{background-image:url(/img/icons/bullet.png);background-position:0 0;background-repeat:no-repeat;background-size:14px;margin-bottom:25px;padding-left:25px;position:relative}.homepage .content .block .homepage-app-description .description-holder .description .bullet-entries ul li .inner{margin-top:25px;padding-left:0}.homepage .content .block .homepage-app-description .description-holder .description .bullet-entries ul li .inner li{background:none;padding-left:15px}.homepage .content .block .homepage-app-description .description-holder .description .bullet-entries ul li .inner li:before{color:#87ceea;content:">";left:0;position:absolute;top:0}@media (max-width:991px){.homepage .content .block .homepage-app-description .app-screens{margin-top:30px}}@media (min-width:460px) and (max-width:575px){.homepage .content .block .homepage-app-description .app-screens{flex:0 0 100%;max-width:370px}}@media (max-width:459px){.homepage .content .block .homepage-app-description .app-screens{flex:0 0 100%;max-width:100%}}.homepage .content .block .homepage-app-description .app-screens .macbook{position:absolute;width:100%}@media (min-width:992px){.homepage .content .block .homepage-app-description .app-screens .macbook{width:97%}}@media (max-width:459px){.homepage .content .block .homepage-app-description .app-screens .macbook{display:none}}.homepage .content .block .homepage-app-description .app-screens .blank-sheet{background-color:#fff;height:224px;margin-left:95px;margin-top:33px;position:absolute;width:359px}@media (max-width:1199px){.homepage .content .block .homepage-app-description .app-screens .blank-sheet{height:189px;margin-left:80px;margin-top:28px;width:303px}}@media (max-width:991px){.homepage .content .block .homepage-app-description .app-screens .blank-sheet{height:243px;margin-left:103px;margin-top:36px;width:391px}}@media (max-width:767px){.homepage .content .block .homepage-app-description .app-screens .blank-sheet{height:201px;margin-left:85px;margin-top:29.5px;width:322px}}@media (min-width:460px) and (max-width:575px){.homepage .content .block .homepage-app-description .app-screens .blank-sheet{height:150px;margin-left:64px;margin-top:22px;width:240px}}@media (max-width:459px){.homepage .content .block .homepage-app-description .app-screens .blank-sheet{display:none}}.homepage .content .block .homepage-app-description .app-screens #screenCarousel{padding-top:33px}@media (max-width:1199px){.homepage .content .block .homepage-app-description .app-screens #screenCarousel{padding-bottom:110px;padding-top:28px}}@media (max-width:991px){.homepage .content .block .homepage-app-description .app-screens #screenCarousel{padding-bottom:130px;padding-top:36px}}@media (max-width:767px){.homepage .content .block .homepage-app-description .app-screens #screenCarousel{padding-bottom:110px;padding-top:29.5px}}@media (min-width:460px) and (max-width:575px){.homepage .content .block .homepage-app-description .app-screens #screenCarousel{padding-bottom:100px;padding-top:22px}}@media (max-width:459px){.homepage .content .block .homepage-app-description .app-screens #screenCarousel{padding-bottom:70px;padding-top:20px}}.homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-indicators{padding-left:16px}@media (min-width:460px) and (max-width:991px){.homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-indicators{padding-left:28px}}.homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-indicators li{background-color:rgba(24,23,56,.4);border-radius:50%;height:12px;margin-left:10px;margin-right:10px;width:12px}.homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-indicators li.active{background-color:#c7e3ee}.homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-inner{margin-left:95px;width:359px}@media (max-width:1199px){.homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-inner{margin-left:80px;width:303px}}@media (max-width:991px){.homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-inner{margin-left:103px;width:391px}}@media (max-width:767px){.homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-inner{margin-left:85px;width:322px}}@media (min-width:460px) and (max-width:575px){.homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-inner{margin-left:64px;width:240px}}@media (max-width:459px){.homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-inner{margin-left:auto;margin-right:auto;width:90%}.homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-inner .carousel-item{text-align:center}}.homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-inner .carousel-item img{height:224px;width:359px}@media (max-width:1199px){.homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-inner .carousel-item img{height:189px;width:303px}}@media (max-width:991px){.homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-inner .carousel-item img{height:243px;width:391px}}@media (max-width:767px){.homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-inner .carousel-item img{height:201px;width:322px}}@media (min-width:460px) and (max-width:575px){.homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-inner .carousel-item img{height:150px;width:240px}}@media (max-width:459px){.homepage .content .block .homepage-app-description .app-screens #screenCarousel .carousel-inner .carousel-item img{border:1px solid #edeff1;height:auto;max-height:220px;max-width:100%;width:auto}}.homepage .content .block .homepage-app-description .app-screens .embedded_video{padding-bottom:371px;padding-top:16px}@media (max-width:1199px){.homepage .content .block .homepage-app-description .app-screens .embedded_video{padding-bottom:110px;padding-top:28px}}@media (max-width:991px){.homepage .content .block .homepage-app-description .app-screens .embedded_video{padding-bottom:330px;padding-top:36px}}@media (max-width:767px){.homepage .content .block .homepage-app-description .app-screens .embedded_video{padding-bottom:270px;padding-top:29.5px}}@media (min-width:460px) and (max-width:575px){.homepage .content .block .homepage-app-description .app-screens .embedded_video{padding-bottom:200px;padding-top:22px}}@media (max-width:459px){.homepage .content .block .homepage-app-description .app-screens .embedded_video{padding-bottom:250px;padding-top:20px}}@media (max-width:420px){.homepage .content .block .homepage-app-description .app-screens .embedded_video{padding-bottom:70%}}.homepage .content .block .homepage-app-description .app-screens .embedded_video video{height:241px;margin-left:95px;position:absolute;width:359px}@media (max-width:1199px){.homepage .content .block .homepage-app-description .app-screens .embedded_video video{height:189px;margin-left:80px;width:303px}}@media (max-width:991px){.homepage .content .block .homepage-app-description .app-screens .embedded_video video{height:243px;margin-left:103px;width:391px}}@media (max-width:767px){.homepage .content .block .homepage-app-description .app-screens .embedded_video video{height:201px;margin-left:85px;width:322px}}@media (min-width:460px) and (max-width:575px){.homepage .content .block .homepage-app-description .app-screens .embedded_video video{height:150px;margin-left:64px;width:240px}}@media (max-width:459px){.homepage .content .block .homepage-app-description .app-screens .embedded_video video{border:1px solid #edeff1;height:auto;margin-left:17px;max-height:220px;max-width:100%;width:85%}}@media (max-width:340px){.homepage .content .block .homepage-app-description .app-screens .embedded_video video{margin-left:14px;width:80%}}.homepage .content .block .homepage-app-description .model{display:flex;justify-content:center}@media (min-width:992px) and (max-width:1199px){.homepage .content .block .homepage-app-description .model{justify-content:flex-end}}@media (max-width:991px){.homepage .content .block .homepage-app-description .model{margin-top:25px;padding-bottom:40px}}@media (max-width:575px){.homepage .content .block .homepage-app-description .model{margin-top:20px;padding-bottom:25px}}.homepage .content .block .homepage-app-description .model .building-data{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.homepage .content .block .homepage-app-description .model .building-data #model3d.homepage-3d{max-height:220px!important}@media (max-width:575px){.homepage .content .block .homepage-app-description .model .building-data #model3d.homepage-3d{max-height:180px!important}}.homepage .content .block .homepage-app-description .model .building-data #model3d.homepage-3d canvas{max-width:368px!important;width:368px!important}@media (min-width:992px) and (max-width:1199px){.homepage .content .block .homepage-app-description .model .building-data #model3d.homepage-3d canvas{max-width:330px!important}}@media (max-width:575px){.homepage .content .block .homepage-app-description .model .building-data #model3d.homepage-3d canvas{max-height:180px!important;max-width:250px!important}}.homepage .content .block .homepage-btn{background-color:#87ceea;border-radius:3px;color:#fff;font-size:1rem;font-weight:600;margin-top:50px;padding:12px 40px;transition:background-color .2s ease-in-out}.homepage .content .block .homepage-btn:hover{background-color:rgba(135,206,234,.8)}@media (min-width:431px){.homepage .content .block .values-title-left{text-align:left}.homepage .content .block .values-title-right{text-align:right}}.homepage .content .block .values-area{align-items:center;display:flex;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;margin-top:65px}@media (max-width:575px){.homepage .content .block .values-area{margin-top:50px}}.homepage .content .block .values-area .textblock{align-items:center;display:flex;margin-bottom:3rem}.homepage .content .block .values-area .textblock:nth-child(3){margin-bottom:30px}@media (min-width:576px){.homepage .content .block .values-area .textblock:nth-child(3){margin-bottom:0}}@media (max-width:575px){.homepage .content .block .values-area .textblock{font-size:.95rem}}@media (max-width:430px){.homepage .content .block .values-area .textblock{flex-direction:column;text-align:center}}@media (min-width:1200px){.homepage .content .block .values-area .textblock .icon{margin-left:15px}}@media (min-width:530px) and (max-width:767px){.homepage .content .block .values-area .textblock .icon{flex:0 0 20%;max-width:20%}}@media (min-width:480px) and (max-width:529px){.homepage .content .block .values-area .textblock .icon{flex:0 0 22%;max-width:22%}}@media (min-width:431px) and (max-width:479px){.homepage .content .block .values-area .textblock .icon{flex:0 0 25%;max-width:25%}}@media (max-width:430px){.homepage .content .block .values-area .textblock .icon{flex:0 0 100%;margin-bottom:15px;max-width:100%}}.homepage .content .block .values-area .textblock .icon img{width:83px}@media (max-width:991px){.homepage .content .block .values-area .textblock .icon img{width:70px}}@media (max-width:430px){.homepage .content .block .values-area .textblock .icon img{width:60px}}.homepage .content .block .values-area .image{align-items:center;display:flex;justify-content:center}@media (max-width:991px){.homepage .content .block .values-area .image{justify-content:flex-end}}.homepage .content .block .values-area .image img{width:350px}@media (max-width:991px){.homepage .content .block .values-area .image img{width:280px}}.homepage .content .block .values-area.berater .textblock:nth-child(3){margin-bottom:3rem}.homepage .content .block .values-area.berater .textblock:nth-child(4){margin-bottom:30px}@media (min-width:576px){.homepage .content .block .values-area.berater .textblock:nth-child(4){margin-bottom:0}}@media (max-width:767px){.homepage .content .block .values-area.berater .image{display:none}}.homepage .content .block .values-area.fachbetrieb .textblock{justify-content:flex-end;text-align:right}@media (max-width:430px){.homepage .content .block .values-area.fachbetrieb .textblock{text-align:center}}.homepage .content .block .values-area.fachbetrieb .textblock .mobile-icon{flex:0 0 100%;margin-bottom:15px;max-width:100%}@media (min-width:431px){.homepage .content .block .values-area.fachbetrieb .textblock .mobile-icon{display:none}}.homepage .content .block .values-area.fachbetrieb .textblock .mobile-icon img{width:60px}@media (min-width:1200px){.homepage .content .block .values-area.fachbetrieb .textblock .icon{margin-left:0;margin-right:15px}}@media (min-width:768px) and (max-width:991px){.homepage .content .block .values-area.fachbetrieb .textblock .icon{flex:0 0 15%;max-width:15%}}@media (max-width:430px){.homepage .content .block .values-area.fachbetrieb .textblock .icon{display:none}}@media (max-width:991px){.homepage .content .block .values-area.fachbetrieb .image{display:none}}.homepage .content .block .values-area.fachbetrieb .image img{width:100%}.homepage .content .block .values-area.fachbetrieb .image-mobile{display:flex;justify-content:flex-end;margin-top:80px}@media (min-width:992px){.homepage .content .block .values-area.fachbetrieb .image-mobile{display:none}}@media (max-width:575px){.homepage .content .block .values-area.fachbetrieb .image-mobile{margin-bottom:30px;margin-top:50px}}.homepage .content .block .values-area.fachbetrieb .image-mobile img{width:100%}@media (min-width:768px) and (max-width:991px){.homepage .content .block .values-area.fachbetrieb .image-mobile img{width:75%}}@media (max-width:767px){.homepage .content .block .values-area.hausbesitzer .image{display:none}}.homepage .content .block .values-hr{margin:120px -25px 80px}@media (max-width:575px){.homepage .content .block .values-hr{margin:60px -25px 50px}}.homepage .content .block .box-row{display:flex;justify-content:space-evenly}@media (max-width:991px){.homepage .content .block .box-row{justify-content:space-between}}@media (max-width:575px){.homepage .content .block .box-row{justify-content:center}}@media (max-width:350px){.homepage .content .block .box-row .col-7{flex:0 0 100%;max-width:100%}}.homepage .content .block .box-row .box{background-color:#fff;border:1px solid #87ceea;border-radius:3px;cursor:pointer;height:155px;margin-bottom:1px;margin-left:auto;margin-right:auto;max-width:180px;position:relative;transition:box-shadow .1s}@media (max-width:575px){.homepage .content .block .box-row .box{height:130px;margin-bottom:30px;max-width:150px}}.homepage .content .block .box-row .box:hover{box-shadow:0 0 0 1px #87ceea}.homepage .content .block .box-row .box .box-icon{left:0;padding-top:30px;position:absolute;text-align:center;top:0;width:100%}@media (max-width:575px){.homepage .content .block .box-row .box .box-icon{padding-top:20px}}.homepage .content .block .box-row .box .box-icon img{width:60px}@media (max-width:575px){.homepage .content .block .box-row .box .box-icon img{width:53px}}.homepage .content .block .box-row .box .box-name{bottom:0;color:#5f99a4;font-size:1.05rem;font-weight:700;left:0;padding-bottom:25px;position:absolute;text-align:center;width:100%}@media (max-width:767px){.homepage .content .block .box-row .box .box-name{font-size:1rem}}@media (max-width:575px){.homepage .content .block .box-row .box .box-name{padding-bottom:20px}}.homepage .content .block .contact-row{margin-top:100px}@media (max-width:991px){.homepage .content .block .contact-row{margin-top:80px}}@media (max-width:767px){.homepage .content .block .contact-row{margin-top:60px}.homepage .content .block .contact-row.inside{margin-top:80px}}.homepage .content .block .faqs#accordion .card{background-color:transparent;border:none;border-bottom:1px solid #87ceea;border-radius:none;border-radius:0}.homepage .content .block .faqs#accordion .card .card-header{background-color:transparent;border:none;cursor:pointer;font-size:1.2rem;padding:0}@media (max-width:767px){.homepage .content .block .faqs#accordion .card .card-header{font-size:1.05rem}}@media (max-width:575px){.homepage .content .block .faqs#accordion .card .card-header{font-size:1rem}}.homepage .content .block .faqs#accordion .card .card-header .faqs-question{background-image:url(/img/icons/bullet.png);background-position:1% 65%;background-repeat:no-repeat;background-size:14px;padding-bottom:20px;padding-left:35px;padding-top:35px;text-decoration:none;vertical-align:bottom}@media (max-width:575px){.homepage .content .block .faqs#accordion .card .card-header .faqs-question{background-position:1% 50%;padding-top:20px}}.homepage .content .block .faqs#accordion .card .card-body{padding:0 35px 20px}@media (max-width:575px){.homepage .content .block .faqs#accordion .card .card-body{font-size:.95rem}}.homepage .content .block .faqs .last-div{font-weight:600;margin-left:auto;margin-right:auto;margin-top:50px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.homepage .content .block .faqs .last-div a{background:none;border-bottom:1px solid #87ceea;color:rgba(0,116,161,.8);font-size:1.2rem;height:27px;padding-bottom:8px!important;padding-left:0;padding-top:0;text-decoration:none;transition:color .2s ease-in-out}.homepage .content .block .faqs .last-div a:hover{color:rgba(0,116,161,.6)}@media (max-width:767px){.homepage .content .block .faqs .last-div a{font-size:1.05rem}}@media (max-width:575px){.homepage .content .block .faqs .last-div a{font-size:1rem}}.homepage .content .block .carousel{margin-bottom:0;padding-bottom:130px;padding-top:40px}.homepage .content .block .carousel .carousel-indicators{margin-top:200px}.homepage .content .block .carousel .carousel-indicators li{background-color:rgba(24,23,56,.4);border-radius:50%;height:15px;margin-left:15px;margin-right:15px;width:15px}.homepage .content .block .carousel .carousel-indicators li.active{background-color:#c7e3ee}.homepage .content .block #testimonial-carousel{margin-top:65px;padding-bottom:0;padding-top:0}@media (max-width:575px){.homepage .content .block #testimonial-carousel{margin-top:50px}}.homepage .content .block #testimonial-carousel .testimonials{display:flex;justify-content:space-evenly;padding-top:20px}@media (min-width:576px) and (max-width:767px){.homepage .content .block #testimonial-carousel .testimonials{align-items:center;flex-direction:column}}@media (max-width:767px){.homepage .content .block #testimonial-carousel .testimonials .first{margin-bottom:50px}}@media (max-width:575px){.homepage .content .block #testimonial-carousel .testimonials .second{margin-bottom:30px}}.homepage .content .block #testimonial-carousel .testimonials .testimonial{border:1px solid rgba(237,239,241,.4);height:140px}@media (min-width:768px) and (max-width:991px){.homepage .content .block #testimonial-carousel .testimonials .testimonial{height:160px}}@media (max-width:767px){.homepage .content .block #testimonial-carousel .testimonials .testimonial{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}.homepage .content .block #testimonial-carousel .testimonials .testimonial img{height:30px;margin-top:-13px;position:absolute}.homepage .content .block #testimonial-carousel .testimonials .testimonial .text{align-items:center;display:flex;font-size:1rem;font-style:italic;height:100%;padding:25px 20px 25px 40px;text-align:center}.homepage .content .block #testimonial-carousel .testimonials .persona{margin-top:35px;text-align:center}.homepage .content .block #testimonial-carousel .testimonials .persona img{height:100px;padding-bottom:40px}.homepage .content .block #testimonial-carousel .testimonials .persona .name,.homepage .content .block #testimonial-carousel .testimonials .persona .role{width:100%}.homepage .content .block #testimonial-carousel .testimonials .persona .role{font-size:.95rem;font-weight:700;line-height:1.2;margin-top:10px}.homepage .content .block .logo-holder{align-items:center;display:flex;justify-content:space-evenly;margin-top:65px}@media (max-width:575px){.homepage .content .block .logo-holder{margin-top:50px}}.homepage .content .block .logo-holder .column{align-items:center;display:flex;justify-content:center;margin-bottom:25px;margin-top:25px;padding-left:40px;padding-right:40px}@media (max-width:1199px){.homepage .content .block .logo-holder .column{padding-left:30px;padding-right:30px}}@media (min-width:500px) and (max-width:767px){.homepage .content .block .logo-holder .column{padding-left:45px;padding-right:45px}}.homepage .content .block .logo-holder .column:first-child,.homepage .content .block .logo-holder .column:nth-child(2){margin-top:0}@media (min-width:768px){.homepage .content .block .logo-holder .column:nth-child(3){margin-top:0}}@media (min-width:992px){.homepage .content .block .logo-holder .column:nth-child(4){margin-top:0}}@media (min-width:400px){.homepage .content .block .logo-holder .column:nth-child(4) img{max-width:75%}}@media (min-width:576px) and (max-width:767px){.homepage .content .block .logo-holder .column:nth-child(4) img{max-width:70%}.homepage .content .block .logo-holder .column:nth-child(5),.homepage .content .block .logo-holder .column:nth-child(6){margin-top:40px}}@media (max-width:420px){.homepage .content .block .logo-holder .column:nth-child(6) img{max-width:120%}}@media (min-width:576px) and (max-width:991px){.homepage .content .block .logo-holder .column:nth-child(7),.homepage .content .block .logo-holder .column:nth-child(8){margin-bottom:0}}.homepage .content .block .logo-holder .column img,.homepage .content .block .logo-holder .column svg{max-height:90px;max-width:100%}@media (max-width:575px){.homepage .content .block .logo-holder .column img,.homepage .content .block .logo-holder .column svg{max-height:75px}}@media (max-width:399px){.homepage .content .block .logo-holder .column img,.homepage .content .block .logo-holder .column svg{max-height:65px}}@media (max-width:339px){.homepage .content .block .logo-holder .column img,.homepage .content .block .logo-holder .column svg{max-height:50px}}@media (max-width:575px){.homepage .content .block .cards-desktop{display:none}}.homepage .content .block .cards{align-items:center;display:flex;justify-content:space-between;margin-bottom:25px;margin-top:80px;position:relative}@media (max-width:991px){.homepage .content .block .cards{margin-top:60px}}@media (max-width:767px){.homepage .content .block .cards{margin-top:50px}}@media (min-width:576px) and (max-width:767px){.homepage .content .block .cards{margin-left:-15px;margin-right:-15px}}.homepage .content .block .cards .card-big,.homepage .content .block .cards .card-small{background-color:#f8fcfd;border:1px solid #87ceea;border-radius:3px;text-align:center;transition:box-shadow .1s}.homepage .content .block .cards .card-big:hover,.homepage .content .block .cards .card-small:hover{box-shadow:0 0 0 1px #87ceea}@media (min-width:576px) and (max-width:991px){.homepage .content .block .cards .card-big:hover,.homepage .content .block .cards .card-small:hover{box-shadow:none}}.homepage .content .block .cards .card-big .card-head,.homepage .content .block .cards .card-small .card-head{align-items:center;background-color:#87ceea;color:#fff;display:flex;justify-content:center}.homepage .content .block .cards .card-big .card-price span,.homepage .content .block .cards .card-small .card-price span{font-weight:600}.homepage .content .block .cards .card-big .card-text,.homepage .content .block .cards .card-small .card-text{font-size:1rem}@media (max-width:767px){.homepage .content .block .cards .card-big .card-text,.homepage .content .block .cards .card-small .card-text{font-size:.95rem}}.homepage .content .block .cards .card-big .card-amount span,.homepage .content .block .cards .card-small .card-amount span{font-weight:600}.homepage .content .block .cards .card-big .projekte-text,.homepage .content .block .cards .card-small .projekte-text{margin-top:40px}@media (max-width:991px){.homepage .content .block .cards .card-big .projekte-text,.homepage .content .block .cards .card-small .projekte-text{margin-top:25px}}.homepage .content .block .cards .card-big .card-btn,.homepage .content .block .cards .card-small .card-btn{white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.homepage .content .block .cards .card-big .card-btn .homepage-btn,.homepage .content .block .cards .card-small .card-btn .homepage-btn{margin-top:0}@media (max-width:991px){.homepage .content .block .cards .card-big .card-btn .homepage-btn,.homepage .content .block .cards .card-small .card-btn .homepage-btn{padding:10px 30px}}@media (max-width:767px){.homepage .content .block .cards .card-big .card-btn .homepage-btn,.homepage .content .block .cards .card-small .card-btn .homepage-btn{padding:9px 20px}}@media (max-width:575px){.homepage .content .block .cards .card-big .card-btn .homepage-btn,.homepage .content .block .cards .card-small .card-btn .homepage-btn{font-size:.95rem!important;padding:8px 30px}}.homepage .content .block .cards .card-small{font-size:1.4rem;height:420px;max-width:240px;position:relative}@media (max-width:1199px){.homepage .content .block .cards .card-small{font-size:1.3rem;height:390px;max-width:210px}}@media (max-width:991px){.homepage .content .block .cards .card-small{font-size:1.25rem;height:360px;max-width:173px}}@media (min-width:576px) and (max-width:767px){.homepage .content .block .cards .card-small{font-size:1.1rem;height:340px;max-width:135px}}@media (max-width:575px){.homepage .content .block .cards .card-small{font-size:1.1rem;margin-left:auto;margin-right:auto}}@media (max-width:330px){.homepage .content .block .cards .card-small{height:330px;max-width:170px}}@media (min-width:576px) and (max-width:991px){.homepage .content .block .cards .card-small.left{border-bottom-right-radius:0;border-right-color:transparent;border-top-right-radius:0}.homepage .content .block .cards .card-small.mid-left{border-radius:0;border-right-color:transparent}.homepage .content .block .cards .card-small.right{border-bottom-left-radius:0;border-left-color:transparent;border-top-left-radius:0}}.homepage .content .block .cards .card-small .card-head{height:45px}@media (max-width:991px){.homepage .content .block .cards .card-small .card-head{height:40px}}.homepage .content .block .cards .card-small .card-price{margin-bottom:45px;margin-top:50px}@media (max-width:1199px){.homepage .content .block .cards .card-small .card-price{margin-top:47px}}@media (max-width:991px){.homepage .content .block .cards .card-small .card-price{margin-bottom:30px;margin-top:43px}}@media (min-width:576px) and (max-width:767px){.homepage .content .block .cards .card-small .card-price{margin-top:36px}}.homepage .content .block .cards .card-small .card-text{padding-left:34px;padding-right:34px}@media (max-width:1199px){.homepage .content .block .cards .card-small .card-text{padding-left:19px;padding-right:19px}}@media (max-width:991px){.homepage .content .block .cards .card-small .card-text{padding-left:14px;padding-right:14px}}@media (min-width:576px) and (max-width:767px){.homepage .content .block .cards .card-small .card-text{padding-left:8px;padding-right:8px}}.homepage .content .block .cards .card-small .card-amount{margin-top:55px}@media (max-width:1199px){.homepage .content .block .cards .card-small .card-amount{margin-top:47px}}@media (max-width:991px){.homepage .content .block .cards .card-small .card-amount{margin-top:40px}}@media (min-width:576px) and (max-width:767px){.homepage .content .block .cards .card-small .card-amount{margin-top:36px}}@media (max-width:330px){.homepage .content .block .cards .card-small .card-amount{margin-top:30px}}.homepage .content .block .cards .card-small .card-btn{margin-top:45px}@media (max-width:991px){.homepage .content .block .cards .card-small .card-btn{margin-top:35px}}@media (min-width:576px) and (max-width:767px){.homepage .content .block .cards .card-small .card-btn{margin-top:36px}}@media (max-width:575px){.homepage .content .block .cards .card-small .card-btn{margin-top:40px}}@media (max-width:330px){.homepage .content .block .cards .card-small .card-btn{margin-top:30px}}.homepage .content .block .cards .card-big{font-size:1.7rem;height:490px;max-width:280px;position:relative}@media (max-width:1199px){.homepage .content .block .cards .card-big{font-size:1.45rem;height:430px;max-width:220px}}@media (min-width:768px) and (max-width:991px){.homepage .content .block .cards .card-big{border-radius:0;font-size:1.25rem;height:360px;max-width:173px;z-index:100}}@media (min-width:576px) and (max-width:767px){.homepage .content .block .cards .card-big{border-radius:0;font-size:1.1rem;height:340px;max-width:135px;z-index:100}}@media (max-width:575px){.homepage .content .block .cards .card-big{font-size:1.1rem;height:350px;margin-left:auto;margin-right:auto;max-width:200px}}@media (max-width:330px){.homepage .content .block .cards .card-big{height:330px;max-width:170px}}.homepage .content .block .cards .card-big .card-head{height:55px}@media (max-width:1199px){.homepage .content .block .cards .card-big .card-head{height:54px}}@media (max-width:991px){.homepage .content .block .cards .card-big .card-head{height:40px}}@media (max-width:767px){.homepage .content .block .cards .card-big .card-head{height:40px}}.homepage .content .block .cards .card-big .card-price{margin-bottom:45px;margin-top:57px}@media (max-width:1199px){.homepage .content .block .cards .card-big .card-price{margin-top:50px}}@media (max-width:991px){.homepage .content .block .cards .card-big .card-price{margin-bottom:30px;margin-top:43px}}@media (min-width:576px) and (max-width:767px){.homepage .content .block .cards .card-big .card-price{margin-top:36px}}.homepage .content .block .cards .card-big .card-text{padding-left:54px;padding-right:54px}@media (max-width:1199px){.homepage .content .block .cards .card-big .card-text{padding-left:24px;padding-right:24px}}@media (min-width:576px) and (max-width:767px){.homepage .content .block .cards .card-big .card-text{padding-left:8px;padding-right:8px}}@media (max-width:575px){.homepage .content .block .cards .card-big .card-text{padding-left:18px;padding-right:18px}}.homepage .content .block .cards .card-big .card-amount{margin-top:65px}@media (max-width:1199px){.homepage .content .block .cards .card-big .card-amount{margin-top:50px}}@media (max-width:991px){.homepage .content .block .cards .card-big .card-amount{margin-top:40px}}@media (min-width:576px) and (max-width:767px){.homepage .content .block .cards .card-big .card-amount{margin-top:36px}}@media (max-width:330px){.homepage .content .block .cards .card-big .card-amount{margin-top:30px}}.homepage .content .block .cards .card-big .card-btn{margin-top:60px}@media (max-width:1199px){.homepage .content .block .cards .card-big .card-btn{margin-top:50px}}@media (max-width:991px){.homepage .content .block .cards .card-big .card-btn{margin-top:35px}}@media (min-width:576px) and (max-width:767px){.homepage .content .block .cards .card-big .card-btn{margin-top:36px}}@media (max-width:575px){.homepage .content .block .cards .card-big .card-btn{margin-top:40px}}@media (max-width:330px){.homepage .content .block .cards .card-big .card-btn{margin-top:30px}}@media (min-width:992px){.homepage .content .block .cards .card-big .card-btn .homepage-btn{font-size:1.1rem}}.homepage .content .block .cards .card-big .ribbon{height:100px;left:-5px;overflow:hidden;position:absolute;text-align:right;top:-5px;width:100px;z-index:1}@media (max-width:1199px){.homepage .content .block .cards .card-big .ribbon{height:95px;left:-4px;top:-4px;width:90px}}@media (max-width:991px){.homepage .content .block .cards .card-big .ribbon{height:95px;left:-3px;top:-3px;width:90px}}.homepage .content .block .cards .card-big .ribbon span{background:#79a70a;background:linear-gradient(#9bc90d,#79a70a);box-shadow:0 3px 10px -5px #000;color:#fff;display:block;font-size:12px;font-weight:700;left:-26px;line-height:20px;position:absolute;text-align:center;text-transform:uppercase;top:29px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);width:130px}@media (max-width:1199px){.homepage .content .block .cards .card-big .ribbon span{font-size:11px;left:-24px;top:21px;width:110px}}@media (max-width:991px){.homepage .content .block .cards .card-big .ribbon span{font-size:9px;left:-22px;top:13px;width:90px}}@media (min-width:575px) and (max-width:767px){.homepage .content .block .cards .card-big .ribbon span{font-size:7px;left:-20px;top:8px;width:75px}}.homepage .content .block .cards .card-big .ribbon span:before{border-color:#79a70a transparent transparent #79a70a;border-style:solid;border-width:3px;content:"";left:0;position:absolute;top:100%;z-index:-1}.homepage .content .block .cards .card-big .ribbon span:after{border-color:#79a70a #79a70a transparent transparent;border-style:solid;border-width:3px;content:"";position:absolute;right:0;top:100%;z-index:-1}.homepage .content .block .cards .mwst-hinweis{bottom:-40px;font-size:.8rem;position:absolute;right:0}@media (max-width:575px){.homepage .content .block .cards .mwst-hinweis{bottom:-60px}}.homepage .content .block #cards-carousel{padding-bottom:0;padding-top:0}@media (min-width:576px){.homepage .content .block #cards-carousel{display:none}}.homepage .content .block #cards-carousel .carousel-inner{padding-top:3px}.homepage .content .block #cards-carousel .carousel-control-prev{color:#87ceea;font-size:1.2rem;opacity:1}.homepage .content .block #cards-carousel .carousel-control-prev:focus,.homepage .content .block #cards-carousel .carousel-control-prev:hover{opacity:.6}@media (max-width:400px){.homepage .content .block #cards-carousel .carousel-control-prev{justify-content:flex-start}}.homepage .content .block #cards-carousel .carousel-control-prev .carousel-control-prev-icon{background-image:url(/img/icons/bullet_left.png);background-size:20px;height:35px}@media (max-width:300px){.homepage .content .block #cards-carousel .carousel-control-prev .carousel-control-prev-icon{background-size:15px;margin-left:-3px}}.homepage .content .block #cards-carousel .carousel-control-next{opacity:1}.homepage .content .block #cards-carousel .carousel-control-next:focus,.homepage .content .block #cards-carousel .carousel-control-next:hover{opacity:.6}@media (max-width:400px){.homepage .content .block #cards-carousel .carousel-control-next{justify-content:flex-end}}.homepage .content .block #cards-carousel .carousel-control-next .carousel-control-next-icon{background-image:url(/img/icons/bullet.png);background-size:20px;height:35px}@media (max-width:300px){.homepage .content .block #cards-carousel .carousel-control-next .carousel-control-next-icon{background-size:15px;margin-right:-3px}}.homepage .content .block.testphase .first{margin-top:65px}@media (max-width:575px){.homepage .content .block.testphase .first{margin-top:50px}}@media (min-width:992px){.homepage .content .block.testphase .second{padding-left:40px;padding-right:40px}}@media (min-width:1200px){.homepage .content .block.testphase .second{padding-left:120px;padding-right:120px}}.homepage .content .block.testphase .third{margin-top:3rem;padding-bottom:0}@media (min-width:576px) and (max-width:767px){.homepage .content .block.testphase .third{padding-left:25px;padding-right:25px}}.homepage .content .block.testphase .buttons{align-items:center;display:flex;justify-content:center;margin-top:.8rem}@media (max-width:575px){.homepage .content .block.testphase .buttons{margin-top:1rem}}@media (max-width:456px){.homepage .content .block.testphase .buttons{flex-direction:column;margin-bottom:0}}.homepage .content .block.testphase .buttons a{margin-left:1rem;margin-right:1rem;margin-top:0;min-width:166px}@media (max-width:575px){.homepage .content .block.testphase .buttons a{font-size:.95rem}}@media (max-width:456px){.homepage .content .block.testphase .buttons a{margin-bottom:15px;margin-left:0;margin-right:0}}.homepage .content .block .counters{margin-top:65px}@media (max-width:575px){.homepage .content .block .counters{align-items:center;flex-direction:column!important;margin-top:50px}}.homepage .content .block .counters .box{cursor:default;height:250px;max-width:220px}@media (max-width:991px){.homepage .content .block .counters .box{max-width:200px}}@media (max-width:767px){.homepage .content .block .counters .box{height:230px}}@media (max-width:575px){.homepage .content .block .counters .box{height:220px}}.homepage .content .block .counters .box .box-name{align-items:center;color:#333;display:flex;font-size:1.2rem;font-weight:400;height:40px;justify-content:center;padding-top:40px;top:0}@media (max-width:991px){.homepage .content .block .counters .box .box-name{font-size:1.1rem;padding-left:12px;padding-right:12px}}@media (max-width:767px){.homepage .content .block .counters .box .box-name{font-size:1rem;padding-left:7px;padding-right:7px}}@media (max-width:575px){.homepage .content .block .counters .box .box-name{padding-top:30px}}.homepage .content .block .counters .box .box-icon{align-items:center;display:flex;height:100%;justify-content:center;padding-top:0}.homepage .content .block .counters .box .box-icon img{width:80px}@media (max-width:767px){.homepage .content .block .counters .box .box-icon img{width:70px}}.homepage .content .block .counters .box .box-icon.smaller img{width:70px}@media (max-width:767px){.homepage .content .block .counters .box .box-icon.smaller img{width:58px}}.homepage .content .block .counters .box .box-value{bottom:0;font-size:2rem;font-weight:400;left:0;margin-top:30px;padding-bottom:25px;position:absolute;text-align:center;width:100%}@media (max-width:1199px){.homepage .content .block .counters .box .box-value{font-size:1.8rem}}@media (max-width:991px){.homepage .content .block .counters .box .box-value{font-size:1.6rem}}@media (max-width:767px){.homepage .content .block .counters .box .box-value{font-size:1.4rem}}.homepage .content .block .zusatz-lizenzen{margin-bottom:25px;margin-top:120px}@media (min-width:1200px){.homepage .content .block .zusatz-lizenzen .subtitle{padding-left:75px;padding-right:75px}}.homepage .content .block .zusatz-lizenzen .more-cards{align-items:center;display:flex;justify-content:space-between;margin-top:20px;position:relative}@media (min-width:1200px){.homepage .content .block .zusatz-lizenzen .more-cards{justify-content:space-evenly}}@media (max-width:575px){.homepage .content .block .zusatz-lizenzen .more-cards{flex-direction:column}}.homepage .content .block .zusatz-lizenzen .more-cards .card-small{background-color:#f8fcfd;border:1px solid #87ceea;border-radius:3px;font-size:1.4rem;max-width:250px;text-align:center;transition:box-shadow .1s}@media (max-width:991px){.homepage .content .block .zusatz-lizenzen .more-cards .card-small{font-size:1.25rem;max-width:200px}}@media (max-width:767px){.homepage .content .block .zusatz-lizenzen .more-cards .card-small{font-size:1.2rem}}@media (max-width:575px){.homepage .content .block .zusatz-lizenzen .more-cards .card-small{font-size:1.1rem;margin-bottom:30px}}.homepage .content .block .zusatz-lizenzen .more-cards .card-small:hover{box-shadow:0 0 0 1px #87ceea}.homepage .content .block .zusatz-lizenzen .more-cards .card-small .card-price{margin-bottom:40px;margin-top:50px}@media (max-width:991px){.homepage .content .block .zusatz-lizenzen .more-cards .card-small .card-price{margin-bottom:30px;margin-top:40px}}@media (max-width:767px){.homepage .content .block .zusatz-lizenzen .more-cards .card-small .card-price{margin-bottom:25px;margin-top:30px}}@media (max-width:575px){.homepage .content .block .zusatz-lizenzen .more-cards .card-small .card-price{margin-top:25px}}.homepage .content .block .zusatz-lizenzen .more-cards .card-small .card-price span{font-weight:600}.homepage .content .block .zusatz-lizenzen .more-cards .card-small .card-text{font-size:1rem;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;padding-left:39px;padding-right:39px}@media (max-width:991px){.homepage .content .block .zusatz-lizenzen .more-cards .card-small .card-text{padding-left:14px;padding-right:14px}}@media (max-width:767px){.homepage .content .block .zusatz-lizenzen .more-cards .card-small .card-text{padding-left:20px;padding-right:20px}}@media (max-width:575px){.homepage .content .block .zusatz-lizenzen .more-cards .card-small .card-text{font-size:.95rem;padding-left:18px;padding-right:18px}}.homepage .content .block .zusatz-lizenzen .more-cards .card-small .card-amount{margin-bottom:50px;margin-top:40px}@media (max-width:991px){.homepage .content .block .zusatz-lizenzen .more-cards .card-small .card-amount{margin-top:30px}}@media (max-width:767px){.homepage .content .block .zusatz-lizenzen .more-cards .card-small .card-amount{margin-bottom:35px;margin-top:25px}}.homepage .content .block .zusatz-lizenzen .more-cards .card-small .card-amount span{font-weight:600}.homepage .content .block .zusatz-lizenzen .more-cards .card-small .projekte-text{margin-bottom:40px}@media (max-width:991px){.homepage .content .block .zusatz-lizenzen .more-cards .card-small .projekte-text{margin-bottom:30px}}@media (max-width:767px){.homepage .content .block .zusatz-lizenzen .more-cards .card-small .projekte-text{margin-bottom:25px}}@media (min-width:576px) and (max-width:767px){.homepage .content .block .zusatz-lizenzen .more-cards .card-small.left{border-bottom-right-radius:0;border-right-color:transparent;border-top-right-radius:0}.homepage .content .block .zusatz-lizenzen .more-cards .card-small.left:focus,.homepage .content .block .zusatz-lizenzen .more-cards .card-small.left:hover{border-right-color:#87ceea}.homepage .content .block .zusatz-lizenzen .more-cards .card-small.middle{border-radius:0;z-index:100}.homepage .content .block .zusatz-lizenzen .more-cards .card-small.right{border-bottom-left-radius:0;border-left-color:transparent;border-top-left-radius:0}.homepage .content .block .zusatz-lizenzen .more-cards .card-small.right:focus,.homepage .content .block .zusatz-lizenzen .more-cards .card-small.right:hover{border-left-color:#87ceea}}@media (max-width:575px){.homepage .content .block .zusatz-lizenzen .more-cards .card-small.right{margin-bottom:0}}.homepage .content .block .zusatz-lizenzen .more-cards .mwst-hinweis{bottom:-50px;font-size:.8rem;position:absolute;right:0}@media (min-width:576px) and (max-width:991px){.homepage .content .block .zusatz-lizenzen .more-cards .mwst-hinweis{bottom:-40px}}.homepage .content .block .lizenzen-hinweis{margin-top:120px}.homepage .content .block .lizenzen-hinweis .subtitle{padding-bottom:0}.homepage .content .block .features{margin-top:120px}@media (max-width:575px){.homepage .content .block .features{margin-top:100px}}.homepage .content .block .features table{margin-top:20px}.homepage .content .block .features table th{background-color:#f8fcfd}@media (max-width:575px){.homepage .content .block .features table th{font-size:.96rem}}.homepage .content .block .features table td{height:44.2px;line-height:1.2;padding-right:30px}@media (max-width:575px){.homepage .content .block .features table td{font-size:.95rem}}.homepage .content .block .features table td span{color:green;font-size:1.2rem;padding-left:10px;padding-right:10px;position:absolute}@media (max-width:575px){.homepage .content .block .features table td span{font-size:1.1rem}}.homepage .content .block .features table td .tooltip-parent{padding-right:60px;position:relative}.homepage .content .block .features table td .tooltip-parent .custom-tooltip{position:absolute;right:-15px;top:-2px}.homepage .content .block .features table td .tooltip-parent .custom-tooltip img{width:25px}.homepage .content .block .values{margin-top:120px}@media (max-width:575px){.homepage .content .block .values{padding-bottom:30px}}.homepage .content .block .values .row{display:flex;justify-content:space-evenly;margin-top:20px}.homepage .content .block .values .row .icon img{width:83px}@media (max-width:575px){.homepage .content .block .values .row .icon img{width:68px}}.homepage .content .block .values .row .text{margin-top:25px}@media (max-width:575px){.homepage .content .block .values .row .text{font-size:.95rem}}@media (min-width:768px){.homepage .content .block .values .row .first-item{padding-right:3rem}}@media (max-width:767px){.homepage .content .block .values .row .first-item{margin-top:25px}}@media (max-width:575px){.homepage .content .block .values .row .first-item{margin-top:15px}}@media (min-width:768px){.homepage .content .block .values .row .second-item{padding-left:3rem}}@media (max-width:767px){.homepage .content .block .values .row .second-item{margin-top:85px}}@media (max-width:575px){.homepage .content .block .values .row .second-item{margin-top:65px}}.homepage .content .block .values .second-row{margin-top:65px}@media (min-width:576px) and (max-width:991px){.homepage .content .block .values .second-row{margin-top:85px}}.homepage .content .block .blog .blog-item{cursor:pointer}.homepage .content .block .blog .blog-item img{opacity:.8;transition:opacity .3s ease-in-out}.homepage .content .block .blog .blog-item .blog-footer a{color:rgba(0,116,161,.6);transition:color .3s ease-in-out}.homepage .content .block .blog .blog-item:hover img{opacity:1}.homepage .content .block .blog .blog-item:hover .blog-footer a{color:#0074a1}.homepage .content .block .blog .blog-item:hover .blog-footer a:hover{color:rgba(0,116,161,.6);transition:none}@media (min-width:768px){.homepage .content .block .testing .contact-form .subtitle{text-align:left}}.homepage .content .block .testing .contact-form .text{font-size:1.2rem}@media (max-width:991px){.homepage .content .block .testing .contact-form .text{font-size:1.1rem}}@media (max-width:767px){.homepage .content .block .testing .contact-form .text{margin-top:50px}}@media (max-width:575px){.homepage .content .block .testing .contact-form .text{font-size:1rem}}.homepage .content .block .testing .contact-form .pdf-examples{display:flex;flex-direction:column;margin-top:15px}@media (min-width:450px) and (max-width:767px){.homepage .content .block .testing .contact-form .pdf-examples{flex-direction:row}}.homepage .content .block .testing .contact-form .pdf-examples a{margin-left:15px;margin-top:15px;padding:0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (min-width:450px) and (max-width:767px){.homepage .content .block .testing .contact-form .pdf-examples a{margin-left:0;padding-left:15px}}@media (max-width:449px){.homepage .content .block .testing .contact-form .pdf-examples a{flex:0 0 100%;max-width:100%}}.homepage .content .block .testing .contact-form .inputs{margin-top:25px}@media (min-width:768px) and (max-width:991px){.homepage .content .block .testing .contact-form .inputs{padding-left:3rem;padding-right:0}}@media (max-width:767px){.homepage .content .block .testing .contact-form .inputs{margin-top:60px}}.homepage .content .block .testing .contact-form .inputs .inputlabel{min-width:145px}@media (min-width:768px) and (max-width:991px){.homepage .content .block .testing .contact-form .inputs .inputlabel{min-width:78px}}@media (max-width:429px){.homepage .content .block .testing .contact-form .inputs .inputlabel{min-width:78px}}@media (min-width:420px) and (max-width:767px){.homepage .content .block .testing .contact-form .inputs input,.homepage .content .block .testing .contact-form .inputs select{max-width:350px}}.homepage .content .block .testing .testing-app{margin-top:100px}.homepage .content .block .testing .testing-app .app-title{font-size:1.5rem!important}.homepage .content .block .testing .testing-app .app-container{display:none}.homepage .content .block .testing .testing-app .app-container.active{display:block}.homepage .content .block .api{margin-top:80px}@media (max-width:991px){.homepage .content .block .api{margin-top:60px}}@media (max-width:767px){.homepage .content .block .api{margin-top:50px}}.homepage .content .block .api .text{font-size:1.2rem}@media (min-width:500px){.homepage .content .block .api .text{white-space:nowrap}}@media (max-width:991px){.homepage .content .block .api .text{font-size:1.1rem}}@media (max-width:575px){.homepage .content .block .api .text{font-size:1rem}}.homepage .content .block .api ul{list-style:none;margin-top:30px;padding-left:0}.homepage .content .block .api ul li{margin-top:15px}@media (max-width:991px){.homepage .content .block .api ul li{padding-left:1.8rem;text-indent:-1.75rem}}@media (max-width:575px){.homepage .content .block .api ul li{font-size:.95rem}}.homepage .content .block .api ul li span{color:green;font-size:1.2rem;padding-right:10px}@media (min-width:1200px){.homepage .content .block .api ul li span{padding-left:20px}}@media (max-width:575px){.homepage .content .block .api ul li span{font-size:1.1rem}}.homepage .content .block .api .api-image{align-items:flex-end;display:flex;justify-content:center;padding-bottom:15px;padding-left:50px}@media (max-width:1199px){.homepage .content .block .api .api-image{padding:0 0 15px}}@media (max-width:991px){.homepage .content .block .api .api-image{padding-bottom:40px}}@media (max-width:767px){.homepage .content .block .api .api-image{justify-content:flex-start;padding:20px 20px 0}}.homepage .content .block .api .api-image img{border-radius:3px;margin-top:3px;width:100%}@media (min-width:1200px){.homepage .content .block .api .api-image img{width:80%}}@media (min-width:485px) and (max-width:767px){.homepage .content .block .api .api-image img{width:80%}}@media (max-width:484px){.homepage .content .block .api .api-image img{width:100%}}.homepage .content .block .api .homepage-btn{margin-top:80px}@media (max-width:399px){.homepage .content .block .api .homepage-btn{margin-top:50px;width:100%}}.homepage .content .block .data{margin-top:80px}@media (max-width:991px){.homepage .content .block .data{margin-top:60px}}@media (max-width:767px){.homepage .content .block .data{margin-top:50px}}.homepage .content .block .data .text{font-size:1.2rem}@media (max-width:991px){.homepage .content .block .data .text{font-size:1.1rem}}@media (max-width:575px){.homepage .content .block .data .text{font-size:1rem}}.homepage .content .block .data .data-table{background-color:#f8fcfd;border:1px solid #87ceea;border-radius:3px;margin-left:0;margin-right:0;margin-top:40px;padding-bottom:60px;padding-left:30px;padding-right:30px}@media (max-width:991px){.homepage .content .block .data .data-table{padding-bottom:100px}}@media (max-width:767px){.homepage .content .block .data .data-table{margin-top:30px}}@media (max-width:514px){.homepage .content .block .data .data-table{padding-bottom:118px}}@media (max-width:319px){.homepage .content .block .data .data-table{padding-bottom:136px}}.homepage .content .block .data .data-table .col{margin-top:40px}@media (max-width:767px){.homepage .content .block .data .data-table .col{margin-top:30px}.homepage .content .block .data .data-table .col:nth-of-type(2n-1){padding-left:0}}@media (max-width:575px){.homepage .content .block .data .data-table .col:nth-of-type(2n-1){padding-right:0}}@media (max-width:767px){.homepage .content .block .data .data-table .col:nth-of-type(2n){padding-right:0}}@media (max-width:575px){.homepage .content .block .data .data-table .col:nth-of-type(2n){padding-left:0}}.homepage .content .block .data .data-table .col .data-title{border-bottom:2px solid hsla(240,8%,57%,.5);font-size:1.05rem;font-weight:600;padding-bottom:10px;padding-left:5px}@media (max-width:767px){.homepage .content .block .data .data-table .col .data-title{font-size:1rem}}.homepage .content .block .data .data-table .col ul{margin-top:20px;padding-left:20px}@media (max-width:575px){.homepage .content .block .data .data-table .col ul{font-size:.95rem}}.homepage .content .block .data .data-table .col ul li{margin-top:10px}.homepage .content .block .data .data-table .data-info-left{bottom:20px;color:#889;left:60px;line-height:1.2;position:absolute}@media (max-width:767px){.homepage .content .block .data .data-table .data-info-left{left:47px}}@media (max-width:575px){.homepage .content .block .data .data-table .data-info-left{font-size:.95rem;padding-right:40px}}.homepage .content .block .data .data-table .data-info-right{bottom:20px;color:#889;position:absolute;right:40px}@media (max-width:991px){.homepage .content .block .data .data-table .data-info-right{bottom:55px;left:60px}}@media (max-width:767px){.homepage .content .block .data .data-table .data-info-right{left:47px}}@media (max-width:575px){.homepage .content .block .data .data-table .data-info-right{font-size:.95rem}}@media (max-width:514px){.homepage .content .block .data .data-table .data-info-right{bottom:73px}}@media (max-width:319px){.homepage .content .block .data .data-table .data-info-right{bottom:91px}}.homepage #callMeModal.modal{height:1000px}.homepage #callMeModal .modal-dialog{border-radius:calc(.3rem - 1px);line-height:1.2;margin:10px auto;max-width:400px;padding-left:30px;padding-right:30px}@media (max-width:430px){.homepage #callMeModal .modal-dialog{max-width:330px;text-align:center}}@media (min-height:400px){.homepage #callMeModal .modal-dialog{margin:10px auto}}@media (min-height:600px){.homepage #callMeModal .modal-dialog{margin:30px auto}}@media (min-height:700px){.homepage #callMeModal .modal-dialog{margin:100px auto}}@media (min-height:850px){.homepage #callMeModal .modal-dialog{margin:140px auto}}.homepage #callMeModal .modal-dialog .modal-content{box-shadow:1px 8px 22px -8px #181738}.homepage #callMeModal .modal-dialog .modal-content .modal-header{background-color:#f8fcfd;box-shadow:0 7px 10px -8px #c7e3ee}.homepage #callMeModal .modal-dialog .modal-content .modal-header .modal-title{font-weight:600}@media (max-width:575px){.homepage #callMeModal .modal-dialog .modal-content .modal-text{font-size:14px}}.homepage #callMeModal .modal-dialog .modal-content .modal-input{margin-top:25px}.homepage #callMeModal .modal-dialog .modal-content .modal-input .row{padding-bottom:1.5rem}@media (max-width:575px){.homepage #callMeModal .modal-dialog .modal-content .modal-input .row input,.homepage #callMeModal .modal-dialog .modal-content .modal-input .row select{font-size:14px}}.homepage #callMeModal .modal-dialog .modal-content .modal-input .row .inputlabel{min-width:78px;text-align:left!important}@media (max-width:429px){.homepage #callMeModal .modal-dialog .modal-content .modal-input .row .inputlabel{min-width:75px}}.homepage #callMeModal .modal-dialog .modal-content .modal-input .row .inputlabel:last-of-type{min-width:none}.homepage #callMeModal .modal-dialog .modal-content .modal-link a{float:right}@media (max-width:575px){.homepage #callMeModal .modal-dialog .modal-content .modal-link a{font-size:14px}}@media (max-width:430px){.homepage #callMeModal .modal-dialog .modal-content .modal-link a{width:100%}}.homepage #newsletterModal.modal{height:1000px}.homepage #newsletterModal .modal-dialog{border-radius:calc(.3rem - 1px);line-height:1.2;margin:40px auto;max-width:450px;padding-left:30px;padding-right:30px}@media (max-width:460px){.homepage #newsletterModal .modal-dialog{max-width:330px;text-align:center}}@media (min-height:300px){.homepage #newsletterModal .modal-dialog{margin:40px auto}}@media (min-height:400px){.homepage #newsletterModal .modal-dialog{margin:80px auto}}@media (min-height:500px){.homepage #newsletterModal .modal-dialog{margin:120px auto}}@media (min-height:600px){.homepage #newsletterModal .modal-dialog{margin:160px auto}}@media (min-height:700px){.homepage #newsletterModal .modal-dialog{margin:200px auto}}.homepage #newsletterModal .modal-dialog .modal-content{box-shadow:1px 8px 22px -8px #181738}.homepage #newsletterModal .modal-dialog .modal-content .modal-header{background-color:#f8fcfd;box-shadow:0 7px 10px -8px #c7e3ee}.homepage #newsletterModal .modal-dialog .modal-content .modal-header .modal-title{font-weight:600}.homepage #newsletterModal .modal-dialog .modal-content .modal-input{margin-top:15px}.homepage #newsletterModal .modal-dialog .modal-content .modal-input input{font-size:.95rem}.homepage #newsletterModal .modal-dialog .modal-content .modal-input .submission{display:flex;flex-direction:column}.homepage #newsletterModal .modal-dialog .modal-content .modal-input .submission .modal-link{font-size:.95rem}.homepage #newsletterModal .modal-dialog .modal-content .modal-input .submission .newsletter-error,.homepage #newsletterModal .modal-dialog .modal-content .modal-input .submission .newsletter-success{color:green;font-size:.9rem;margin-top:15px;opacity:0;transition:opacity .3s ease-in-out}.homepage #newsletterModal .modal-dialog .modal-content .modal-input .submission .newsletter-error{color:#b00000}.homepage #addressModal.modal{height:1000px}.homepage #addressModal .modal-dialog{border-radius:calc(.3rem - 1px);line-height:1.2;margin:40px auto;max-width:350px;padding-left:30px;padding-right:30px}@media (min-height:300px){.homepage #addressModal .modal-dialog{margin:40px auto}}@media (min-height:400px){.homepage #addressModal .modal-dialog{margin:80px auto}}@media (min-height:500px){.homepage #addressModal .modal-dialog{margin:120px auto}}@media (min-height:600px){.homepage #addressModal .modal-dialog{margin:160px auto}}@media (min-height:700px){.homepage #addressModal .modal-dialog{margin:200px auto}}.homepage #addressModal .modal-dialog .modal-content{box-shadow:1px 8px 22px -8px #181738}.homepage #addressModal .modal-dialog .modal-content .modal-header{background-color:#f8fcfd;box-shadow:0 7px 10px -8px #c7e3ee}.homepage #addressModal .modal-dialog .modal-content .modal-header .modal-title{font-weight:600}.homepage #addressModal .modal-dialog .modal-content .modal-text{font-size:.95rem;margin-top:10px}@media (max-width:575px){.bestellung-container{padding-left:0;padding-right:0}}.bestellung{margin-top:20px}.bestellung.bestellung-apps{margin-top:0;padding-top:50px}.bestellung .part-title{border-bottom:1px solid #edeff1;color:#181738;font-size:20px;margin-bottom:40px;padding:20px 5px}@media (max-width:767px){.bestellung .part-title{font-size:18px;padding:17px 5px}}@media (max-width:575px){.bestellung .part-title{font-size:17px;padding:14px 5px}}.bestellung .model{padding-bottom:3rem;position:relative}.bestellung .model .btn-group{width:100%}@media (max-width:575px){.bestellung .model .btn-group{flex-direction:column}.bestellung .model .btn-group .btn{margin-left:0}}.bestellung .model .btn-group .btn .model-info{font-size:13px;font-weight:300;margin-top:10px}.bestellung .model .btn-group.is-invalid .btn{border:1px solid red}.bestellung .model .mwst-hinweis{bottom:10px;font-size:.8rem;position:absolute;right:0}@media (max-width:575px){.bestellung .model .mwst-hinweis{bottom:18px}}.bestellung .bill,.bestellung .person{padding-bottom:3rem}.bestellung .bill .data,.bestellung .person .data{margin-top:0!important}.bestellung .inputlabel{min-width:145px}@media (min-width:768px) and (max-width:991px){.bestellung .inputlabel{min-width:78px}}@media (max-width:429px){.bestellung .inputlabel{min-width:78px}}.bestellung .bill .inputlabel{min-width:100px}@media (max-width:429px){.bestellung .bill .inputlabel{min-width:78px}}@media (max-width:575px){.bestellung input,.bestellung select{font-size:.95rem}}.bestellung .info{line-height:1.3;margin-bottom:2rem}@media (max-width:575px){.bestellung .info{font-size:.95rem}}.bestellung .buttons{margin-top:20px;text-align:right}@media (max-width:575px){.bestellung .buttons div button{font-size:.95rem}}@media (max-width:400px){.bestellung .buttons div button{margin-top:10px;width:100%}}.header{padding:25px 0 3px}@media (max-width:575px){.header .main-header .home-icon{padding-left:30px}}.header .main-header .home-icon img{cursor:pointer;height:auto;max-height:40px;max-width:100%}.header .main-header .logo-sprite{height:47px;width:70px}.header .main-header .logo-sprite a{background:url(/img/logos/a2-c_logo_sprite.png) no-repeat 50%;background-position:0 0;display:block;height:47px;width:70px}.header .main-header .logo-sprite a:hover{background-position:0 -60px}.header .main-header .header-user-menu{padding-left:0}@media (max-width:575px){.header .main-header .header-user-menu{padding-right:30px}}.header .main-header .header-dropdown{left:0;padding-top:0;position:absolute;top:0;transform:translate3d(0,44px,0);will-change:transform}@media (max-width:575px){.header .main-header .header-dropdown{font-size:.95rem}}@media (max-width:380px){.header .main-header .header-dropdown{transform:translate3d(-173px,44px,0)}}.header .main-header .header-dropdown .dropdown-logo{margin-top:12px}.header .main-header .header-dropdown .dropdown-company{margin-top:5px}.header .main-header .header-dropdown .dd-menu{background-position:7px 11px;background-repeat:no-repeat;background-size:22px auto;padding:14px 1.5rem 16px 36px}.header .main-header .header-dropdown .dd-menu.projektverwaltung{background-image:url(/img/icons/projects.png)}.header .main-header .header-dropdown .dd-menu.betriebsdashboard{background-image:url(/img/icons/company.png)}.header .main-header .header-dropdown .dd-menu.benutzerprofil{background-image:url(/img/icons/user.png)}.header .main-header .header-dropdown .dd-menu.lizenzen{background-image:url(/img/icons/credit-card.png)}.header .main-header .header-dropdown .dd-menu.logout{background-image:url(/img/icons/log-out.png)}.header .main-header .edit-input:nth-of-type(2){display:none}@media (min-width:576px){.header .main-header .edit-input:nth-of-type(2){display:block}}.header .main-header .edit-input:nth-of-type(4){display:block;margin-left:auto;margin-right:auto}@media (min-width:576px){.header .main-header .edit-input:nth-of-type(4){display:none}}@media (max-width:575px){.header .main-header .edit-input:nth-of-type(4).col-10{background-color:rgba(199,227,238,.3);left:0;min-width:100%;padding:0;position:absolute;top:100px}}.header .main-header .edit-input:nth-of-type(4).col-10 .inner{padding-top:10px}@media (max-width:575px){.header .main-header .edit-input:nth-of-type(4).col-10 .inner{padding:35px 30px 20px}}.header .main-header .initials{color:#b1b7c4;float:right;font-size:1.5rem;padding-top:16px}@media (min-width:768px){.header .main-header .initials{margin-left:8px}}#app{padding-bottom:25px}@media (min-width:576px){.apps{padding-bottom:100px}}@media (min-width:992px){.apps{padding-bottom:115px}}@media (min-width:1200px){.apps{padding-bottom:130px}}@media (max-width:575px){.apps{padding-bottom:80px;padding-left:30px;padding-right:30px}}.apps-title{font-size:1.25rem;font-weight:400;padding-top:50px}@media (min-width:576px){.apps-title{font-size:42px;font-weight:600;padding-top:80px}}.apps-title span{font-weight:600}@media (min-width:576px){.apps-title span{font-weight:400}}.apps-title .row{margin-left:0;margin-right:0}@media (max-width:575px){.apps-title .row{display:none}}.apps-title .mobile{display:flex;justify-content:center;margin-left:7px;margin-right:7px;text-align:center}@media (min-width:576px){.apps-title .mobile,.apps-title-mobile{display:none}}.apps-title-mobile span{font-weight:600}.app-boxes-holder{padding-top:100px;position:relative}@media (min-width:576px){.app-boxes-holder{padding-top:115px}}@media (min-width:1200px){.app-boxes-holder{padding-top:130px}}@media (max-width:330px){.app-boxes-holder{padding-top:120px}}.app-boxes-holder .licenses{position:absolute;right:2px;top:52px}@media (min-width:576px){.app-boxes-holder .licenses{top:65px}}@media (min-width:992px){.app-boxes-holder .licenses{top:60px}}@media (min-width:1200px){.app-boxes-holder .licenses{top:75px}}@media (max-width:575px){.app-boxes-holder .licenses{font-size:.95rem}}@media (max-width:330px){.app-boxes-holder .licenses{top:72px}}.app-boxes-holder .licenses.no-licenses{top:25px}@media (min-width:576px){.app-boxes-holder .licenses.no-licenses{top:35px}}@media (min-width:1200px){.app-boxes-holder .licenses.no-licenses{top:45px}}@media (max-width:330px){.app-boxes-holder .licenses.no-licenses{flex-direction:column;top:15px}.app-boxes-holder .licenses.no-licenses .btn{margin-top:10px}}.app-boxes-holder .hinweis{position:absolute;right:2px;top:72px}@media (min-width:576px){.app-boxes-holder .hinweis{top:85px}}@media (min-width:992px){.app-boxes-holder .hinweis{top:80px}}@media (min-width:1200px){.app-boxes-holder .hinweis{top:95px}}@media (max-width:575px){.app-boxes-holder .hinweis{font-size:.95rem}}@media (max-width:330px){.app-boxes-holder .hinweis{top:92px}}.app-boxes-holder .box{border:1px solid #edeff1;float:left;height:150px;margin-bottom:2px;margin-right:2px;overflow:hidden;padding:10px;position:relative;width:calc(50% - 2px)}@media (min-width:576px){.app-boxes-holder .box{width:calc(25% - 2px)}}.app-boxes-holder .box a{color:#181738}.app-boxes-holder .box a:hover{text-decoration:none}.app-boxes-holder .box .inner .help-icon{position:absolute;right:7px}@media (hover:hover) and (min-width:992px){.app-boxes-holder .box .inner .help-icon{visibility:hidden}}.app-boxes-holder .box .inner .help-icon img{float:right;width:25px}.app-boxes-holder .box .inner .icon{padding-top:15px;text-align:center}.app-boxes-holder .box .inner .icon img{height:52px}.app-boxes-holder .box .inner .title{left:0;padding-left:5px;padding-right:5px;position:absolute;text-align:center;top:95px;width:100%}.app-boxes-holder .box .inner .title p{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.app-boxes-holder .box .mobile-more,.app-boxes-holder .box .more{opacity:0;transition:visibility 0s,opacity .3s linear;visibility:hidden}.app-boxes-holder .box .mobile-more .title,.app-boxes-holder .box .more .title{font-size:16px;padding:10px 5px;text-align:center}.app-boxes-holder .box .mobile-more .text,.app-boxes-holder .box .more .text{font-size:14px;padding:10px 5px;text-align:center}.app-boxes-holder .box.enabled:hover{overflow:visible}@media (hover:hover) and (min-width:992px){.app-boxes-holder .box.enabled:hover{padding:0}.app-boxes-holder .box.enabled:hover .inner{display:none}}.app-boxes-holder .box.enabled:hover .more{background:#f8fcfd url(/img/icons/arrow_right.svg) no-repeat 96% 95%;background-size:22px;border:solid #c7e3ee;border-width:1px 1px 5px;box-shadow:1px 8px 22px -8px #c7e3ee;min-height:100%;opacity:1;padding-bottom:30px;position:absolute;width:100%;z-index:100}@media (hover:hover) and (min-width:992px){.app-boxes-holder .box.enabled:hover .more{padding:10px;visibility:visible}}.app-boxes-holder .box.enabled:hover .more .title{overflow:hidden}.app-boxes-holder .box.disabled{opacity:.5}.app-boxes-holder #descriptionModal.modal{height:1000px}.app-boxes-holder #descriptionModal .modal-dialog{border-radius:calc(.3rem - 1px);line-height:1.2;margin:80px auto;max-width:360px;padding-left:30px;padding-right:30px}@media (max-width:430px){.app-boxes-holder #descriptionModal .modal-dialog{max-width:290px;text-align:center}}@media (min-height:400px){.app-boxes-holder #descriptionModal .modal-dialog{margin:120px auto}}@media (min-height:500px){.app-boxes-holder #descriptionModal .modal-dialog{margin:150px auto}}@media (min-height:600px){.app-boxes-holder #descriptionModal .modal-dialog{margin:200px auto}}@media (min-height:700px){.app-boxes-holder #descriptionModal .modal-dialog{margin:250px auto}}@media (min-height:850px){.app-boxes-holder #descriptionModal .modal-dialog{margin:330px auto}}.app-boxes-holder #descriptionModal .modal-dialog .modal-content{box-shadow:1px 8px 22px -8px #181738}.app-boxes-holder #descriptionModal .modal-dialog .modal-content .modal-header{background-color:#f8fcfd;box-shadow:0 7px 10px -8px #c7e3ee}.app-boxes-holder #descriptionModal .modal-dialog .modal-content .modal-header .modal-title{font-weight:600}.app-boxes-holder #descriptionModal .modal-dialog .modal-content .modal-text{font-size:14px}.app-boxes-holder #descriptionModal .modal-dialog .modal-content .modal-link a,.app-boxes-holder #descriptionModal .modal-dialog .modal-content .modal-link span{float:right;font-size:14px}@media (max-width:430px){.app-boxes-holder #descriptionModal .modal-dialog .modal-content .modal-link a,.app-boxes-holder #descriptionModal .modal-dialog .modal-content .modal-link span{width:100%}}.page-buildingData{padding-bottom:120px;padding-top:80px}@media (max-width:575px){.page-buildingData{padding:50px 30px 80px}}@media (max-width:400px){.page-buildingData .buttons-holder .col-6{flex:0 0 100%;max-width:100%}}.page-buildingData .buttons-holder .col-6 .next-button{text-align:right}@media (max-width:575px){.page-buildingData .buttons-holder .col-6 .next-button a{font-size:.95rem}}@media (max-width:400px){.page-buildingData .buttons-holder .col-6 .next-button a{width:100%}.page-buildingData .buttons-holder .col-6:first-child .next-button{margin-bottom:0!important;padding-top:20px}}.page-buildingData .is-invalid{background-image:none;padding-right:10px!important}.page-buildingData .is-invalid.tt-input{background:#000 url(/img/icons/fadenkreuz.svg) no-repeat 97%;background-size:18px}.page-buildingData .is-invalid#heizung{background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23888899'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;background-position:right 8px top 65%;background-repeat:no-repeat;background-size:10px}@media (min-width:768px){.page-buildingData .model-3d-parent{padding-right:0}}@media (max-width:575px){.page-buildingData .model-3d-parent{font-size:.95rem}}@media (max-width:400px){.page-buildingData .model-3d-parent{padding-left:0;padding-right:0}}.page-buildingData .model-3d-parent .mobile-title{color:#000025;font-size:1.1rem;line-height:1.3;margin-left:auto;margin-right:auto;min-width:202px;padding-bottom:30px}@media (min-width:768px){.page-buildingData .model-3d-parent .mobile-title{display:none}}@media (max-width:575px){.page-buildingData .model-3d-parent .mobile-title{font-size:1rem;line-height:1.2;padding-left:20px;padding-right:20px;text-align:center}}@media (max-width:400px){.page-buildingData .model-3d-parent .mobile-title{padding-left:30px;padding-right:30px}.adress-search{padding-right:25px}}.adress-search input{line-height:26px;padding-right:35px!important}@media (max-width:575px){.adress-search input{font-size:.95rem}}#adress-input{height:auto;padding:2px 2px 0 6px;width:100%}#adress-input:focus{background-color:#f8fcfd!important}.building-data{border:1px solid #edeff1;border-radius:3px;margin-top:20px;padding:25px}@media (max-width:400px){.building-data{border:none;margin-top:5px;padding-left:0;padding-right:0}}.building-data #model3d.in-apps{max-height:220px!important}@media (max-width:400px){.building-data #model3d.in-apps canvas{width:100%!important}}@media (min-width:768px){.building-data #model3d.in-apps canvas{max-width:313px!important}}@media (min-width:992px){.building-data #model3d.in-apps canvas{max-width:293px!important}}@media (min-width:1200px){.building-data #model3d.in-apps canvas{max-width:368px!important}}.building-data .geometrie{padding-top:25px}@media (max-width:400px){.building-data .geometrie{padding-left:30px;padding-right:30px;padding-top:15px}}.building-data .geometrie .geometrie-title{color:#000025;font-weight:600;font-weight:18px}@media (max-width:400px){.building-data .geometrie .geometrie-title{display:none}}.building-data .geometrie .data{padding-top:15px}.building-data .geometrie .data .single{border-bottom:1px solid #edeff1;padding:13px 0}@media (min-width:401px){.building-data .geometrie .data .single:last-child{border-bottom:0;padding-bottom:0}}.building-data .geometrie .data .single .label{margin-right:5px}@media (min-width:350px) and (max-width:415px){.building-data .geometrie .data .single .first-element{flex:0 0 50%;max-width:50%}}@media (min-width:301px) and (max-width:350px){.building-data .geometrie .data .single .first-element{flex:0 0 42%;max-width:42%}}@media (max-width:300px){.building-data .geometrie .data .single .first-element{flex:0 0 100%;margin-left:1px;max-width:100%}}@media (min-width:350px) and (max-width:415px){.building-data .geometrie .data .single .second-element{flex:0 0 50%;max-width:50%}}@media (min-width:301px) and (max-width:350px){.building-data .geometrie .data .single .second-element{flex:0 0 58%;max-width:58%}}@media (max-width:300px){.building-data .geometrie .data .single .second-element{flex:0 0 70%;margin-top:5px;max-width:70%}}@media (max-width:260px){.building-data .geometrie .data .single .second-element{flex:0 0 85%;margin-top:5px;max-width:85%}}.building-data .geometrie .data .single .measure{color:#000025;font-weight:600;text-align:right}.geometrie-right{-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}@media (max-width:400px){.geometrie-right{padding-top:15px}}.geometrie-right .title{color:#000025;font-size:1.1rem;line-height:1.3;padding-bottom:30px}@media (max-width:991px){.geometrie-right .title{font-size:1.1rem}}@media (min-width:768px){.geometrie-right .inputs{padding-top:0}}.geometrie-right .inputs .building-data-input{padding-bottom:20px}@media (min-width:992px){.geometrie-right .inputs .building-data-input{margin-top:0;padding-top:0}}@media (max-width:400px){.geometrie-right .inputs .building-data-input{padding-bottom:10px}}.geometrie-right .inputs .building-data-input .textinput{margin-top:-2px;min-width:30px}.geometrie-right .inputs .building-data-input select.textinput{min-width:30px}.geometrie-right .inputs .building-data-input .extra-fenster{font-size:14px}@media (max-width:429px){.geometrie-right .inputs .building-data-input .extra-fenster{display:none}}.geometrie-right .inputs .building-data-input .extra-fenster-mobile{font-size:14px}@media (min-width:430px){.geometrie-right .inputs .building-data-input .extra-fenster-mobile{display:none}}.geometrie-right .inputs td:first-child.building-data-input{padding-top:4px}.hinweis-overlay{background:rgba(199,227,238,.05);border:1px solid #c7e3ee;border-radius:5px;display:none;margin-bottom:0;margin-top:40px;padding:20px;position:relative;z-index:500}.hinweis-overlay .title{font-size:30px;font-weight:300}.hinweis-overlay .body{padding-top:30px}.hinweis-overlay .body ul{list-style:none;margin:0;padding:0}.hinweis-overlay .body ul li{display:block;margin-bottom:20px;padding-left:15px;position:relative}.hinweis-overlay .body ul li:before{color:#87ceea;content:">";left:0;position:absolute;top:0}.hinweis-overlay .body ul li ul{margin-left:20px;margin-top:15px}.hinweis-overlay .body ul li ul li{margin-bottom:10px;margin-top:10px;padding-left:15px;position:relative}.hinweis-overlay .body ul li ul li:before{color:#87ceea;content:"›";left:0;position:absolute;top:0}#leadModal.modal{height:1000px}#leadModal .modal-dialog{border-radius:calc(.3rem - 1px);line-height:1.2;margin:80px auto;max-width:400px;padding-left:30px;padding-right:30px}@media (max-width:430px){#leadModal .modal-dialog{max-width:330px;text-align:center}}@media (min-height:400px){#leadModal .modal-dialog{margin:30px auto}}@media (min-height:500px){#leadModal .modal-dialog{margin:50px auto}}@media (min-height:600px){#leadModal .modal-dialog{margin:100px auto}}@media (min-height:700px){#leadModal .modal-dialog{margin:160px auto}}@media (min-height:850px){#leadModal .modal-dialog{margin:200px auto}}#leadModal .modal-dialog .modal-content{box-shadow:1px 8px 22px -8px #181738}#leadModal .modal-dialog .modal-content .modal-header{background-color:#f8fcfd;box-shadow:0 7px 10px -8px #c7e3ee}#leadModal .modal-dialog .modal-content .modal-header .modal-title{font-weight:600}@media (max-width:575px){#leadModal .modal-dialog .modal-content .modal-text{font-size:14px}}#leadModal .modal-dialog .modal-content .modal-input .label-inside{margin-top:15px}@media (max-width:575px){#leadModal .modal-dialog .modal-content .modal-input .label-inside input,#leadModal .modal-dialog .modal-content .modal-input .label-inside select{font-size:14px}}#leadModal .modal-dialog .modal-content .modal-link{display:flex;justify-content:flex-end}@media (max-width:430px){#leadModal .modal-dialog .modal-content .modal-link{flex-direction:column}}#leadModal .modal-dialog .modal-content .modal-link a.margin-right{margin-right:auto}@media (max-width:430px){#leadModal .modal-dialog .modal-content .modal-link a.margin-right{margin-bottom:10px}}@media (max-width:575px){#leadModal .modal-dialog .modal-content .modal-link a{font-size:14px}}@media (max-width:430px){#leadModal .modal-dialog .modal-content .modal-link a{width:100%}}.app-title{font-weight:400}.heating{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;padding-bottom:120px;padding-top:45px;position:relative}@media (max-width:575px){.heating{padding:45px 30px 80px}}.heating .title{font-size:2.1rem!important;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;padding-bottom:40px!important;padding-top:0!important;text-align:center}@media (max-width:575px){.heating .title{font-size:1.5rem!important;padding-bottom:30px!important}}.heating .title.app-title{padding-bottom:0!important;text-align:left}.heating .heating-title{color:#000025;font-size:1.5rem;font-weight:500;padding-bottom:20px}@media (max-width:575px){.heating .heating-title{font-size:18px}}.heating .heating-subtitle{line-height:1.3}@media (max-width:575px){.heating .heating-subtitle{font-size:.95rem;line-height:1.2}}.heating .sanierung-parts{border:1px solid #edeff1;border-radius:5px;margin-top:20px}@media (max-width:991px){.heating .sanierung-parts{border:none;margin-top:30px}}@media (max-width:575px){.heating .sanierung-parts{margin-top:20px}}.heating .sanierung-parts ul{list-style:none;margin:0;padding:0}@media (max-width:991px){.heating .sanierung-parts ul{display:inline}}.heating .sanierung-parts ul li{border-bottom:1px solid #edeff1;border-left:3px solid #70009c;cursor:pointer;padding:20px 20px 20px 58px;position:relative;transition:background-color .2s linear}@media (max-width:991px){.heating .sanierung-parts ul li{border-left:2px solid #edeff1;border-color:#edeff1 #edeff1 #edeff1 #876f8d;border-style:solid;border-width:0 2px 2px 3px;display:inline-table;height:99px;width:50%}}@media (max-width:767px){.heating .sanierung-parts ul li{height:102px}}@media (max-width:575px){.heating .sanierung-parts ul li{border-radius:8px;border-top-width:2px;height:50px;margin-bottom:10px;padding:12px 12px 12px 48px;width:100%}}@media (min-width:576px) and (max-width:991px){.heating .sanierung-parts ul li:nth-child(2n-1){border-right:none}.heating .sanierung-parts ul li:nth-child(2){border-top-right-radius:5px;border-top-width:2px}}@media (min-width:576px) and (max-width:767px){.heating .sanierung-parts ul li:nth-child(2){height:116px}}@media (min-width:576px) and (max-width:991px){.heating .sanierung-parts ul li:first-child{border-top-width:2px}}@media (min-width:576px) and (max-width:767px){.heating .sanierung-parts ul li:first-child{height:116px}}@media (min-width:992px){.heating .sanierung-parts ul li:last-child{border-bottom:0}}@media (min-width:576px) and (max-width:991px){.heating .sanierung-parts ul li:last-child{border-bottom-right-radius:5px}}@media (min-width:576px) and (max-width:767px){.heating .sanierung-parts ul li:last-child,.heating .sanierung-parts ul li:nth-last-child(2){height:128px}}@media (min-width:768px) and (max-width:991px){.heating .sanierung-parts ul li:nth-child(3),.heating .sanierung-parts ul li:nth-child(4){height:83px}}@media (min-width:576px) and (max-width:767px){.heating .sanierung-parts ul li:nth-child(3),.heating .sanierung-parts ul li:nth-child(4){height:100px}}.heating .sanierung-parts ul li.daemung{border-left:3px solid #388d5d}.heating .sanierung-parts ul li .name_price{position:relative}.heating .sanierung-parts ul li .name_price .name{color:#000025;font-size:17px;font-weight:500}@media (min-width:1200px){.heating .sanierung-parts ul li .name_price .name{font-size:18px}}@media (max-width:767px){.heating .sanierung-parts ul li .name_price .name{font-size:15px}}.heating .sanierung-parts ul li .name_price .price{color:#3c4c6b;font-size:15px;font-weight:300;position:absolute;right:0;top:0}@media (min-width:1200px){.heating .sanierung-parts ul li .name_price .price{font-size:16px}}@media (max-width:767px){.heating .sanierung-parts ul li .name_price .price{font-size:14px;margin-top:5px;position:relative}}@media (max-width:575px){.heating .sanierung-parts ul li .name_price .price{margin-top:0;position:absolute}}@media (max-width:319px){.heating .sanierung-parts ul li .name_price .price{margin-top:5px;position:relative}}.heating .sanierung-parts ul li .name_price .price span{font-weight:500}.heating .sanierung-parts ul li .description{color:#3c4c6b;font-size:14px;font-weight:300;line-height:1.1;padding-top:10px}.heating .sanierung-parts ul li:before{background:url(/img/icons/sanierung-checkbox.png) no-repeat;background-position:-8000px -10px;background-size:40px auto;border:2px solid #dce1e0;border-radius:50%;content:"";height:30px;left:14px;position:absolute;top:25px;transition:border .2s ease-out;width:30px}@media (max-width:575px){.heating .sanierung-parts ul li:before{height:23px;left:12px;top:15px;width:23px}}.heating .sanierung-parts ul li:after{background:#c7e3ee;bottom:0;content:"";left:0;max-height:0;position:absolute;right:0;transition:max-height .5s ease-out}@media (hover:hover){.heating .sanierung-parts ul li:hover{background:#f8fcfd}}@media (hover:hover) and (min-width:576px) and (max-width:991px){.heating .sanierung-parts ul li:hover{border-bottom-width:0}}@media (hover:hover) and (max-width:575px){.heating .sanierung-parts ul li:hover{border-bottom-color:#c7e3ee}}@media (hover:hover){.heating .sanierung-parts ul li:hover:before{background:#fff url(/img/icons/sanierung-checkbox.png) no-repeat;background-position:-8000px -10px;border-color:#c7e3ee;transition:border .2s ease-out}.heating .sanierung-parts ul li:hover:after{background-color:#c7e3ee;height:3px;max-height:3px;transition:max-height .2s ease-out}}@media (hover:hover) and (max-width:575px){.heating .sanierung-parts ul li:hover:after{border-bottom-left-radius:30px;border-bottom-right-radius:30px;margin-left:auto;margin-right:auto;max-height:1px;width:97%}}@media (hover:hover) and (max-width:430px){.heating .sanierung-parts ul li:hover:after{width:96%}}@media (hover:hover) and (max-width:350px){.heating .sanierung-parts ul li:hover:after{width:95%}}@media (hover:hover) and (max-width:270px){.heating .sanierung-parts ul li:hover:after{width:94%}}.heating .sanierung-parts ul li.active{background:#f8fcfd}@media (min-width:576px) and (max-width:991px){.heating .sanierung-parts ul li.active{border-bottom-width:0}}@media (max-width:575px){.heating .sanierung-parts ul li.active{border-bottom-color:#c7e3ee}}.heating .sanierung-parts ul li.active:before{background-position:-6px -106px;background-size:38px auto;border-color:#87ceea}@media (max-width:575px){.heating .sanierung-parts ul li.active:before{background-position:-6px -87px;background-size:31px auto}}.heating .sanierung-parts ul li.active:after{background:#c7e3ee;height:3px;max-height:3px}@media (max-width:575px){.heating .sanierung-parts ul li.active:after{border-bottom-left-radius:30px;border-bottom-right-radius:30px;margin-left:auto;margin-right:auto;max-height:1px;width:98.5%}}@media (max-width:430px){.heating .sanierung-parts ul li.active:after{width:98%}}.heating .sanierung-parts ul li.active:hover:before{background-position:-6px -106px;background-size:38px auto;border-color:#87ceea}@media (max-width:575px){.heating .sanierung-parts ul li.active:hover:before{background-position:-6px -87px;background-size:31px auto}}.heating .sanierung-parts ul li.active:hover:after{background:#c7e3ee;height:3px;max-height:3px}@media (max-width:575px){.heating .sanierung-parts ul li.active:hover:after{max-height:1px}.heating .sanierung-parts ul li.disabled .description{padding-right:30px}}.heating .sanierung-parts ul li.disabled .description,.heating .sanierung-parts ul li.disabled .name_price{opacity:.5}.heating .sanierung-parts ul li.disabled .warning{bottom:10px;height:24px;position:absolute;right:10px;width:24px;z-index:1000}@media (min-width:576px) and (max-width:767px){.heating .sanierung-parts ul li.disabled .warning{top:10px}}.heating .sanierung-parts ul li.disabled .warning .icon svg{opacity:.5}.heating .sanierung-parts ul li.disabled .warning .icon svg:focus,.heating .sanierung-parts ul li.disabled .warning .icon svg:hover{opacity:.8}.heating .sanierung-parts ul li.disabled .warning .text{background:#fff;border:1px solid #87ceea;border-radius:3px;display:none;font-size:14px;left:calc(-50% - 77px);padding:10px;position:absolute;text-align:center;top:-65px;width:200px}@media (max-width:991px){.heating .sanierung-parts ul li.disabled .warning .text{left:-150px}}.heating .sanierung-parts ul li.disabled .warning:hover .text{display:block}.heating .sanierung-result-parent{margin-top:85px}@media (min-width:992px){.heating .sanierung-result-parent{border-left:1px solid #edeff1;margin-top:0}.heating .sanierung-result-parent .sanierung-result{padding-left:40px}}.heating .sanierung-result-parent .sanierung-result .tabs{border-bottom:1px solid #eee;margin-top:10px}@media (min-width:992px){.heating .sanierung-result-parent .sanierung-result .tabs{margin-top:20px}}@media (max-width:575px){.heating .sanierung-result-parent .sanierung-result .tabs{display:none}}.heating .sanierung-result-parent .sanierung-result .tabs ul{list-style:none;margin:0;padding:0}.heating .sanierung-result-parent .sanierung-result .tabs ul .row{margin:0}.heating .sanierung-result-parent .sanierung-result .tabs ul li{display:inline-block;padding-bottom:13px;padding-left:0;padding-right:0}@media (max-width:767px){.heating .sanierung-result-parent .sanierung-result .tabs ul li{padding-top:10px}.heating .sanierung-result-parent .sanierung-result .tabs ul li:last-child{padding-top:0}}.heating .sanierung-result-parent .sanierung-result .tabs ul li a{color:#3c4c6b;display:block;font-size:17px;font-weight:400;text-align:center}@media (min-width:1200px){.heating .sanierung-result-parent .sanierung-result .tabs ul li a{font-size:18px}}.heating .sanierung-result-parent .sanierung-result .tabs ul li a:hover{color:#000025;text-decoration:none}.heating .sanierung-result-parent .sanierung-result .tabs ul li.active{border-bottom:3px solid #c7e3ee;color:#000025}.heating .sanierung-result-parent .sanierung-result .tabs ul li.active a{font-weight:600}@media (min-width:576px){.heating .sanierung-result-parent .sanierung-result .result-mobile{display:none}}.heating .sanierung-result-parent .sanierung-result .result-mobile .results-description{font-size:.95rem;font-weight:300;line-height:1.3;padding-bottom:10px}.heating .sanierung-result-parent .sanierung-result .result-mobile .result-table{margin-top:5px;width:100%}.heating .sanierung-result-parent .sanierung-result .result-mobile .result-table .name{color:#000025;font-weight:500;padding:35px 0 15px}.heating .sanierung-result-parent .sanierung-result .result-mobile .result-table .row{margin:0;padding:5px 0}.heating .sanierung-result-parent .sanierung-result .result-mobile .result-table .row .main{font-size:13.5px;font-weight:300}.heating .sanierung-result-parent .sanierung-result .result-mobile .result-table .row .graph{margin-top:7px;padding-left:0;padding-right:0}.heating .sanierung-result-parent .sanierung-result .result-mobile .result-table .row .total{font-size:13.5px;font-weight:500;margin-top:35px;overflow:visible;padding-left:0;padding-right:5px;text-align:right;white-space:nowrap}.heating .sanierung-result-parent .sanierung-result .result-mobile .result-table .row .total .kosten{height:14px!important;opacity:1!important;z-index:1!important}.heating .sanierung-result-parent .sanierung-result .result-mobile .result-table .row .total .kosten.kosten-pv{height:27.5px!important;margin-top:0}.heating .sanierung-result-parent .sanierung-result .result-mobile .result-table .row .total .investition{height:14px!important;opacity:1!important;z-index:1!important}.heating .sanierung-result-parent .sanierung-result .result-mobile .result-table .row .total .co2{height:14px!important;margin-top:23px;opacity:1!important;z-index:1!important}.heating .sanierung-result-parent .sanierung-result .result-mobile .result-table .row .total .co2.kosten-pv{height:28px!important}@media (max-width:440px){.heating .sanierung-result-parent .sanierung-result .result-mobile .result-table .row .total{flex:0 0 35%;max-width:35%}}@media (max-width:350px){.heating .sanierung-result-parent .sanierung-result .result-mobile .result-table .row .total{flex:0 0 40%;max-width:40%}}@media (max-width:300px){.heating .sanierung-result-parent .sanierung-result .result-mobile .result-table .row .total{flex:0 0 50%;max-width:50%}}@media (max-width:250px){.heating .sanierung-result-parent .sanierung-result .result-mobile .result-table .row .total{flex:0 0 55%;max-width:55%}}.heating .sanierung-result-parent .sanierung-result .result{margin-top:30px}@media (max-width:575px){.heating .sanierung-result-parent .sanierung-result .result{display:none;margin-top:0}}.heating .sanierung-result-parent .sanierung-result .result .results-description{line-height:1.3;padding-bottom:10px}@media (max-width:767px){.heating .sanierung-result-parent .sanierung-result .result .results-description{font-size:15.5px}}.heating .sanierung-result-parent .sanierung-result .result .result-table{width:100%}@media (max-width:767px){.heating .sanierung-result-parent .sanierung-result .result .result-table{margin-top:10px}}.heating .sanierung-result-parent .sanierung-result .result .result-table .row{border-bottom:1px solid #edeff1;margin:0;padding:25px 0}@media (min-width:576px) and (max-width:767px){.heating .sanierung-result-parent .sanierung-result .result .result-table .row{padding:20px 0}}@media (min-width:576px){.heating .sanierung-result-parent .sanierung-result .result .result-table .row{align-items:center}}.heating .sanierung-result-parent .sanierung-result .result .result-table .row .icon{text-align:center;width:60px}@media (min-width:576px) and (max-width:767px){.heating .sanierung-result-parent .sanierung-result .result .result-table .row .icon{padding-left:0;padding-right:0}}.heating .sanierung-result-parent .sanierung-result .result .result-table .row .icon img{height:35px}@media (max-width:765px){.heating .sanierung-result-parent .sanierung-result .result .result-table .row .icon img{height:30px}}.heating .sanierung-result-parent .sanierung-result .result .result-table .row:nth-child(4) .icon img{height:30px}@media (max-width:765px){.heating .sanierung-result-parent .sanierung-result .result .result-table .row:nth-child(4) .icon img{height:25px}}.heating .sanierung-result-parent .sanierung-result .result .result-table .row .name .main{font-size:17px}@media (min-width:1200px){.heating .sanierung-result-parent .sanierung-result .result .result-table .row .name .main{font-size:18px}}@media (max-width:767px){.heating .sanierung-result-parent .sanierung-result .result .result-table .row .name .main{font-size:15.5px}}.heating .sanierung-result-parent .sanierung-result .result .result-table .row .name .sub{font-size:14px}.heating .sanierung-result-parent .sanierung-result .result .result-table .row .graph{padding-left:0;padding-right:0}@media (min-width:576px) and (max-width:767px){.heating .sanierung-result-parent .sanierung-result .result .result-table .row .graph{padding-left:10px}}.heating .sanierung-result-parent .sanierung-result .result .result-table .row .total{font-size:16px;font-weight:500;margin-top:-1px;padding-right:5px;text-align:right;white-space:nowrap}@media (min-width:1200px){.heating .sanierung-result-parent .sanierung-result .result .result-table .row .total{flex:0 0 20%;max-width:20%}}@media (min-width:992px) and (max-width:1199px){.heating .sanierung-result-parent .sanierung-result .result .result-table .row .total{flex:0 0 23%;max-width:23%}}@media (min-width:768px) and (max-width:991px){.heating .sanierung-result-parent .sanierung-result .result .result-table .row .total{flex:0 0 20%;max-width:20%}}@media (min-width:576px) and (max-width:767px){.heating .sanierung-result-parent .sanierung-result .result .result-table .row .total{flex:0 0 23%;font-size:14px;max-width:23%}}.heating .sanierung-result-parent .sanierung-result .result .result-table .row .total .kosten.kosten-pv{margin-top:-8px}@media (max-width:767px){.heating .sanierung-result-parent .sanierung-result .result .result-table .row .total .kosten.kosten-pv{margin-top:-7px}}.heating .sanierung-result-parent .sanierung-result .result .result-table .row .total .investition.has-pv{margin-top:7px}.input-box,.modal-info .building-data-input{margin-bottom:20px}.modal-info .building-data-input .form-control{height:40px}.heizung-legende-div{margin-top:38px}@media (max-width:575px){.heizung-legende-div{display:none}}.legende{font-size:14px}@media (max-width:575px){.legende.legende-substanz{padding-top:30px}}.legende.legende-sanierungen{padding-top:15px}@media (min-width:992px){.legende.legende-heizung{padding-left:40px}}@media (max-width:575px){.legende.legende-heizung .legende-co2,.legende.legende-heizung .legende-investition,.legende.legende-heizung .legende-kosten{display:none}}.legende .legende-mobile{border-bottom:1px solid #edeff1;margin-top:35px;padding-bottom:40px}@media (min-width:576px){.legende .legende-mobile{display:none}}.legende .legende-box{margin-bottom:5px;padding-left:15px;position:relative}.legende .legende-box:before{background:#333;border-radius:50%;content:"";height:8px;left:0;position:absolute;top:3px;width:8px}.legende .legende-box.orange:before{background:#ffa453}.legende .legende-box.green-1:before{background:#87ea9c}.legende .legende-box.orange-1:before{background:#ffc897}.legende .legende-box.orange-2:before{background:#fdebdb}.legende .legende-box.red:before{background:#ff6353}.legende .legende-box.blue:before{background:#0699c9}.legende .legende-box.green-1:before{background:#388d5d}.legende .legende-box.green:before{background:#a7e5d7}.legende .legende-box.violet:before{background:#c4cbfd}.legende .legende-box.daemung:before{background:#388d5d}.legende .legende-box.haustechnik:before,.legende .legende-box.violet-co2:before{background:#70009c}.legende .legende-box-geak{margin-bottom:5px;padding-left:39px;position:relative}.legende .legende-box-geak:before{background:#333;border-radius:9%;content:"";height:10px;left:0;position:absolute;top:3px;width:32px}.legende .legende-box-geak.geak:before{background:#03c202;background:linear-gradient(90deg,#03c202,#3af40b 16%,#97fc02 33%,#edf901 49%,#ffcc1b 65%,#f66700 84%,#ea0000)}.co2-selected .co2-title,.co2-selected .investition-title,.co2-selected .kosten-title,.graph .co2-title,.graph .investition-title,.graph .kosten-title,.heizung_table_single .co2-title,.heizung_table_single .investition-title,.heizung_table_single .kosten-title{font-size:13.5px;margin-bottom:7px;margin-top:11px;width:100%}@media (min-width:576px){.co2-selected .co2-title,.co2-selected .investition-title,.co2-selected .kosten-title,.graph .co2-title,.graph .investition-title,.graph .kosten-title,.heizung_table_single .co2-title,.heizung_table_single .investition-title,.heizung_table_single .kosten-title{display:none!important}}.co2-selected .co2-title,.graph .co2-title,.heizung_table_single .co2-title{margin-bottom:4px!important}.co2-pv-graph,.pv-graph{background:#0699c9;border-radius:30px;display:none;height:9px;margin-top:5px;transition:width .3s ease-in-out,left .3s ease-in-out;width:0}@media (max-width:575px){.co2-pv-graph,.pv-graph{height:9px!important;opacity:1!important;z-index:1!important}}.co2-pv-graph{margin-top:-6px}@media (max-width:575px){.co2-pv-graph{margin-top:-9px}}.pv-total{font-size:14px;margin-top:3px;padding-right:2px}@media (max-width:767px){.pv-total{font-size:13px;padding-right:1.5px}}@media (max-width:575px){.pv-total{font-size:12.5px}}.co2 .pv-total{margin-top:28px}.kosten-graph{background:transparent;border-radius:30px;height:9px;position:relative}@media (max-width:575px){.kosten-graph{height:9px!important;opacity:1!important;z-index:1!important}}.kosten-graph .kosten-1{background:#ffa453;border-bottom-left-radius:30px;border-top-left-radius:30px;left:0}.kosten-graph .kosten-1,.kosten-graph .kosten-2{height:9px;position:absolute;top:0;transition:width .3s ease-in-out,left .3s ease-in-out;width:10%}.kosten-graph .kosten-2{background:#ffc897;left:10%}.kosten-graph .kosten-3{background:#fdebdb;border-bottom-right-radius:30px;border-top-right-radius:30px;left:20%;position:absolute;top:0;width:10%}.co2-graph,.kosten-graph .kosten-3{height:9px;transition:width .3s ease-in-out,left .3s ease-in-out}.co2-graph{background:#70009c;border-radius:30px}@media (max-width:575px){.co2-graph{height:9px!important;opacity:1!important;z-index:1!important}}.investition-graph{height:9px;position:relative;transition:width .3s ease-in-out,left .3s ease-in-out}@media (max-width:575px){.investition-graph{height:9px!important;opacity:1!important;z-index:1!important}}.investition-graph .investition-1{background:#388d5d;border-bottom-left-radius:30px;border-top-left-radius:30px;height:9px;left:0;position:absolute;top:0;transition:width .3s ease-in-out,left .3s ease-in-out;width:0}.investition-graph .investition-1.rounded-right1{border-bottom-right-radius:30px;border-top-right-radius:30px}.investition-graph .investition-2{background:#a7e5d7;height:9px;left:10%;position:absolute;top:0;transition:width .3s ease-in-out,left .3s ease-in-out;width:0}.investition-graph .investition-2.rounded-right1{border-bottom-right-radius:30px;border-top-right-radius:30px}.investition-graph .investition-3{background:#c4cbfd;height:9px;left:20%;position:absolute;top:0;transition:width .3s ease-in-out,left .3s ease-in-out;width:0}.investition-graph .investition-3.rounded-right1{border-bottom-right-radius:30px;border-top-right-radius:30px}.tooltip-main{background:#f3f3f3;color:#737373;float:right;text-align:left!important}.tooltip-qm{float:left;font-size:12px;margin:-2px 0 3px 4px}.tooltip-inner{background:#f9f9f9;border:1px solid #eee;color:rgba(0,0,0,.7);font-size:12px;padding:10px;text-align:center}.tooltip.show{opacity:1}.bs-tooltip-auto[x-placement^=top] .arrow:before,.bs-tooltip-top .arrow:before{border-top-color:#fff!important}.tooltip .arrow:before{border:0}.tooltip_value{font-size:14px;font-weight:700}.tooltip_value span{font-size:12px;font-weight:500}@media (max-width:530px){.custom-tooltip2{left:calc(50% - 100px)!important;top:70px!important}}.gebaeudesubstanz{padding-bottom:120px;padding-top:45px;position:relative}@media (max-width:575px){.gebaeudesubstanz{padding:45px 30px 80px}}.gebaeudesubstanz .title{font-size:2.1rem!important;font-weight:400;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;padding-bottom:40px!important;padding-top:0!important;text-align:center}@media (max-width:575px){.gebaeudesubstanz .title{font-size:1.5rem!important;padding-bottom:30px!important}}.gebaeudesubstanz .title.app-title{padding-bottom:0!important;text-align:left}.gebaeudesubstanz .investition-title{font-size:18px;font-weight:600;margin-bottom:-24px;white-space:nowrap}@media (min-width:576px) and (max-width:767px){.gebaeudesubstanz .investition-title{font-size:16px}}@media (max-width:575px){.gebaeudesubstanz .investition-title{font-size:16px}}.gebaeudesubstanz .investition-cell{margin-bottom:46px;padding-top:58px}@media (max-width:767px){.gebaeudesubstanz .investition-cell{font-size:16px;padding-left:15px;padding-right:15px}}@media (max-width:575px){.gebaeudesubstanz .investition-cell{font-size:16px;padding-left:15px;padding-right:15px}}.gebaeudesubstanz .main-title{padding-left:5px}@media (max-width:1199px){.gebaeudesubstanz .main-title{text-align:center}}@media (max-width:575px){.gebaeudesubstanz .main-title{font-size:18px;margin-bottom:20px;padding-left:15px}}.gebaeudesubstanz .investition-total{margin-left:auto}@media (min-width:576px) and (max-width:767px){.gebaeudesubstanz .investition-total{margin-left:-55px}}@media (min-width:768px) and (max-width:991px){.gebaeudesubstanz .investition-total{margin-left:-5px}}@media (max-width:575px){.gebaeudesubstanz .investition-total{padding-right:15px;position:absolute;right:0}}@media (max-width:310px){.gebaeudesubstanz .investition-total .item-total{margin-top:0}}.gebaeudesubstanz .item-total{font-size:18px;font-weight:400;text-align:right;white-space:nowrap}@media (max-width:767px){.gebaeudesubstanz .item-total{font-size:16px}}@media (max-width:575px){.gebaeudesubstanz .item-total{font-size:15px}}@media (max-width:310px){.gebaeudesubstanz .item-total{margin-top:15px;text-align:center}}.gebaeudesubstanz .total-separator{height:1px;margin-bottom:30px}@media (max-width:575px){.gebaeudesubstanz .total-separator{display:none}.gebaeudesubstanz .pdf-button{margin-top:80px}}@media (min-width:576px){.gebaeudesubstanz .bauteile .box-parent{padding-right:20px}}@media (max-width:575px){.gebaeudesubstanz .bauteile .box-parent{border-bottom:1px solid #edeff1}.gebaeudesubstanz .bauteile .box-parent:first-of-type .box{margin-top:0}}.gebaeudesubstanz .bauteile .box-parent .box{margin-bottom:35px}@media (min-width:768px){.gebaeudesubstanz .bauteile .box-parent .box{margin-bottom:35px}}@media (max-width:575px){.gebaeudesubstanz .bauteile .box-parent .box{margin-bottom:0;margin-top:18px}}@media (max-width:310px){.gebaeudesubstanz .bauteile .box-parent .box .left .top .col-2{flex:0 0 100%;max-width:100%}}.gebaeudesubstanz .bauteile .box-parent .box .left .top .label{font-size:20px;font-weight:500;padding-top:2px;white-space:nowrap}@media (min-width:576px) and (max-width:767px){.gebaeudesubstanz .bauteile .box-parent .box .left .top .label{font-size:18px;font-weight:600;padding-top:11px}}@media (max-width:575px){.gebaeudesubstanz .bauteile .box-parent .box .left .top .label{font-size:1rem;padding-top:6px}.gebaeudesubstanz .bauteile .box-parent .box .left .top .letzte-sanierung{float:right;padding-right:5px}}@media (max-width:310px){.gebaeudesubstanz .bauteile .box-parent .box .left .top .letzte-sanierung{width:100%}}@media (max-width:575px){.gebaeudesubstanz .bauteile .box-parent .box .left .top .letzte-sanierung label{left:3px;top:8px}}@media (max-width:310px){.gebaeudesubstanz .bauteile .box-parent .box .left .top .letzte-sanierung label{left:0}}.gebaeudesubstanz .bauteile .box-parent .box .left .top .letzte-sanierung .form-control-blue{padding-left:120px;width:180px}@media (min-width:576px) and (max-width:767px){.gebaeudesubstanz .bauteile .box-parent .box .left .top .letzte-sanierung .form-control-blue{font-size:.9rem}}@media (max-width:575px){.gebaeudesubstanz .bauteile .box-parent .box .left .top .letzte-sanierung .form-control-blue{background-color:transparent;border:none;border-bottom:1px solid #889;border-radius:0;font-size:14px;min-height:25px;padding-left:105px;text-align:center;width:152px}.gebaeudesubstanz .bauteile .box-parent .box .left .top .letzte-sanierung .form-control-blue:focus{border-color:#333;box-shadow:none;color:#333}.gebaeudesubstanz .bauteile .box-parent .box .left{border:0}}.gebaeudesubstanz .bauteile .graph{border-radius:5px;height:12px;margin-top:30px}.gebaeudesubstanz .bauteile .graph .graph_section{background:#eee;display:inline-block;height:100%;padding:0;position:relative;transition:background-color .3s linear;width:12.5%}.gebaeudesubstanz .bauteile .graph .graph_section.gray{background-color:gray;transition:background-color .3s linear}.gebaeudesubstanz .bauteile .graph .graph_section.green{background-color:#87ea9c;transition:background-color .3s linear}.gebaeudesubstanz .bauteile .graph .graph_section.orange{background-color:#ffa453;transition:background-color .3s linear}.gebaeudesubstanz .bauteile .graph .graph_section.red{background-color:#ff6353;transition:background-color .3s linear}.gebaeudesubstanz .bauteile .graph .graph_section:first-child{border-bottom-left-radius:15px;border-top-left-radius:15px}.gebaeudesubstanz .bauteile .graph .graph_section:last-child,.gebaeudesubstanz .bauteile .graph .graph_section:last-child .overlapping_items .graph_overlapp_item:first-child{border-bottom-right-radius:15px;border-top-right-radius:15px}@media (max-width:374px){.gebaeudesubstanz .bauteile .graph .graph_section:nth-child(2n) .year{display:none}}.gebaeudesubstanz .bauteile .graph .graph_section .year{bottom:-14px;color:#b1b7c4;font-size:10px;left:-12px;position:absolute;width:100%}.gebaeudesubstanz .bauteile .graph .graph_section .current-year{border-radius:4px;color:#969696;font-size:10px;line-height:1;padding:5px 5px 6px;position:absolute;top:-25px}.gebaeudesubstanz .bauteile .graph .graph_section .current-year .current-year-arrow{background-color:#e6e6e6;border-top-left-radius:3px;border-top-right-radius:3px;height:18px;position:absolute;top:19px;width:3px;z-index:20}.gebaeudesubstanz .bauteile .graph .graph_section .overlapping_items{bottom:0;height:12px;left:0;position:absolute;right:0;top:0}.gebaeudesubstanz .bauteile .graph .graph_section .overlapping_items .graph_overlapp_item{height:12px;position:absolute;top:0;width:20%}.gebaeudesubstanz .bauteile .graph .graph_section .overlapping_items .graph_overlapp_item.gray{background-color:gray;transition:background-color .3s linear}.gebaeudesubstanz .bauteile .graph .graph_section .overlapping_items .graph_overlapp_item.gray:first-child{border-bottom-left-radius:15px;border-top-left-radius:15px}.gebaeudesubstanz .bauteile .graph .graph_section .overlapping_items .graph_overlapp_item.orange{background-color:#ffa453;transition:background-color .3s linear}.gebaeudesubstanz .bauteile .graph .graph_section .overlapping_items .graph_overlapp_item.red{background-color:#ff6353;transition:background-color .3s linear}@media (max-width:575px){.gebaeudesubstanz .investitionen{margin-top:45px}.gebaeudesubstanz .investitionen .row{border:0!important}}.gebaeudesubstanz .investitionen .result-first{padding-top:59px!important}@media (max-width:1199px){.gebaeudesubstanz .investitionen .result-first{margin-bottom:18px!important;padding-top:55px!important}}@media (max-width:767px){.gebaeudesubstanz .investitionen .result-first{margin-bottom:25px!important;padding-top:81px!important}}@media (max-width:575px){.gebaeudesubstanz .investitionen .result-first{margin-bottom:25px!important;padding-top:0!important}}.gebaeudesubstanz .investitionen .result{margin-bottom:43px;padding-left:20px;padding-top:94px}@media (max-width:1199px){.gebaeudesubstanz .investitionen .result{margin-bottom:18px;padding-top:90px}}@media (max-width:767px){.gebaeudesubstanz .investitionen .result{margin-bottom:25px;padding-top:116px}}@media (max-width:575px){.gebaeudesubstanz .investitionen .result{border-bottom:1px solid #edeff1;margin-bottom:25px;padding-bottom:20px;padding-left:15px;padding-top:0}}@media (max-width:460px){.gebaeudesubstanz .investitionen .result .col-4{flex:0 0 50%;max-width:50%}}@media (max-width:310px){.gebaeudesubstanz .investitionen .result .col-4{flex:0 0 100%;max-width:100%;text-align:center}}.gebaeudesubstanz .investitionen .result .mobile-label{font-size:.95rem;font-weight:500}@media (min-width:576px){.gebaeudesubstanz .investitionen .result .mobile-label{display:none}}@media (max-width:460px){.gebaeudesubstanz .investitionen .result .mobile-label{padding-left:20px}.gebaeudesubstanz .investitionen .result .mobile-label.col-4{flex:0 0 100%;margin-bottom:15px;max-width:100%}}@media (max-width:310px){.gebaeudesubstanz .investitionen .result .mobile-label{padding-left:15px}}@media (min-width:576px) and (max-width:1199px){.gebaeudesubstanz .investitionen .result .alert-parent{display:flex;justify-content:center}}@media (max-width:576px){.gebaeudesubstanz .investitionen .result .alert-parent{margin-top:-2px}}.gebaeudesubstanz .investitionen .result .alert{border-radius:43px;font-size:16px;padding:2px 8px 4px;transition:background-color 1s linear;white-space:nowrap}@media (min-width:576px) and (max-width:1199px){.gebaeudesubstanz .investitionen .result .alert{margin-bottom:0}}@media (max-width:767px){.gebaeudesubstanz .investitionen .result .alert{font-size:14px}}.gebaeudesubstanz .investitionen .result .alert.green{background:#e7fbeb;border-color:#87ea9c;color:#5ebb72;transition:background-color 1s linear}.gebaeudesubstanz .investitionen .result .alert.orange{background:#ffeddd;border-color:#ffa453;color:#e48c3d;transition:background-color 1s linear}.gebaeudesubstanz .investitionen .result .alert.red{background:#ffe0dd;border-color:#ff6353;color:#e34e3e;transition:background-color 1s linear}@media (min-width:576px) and (max-width:1199px){.gebaeudesubstanz .investitionen .result .item-total{margin-top:5px;text-align:center}}.top-icons{border-bottom:1px solid rgba(135,206,234,.4);font-size:0;overflow:hidden;text-align:center;transition:max-height .3s ease-in-out}@media (max-width:749px){.top-icons{display:none}}.top-icons.open{box-shadow:inset 0 -4px 13px -7px rgba(200,232,246,.64);opacity:1}@media (min-width:625px){.top-icons.open{max-height:140px;transition:max-height .3s ease-in-out}}@media (max-width:624px){.top-icons.open{background-color:#fff;max-height:320px;position:absolute;transition:max-height .3s ease-in-out;width:100%;z-index:100}.top-icons .top-icons-inner{margin-left:auto;margin-right:auto;max-width:250px}}.top-icons .top-icons-inner .close-apps-parent{float:right;margin-right:8px}@media (max-width:319px){.top-icons .top-icons-inner .close-apps-parent{margin-right:20px}}@media (max-width:624px){.top-icons .top-icons-inner .close-apps{cursor:pointer;height:30px;margin-top:17px;position:absolute;width:30px}}@media (min-width:625px){.top-icons .top-icons-inner .close-apps{display:none}}.top-icons ul{display:inline;list-style:none;margin:0;padding:0}.top-icons ul li{display:inline-block;margin:0;padding:0;position:relative}.top-icons ul li a{border-bottom:3px solid transparent;color:#181738;cursor:pointer;display:block;font-size:10px;padding:6px 8px;transition:border .1s ease;width:125px}.top-icons ul li a:hover{border-bottom:3px solid rgba(135,206,234,.4);text-decoration:none;transition:border .1s ease}.top-icons ul li.active a{background:rgba(135,206,234,.1);border-bottom:3px solid rgba(135,206,234,.4)}.top-icons ul li .icon img{height:36px}.top-icons ul li .title{font-size:12px;font-weight:500;padding-top:6px}.side-icon{margin-right:10px}@media (min-width:750px){.side-icon{display:none}}.side-icons{background-color:#fff;border:2px solid rgba(199,227,238,0);margin-top:220px;max-width:125px;overflow:hidden;position:absolute;right:0;text-align:center;top:0;transition:width .3s ease-in-out;width:0;z-index:100}@media (min-width:750px){.side-icons{display:none}}.side-icons.open{border-bottom:2px solid #c7e3ee;border-left:2px solid #c7e3ee;border-top:2px solid #c7e3ee;box-shadow:inset 0 -4px 13px -7px rgba(200,232,246,.64);opacity:1;transition:width .3s ease-in-out;width:125px}.side-icons .side-icons-inner .close-apps-parent{float:right;margin-right:8px}.side-icons .side-icons-inner .close-apps{cursor:pointer;height:30px;margin-top:17px;position:absolute;width:30px}.side-icons ul{display:inline;list-style:none;margin:0;padding:0}.side-icons ul li{display:inline-block;margin:0;padding:0;position:relative}.side-icons ul li a{border-bottom:3px solid transparent;color:#181738;cursor:pointer;display:block;font-size:10px;padding:6px 8px;transition:border .1s ease;width:125px}.side-icons ul li a:hover{border-bottom:3px solid rgba(135,206,234,.4);text-decoration:none;transition:border .1s ease}.side-icons ul li.active a{background:rgba(135,206,234,.1);border-bottom:3px solid rgba(135,206,234,.4)}.side-icons ul li .icon img{height:36px}.side-icons ul li .title{font-size:12px;font-weight:500;padding-top:6px}.intro-text{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;line-height:1.3;padding-top:52px}@media (max-width:575px){.intro-text{font-size:.95rem;line-height:1.2;padding-top:50px}}.intro-text .less,.intro-text .more{color:#181738;cursor:pointer;text-decoration:underline;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.intro-text .less{display:none}.intro-text .description{max-height:0;overflow:hidden;padding-top:20px;transition:max-height 1s}.intro-text .description ul{list-style:none;margin:0;padding:0}.intro-text .description ul li{display:block;margin-bottom:20px;padding-left:15px;position:relative}.intro-text .description ul li:before{color:#87ceea;content:">";left:0;position:absolute;top:0}.intro-text .description ul li ul{margin-left:20px;margin-top:15px}.intro-text .description ul li ul li{margin-bottom:10px;margin-top:10px;padding-left:15px;position:relative}.intro-text .description ul li ul li:before{color:#87ceea;content:"›";left:0;position:absolute;top:0}.intro-text.show .description{max-height:500px}.intro-text.show .more{display:none}.intro-text.show .less{display:block}.mass{font-weight:300}@media (max-width:575px){.projectverwaltung-page .container{padding-left:30px;padding-right:30px}}.projektverwaltung{padding-bottom:120px;padding-top:80px}@media (max-width:575px){.projektverwaltung{padding-bottom:80px;padding-top:50px}}.projektverwaltung .projektverwaltung-title{display:flex;justify-content:space-between}@media (max-width:767px){.projektverwaltung .projektverwaltung-title{display:block}}.projektverwaltung .projektverwaltung-title .page-title{font-size:2.1rem!important;font-weight:400;padding-bottom:40px!important;padding-top:0!important;text-align:left}@media (max-width:575px){.projektverwaltung .projektverwaltung-title .page-title{font-size:1.5rem!important;padding-bottom:30px!important}}.projektverwaltung .projektverwaltung-title .next-button{float:right;min-width:206px}@media (max-width:767px){.projektverwaltung .projektverwaltung-title .next-button{float:left;margin-top:20px}}@media (max-width:575px){.projektverwaltung .projektverwaltung-title .next-button{width:100%}.projektverwaltung .projektverwaltung-title .next-button a{font-size:.95rem;width:100%}}@media (max-width:767px){.projektverwaltung .top-menu-row{display:block;margin-top:50px}}.projektverwaltung .top-menu-row .top-menu{padding-top:50px}.projektverwaltung .top-menu-row .top-menu ul{border-bottom:1px solid #edeff1;list-style:none;margin:0;padding:0}@media (max-width:575px){.projektverwaltung .top-menu-row .top-menu ul{border:1px solid #edeff1;border-radius:3px}}.projektverwaltung .top-menu-row .top-menu ul .menu-holder{display:flex}@media (max-width:575px){.projektverwaltung .top-menu-row .top-menu ul .menu-holder{flex-direction:column}}.projektverwaltung .top-menu-row .top-menu ul .menu-holder li{cursor:pointer;display:inline-block;padding-left:0;padding-right:0;white-space:nowrap}@media (max-width:575px){.projektverwaltung .top-menu-row .top-menu ul .menu-holder li{flex:0 0 100%;max-width:100%}}@media (min-width:576px){.projektverwaltung .top-menu-row .top-menu ul .menu-holder li:first-child{border-right:1px solid #fff}}@media (max-width:575px){.projektverwaltung .top-menu-row .top-menu ul .menu-holder li:first-child{border-bottom:1px solid #edeff1}}@media (min-width:576px){.projektverwaltung .top-menu-row .top-menu ul .menu-holder li:nth-child(2){border-left:1px solid #fff}}.projektverwaltung .top-menu-row .top-menu ul .menu-holder li a{color:#181738;display:block;font-size:20px;padding:20px 5px;text-align:center}@media (max-width:991px){.projektverwaltung .top-menu-row .top-menu ul .menu-holder li a{font-size:18px}}@media (max-width:575px){.projektverwaltung .top-menu-row .top-menu ul .menu-holder li a{font-size:16px;padding:12px 5px}}.projektverwaltung .top-menu-row .top-menu ul .menu-holder li a:hover{border-bottom:3px solid #87ceea;text-decoration:none}.projektverwaltung .top-menu-row .top-menu ul .menu-holder li.active a{border-bottom:3px solid #87ceea}.projektverwaltung .projektverwaltung-body{padding-top:60px}@media (max-width:767px){.projektverwaltung .projektverwaltung-body{padding-top:40px}}@media (max-width:575px){.projektverwaltung .projektverwaltung-body .table{font-size:.95rem}}.projektverwaltung .projektverwaltung-body .table thead th{border-bottom:2px solid rgba(199,227,238,.9);border-top:1px solid rgba(199,227,238,.5);vertical-align:middle}.projektverwaltung .projektverwaltung-body .table tbody tr:nth-of-type(odd){background:rgba(199,227,238,.1)}.projektverwaltung .projektverwaltung-body .table tbody tr:hover{background:rgba(199,227,238,.3)}.projektverwaltung .projektverwaltung-body .table tbody tr td{border-bottom:1px solid rgba(199,227,238,.5);cursor:pointer}.projektverwaltung .projektverwaltung-body .table tbody tr.selected{background:rgba(199,227,238,.7)}@media (max-width:767px){.projektverwaltung .projektverwaltung-body .table td,.projektverwaltung .projektverwaltung-body .table th{padding-left:6px;padding-right:6px}.projektverwaltung .projektverwaltung-body .table td:nth-child(4),.projektverwaltung .projektverwaltung-body .table th:nth-child(4){display:none}}@media (max-width:575px){.projektverwaltung .projektverwaltung-body .table td:nth-child(3),.projektverwaltung .projektverwaltung-body .table th:nth-child(3){display:none}}.projektverwaltung .project-preview{border:1px solid #c7e3ee;font-size:16px;margin-left:30px;padding:10px}@media (min-width:992px){.projektverwaltung .project-preview{position:-webkit-sticky;position:sticky;top:60px}}@media (max-width:991px){.projektverwaltung .project-preview{background-color:#f8fcfd;border-radius:calc(.3rem - 1px);bottom:-5%;box-shadow:0 3px 8px 1px #889;height:0;margin-left:0;padding:0 30px;position:fixed;transition:all .5s;transition:height .75s;width:690px;z-index:1}}@media (max-width:767px){.projektverwaltung .project-preview{width:510px}}@media (max-width:575px){.projektverwaltung .project-preview{border-radius:0;font-size:.95rem;left:-2px;width:101%}}.projektverwaltung .project-preview.show{transition:height .75s}@media (max-width:991px){.projektverwaltung .project-preview.show{height:100%}}@media (min-height:350px) and (max-width:991px){.projektverwaltung .project-preview.show{height:90%}}@media (min-height:350px) and (max-width:767px){.projektverwaltung .project-preview.show{height:92%}}@media (min-height:350px) and (max-width:297px){.projektverwaltung .project-preview.show{height:95%}}@media (min-height:400px) and (max-width:991px){.projektverwaltung .project-preview.show{height:81%}}@media (min-height:400px) and (max-width:767px){.projektverwaltung .project-preview.show{height:82%}}@media (min-height:400px) and (max-width:297px){.projektverwaltung .project-preview.show{height:84%}}@media (min-height:450px) and (max-width:991px){.projektverwaltung .project-preview.show{height:72%}}@media (min-height:450px) and (max-width:767px){.projektverwaltung .project-preview.show{height:74%}}@media (min-height:450px) and (max-width:297px){.projektverwaltung .project-preview.show{height:76%}}@media (min-height:500px) and (max-width:991px){.projektverwaltung .project-preview.show{height:65%}}@media (min-height:500px) and (max-width:767px){.projektverwaltung .project-preview.show{height:68%}}@media (min-height:500px) and (max-width:297px){.projektverwaltung .project-preview.show{height:70%}}@media (min-height:550px) and (max-width:991px){.projektverwaltung .project-preview.show{height:60%}}@media (min-height:550px) and (max-width:767px){.projektverwaltung .project-preview.show{height:62%}}@media (min-height:550px) and (max-width:297px){.projektverwaltung .project-preview.show{height:64%}}@media (min-height:600px) and (max-width:991px){.projektverwaltung .project-preview.show{height:56%}}@media (min-height:600px) and (max-width:767px){.projektverwaltung .project-preview.show{height:58%}}@media (min-height:600px) and (max-width:297px){.projektverwaltung .project-preview.show{height:60%}}@media (min-height:650px) and (max-width:991px){.projektverwaltung .project-preview.show{height:52%}}@media (min-height:650px) and (max-width:767px){.projektverwaltung .project-preview.show{height:54%}}@media (min-height:650px) and (max-width:297px){.projektverwaltung .project-preview.show{height:56%}}@media (min-height:700px) and (max-width:991px){.projektverwaltung .project-preview.show{height:49%}}@media (min-height:700px) and (max-width:767px){.projektverwaltung .project-preview.show{height:51%}}@media (min-height:700px) and (max-width:297px){.projektverwaltung .project-preview.show{height:53%}}@media (min-height:750px) and (max-width:991px){.projektverwaltung .project-preview.show{height:46.5%}}@media (min-height:750px) and (max-width:767px){.projektverwaltung .project-preview.show{height:48.5%}}@media (min-height:750px) and (max-width:297px){.projektverwaltung .project-preview.show{height:50.5%}}@media (min-height:800px) and (max-width:991px){.projektverwaltung .project-preview.show{height:44%}}@media (min-height:800px) and (max-width:767px){.projektverwaltung .project-preview.show{height:45%}}@media (min-height:800px) and (max-width:297px){.projektverwaltung .project-preview.show{height:47%}}@media (min-width:992px){.projektverwaltung .project-preview .close-button{display:none}}.projektverwaltung .project-preview .close-button button{padding-top:17px}.projektverwaltung .project-preview .subtitle{font-size:20px;margin-bottom:20px;padding-top:10px}@media (max-width:991px){.projektverwaltung .project-preview .subtitle{padding-top:20px}}@media (max-width:575px){.projektverwaltung .project-preview .subtitle{font-size:18px}}@media (max-width:991px){.projektverwaltung .project-preview .project-data{display:flex;justify-content:space-between}}@media (min-width:992px){.projektverwaltung .project-preview .project-data .box{padding-bottom:20px}}@media (max-width:991px){.projektverwaltung .project-preview .project-data .box:nth-child(2){padding-left:10px}}.projektverwaltung .project-preview .project-data .box:nth-child(3){padding-bottom:10px}@media (max-width:991px){.projektverwaltung .project-preview .project-data .box:nth-child(3){display:none}}.projektverwaltung .project-preview .project-data .box:nth-child(3) input.saved{background-image:url(/img/icons/success.png);background-position:97% 90%;background-repeat:no-repeat;background-size:18px}.projektverwaltung .project-preview .project-data .box .label{font-weight:300;padding-bottom:5px}@media (max-width:991px){.projektverwaltung .project-preview .project-data .box .label{white-space:nowrap}}.projektverwaltung .project-preview .project-data .box .info{font-weight:500}@media (max-width:991px){.projektverwaltung .project-preview .project-data .box .info{max-height:32px;overflow:hidden;padding-bottom:2px}}.projektverwaltung .project-preview .mobile-bemerkung{display:none}@media (max-width:991px){.projektverwaltung .project-preview .mobile-bemerkung{align-items:center;display:flex;margin-top:15px}}.projektverwaltung .project-preview .mobile-bemerkung .label{white-space:nowrap}.projektverwaltung .project-preview .mobile-bemerkung .info{margin-left:10px;width:100%}.projektverwaltung .project-preview .mobile-bemerkung .info input{background-color:transparent}.projektverwaltung .project-preview .mobile-bemerkung .info input.saved{background-image:url(/img/icons/success.png);background-position:97% 60%;background-repeat:no-repeat;background-size:18px}.projektverwaltung .project-preview .apps-header{display:flex;justify-content:space-between}.projektverwaltung .project-preview .apps-header .subtitle{padding-top:0}.projektverwaltung .project-preview .apps-header .mobile-next-button{margin-top:-5px}@media (min-width:992px){.projektverwaltung .project-preview .apps-header .mobile-next-button{display:none}}.projektverwaltung .project-preview .apps-header .mobile-next-button a{padding:9px 18px}@media (max-width:575px){.projektverwaltung .project-preview .apps-header .mobile-next-button a{font-size:.95rem;padding:8px 15px}}@media (max-width:297px){.projektverwaltung .project-preview .apps-header .mobile-next-button a{padding:7px 10px}}@media (max-width:991px){.projektverwaltung .project-preview .apps-data{display:flex}}.projektverwaltung .project-preview .apps-data .box{padding-bottom:20px}@media (max-width:991px){.projektverwaltung .project-preview .apps-data .box{padding-top:10px;text-align:center;width:165px}}.projektverwaltung .project-preview .apps-data .box .label{max-height:32px;overflow:hidden;padding-bottom:5px}@media (max-width:991px){.projektverwaltung .project-preview .next-button,.projektverwaltung .project-preview hr:nth-of-type(2){display:none}}@media (min-width:768px) and (max-width:991px){.confirm span{display:none!important}}@media (max-width:429px){.confirm span{display:none!important}}.company{padding-bottom:120px;padding-top:80px}@media (max-width:575px){.company{padding:50px 30px 80px}}.company .page-title{font-size:2.1rem!important;padding-bottom:40px!important;padding-top:0!important;text-align:left}@media (max-width:575px){.company .page-title{font-size:1.5rem!important;padding-bottom:30px!important}}.company .logo{background-color:#fff;max-width:100px}@media (max-width:767px){.company .logo{max-width:150px}}@media (max-width:299px){.company .logo{margin-left:auto;margin-right:auto;max-width:100px}}.company .top_info{border-radius:6px;display:none;margin-top:40px;padding:10px;text-align:center}.company .top_info .box{margin-bottom:42px}.company .top_info .box .title{font-size:16px;font-weight:300;margin-top:10px}.company .top_info .box .info{border:1px solid #c7e3ee;border-radius:50%;display:inline-block;font-size:28px;font-weight:500;height:54px;padding:10px;text-align:center;width:60px}.company .company-body{padding-top:50px}.company .company-body .company-menu ul{border-bottom:1px solid #edeff1;list-style:none;margin:0;padding:0}@media (max-width:575px){.company .company-body .company-menu ul{border:1px solid #edeff1;border-radius:3px}}.company .company-body .company-menu ul .menu-holder{display:flex}@media (max-width:575px){.company .company-body .company-menu ul .menu-holder{flex-direction:column}}.company .company-body .company-menu ul .menu-holder li{display:inline-block;padding-left:0;padding-right:0;white-space:nowrap}@media (max-width:575px){.company .company-body .company-menu ul .menu-holder li{flex:0 0 100%;max-width:100%}}@media (min-width:576px){.company .company-body .company-menu ul .menu-holder li:first-child{border-right:1px solid #fff}}@media (max-width:575px){.company .company-body .company-menu ul .menu-holder li:first-child{border-bottom:1px solid #edeff1}}@media (min-width:576px){.company .company-body .company-menu ul .menu-holder li:nth-child(2){border-left:1px solid #fff;border-right:1px solid #fff}}@media (max-width:575px){.company .company-body .company-menu ul .menu-holder li:nth-child(2){border-bottom:1px solid #edeff1}}@media (min-width:576px){.company .company-body .company-menu ul .menu-holder li:nth-child(3){border-left:1px solid #fff}}.company .company-body .company-menu ul .menu-holder li a{color:#181738;display:block;font-size:20px;padding:20px 5px;text-align:center}@media (max-width:767px){.company .company-body .company-menu ul .menu-holder li a{font-size:18px}}@media (max-width:575px){.company .company-body .company-menu ul .menu-holder li a{font-size:16px;padding:12px 5px}}.company .company-body .company-menu ul .menu-holder li a:hover{border-bottom:3px solid #87ceea;text-decoration:none}.company .company-body .company-menu ul .menu-holder li.active a{border-bottom:3px solid #87ceea}@media (max-width:767px){.company .company-body .company-menu.abspringer ul{border:1px solid #edeff1;border-radius:3px}.company .company-body .company-menu.abspringer ul .menu-holder{flex-direction:column}.company .company-body .company-menu.abspringer ul .menu-holder li{flex:0 0 100%;max-width:100%}.company .company-body .company-menu.abspringer ul .menu-holder li:first-child{border-bottom:1px solid #edeff1}}@media (min-width:576px) and (max-width:767px){.company .company-body .company-menu.abspringer ul .menu-holder li:nth-child(2),.company .company-body .company-menu.abspringer ul .menu-holder li:nth-child(3){border-left:0;border-right:0}}@media (min-width:768px){.company .company-body .company-menu.abspringer ul .menu-holder li:nth-child(2),.company .company-body .company-menu.abspringer ul .menu-holder li:nth-child(3){border-left:1px solid #fff;border-right:1px solid #fff}}@media (max-width:767px){.company .company-body .company-menu.abspringer ul .menu-holder li:nth-child(2),.company .company-body .company-menu.abspringer ul .menu-holder li:nth-child(3){border-bottom:1px solid #edeff1}}@media (min-width:576px) and (max-width:767px){.company .company-body .company-menu.abspringer ul .menu-holder li:nth-child(4){border-left:0}}@media (min-width:768px){.company .company-body .company-menu.abspringer ul .menu-holder li:nth-child(4){border-left:1px solid #fff}}@media (max-width:991px){.company .company-body .company-menu.abspringer ul .menu-holder li a{font-size:18px;padding:17px 5px}}@media (max-width:767px){.company .company-body .company-menu.abspringer ul .menu-holder li a{padding:12px 5px}}@media (max-width:575px){.company .company-body .company-menu.abspringer ul .menu-holder li a{font-size:16px}.company .company-body .logo-parent,.company .company-body .logo-parent label,.company .company-body button,.company .company-body input{font-size:.95rem}}@media (max-width:399px){.company .company-body button{width:100%}}.company .company-body .company-data .row div{padding-bottom:1.5rem}.company .company-body .company-data .row div .inputlabel{min-width:100px}@media (max-width:575px){.company .company-body .company-data .row.text{font-size:.95rem}.company .company-body .company-data .datei .textinput{background-image:url(/img/icons/search.png);background-position:98% 55%;background-repeat:no-repeat;background-size:18px;padding-right:40px}.company .company-body .company-data .datei label:nth-of-type(2){display:none}}.company .company-body .licenses{margin-top:0}.company .company-body .licenses .row-title{border-bottom:1px solid #edeff1;color:#181738;font-size:20px;padding:20px 5px;text-align:center}.company .company-body .licenses .row-body{margin-top:40px}.company .company-body .licenses a{margin-left:auto}.company .company-body .company-projects .box{margin-bottom:20px;padding-bottom:20px}.company .company-body .company-projects .box .user{background-color:#f8fcfd;border:1px solid #c7e3ee;border-radius:calc(.3rem - 1px);box-shadow:0 1px 7px -5px #181738;font-size:18px;font-weight:600;padding:8px}@media (max-width:575px){.company .company-body .company-projects .box .user{font-size:16px}}.company .company-body .company-projects .box .projects{border-bottom:3px solid #c7e3ee;margin-bottom:5px;margin-top:10px;padding:10px;position:relative}@media (max-width:575px){.company .company-body .company-projects .box .projects{font-size:.95rem}}.company .company-body .company-projects .box .projects .project-nr{color:#c7e3ee;font-size:1.8rem;position:absolute;right:20px;top:10%}@media (max-width:1199px){.company .company-body .company-projects .box .projects .project-nr{font-size:1.4rem;right:10px}}@media (max-width:575px){.company .company-body .company-projects .box .projects .project-nr{font-size:1.1rem}}.company .company-body .company-projects .box .projects .project{font-weight:500;line-height:1.3;padding-right:60px;padding-top:5px}@media (max-width:575px){.company .company-body .company-projects .box .projects .project{line-height:1.2}}.company .company-body .company-projects .box .projects .project-apps{border-bottom:1px solid #c7e3ee;font-weight:300;margin-bottom:10px;padding-left:17px}.company .company-body .company-projects .box .projects .project-apps:last-child{border-bottom:0}.company .company-body .company-projects .box .projects .project-apps .project-apps-box{padding:8px 0}.company .company-body .company-projects .box .projects .project-apps table{margin-bottom:10px;margin-top:10px}.company .company-body .company-projects .box .projects .project-apps table tr td{padding:5px 20px;text-align:center;width:165px}@media (max-width:575px){.company .company-body .company-projects .box .projects .project-apps table tr td{padding:5px 10px}.company .company-body .company-users .table{font-size:.95rem}}.company .company-body .company-users .table th{border-bottom:2px solid rgba(199,227,238,.9);border-top:1px solid rgba(199,227,238,.5)}.company .company-body .company-users .table td,.company .company-body .company-users .table th{vertical-align:middle}@media (max-width:991px){.company .company-body .company-users .table td:nth-child(4),.company .company-body .company-users .table th:nth-child(4){display:none}}@media (max-width:767px){.company .company-body .company-users .table td:nth-child(5),.company .company-body .company-users .table th:nth-child(5){display:none}}@media (max-width:575px){.company .company-body .company-users .table td:nth-child(3),.company .company-body .company-users .table th:nth-child(3){display:none}}@media (max-width:399px){.company .company-body .company-users .table td:first-child,.company .company-body .company-users .table th:first-child{display:none}}.company .company-body .company-users .table td{border-bottom:1px solid rgba(199,227,238,.5)}.company .company-body .company-users .table td:last-child{padding-right:0;white-space:nowrap}.company .company-body .company-users .table tbody tr:nth-of-type(odd){background:rgba(199,227,238,.1)}.company .company-body .company-users .table tbody tr:hover{background:rgba(199,227,238,.3)}.company .userModal.modal{height:1000px}.company .userModal .modal-dialog{border-radius:calc(.3rem - 1px);margin-top:30px;max-width:550px;padding-left:30px;padding-right:30px}@media (min-height:570px){.company .userModal .modal-dialog{margin-top:60px}}@media (min-height:630px){.company .userModal .modal-dialog{margin-top:120px}}@media (max-width:767px){.company .userModal .modal-dialog{max-width:450px}}@media (max-width:299px){.company .userModal .modal-dialog{padding-left:20px;padding-right:20px}}.company .userModal .modal-dialog .modal-content{box-shadow:1px 8px 22px -8px #181738}.company .userModal .modal-dialog .modal-content .modal-header{background-color:#f8fcfd;box-shadow:0 7px 10px -8px #c7e3ee}.company .userModal .modal-dialog .modal-content .modal-header .modal-title{font-weight:600}.company .userModal .modal-dialog .modal-content .modal-body{padding:30px 20px 20px}@media (max-width:399px){.company .userModal .modal-dialog .modal-content .modal-body{padding:25px 15px 15px}}@media (max-width:575px){.company .userModal .modal-dialog .modal-content .modal-body button,.company .userModal .modal-dialog .modal-content .modal-body input,.company .userModal .modal-dialog .modal-content .modal-body select{font-size:.95rem}}.company .userModal .modal-dialog .modal-content .modal-body select{padding-right:0}.company .userModal .modal-dialog .modal-content .modal-body select.is-invalid{background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23888899'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;background-position:right 8px top 65%;background-repeat:no-repeat;background-size:10px}.company .userModal .modal-dialog .modal-content .modal-body .row div{padding-bottom:1.5rem}.company .userModal .modal-dialog .modal-content .modal-body .row div .inputlabel{min-width:142px}@media (max-width:767px){.company .userModal .modal-dialog .modal-content .modal-body .row div .inputlabel{min-width:80px}}@media (min-width:768px) and (max-width:991px){.company .userModal .modal-dialog .modal-content .modal-body .row div.confirm label span{display:inline!important}}@media (max-width:767px){.company .userModal .modal-dialog .modal-content .modal-body .row div.confirm label span{display:none}}@media (min-height:520px){.company .userModal.modify .modal-dialog{margin-top:60px}}@media (min-height:620px){.company .userModal.modify .modal-dialog{margin-top:120px}}.company .userModal.modify .modal-dialog .inputlabel{min-width:80px!important}.deleteModal.modal{height:1000px}.deleteModal .modal-dialog{border-radius:calc(.3rem - 1px);margin-top:30px;max-width:500px;padding-left:30px;padding-right:30px}@media (max-width:767px){.deleteModal .modal-dialog{max-width:380px}}@media (max-width:575px){.deleteModal .modal-dialog{font-size:.95rem;max-width:365px}}@media (min-width:350px) and (min-height:290px){.deleteModal .modal-dialog{margin-top:60px}}@media (min-width:350px) and (min-height:370px){.deleteModal .modal-dialog{margin-top:100px}}@media (min-width:350px) and (min-height:430px){.deleteModal .modal-dialog{margin-top:140px}}@media (min-width:350px) and (min-height:550px){.deleteModal .modal-dialog{margin-top:200px}}@media (max-width:349px) and (min-height:360px){.deleteModal .modal-dialog{margin-top:60px}}@media (max-width:349px) and (min-height:440px){.deleteModal .modal-dialog{margin-top:100px}}@media (max-width:349px) and (min-height:530px){.deleteModal .modal-dialog{margin-top:140px}}@media (max-width:349px) and (min-height:640px){.deleteModal .modal-dialog{margin-top:200px}}@media (max-width:299px){.deleteModal .modal-dialog{padding-left:20px;padding-right:20px}}.deleteModal .modal-dialog .modal-content{box-shadow:1px 8px 22px -8px #181738}.deleteModal .modal-dialog .modal-content .modal-header{background-color:#f8fcfd;box-shadow:0 7px 10px -8px #c7e3ee}.deleteModal .modal-dialog .modal-content .modal-header .modal-title{font-weight:600}.deleteModal .modal-dialog .modal-content .modal-body{padding:20px}.deleteModal .modal-dialog .modal-content .modal-body .buttons{display:flex;margin-top:20px}@media (max-width:349px){.deleteModal .modal-dialog .modal-content .modal-body .buttons{display:block}}@media (min-width:350px){.deleteModal .modal-dialog .modal-content .modal-body .buttons div:nth-child(2){padding-left:15px}}@media (max-width:575px){.deleteModal .modal-dialog .modal-content .modal-body .buttons div button{font-size:.95rem}}@media (max-width:349px){.deleteModal .modal-dialog .modal-content .modal-body .buttons div button{margin-top:10px;width:100%}}.verify-email-page{padding:80px 30px}@media (max-width:575px){.verify-email-page{padding-top:50px}}.verify-email-page .row{margin-left:0;margin-right:0}.verify-email-page .page-title{font-size:2.1rem!important;height:50px;margin-left:auto;margin-right:auto;padding-left:0}@media (max-width:575px){.verify-email-page .page-title{font-size:1.5rem!important}}.verify-email-page .page-body{line-height:1.3;margin-left:auto;margin-right:auto;padding:30px 0}@media (max-width:575px){.verify-email-page .page-body{font-size:.95rem}}.verify-email-page .page-body .buttons{display:flex}@media (max-width:575px){.verify-email-page .page-body .buttons{display:block;margin-top:15px}}@media (min-width:576px){.verify-email-page .page-body .buttons form:last-child{padding-left:15px}}@media (max-width:575px){.verify-email-page .page-body .buttons form:last-child{margin-top:15px}}.verify-email-page .page-body .buttons form button{padding:11px 20px}@media (max-width:575px){.verify-email-page .page-body .buttons form button{font-size:.95rem;width:100%}}.generic-form-page{padding:5em 30px 80px}.generic-form-page .page-title{font-size:2.1rem!important;font-weight:400;margin-left:auto;margin-right:auto;padding-bottom:1.5em;padding-left:0;padding-right:0}@media (max-width:575px){.generic-form-page .page-title{font-size:1.5rem!important}}.generic-form-page .page-body{margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}@media (max-width:575px){.generic-form-page .page-body{font-size:.95rem}}.generic-form-page .page-body .row{padding-bottom:2em}.generic-form-page .page-body .msg-box,.generic-form-page .page-body form{margin:auto auto 1em}.generic-form-page .page-body hr{background-color:#f5f5f5;border:0;height:1px}@media (max-width:575px){.generic-form-page .page-body button,.generic-form-page .page-body input{font-size:.95rem}}.generic-form-page .page-body .login-links{display:flex;flex-direction:column}@media (min-width:320px){.generic-form-page .page-body .login-links{flex-direction:row;justify-content:space-between}}.generic-form-page .page-body .register-text{line-height:1.3}@media (max-width:575px){.generic-form-page .page-body .register-text{font-size:.95rem}}@media (max-width:319px){.generic-form-page .page-body .register-text{margin-top:15px}}.register-page{padding:80px 15px}@media (max-width:575px){.register-page{padding:80px 30px}}.register-page .page-title{font-size:2.1rem!important;font-weight:400;margin-bottom:1.5em;margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}@media (max-width:575px){.register-page .page-title{font-size:1.5rem!important}}.register-page .page-body{margin-left:auto;margin-right:auto;padding-left:0;padding-right:0}@media (max-width:575px){.register-page .page-body{font-size:.95rem}}.register-page .page-body .subtitle{font-size:1.1rem;padding-left:15px;padding-right:15px}@media (min-width:768px){.register-page .page-body .subtitle{padding-left:30px;padding-right:30px}}@media (max-width:575px){.register-page .page-body .subtitle{font-size:1rem}}.register-page .page-body .subtitle a{color:#333;text-decoration:none}.register-page .page-body .subtitle a:hover{color:rgba(24,23,56,.7)}.register-page .page-body .subtitle a #toggleArrowFirma{display:flex;margin-right:5px;margin-top:6px;transition:transform .5s}@media (max-width:575px){.register-page .page-body .subtitle a #toggleArrowFirma{margin-top:5px}}.register-page .page-body .subtitle a #toggleArrowFirma.flip{transform:rotate(180deg)}.register-page .page-body .subtitle a #toggleArrowFirma div{background:#333;height:7px;width:1px}.register-page .page-body .subtitle a #toggleArrowFirma div:first-of-type{transform:rotate(40deg)}.register-page .page-body .subtitle a #toggleArrowFirma div:nth-of-type(2){margin-left:3px;transform:rotate(-40deg)}.register-page .page-body .subtitle .inner{border-bottom:1px solid #edeff1;color:#181738;font-size:20px;margin-bottom:40px;padding:20px 5px}@media (max-width:767px){.register-page .page-body .subtitle .inner{font-size:18px;padding:17px 5px}}@media (max-width:575px){.register-page .page-body .subtitle .inner{font-size:17px;padding:14px 5px}}.register-page .page-body .msg-box,.register-page .page-body form{margin:auto auto 1em}.register-page .page-body .msg-box .row,.register-page .page-body form .row{padding-bottom:1.5rem}.register-page .page-body hr{background-color:#f5f5f5;border:0;height:1px}@media (max-width:399px){.register-page .page-body button{margin-top:25px;width:100%}}@media (max-width:575px){.register-page .page-body button,.register-page .page-body input,.register-page .page-body select{font-size:.95rem}}.register-page .page-body .register-links{align-items:center;display:flex;flex-direction:column;margin-top:10px}@media (min-width:400px){.register-page .page-body .register-links{flex-direction:row;justify-content:space-between;margin-top:30px}}@media (max-width:399px){.register-page .page-body .register-links .register-link{margin-top:25px}}.register-page .page-body .inputlabel{min-width:145px}@media (max-width:991px){.register-page .page-body .inputlabel{min-width:95px}}@media (min-width:430px) and (max-width:575px){.register-page .page-body .inputlabel{min-width:135px}}@media (max-width:991px){.register-page .page-body .confirm span{display:none!important}}@media (min-width:430px) and (max-width:575px){.register-page .page-body .confirm span{display:inline!important}}.user{padding-bottom:120px;padding-top:80px}@media (max-width:575px){.user{padding-bottom:80px;padding-top:50px}}.user .page-title{font-size:2.1rem!important;font-weight:400;padding-bottom:40px!important;padding-top:0!important;text-align:left}@media (max-width:575px){.user .page-title{font-size:1.5rem!important;padding-bottom:30px!important;padding-left:15px;padding-right:15px}}.user .user-body{padding-top:50px}.user .user-body .user-menu.firma{margin-top:15px}@media (max-width:767px){.user .user-body .user-menu.firma{margin-top:40px}}.user .user-body .user-menu ul{border-bottom:1px solid #edeff1;list-style:none;margin:0;padding:0}.user .user-body .user-menu ul li{display:inline-block;width:100%}.user .user-body .user-menu ul li span{color:#181738;display:block;font-size:20px;padding:20px 5px;text-align:left}@media (max-width:767px){.user .user-body .user-menu ul li span{font-size:18px;padding:17px 5px}}@media (max-width:575px){.user .user-body .user-menu ul li span{font-size:17px;padding:14px 5px}}.user .user-body .data{margin-top:40px}@media (max-width:767px){.user .user-body .data{margin-top:40px}}.user .user-body .data .errorValidation{margin-bottom:30px}.user .user-body .data a,.user .user-body .data button{white-space:nowrap}@media (max-width:575px){.user .user-body .data a,.user .user-body .data button{font-size:.95rem}}.user .user-body .data .user-data .row div{padding-bottom:2rem}@media (max-width:767px){.user .user-body .data .user-data .row .inputlabel{min-width:77px}}@media (max-width:575px){.user .user-body .data .user-data input{font-size:.95rem}}.user .user-body .data .user-data select.is-invalid{background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23888899'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;background-position:right 8px top 65%;background-repeat:no-repeat;background-size:10px}@media (max-width:575px){.user .user-body .data .user-data select{font-size:.95rem}}.user .user-body .data .user-data .speichern{padding-bottom:1rem}.user .user-body .data .user-data .speichern button{width:100%}.user .user-body .data .company-data input:disabled{background-color:#fff}.nebenseiten{padding-bottom:80px;padding-top:80px}@media (max-width:575px){.nebenseiten{padding:50px 30px 60px}}.nebenseiten .title{font-size:2.1rem!important;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;padding-bottom:40px!important;padding-top:0!important;text-align:center}@media (max-width:575px){.nebenseiten .title{font-size:1.5rem!important;padding-bottom:30px!important}}.nebenseiten .bestellung-title{font-weight:300!important;text-align:left}.nebenseiten .subtitle{font-size:1.5rem;font-weight:300;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;line-height:1.4;margin-top:20px;padding-bottom:30px;text-align:center}@media (max-width:575px){.nebenseiten .subtitle{font-size:1.2rem;line-height:1.3;margin-top:10px;padding-bottom:20px}}.nebenseiten.wissen .title{font-weight:400}.nebenseiten.wissen .panel-group{margin-top:80px!important}@media (max-width:575px){.nebenseiten.wissen .panel-group{margin-top:50px!important}}.nebenseiten.wissen .panel-group.hauptseite{margin-top:65px!important}@media (max-width:575px){.nebenseiten.wissen .panel-group.hauptseite{margin-top:50px!important}}.nebenseiten.wissen .panel-group.hauptseite .last-div{padding-bottom:9px}.nebenseiten.wissen .panel-group .faqs{border-bottom:1px solid #edeff1;padding-bottom:25px}@media (min-width:576px){.nebenseiten.wissen .panel-group .faqs{padding-bottom:35px}}@media (max-width:991px){.nebenseiten.wissen .panel-group .faqs .answer{margin-top:20px}}.nebenseiten .panel-group{line-height:1.3;margin-top:50px}@media (max-width:575px){.nebenseiten .panel-group{line-height:1.2}}.nebenseiten .panel-group .faqs{margin-bottom:35px}.nebenseiten .panel-group .faqs .category{font-size:.85rem;font-weight:300;margin-left:50px;white-space:nowrap}@media (min-width:1200px){.nebenseiten .panel-group .faqs .category{margin-right:10px}}@media (max-width:575px){.nebenseiten .panel-group .faqs .category{display:none}}.nebenseiten .panel-group .question{font-size:1.2rem;font-weight:400}.nebenseiten .panel-group .lead{font-size:1.2rem;font-weight:600}@media (max-width:575px){.nebenseiten .panel-group .lead{font-size:1rem}}.nebenseiten .panel-group .answer{margin-top:20px}@media (max-width:575px){.nebenseiten .panel-group .answer{font-size:1rem}}.nebenseiten .panel-group.datenschutz .impressum{margin-top:15px}.nebenseiten .panel-group.datenschutz .lead{margin-bottom:20px;margin-top:50px}.nebenseiten .panel-group.datenschutz .lead:first-child{margin-top:0}.nebenseiten .panel-group.datenschutz .lead-sm{font-weight:600;margin-top:20px}@media (max-width:575px){.nebenseiten .panel-group.datenschutz .lead-sm{font-size:1rem}.nebenseiten .panel-group.datenschutz ul{padding-left:30px}}.nebenseiten .panel-group.kontakt{margin-top:0!important}@media (max-width:575px){.nebenseiten .panel-group.kontakt input,.nebenseiten .panel-group.kontakt select{font-size:.95rem}}.nebenseiten .panel-group.kontakt .inputlabel{min-width:78px}@media (min-width:768px){.nebenseiten .panel-group.kontakt button{float:right}}@media (min-width:420px) and (max-width:460px){.nebenseiten .panel-group.kontakt button{float:right;margin-top:-53px}}@media (max-width:399px){.nebenseiten .panel-group.kontakt button{margin-top:35px;width:100%}}@media (max-width:575px){.nebenseiten .panel-group.kontakt .form-check-label{font-size:.95rem}}.nebenseiten .panel-group.kontakt .form-check-label .form-check-input{margin-top:.25rem}@media (max-width:575px){.nebenseiten .panel-group.kontakt .form-check-label .form-check-input{margin-top:.2rem}}.nebenseiten .panel-group.kontakt .validation{margin-top:1em}.nebenseiten .panel-group.kontakt .validation .errorValidation,.nebenseiten .panel-group.kontakt .validation .errorValidation .alert{margin-bottom:0}.nebenseiten .impressum{line-height:1.3;margin-top:50px}@media (max-width:575px){.nebenseiten .impressum{font-size:.95rem;margin-top:30px}}.no-break{white-space:nowrap}.button-toggle .btn{background-color:#f8fcfd;border:1px solid #c7e3ee;padding:11px 15px}.button-toggle .btn:hover{background-color:#e9eeef;opacity:.8}.button-toggle .btn:active{opacity:.9}.button-toggle .active{background:#87ceea;color:#fff}.button-toggle .active:hover{background-color:#87ceea}.image-toggle .btn{padding:10px}.image-toggle .btn:hover{opacity:.8}.image-toggle .active{background-color:#f8fcfd;border:1px solid #c7e3ee;border-radius:.25rem!important}.image-toggle img{max-width:75px;width:100%}.image-toggle label{cursor:pointer;font-size:13px;margin-top:8px}#fassade .tooltip-fassade-mobile{display:none}@media (max-width:576px){#fassade .tooltip-fassade-mobile{display:block;right:15px}}#fassade .tooltip-fassade{display:inline}@media (max-width:576px){#fassade .tooltip-fassade{display:none}}#fassade .label{font-size:20px;font-weight:500;white-space:nowrap}@media (min-width:576px) and (max-width:767px){#fassade .label{font-size:18px;font-weight:600;padding-top:11px}}@media (max-width:575px){#fassade .label{font-size:1.1rem;margin-bottom:10px;padding-top:6px}}#fassade .form-control-blue{padding-left:120px;width:180px}@media (min-width:576px) and (max-width:767px){#fassade .form-control-blue{font-size:.9rem}}@media (max-width:575px){#fassade .form-control-blue{background-color:transparent;border:none;border-bottom:1px solid #889;border-radius:0;font-size:14px;min-height:25px;padding-left:105px;text-align:center;width:152px}#fassade .form-control-blue:focus{border-color:#333;box-shadow:none;color:#333}}#fassade .alert-parent{margin-top:38px}@media (min-width:576px) and (max-width:1199px){#fassade .alert-parent{display:flex;justify-content:center}}#fassade .alert{border-radius:43px;font-size:16px;padding:2px 8px 4px;transition:background-color 1s linear;white-space:nowrap}@media (min-width:576px) and (max-width:1199px){#fassade .alert{margin-bottom:0}}@media (max-width:767px){#fassade .alert{font-size:14px}}#fassade .alert.green{background:#e7fbeb;border-color:#87ea9c;color:#5ebb72;transition:background-color 1s linear}#fassade .alert.orange{background:#ffeddd;border-color:#ffa453;color:#e48c3d;transition:background-color 1s linear}#fassade .alert.red{background:#ffe0dd;border-color:#ff6353;color:#e34e3e;transition:background-color 1s linear}@media (max-width:767px){#fassade .building-details-table{max-width:100%!important;width:100%}}@media (max-width:576px){#dach .label{margin-bottom:10px}}#dach .tooltip-dach-mobile{display:none}@media (max-width:576px){#dach .tooltip-dach-mobile{display:block;right:15px}}#dach .tooltip-dach{display:block}@media (max-width:576px){#dach .tooltip-dach{display:none}}#dach .grobkosten td{padding-bottom:8px}#dach .grobkosten td:first-child{padding-right:75px}@media (max-width:991px){#dach .grobkosten table{width:100%}#dach .grobkosten td:first-child{padding-right:10px}}#dach input[type=text],#fassade input[type=text]{max-width:200px}#dach .title-row,#fassade .title-row{border-bottom:1px solid #edeff1}#dach .title-row .h4,#fassade .title-row .h4{color:#000025;font-size:22px}#dach .label-inside,#fassade .label-inside{width:180px}@media (max-width:992px){#dach .label-inside,#fassade .label-inside{width:100%}}#dach .label-inside input[type=text],#fassade .label-inside input[type=text]{width:100%}#dach .label-verbesserung,#fassade .label-verbesserung{background-color:#28a745;border-radius:20px;color:#fff;display:inline;font-weight:400;padding:3px 15px}#dach-disclaimer p,#fassade-disclaimer p{line-height:1.3}@media (max-width:576px){#dach-disclaimer p,#fassade-disclaimer p{padding:0}}@media (max-width:1199px){.dach-pdf .pdf-button,.fassade-pdf .pdf-button{margin-top:40px}}@media (max-width:991px){.dach-pdf .pdf-button,.fassade-pdf .pdf-button{margin-top:50px}}@media (max-width:767px){.dach-pdf .pdf-button,.fassade-pdf .pdf-button{margin-top:60px}}@media (max-width:575px){.dach-pdf .pdf-button,.fassade-pdf .pdf-button{margin-top:50px;padding-left:0;padding-right:0}}.label-light{color:#9f9f9f;font-size:13px}.energy-table table{height:10px;width:100%}.energy-table table tr td{border:0!important;color:#fff;font-size:14px;height:10px;padding:0!important;position:relative;text-align:center;width:14.2%}.energy-table table tr td.energy{opacity:.6}.energy-table table tr td.energy.active{opacity:1}.energy-table table tr td.energy div{bottom:-3px;font-size:12px;opacity:0;padding-top:2px;position:absolute;text-align:center;top:-3px;transition:opacity .6s;width:100%}.energy-table table tr td.energy div.active{opacity:1;transition:opacity .6s}.energy-table table tr td.energy.energy-a,.energy-table table tr td.energy.energy-a div{background:#03c202;border-bottom-left-radius:30px;border-top-left-radius:30px}.energy-table table tr td.energy.energy-b{background:#3af40b}.energy-table table tr td.energy.energy-b div{background:#03c202}.energy-table table tr td.energy.energy-c,.energy-table table tr td.energy.energy-c div{background:#97fc02}.energy-table table tr td.energy.energy-d,.energy-table table tr td.energy.energy-d div{background:#edf901}.energy-table table tr td.energy.energy-e,.energy-table table tr td.energy.energy-e div{background:#ffcc1b}.energy-table table tr td.energy.energy-f,.energy-table table tr td.energy.energy-f div{background:#f66700}.energy-table table tr td.energy.energy-g,.energy-table table tr td.energy.energy-g div{background:#ea0000;border-bottom-right-radius:30px;border-top-right-radius:30px}.standortplaene{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;padding-bottom:120px;padding-top:45px;position:relative}.standortplaene .table td{border-top:1px solid #edeff1}@media (max-width:575px){.standortplaene{padding:45px 30px 80px}}.standortplaene .title{font-size:2.1rem!important;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;padding-bottom:40px!important;padding-top:0!important;text-align:center}@media (max-width:575px){.standortplaene .title{font-size:1.5rem!important;padding-bottom:30px!important}}.standortplaene .title.app-title{padding-bottom:0!important;text-align:left}@media (max-width:767px){.standortplaene .dxf-btn{float:right}}.checkbox-toggler{border:1px solid #fff;border-radius:0;box-shadow:0 0 0 1px hsla(0,0%,51%,.5);display:inline-block;height:15px;position:relative;width:40px}.checkbox-toggler .toggler{background:hsla(0,0%,51%,.5);border-radius:0;transition:left .15s linear;width:50%;z-index:-1}.checkbox-toggler .toggler,.checkbox-toggler input{bottom:0;height:100%;left:0;position:absolute;top:0}.checkbox-toggler input{cursor:pointer;opacity:0;right:0;width:100%}.checkbox-toggler input:checked+.toggler{background:rgba(58,185,70,.8);left:50%}.building-player-gd{position:relative}.building-player-gd .solar-on-off{font-size:14px}.building-player-gd .solar-box{background:#fff;border:1px solid #eee;bottom:0;height:45px;left:0;position:absolute;text-align:center;width:104px;z-index:100}.building-player-gd .no-3d-data-error{background:#ea2222;bottom:0;left:0;max-height:0;overflow:hidden;position:absolute;right:0;transition:max-height .5s cubic-bezier(0,1,0,1);z-index:110}.building-player-gd .no-3d-data-error.shown{max-height:200px;transition:max-height 1s ease-in-out}.building-player-gd .no-3d-data-error .inner{color:#fff;font-size:14px;padding:14px}.energy-div{color:#fff;display:inline-block;font-size:11px;font-weight:600;padding:4px 13px;text-align:center;width:35px}.energy-div.energy-a{background:#03c202}.energy-div.energy-b{background:#3af40b}.energy-div.energy-c{background:#97fc02}.energy-div.energy-d{background:#edf901;background:#edf40a}.energy-div.energy-e{background:#ffcc1b}.energy-div.energy-f{background:#f66700}.energy-div.energy-g{background:#ea0000}.heizung_table_single{width:100%}@media (max-width:575px){.heizung_table_single{margin-top:7px}}.heizung_table_single tr td{font-size:12px;padding:3px}@media (max-width:575px){.heizung_table_single tr td{padding-left:0;padding-right:0}}.heizung_table_single tr td.heizung_table_sublabel{width:120px}.heizung_table_single tr td.heizung_table_total{font-size:15px;font-weight:500;text-align:right;width:120px}@media (max-width:767px){.heizung_table_single tr td.heizung_table_total{font-size:14px}}@media (max-width:575px){.heizung_table_single tr td.heizung_table_total{font-size:13.5px;padding-right:5px}}.heizung_table_single tr td.heizung_table_total .mass{font-weight:300}.heizung_table_single tr td.heizung_table_total .verbrauch{font-size:14px;font-weight:300}@media (max-width:767px){.heizung_table_single tr td.heizung_table_total .verbrauch{font-size:14px}}@media (max-width:575px){.heizung_table_single tr td.heizung_table_total .verbrauch{font-size:13px}.heizung_table_single tr:first-child td{padding:0}.heizung_table_single tr:nth-child(2) td{padding-top:0}.heizung_table_single tr:last-child td{padding-bottom:0}}.heizung_table_single tr.co2-row td{padding-bottom:0}@media (min-width:576px){.heizung_table_single tr.co2-row td{padding-top:0}}.heizung-ist-zustand.shown{display:block}.heizung-view-all{display:none}@media (max-width:575px){.heizung-view-all{display:block}}.heizung-view-all.selected{display:block}.heizung-view-co2{display:none}.heizung-view-co2.selected{display:block}@media (max-width:575px){.heizung-view-co2.selected{display:none}}.energy-div-mobile{display:none}@media (max-width:575px){.energy-div-mobile{display:block}}@media (min-width:576px){.co2-ist-table{padding-left:0}}@media (max-width:575px){.co2-ist-table{padding-left:0;padding-right:0}}.heizung-ist-zustand{background-color:#f8fcfd;border-bottom:2px solid #c7e3ee;display:none;height:0;visibility:hidden}.heizung-ist-zustand.co2-selected{display:block;height:auto;visibility:visible}@media (max-width:575px){.heizung-ist-zustand{height:auto;margin-top:10px!important;padding-bottom:20px!important;padding-top:5px!important;visibility:visible}.heizung-col-mobile,.heizung-ist-zustand .co2-title{padding-left:0;padding-right:0}}
>>>>>>> main
=======
>>>>>>> main
