@charset "UTF-8";
@font-face {
  font-family: "FS Industrie";
  src: url("https://lisa-na.straumann.com/assets/css/fonts/FSIndustrieCd-Regular.woff2") format("woff2"), url("https://lisa-na.straumann.com/assets/css/fonts/FSIndustrieCd-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "FS Industrie";
  src: url("https://lisa-na.straumann.com/assets/css/fonts/FSIndustrieCd-Bold.woff2") format("woff2"), url("https://lisa-na.straumann.com/assets/css/fonts/FSIndustrieCd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TheSans";
  src: url("https://lisa-na.straumann.com/assets/css/fonts/TheSans-LP4SeLig.woff2") format("woff2"), url("https://lisa-na.straumann.com/assets/css/fonts/TheSans-LP4SeLig.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TheSans";
  src: url("https://lisa-na.straumann.com/assets/css/fonts/TheSans-LP6SeBld.woff2") format("woff2"), url("https://lisa-na.straumann.com/assets/css/fonts/TheSans-LP6SeBld.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
.centered {
  text-align: center;
}

.white {
  color: #fff !important;
}

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #46B98C;
  --bs-secondary: #2d7662;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #fff;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

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

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

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

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

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

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

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

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

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

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

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

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

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

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

dt {
  font-weight: 700;
}

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

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #46B98C;
  text-decoration: underline;
}
a:hover {
  color: #389470;
}

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

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

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

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

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

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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

textarea {
  resize: vertical;
}

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

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

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

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

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

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

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

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

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

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

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

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

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

.col {
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  background-image: linear-gradient(var(--bs-table-accent-bg), var(--bs-table-accent-bg));
  border-bottom-width: 1px;
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

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

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

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

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

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

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

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

.table-primary {
  --bs-table-bg: #daf1e8;
  --bs-table-striped-bg: #cfe5dc;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c4d9d1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #cadfd7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c4d9d1;
}

.table-secondary {
  --bs-table-bg: #d5e4e0;
  --bs-table-striped-bg: #cad9d5;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #c0cdca;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c5d3cf;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #c0cdca;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #fff;
  --bs-table-striped-bg: #f2f2f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6e6e6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ececec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6e6e6;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

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

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

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

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

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

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0;
  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[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #a3dcc6;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(70, 185, 140, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

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

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

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

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

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

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  vertical-align: middle;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0;
  appearance: none;
}
.form-select:focus {
  border-color: #a3dcc6;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(70, 185, 140, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

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

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

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

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  appearance: none;
  color-adjust: exact;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    transition: none;
  }
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #a3dcc6;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(70, 185, 140, 0.25);
}
.form-check-input:checked {
  background-color: #46B98C;
  border-color: #46B98C;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #46B98C;
  border-color: #46B98C;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23a3dcc6'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

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

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: none;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(70, 185, 140, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(70, 185, 140, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #46B98C;
  border: 0;
  border-radius: 1rem;
  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) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #c8eadd;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #46B98C;
  border: 0;
  border-radius: 1rem;
  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) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #c8eadd;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0;
}

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

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

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

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

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

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

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

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' 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-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

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

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%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 0.75rem center, center right 1.75rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem 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;
}

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

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0;
  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;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(70, 185, 140, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #000;
  background-color: #46B98C;
  border-color: #46B98C;
}
.btn-primary:hover {
  color: #000;
  background-color: #62c49d;
  border-color: #59c098;
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #000;
  background-color: #62c49d;
  border-color: #59c098;
  box-shadow: 0 0 0 0.25rem rgba(60, 157, 119, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #000;
  background-color: #6bc7a3;
  border-color: #59c098;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 157, 119, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #000;
  background-color: #46B98C;
  border-color: #46B98C;
}

.btn-secondary {
  color: #fff;
  background-color: #2d7662;
  border-color: #2d7662;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #266453;
  border-color: #245e4e;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #266453;
  border-color: #245e4e;
  box-shadow: 0 0 0 0.25rem rgba(77, 139, 122, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #245e4e;
  border-color: #22594a;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(77, 139, 122, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #2d7662;
  border-color: #2d7662;
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-light:hover {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: white;
  border-color: white;
  box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 217, 217, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #46B98C;
  border-color: #46B98C;
}
.btn-outline-primary:hover {
  color: #000;
  background-color: #46B98C;
  border-color: #46B98C;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(70, 185, 140, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #000;
  background-color: #46B98C;
  border-color: #46B98C;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(70, 185, 140, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #46B98C;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #2d7662;
  border-color: #2d7662;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #2d7662;
  border-color: #2d7662;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(45, 118, 98, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #2d7662;
  border-color: #2d7662;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(45, 118, 98, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #2d7662;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

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

.btn-outline-light {
  color: #fff;
  border-color: #fff;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #fff;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #46B98C;
  text-decoration: underline;
}
.btn-link:hover {
  color: #389470;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

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

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

.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 {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    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;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: 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;
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: transparent;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #46B98C;
}

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

.accordion-button {
  font-size: 21px !important;
  line-height: 25px;
  color: #36393a;
  text-transform: uppercase;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button.collapsed {
  border-bottom-width: 0;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.267' height='4' viewBox='0 0 17.267 4'%3E%3Cpath d='M0,0V13.267' transform='translate(2 2) rotate(-90)' fill='none' stroke='%23323334' stroke-linecap='round' stroke-width='4'/%3E%3C/svg%3E");
  transform: rotate(180deg);
  margin-top: -14px;
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.267' height='17.267' viewBox='0 0 17.267 17.267'%3E%3Cg transform='translate(-402.393 -5.891)'%3E%3Cpath d='M4988.459,1089.172v13.267' transform='translate(-4577.433 -1081.282)' fill='none' stroke='%23323334' stroke-linecap='round' stroke-width='4'/%3E%3Cpath d='M0,0V13.267' transform='translate(404.393 14.524) rotate(-90)' fill='none' stroke='%23323334' stroke-linecap='round' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1.25rem;
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
}

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

.accordion-item {
  border-bottom: solid 1px #323334;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-collapse {
  border: 0;
  border-width: 0 1px;
}

.accordion-body {
  padding: 0 1.25rem 1rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
}
.badge:empty {
  display: none;
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #2a6f54;
  background-color: #daf1e8;
  border-color: #c8eadd;
}
.alert-primary .alert-link {
  color: #225943;
}

.alert-secondary {
  color: #1b473b;
  background-color: #d5e4e0;
  border-color: #c0d6d0;
}
.alert-secondary .alert-link {
  color: #16392f;
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link {
  color: #0c4128;
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #666666;
  background-color: white;
  border-color: white;
}
.alert-light .alert-link {
  color: #525252;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

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

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

.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 {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

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

.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;
  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;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

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

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

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

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

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

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

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #46B98C;
}
.link-primary:hover, .link-primary:focus {
  color: #6bc7a3;
}

.link-secondary {
  color: #2d7662;
}
.link-secondary:hover, .link-secondary:focus {
  color: #245e4e;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #fff;
}
.link-light:hover, .link-light:focus {
  color: white;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

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

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

.ratio-4x3 {
  --aspect-ratio: 75%;
}

.ratio-16x9 {
  --aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --aspect-ratio: 42.8571428571%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-info {
  border-color: #0dcaf0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-5 {
  gap: 3rem !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;
}

.justify-content-evenly {
  justify-content: space-evenly !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;
}

.order-first {
  order: -1 !important;
}

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

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-2 {
  padding-bottom: 0.5rem !important;
}

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

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

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

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

.fst-normal {
  font-style: normal !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-info {
  color: #0dcaf0 !important;
}

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

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

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

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

.text-white {
  color: #fff !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-reset {
  color: inherit !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

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

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

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

.bg-info {
  background-color: #0dcaf0 !important;
}

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

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

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

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

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

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

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

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.user-select-all {
  user-select: all !important;
}

.user-select-auto {
  user-select: auto !important;
}

.user-select-none {
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

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

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

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

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

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

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

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

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

.rounded-end {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

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

.rounded-start {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-sm-1 {
    gap: 0.25rem !important;
  }

  .gap-sm-2 {
    gap: 0.5rem !important;
  }

  .gap-sm-3 {
    gap: 1rem !important;
  }

  .gap-sm-4 {
    gap: 1.5rem !important;
  }

  .gap-sm-5 {
    gap: 3rem !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;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !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;
  }

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

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

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

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

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

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

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

  .order-sm-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

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

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }

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

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

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .gap-md-1 {
    gap: 0.25rem !important;
  }

  .gap-md-2 {
    gap: 0.5rem !important;
  }

  .gap-md-3 {
    gap: 1rem !important;
  }

  .gap-md-4 {
    gap: 1.5rem !important;
  }

  .gap-md-5 {
    gap: 3rem !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;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !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;
  }

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

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

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

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

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

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

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

  .order-md-last {
    order: 6 !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }

  .text-md-start {
    text-align: left !important;
  }

  .text-md-end {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }

  .float-lg-end {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .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-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;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-lg-0 {
    gap: 0 !important;
  }

  .gap-lg-1 {
    gap: 0.25rem !important;
  }

  .gap-lg-2 {
    gap: 0.5rem !important;
  }

  .gap-lg-3 {
    gap: 1rem !important;
  }

  .gap-lg-4 {
    gap: 1.5rem !important;
  }

  .gap-lg-5 {
    gap: 3rem !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;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !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;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }

  .text-lg-start {
    text-align: left !important;
  }

  .text-lg-end {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }

  .float-xl-end {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .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-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;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xl-0 {
    gap: 0 !important;
  }

  .gap-xl-1 {
    gap: 0.25rem !important;
  }

  .gap-xl-2 {
    gap: 0.5rem !important;
  }

  .gap-xl-3 {
    gap: 1rem !important;
  }

  .gap-xl-4 {
    gap: 1.5rem !important;
  }

  .gap-xl-5 {
    gap: 3rem !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;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !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;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }

  .text-xl-start {
    text-align: left !important;
  }

  .text-xl-end {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }

  .float-xxl-end {
    float: right !important;
  }

  .float-xxl-none {
    float: none !important;
  }

  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .gap-xxl-0 {
    gap: 0 !important;
  }

  .gap-xxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxl-3 {
    gap: 1rem !important;
  }

  .gap-xxl-4 {
    gap: 1.5rem !important;
  }

  .gap-xxl-5 {
    gap: 3rem !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }

  .text-xxl-start {
    text-align: left !important;
  }

  .text-xxl-end {
    text-align: right !important;
  }

  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }

  .fs-2 {
    font-size: 2rem !important;
  }

  .fs-3 {
    font-size: 1.75rem !important;
  }

  .fs-4 {
    font-size: 1.5rem !important;
  }

  .fs-sm-1 {
    font-size: 2.5rem !important;
  }

  .fs-sm-2 {
    font-size: 2rem !important;
  }

  .fs-sm-3 {
    font-size: 1.75rem !important;
  }

  .fs-sm-4 {
    font-size: 1.5rem !important;
  }

  .fs-md-1 {
    font-size: 2.5rem !important;
  }

  .fs-md-2 {
    font-size: 2rem !important;
  }

  .fs-md-3 {
    font-size: 1.75rem !important;
  }

  .fs-md-4 {
    font-size: 1.5rem !important;
  }

  .fs-lg-1 {
    font-size: 2.5rem !important;
  }

  .fs-lg-2 {
    font-size: 2rem !important;
  }

  .fs-lg-3 {
    font-size: 1.75rem !important;
  }

  .fs-lg-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
:root {
  --background-gradient: linear-gradient(30deg, #f39c12 30%, #f1c40f);
  --gray: #34495e;
  --darkgray: #2c3e50;
}

/* Remove IE arrow */
.select select::-ms-expand {
  display: none;
}

/* Custom Select wrapper */
.select {
  position: relative;
  display: inline-block;
  height: 30px;
  overflow: hidden;
  margin: auto;
}

/* Arrow */
.select::after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.185' height='5.965' viewBox='0 0 11.185 5.965'%3E%3Cg transform='translate(11.185 5.965) rotate(180)' fill='%2376797b'%3E%3Cpath d='M 10.03062725067139 5.46519947052002 L 1.154119968414307 5.46519947052002 L 5.592373847961426 0.7310575842857361 L 10.03062725067139 5.46519947052002 Z' stroke='none'/%3E%3Cpath d='M 5.592373847961426 1.46211576461792 L 2.308236122131348 4.96519947052002 L 8.876511573791504 4.96519947052002 L 5.592373847961426 1.46211576461792 M 5.592373847961426 -9.5367431640625e-07 L 11.18474388122559 5.96519947052002 L 3.814697265625e-06 5.96519947052002 L 5.592373847961426 -9.5367431640625e-07 Z' stroke='none' fill='%23707070'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  top: 12px;
  right: 10px;
  transition: 0.25s all ease;
  pointer-events: none;
  padding: 7px;
}

/* Transition */
.select:hover::after {
  color: #f39c12;
}

.select select {
  /* Reset Select */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: 0;
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 0 12px;
  background-image: none;
  cursor: pointer;
  border: solid 1px #76797B;
  border-radius: 0;
  width: 144px;
  height: 100%;
  background-color: #fff;
  color: #36393a;
}

h1, .h1, h2, .h2 {
  font-family: "FS Industrie", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
h1 span, .h1 span, h2 span, .h2 span {
  color: #e41f13;
}

h3 span, .h3 span, h4 span, .h4 span, h5 span, .h5 span, h6 span, .h6 span {
  color: #e41f13;
}

.is-1 {
  font-size: 45px;
  line-height: 47px;
  text-align: left;
}

.is-2 {
  font-size: 33px;
  line-height: 33px;
  text-align: left;
  margin-bottom: 15px;
}
.is-2.left {
  text-align: left !important;
}

.is-3 {
  font-size: 18px;
  line-height: 22px;
  text-align: left;
  margin-bottom: 15px;
}

.is-4 {
  font-size: 23px;
  line-height: 28px;
}

.q-heading {
  font-size: 33px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  padding-bottom: 14px;
}
.q-heading span {
  display: inline-block;
  font-size: 45px;
  line-height: 43px;
  color: #46B98C;
}

#q2 .q-heading span,
#q4 .q-heading span {
  color: #fff;
}

#home-header {
  padding: 20px 0;
  background-color: #000;
  text-transform: uppercase;
}
#home-header .is-1 {
  font-weight: bold;
  margin: 0;
  color: #fff;
}
#home-header .img {
  padding-top: 7px;
}
#home-header .img img {
  display: block;
  width: calc(100% - 60px);
  margin: auto;
}

#select-country {
  min-width: 180px;
}

#home-footer .is-2 {
  font-family: "TheSans", sans-serif;
  font-size: 28px;
  line-height: 28px;
}

#home-choices {
  margin-top: 10px;
  text-align: center;
}
#home-choices .select {
  margin-left: 5px;
  color: #36393a;
}
#home-choices label {
  font-family: "TheSans", sans-serif;
  font-size: 16px;
  line-height: 32px;
  display: block;
  text-align: center;
}
#home-choices .b {
  padding-bottom: 15px;
}

.big-box-cta {
  background-color: #46B98C;
  padding: 30px;
  text-align: center;
  position: fixed;
  bottom: 0;
}
.big-box-cta .btn {
  width: 121px;
}

#btn-start.btn-outline-light:hover {
  color: #46B98C !important;
}

.page-settings .inner {
  padding: 20px 0 !important;
}

.settings {
  background-color: #EFEFEF;
}
.settings .is-2 {
  margin: 0;
}

.nav-tabs {
  border: 0;
}

.nav.nav-tabs {
  background: rgb(185, 188, 190);
  background: linear-gradient(180deg, rgb(185, 188, 190) 0%, rgb(185, 188, 190) 48%, rgb(156, 159, 160) 100%);
}

.nav-tabs .nav-link {
  color: #fff;
  border: 0;
  border-bottom: solid 5px transparent;
  background-color: transparent;
  white-space: nowrap;
  width: 100%;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  border-bottom: solid 4px #2d7662 !important;
  background-color: #46B98C !important;
  color: #fff;
}

.nav-tabs button.nav-link:focus {
  outline: none !important;
}

ul.tab-settings {
  justify-content: space-between;
}
ul.tab-settings li {
  flex: 1 1 0;
}

.option-row {
  padding: 14px;
}
.option-row.dark {
  background-color: #F5F5F5;
}
.option-row .h {
  font-family: "FS Industrie", sans-serif;
  font-size: 14px;
  color: #46B98C;
}
.option-row .r {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7px;
}
.option-row .hh {
  line-height: 30px;
}

.def-input.mid {
  width: 79px;
}
.def-input.short {
  width: 59px;
}

.settings-table {
  width: 100%;
}
.settings-table thead th {
  font-family: "FS Industrie", sans-serif;
  color: #46B98C;
  padding: 13px 0;
  font-weight: 300;
  font-size: 14px;
}
.settings-table tbody td {
  text-align: center;
  padding: 7px 13px;
  font-size: 14px;
  line-height: 17px;
}
.settings-table tbody td:nth-child(1) {
  text-align: left !important;
  max-width: 105px;
}
.settings-table tbody td.tab-percentage {
  position: relative;
}
.settings-table tbody td.tab-percentage .prc {
  position: absolute;
  left: calc(50% + 32px);
  top: 16px;
}
.settings-table tbody tr:nth-child(odd) td:nth-child(1) {
  background-color: #ECF8F3;
}
.settings-table tbody tr:nth-child(odd) td:nth-child(2) {
  background-color: #DAF1E8;
}
.settings-table tbody tr:nth-child(odd) td:nth-child(3) {
  background-color: #B5E3D1;
}
.settings-table tbody tr:nth-child(even) td:nth-child(1) {
  background-color: #ffffff;
}
.settings-table tbody tr:nth-child(even) td:nth-child(2) {
  background-color: #f4f4f4;
}
.settings-table tbody tr:nth-child(even) td:nth-child(3) {
  background-color: #EBEBEB;
}
.settings-table .tab-settings-timesaving-summary,
.settings-table .tab-settings-costs-summary {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  background-color: #707070 !important;
}
.settings-table.settings-prices .def-input.short {
  width: 83px !important;
}
.settings-table.settings-cost .def-input.short {
  width: 75px !important;
}

#page-results {
  background-color: #46B98C;
}
#page-results .is-2 {
  margin: 0;
  font-size: 25px;
  line-height: 25px;
}
#page-results .is-2 span {
  color: inherit !important;
}
#page-results .inner {
  padding-left: 10px;
  padding-right: 5px;
}
#page-results .table-results-wrapper .is-loading {
  display: none;
}
#page-results .table-results {
  width: calc(100% - 20px);
  margin: auto;
}
#page-results .table-results tr:nth-child(even) {
  background-color: #fff;
}
#page-results small, #page-results .small {
  color: #fff;
}

.alert-dark {
  color: #fff;
  font-size: 17px;
  background-color: #36393a;
  border: 0;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  margin-bottom: 0;
}
.alert-dark .icon {
  display: inline-block;
  padding: 0 3px;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}
.alert-dark .btn-close-custom {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 15px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.298' height='20.298' viewBox='0 0 20.298 20.298'%3E%3Ccircle cx='10' cy='10' r='10' transform='translate(0.298 0.2)' fill='%23707070'/%3E%3Cpath d='M19.948,18.844l-2.571-2.571L19.948,13.7a.78.78,0,1,0-1.1-1.1l-2.571,2.571L13.7,12.6a.78.78,0,1,0-1.1,1.1l2.571,2.571L12.6,18.844a.754.754,0,0,0,0,1.1.775.775,0,0,0,1.1,0l2.571-2.571,2.571,2.571a.783.783,0,0,0,1.1,0A.775.775,0,0,0,19.948,18.844Z' transform='translate(-6.125 -6.123)' fill='%23fff'/%3E%3Cpath d='M13.524,4.741A8.779,8.779,0,1,1,7.313,7.313a8.725,8.725,0,0,1,6.211-2.571m0-1.366A10.149,10.149,0,1,0,23.673,13.524,10.148,10.148,0,0,0,13.524,3.375Z' transform='translate(-3.375 -3.375)' fill='%23fff'/%3E%3C/svg%3E");
  border: 0;
  border-radius: 50%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  appearance: none;
}

.btn-view-results-details {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31'%3E%3Cg fill='%23fff' stroke='%2346B98C' stroke-width='1'%3E%3Ccircle cx='15.5' cy='15.5' r='15.5' stroke='none'/%3E%3Ccircle cx='15.5' cy='15.5' r='15' fill='none'/%3E%3C/g%3E%3Cg transform='translate(6.122 11.043)'%3E%3Cg transform='translate(12.845 0)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Crect width='4.893' height='13.457' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='3.393' height='11.957' fill='none'/%3E%3C/g%3E%3Cg transform='translate(6.423 3.058)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Crect width='4.893' height='10.398' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='3.393' height='8.898' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0 6.117)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Crect width='4.893' height='7.34' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='3.393' height='5.84' fill='none'/%3E%3C/g%3E%3Cg transform='translate(12.845 0)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Crect width='4.893' height='5.505' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='3.393' height='4.005' fill='none'/%3E%3C/g%3E%3Cg transform='translate(6.423 3.058)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Crect width='4.893' height='4.282' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='3.393' height='2.782' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0 6.117)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Crect width='4.893' height='3.67' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='3.393' height='2.17' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cline y1='6.728' x2='16.515' transform='translate(6.428 7.067)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-width='1.5'/%3E%3Cpath d='M1.78,0,3.56,3.56H0Z' transform='matrix(0.454, 0.891, -0.891, 0.454, 23.721, 4.581)' fill='%23707070'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 31px;
  width: 31px;
  height: 31px;
  display: block;
}
.btn-view-results-details:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31'%3E%3Cg fill='%23fff' stroke='%2346B98C' stroke-width='1'%3E%3Ccircle cx='15.5' cy='15.5' r='15.5' stroke='none'/%3E%3Ccircle cx='15.5' cy='15.5' r='15' fill='none'/%3E%3C/g%3E%3Cg transform='translate(6.122 11.043)'%3E%3Cg transform='translate(12.845 0)' fill='none' stroke='%232d7662' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Crect width='4.893' height='13.457' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='3.393' height='11.957' fill='none'/%3E%3C/g%3E%3Cg transform='translate(6.423 3.058)' fill='none' stroke='%232d7662' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Crect width='4.893' height='10.398' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='3.393' height='8.898' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0 6.117)' fill='none' stroke='%232d7662' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Crect width='4.893' height='7.34' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='3.393' height='5.84' fill='none'/%3E%3C/g%3E%3Cg transform='translate(12.845 0)' fill='none' stroke='%232d7662' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Crect width='4.893' height='5.505' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='3.393' height='4.005' fill='none'/%3E%3C/g%3E%3Cg transform='translate(6.423 3.058)' fill='none' stroke='%232d7662' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Crect width='4.893' height='4.282' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='3.393' height='2.782' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0 6.117)' fill='none' stroke='%232d7662' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Crect width='4.893' height='3.67' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='3.393' height='2.17' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cline y1='6.728' x2='16.515' transform='translate(6.428 7.067)' fill='none' stroke='%232d7662' stroke-linecap='round' stroke-width='1.5'/%3E%3Cpath d='M1.78,0,3.56,3.56H0Z' transform='matrix(0.454, 0.891, -0.891, 0.454, 23.721, 4.581)' fill='%232d7662'/%3E%3C/svg%3E");
}

.table-results {
  width: 100%;
}
.table-results tr:nth-child(odd) {
  background-color: #ECF8F3;
}
.table-results tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.table-results tr td.td-result {
  text-align: right;
  padding-right: 10px;
  white-space: nowrap;
}
.table-results tr td .highlight {
  color: #46B98C;
  font-weight: bold;
}
.table-results tr td:nth-child(1) {
  padding-left: 16px;
  padding-right: 10px;
  font-size: 16px;
  color: #46B98C;
}
.table-results tr td:nth-child(2) {
  font-size: 17px;
  letter-spacing: -0.02em;
}
.table-results tr td:nth-child(3) {
  width: 20px;
  padding-right: 16px;
}

small.disclaimer, .disclaimer.small {
  font-size: 12px;
  line-height: 14px;
}

.p-big {
  font-size: 18px;
  line-height: 21px;
}

.results-chart-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px;
}

.chart {
  border: solid 1px #DBDBDB;
  padding: 10px;
  min-height: 50vw;
  margin-left: 5px;
  margin-right: 5px;
}

.result-stripe {
  display: flex;
  justify-content: space-between;
  padding: 7px 20px;
}
.result-stripe .item {
  color: #46B98C;
  font-size: 16px;
  line-height: 18px;
}
.result-stripe .value {
  font-size: 17px;
  line-height: 18px;
}
.result-stripe .value .highlight {
  color: #46B98C;
  font-weight: bold;
}
.result-stripe:nth-child(even) {
  background-color: #F5F5F5;
}
.result-stripe.result-summary {
  background-color: #36393a !important;
}
.result-stripe.result-summary .item, .result-stripe.result-summary .value {
  color: #fff !important;
}
.result-stripe.result-summary .value .highlight {
  color: #fff !important;
}

.btn-results-scroll-to-next-item {
  position: relative;
  display: block;
  color: #36393a;
  text-align: center;
  text-decoration: none;
  padding: 10px 40px 30px;
}
.btn-results-scroll-to-next-item:before, .btn-results-scroll-to-next-item:after {
  top: 16px;
  width: 25px;
  height: 15px;
  position: absolute;
  display: block;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.315' height='13.158' viewBox='0 0 24.315 13.158'%3E%3Cpath d='M3867,1738.2l10.743,10.743,10.744-10.743' transform='translate(-3865.586 -1736.789)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' opacity='0.596'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  margin-left: -12.5px;
}
.btn-results-scroll-to-next-item:before {
  left: calc(50% - 30vw);
}
.btn-results-scroll-to-next-item:after {
  left: calc(50% + 30vw);
}

.btn-results-scroll-to-top {
  display: block;
  color: #36393a;
  text-align: center;
  text-decoration: none;
  padding: 10px 40px 30px;
}
.btn-results-scroll-to-top span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.315' height='13.158' viewBox='0 0 24.315 13.158'%3E%3Cpath d='M3867,1738.2l10.743,10.743,10.744-10.743' transform='translate(-3865.586 -1736.789)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' opacity='0.596'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 25px;
  height: 15px;
  display: inline-block;
}
.btn-results-scroll-to-top span:first-of-type {
  margin-right: 15px;
}
.btn-results-scroll-to-top span:last-of-type {
  margin-left: 15px;
}

.results-slider-buttns {
  text-align: center;
  margin-bottom: 15px;
}
.results-slider-buttns .btn {
  margin-left: 10px;
  margin-right: 10px;
}

.disclaimer-container {
  padding: 15px 20px;
}

.results-slider {
  width: 100%;
  overflow: hidden;
}
.results-slider .item-slide {
  float: left;
  width: 50%;
}
.results-slider .i {
  width: 200%;
  transition: all 0.3s ease 0.1s;
}
@media (prefers-reduced-motion: reduce) {
  .results-slider .i {
    transition: none;
  }
}
.results-slider .i.yearly {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

#profitMonth .inner,
#timeSavedMonth .inner {
  padding-bottom: 0;
}

.chart-wrapper {
  position: relative;
}

.overlay-chart {
  width: 32%;
  position: absolute;
  background-color: #eaeaea;
  padding: 9px;
  text-align: center;
  font-size: 13px;
  line-height: 16px;
}
.overlay-chart strong {
  color: #46B98C;
}
.overlay-chart:after {
  content: "";
  display: block;
  border-radius: 3px;
  background-color: #eaeaea;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  position: absolute;
  bottom: -7px;
  left: 50%;
}
.overlay-chart.ol-breakeven {
  top: 0;
  left: 18%;
}
.overlay-chart.ol-timesaved {
  top: 8%;
  right: 0;
}
.overlay-chart.ol-breakeven::after {
  bottom: -11px;
  left: 50%;
}
.overlay-chart.ol-timesaved::after {
  top: 50%;
  left: 0;
}

.table-results-wrapper {
  position: relative;
}

hr {
  background-color: #aaa;
  margin-bottom: -3px;
  margin-top: -5px;
}

.result-warning {
  display: none;
}
.result-warning.on {
  display: block;
}
.result-warning ul {
  margin: 0;
  padding: 0;
}
.result-warning ul li {
  margin-left: 17px;
}

div[data-chart-item].off {
  display: none;
}

#timeSavedMonth .result-warning, #profitMonth .result-warning {
  margin-left: -15px;
  margin-right: -15px;
}

body.page-pdf-print header, body.page-pdf-print .menu-wrapper {
  height: 90px;
}
body.page-pdf-print main {
  padding-top: 90px;
}
body.page-pdf-print .menu-wrapper .menu {
  background: url(/assets/img/misc/logo-ios-roi-calculator.png) left center no-repeat;
  background-size: 100%;
  width: 192px;
  height: 18px;
}
body.page-pdf-print .menu-wrapper .menu svg {
  display: none;
}
body.page-pdf-print .menu-wrapper .logo {
  background: url(/assets/img/misc/logo-straumann-group.png) left center no-repeat;
  background-size: 100%;
  width: 187px;
  height: 38px;
}
body.page-pdf-print .menu-wrapper .logo svg {
  display: none;
}
body.page-pdf-print .is-1 {
  text-align: left;
  font-size: 30px;
  margin-bottom: 20px;
}
body.page-pdf-print .row {
  margin-bottom: 30px;
}
body.page-pdf-print .row .col-md-6:first-of-type {
  padding-right: 60px;
}
body.page-pdf-print .row .col-md-6:last-of-type {
  padding-left: 60px;
}
body.page-pdf-print .chart {
  min-height: 200px;
}

#pdf-print-container {
  margin: 30px auto 0;
}

.box-print-summary {
  background-color: #F7FCFD;
  border: solid 1px #DBDBDB;
  padding: 20px;
}
.box-print-summary table {
  width: 100%;
  margin-bottom: 20px;
}
.box-print-summary table td {
  border-bottom: solid 1px #ccc;
  padding: 15px 10px;
}
.box-print-summary table td:first-of-type {
  color: #46B98C;
  font-family: "FS Industrie", sans-serif;
}
.box-print-summary table td.td-result {
  text-align: right;
}
.box-print-summary .table-results tr:nth-child(odd) {
  background-color: transparent !important;
}

html, body {
  height: 100%;
  font-family: "TheSans", sans-serif;
  width: 100%;
  color: #36393a;
}

body.noscroll {
  overflow: hidden;
}

.btn {
  font-weight: bold;
}

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

header {
  top: 0;
  width: 100%;
  height: 59px;
  position: fixed;
  z-index: 3;
  background: #fff;
  transition: all 0.3s ease;
  border-bottom: solid 1px #ccc;
}
@media (prefers-reduced-motion: reduce) {
  header {
    transition: none;
  }
}

.home-menu {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='home' class='svg-inline--fa fa-home fa-w-18' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='currentColor' d='M280.37 148.26L96 300.11V464a16 16 0 0 0 16 16l112.06-.29a16 16 0 0 0 15.92-16V368a16 16 0 0 1 16-16h64a16 16 0 0 1 16 16v95.64a16 16 0 0 0 16 16.05L464 480a16 16 0 0 0 16-16V300L295.67 148.26a12.19 12.19 0 0 0-15.3 0zM571.6 251.47L488 182.56V44.05a12 12 0 0 0-12-12h-56a12 12 0 0 0-12 12v72.61L318.47 43a48 48 0 0 0-61 0L4.34 251.47a12 12 0 0 0-1.6 16.9l25.5 31A12 12 0 0 0 45.15 301l235.22-193.74a12.19 12.19 0 0 1 15.3 0L530.9 301a12 12 0 0 0 16.9-1.6l25.5-31a12 12 0 0 0-1.7-16.93z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px;
  padding-left: 0;
  margin-right: 2px;
  line-height: 35px;
  width: 27px;
  height: 27px;
  display: none;
}

html.started .home-menu {
  display: inline-block;
}

.tbar {
  height: 6px;
  background: #161819;
}

.logo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.logo a {
  display: block;
}
.logo svg#logo-strmnn {
  width: 173px;
}
.logo .btn-close-modal-roi {
  margin-left: 10px;
}
.logo .btn-close-modal-roi svg {
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.menu-wrapper {
  height: 53px;
}
.menu-wrapper a {
  text-decoration: none;
  color: #36393a;
}
.menu-wrapper .menu {
  display: flex;
  align-items: center;
}
.menu-wrapper .menu .strmnn-roi-logo {
  -webkit-transform: TranslateY(2px);
  -ms-transform: TranslateY(2px);
  transform: TranslateY(2px);
}
.menu-wrapper .menu .strmnn-roi-logo svg {
  width: 140px;
}
.menu-wrapper .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.menu-wrapper .contact {
  display: inline-block;
  background-color: #46B98C;
  color: #fff;
  font-size: 20px;
  line-height: 27px;
  padding: 4px 15px;
}

#home-footer .is-2 {
  text-align: center;
}

body.standalone .btn-close-modal-roi {
  display: none;
}
body.standalone .btn-back-to-digital-sales-assistant {
  display: none !important;
}

main {
  position: relative;
  transition: all 0.3s ease;
  padding-top: 59px;
}
@media (prefers-reduced-motion: reduce) {
  main {
    transition: none;
  }
}

footer {
  background-color: #36393A;
  padding: 18px;
}
footer .footer-legal a {
  font-size: 14px;
  color: #cdcdce;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  transition: color 0.25s ease;
}
@media (prefers-reduced-motion: reduce) {
  footer .footer-legal a {
    transition: none;
  }
}
footer .footer-legal a:hover {
  color: #fff;
}

.modal-content .btn-close {
  position: absolute;
  right: -60px;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.958' height='20.958' viewBox='0 0 20.958 20.958'%3E%3Cg transform='translate(13659.624 2629.479)'%3E%3Cg transform='translate(-10886.504 11743.277) rotate(45)'%3E%3Cline y2='28.639' transform='translate(-12109.146 -8216.5)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/g%3E%3Cg transform='translate(-28011.422 143.643) rotate(135)'%3E%3Cline y2='28.639' transform='translate(-12109.146 -8216.5)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 20px;
  width: 37px;
  height: 37px;
  opacity: 1;
  transition: all 0.25s ease;
}
@media (prefers-reduced-motion: reduce) {
  .modal-content .btn-close {
    transition: none;
  }
}
.modal-content .btn-close:hover {
  background-color: #222;
}

#modal-video .modal-body {
  padding: 0;
}
#modal-video .modal-content .btn-close {
  background-color: #5D5D5D;
}

.modal-default-content .modal-body {
  padding: 2rem 5rem;
  background-color: #EBEBEB;
}
.modal-default-content .modal-content .btn-close {
  background-color: #46B98C;
}
.modal-default-content .modal-content h2, .modal-default-content .modal-content .h2 {
  text-align: center;
  font-weight: bold;
  font-size: 25px;
  line-height: 43px;
  color: #46B98C;
  text-transform: uppercase;
}
.modal-default-content .modal-content p {
  max-width: 500px;
  text-align: center;
  margin: 0 auto 1rem;
}
.modal-default-content .modal-content .form-control {
  border-radius: 6px;
}
.modal-default-content .modal-content .col-md-12 {
  margin-top: 1rem;
}
.modal-default-content .modal-content .row > * {
  margin-top: 1rem;
}
.modal-default-content .modal-content .buttons {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.modal-default-content .modal-content .buttons button {
  margin-left: 7px;
  margin-right: 7px;
}
.modal-default-content .modal-content #form-sales {
  margin-top: 0;
}

.goto-top {
  position: fixed;
  right: 50px;
  top: 130px;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .goto-top {
    transition: none;
  }
}
.goto-top.active {
  z-index: 1;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  pointer-events: auto;
}

.blue {
  color: #46B98C;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.float-right {
  float: right;
}

#too-small-resolution {
  display: none;
}

.btn-outline-primary:hover {
  color: #fff;
}

#alert-empty-wishlist {
  margin-top: 10px;
  margin-bottom: 0.5rem;
}

#CookiebotWidget {
  display: none;
}

.page {
  display: none;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 59px;
  width: 100vw;
  height: calc(100vh - 59px);
  overflow: auto;
}
.page .inner {
  padding: 20px 0;
}
.page.loaded {
  display: block;
}
.page.active {
  opacity: 1;
  pointer-events: auto;
}
.page.with-buttons {
  height: calc(100vh - 166px);
}

.def-box {
  padding: 20px;
}

.callapse-box {
  background-color: #F2F2F2;
  margin: 0 10px;
  padding: 10px;
  position: relative;
  transition: all 0.25s ease;
  overflow: hidden;
  height: 53px;
  border: solid 1px #DBDBDB;
  margin-bottom: 15px;
}
@media (prefers-reduced-motion: reduce) {
  .callapse-box {
    transition: none;
  }
}
.callapse-box:last-of-type {
  margin-bottom: 0;
}
.callapse-box .close-panel {
  position: absolute;
  top: 14px;
  right: 18px;
  width: 30px;
  height: 30px;
  z-index: 1;
  transition: all 0.25s ease;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.315' height='13.158' viewBox='0 0 24.315 13.158'%3E%3Cpath d='M3867,1738.2l10.743,10.743,10.744-10.743' transform='translate(-3865.586 -1736.789)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' opacity='0.596'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: center center;
  pointer-events: none;
}
@media (prefers-reduced-motion: reduce) {
  .callapse-box .close-panel {
    transition: none;
  }
}
.callapse-box.opened {
  height: 155px;
}
.callapse-box.opened .close-panel {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.callapse-box.opened .h {
  border-color: #B6B7B7;
}
.callapse-box .h {
  font-size: 16px;
  line-height: 18px;
  padding: 10px 10px 15px 62px;
  background-repeat: no-repeat;
  background-position: 15px top;
  margin-bottom: 10px;
  border-bottom: solid 1px transparent;
  cursor: pointer;
}
.callapse-box .h.cab {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.636' height='34.136' viewBox='0 0 25.636 34.136'%3E%3Cg transform='translate(-1690.833 -735.432)'%3E%3Cpath d='M1709.225,851.082c2.1,0,2.695,4.508,2.887,6.523s.288,4.7,3.069,4.7,2.4-5.659,2.974-9.3a39.255,39.255,0,0,1,2.206-7.578H1698.09A39.25,39.25,0,0,1,1700.3,853c.576,3.645.192,9.3,2.974,9.3s2.877-2.686,3.069-4.7S1707.124,851.082,1709.225,851.082Z' transform='translate(-5.575 -93.486)' fill='none' stroke='%239a9c9c' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath d='M1743.55,816.965l-1.055-3.365a2.038,2.038,0,0,0-1.972-1.431h-6.816a2.038,2.038,0,0,0-1.972,1.431l-1.055,3.365' transform='translate(-33.464 -65.028)' fill='none' stroke='%239a9c9c' stroke-miterlimit='10' stroke-width='1.5'/%3E%3Cpath d='M1703.651,742.173h3.408c1.385,0,1.876.436,2.629,1.683a2.083,2.083,0,0,0,1.837,1.151h3.645c.767-3.453,1.535-8.825-3.549-8.825s-5.563,2.206-7.97,2.206-2.886-2.206-7.97-2.206-4.316,5.372-3.549,8.825h3.645a2.083,2.083,0,0,0,1.837-1.151c.753-1.247,1.245-1.683,2.63-1.683Z' fill='none' stroke='%239a9c9c' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");
}
.callapse-box .h.aligners {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.36' height='31.988' viewBox='0 0 41.36 31.988'%3E%3Cpath d='M2661.26,738.379a3.981,3.981,0,0,1-3.964-3.694c-.04-.548-.891-13.51,6.286-21.228a19.335,19.335,0,0,1,27.147,0c7.178,7.718,6.326,20.68,6.286,21.228a3.977,3.977,0,0,1-7.934-.568c.19-2.794-.194-10.981-4.192-15.26a11.435,11.435,0,0,0-15.467,0c-4,4.28-4.382,12.467-4.192,15.261a3.974,3.974,0,0,1-3.679,4.25Q2661.405,738.379,2661.26,738.379Z' transform='translate(-2656.477 -707.141)' fill='none' stroke='%239a9c9c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/svg%3E");
  background-position: 7px top;
}
.callapse-box .h.ibr {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.031' height='34.136' viewBox='0 0 14.031 34.136'%3E%3Cg transform='translate(0.75 0.75)'%3E%3Crect width='12.531' height='5.475' transform='translate(0 11.209)' fill='none' stroke='%239a9c9c' stroke-linejoin='bevel' stroke-width='1.5'/%3E%3Cpath d='M187.641,366.605l2.785-9.71h6.64l3.106,9.71Z' transform='translate(-187.641 -356.895)' fill='none' stroke='%239a9c9c' stroke-linejoin='bevel' stroke-width='1.5'/%3E%3Cpath d='M200.172,439.051l-2.785,9.684h-6.64l-3.106-9.684Z' transform='translate(-187.641 -420.842)' fill='none' stroke='%239a9c9c' stroke-linejoin='bevel' stroke-width='1.5'/%3E%3Cpath d='M0,0H6.9' transform='translate(2.98 29.496)' fill='none' stroke='%239a9c9c' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline x2='6.905' transform='translate(2.98 31.066)' fill='none' stroke='%239a9c9c' stroke-linecap='round' stroke-linejoin='bevel' stroke-width='1.5'/%3E%3Cline x2='6.905' transform='translate(2.98 32.636)' fill='none' stroke='%239a9c9c' stroke-linecap='round' stroke-linejoin='bevel' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 20px top;
}
.callapse-box .h.partials {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43.942' height='34.617' viewBox='0 0 43.942 34.617'%3E%3Cg transform='translate(-564.239 -814.947)'%3E%3Cg transform='translate(565 816)'%3E%3Crect width='6.955' height='9.363' rx='3.478' transform='translate(14.255 5.35)' fill='none' stroke='%239a9c9c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Crect width='6.955' height='9.363' rx='3.478' transform='translate(21.211 5.35)' fill='none' stroke='%239a9c9c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Crect width='6.305' height='8.488' rx='3.153' transform='translate(28.166 6.225)' fill='none' stroke='%239a9c9c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Crect width='6.305' height='8.488' rx='3.153' transform='translate(7.95 6.225)' fill='none' stroke='%239a9c9c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Crect width='6.305' height='8.488' rx='3.153' transform='translate(1.644 6.225)' fill='none' stroke='%239a9c9c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Crect width='6.305' height='8.488' rx='3.153' transform='translate(34.471 6.225)' fill='none' stroke='%239a9c9c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Crect width='6.955' height='9.363' rx='3.478' transform='translate(14.255 19.863)' fill='none' stroke='%239a9c9c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Crect width='6.955' height='9.363' rx='3.478' transform='translate(21.211 19.863)' fill='none' stroke='%239a9c9c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Crect width='6.305' height='7.869' rx='3.153' transform='translate(28.166 20.059)' fill='none' stroke='%239a9c9c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Crect width='6.305' height='7.869' rx='3.153' transform='translate(7.95 20.059)' fill='none' stroke='%239a9c9c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Crect width='6.305' height='7.869' rx='3.153' transform='translate(1.644 20.059)' fill='none' stroke='%239a9c9c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Crect width='6.305' height='7.869' rx='3.153' transform='translate(34.471 20.059)' fill='none' stroke='%239a9c9c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath d='M2734.839,128.4s-3.546-5.618-.6-9.363' transform='translate(-2733.068 -119.033)' fill='none' stroke='%239a9c9c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath d='M3173.289,128.4s3.545-5.618.6-9.363' transform='translate(-3132.639 -119.033)' fill='none' stroke='%239a9c9c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath d='M3147.6,341.684s.469,6.385-3.276,7.456' transform='translate(-3106.948 -316.503)' fill='none' stroke='%239a9c9c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath d='M2748.745,341.684s-.469,6.385,3.276,7.456' transform='translate(-2746.956 -316.503)' fill='none' stroke='%239a9c9c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: 5px top;
}
.callapse-box .h.nightguards {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='41.36' height='32.008' viewBox='0 0 41.36 32.008'%3E%3Cg transform='translate(5542.008 -4991.634)'%3E%3Cpath d='M2661.26,738.379a3.981,3.981,0,0,1-3.964-3.694c-.04-.548-.891-13.51,6.286-21.228a19.335,19.335,0,0,1,27.147,0c7.178,7.718,6.326,20.68,6.286,21.228a3.977,3.977,0,0,1-7.934-.568c.19-2.794-.194-10.981-4.192-15.26a11.435,11.435,0,0,0-15.467,0c-4,4.28-4.382,12.467-4.192,15.261a3.974,3.974,0,0,1-3.679,4.25Q2661.405,738.379,2661.26,738.379Z' transform='translate(-8198.484 4284.493)' fill='none' stroke='%239a9c9c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath d='M5.973,7.263A4.991,4.991,0,0,1,8.407.648a6.4,6.4,0,1,0,4.174,9.067A4.991,4.991,0,0,1,5.973,7.263Z' transform='translate(-5527.845 5009.613)' fill='none' stroke='%239a9c9c' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");
  background-position: 5px top;
}
.callapse-box .b {
  display: flex;
  justify-content: space-between;
}
.callapse-box .b* {
  text-align: center;
}
.callapse-box .b .hh {
  font-size: 13px;
  text-align: center;
  line-height: 15px;
  margin-bottom: 7px;
}
.callapse-box .b .btns {
  display: flex;
  margin-top: 1px;
}
.callapse-box .b .btns button.q-btns {
  background: #fff;
  border: solid 1px #46B98C;
  font-size: 28px;
  width: 31px;
  height: 31px;
  line-height: 20px;
  color: #B6B6B6;
  display: block;
  cursor: pointer;
  padding: 0 7px;
  text-align: center;
  border-radius: 50%;
}
.callapse-box .b .btns button.q-btns:focus {
  outline: none !important;
}
.callapse-box .b .btns button.q-btns span {
  display: block;
  line-height: 14px;
  overflow: hidden;
  height: 17px;
}
.callapse-box .b .btns .q-btns-value {
  color: #46B98C;
  font-family: "FS Industrie", sans-serif;
  font-size: 16px;
  line-height: 25px;
  border: 0;
  background: none;
  text-align: center;
  width: 42px;
}
.callapse-box .b .pf .def-input {
  max-width: 102px;
}
.callapse-box .b .ms-w {
  text-align: center;
  margin-top: 1px;
  width: 68px;
}
.callapse-box .b .ms-w a {
  display: block;
  width: 27px;
  margin: auto;
}
.callapse-box .da-label {
  font-family: "FS Industrie", sans-serif;
  font-size: 14px;
  line-height: 32px;
  color: #46B98C;
  align-self: flex-end;
  width: 100px;
}
.callapse-box.box-dentist-assistant {
  height: auto;
}
.callapse-box.box-dentist-assistant .b:first-of-type {
  border-bottom: solid 1px #B6B7B7;
  padding-bottom: 13px;
}
.callapse-box.box-dentist-assistant .b:last-of-type {
  padding-top: 13px;
}

.def-input {
  background: #fff;
  border: solid 1px #707070;
  border-radius: 0;
  color: #B6B6B6;
  height: 32px;
  text-align: right;
  padding: 0 7px;
}
.def-input:read-only {
  opacity: 0.4;
  cursor: not-allowed;
}
.def-input:focus, .def-input:active {
  border-color: #46B98C !important;
}

.bottom-buttons {
  display: flex;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 108px;
  text-align: center;
  padding-top: 9px;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
.bottom-buttons a {
  display: block;
  background-color: #46B98C;
  font-size: 15px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  width: 90px;
  height: 90px;
  padding: 10px;
  text-decoration: none;
  margin: 0 10px;
  background-repeat: no-repeat;
  background-position: center calc(100% - 10px);
}
.bottom-buttons a.btn-outline-light:hover {
  background-color: #2d7662;
}
.bottom-buttons a#btn-calculate {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.23' height='30.796' viewBox='0 0 28.23 30.796'%3E%3Cpath d='M7.706,23.1h3.849V19.252H7.706Zm1.283-2.566h1.283v1.283H8.989ZM12.838,23.1h3.849V19.252H12.838Zm1.283-2.566H15.4v1.283H14.121Zm-1.283,7.7h3.849V24.384H12.838Zm1.283-2.566H15.4v1.283H14.121ZM7.706,28.234h3.849V24.384H7.706Zm1.283-2.566h1.283v1.283H8.989ZM17.971,23.1H21.82V19.252H17.971Zm1.283-2.566h1.283v1.283H19.254ZM15.4,15.4h1.283V14.119H15.4Zm-2.566,0h1.283V14.119H12.838ZM7.706,17.969H28.236V6.42H7.706ZM8.989,7.7H26.953v8.982H8.989ZM28.236,2.571H7.706A3.849,3.849,0,0,0,3.856,6.42v23.1a3.849,3.849,0,0,0,3.849,3.849H28.236a3.849,3.849,0,0,0,3.849-3.849V6.42a3.849,3.849,0,0,0-3.849-3.849Zm2.283,27.946A1.282,1.282,0,0,1,29.236,31.8H6.706a1.282,1.282,0,0,1-1.283-1.283V5.42A1.282,1.282,0,0,1,6.706,4.137H29.236A1.282,1.282,0,0,1,30.519,5.42v25.1ZM17.971,28.234H21.82V24.384H17.971Zm1.283-2.566h1.283v1.283H19.254ZM23.1,28.234h5.133V19.252H23.1v8.982Zm1.283-7.7h2.566v6.416H24.387V20.535ZM10.272,15.4h1.283V14.119H10.272Z' transform='translate(-3.856 -2.571)' fill='%23fff'/%3E%3C/svg%3E");
}
.bottom-buttons a.btn-reset-to-default {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='35.458' height='30.764' viewBox='0 0 35.458 30.764'%3E%3Cg transform='translate(1.401 0.408)'%3E%3Cpath d='M72.987,54.946l-1.549-.894a7.032,7.032,0,0,0,0-3.289l1.549-.894a.5.5,0,0,0,.181-.676l-1.507-2.611a.5.5,0,0,0-.676-.181l-1.55.9a7.037,7.037,0,0,0-2.847-1.646V43.862a.5.5,0,0,0-.495-.495H63.078a.5.5,0,0,0-.495.495V45.65A7.037,7.037,0,0,0,59.737,47.3l-1.55-.9a.5.5,0,0,0-.676.181L56,49.192a.5.5,0,0,0,.181.676l1.549.894a7.036,7.036,0,0,0,0,3.289l-1.549.894a.5.5,0,0,0-.181.676l1.507,2.611a.5.5,0,0,0,.676.181l1.55-.9a7.038,7.038,0,0,0,2.847,1.646v1.788a.5.5,0,0,0,.495.495h3.015a.5.5,0,0,0,.495-.495V59.164a7.037,7.037,0,0,0,2.847-1.646l1.55.9a.5.5,0,0,0,.676-.181l1.507-2.611A.5.5,0,0,0,72.987,54.946Z' transform='translate(-48.283 -37.433)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1.5'/%3E%3Ccircle cx='2.845' cy='2.845' r='2.845' transform='translate(13.458 12.13)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1.5'/%3E%3Cpath d='M31.681,8.712a14.633,14.633,0,0,1,26.6,8.42,14.763,14.763,0,0,1-.144,2.057' transform='translate(-27.346 -2.158)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.5'/%3E%3Cpath d='M38.8,104.419A14.637,14.637,0,0,1,12.365,93.846' transform='translate(-10.54 -81.005)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.5'/%3E%3Cpath d='M3.524,80.951,0,86.122l6.241.466Z' transform='translate(-1.4 -71.139)' fill='%23fff'/%3E%3Cpath d='M216.224,121.286l3.527-5.174-6.244-.467Z' transform='translate(-185.694 -101.087)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
}
.bottom-buttons a.btn-save-value {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.069' height='29.069' viewBox='0 0 29.069 29.069'%3E%3Cg transform='translate(-3.75 -3.75)'%3E%3Cpath d='M29.006,32.069H7.563A3.063,3.063,0,0,1,4.5,29.006V7.563A3.063,3.063,0,0,1,7.563,4.5H24.411l7.658,7.658V29.006A3.063,3.063,0,0,1,29.006,32.069Z' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath d='M25.816,31.753V19.5H10.5V31.753' transform='translate(0.126 0.316)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath d='M10.5,4.5v7.658H22.753' transform='translate(0.126)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");
}
.bottom-buttons a.btn-backto-calculator {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32.388' height='30.099' viewBox='0 0 32.388 30.099'%3E%3Cg transform='translate(-28.431 -47.939)'%3E%3Cg transform='translate(24.681 26.5)'%3E%3Cpath d='M18.489,50.478,4.5,36.489,18.489,22.5' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3Cpath d='M6.263,15.406H8.669V13H6.263Zm.8-1.6h.8v.8h-.8Zm2.407,1.6h2.407V13H9.472Zm.8-1.6h.8v.8h-.8Zm-.8,4.813h2.407V16.209H9.472Zm.8-1.6h.8v.8h-.8Zm-4.011,1.6H8.669V16.209H6.263Zm.8-1.6h.8v.8h-.8Zm5.616-1.6h2.407V13H12.681Zm.8-1.6h.8v.8h-.8Zm-2.407-3.209h.8v-.8h-.8Zm-1.6,0h.8v-.8h-.8ZM6.263,12.2H19.1V4.977H6.263Zm.8-6.418H18.3V11.4H7.065ZM19.1,2.571H6.263A2.407,2.407,0,0,0,3.856,4.977v14.44a2.407,2.407,0,0,0,2.407,2.407H19.1a2.407,2.407,0,0,0,2.407-2.407V4.977A2.407,2.407,0,0,0,19.1,2.571Zm1.427,17.472a.8.8,0,0,1-.8.8H5.638a.8.8,0,0,1-.8-.8V4.352a.8.8,0,0,1,.8-.8H19.724a.8.8,0,0,1,.8.8V20.043Zm-7.845-1.427h2.407V16.209H12.681Zm.8-1.6h.8v.8h-.8Zm2.407,1.6H19.1V13H15.89v5.616Zm.8-4.813h1.6v4.011h-1.6V13.8ZM7.867,10.593h.8v-.8h-.8Z' transform='translate(39.314 50.791)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
}
.bottom-buttons a.btn-results-calculate-again {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.197' height='33.624' viewBox='0 0 27.197 33.624'%3E%3Cg transform='translate(-3.5 -0.086)'%3E%3Cpath d='M25.5,1.5l5.6,5.6-5.6,5.6' transform='translate(-1.403 0)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M4.5,15.9V13.1a5.6,5.6,0,0,1,5.6-5.6H29.7' transform='translate(0 -0.401)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M10.1,33.7,4.5,28.1l5.6-5.6' transform='translate(0 -1.403)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M29.7,19.5v2.8a5.6,5.6,0,0,1-5.6,5.6H4.5' transform='translate(0 -1.202)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}
.bottom-buttons a.btn-contact-sales {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='37' height='37' viewBox='0 0 37 37'%3E%3Crect width='37' height='37' fill='none'/%3E%3Cg transform='translate(-45.623 -693.28)'%3E%3Cg transform='translate(50.975 698.302)'%3E%3Cpath d='M406.182,249.99s3,17.7,21.927,21.621l2.205-4.349a2.261,2.261,0,0,0-1.164-2.083c-1.348-.919-3.307-1.96-3.307-1.96a1.762,1.762,0,0,0-1.96.306c-.8.857-1.347,1.592-2.634,1.041a21.874,21.874,0,0,1-7.9-7.9,1.731,1.731,0,0,1,.184-1.955c.8-.924,1.593-1.536,1.041-3.067s-2.328-4.042-3.246-3.981S409.122,248.03,406.182,249.99Z' transform='translate(-406.182 -245.518)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1.5'/%3E%3Cpath d='M476.847,237.314s10.474-.367,11.7,11.821' transform='translate(-462.208 -237.313)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1.5'/%3E%3Cpath d='M476.847,253.876s7.647-.072,8.33,8.391' transform='translate(-462.208 -250.445)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1.5'/%3E%3Cpath d='M476.847,268.956a5.361,5.361,0,0,1,4.9,5.267' transform='translate(-462.208 -262.401)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.bottom-buttons a.btn-results-view-details {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32.283' height='32.978' viewBox='0 0 32.283 32.978'%3E%3Cg transform='translate(-239.529 -113.708)'%3E%3Cg transform='translate(240 124.407)'%3E%3Cg transform='translate(21.266 0)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Crect width='8.101' height='22.278' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='6.601' height='20.778' fill='none'/%3E%3C/g%3E%3Cg transform='translate(10.633 5.063)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Crect width='8.101' height='17.215' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='6.601' height='15.715' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0 10.127)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Crect width='8.101' height='12.152' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='6.601' height='10.652' fill='none'/%3E%3C/g%3E%3Cg transform='translate(21.266 0)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Crect width='8.101' height='9.114' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='6.601' height='7.614' fill='none'/%3E%3C/g%3E%3Cg transform='translate(10.633 5.063)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Crect width='8.101' height='7.089' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='6.601' height='5.589' fill='none'/%3E%3C/g%3E%3Cg transform='translate(0 10.127)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'%3E%3Crect width='8.101' height='6.076' stroke='none'/%3E%3Crect x='0.75' y='0.75' width='6.601' height='4.576' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cline y1='11.139' x2='27.342' transform='translate(240.506 117.824)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1.5'/%3E%3Cpath d='M2.947,0,5.894,5.894H0Z' transform='matrix(0.454, 0.891, -0.891, 0.454, 269.136, 113.708)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
}
.bottom-buttons a.btn-results-export-pdf {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.293' height='29.977' viewBox='0 0 25.293 29.977'%3E%3Cg transform='translate(-384.844 -565)'%3E%3Cpath d='M24.172,32.335A13.878,13.878,0,0,0,25.7,33.356a18.1,18.1,0,0,1,2.134-.128q2.681,0,3.228.894a.881.881,0,0,1,.036.948.053.053,0,0,1-.018.036l-.037.036v.018q-.109.693-1.295.693a7.524,7.524,0,0,1-2.1-.365,13.3,13.3,0,0,1-2.371-.967,32.842,32.842,0,0,0-7.149,1.514q-2.79,4.778-4.414,4.778a1.061,1.061,0,0,1-.511-.128l-.438-.219q-.018-.018-.109-.091a.754.754,0,0,1-.109-.657,3.961,3.961,0,0,1,1.021-1.669,8.814,8.814,0,0,1,2.408-1.76.266.266,0,0,1,.419.109.105.105,0,0,1,.036.073q.948-1.55,1.952-3.593a27.836,27.836,0,0,0,1.9-4.778,14.743,14.743,0,0,1-.556-2.909,7.091,7.091,0,0,1,.119-2.325q.2-.73.766-.73h.4a.769.769,0,0,1,.638.274,1.457,1.457,0,0,1,.164,1.24.4.4,0,0,1-.073.146.475.475,0,0,1,.018.146v.547a23.883,23.883,0,0,1-.255,3.5,9.227,9.227,0,0,0,2.663,4.341Zm-10.505,7.5a8.053,8.053,0,0,0,2.5-2.882,10.4,10.4,0,0,0-1.6,1.532A6.062,6.062,0,0,0,13.667,39.831Zm7.259-16.779a5.423,5.423,0,0,0-.037,2.407q.018-.128.128-.8,0-.055.128-.784a.41.41,0,0,1,.073-.146.053.053,0,0,1-.018-.036.037.037,0,0,0-.009-.027.037.037,0,0,1-.009-.027,1.05,1.05,0,0,0-.237-.657.053.053,0,0,1-.018.036v.036ZM18.664,35.107a26.751,26.751,0,0,1,5.18-1.477,2.751,2.751,0,0,1-.237-.173,3.267,3.267,0,0,1-.292-.246A9.661,9.661,0,0,1,21,30a24.371,24.371,0,0,1-1.514,3.593q-.547,1.021-.821,1.514Zm11.782-.292q-.438-.438-2.553-.438a6.9,6.9,0,0,0,2.262.511,1.769,1.769,0,0,0,.328-.018q0-.018-.036-.055Z' transform='translate(375.613 549.939)' fill='%23fff'/%3E%3Cg transform='translate(384.844 565)' fill='none' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M0,0H18.136l7.158,6.748V29.977H0Z' stroke='none'/%3E%3Cpath d='M 1.499998092651367 1.499996185302734 L 1.499998092651367 28.47749519348145 L 23.79349708557129 28.47749519348145 L 23.79349708557129 7.395803451538086 L 17.54016494750977 1.499996185302734 L 1.499998092651367 1.499996185302734 M -1.9073486328125e-06 -3.814697265625e-06 L 18.13578796386719 -3.814697265625e-06 L 25.29349708557129 6.748476028442383 L 25.29349708557129 29.97749519348145 L -1.9073486328125e-06 29.97749519348145 L -1.9073486328125e-06 -3.814697265625e-06 Z' stroke='none' fill='%23fff'/%3E%3C/g%3E%3Cpath d='M214.43-468.2v5.906h6.126' transform='translate(188.414 1034.371)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");
}
.bottom-buttons a.btn-results-back {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='45.738' height='33.997' viewBox='0 0 45.738 33.997'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='34.169' height='33.997' transform='translate(-3 -3)' fill='none' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-21.756 -45.5)'%3E%3Cg transform='translate(18.006 26.5)'%3E%3Cpath d='M18.489,50.478,4.5,36.489,18.489,22.5' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(36.325 48.5)'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M26.365,39.468h3.819a1.268,1.268,0,0,1,1.268,1.268V57.672a1.268,1.268,0,0,1-1.268,1.267H4.267A1.268,1.268,0,0,1,3,57.672V40.736a1.268,1.268,0,0,1,1.267-1.268H8.3' transform='translate(-2.642 -34.752)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='1'/%3E%3Cline x2='27.922' transform='translate(0.623 21.221)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='1'/%3E%3Cline x2='12.186' transform='translate(8.571 28.638)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='1'/%3E%3Cline x1='1.96' y2='4.372' transform='translate(10.333 24.267)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='1'/%3E%3Cline x2='1.96' y2='4.372' transform='translate(17.012 24.267)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='1'/%3E%3Crect width='17.69' height='20.862' transform='translate(5.739 0.358)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath d='M0,0H13.231V2.43H0Z' transform='translate(7.969 2.027)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3Cline x2='5.264' transform='translate(7.969 16.73)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cline x2='5.264' transform='translate(15.936 16.73)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cline x2='5.264' transform='translate(7.969 18.638)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cline x2='5.264' transform='translate(15.936 18.638)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.bottom-buttons a.btn-back-to-digital-sales-assistant {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='45.738' height='33.997' viewBox='0 0 45.738 33.997'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='34.169' height='33.997' transform='translate(-3 -3)' fill='none' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-21.756 -45.5)'%3E%3Cg transform='translate(18.006 26.5)'%3E%3Cpath d='M18.489,50.478,4.5,36.489,18.489,22.5' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3C/g%3E%3Cg transform='translate(36.325 48.5)'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath d='M26.365,39.468h3.819a1.268,1.268,0,0,1,1.268,1.268V57.672a1.268,1.268,0,0,1-1.268,1.267H4.267A1.268,1.268,0,0,1,3,57.672V40.736a1.268,1.268,0,0,1,1.267-1.268H8.3' transform='translate(-2.642 -34.752)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='1'/%3E%3Cline x2='27.922' transform='translate(0.623 21.221)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='1'/%3E%3Cline x2='12.186' transform='translate(8.571 28.638)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='1'/%3E%3Cline x1='1.96' y2='4.372' transform='translate(10.333 24.267)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='1'/%3E%3Cline x2='1.96' y2='4.372' transform='translate(17.012 24.267)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='1'/%3E%3Crect width='17.69' height='20.862' transform='translate(5.739 0.358)' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='1'/%3E%3Cpath d='M0,0H13.231V2.43H0Z' transform='translate(7.969 2.027)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3Cline x2='5.264' transform='translate(7.969 16.73)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cline x2='5.264' transform='translate(15.936 16.73)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cline x2='5.264' transform='translate(7.969 18.638)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3Cline x2='5.264' transform='translate(15.936 18.638)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  display: block;
}
.bottom-buttons .btn.is-loading:hover {
  background-color: #46B98C !important;
}

.is-loading {
  position: relative;
  color: transparent;
  background-image: none !important;
}
.is-loading:active {
  color: transparent;
}
.is-loading:hover {
  background-color: inherit !important;
  color: transparent !important;
}

.is-loading:after {
  -webkit-animation: spinAround 0.5s infinite linear;
  animation: spinAround 0.5s infinite linear;
  border: 2px solid #fff;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  width: 1em;
  left: calc(50% - 0.5em);
  top: calc(50% - 0.5em);
  position: absolute !important;
}

.btn.btn-primary.is-loading {
  border-color: transparent transparent #fff #fff !important;
}

@-webkit-keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.btn-outline-light:active {
  background-color: transparent;
  color: #fff;
}

.box-scanner-choice {
  text-align: center;
  margin-bottom: 25px;
}
.box-scanner-choice label {
  font-size: 16px;
  line-height: 32px;
  display: block;
}

.scanner-price-options {
  display: inline-block;
  margin-left: 10px;
  width: 31px;
  height: 31px;
}
.scanner-price-options a {
  display: block;
  width: 31px;
  height: 31px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31'%3E%3Cg id='Raggruppa_3063' data-name='Raggruppa 3063' transform='translate(6299 -3454)'%3E%3Cg id='Raggruppa_3062' data-name='Raggruppa 3062'%3E%3Cg id='Raggruppa_3061' data-name='Raggruppa 3061' transform='translate(-6953 3078)'%3E%3Cg id='Ellisse_317' data-name='Ellisse 317' transform='translate(654 376)' fill='%23fff' stroke='%2346B98C' stroke-width='1'%3E%3Ccircle cx='15.5' cy='15.5' r='15.5' stroke='none'/%3E%3Ccircle cx='15.5' cy='15.5' r='15' fill='none'/%3E%3C/g%3E%3Crect id='Rettangolo_1290' data-name='Rettangolo 1290' width='15.622' height='3.743' transform='translate(669.529 399.269) rotate(-51)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath id='Tracciato_2561' data-name='Tracciato 2561' d='M1.6,32.181l.7,4.378L5.2,33.2' transform='matrix(0.921, 0.391, -0.391, 0.921, 680.636, 369.034)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cline id='Linea_684' data-name='Linea 684' x2='3.601' y2='1.022' transform='matrix(0.921, 0.391, -0.391, 0.921, 678.011, 388.765)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath id='Tracciato_2562' data-name='Tracciato 2562' d='M5.954,8.752a1.579,1.579,0,0,0,.137.687,1.259,1.259,0,0,0,.383.467,1.624,1.624,0,0,0,.565.264,2.706,2.706,0,0,0,.692.084,2.229,2.229,0,0,0,.687-.093A1.394,1.394,0,0,0,8.88,9.92a.874.874,0,0,0,.255-.338,1.022,1.022,0,0,0,.078-.388A.836.836,0,0,0,9.032,8.6a1.03,1.03,0,0,0-.4-.27,8.031,8.031,0,0,0-.869-.26q-.495-.123-1.222-.32a2.6,2.6,0,0,1-.751-.309,1.779,1.779,0,0,1-.476-.427,1.492,1.492,0,0,1-.25-.5,1.966,1.966,0,0,1-.074-.54,1.829,1.829,0,0,1,.221-.918A1.963,1.963,0,0,1,5.8,4.413a2.535,2.535,0,0,1,.824-.378,3.612,3.612,0,0,1,.933-.123,3.663,3.663,0,0,1,1.036.142,2.566,2.566,0,0,1,.854.427,2.027,2.027,0,0,1,.8,1.669H9.017a1.186,1.186,0,0,0-.461-.957,1.829,1.829,0,0,0-1.051-.28,2.34,2.34,0,0,0-.442.044,1.412,1.412,0,0,0-.412.148.908.908,0,0,0-.309.279.758.758,0,0,0-.123.442.75.75,0,0,0,.231.584,1.479,1.479,0,0,0,.6.319l.309.084.6.162.653.172c.212.055.364.1.456.122a2.055,2.055,0,0,1,.6.3,1.9,1.9,0,0,1,.427.427,1.782,1.782,0,0,1,.255.515,1.879,1.879,0,0,1,.084.55,1.981,1.981,0,0,1-.241,1.007,2.049,2.049,0,0,1-.633.682,2.776,2.776,0,0,1-.894.388,4.307,4.307,0,0,1-1.02.122,4.215,4.215,0,0,1-1.13-.147,2.647,2.647,0,0,1-.922-.451,2.206,2.206,0,0,1-.629-.781,2.59,2.59,0,0,1-.245-1.124Z' transform='translate(659.739 381.616)' fill='%23707070'/%3E%3Cline id='Linea_685' data-name='Linea 685' y1='0.613' transform='translate(667.293 384.915)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.5'/%3E%3Cline id='Linea_686' data-name='Linea 686' y1='0.613' transform='translate(667.293 392.871)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.5'/%3E%3Cpath id='Tracciato_2563' data-name='Tracciato 2563' d='M14.567,7.583A6.984,6.984,0,1,1,7.584.6,6.983,6.983,0,0,1,14.567,7.583Z' transform='translate(659.739 381.616)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 31px;
}
.scanner-price-options a:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31'%3E%3Cg id='Raggruppa_3064' data-name='Raggruppa 3064' transform='translate(6299 -3454)'%3E%3Cg id='Raggruppa_3062' data-name='Raggruppa 3062'%3E%3Cg id='Raggruppa_3061' data-name='Raggruppa 3061' transform='translate(-6953 3078)'%3E%3Cg id='Ellisse_317' data-name='Ellisse 317' transform='translate(654 376)' fill='%23fff' stroke='%2346B98C' stroke-width='1'%3E%3Ccircle cx='15.5' cy='15.5' r='15.5' stroke='none'/%3E%3Ccircle cx='15.5' cy='15.5' r='15' fill='none'/%3E%3C/g%3E%3Crect id='Rettangolo_1290' data-name='Rettangolo 1290' width='15.622' height='3.743' transform='translate(669.529 399.269) rotate(-51)' fill='none' stroke='%232d7662' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath id='Tracciato_2561' data-name='Tracciato 2561' d='M1.6,32.181l.7,4.378L5.2,33.2' transform='matrix(0.921, 0.391, -0.391, 0.921, 680.636, 369.034)' fill='none' stroke='%232d7662' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cline id='Linea_684' data-name='Linea 684' x2='3.601' y2='1.022' transform='matrix(0.921, 0.391, -0.391, 0.921, 678.011, 388.765)' fill='none' stroke='%232d7662' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3E%3Cpath id='Tracciato_2562' data-name='Tracciato 2562' d='M5.954,8.752a1.579,1.579,0,0,0,.137.687,1.259,1.259,0,0,0,.383.467,1.624,1.624,0,0,0,.565.264,2.706,2.706,0,0,0,.692.084,2.229,2.229,0,0,0,.687-.093A1.394,1.394,0,0,0,8.88,9.92a.874.874,0,0,0,.255-.338,1.022,1.022,0,0,0,.078-.388A.836.836,0,0,0,9.032,8.6a1.03,1.03,0,0,0-.4-.27,8.031,8.031,0,0,0-.869-.26q-.495-.123-1.222-.32a2.6,2.6,0,0,1-.751-.309,1.779,1.779,0,0,1-.476-.427,1.492,1.492,0,0,1-.25-.5,1.966,1.966,0,0,1-.074-.54,1.829,1.829,0,0,1,.221-.918A1.963,1.963,0,0,1,5.8,4.413a2.535,2.535,0,0,1,.824-.378,3.612,3.612,0,0,1,.933-.123,3.663,3.663,0,0,1,1.036.142,2.566,2.566,0,0,1,.854.427,2.027,2.027,0,0,1,.8,1.669H9.017a1.186,1.186,0,0,0-.461-.957,1.829,1.829,0,0,0-1.051-.28,2.34,2.34,0,0,0-.442.044,1.412,1.412,0,0,0-.412.148.908.908,0,0,0-.309.279.758.758,0,0,0-.123.442.75.75,0,0,0,.231.584,1.479,1.479,0,0,0,.6.319l.309.084.6.162.653.172c.212.055.364.1.456.122a2.055,2.055,0,0,1,.6.3,1.9,1.9,0,0,1,.427.427,1.782,1.782,0,0,1,.255.515,1.879,1.879,0,0,1,.084.55,1.981,1.981,0,0,1-.241,1.007,2.049,2.049,0,0,1-.633.682,2.776,2.776,0,0,1-.894.388,4.307,4.307,0,0,1-1.02.122,4.215,4.215,0,0,1-1.13-.147,2.647,2.647,0,0,1-.922-.451,2.206,2.206,0,0,1-.629-.781,2.59,2.59,0,0,1-.245-1.124Z' transform='translate(659.739 381.616)' fill='%232d7662'/%3E%3Cline id='Linea_685' data-name='Linea 685' y1='0.613' transform='translate(667.293 384.915)' fill='none' stroke='%232d7662' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.5'/%3E%3Cline id='Linea_686' data-name='Linea 686' y1='0.613' transform='translate(667.293 392.871)' fill='none' stroke='%232d7662' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.5'/%3E%3Cpath id='Tracciato_2563' data-name='Tracciato 2563' d='M14.567,7.583A6.984,6.984,0,1,1,7.584.6,6.983,6.983,0,0,1,14.567,7.583Z' transform='translate(659.739 381.616)' fill='none' stroke='%232d7662' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

.btn-outline-primary.active {
  color: #fff;
}

.btn:hover {
  color: #fff;
}

.btn-open-more-settings {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31'%3E%3Cg fill='%23fff' stroke='%2346B98C' stroke-width='1'%3E%3Ccircle cx='15.5' cy='15.5' r='15.5' stroke='none'/%3E%3Ccircle cx='15.5' cy='15.5' r='15' fill='none'/%3E%3C/g%3E%3Cg transform='translate(24.926 7) rotate(90)'%3E%3Cg transform='translate(3.954 -0.679)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-width='1.5'%3E%3Ccircle cx='3' cy='3' r='3' stroke='none'/%3E%3Ccircle cx='3' cy='3' r='2.25' fill='none'/%3E%3C/g%3E%3Cg transform='translate(12.422 11.872) rotate(180)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-width='1.5'%3E%3Ccircle cx='3' cy='3' r='3' stroke='none'/%3E%3Ccircle cx='3' cy='3' r='2.25' fill='none'/%3E%3C/g%3E%3Cg transform='translate(3.574 12.926)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-width='1.5'%3E%3Ccircle cx='3' cy='3' r='3' stroke='none'/%3E%3Ccircle cx='3' cy='3' r='2.25' fill='none'/%3E%3C/g%3E%3Cline x2='4.031' transform='translate(0 2.321)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline x2='4.031' transform='translate(16.376 8.872) rotate(180)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline x2='4.031' transform='translate(0 15.926)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline x1='6.802' transform='translate(9.574 2.321)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline x2='6.802' transform='translate(0 8.872)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline x1='6.802' transform='translate(9.574 15.926)' fill='none' stroke='%23707070' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 31px;
  width: 31px !important;
  height: 31px;
  display: block;
}
.btn-open-more-settings:hover {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31' height='31' viewBox='0 0 31 31'%3E%3Cg fill='%23fff' stroke='%2346B98C' stroke-width='1'%3E%3Ccircle cx='15.5' cy='15.5' r='15.5' stroke='none'/%3E%3Ccircle cx='15.5' cy='15.5' r='15' fill='none'/%3E%3C/g%3E%3Cg transform='translate(24.926 7) rotate(90)'%3E%3Cg transform='translate(3.954 -0.679)' fill='none' stroke='%232d7662' stroke-linecap='round' stroke-width='1.5'%3E%3Ccircle cx='3' cy='3' r='3' stroke='none'/%3E%3Ccircle cx='3' cy='3' r='2.25' fill='none'/%3E%3C/g%3E%3Cg transform='translate(12.422 11.872) rotate(180)' fill='none' stroke='%232d7662' stroke-linecap='round' stroke-width='1.5'%3E%3Ccircle cx='3' cy='3' r='3' stroke='none'/%3E%3Ccircle cx='3' cy='3' r='2.25' fill='none'/%3E%3C/g%3E%3Cg transform='translate(3.574 12.926)' fill='none' stroke='%232d7662' stroke-linecap='round' stroke-width='1.5'%3E%3Ccircle cx='3' cy='3' r='3' stroke='none'/%3E%3Ccircle cx='3' cy='3' r='2.25' fill='none'/%3E%3C/g%3E%3Cline x2='4.031' transform='translate(0 2.321)' fill='none' stroke='%232d7662' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline x2='4.031' transform='translate(16.376 8.872) rotate(180)' fill='none' stroke='%232d7662' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline x2='4.031' transform='translate(0 15.926)' fill='none' stroke='%232d7662' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline x1='6.802' transform='translate(9.574 2.321)' fill='none' stroke='%232d7662' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline x2='6.802' transform='translate(0 8.872)' fill='none' stroke='%232d7662' stroke-linecap='round' stroke-width='1.5'/%3E%3Cline x1='6.802' transform='translate(9.574 15.926)' fill='none' stroke='%232d7662' stroke-linecap='round' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");
}

#alert-zero-cases {
  display: none;
}
#alert-zero-cases.on {
  display: block;
}

.select select#select-scanner {
  width: 290px;
}

.page#page-start .is-2 {
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .select select#select-scanner {
    width: 330px;
  }
}
body.standalone footer {
  position: relative;
  z-index: 1;
}
body.standalone #home-header, body.standalone #home-footer {
  height: calc(50vh - 100px);
}
@media screen and (min-width: 992px) {
  body.standalone main {
    height: calc(100% - 55px);
  }
}
@media screen and (min-width: 992px) {
  body.standalone .page.with-buttons {
    height: calc(100vh - 150px);
  }
}
@media screen and (max-width: 768px) {
  body.standalone #home-header, body.standalone #home-footer {
    height: auto;
  }
  body.standalone .big-box-cta {
    width: 100%;
    padding: 18px;
    position: relative;
  }
  body.standalone footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 12px;
    text-align: center;
  }
  body.standalone footer .footer-legal a {
    font-size: 11px;
    margin-right: 6px;
  }
  body.standalone .bottom-buttons {
    bottom: 48px;
    z-index: 1;
  }
  body.standalone .bottom-buttons a {
    margin: 0 4px;
  }
  body.standalone .page.with-buttons {
    height: calc(100vh - 230px);
  }
  body.standalone .modal.modal-default-content#modal-form-contact-sales .modal-body {
    padding: 2rem 2rem;
  }
  body.standalone .modal.modal-default-content#modal-form-contact-sales .modal-content .btn-close {
    right: 0px;
    z-index: 1;
  }
  body.standalone #modal-imprint .modal-content .btn-close {
    right: 0;
    z-index: 1;
  }
}
@media screen and (min-width: 1024px) and (max-height: 590px) {
  body.standalone #home-footer {
    margin-bottom: 50px;
  }
}

.modal-default-content .modal-content #form-sales {
  margin-top: 50px;
}

.sapCpContentPage:not(.sapCpSubmitCompleted) .sapCpButtonWidget .sapCpSuccessMessageLabel,
.sapCpContentPage:not(.sapCpMissingMandatoryField) .sapCpButtonWidget .sapCpMissingMandatoryFieldLabel,
.sapCpContentPage:not(.sapCpSubmitError) .sapCpButtonWidget .sapCpErrorMessageText {
  display: none;
}

#__button163.is-loading:after {
  border-left: 2px solid #46B98C;
  border-bottom: 2px solid #46B98C;
}

.modal#modal-form-contact-sales {
  z-index: 9999;
}

#modal-imprint .modal-content {
  background-color: #222;
}
#modal-imprint .modal-content h3, #modal-imprint .modal-content .h3 {
  color: #46B98C;
  font-weight: bold;
  text-transform: uppercase;
}
#modal-imprint .modal-content address {
  color: #fff !important;
}
#modal-imprint .modal-content address strong {
  font-family: "FS Industrie", sans-serif;
}
#modal-imprint .modal-content .btn-close {
  position: absolute;
  right: -60px;
  color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.958' height='20.958' viewBox='0 0 20.958 20.958'%3E%3Cg transform='translate(13659.624 2629.479)'%3E%3Cg transform='translate(-10886.504 11743.277) rotate(45)'%3E%3Cline y2='28.639' transform='translate(-12109.146 -8216.5)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/g%3E%3Cg transform='translate(-28011.422 143.643) rotate(135)'%3E%3Cline y2='28.639' transform='translate(-12109.146 -8216.5)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 20px;
  width: 37px;
  height: 37px;
  opacity: 1;
  transition: all 0.25s ease;
}
@media (prefers-reduced-motion: reduce) {
  #modal-imprint .modal-content .btn-close {
    transition: none;
  }
}
#modal-imprint .modal-content .btn-close:hover {
  background-color: #222;
}

@media screen and (min-width: 1200px) {
  #home-footer {
    padding-top: 20px;
  }

  .container {
    max-width: 1140px;
  }

  html.started main {
    max-width: 1140px;
  }
}
@media screen and (min-width: 992px) {
  #home-header,
#home-footer {
    display: flex;
    height: calc(50vh - 50px);
  }

  #home-header {
    align-items: center;
  }
  #home-header .row {
    align-items: center;
  }

  #home-footer {
    align-items: center;
  }

  body {
    overflow: hidden;
  }

  header {
    height: 95px;
  }

  .menu-wrapper {
    height: 73px;
  }

  .tbar {
    height: 22px;
  }

  main {
    padding-top: 95px;
  }

  .page {
    top: 95px;
  }
  .page .inner {
    padding: 25px 0;
  }

  .home-menu {
    margin-right: 10px;
  }

  .menu .strmnn-roi-logo svg {
    width: 192px !important;
    height: 18px;
  }

  .logo svg#logo-strmnn-group {
    width: 187px;
    height: 38px;
  }
  .logo .btn-close-modal-roi svg {
    width: 30px;
    height: 30px;
  }

  #home-header .img {
    max-width: 600px;
    margin: auto;
  }

  .big-box-cta {
    padding-top: 0;
    background: #fff;
    padding-bottom: 70px;
    position: static;
  }

  #btn-start.btn.btn-outline-light {
    color: #fff !important;
    background-color: #46B98C !important;
    font-size: 20px;
    padding: 0.3rem 0.85rem;
  }
  #btn-start.btn.btn-outline-light.is-loading {
    color: transparent !important;
  }

  main {
    height: 100%;
    position: relative;
    margin: auto;
  }

  html.started main {
    width: calc(100% - 100px);
    margin: auto;
  }

  .page.with-buttons {
    height: calc(100vh - 95px);
  }

  .page#page-start {
    left: 0;
    width: calc(50% - 20px);
    z-index: 1;
  }
  .page#page-start .container {
    padding: 0;
  }
  .page#page-start .is-3 br {
    display: none;
  }
  .page#page-start.force-active {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .page#page-start .bottom-buttons {
    display: none;
  }

  .page#page-results {
    width: calc(50% - 50px);
    right: 0;
    box-shadow: -10px 0 30px rgba(100, 100, 100, 0.2);
  }
  .page#page-results.force-active {
    opacity: 1 !important;
    pointer-events: auto !important;
  }
  .page#page-results .bottom-buttons {
    position: static;
    box-shadow: none;
    padding-top: 25px;
  }
  .page#page-results .table-results-wrapper .is-loading {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    opacity: 0;
  }
  .page#page-results .table-results-wrapper .is-loading:after {
    width: 30px;
    height: 30px;
    border-width: 4px;
    border-left-color: #fff;
    border-bottom-color: #fff;
  }
  .page#page-results.calculating .table-results {
    opacity: 0.4;
  }
  .page#page-results.calculating .is-loading {
    opacity: 1;
  }
  .page#page-results .table-results td:nth-child(1) {
    font-size: 16px;
  }
  .page#page-results .table-results td:nth-child(2) {
    font-size: 18px;
  }

  .page.page-settings {
    width: calc(50% - 50px);
    right: 0;
    background-color: #36393A;
  }
  .page.page-settings.active {
    z-index: 9998;
  }
  .page.page-settings .option-row {
    background-color: #fff;
  }
  .page.page-settings .bottom-buttons {
    position: static;
    box-shadow: none;
    padding-top: 20px;
  }
  .page.page-settings .bottom-buttons a {
    border: solid 1px #fff;
  }
  .page.page-settings .bottom-buttons a:hover {
    background-color: #2d7662;
  }
  .page.page-settings .tab-settings-timesaving-summary,
.page.page-settings .tab-settings-costs-summary {
    background-color: #868889 !important;
  }
  .page.page-settings > .container:last-of-type .inner {
    padding-top: 0 !important;
  }
  .page.page-settings .settings {
    background-color: transparent;
  }
  .page.page-settings .settings .is-2 {
    color: #fff !important;
    text-align: left !important;
  }
  .page.page-settings .settings .is-2 strong.blue {
    color: #fff !important;
  }
  .page.page-settings .settings-table thead {
    background-color: #fff;
  }
  .page.page-settings .settings-table thead th {
    padding: 13px;
  }
  .page.page-settings .settings-table thead tbody td {
    font-size: 16px;
    line-height: 19px;
  }

  .page#page-results-details {
    left: 0;
    width: calc(50% - 20px);
    background-color: #fff;
  }
  .page#page-results-details.active {
    z-index: 99;
  }
  .page#page-results-details .is-2 {
    text-align: left !important;
  }
  .page#page-results-details .p-big.centered {
    text-align: left !important;
  }
  .page#page-results-details .chart {
    min-height: 220px;
  }
  .page#page-results-details .bottom-buttons {
    display: none;
  }

  .callapse-box {
    margin-left: 0;
    margin-right: 0;
  }

  .btn-results-calculate-again {
    display: none !important;
  }

  body.pg-details .btn-results-calculate-again {
    display: block !important;
  }

  body.pg-details .btn-results-view-details {
    display: none !important;
  }

  .btn-back-to-digital-sales-assistant {
    display: block !important;
  }

  .bottom-buttons {
    background-color: transparent;
  }
  .bottom-buttons a {
    font-size: 13px;
    line-height: 15px;
    width: 100px;
    height: 92px;
  }

  .btn-results-scroll-to-next-item:before {
    left: calc(50% - 150px);
  }
  .btn-results-scroll-to-next-item:after {
    left: calc(50% + 150px);
  }

  .callapse-box.opened {
    height: 135px;
  }
}
@media screen and (min-width: 1024px) and (max-height: 668px) {
  #home-header .img {
    max-width: 420px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .menu-wrapper .container {
    max-width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 768px) {
  .big-box-cta {
    width: 100vw;
    left: 0;
  }

  #page-home .is-1 {
    font-size: 37px;
    line-height: 38px;
  }
  #page-home .is-1 br {
    display: none;
  }

  #home-footer .is-2 {
    font-size: 23px;
    line-height: 26px;
  }
  #home-footer .is-2 br {
    display: none;
  }

  #home-choices .b {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) and (max-height: 590px) {
  #home-header, #home-footer {
    height: auto !important;
  }

  #home-header .img img {
    max-width: 240px;
  }

  #home-header .is-1 {
    font-size: 41px;
    line-height: 40px;
  }

  #home-footer {
    padding-top: 0;
  }

  #home-choices .b {
    padding-bottom: 0;
  }
}
html.lang-mex .bottom-buttons a.btn,
html.lang-col .bottom-buttons a.btn,
html.lang-chl .bottom-buttons a.btn,
html.lang-arg .bottom-buttons a.btn,
html.lang-bra .bottom-buttons a.btn,
html.lang-esp .bottom-buttons a.btn {
  word-wrap: break-word !important;
}
html.lang-mex .bottom-buttons a.btn-reset-to-default,
html.lang-col .bottom-buttons a.btn-reset-to-default,
html.lang-chl .bottom-buttons a.btn-reset-to-default,
html.lang-arg .bottom-buttons a.btn-reset-to-default,
html.lang-bra .bottom-buttons a.btn-reset-to-default,
html.lang-esp .bottom-buttons a.btn-reset-to-default {
  line-height: 12px;
}

html.lang-bra .def-input.short {
  width: 68px !important;
}
html.lang-bra .settings-table.settings-prices .def-input.short {
  width: 86px !important;
}

html.lang-mex .bottom-buttons a {
  letter-spacing: -0.02em;
}
html.lang-mex .settings-table.settings-prices .def-input.short {
  width: 99px !important;
}

html.lang-chl .bottom-buttons a {
  letter-spacing: -0.02em;
}
html.lang-chl .settings-table.settings-prices .def-input.short {
  width: 110px !important;
}

html.lang-arg .bottom-buttons a {
  letter-spacing: -0.02em;
}
html.lang-arg .settings-table.settings-prices .def-input.short {
  width: 90px !important;
}

html.lang-col .callapse-box .b .pf .def-input {
  max-width: 115px !important;
}
html.lang-col .bottom-buttons a {
  letter-spacing: -0.02em;
}
html.lang-col .settings-table.settings-cost .def-input.short {
  width: 97px !important;
}
html.lang-col .settings-table.settings-prices .def-input.short {
  width: 118px !important;
}
html.lang-col .callapse-box .b .pf .def-input {
  max-width: 122px !important;
}

html.lang-aus .def-input.mid,
html.lang-nzl .def-input.mid {
  width: 87px !important;
}
html.lang-aus .settings-table.settings-prices .def-input.short,
html.lang-nzl .settings-table.settings-prices .def-input.short {
  width: 90px !important;
}

html.lang-chl .def-input.mid,
html.lang-arg .def-input.mid {
  width: 109px !important;
}
html.lang-chl .callapse-box .b .pf .def-input,
html.lang-arg .callapse-box .b .pf .def-input {
  max-width: 130px;
}
html.lang-chl .settings-table.settings-cost .def-input.short,
html.lang-arg .settings-table.settings-cost .def-input.short {
  width: 93px !important;
}
html.lang-chl .page.with-buttons.page-settings .nav-tabs .nav-link,
html.lang-arg .page.with-buttons.page-settings .nav-tabs .nav-link {
  font-size: 13px;
}

html.lang-col .def-input.mid {
  width: 130px !important;
}

@media screen and (max-width: 992px) {
  html.lang-bra .callapse-box .h,
html.lang-col .callapse-box .h {
    font-size: 13px;
  }
  html.lang-bra .callapse-box .b .pf .def-input,
html.lang-col .callapse-box .b .pf .def-input {
    max-width: 74px;
  }
  html.lang-bra .callapse-box .pf > div,
html.lang-col .callapse-box .pf > div {
    text-align: center;
  }
  html.lang-bra .callapse-box .ms-w,
html.lang-col .callapse-box .ms-w {
    margin-left: auto;
    margin-right: auto;
  }
  html.lang-bra .bottom-buttons a.btn-results-back,
html.lang-col .bottom-buttons a.btn-results-back {
    width: 100px;
    padding: 10px 4px;
  }
  html.lang-bra .bottom-buttons a.btn-results-export-pdf,
html.lang-col .bottom-buttons a.btn-results-export-pdf {
    padding: 10px 4px;
    min-width: 73px;
  }
  html.lang-bra .bottom-buttons a.btn-back-to-digital-sales-assistant,
html.lang-col .bottom-buttons a.btn-back-to-digital-sales-assistant {
    background-image: none;
  }
  html.lang-bra .bottom-buttons a.btn-reset-to-default, html.lang-bra .bottom-buttons a.btn-save-value, html.lang-bra .bottom-buttons a.btn-backto-calculator,
html.lang-col .bottom-buttons a.btn-reset-to-default,
html.lang-col .bottom-buttons a.btn-save-value,
html.lang-col .bottom-buttons a.btn-backto-calculator {
    padding-left: 4px;
    padding-right: 4px;
  }

  html.lang-mex #page-home .is-2 br,
html.lang-mex .page#page-start .is-2 br,
html.lang-col #page-home .is-2 br,
html.lang-col .page#page-start .is-2 br,
html.lang-chl #page-home .is-2 br,
html.lang-chl .page#page-start .is-2 br,
html.lang-arg #page-home .is-2 br,
html.lang-arg .page#page-start .is-2 br {
    display: none;
  }
  html.lang-mex .bottom-buttons a,
html.lang-col .bottom-buttons a,
html.lang-chl .bottom-buttons a,
html.lang-arg .bottom-buttons a {
    width: 100px;
    padding: 7px 0px;
  }

  html.lang-mex .callapse-box .h,
html.lang-col .callapse-box .h,
html.lang-chl .callapse-box .h,
html.lang-arg .callapse-box .h {
    font-size: 13px;
    padding-left: 50px;
  }
  html.lang-mex .callapse-box .h.cab,
html.lang-col .callapse-box .h.cab,
html.lang-chl .callapse-box .h.cab,
html.lang-arg .callapse-box .h.cab {
    background-position: 6px 0px;
  }
  html.lang-mex .callapse-box .h.partials,
html.lang-col .callapse-box .h.partials,
html.lang-chl .callapse-box .h.partials,
html.lang-arg .callapse-box .h.partials {
    background-position: 2px 2px;
    background-size: 37px;
  }
  html.lang-mex .callapse-box .h.ibr,
html.lang-col .callapse-box .h.ibr,
html.lang-chl .callapse-box .h.ibr,
html.lang-arg .callapse-box .h.ibr {
    background-position: 12px 0px;
  }
  html.lang-mex .callapse-box .h.aligners,
html.lang-col .callapse-box .h.aligners,
html.lang-chl .callapse-box .h.aligners,
html.lang-arg .callapse-box .h.aligners {
    background-position: 0px 1px;
    background-size: 36px;
  }
  html.lang-mex .callapse-box .h.nightguards,
html.lang-col .callapse-box .h.nightguards,
html.lang-chl .callapse-box .h.nightguards,
html.lang-arg .callapse-box .h.nightguards {
    background-position: 0px 1px;
    background-size: 36px;
  }
  html.lang-mex .callapse-box .b .pf .def-input,
html.lang-col .callapse-box .b .pf .def-input,
html.lang-chl .callapse-box .b .pf .def-input,
html.lang-arg .callapse-box .b .pf .def-input {
    max-width: 120px;
  }
  html.lang-mex .callapse-box .pf > div,
html.lang-col .callapse-box .pf > div,
html.lang-chl .callapse-box .pf > div,
html.lang-arg .callapse-box .pf > div {
    text-align: center;
  }
  html.lang-mex .callapse-box .ms-w,
html.lang-col .callapse-box .ms-w,
html.lang-chl .callapse-box .ms-w,
html.lang-arg .callapse-box .ms-w {
    margin-left: auto;
    margin-right: auto;
  }
}

/*# sourceMappingURL=style.css.map */
