@charset "UTF-8";
@font-face {
  font-family: "FS Industrie";
  src: url("/assets/css/fonts/FSIndustrieCd-Regular.woff2") format("woff2"), url("/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("/assets/css/fonts/FSIndustrieCd-Bold.woff2") format("woff2"), url("/assets/css/fonts/FSIndustrieCd-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TheSans";
  src: url("/assets/css/fonts/TheSans-LP4SeLig.woff2") format("woff2"), url("/assets/css/fonts/TheSans-LP4SeLig.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TheSans";
  src: url("/assets/css/fonts/TheSans-LP6SeBld.woff2") format("woff2"), url("/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;
}

.mt-15 {
  margin-top: 15px;
}

.flex {
  display: flex;
}

.flex.h-left {
  justify-content: flex-start;
}

.flex.v-center {
  align-items: center;
}

.relative {
  position: relative;
}

: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: #D52B1E;
  --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: #f7d5d2;
  --bs-table-striped-bg: #ebcac8;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dec0bd;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e4c5c2;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dec0bd;
}

.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: #D52B1E;
  border-color: #D52B1E;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #b5251a;
  border-color: #aa2218;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #fff;
  background-color: #b5251a;
  border-color: #aa2218;
  box-shadow: 0 0 0 0.25rem rgba(219, 75, 64, 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: #aa2218;
  border-color: #a02017;
}
.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(219, 75, 64, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #fff;
  background-color: #D52B1E;
  border-color: #D52B1E;
}

.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: #D52B1E;
  border-color: #D52B1E;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #D52B1E;
  border-color: #D52B1E;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(213, 43, 30, 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: #D52B1E;
  border-color: #D52B1E;
}
.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(213, 43, 30, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #D52B1E;
  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;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #46B98C;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #46B98C;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.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: #801a12;
  background-color: #f7d5d2;
  border-color: #f2bfbc;
}
.alert-secondary .alert-link {
  color: #66150e;
}

.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: 545px;
    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: #D52B1E;
}
.link-secondary:hover, .link-secondary:focus {
  color: #aa2218;
}

.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: #D52B1E !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: #D52B1E !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: #D52B1E !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;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 24px;
  width: 14px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 1;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  color: transparent;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 120px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.455' height='26.084' viewBox='0 0 14.455 26.084'%3E%3Cpath d='M19785.736,1053.852l-11.627,11.628,11.627,11.628' transform='translate(-19772.695 -1052.437)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E");
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-next {
  right: 120px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14.455' height='26.084' viewBox='0 0 14.455 26.084'%3E%3Cpath d='M19785.736,1053.852l-11.627,11.628,11.627,11.628' transform='translate(19787.15 1078.521) rotate(180)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E");
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

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

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

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-control .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

.selectize-control .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-control .dropdown-header-close:hover {
  color: #000;
}

.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content {
  display: flex;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
  padding-right: 0 !important;
}

.selectize-control.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 6px;
  border-left: 1px solid #0073bb;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
  margin-left: 6px;
}

.selectize-control.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button .item.active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled .item .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled .item .remove {
  border-left-color: #aaa;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  font-smoothing: inherit;
}

.selectize-input, .selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled, .selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: inline-block;
  zoom: 1;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #fff;
  border: 1px solid #0073bb;
}

.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #fff;
  border: 1px solid #00578d;
}

.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
  color: #fff;
  background: #d2d2d2;
  border: 1px solid #aaa;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  user-select: auto !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input > input[placeholder] {
  box-sizing: initial;
}

.selectize-input.has-items > input {
  margin: 0 0px !important;
}

.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

.selectize-dropdown .option, .selectize-dropdown .optgroup-header, .selectize-dropdown .no-results, .selectize-dropdown .create {
  padding: 5px 8px;
}

.selectize-dropdown .option, .selectize-dropdown [data-disabled], .selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
  cursor: pointer;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  overflow-scrolling: touch;
}

.selectize-dropdown-emptyoptionlabel {
  text-align: center;
}

.selectize-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}

.selectize-dropdown .spinner:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: gray transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent gray transparent;
}

.selectize-control.rtl {
  text-align: right;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value], .selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
}

.selectize-control.single .selectize-input {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #f9f9f9;
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
}

.selectize-control.single .selectize-input, .selectize-dropdown.single {
  border-color: #b8b8b8;
}

.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "FS Industrie", sans-serif;
}

.is-1 {
  font-size: 100px;
}

.is-2 {
  font-size: 35px;
  line-height: 43px;
}

.is-3 {
  font-size: 28px;
  line-height: 35px;
}

.is-4 {
  font-size: 23px;
  line-height: 28px;
}

.q-heading {
  font-family: "FS Industrie", sans-serif;
  text-transform: uppercase;
  font-size: 33px;
  line-height: 43px;
  text-align: center;
  color: #fff;
  padding-bottom: 14px;
  font-weight: bold;
}
.q-heading span {
  display: inline-block;
  color: #46B98C;
}

#q2 .q-heading span,
#q4 .q-heading span {
  color: #fff;
}

.home-loading {
  pointer-events: none;
  overflow-y: hidden;
}

.section-home-1 {
  position: relative;
  background: url(/assets/img/photos/straumann-home-hero.jpg?v=1.1) no-repeat;
  background-size: cover;
  padding: 10vw 0;
}
.section-home-1 img {
  width: 100%;
}
.section-home-1 .b {
  background-color: #46B98C;
  padding: 50px 120px;
}
.section-home-1 h2, .section-home-1 .h2 {
  margin-bottom: 30px;
}
.section-home-1 span {
  font-size: 23px;
  line-height: 28px;
}
.section-home-1 .cta {
  padding: 40px 0 0 0;
}
.section-home-1 .cta .btn.btn-lg.btn-outline-light:hover {
  background-color: #F3B454 !important;
  border-color: #F3B454 !important;
}

.section-home-2 .slider-single {
  width: 100vw;
  height: 46vw;
}
.section-home-2 .slider-single .s {
  position: relative;
  width: 100%;
  height: 46vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #36393A;
}
.section-home-2 .slider-single .s .vid-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 0;
}
.section-home-2 .slider-single .s .vid-bg video {
  display: block;
  width: 100%;
}
.section-home-2 .slider-single .i {
  position: relative;
  z-index: 2;
  padding: 40px;
  text-align: center;
  color: #fff;
}
.section-home-2 .slider-single .i .v {
  width: 100%;
  max-width: 600px;
  margin: auto;
}
.section-home-2 .slider-single .i .v iframe {
  width: 100%;
}
.section-home-2 .slider-single .i .v a {
  position: relative;
  display: block;
}
.section-home-2 .slider-single .i .v a:before {
  position: absolute;
  content: "";
  display: block;
  width: 75px;
  height: 75px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='91' height='91' viewBox='0 0 91 91'%3E%3Cg transform='translate(-15345.25 17095.002)'%3E%3Ccircle cx='45.5' cy='45.5' r='45.5' transform='translate(15345.25 -17095.002)' fill='%236ba4b8' opacity='0.455'/%3E%3Ccircle cx='39.5' cy='39.5' r='39.5' transform='translate(15351.25 -17089)' fill='%236ba4b8'/%3E%3Cpath d='M16,0,32,28H0Z' transform='translate(15410 -17066) rotate(90)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.section-home-2 .slider-single .i .v img {
  display: block;
  transition: opacity 0.25s ease;
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .section-home-2 .slider-single .i .v img {
    transition: none;
  }
}
.section-home-2 .slider-single .i .v img:hover {
  opacity: 0.9;
}
.section-home-2 .slider-single h4, .section-home-2 .slider-single .h4 {
  font-weight: bold;
}
.section-home-2 .h-top {
  margin-bottom: 120px;
}
.section-home-2 .h-top p {
  font-family: Montserrat;
  font-size: 28px;
  line-height: 31px;
}
.section-home-2 .h-bottom {
  margin-bottom: 70px;
}
.section-home-2 .h-bottom p {
  font-size: 23px;
  line-height: 28px;
}
.section-home-2 .carousel-home-nav {
  width: 100%;
  z-index: 2;
  position: absolute;
  margin-top: -90px;
}
.section-home-2 .carousel-home-nav ul {
  text-align: center;
  margin: 0;
  padding: 0;
}
.section-home-2 .carousel-home-nav ul li {
  list-style: none;
  display: inline-block;
  padding: 0 22px;
}
.section-home-2 .carousel-home-nav ul li img {
  width: 70px;
  display: block;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: transform 0.25s ease;
}
@media (prefers-reduced-motion: reduce) {
  .section-home-2 .carousel-home-nav ul li img {
    transition: none;
  }
}
.section-home-2 .carousel-home-nav ul li img:hover {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}
.section-home-2 .carousel-home-nav ul li.active img {
  -webkit-transform: scale(1.25);
  -ms-transform: scale(1.25);
  transform: scale(1.25);
}
.section-home-2 .carousel-footer {
  background-color: #36393A;
  padding: 37px 0;
  text-align: center;
}

.section-home-3 {
  width: 100vw;
  height: 43vw;
  padding: 90px 0;
  background: url(/assets/img/photos/home/straumann-home-bottom.jpg?v=1.0) no-repeat;
  background-size: 100%;
}
.section-home-3 .is-1 {
  color: #fff;
  margin-bottom: 30px;
}

#carousel-home.loading:before {
  -webkit-animation: spinAround 0.5s infinite linear;
  animation: spinAround 0.5s infinite linear;
  border: 3px solid #fff;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  left: calc(50% - 0.5em);
  top: calc(50% - 0.5em);
  position: absolute !important;
  z-index: 10;
}
#carousel-home.loading:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 9;
  background: rgb(0, 0, 0);
}

.section-banner-home .is-2 {
  margin-bottom: 25px;
  color: #fff;
}
.section-banner-home .btn {
  margin-bottom: 15px;
}
.section-banner-home .col-lg-6 {
  align-items: center;
  display: flex;
}

#section-banner-roi-calculator {
  background-color: #000;
  padding: 40px 0;
}

#section-banner-calendly {
  background-color: #46B98C;
}
#section-banner-calendly .btn-home-calendly {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  #section-banner-roi-calculator {
    padding: 25px 0;
  }

  #section-banner-calendly {
    padding-top: 25px;
  }
}
#strmnn-splash-a .headline-home-v2 {
  font-size: 55px;
  line-height: 52px;
}

#strmnn-splash-2a #splash-2-head {
  font-size: 45px;
  line-height: 42px;
}

.headline-home-v2 {
  text-transform: uppercase;
  color: #fff;
}

#trigger-top {
  width: 1px;
  height: 1px;
}

#trigger-end-1 {
  position: absolute;
  z-index: 2;
  top: 100vh;
  -webkit-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
  width: 100%;
  height: 30px;
}

#strmnn-splash-a {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
  background-image: url(/assets/img/photos/home/v2/strmnn-splash-background.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
#strmnn-splash-a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: inherit;
  background-size: cover;
  transform-origin: center;
  -webkit-transition: transform 0.6s ease-in-out;
  -moz-transition: transform 0.6s ease-in-out;
  -ms-transition: transform 0.6s ease-in-out;
  -o-transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04);
}
#strmnn-splash-a a {
  pointer-events: auto;
}
#strmnn-splash-a .girl {
  position: absolute;
  right: 3%;
  bottom: -5%;
  height: 100%;
  z-index: 2;
}
#strmnn-splash-a .container {
  position: relative;
  z-index: 3;
  height: 100%;
}
#strmnn-splash-a .container > div {
  padding-top: 8%;
}
#strmnn-splash-a #btn-start-digital-sales-tool {
  background-color: #46B98C !important;
  color: #fff !important;
}
#strmnn-splash-a #btn-start-digital-sales-tool:hover {
  background: #2D7662 !important;
}
#strmnn-splash-a.scrolled {
  background-color: #E0E1E2;
}
#strmnn-splash-a.scrolled * {
  opacity: 0 !important;
}
#strmnn-splash-a .subhead-v2 {
  -webkit-transition: all 0.4s ease 0.2s;
  -moz-transition: all 0.4s ease 0.2s;
  -ms-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  opacity: 0;
}
#strmnn-splash-a #btn-start-digital-sales-tool {
  -webkit-transition: opacity 0.6s ease 0.35s, background 0.25s ease;
  -moz-transition: opacity 0.6s ease 0.35s, background 0.25s ease;
  -ms-transition: opacity 0.6s ease 0.35s, background 0.25s ease;
  -o-transition: opacity 0.6s ease 0.35s, background 0.25s ease;
  transition: opacity 0.6s ease 0.35s, background 0.25s ease;
  opacity: 0;
}
#strmnn-splash-a .girl {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
}
#strmnn-splash-a.intro-animation:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#strmnn-splash-a.intro-animation .subhead-v2 {
  color: #fff;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#strmnn-splash-a.intro-animation #btn-start-digital-sales-tool {
  opacity: 1;
}
#strmnn-splash-a.intro-animation .girl {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
#strmnn-splash-a .subhead-v2 {
  color: #fff;
}

.headline-home-v2 {
  max-width: 35vw;
  font-weight: 600;
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 40px;
}
.headline-home-v2 strong {
  font-weight: bold;
}
.headline-home-v2 span {
  color: #D52B1E;
}

.subhead-v2 {
  max-width: 35vw;
  font-family: "TheSans", sans-serif;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 35px;
}

#strmn-home-v2-display {
  position: relative;
}
#strmn-home-v2-display .v {
  opacity: 1;
  position: absolute;
  top: 4.5%;
  left: 13%;
  width: 74%;
  height: 56%;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}

.home-v2-testimonial-wrapper {
  display: flex;
}
.home-v2-testimonial-wrapper .item {
  position: relative;
  max-width: 135px;
  margin: 10px;
}
.home-v2-testimonial-wrapper .item a {
  display: block;
  width: 100%;
  height: 100%;
}
.home-v2-testimonial-wrapper .item a span {
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.home-v2-testimonial-wrapper .item a.active span {
  opacity: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='39' viewBox='0 0 34 39'%3E%3Cg transform='translate(34) rotate(90)' fill='none'%3E%3Cpath d='M17.765,3.025a2,2,0,0,1,3.47,0L37.282,31a2,2,0,0,1-1.735,3H3.453a2,2,0,0,1-1.735-3Z' stroke='none'/%3E%3Cpath d='M 19.5 3.019996643066406 C 19.32583045959473 3.019996643066406 18.89265060424805 3.068958282470703 18.63254928588867 3.522487640380859 L 2.585189819335938 31.50248718261719 C 2.326370239257812 31.95376586914062 2.500469207763672 32.35128784179688 2.58734130859375 32.50124740600586 C 2.674209594726562 32.65120697021484 2.932418823242188 32.99999618530273 3.452648162841797 32.99999618530273 L 35.54735946655273 32.99999618530273 C 36.06750106811523 32.99999618530273 36.32572174072266 32.65116500854492 36.41259002685547 32.50119781494141 C 36.49946975708008 32.35122680664062 36.67359161376953 31.95369720458984 36.41481018066406 31.50248718261719 L 20.36745071411133 3.522487640380859 C 20.10733985900879 3.068958282470703 19.67416954040527 3.019996643066406 19.5 3.019996643066406 M 19.5 2.020000457763672 C 20.17532730102539 2.020000457763672 20.85065460205078 2.354991912841797 21.23490905761719 3.024974822998047 L 37.28226852416992 31.00497627258301 C 38.04692459106445 32.33822631835938 37.08425140380859 33.99999618530273 35.54736328125 33.99999618530273 C 35.54727172851562 33.99999618530273 35.54744338989258 33.99999618530273 35.54734802246094 33.99999618530273 L 3.452648162841797 33.99999618530273 C 1.915599822998047 34.00000762939453 0.9530296325683594 32.33830642700195 1.717731475830078 31.00497627258301 L 17.76509094238281 3.024974822998047 C 18.14934539794922 2.354991912841797 18.82467269897461 2.020000457763672 19.5 2.020000457763672 Z' stroke='none' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}
.home-v2-testimonial-wrapper .item a:hover span {
  opacity: 0.6;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.45);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='39' viewBox='0 0 34 39'%3E%3Cg transform='translate(34) rotate(90)' fill='none'%3E%3Cpath d='M17.765,3.025a2,2,0,0,1,3.47,0L37.282,31a2,2,0,0,1-1.735,3H3.453a2,2,0,0,1-1.735-3Z' stroke='none'/%3E%3Cpath d='M 19.5 3.019996643066406 C 19.32583045959473 3.019996643066406 18.89265060424805 3.068958282470703 18.63254928588867 3.522487640380859 L 2.585189819335938 31.50248718261719 C 2.326370239257812 31.95376586914062 2.500469207763672 32.35128784179688 2.58734130859375 32.50124740600586 C 2.674209594726562 32.65120697021484 2.932418823242188 32.99999618530273 3.452648162841797 32.99999618530273 L 35.54735946655273 32.99999618530273 C 36.06750106811523 32.99999618530273 36.32572174072266 32.65116500854492 36.41259002685547 32.50119781494141 C 36.49946975708008 32.35122680664062 36.67359161376953 31.95369720458984 36.41481018066406 31.50248718261719 L 20.36745071411133 3.522487640380859 C 20.10733985900879 3.068958282470703 19.67416954040527 3.019996643066406 19.5 3.019996643066406 M 19.5 2.020000457763672 C 20.17532730102539 2.020000457763672 20.85065460205078 2.354991912841797 21.23490905761719 3.024974822998047 L 37.28226852416992 31.00497627258301 C 38.04692459106445 32.33822631835938 37.08425140380859 33.99999618530273 35.54736328125 33.99999618530273 C 35.54727172851562 33.99999618530273 35.54744338989258 33.99999618530273 35.54734802246094 33.99999618530273 L 3.452648162841797 33.99999618530273 C 1.915599822998047 34.00000762939453 0.9530296325683594 32.33830642700195 1.717731475830078 31.00497627258301 L 17.76509094238281 3.024974822998047 C 18.14934539794922 2.354991912841797 18.82467269897461 2.020000457763672 19.5 2.020000457763672 Z' stroke='none' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center center;
}

#yt-vid-home-v2 {
  width: 100%;
}

.no-overflow {
  overflow: hidden;
}

html.touch .no-overflow {
  overflow: scroll;
  overflow-x: hidden;
}

.home-v2-banner {
  position: relative;
  padding-bottom: 63px;
  min-height: 423px;
  height: 100%;
}
.home-v2-banner .h {
  padding: 20px 40px 0;
  min-height: 125px;
}
.home-v2-banner .h h3, .home-v2-banner .h .h3 {
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
}
.home-v2-banner .h .w {
  color: white;
}
.home-v2-banner .i {
  padding: 0 15px;
}
.home-v2-banner .cta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
}
.home-v2-banner .cta .btn {
  width: 100%;
}
.home-v2-banner .cta .btn:hover {
  background-color: #D52B1E;
  color: #fff;
}
.home-v2-banner .cta.flex {
  justify-content: space-between;
}
.home-v2-banner .cta.flex a {
  width: calc(50% - 5px);
}
.home-v2-banner.banner-calendly .cta {
  padding-top: 0;
}

.banner-roi-scanner {
  background-color: #A3C9D6;
}

.btn-roi-calculator.btn-v2 {
  background-color: #6BA4B8;
}
.btn-roi-calculator.btn-v2.dark {
  background-color: #474A4B;
}

.banner-calendly {
  background-color: #2A2C2D;
}

.banner-start-the-journey {
  background: url(/assets/img/photos/home/v2/strmnn-splash-start-the-journey.jpg) center center no-repeat;
  background-size: cover;
}

.banner-roi-scanner {
  background: url(/assets/img/photos/home/v2/banner-roi.jpg) center center no-repeat;
  background-size: cover;
}

body.page-home.v2 {
  scroll-behavior: smooth;
}
body.page-home.v2 footer {
  width: 100%;
}
body.page-home.v2 footer.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#strmnn-splash-2a, #strmnn-splash-3a {
  -webkit-transition: background 0.4s ease 1.5s;
  -moz-transition: background 0.4s ease 1.5s;
  -ms-transition: background 0.4s ease 1.5s;
  -o-transition: background 0.4s ease 1.5s;
  transition: background 0.4s ease 1.5s;
  position: relative;
  width: 100%;
}
#strmnn-splash-2a .container, #strmnn-splash-3a .container {
  z-index: 9;
}

#strmnn-splash-2a {
  z-index: 2;
  padding: 160px 50px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#strmnn-splash-2a #strmn-home-v2-display {
  -webkit-transition: all 0.4s ease 1.2s;
  -moz-transition: all 0.4s ease 1.2s;
  -ms-transition: all 0.4s ease 1.2s;
  -o-transition: all 0.4s ease 1.2s;
  transition: all 0.4s ease 1.2s;
  -webkit-transform: translateX(330px);
  -ms-transform: translateX(330px);
  transform: translateX(330px);
}
#strmnn-splash-2a #splash-2-head {
  -webkit-transition: all 0.4s ease 1.4s;
  -moz-transition: all 0.4s ease 1.4s;
  -ms-transition: all 0.4s ease 1.4s;
  -o-transition: all 0.4s ease 1.4s;
  transition: all 0.4s ease 1.4s;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
}
#strmnn-splash-2a #splash-2-subhead {
  -webkit-transition: all 0.4s ease 1.5s;
  -moz-transition: all 0.4s ease 1.5s;
  -ms-transition: all 0.4s ease 1.5s;
  -o-transition: all 0.4s ease 1.5s;
  transition: all 0.4s ease 1.5s;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
}
#strmnn-splash-2a .headline-home-v2 {
  color: #36393A;
}
#strmnn-splash-2a .home-v2-testimonial-wrapper .item {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  opacity: 0;
}
#strmnn-splash-2a .home-v2-testimonial-wrapper .item:nth-child(1) {
  transition-delay: 1.7s;
}
#strmnn-splash-2a .home-v2-testimonial-wrapper .item:nth-child(2) {
  transition-delay: 1.9s;
}
#strmnn-splash-2a .home-v2-testimonial-wrapper .item:nth-child(3) {
  transition-delay: 2s;
}
#strmnn-splash-2a.on {
  background-color: #E0E1E2;
}
#strmnn-splash-2a.on .circle-anim {
  -webkit-transform: scale(60);
  -ms-transform: scale(60);
  transform: scale(60);
}
#strmnn-splash-2a.on #strmn-home-v2-display {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#strmnn-splash-2a.on #splash-2-head {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
#strmnn-splash-2a.on #splash-2-subhead {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
#strmnn-splash-2a.on .home-v2-testimonial-wrapper .item {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

#strmnn-splash-3a {
  z-index: 3;
  padding: 160px 50px;
  background-color: #46B98C;
}
#strmnn-splash-3a .btn {
  text-transform: uppercase;
}
#strmnn-splash-3a .home-v2-banner {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  -webkit-transform: translateX(200px);
  -ms-transform: translateX(200px);
  transform: translateX(200px);
  opacity: 0;
}
#strmnn-splash-3a .home-v2-banner .btn.btn-v2:hover {
  background-color: #2D7662;
}
#strmnn-splash-3a .container .col-lg-4:nth-child(1) .home-v2-banner {
  transition-delay: 0.9s;
}
#strmnn-splash-3a .container .col-lg-4:nth-child(2) .home-v2-banner {
  transition-delay: 1s;
}
#strmnn-splash-3a .container .col-lg-4:nth-child(3) .home-v2-banner {
  transition-delay: 1.1s;
}
#strmnn-splash-3a.on .circle-anim {
  -webkit-transform: scale(55);
  -ms-transform: scale(55);
  transform: scale(55);
}
#strmnn-splash-3a.on .home-v2-banner {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

#scroll-icon {
  position: fixed;
  width: 250px;
  height: 73px;
  bottom: 20px;
  left: 50%;
  pointer-events: none;
  z-index: 9;
  opacity: 1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  color: #fff;
}
#scroll-icon svg {
  opacity: 0.7;
  -webkit-transform: scale(0.7) !important;
  -ms-transform: scale(0.7) !important;
  transform: scale(0.7) !important;
}
#scroll-icon div {
  position: absolute;
  top: 50%;
  font-size: 15px;
  width: calc(50% - 23px);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#scroll-icon div:first-of-type {
  text-align: right;
  left: 0;
}
#scroll-icon div:last-of-type {
  right: 0;
  text-align: left;
  margin-left: 3px;
}
#scroll-icon.off {
  opacity: 0;
}

.roi-calculate-mobile-prefix {
  display: none;
}

.menu-wrapper a.dropdown-item:active:hover {
  color: #fff !important;
}

.btn-home-calendly {
  background-color: #46B98C;
}

#strmnn-splash-3a .btn.btn-outline-light {
  background-color: #46B98C;
}

@media screen and (max-width: 1024.99px) {
  #strmnn-splash-a .subhead-v2 br,
#strmnn-splash-2a .subhead-v2 br {
    display: none;
  }
}
@media screen and (width: 1024px) and (height: 768px) {
  #hero-results {
    height: auto !important;
    background-position-x: 58px !important;
    background-color: #000 !important;
  }
  #hero-results .b {
    margin-top: 10% !important;
    margin-bottom: 10% !important;
    padding: 60px 40px !important;
  }
}
@media screen and (width: 768px) and (height: 1024px) {
  #strmnn-splash-a .subhead-v2 br,
#strmnn-splash-2a .subhead-v2 br {
    display: none;
  }

  .headline-home-v2 {
    font-size: 41px !important;
    line-height: 42px !important;
  }

  html.touch #strmnn-splash-a .girl {
    height: 76vh;
  }

  #strmnn-splash-a .headline-home-v2 {
    max-width: 60% !important;
  }
  #strmnn-splash-a .container > div {
    padding: 60px 60px;
  }

  #strmnn-splash-3a .row {
    flex-direction: column;
  }
  #strmnn-splash-3a .row .col-lg-4 {
    max-width: 440px;
    margin: auto;
    margin-bottom: 35px;
  }
  #strmnn-splash-3a .row .col-lg-4:last-of-type {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 576px) {
  #strmnn-splash-3-a .col-lg-4 {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  #scroll-icon {
    display: none;
  }

  #strmnn-splash-a {
    position: relative;
    height: auto;
  }
  #strmnn-splash-a .subhead-v2 {
    color: #fff;
  }
  #strmnn-splash-a .headline-home-v2,
#strmnn-splash-a .subhead-v2,
#strmnn-splash-a #btn-start-digital-sales-tool,
#strmnn-splash-a .girl {
    opacity: 1;
  }
  #strmnn-splash-a .girl {
    width: calc(100% - 50px);
    height: auto;
    bottom: -4%;
  }

  .headline-home-v2 {
    max-width: 100%;
    font-size: 28px;
    margin-bottom: 15px;
  }

  .subhead-v2 {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .circle-anim {
    display: none;
  }

  #strmnn-splash-2a {
    min-height: auto;
    background-color: #E0E1E2;
    padding: 35px 25px 30px;
  }
  #strmnn-splash-2a #strmn-home-v2-display {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  #strmnn-splash-2a #splash-2-head,
#strmnn-splash-2a #splash-2-subhead,
#strmnn-splash-2a .home-v2-testimonial-wrapper .item {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  #strmnn-splash-3a {
    background-color: #46B98C;
    padding: 70px 10px;
  }
  #strmnn-splash-3a .home-v2-banner {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }

  .home-v2-testimonial-wrapper .item {
    margin: 6px;
  }

  #strmnn-splash-3a .col-lg-4 {
    margin-bottom: 25px;
  }
  #strmnn-splash-3a .col-lg-4:last-of-type {
    margin: 0;
  }

  .home-v2-banner {
    min-height: 380px;
  }
  .home-v2-banner .h {
    padding: 20px;
  }

  .home-v2-banner .h h3, .home-v2-banner .h .h3 {
    font-size: 32px;
    line-height: 32px;
  }
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  #roi-dropdown-wrapper {
    display: block;
  }

  #strmnn-splash-a .container > div {
    padding-top: 11%;
  }

  #strmnn-splash-a .girl {
    height: 75vh;
  }

  #strmnn-splash-2a {
    padding: 70px 25px 70px;
  }

  #strmnn-splash-3a .col-lg-4 {
    width: 33.33%;
    margin-bottom: 0;
  }

  .home-v2-banner .h h3, .home-v2-banner .h .h3 {
    letter-spacing: -0.02em;
    font-size: 23px;
    line-height: 26px;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  html.touch #strmnn-splash-a .girl {
    height: 70vh;
    bottom: -2%;
  }
  html.touch #strmnn-splash-2a,
html.touch #strmnn-splash-3a {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  html.touch .circle-anim {
    display: none;
  }
  html.touch #strmnn-splash-a {
    position: relative;
    height: auto;
  }
  html.touch #strmnn-splash-a .headline-home-v2,
html.touch #strmnn-splash-a .subhead-v2,
html.touch #strmnn-splash-a #btn-start-digital-sales-tool,
html.touch #strmnn-splash-a .girl {
    opacity: 1;
  }
  html.touch #strmnn-splash-a .girl {
    height: 90vh;
    bottom: -2%;
  }
  html.touch #strmnn-splash-2a {
    min-height: auto;
    background-color: #E0E1E2;
    padding: 80px 25px 80px;
  }
  html.touch #strmnn-splash-2a #strmn-home-v2-display {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  html.touch #strmnn-splash-2a #splash-2-head,
html.touch #strmnn-splash-2a #splash-2-subhead,
html.touch #strmnn-splash-2a .home-v2-testimonial-wrapper .item {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  html.touch #strmnn-splash-3a {
    min-height: auto;
    background-color: #46B98C;
    padding: 80px 10px;
  }
  html.touch #strmnn-splash-3a .home-v2-banner {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  html.touch #scroll-icon {
    display: none;
  }
  html.touch footer {
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 600px) {
  body.modal-open #lisa-trigger,
body.modal-open #lisa-baloon,
body.modal-open #lisa-widget {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  html.is-agent #strmnn-splash-3a {
    padding: 13vh 50px 10vh;
  }
}
html.is-agent body.page-home footer {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
html.is-agent #scroll-icon {
  display: none;
}

@media screen and (width: 1024px) and (height: 768px) {
  html.touch {
    overflow-x: hidden;
  }
}
@media screen and (max-height: 700px) and (min-width: 1200px) {
  html.is-agent #strmnn-splash-3a {
    padding: 2.5vh 50px 10vh;
  }
}
.h-one {
  margin-bottom: 20px;
}

.headline-home-v2 .h-one {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}
.headline-home-v2 .h-two {
  -webkit-transition: all 0.4s ease 0.25s;
  -moz-transition: all 0.4s ease 0.25s;
  -ms-transition: all 0.4s ease 0.25s;
  -o-transition: all 0.4s ease 0.25s;
  transition: all 0.4s ease 0.25s;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}

#strmnn-splash-a.intro-animation .headline-home-v2 .h-one,
#strmnn-splash-a.intro-animation .headline-home-v2 .h-two {
  color: #fff;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

#strmnn-landing-roi {
  background-color: #46B98C;
}
#strmnn-landing-roi .btn-v2 {
  text-transform: uppercase;
}
#strmnn-landing-roi .landing-wrapper .h:last-of-type {
  min-height: 35vw;
}

#strmnn-landing-virtual-consultation {
  background-color: #36393A;
}
#strmnn-landing-virtual-consultation .btn-v2 {
  text-transform: uppercase;
}
#strmnn-landing-virtual-consultation .btn {
  min-width: 185px;
}
#strmnn-landing-virtual-consultation .h:last-of-type {
  align-self: flex-end;
}

#strmnn-landing-contact-v3 {
  background-color: #36393A;
}
#strmnn-landing-contact-v3 h3 span, #strmnn-landing-contact-v3 .h3 span {
  color: #D52B1E;
}
#strmnn-landing-contact-v3 .btn-v2 {
  text-transform: uppercase;
}
#strmnn-landing-contact-v3 .h:last-of-type {
  align-self: flex-end;
}

#strmnn-landing-start-the-journey {
  background-color: #46B98C;
}

.landing-wrapper {
  display: flex;
  align-items: center;
}
.landing-wrapper .h {
  flex-basis: 50%;
}
.landing-wrapper .h img {
  max-width: 100%;
}
.landing-wrapper .h .w {
  padding-left: min(20%, 130px);
  padding-right: min(20%, 130px);
  padding-top: 50px;
  padding-bottom: 50px;
}
.landing-wrapper.absolute {
  position: absolute;
  width: 100%;
  z-index: 1;
}

.strmn-landing-def-section {
  color: #fff;
}
.strmn-landing-def-section h3, .strmn-landing-def-section .h3 {
  font-size: 45px;
  line-height: 45px;
  font-weight: 600;
  margin-bottom: 30px;
}
.strmn-landing-def-section p {
  font-size: 20px;
  line-height: 26px;
}
.strmn-landing-def-section .cta.flex {
  width: 100%;
  display: flex;
  margin-top: 50px;
}
.strmn-landing-def-section .cta.flex .btn-v2:first-of-type {
  margin-right: 30px;
}
.strmn-landing-def-section .btn.btn-v2 {
  background-color: #46B98C;
}
.strmn-landing-def-section .btn.btn-v2:hover {
  background-color: #2D7662;
  color: #fff;
}

#btn-start-the-journey-landing-v3 {
  padding: 1.2rem 2rem;
  font-size: 20px;
}
#btn-start-the-journey-landing-v3:hover {
  background-color: #2D7662;
  color: #fff;
}

.strmn-landing-def-section h3, .strmn-landing-def-section .h3 {
  -webkit-transition: all 0.4s ease 0.5s;
  -moz-transition: all 0.4s ease 0.5s;
  -ms-transition: all 0.4s ease 0.5s;
  -o-transition: all 0.4s ease 0.5s;
  transition: all 0.4s ease 0.5s;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}
.strmn-landing-def-section p {
  -webkit-transition: all 0.4s ease 0.8s;
  -moz-transition: all 0.4s ease 0.8s;
  -ms-transition: all 0.4s ease 0.8s;
  -o-transition: all 0.4s ease 0.8s;
  transition: all 0.4s ease 0.8s;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}
.strmn-landing-def-section .cta .btn:first-of-type {
  -webkit-transition: all 0.4s ease 1.1s;
  -moz-transition: all 0.4s ease 1.1s;
  -ms-transition: all 0.4s ease 1.1s;
  -o-transition: all 0.4s ease 1.1s;
  transition: all 0.4s ease 1.1s;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}
.strmn-landing-def-section .cta .btn:last-of-type {
  -webkit-transition: all 0.4s ease 1.3s;
  -moz-transition: all 0.4s ease 1.3s;
  -ms-transition: all 0.4s ease 1.3s;
  -o-transition: all 0.4s ease 1.3s;
  transition: all 0.4s ease 1.3s;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
}
.strmn-landing-def-section .v-wrapper {
  -webkit-transition: all 0.4s ease 0.5s;
  -moz-transition: all 0.4s ease 0.5s;
  -ms-transition: all 0.4s ease 0.5s;
  -o-transition: all 0.4s ease 0.5s;
  transition: all 0.4s ease 0.5s;
  opacity: 0;
}
.strmn-landing-def-section.on h3, .strmn-landing-def-section.on .h3, .strmn-landing-def-section.on p, .strmn-landing-def-section.on .btn:first-of-type, .strmn-landing-def-section.on .btn:last-of-type, .strmn-landing-def-section.on .v-wrapper {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

#strmnn-landing-lisa-video {
  background-color: #000;
}
#strmnn-landing-lisa-video .v-wrapper {
  position: relative;
}
#strmnn-landing-lisa-video .v-wrapper:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 79px;
  height: 79px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='91' height='91' viewBox='0 0 91 91'%3E%3Ccircle cx='45.5' cy='45.5' r='45.5' fill='%2346b98c' opacity='0.455'/%3E%3Ccircle cx='39.5' cy='39.5' r='39.5' transform='translate(6 6.002)' fill='%2346b98c'/%3E%3Cpath d='M16,0,32,28H0Z' transform='translate(64.75 29.002) rotate(90)' fill='%23fff'/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
#strmnn-landing-lisa-video .v-wrapper:hover:before {
  opacity: 0.8;
}
#strmnn-landing-lisa-video .v-wrapper.playing:before {
  display: none;
}
#strmnn-landing-lisa-video video {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 1170px;
}

#strem-landing-v3-video-heading {
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#strem-landing-v3-video-heading.off {
  opacity: 0;
}

#video-lisa-landing-v3 {
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .landing-wrapper .h .w {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 992px) {
  .landing-wrapper {
    display: block;
    flex-direction: column;
  }
  .landing-wrapper .h {
    flex-basis: 100%;
  }
  .landing-wrapper h3, .landing-wrapper .h3 {
    font-size: 32px;
    line-height: 32px;
  }
  .landing-wrapper .h .w {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 600px) {
  #strmnn-landing-roi .landing-wrapper .h:last-of-type {
    min-height: 56vw;
  }

  #strmnn-landing-virtual-consultation .btn {
    min-width: 140px;
  }

  #strmnn-landing-start-the-journey .h:first-of-type .w {
    padding-bottom: 0;
  }
  #strmnn-landing-start-the-journey .h:last-of-type .w {
    padding-top: 20px;
  }

  #strmnn-splash-a {
    -webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
  }
  #strmnn-splash-a .subhead-v2 {
    margin-bottom: 16px !important;
  }
  #strmnn-splash-a .girl {
    bottom: -50px !important;
    width: calc(100% - 80px);
  }
}
#strmnn-splash-landing-campaign {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
  position: relative;
  width: 100vw;
  min-height: calc(100vh - 95px);
}
#strmnn-splash-landing-campaign .col-lg-5:first-of-type {
  padding-top: 5vw;
}
#strmnn-splash-landing-campaign .calendly-inline-widget {
  height: calc(100vh - 155px);
  min-width: 320px;
  background: #fff;
  border: solid 4px #46B98C;
}
#strmnn-splash-landing-campaign .headline-home-v2 {
  margin-bottom: 15px;
}

html.page-landing-campaign.campaign-us #strmnn-splash-landing-campaign .col-lg-5:last-of-type {
  padding-top: 30px;
}

html.page-landing-campaign body {
  background-image: url(/assets/img/photos/home/v2/strmnn-splash-background.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
html.page-landing-campaign #application-MarketingContent-manage-component---ObjectView--DesignView--ContentPage-0L-8W,
html.page-landing-campaign #alert-empty-wishlist,
html.page-landing-campaign #contact-sales-form-wishlist {
  display: none;
}
html.page-landing-campaign .hamburger {
  display: none !important;
}

.subhead3-v2 {
  max-width: 35vw;
  font-family: "FS Industrie", sans-serif;
  font-size: 28px;
  font-weight: bold;
  line-height: 35px;
  margin-bottom: 35px;
}

.subhead2-v2 {
  max-width: 43vw;
  font-family: "TheSans", sans-serif;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 35px;
}

.landing-campaign-contact-sales-wrapper .modal-body {
  padding: 1.5rem 0 !important;
  border: solid 4px #46B98C;
}

@media screen and (max-width: 576px) {
  #strmnn-splash-landing-campaign {
    height: auto;
    padding-bottom: 30px;
  }
  #strmnn-splash-landing-campaign .headline-home-v2 br {
    display: none;
  }
  #strmnn-splash-landing-campaign .subhead3-v2 {
    max-width: 100%;
  }
  #strmnn-splash-landing-campaign .subhead3-v2 br {
    display: none;
  }
  #strmnn-splash-landing-campaign .calendly-inline-widget {
    height: 450px;
  }

  .landing-campaign-contact-sales-wrapper .modal-body {
    padding: 1.5rem 1rem !important;
  }
}
@media screen and (max-width: 768px) {
  html.page-landing-campaign .menu-wrapper .menu a {
    display: block;
  }
}
form {
  margin: 0;
}

.questions-nav ul {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
}
.questions-nav li {
  width: 25%;
  display: inline-block;
  padding: 0;
  list-style: none;
  text-align: center;
}
.questions-nav li .bar {
  display: block;
  width: 100%;
  height: 14px;
  position: relative;
}
.questions-nav li .bar:before {
  position: absolute;
  width: 100%;
  height: 14px;
  display: block;
  content: "";
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: left center;
  background-color: #46B98C;
}
.questions-nav li .q {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
}
.questions-nav li.active .bar:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.questions-nav li:nth-of-type(1) .bar {
  background: rgba(255, 255, 255, 0.45);
}
.questions-nav li:nth-of-type(2) .bar {
  background: rgba(255, 255, 255, 0.32);
}
.questions-nav li:nth-of-type(3) .bar {
  background: rgba(255, 255, 255, 0.24);
}
.questions-nav li:nth-of-type(4) .bar {
  background: rgba(255, 255, 255, 0.17);
}

#q-nav {
  width: 100vw;
  position: fixed;
  top: 95px;
  left: 0;
  z-index: 1;
}

.q-section {
  display: none;
  width: 100vw;
  height: auto;
  min-height: 100%;
  background-color: #36393A;
}
.q-section .i {
  padding: 65px 0;
}
.q-section.active {
  display: block;
}

.question-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 0 30px;
}
.question-list > li {
  padding: 0;
  margin: 0 0 28px;
  list-style: none;
  display: block;
  flex-basis: calc(25% - 28px);
  text-align: center;
  margin-right: 28px;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateX(-400px) translateZ(-400px) rotate(-20deg);
  -ms-transform: translateX(-400px) translateZ(-400px) rotate(-20deg);
  transform: translateX(-400px) translateZ(-400px) rotate(-20deg);
  opacity: 0;
}
.question-list > li a {
  background-color: #fff;
  display: block;
  text-decoration: none;
  height: 100%;
  padding-bottom: 20px;
  border: solid 6px #fff;
}
.question-list > li a:hover span {
  color: #2D7662;
}
.question-list > li a span {
  color: #46B98C;
  font-family: "FS Industrie", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 25px;
  line-height: 27px;
  display: block;
  margin: auto;
  text-align: center;
  max-width: 200px;
  padding: 20px 0;
  min-height: 94px;
}
.question-list > li a.active {
  background-color: #46B98C;
  color: #fff;
}
.question-list > li a.active span {
  color: #fff;
}
.question-list > li a:after {
  display: block;
  content: "";
  width: 140px;
  height: 120px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
}
.question-list dl {
  margin: 0;
  font-size: 18px;
  line-height: 27px;
}
.question-list dl dt {
  color: #46B98C;
}
.question-list dl dd {
  color: #fff;
  padding-bottom: 15px;
  border-bottom: solid 1px rgba(118, 121, 123, 0.55);
  margin-bottom: 15px;
}
.question-list dl dd:last-of-type {
  border: none;
}

.q-section.animate .question-list > li {
  -webkit-transform: translateX(0) translateZ(0) rotate(0);
  -ms-transform: translateX(0) translateZ(0) rotate(0);
  transform: translateX(0) translateZ(0) rotate(0);
  opacity: 1;
}
.q-section.animate .question-list > li.anim-d-100 {
  transition-delay: 100ms !important;
}
.q-section.animate .question-list > li.anim-d-200 {
  transition-delay: 150ms !important;
}
.q-section.animate .question-list > li.anim-d-300 {
  transition-delay: 200ms !important;
}
.q-section.animate .question-list > li.anim-d-400 {
  transition-delay: 250ms !important;
}
.q-section.animate .question-list > li.anim-d-500 {
  transition-delay: 300ms !important;
}
.q-section.animate .question-list > li.anim-d-600 {
  transition-delay: 350ms !important;
}
.q-section.animate .question-list > li.anim-d-700 {
  transition-delay: 400ms !important;
}
.q-section.animate .question-list > li.anim-d-800 {
  transition-delay: 450ms !important;
}
.q-section.animate .question-list > li.anim-d-900 {
  transition-delay: 500ms !important;
}
.q-section.animate .question-list > li.anim-d-1000 {
  transition-delay: 550ms !important;
}

.btn-question-w {
  text-align: center;
}

.btn-next-question {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  font-size: 25px;
  line-height: 27px;
  padding: 0.8rem 1.2rem;
}

.choice-box {
  position: absolute;
  z-index: -1;
  top: 50%;
  width: calc(100% - 24px);
  border: solid 5px #46B98C;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.choice-box.active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.choice-box .h {
  font-family: "FS Industrie", sans-serif;
  background-color: #46B98C;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 25px;
  line-height: 43px;
  padding: 5px 0;
}
.choice-box .b {
  width: 100%;
  background: #007760;
  padding: 30px;
}
.choice-box:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  background-color: #46B98C;
  top: -23px;
  left: 120px;
  z-index: -1;
}
.choice-box .box-choice-confirm-btns {
  display: block;
  margin-top: 25px;
  text-align: center;
}

#implant-guide-choice {
  display: flex;
  justify-content: center;
}
#implant-guide-choice .box {
  background-color: #fff;
  padding: 20px 35px;
  margin: 0 15px;
  flex-basis: 50%;
  max-width: 450px;
}
#implant-guide-choice .box .hh {
  font-family: "FS Industrie", sans-serif;
  text-align: center;
  font-weight: bold;
  color: #46B98C;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 12px;
}
#implant-guide-choice .box .btns {
  text-align: center;
}
#implant-guide-choice .box .btns button:first-child {
  margin-right: 10px;
}
#implant-guide-choice .box .btns button:last-child {
  margin-left: 10px;
}
#implant-guide-choice .btn-outline-secondary:hover {
  color: #46B98C;
  background-color: #fff;
}
#implant-guide-choice .btn-outline-secondary.active {
  background-color: #46B98C !important;
  color: #fff !important;
}

#restoring-teeth-options-choice {
  display: flex;
  justify-content: center;
}
#restoring-teeth-options-choice .box {
  background-color: #fff;
  padding: 20px 35px;
  margin: 0 15px;
  flex-basis: 45%;
}
#restoring-teeth-options-choice .box .hh {
  text-align: center;
  color: #46B98C;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 12px;
}
#restoring-teeth-options-choice .box .btns {
  text-align: center;
}
#restoring-teeth-options-choice .box .btns button:first-child {
  margin-right: 10px;
}
#restoring-teeth-options-choice .box .btns button:last-child {
  margin-left: 10px;
}

.btn-confirm-choice {
  padding-left: 50px;
  padding-right: 50px;
}

/* start checkbox custom */
.checkbox-wrapper {
  display: block;
  position: relative;
  padding-left: 29px;
  margin-bottom: 6px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #707070;
}
.checkbox-wrapper.disabled {
  opacity: 0.35;
  pointer-events: none;
}

.checkbox-wrapper input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 7px;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 4px;
}

.checkbox-wrapper input:not(:checked) ~ .checkmark {
  background: rgb(219, 219, 219);
  background: linear-gradient(180deg, rgb(219, 219, 219) 0%, rgb(255, 255, 255) 100%);
  border: solid 1px rgba(0, 0, 0, 0.25);
}

.checkbox-wrapper:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox-wrapper input:checked ~ .checkmark {
  background-color: #46B98C;
  border: solid 1px #46B98C;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-wrapper input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-wrapper .checkmark:after {
  left: 6px;
  top: 3px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* end checkbox custom */
/* ICONS */
.question-list li > a.q1-placing-implants:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='57.646' height='100' viewBox='0 0 57.646 100'%3E%3Cpath d='M45.862,105.99A15.487,15.487,0,0,1,30.436,90.622V42.555H27.243a5.492,5.492,0,0,1-4.712-3.616L17.01,24.282,22.434,9.3A5.1,5.1,0,0,1,27.185,5.99H64.211a5.367,5.367,0,0,1,4.636,3.578l5.809,14.676L69.578,39.208a4.959,4.959,0,0,1-4.77,3.347H61.23V90.622A15.375,15.375,0,0,1,45.862,105.99Zm-7.886-4.482A13.442,13.442,0,0,0,59.307,90.622V89.179l-21.331,12.31Zm-5.559-9.771a13.544,13.544,0,0,0,4,8.463L59.307,86.986V76.215L32.417,91.737Zm-.058-12.964V89.545L59.307,73.984V63.213L32.359,78.773Zm0-12.983V76.561L59.307,61V50.229L32.359,65.79Zm0-12.983V63.578L59.307,48.017V42.574H50.074L32.359,52.787Zm0-10.214v8l13.868-8ZM64.827,40.67a3.1,3.1,0,0,0,2.943-2.039l4.539-13.387H19.414L24.338,38.3a3.591,3.591,0,0,0,2.924,2.366H64.827ZM19.414,23.32h52.8L67.058,10.3a3.553,3.553,0,0,0-2.847-2.366H27.147a3.071,3.071,0,0,0-2.9,2.039Z' transform='translate(-17.01 -5.99)' fill='%2336393a'/%3E%3C/svg%3E");
}

.question-list li > a.active.q1-placing-implants:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='57.646' height='100' viewBox='0 0 57.646 100'%3E%3Cpath d='M45.862,105.99A15.487,15.487,0,0,1,30.436,90.622V42.555H27.243a5.492,5.492,0,0,1-4.712-3.616L17.01,24.282,22.434,9.3A5.1,5.1,0,0,1,27.185,5.99H64.211a5.367,5.367,0,0,1,4.636,3.578l5.809,14.676L69.578,39.208a4.959,4.959,0,0,1-4.77,3.347H61.23V90.622A15.375,15.375,0,0,1,45.862,105.99Zm-7.886-4.482A13.442,13.442,0,0,0,59.307,90.622V89.179l-21.331,12.31Zm-5.559-9.771a13.544,13.544,0,0,0,4,8.463L59.307,86.986V76.215L32.417,91.737Zm-.058-12.964V89.545L59.307,73.984V63.213L32.359,78.773Zm0-12.983V76.561L59.307,61V50.229L32.359,65.79Zm0-12.983V63.578L59.307,48.017V42.574H50.074L32.359,52.787Zm0-10.214v8l13.868-8ZM64.827,40.67a3.1,3.1,0,0,0,2.943-2.039l4.539-13.387H19.414L24.338,38.3a3.591,3.591,0,0,0,2.924,2.366H64.827ZM19.414,23.32h52.8L67.058,10.3a3.553,3.553,0,0,0-2.847-2.366H27.147a3.071,3.071,0,0,0-2.9,2.039Z' transform='translate(-17.01 -5.99)' fill='%23fff'/%3E%3C/svg%3E");
}

.question-list li > a.q1-restoring-teeth:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='74.959' height='100' viewBox='0 0 74.959 100'%3E%3Cpath d='M60.88,107.974H42.036l-.208-.77L28.752,58.522l-1.687-2.436A74.941,74.941,0,0,1,19.8,44.009l-.791-1.562c-3.373-6.955-5-13.368-5-19.635V20.5A12.771,12.771,0,0,1,24.088,8.237a12.583,12.583,0,0,1,6.58.4,10.264,10.264,0,0,1,1.687.687A43.418,43.418,0,0,0,50.2,13.088h2.6A42.849,42.849,0,0,0,70.687,9.3a12.845,12.845,0,0,1,1.6-.645A12.648,12.648,0,0,1,88.969,20.522v2.311a44.888,44.888,0,0,1-4.976,19.573l-.416.77c-.125.25-.271.541-.4.833A72.381,72.381,0,0,1,75.6,56.523l-1.4,2L60.922,107.974Zm-13.888-2.082H59.277l2.27-8.412Zm-5.351-7.413,1.874,7L62.3,94.627l2.582-9.578L41.641,98.479ZM39.2,89.4l1.874,7,24.57-14.2,2.582-9.578L39.2,89.4Zm-2.436-9.078,1.874,7L68.98,69.786l2.582-9.578L36.768,80.322Zm-2.436-9.078,1.874,7,33.4-19.3H55.612L34.332,71.244ZM31.022,58.938,33.77,69.162,51.448,58.938Zm0-2.082H71.916L69.438,47.59H33.5l-2.478,9.266ZM31.9,45.508H71.02l2.686,10.057.146-.208a72.091,72.091,0,0,0,7.413-12.2c.146-.312.292-.6.437-.916l.416-.77c3.186-6.58,4.747-12.681,4.747-18.636V20.522A10.822,10.822,0,0,0,78.454,10.3a10.59,10.59,0,0,0-5.476.312,8.142,8.142,0,0,0-1.4.562A45.846,45.846,0,0,1,52.76,15.191h-2.6a45.653,45.653,0,0,1-18.74-4.019,9.918,9.918,0,0,0-1.437-.583,10.374,10.374,0,0,0-5.476-.312A10.781,10.781,0,0,0,16.092,20.5v2.311c0,5.934,1.562,12.056,4.768,18.677l.375.687c.167.333.312.645.458.937a70.038,70.038,0,0,0,7.1,11.785l.437.625,2.686-10.036Z' transform='translate(-14.01 -7.974)' fill='%2336393a'/%3E%3C/svg%3E");
}

.question-list li > a.active.q1-restoring-teeth:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='74.959' height='100' viewBox='0 0 74.959 100'%3E%3Cpath d='M60.88,107.974H42.036l-.208-.77L28.752,58.522l-1.687-2.436A74.941,74.941,0,0,1,19.8,44.009l-.791-1.562c-3.373-6.955-5-13.368-5-19.635V20.5A12.771,12.771,0,0,1,24.088,8.237a12.583,12.583,0,0,1,6.58.4,10.264,10.264,0,0,1,1.687.687A43.418,43.418,0,0,0,50.2,13.088h2.6A42.849,42.849,0,0,0,70.687,9.3a12.845,12.845,0,0,1,1.6-.645A12.648,12.648,0,0,1,88.969,20.522v2.311a44.888,44.888,0,0,1-4.976,19.573l-.416.77c-.125.25-.271.541-.4.833A72.381,72.381,0,0,1,75.6,56.523l-1.4,2L60.922,107.974Zm-13.888-2.082H59.277l2.27-8.412Zm-5.351-7.413,1.874,7L62.3,94.627l2.582-9.578L41.641,98.479ZM39.2,89.4l1.874,7,24.57-14.2,2.582-9.578L39.2,89.4Zm-2.436-9.078,1.874,7L68.98,69.786l2.582-9.578L36.768,80.322Zm-2.436-9.078,1.874,7,33.4-19.3H55.612L34.332,71.244ZM31.022,58.938,33.77,69.162,51.448,58.938Zm0-2.082H71.916L69.438,47.59H33.5l-2.478,9.266ZM31.9,45.508H71.02l2.686,10.057.146-.208a72.091,72.091,0,0,0,7.413-12.2c.146-.312.292-.6.437-.916l.416-.77c3.186-6.58,4.747-12.681,4.747-18.636V20.522A10.822,10.822,0,0,0,78.454,10.3a10.59,10.59,0,0,0-5.476.312,8.142,8.142,0,0,0-1.4.562A45.846,45.846,0,0,1,52.76,15.191h-2.6a45.653,45.653,0,0,1-18.74-4.019,9.918,9.918,0,0,0-1.437-.583,10.374,10.374,0,0,0-5.476-.312A10.781,10.781,0,0,0,16.092,20.5v2.311c0,5.934,1.562,12.056,4.768,18.677l.375.687c.167.333.312.645.458.937a70.038,70.038,0,0,0,7.1,11.785l.437.625,2.686-10.036Z' transform='translate(-14.01 -7.974)' fill='%23fff'/%3E%3C/svg%3E");
}

.question-list li > a.q1-restoring-implants:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.447' height='100' viewBox='0 0 38.447 100'%3E%3Cpath d='M46.125,105.99H36.36a4.726,4.726,0,0,1-4.729-4.729V77.155H28.4L22,53.126l.038-13.649L31.016,5.99H51.45l9,33.737-.038,13.649L54.026,77.155H50.835v24.106a4.726,4.726,0,0,1-4.729,4.729Zm-11.438-2.48a2.775,2.775,0,0,0,1.672.557h9.765a2.81,2.81,0,0,0,2.807-2.807V95.3l-14.245,8.228Zm-1.134-8.055v5.805a2.436,2.436,0,0,0,.077.654l15.3-8.843v-6.5Zm0-8.727v6.5l15.379-8.881v-6.5Zm0-9.592V84.5L46.3,77.136Zm-3.672-1.922H52.565l5.671-21.146H24.211ZM23.922,52.145h34.6V40.669h-34.6Zm.288-13.4H58.236L49.97,7.893H32.477L24.211,38.747Z' transform='translate(-22 -5.99)' fill='%2336393a'/%3E%3C/svg%3E");
}

.question-list li > a.active.q1-restoring-implants:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='38.447' height='100' viewBox='0 0 38.447 100'%3E%3Cpath d='M46.125,105.99H36.36a4.726,4.726,0,0,1-4.729-4.729V77.155H28.4L22,53.126l.038-13.649L31.016,5.99H51.45l9,33.737-.038,13.649L54.026,77.155H50.835v24.106a4.726,4.726,0,0,1-4.729,4.729Zm-11.438-2.48a2.775,2.775,0,0,0,1.672.557h9.765a2.81,2.81,0,0,0,2.807-2.807V95.3l-14.245,8.228Zm-1.134-8.055v5.805a2.436,2.436,0,0,0,.077.654l15.3-8.843v-6.5Zm0-8.727v6.5l15.379-8.881v-6.5Zm0-9.592V84.5L46.3,77.136Zm-3.672-1.922H52.565l5.671-21.146H24.211ZM23.922,52.145h34.6V40.669h-34.6Zm.288-13.4H58.236L49.97,7.893H32.477L24.211,38.747Z' transform='translate(-22 -5.99)' fill='%23fff'/%3E%3C/svg%3E");
}

.question-list li > a.q1-guided-surgery:after {
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='81.326' viewBox='0 0 100 81.326'%3E%3Cpath d='M93.593,94.41a15.077,15.077,0,0,1-10.019-3.892,17.324,17.324,0,0,1-5.59-10.772,17.6,17.6,0,0,1,1.333-9.374,17.122,17.122,0,0,1-4.3-17.308,16.138,16.138,0,0,1-3.376-3.139,17.265,17.265,0,0,1-3.419-6.773c-.624,0-1.247-.065-1.892-.129a16.934,16.934,0,0,1-7.59-2.881,17.537,17.537,0,0,1-7.611,2.881,13.987,13.987,0,0,1-1.892.129,16.983,16.983,0,0,1-3.419,6.773,18.691,18.691,0,0,1-3.376,3.139,17.122,17.122,0,0,1-4.3,17.308,17.72,17.72,0,0,1-4.257,20.146A14.689,14.689,0,0,1,11.57,87.638a17.7,17.7,0,0,1,2.559-22.274A17.118,17.118,0,0,1,19.4,46.014a16.53,16.53,0,0,1,3.268-15.2,16.832,16.832,0,0,1,10.9-6.042A14.961,14.961,0,0,1,36.9,18.622a17.2,17.2,0,0,1,21.844-2.86,17.2,17.2,0,0,1,21.844,2.86,15.1,15.1,0,0,1,3.333,6.149A16.95,16.95,0,0,1,98.086,46.014a17.082,17.082,0,0,1,5.289,19.35,17.7,17.7,0,0,1,2.559,22.274,14.971,14.971,0,0,1-10.492,6.644,12.838,12.838,0,0,1-1.828.108ZM69.964,40.961l.172.9a15.043,15.043,0,0,0,6.751,9.869l.731.473-.3.817a14.792,14.792,0,0,0-.387,9.159,14.642,14.642,0,0,0,4.429,7.138l.623.559-.366.731a15.456,15.456,0,0,0-1.484,8.858,15.123,15.123,0,0,0,4.881,9.439,12.525,12.525,0,0,0,19.092-2.451,15.565,15.565,0,0,0-2.559-19.823l-.58-.516.107-.882a14.918,14.918,0,0,0-4.9-17.953l-.667-.473.28-.774a14.264,14.264,0,0,0-2.645-13.846A14.623,14.623,0,0,0,82.95,26.857l-.817-.065-.172-.8a12.8,12.8,0,0,0-3.01-5.934,15.017,15.017,0,0,0-19.2-2.408l-1.054.774-1.054-.774a15.055,15.055,0,0,0-19.2,2.43,12.8,12.8,0,0,0-3.01,5.934l-.172.8-.817.065A14.623,14.623,0,0,0,24.255,32.21,14.264,14.264,0,0,0,21.61,46.056l.28.774-.667.473a14.918,14.918,0,0,0-4.9,17.953l.323.731-.6.516-.9-.645.71.8A15.565,15.565,0,0,0,13.29,86.477a12.78,12.78,0,0,0,8.966,5.7,12.86,12.86,0,0,0,10.127-3.247,15.541,15.541,0,0,0,3.4-18.318l-.366-.731.624-.559a14.922,14.922,0,0,0,4.042-16.3l-.3-.817.731-.473a15.043,15.043,0,0,0,6.751-9.869l.172-.9,1.441.065a14.547,14.547,0,0,0,1.914-.129,14.91,14.91,0,0,0,7.224-2.924l.645-.494.645.494A15.12,15.12,0,0,0,66.524,40.9a14.547,14.547,0,0,0,1.914.129l1.441-.065Zm13.2,9.138a9.74,9.74,0,1,1,9.74-9.74A9.745,9.745,0,0,1,83.165,50.1Zm0-17.351a7.589,7.589,0,1,0,7.589,7.589,7.588,7.588,0,0,0-7.589-7.589Z' transform='translate(-8.747 -13.084)' fill='%2336393a'/%3E%3C/svg%3E");
}

.question-list li > a.active.q1-guided-surgery:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='81.326' viewBox='0 0 100 81.326'%3E%3Cpath d='M93.593,94.41a15.077,15.077,0,0,1-10.019-3.892,17.324,17.324,0,0,1-5.59-10.772,17.6,17.6,0,0,1,1.333-9.374,17.122,17.122,0,0,1-4.3-17.308,16.138,16.138,0,0,1-3.376-3.139,17.265,17.265,0,0,1-3.419-6.773c-.624,0-1.247-.065-1.892-.129a16.934,16.934,0,0,1-7.59-2.881,17.537,17.537,0,0,1-7.611,2.881,13.987,13.987,0,0,1-1.892.129,16.983,16.983,0,0,1-3.419,6.773,18.691,18.691,0,0,1-3.376,3.139,17.122,17.122,0,0,1-4.3,17.308,17.72,17.72,0,0,1-4.257,20.146A14.689,14.689,0,0,1,11.57,87.638a17.7,17.7,0,0,1,2.559-22.274A17.118,17.118,0,0,1,19.4,46.014a16.53,16.53,0,0,1,3.268-15.2,16.832,16.832,0,0,1,10.9-6.042A14.961,14.961,0,0,1,36.9,18.622a17.2,17.2,0,0,1,21.844-2.86,17.2,17.2,0,0,1,21.844,2.86,15.1,15.1,0,0,1,3.333,6.149A16.95,16.95,0,0,1,98.086,46.014a17.082,17.082,0,0,1,5.289,19.35,17.7,17.7,0,0,1,2.559,22.274,14.971,14.971,0,0,1-10.492,6.644,12.838,12.838,0,0,1-1.828.108ZM69.964,40.961l.172.9a15.043,15.043,0,0,0,6.751,9.869l.731.473-.3.817a14.792,14.792,0,0,0-.387,9.159,14.642,14.642,0,0,0,4.429,7.138l.623.559-.366.731a15.456,15.456,0,0,0-1.484,8.858,15.123,15.123,0,0,0,4.881,9.439,12.525,12.525,0,0,0,19.092-2.451,15.565,15.565,0,0,0-2.559-19.823l-.58-.516.107-.882a14.918,14.918,0,0,0-4.9-17.953l-.667-.473.28-.774a14.264,14.264,0,0,0-2.645-13.846A14.623,14.623,0,0,0,82.95,26.857l-.817-.065-.172-.8a12.8,12.8,0,0,0-3.01-5.934,15.017,15.017,0,0,0-19.2-2.408l-1.054.774-1.054-.774a15.055,15.055,0,0,0-19.2,2.43,12.8,12.8,0,0,0-3.01,5.934l-.172.8-.817.065A14.623,14.623,0,0,0,24.255,32.21,14.264,14.264,0,0,0,21.61,46.056l.28.774-.667.473a14.918,14.918,0,0,0-4.9,17.953l.323.731-.6.516-.9-.645.71.8A15.565,15.565,0,0,0,13.29,86.477a12.78,12.78,0,0,0,8.966,5.7,12.86,12.86,0,0,0,10.127-3.247,15.541,15.541,0,0,0,3.4-18.318l-.366-.731.624-.559a14.922,14.922,0,0,0,4.042-16.3l-.3-.817.731-.473a15.043,15.043,0,0,0,6.751-9.869l.172-.9,1.441.065a14.547,14.547,0,0,0,1.914-.129,14.91,14.91,0,0,0,7.224-2.924l.645-.494.645.494A15.12,15.12,0,0,0,66.524,40.9a14.547,14.547,0,0,0,1.914.129l1.441-.065Zm13.2,9.138a9.74,9.74,0,1,1,9.74-9.74A9.745,9.745,0,0,1,83.165,50.1Zm0-17.351a7.589,7.589,0,1,0,7.589,7.589,7.588,7.588,0,0,0-7.589-7.589Z' transform='translate(-8.747 -13.084)' fill='%23fff'/%3E%3C/svg%3E");
}

.question-list li > a.q1-immediate-temporisation:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='85.39' viewBox='0 0 100 85.39'%3E%3Cpath d='M68.652,95.94A37.37,37.37,0,0,1,36.643,78.12H25.1V76.113h12.7l.281.522A37.255,37.255,0,0,0,42.945,83L46.2,79.745l1.425,1.425-3.251,3.251a35.293,35.293,0,0,0,23.259,9.512V89.5h2.007v4.435a35.5,35.5,0,0,0,23.239-9.512L89.684,81.23l1.425-1.425,3.211,3.211a35.407,35.407,0,0,0,9.954-23.7H99.838V57.309h4.435a35.515,35.515,0,0,0-9.813-23.54L91.269,36.96l-1.425-1.425,3.191-3.191a35.6,35.6,0,0,0-23.4-9.673v4.455H67.629V22.671A35.244,35.244,0,0,0,43.908,32.6L47,35.7,45.574,37.12,42.5,34.05a35.19,35.19,0,0,0-4.375,5.84l-.3.482-.642.12H25.064V38.485H36.623A37.492,37.492,0,0,1,59.381,21.808V15.186a4.638,4.638,0,0,1,4.636-4.636h9.071a4.656,4.656,0,0,1,4.656,4.636v6.6a36.986,36.986,0,0,1,9.272,3.693c1.084-1.866,2.087-3.612,2.669-4.636-.8-.462-1.666-.963-2.509-1.445l1-1.746c3.311,1.906,6.6,3.813,6.723,3.873l-1,1.726s-1.044-.6-2.448-1.425c-.6,1.023-1.605,2.789-2.689,4.656A37.643,37.643,0,0,1,68.632,95.94Zm-4.6-83.424a2.638,2.638,0,0,0-2.629,2.629v6.181a38.336,38.336,0,0,1,14.349,0V15.166a2.642,2.642,0,0,0-2.649-2.629H64.056ZM33.232,68.708H15.692V66.7h17.54Zm35.44-5A4.977,4.977,0,0,1,63.7,58.734,4.913,4.913,0,0,1,64.518,56L52.357,43.843l1.425-1.425L65.943,54.58a4.913,4.913,0,0,1,2.729-.823,4.977,4.977,0,1,1,0,9.954ZM66,57.49a2.978,2.978,0,1,0,1.425-1.425l1.967,1.967L67.97,59.456Zm-34,1.826H6.28V57.309H32.028v2.007ZM33.232,49.9H15.692V47.9h17.54Z' transform='translate(-6.28 -10.55)' fill='%2336393a'/%3E%3C/svg%3E");
}

.question-list li > a.active.q1-immediate-temporisation:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='85.39' viewBox='0 0 100 85.39'%3E%3Cpath d='M68.652,95.94A37.37,37.37,0,0,1,36.643,78.12H25.1V76.113h12.7l.281.522A37.255,37.255,0,0,0,42.945,83L46.2,79.745l1.425,1.425-3.251,3.251a35.293,35.293,0,0,0,23.259,9.512V89.5h2.007v4.435a35.5,35.5,0,0,0,23.239-9.512L89.684,81.23l1.425-1.425,3.211,3.211a35.407,35.407,0,0,0,9.954-23.7H99.838V57.309h4.435a35.515,35.515,0,0,0-9.813-23.54L91.269,36.96l-1.425-1.425,3.191-3.191a35.6,35.6,0,0,0-23.4-9.673v4.455H67.629V22.671A35.244,35.244,0,0,0,43.908,32.6L47,35.7,45.574,37.12,42.5,34.05a35.19,35.19,0,0,0-4.375,5.84l-.3.482-.642.12H25.064V38.485H36.623A37.492,37.492,0,0,1,59.381,21.808V15.186a4.638,4.638,0,0,1,4.636-4.636h9.071a4.656,4.656,0,0,1,4.656,4.636v6.6a36.986,36.986,0,0,1,9.272,3.693c1.084-1.866,2.087-3.612,2.669-4.636-.8-.462-1.666-.963-2.509-1.445l1-1.746c3.311,1.906,6.6,3.813,6.723,3.873l-1,1.726s-1.044-.6-2.448-1.425c-.6,1.023-1.605,2.789-2.689,4.656A37.643,37.643,0,0,1,68.632,95.94Zm-4.6-83.424a2.638,2.638,0,0,0-2.629,2.629v6.181a38.336,38.336,0,0,1,14.349,0V15.166a2.642,2.642,0,0,0-2.649-2.629H64.056ZM33.232,68.708H15.692V66.7h17.54Zm35.44-5A4.977,4.977,0,0,1,63.7,58.734,4.913,4.913,0,0,1,64.518,56L52.357,43.843l1.425-1.425L65.943,54.58a4.913,4.913,0,0,1,2.729-.823,4.977,4.977,0,1,1,0,9.954ZM66,57.49a2.978,2.978,0,1,0,1.425-1.425l1.967,1.967L67.97,59.456Zm-34,1.826H6.28V57.309H32.028v2.007ZM33.232,49.9H15.692V47.9h17.54Z' transform='translate(-6.28 -10.55)' fill='%23fff'/%3E%3C/svg%3E");
}

.question-list li > a.q1-clear-aligners:after {
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='81.326' viewBox='0 0 100 81.326'%3E%3Cpath d='M93.593,94.41a15.077,15.077,0,0,1-10.019-3.892,17.324,17.324,0,0,1-5.59-10.772,17.6,17.6,0,0,1,1.333-9.374,17.122,17.122,0,0,1-4.3-17.308,16.138,16.138,0,0,1-3.376-3.139,17.265,17.265,0,0,1-3.419-6.773c-.624,0-1.247-.065-1.892-.129a16.934,16.934,0,0,1-7.59-2.881,17.537,17.537,0,0,1-7.611,2.881,13.987,13.987,0,0,1-1.892.129,16.983,16.983,0,0,1-3.419,6.773,18.691,18.691,0,0,1-3.376,3.139,17.122,17.122,0,0,1-4.3,17.308,17.72,17.72,0,0,1-4.257,20.146A14.689,14.689,0,0,1,11.57,87.638a17.7,17.7,0,0,1,2.559-22.274A17.118,17.118,0,0,1,19.4,46.014a16.53,16.53,0,0,1,3.268-15.2,16.832,16.832,0,0,1,10.9-6.042A14.961,14.961,0,0,1,36.9,18.622a17.2,17.2,0,0,1,21.844-2.86,17.2,17.2,0,0,1,21.844,2.86,15.1,15.1,0,0,1,3.333,6.149A16.95,16.95,0,0,1,98.086,46.014a17.082,17.082,0,0,1,5.289,19.35,17.7,17.7,0,0,1,2.559,22.274,14.971,14.971,0,0,1-10.492,6.644,12.838,12.838,0,0,1-1.828.108ZM69.964,40.961l.172.9a15.043,15.043,0,0,0,6.751,9.869l.731.473-.3.817a14.792,14.792,0,0,0-.387,9.159,14.642,14.642,0,0,0,4.429,7.138l.623.559-.366.731a15.456,15.456,0,0,0-1.484,8.858,15.123,15.123,0,0,0,4.881,9.439,12.525,12.525,0,0,0,19.092-2.451,15.565,15.565,0,0,0-2.559-19.823l-.58-.516.107-.882a14.918,14.918,0,0,0-4.9-17.953l-.667-.473.28-.774a14.264,14.264,0,0,0-2.645-13.846A14.623,14.623,0,0,0,82.95,26.857l-.817-.065-.172-.8a12.8,12.8,0,0,0-3.01-5.934,15.017,15.017,0,0,0-19.2-2.408l-1.054.774-1.054-.774a15.055,15.055,0,0,0-19.2,2.43,12.8,12.8,0,0,0-3.01,5.934l-.172.8-.817.065A14.623,14.623,0,0,0,24.255,32.21,14.264,14.264,0,0,0,21.61,46.056l.28.774-.667.473a14.918,14.918,0,0,0-4.9,17.953l.323.731-.6.516-.9-.645.71.8A15.565,15.565,0,0,0,13.29,86.477a12.78,12.78,0,0,0,8.966,5.7,12.86,12.86,0,0,0,10.127-3.247,15.541,15.541,0,0,0,3.4-18.318l-.366-.731.624-.559a14.922,14.922,0,0,0,4.042-16.3l-.3-.817.731-.473a15.043,15.043,0,0,0,6.751-9.869l.172-.9,1.441.065a14.547,14.547,0,0,0,1.914-.129,14.91,14.91,0,0,0,7.224-2.924l.645-.494.645.494A15.12,15.12,0,0,0,66.524,40.9a14.547,14.547,0,0,0,1.914.129l1.441-.065Z' transform='translate(-8.747 -13.084)' fill='%2336393a'/%3E%3C/svg%3E");
}

.question-list li > a.active.q1-clear-aligners:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='81.326' viewBox='0 0 100 81.326'%3E%3Cpath d='M93.593,94.41a15.077,15.077,0,0,1-10.019-3.892,17.324,17.324,0,0,1-5.59-10.772,17.6,17.6,0,0,1,1.333-9.374,17.122,17.122,0,0,1-4.3-17.308,16.138,16.138,0,0,1-3.376-3.139,17.265,17.265,0,0,1-3.419-6.773c-.624,0-1.247-.065-1.892-.129a16.934,16.934,0,0,1-7.59-2.881,17.537,17.537,0,0,1-7.611,2.881,13.987,13.987,0,0,1-1.892.129,16.983,16.983,0,0,1-3.419,6.773,18.691,18.691,0,0,1-3.376,3.139,17.122,17.122,0,0,1-4.3,17.308,17.72,17.72,0,0,1-4.257,20.146A14.689,14.689,0,0,1,11.57,87.638a17.7,17.7,0,0,1,2.559-22.274A17.118,17.118,0,0,1,19.4,46.014a16.53,16.53,0,0,1,3.268-15.2,16.832,16.832,0,0,1,10.9-6.042A14.961,14.961,0,0,1,36.9,18.622a17.2,17.2,0,0,1,21.844-2.86,17.2,17.2,0,0,1,21.844,2.86,15.1,15.1,0,0,1,3.333,6.149A16.95,16.95,0,0,1,98.086,46.014a17.082,17.082,0,0,1,5.289,19.35,17.7,17.7,0,0,1,2.559,22.274,14.971,14.971,0,0,1-10.492,6.644,12.838,12.838,0,0,1-1.828.108ZM69.964,40.961l.172.9a15.043,15.043,0,0,0,6.751,9.869l.731.473-.3.817a14.792,14.792,0,0,0-.387,9.159,14.642,14.642,0,0,0,4.429,7.138l.623.559-.366.731a15.456,15.456,0,0,0-1.484,8.858,15.123,15.123,0,0,0,4.881,9.439,12.525,12.525,0,0,0,19.092-2.451,15.565,15.565,0,0,0-2.559-19.823l-.58-.516.107-.882a14.918,14.918,0,0,0-4.9-17.953l-.667-.473.28-.774a14.264,14.264,0,0,0-2.645-13.846A14.623,14.623,0,0,0,82.95,26.857l-.817-.065-.172-.8a12.8,12.8,0,0,0-3.01-5.934,15.017,15.017,0,0,0-19.2-2.408l-1.054.774-1.054-.774a15.055,15.055,0,0,0-19.2,2.43,12.8,12.8,0,0,0-3.01,5.934l-.172.8-.817.065A14.623,14.623,0,0,0,24.255,32.21,14.264,14.264,0,0,0,21.61,46.056l.28.774-.667.473a14.918,14.918,0,0,0-4.9,17.953l.323.731-.6.516-.9-.645.71.8A15.565,15.565,0,0,0,13.29,86.477a12.78,12.78,0,0,0,8.966,5.7,12.86,12.86,0,0,0,10.127-3.247,15.541,15.541,0,0,0,3.4-18.318l-.366-.731.624-.559a14.922,14.922,0,0,0,4.042-16.3l-.3-.817.731-.473a15.043,15.043,0,0,0,6.751-9.869l.172-.9,1.441.065a14.547,14.547,0,0,0,1.914-.129,14.91,14.91,0,0,0,7.224-2.924l.645-.494.645.494A15.12,15.12,0,0,0,66.524,40.9a14.547,14.547,0,0,0,1.914.129l1.441-.065Z' transform='translate(-8.747 -13.084)' fill='%23fff'/%3E%3C/svg%3E");
}

.question-list li > a.q2-cone-beam:after {
  background-image: url(/assets/img/icons/q2/cone-beam.png?v=1.1);
}

.question-list li > a.q2-intraoral-scanner:after {
  background-image: url(/assets/img/icons/q2/intraoral-scanner.png?v=1.2);
  width: 210px;
  background-size: 100%;
}

.question-list li > a.q2-planning-software:after {
  background-image: url(/assets/img/icons/q2/planning-software.png?v=1.0);
}

.question-list li > a.q2-design-software:after {
  background-image: url(/assets/img/icons/q2/design-software.png?v=1.0);
}

.question-list li > a.q2-in-house-milling-unit:after {
  background-image: url(/assets/img/icons/q2/in-house-milling-unit.png?v=1.0);
}

.question-list li > a.q2-3d-printer:after {
  background-image: url(/assets/img/icons/q2/3d-printer.png?v=1.0);
}

.question-list li > a.q2-just-getting-started:after {
  background-image: url(/assets/img/icons/q2/just-getting-started.png?v=1.0);
}

.question-list li > a.q4-grow-my-pratice:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='122.37' height='102' viewBox='0 0 122.37 102'%3E%3Cg transform='translate(1 1)'%3E%3Crect width='17.34' height='28.451' transform='translate(11.111 71.549)' fill='none' stroke='%2336393a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Crect width='17.34' height='39.618' transform='translate(38.138 60.382)' fill='none' stroke='%2336393a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Crect width='17.34' height='36.869' transform='translate(65.656 63.131)' fill='none' stroke='%2336393a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Crect width='17.34' height='55.181' transform='translate(92.435 44.819)' fill='none' stroke='%2336393a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M-317.324,927.084l27.027-19.136,25.414,10.073,19.36-15.292' transform='translate(337.105 -866.702)' fill='none' stroke='%2336393a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline x2='120.37' transform='translate(0 100)' fill='none' stroke='%2336393a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cellipse cx='15.151' cy='15.152' rx='15.151' ry='15.152' transform='translate(85.858)' fill='none' stroke='%2336393a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cg transform='translate(95.756 4.984)'%3E%3Cpath d='M-275.243,907.135v-2.329a9.3,9.3,0,0,1-4.342-1.162l.723-2.375a8.54,8.54,0,0,0,4.193,1.166c1.615,0,2.766-.7,2.766-1.856,0-1.089-.914-1.727-2.867-2.335-2.8-.872-4.608-2.07-4.608-4.389,0-2.146,1.564-3.8,4.24-4.21v-2.335h2.072v2.239a8.5,8.5,0,0,1,3.654.872l-.711,2.307a7.827,7.827,0,0,0-3.676-.918c-1.848,0-2.422.892-2.422,1.667,0,.958.986,1.554,3.209,2.313,2.939.96,4.278,2.219,4.278,4.526,0,1.993-1.486,3.914-4.437,4.367v2.454Z' transform='translate(279.585 -887.309)' fill='%232b3334'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.question-list li > a.active.q4-grow-my-pratice:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='122.37' height='102' viewBox='0 0 122.37 102'%3E%3Cg transform='translate(1 1)'%3E%3Crect width='17.34' height='28.451' transform='translate(11.111 71.549)' fill='none' stroke='%23fff%0A' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Crect width='17.34' height='39.618' transform='translate(38.138 60.382)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Crect width='17.34' height='36.869' transform='translate(65.656 63.131)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Crect width='17.34' height='55.181' transform='translate(92.435 44.819)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M-317.324,927.084l27.027-19.136,25.414,10.073,19.36-15.292' transform='translate(337.105 -866.702)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline x2='120.37' transform='translate(0 100)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cellipse cx='15.151' cy='15.152' rx='15.151' ry='15.152' transform='translate(85.858)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cg transform='translate(95.756 4.984)'%3E%3Cpath d='M-275.243,907.135v-2.329a9.3,9.3,0,0,1-4.342-1.162l.723-2.375a8.54,8.54,0,0,0,4.193,1.166c1.615,0,2.766-.7,2.766-1.856,0-1.089-.914-1.727-2.867-2.335-2.8-.872-4.608-2.07-4.608-4.389,0-2.146,1.564-3.8,4.24-4.21v-2.335h2.072v2.239a8.5,8.5,0,0,1,3.654.872l-.711,2.307a7.827,7.827,0,0,0-3.676-.918c-1.848,0-2.422.892-2.422,1.667,0,.958.986,1.554,3.209,2.313,2.939.96,4.278,2.219,4.278,4.526,0,1.993-1.486,3.914-4.437,4.367v2.454Z' transform='translate(279.585 -887.309)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.question-list li > a.q4-be-more-patient:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='111.257' height='107.243' viewBox='0 0 111.257 107.243'%3E%3Cg transform='translate(1 1)'%3E%3Cg transform='translate(13.491 12.398)'%3E%3Cpath d='M224.114,354.726a13.851,13.851,0,0,1-27.7,0V344.474c0-5.79,5.668-11.013,9.869-11.013h11.58v6.017s6.252-.34,6.252,6.017Z' transform='translate(-192.093 -333.461)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M197.915,373.412l4.2-2.725s9.423,3.519,18.278,0l4.087,2.725' transform='translate(-193.036 -356.836)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M184.8,451.792v-5.2a5.62,5.62,0,0,1,5.62-5.62h6.071l3.406,1.662,3.066-1.662' transform='translate(-184.803 -400.973)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline y2='5.717' transform='translate(11.804 34.287)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M251.8,451.792v-5.2a5.62,5.62,0,0,0-5.62-5.62h-6.071l-3.406,1.662-3.065-1.662' transform='translate(-215.468 -400.973)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline y2='5.717' transform='translate(24.528 34.287)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3Cg transform='translate(59.532 12.398)'%3E%3Cpath d='M347.841,337.332v17.394a13.851,13.851,0,0,1-27.7,0V337.268a3.348,3.348,0,0,1,3.562-3.807h20.89A3.626,3.626,0,0,1,347.841,337.332Z' transform='translate(-315.818 -333.461)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline x2='26.68' transform='translate(4.818 15.213)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline y2='7.142' transform='translate(18.158 3.871)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline x2='7.142' transform='translate(14.587 7.442)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M308.546,451.792v-5.2a5.62,5.62,0,0,1,5.62-5.62h6.071l3.406,1.662,3.065-1.662' transform='translate(-308.546 -400.973)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M340.271,425.611v5.717l3.572,11.426' transform='translate(-328.467 -391.325)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M375.543,451.792v-5.2a5.62,5.62,0,0,0-5.62-5.62h-6.071l-3.406,1.662-3.065-1.662' transform='translate(-339.211 -400.973)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M368.6,425.611v5.717l-3.475,11.426' transform='translate(-344.075 -391.325)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3Cpath d='M203.172,405.382c1.484,0,3.688-1.034,5.756-3.362s40.9-44.615,40.9-44.615A36.419,36.419,0,0,0,257.8,334.37c0-18.905-13.719-34.231-30.642-34.231-9.714,0-18.373,5.05-23.986,12.928-5.614-7.878-14.272-12.928-23.986-12.928-16.923,0-30.642,15.326-30.642,34.231a36.419,36.419,0,0,0,7.975,23.035s38.828,42.287,40.9,44.615S201.689,405.382,203.172,405.382Z' transform='translate(-148.544 -300.139)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M265.7,479.272c1.635-1.211,3.889-1.378,6.06-1.378a13.983,13.983,0,1,1-10.874,5.19,5.306,5.306,0,0,1-1.6-6.638S262.291,481.8,265.7,479.272Z' transform='translate(-217.136 -410.847)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M281.932,509.851s-.234.673.468,2.779,4.8,1.4,4.8,1.4l.739-7.365a4.652,4.652,0,1,0-6-7.069,4.652,4.652,0,1,0-6,7.069l.739,7.365s4.094.7,4.8-1.4S281.932,509.851,281.932,509.851Z' transform='translate(-227.315 -424.53)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}

.question-list li > a.active.q4-be-more-patient:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='111.257' height='107.243' viewBox='0 0 111.257 107.243'%3E%3Cg transform='translate(1 1)'%3E%3Cg transform='translate(13.491 12.398)'%3E%3Cpath d='M224.114,354.726a13.851,13.851,0,0,1-27.7,0V344.474c0-5.79,5.668-11.013,9.869-11.013h11.58v6.017s6.252-.34,6.252,6.017Z' transform='translate(-192.093 -333.461)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M197.915,373.412l4.2-2.725s9.423,3.519,18.278,0l4.087,2.725' transform='translate(-193.036 -356.836)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M184.8,451.792v-5.2a5.62,5.62,0,0,1,5.62-5.62h6.071l3.406,1.662,3.066-1.662' transform='translate(-184.803 -400.973)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline y2='5.717' transform='translate(11.804 34.287)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M251.8,451.792v-5.2a5.62,5.62,0,0,0-5.62-5.62h-6.071l-3.406,1.662-3.065-1.662' transform='translate(-215.468 -400.973)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline y2='5.717' transform='translate(24.528 34.287)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3Cg transform='translate(59.532 12.398)'%3E%3Cpath d='M347.841,337.332v17.394a13.851,13.851,0,0,1-27.7,0V337.268a3.348,3.348,0,0,1,3.562-3.807h20.89A3.626,3.626,0,0,1,347.841,337.332Z' transform='translate(-315.818 -333.461)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline x2='26.68' transform='translate(4.818 15.213)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline y2='7.142' transform='translate(18.158 3.871)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline x2='7.142' transform='translate(14.587 7.442)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M308.546,451.792v-5.2a5.62,5.62,0,0,1,5.62-5.62h6.071l3.406,1.662,3.065-1.662' transform='translate(-308.546 -400.973)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M340.271,425.611v5.717l3.572,11.426' transform='translate(-328.467 -391.325)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M375.543,451.792v-5.2a5.62,5.62,0,0,0-5.62-5.62h-6.071l-3.406,1.662-3.065-1.662' transform='translate(-339.211 -400.973)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M368.6,425.611v5.717l-3.475,11.426' transform='translate(-344.075 -391.325)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3Cpath d='M203.172,405.382c1.484,0,3.688-1.034,5.756-3.362s40.9-44.615,40.9-44.615A36.419,36.419,0,0,0,257.8,334.37c0-18.905-13.719-34.231-30.642-34.231-9.714,0-18.373,5.05-23.986,12.928-5.614-7.878-14.272-12.928-23.986-12.928-16.923,0-30.642,15.326-30.642,34.231a36.419,36.419,0,0,0,7.975,23.035s38.828,42.287,40.9,44.615S201.689,405.382,203.172,405.382Z' transform='translate(-148.544 -300.139)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M265.7,479.272c1.635-1.211,3.889-1.378,6.06-1.378a13.983,13.983,0,1,1-10.874,5.19,5.306,5.306,0,0,1-1.6-6.638S262.291,481.8,265.7,479.272Z' transform='translate(-217.136 -410.847)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M281.932,509.851s-.234.673.468,2.779,4.8,1.4,4.8,1.4l.739-7.365a4.652,4.652,0,1,0-6-7.069,4.652,4.652,0,1,0-6,7.069l.739,7.365s4.094.7,4.8-1.4S281.932,509.851,281.932,509.851Z' transform='translate(-227.315 -424.53)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}

.question-list li > a.q4-save-time:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='108.056' height='108.059' viewBox='0 0 108.056 108.059'%3E%3Cg transform='translate(1 1)'%3E%3Cellipse cx='31.35' cy='31.35' rx='31.35' ry='31.35' transform='translate(21.678 21.679)' fill='none' stroke='%2336393a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M-183.994,906.659a52.934,52.934,0,0,1,41.628-20.175A53.027,53.027,0,0,1-89.34,939.513a53.027,53.027,0,0,1-53.027,53.029A53.029,53.029,0,0,1-195.4,939.513' transform='translate(195.396 -886.484)' fill='none' stroke='%2336393a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M-174.5,902.615l-15.147,1.245-1.245-15.147' transform='translate(201.05 -883.685)' fill='none' stroke='%2336393a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M-176.621,927.059l10.672-7.949V902.729' transform='translate(218.977 -866.08)' fill='none' stroke='%2336393a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline y2='8.555' transform='translate(53.029 21.679)' fill='none' stroke='%2336393a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline y2='8.555' transform='translate(53.029 75.825)' fill='none' stroke='%2336393a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline x1='8.555' transform='translate(75.824 53.03)' fill='none' stroke='%2336393a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline x1='8.555' transform='translate(21.678 53.03)' fill='none' stroke='%2336393a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}

.question-list li > a.active.q4-save-time:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='108.056' height='108.059' viewBox='0 0 108.056 108.059'%3E%3Cg transform='translate(1 1)'%3E%3Cellipse cx='31.35' cy='31.35' rx='31.35' ry='31.35' transform='translate(21.678 21.679)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M-183.994,906.659a52.934,52.934,0,0,1,41.628-20.175A53.027,53.027,0,0,1-89.34,939.513a53.027,53.027,0,0,1-53.027,53.029A53.029,53.029,0,0,1-195.4,939.513' transform='translate(195.396 -886.484)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M-174.5,902.615l-15.147,1.245-1.245-15.147' transform='translate(201.05 -883.685)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M-176.621,927.059l10.672-7.949V902.729' transform='translate(218.977 -866.08)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline y2='8.555' transform='translate(53.029 21.679)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline y2='8.555' transform='translate(53.029 75.825)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline x1='8.555' transform='translate(75.824 53.03)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline x1='8.555' transform='translate(21.678 53.03)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}

.question-list li > a.q4-engage-with-patient-experience:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='114.805' height='110.105' viewBox='0 0 114.805 110.105'%3E%3Cg transform='translate(1.002 1)'%3E%3Cpath d='M-641.951,425.575a4.605,4.605,0,0,1-1.2-.159l-33.783-9.1-34.9,3.341a4.608,4.608,0,0,1-3.471-1.118l-33.258-29.077a4.607,4.607,0,0,1-.436-6.5,4.607,4.607,0,0,1,6.5-.436l31.764,27.77,33.752-3.232a4.618,4.618,0,0,1,1.637.138l34.589,9.312a4.606,4.606,0,0,1,3.25,5.646A4.608,4.608,0,0,1-641.951,425.575Z' transform='translate(750.136 -346.184)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline x2='20.905' transform='translate(46.987 48.937)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M-525.774,400.7v-8.172a3.941,3.941,0,0,0-4.034-4.034c-3.021,0-4.129,1.944-4.129,4.129v1.615' transform='translate(580.259 -351.767)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M-462.533,259.9V221.72a4.382,4.382,0,0,1,4.656-4.656h41.716a4.543,4.543,0,0,1,4.229,4.229,5.119,5.119,0,0,1-3.468,5.179c-2.471.95-16.154,5.321-16.154,5.321s-3.611,1.711-3.611,4.371a21.743,21.743,0,0,1-.19,3.611' transform='translate(524.154 -217.064)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3Cellipse cx='7.887' cy='7.887' rx='7.887' ry='7.887' transform='translate(80.911 23.186)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3Cellipse cx='7.42' cy='7.42' rx='7.42' ry='7.42' transform='translate(14.782 29.311)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M-399.219,331.983a3.643,3.643,0,0,0-3.643-3.643,3.643,3.643,0,0,0-3.643,3.643v5.9a3.643,3.643,0,0,0,3.643,3.643' transform='translate(480.129 -304.498)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M-298.88,331.983a3.642,3.642,0,0,1,3.643-3.643,3.643,3.643,0,0,1,3.643,3.643v5.9a3.643,3.643,0,0,1-3.643,3.643' transform='translate(395.565 -304.498)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M-577.844,560.737V571s.317,4.435,5.638,4.435a5.98,5.98,0,0,0,6.082-4.941l5.851-10.9' transform='translate(614.759 -486.207)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M-668.061,587.606s39.308,7.936,43.109,9.2,9.122,5.828,9.122,11.4v8.109h-96.544s.38-7.349,6.335-7.349h47.2' transform='translate(720.465 -508.215)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline y2='25.086' transform='translate(61.621 82.132)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline x2='13.177' y2='2.914' transform='translate(47.874 87.834)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M-531.9,461.34l24.154-2.055,33.181,8.908a3.428,3.428,0,0,1,2.422,4.2,3.43,3.43,0,0,1-3.309,2.54,3.432,3.432,0,0,1-.891-.118' transform='translate(581.807 -406.602)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3Crect width='23.749' height='11.276' rx='5.638' transform='translate(32.549 38.723) rotate(42.674)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}

.question-list li > a.active.q4-engage-with-patient-experience:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='114.805' height='110.105' viewBox='0 0 114.805 110.105'%3E%3Cg transform='translate(1.002 1)'%3E%3Cpath d='M-641.951,425.575a4.605,4.605,0,0,1-1.2-.159l-33.783-9.1-34.9,3.341a4.608,4.608,0,0,1-3.471-1.118l-33.258-29.077a4.607,4.607,0,0,1-.436-6.5,4.607,4.607,0,0,1,6.5-.436l31.764,27.77,33.752-3.232a4.618,4.618,0,0,1,1.637.138l34.589,9.312a4.606,4.606,0,0,1,3.25,5.646A4.608,4.608,0,0,1-641.951,425.575Z' transform='translate(750.136 -346.184)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline x2='20.905' transform='translate(46.987 48.937)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M-525.774,400.7v-8.172a3.941,3.941,0,0,0-4.034-4.034c-3.021,0-4.129,1.944-4.129,4.129v1.615' transform='translate(580.259 -351.767)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M-462.533,259.9V221.72a4.382,4.382,0,0,1,4.656-4.656h41.716a4.543,4.543,0,0,1,4.229,4.229,5.119,5.119,0,0,1-3.468,5.179c-2.471.95-16.154,5.321-16.154,5.321s-3.611,1.711-3.611,4.371a21.743,21.743,0,0,1-.19,3.611' transform='translate(524.154 -217.064)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cellipse cx='7.887' cy='7.887' rx='7.887' ry='7.887' transform='translate(80.911 23.186)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cellipse cx='7.42' cy='7.42' rx='7.42' ry='7.42' transform='translate(14.782 29.311)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M-399.219,331.983a3.643,3.643,0,0,0-3.643-3.643,3.643,3.643,0,0,0-3.643,3.643v5.9a3.643,3.643,0,0,0,3.643,3.643' transform='translate(480.129 -304.498)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M-298.88,331.983a3.642,3.642,0,0,1,3.643-3.643,3.643,3.643,0,0,1,3.643,3.643v5.9a3.643,3.643,0,0,1-3.643,3.643' transform='translate(395.565 -304.498)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M-577.844,560.737V571s.317,4.435,5.638,4.435a5.98,5.98,0,0,0,6.082-4.941l5.851-10.9' transform='translate(614.759 -486.207)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M-668.061,587.606s39.308,7.936,43.109,9.2,9.122,5.828,9.122,11.4v8.109h-96.544s.38-7.349,6.335-7.349h47.2' transform='translate(720.465 -508.215)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline y2='25.086' transform='translate(61.621 82.132)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cline x2='13.177' y2='2.914' transform='translate(47.874 87.834)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M-531.9,461.34l24.154-2.055,33.181,8.908a3.428,3.428,0,0,1,2.422,4.2,3.43,3.43,0,0,1-3.309,2.54,3.432,3.432,0,0,1-.891-.118' transform='translate(581.807 -406.602)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Crect width='23.749' height='11.276' rx='5.638' transform='translate(32.549 38.723) rotate(42.674)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}

.question-list li > a.q4-offer-more-efficient-procedures:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='106.456' height='107.118' viewBox='0 0 106.456 107.118'%3E%3Cg transform='translate(1 1)'%3E%3Cpath d='M223.137,1164.884v-6.926h-3.653a14.48,14.48,0,0,0-1.678-4.184l2.544-2.545-4.9-4.9-2.5,2.5a14.485,14.485,0,0,0-4.23-1.778v-3.507H201.8v3.507a14.157,14.157,0,0,0-4.144,1.858l-2.584-2.577-4.9,4.9,2.545,2.545a14.48,14.48,0,0,0-1.678,4.184h-3.653v6.926h3.754a14.525,14.525,0,0,0,1.727,4.035l-2.694,2.694,4.9,4.9,2.775-2.83a14.449,14.449,0,0,0,3.952,1.717v3.9h6.927v-3.9a14.469,14.469,0,0,0,3.987-1.629l2.741,2.742,4.9-4.9-2.693-2.694a14.525,14.525,0,0,0,1.727-4.035Z' transform='translate(-187.385 -1085.281)' fill='none' stroke='%2336393a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M7.334,0A7.334,7.334,0,1,1,0,7.334,7.334,7.334,0,0,1,7.334,0Z' transform='translate(10.542 68.609)' fill='none' stroke='%2336393a' stroke-linecap='round' stroke-width='2'/%3E%3Cellipse cx='7.062' cy='7.062' rx='7.062' ry='7.062' transform='translate(56.064 11.04)' fill='none' stroke='%2336393a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cellipse cx='7.062' cy='7.062' rx='7.062' ry='7.062' transform='translate(56.064 43.553)' fill='none' stroke='%2336393a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cellipse cx='7.062' cy='7.062' rx='7.062' ry='7.062' transform='translate(56.064 76.068)' fill='none' stroke='%2336393a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M226.984,1114.4H214.917a4.026,4.026,0,0,0-3.852,3.85v5.326' transform='translate(-178.434 -1096.298)' fill='none' stroke='%2336393a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M226.984,1140.512H214.917a4.026,4.026,0,0,1-3.852-3.852v-5.326' transform='translate(-178.434 -1089.896)' fill='none' stroke='%2336393a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline y2='1.494' transform='translate(32.631 33.681)' fill='none' stroke='%2336393a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M243.564,1164.108h12.067a4.026,4.026,0,0,0,3.852-3.852v-5.326' transform='translate(-166.149 -1080.978)' fill='none' stroke='%2336393a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M243.564,1138h12.067a4.026,4.026,0,0,1,3.852,3.851v5.325' transform='translate(-166.149 -1087.379)' fill='none' stroke='%2336393a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline y1='1.494' transform='translate(93.334 66.056)' fill='none' stroke='%2336393a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline x2='14.396' transform='translate(76.003 18.102)' fill='none' stroke='%2336393a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M252.987,1110.725l7.062,5.064-7.062,5.122Z' transform='translate(-162.587 -1097.687)' fill='none' stroke='%2336393a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline x1='8.42' transform='translate(41.643 83.277)' fill='none' stroke='%2336393a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M200.357,1151.879v-50.616h86.58v105.118h-86.58v-4.011' transform='translate(-182.481 -1101.264)' fill='none' stroke='%2336393a' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}

.question-list li > a.active.q4-offer-more-efficient-procedures:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='106.456' height='107.118' viewBox='0 0 106.456 107.118'%3E%3Cg transform='translate(1 1)'%3E%3Cpath d='M223.137,1164.884v-6.926h-3.653a14.48,14.48,0,0,0-1.678-4.184l2.544-2.545-4.9-4.9-2.5,2.5a14.485,14.485,0,0,0-4.23-1.778v-3.507H201.8v3.507a14.157,14.157,0,0,0-4.144,1.858l-2.584-2.577-4.9,4.9,2.545,2.545a14.48,14.48,0,0,0-1.678,4.184h-3.653v6.926h3.754a14.525,14.525,0,0,0,1.727,4.035l-2.694,2.694,4.9,4.9,2.775-2.83a14.449,14.449,0,0,0,3.952,1.717v3.9h6.927v-3.9a14.469,14.469,0,0,0,3.987-1.629l2.741,2.742,4.9-4.9-2.693-2.694a14.525,14.525,0,0,0,1.727-4.035Z' transform='translate(-187.385 -1085.281)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M7.334,0A7.334,7.334,0,1,1,0,7.334,7.334,7.334,0,0,1,7.334,0Z' transform='translate(10.542 68.609)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3Cellipse cx='7.062' cy='7.062' rx='7.062' ry='7.062' transform='translate(56.064 11.04)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cellipse cx='7.062' cy='7.062' rx='7.062' ry='7.062' transform='translate(56.064 43.553)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cellipse cx='7.062' cy='7.062' rx='7.062' ry='7.062' transform='translate(56.064 76.068)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M226.984,1114.4H214.917a4.026,4.026,0,0,0-3.852,3.85v5.326' transform='translate(-178.434 -1096.298)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M226.984,1140.512H214.917a4.026,4.026,0,0,1-3.852-3.852v-5.326' transform='translate(-178.434 -1089.896)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline y2='1.494' transform='translate(32.631 33.681)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M243.564,1164.108h12.067a4.026,4.026,0,0,0,3.852-3.852v-5.326' transform='translate(-166.149 -1080.978)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M243.564,1138h12.067a4.026,4.026,0,0,1,3.852,3.851v5.325' transform='translate(-166.149 -1087.379)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline y1='1.494' transform='translate(93.334 66.056)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline x2='14.396' transform='translate(76.003 18.102)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M252.987,1110.725l7.062,5.064-7.062,5.122Z' transform='translate(-162.587 -1097.687)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cline x1='8.42' transform='translate(41.643 83.277)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3Cpath d='M200.357,1151.879v-50.616h86.58v105.118h-86.58v-4.011' transform='translate(-182.481 -1101.264)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}

.h-q-mobile {
  display: none;
}

#implant-guide-choice .btn-outline-secondary {
  color: #46B98C;
  border-color: #46B98C;
}
#implant-guide-choice .btn-outline-secondary:hover {
  color: #46B98C;
}

#hero-results {
  width: 100%;
  height: calc(100vh - 95px);
  background: url(/assets/img/photos/background-top-your-choice.jpg?v=1.3) no-repeat;
  background-size: cover;
}
#hero-results .b {
  margin-top: 20%;
  padding: 70px;
}
#hero-results .b .r {
  color: #fff;
  font-family: "FS Industrie", sans-serif;
  font-size: 45px;
  line-height: 45px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#hero-results .b .r span {
  color: #D52B1E;
}
#hero-results .b .h {
  font-family: "FS Industrie", sans-serif;
  font-size: 28px;
  line-height: 35px;
  color: #fff;
}
#hero-results .b .h a {
  color: #fff;
  text-decoration: none;
}

#menu-results {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  height: 100vh;
  padding-top: 95px;
  width: 320px;
  background-color: #46B98C;
  border-right: solid 1px rgba(255, 255, 255, 0.3137254902);
}
#menu-results .inner {
  height: 100%;
  padding: 20px 30px;
  overflow: auto;
  -ms-overflow: auto;
  overflow-x: hidden;
}
#menu-results .inner:after {
  content: "";
  clear: both;
  display: block;
  height: 1px;
}
#menu-results .inner::-webkit-scrollbar {
  width: 6px;
}
#menu-results .inner::-webkit-scrollbar-track {
  border-radius: 0;
  background: #46B98C;
}
#menu-results .inner::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #389470;
}
#menu-results .inner ul a {
  display: block;
}
#menu-results .inner ul.results {
  padding: 0;
  margin: 0 0 60px 30px;
}
#menu-results .inner ul.results > li {
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  font-family: "FS Industrie", sans-serif;
  font-size: 25px;
  line-height: 1.2;
  border-bottom: solid 1px #fff;
  padding: 10px 0;
}
#menu-results .inner ul.results > li:first-of-type {
  padding-bottom: 0;
}
#menu-results .inner ul.results > li ul {
  padding: 0;
  margin: 0;
}
#menu-results .inner ul.results > li ul li {
  text-transform: none;
  position: relative;
  display: block;
  margin-left: 30px;
  font-weight: normal;
  font-size: 25px;
  line-height: 35px;
  font-family: "FS Industrie", sans-serif;
  list-style: none;
  border-top: solid 1px #fff;
  padding: 10px 0;
}
#menu-results .inner ul.results > li ul li:first-of-type {
  margin-top: 10px;
}
#menu-results .inner ul.results > li ul li:before {
  content: "";
  opacity: 0;
  position: absolute;
  top: 23px;
  left: -23px;
  width: 12px;
  height: 4px;
  background-color: #fff;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
}
#menu-results .inner ul.results > li ul li.active:before {
  opacity: 1;
}
#menu-results .inner .btn-menu {
  float: right;
  display: block;
  margin-bottom: 50px;
  width: calc(100% - 30px);
  font-size: 22px;
  line-height: 25px;
}
#menu-results .inner .btn-menu:hover {
  background-color: transparent;
}
#menu-results .inner .btn-menu.btn-contact-sales {
  padding-left: 50px;
  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='%2346B98C'/%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");
  background-repeat: no-repeat;
  background-position: 12px center;
}
#menu-results .inner .btn-menu:last-of-type {
  margin: 0;
}
#menu-results a {
  color: #fff;
  text-decoration: none;
}

#menu-results ul > li.wishlist-item {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.345' height='13.804' viewBox='0 0 11.345 13.804'%3E%3Cg transform='translate(-870.894 -418.041)'%3E%3Cpath d='M894.721,452.537v4.577h-3.209l5.272,5.524,5.273-5.524h-3.21v-4.577' transform='translate(-20.217 -34.096)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='0.8'/%3E%3Cpath d='M891.511,490.3v1.428a1.35,1.35,0,0,0,1.35,1.35h7.845a1.35,1.35,0,0,0,1.35-1.35V490.3' transform='translate(-20.217 -61.635)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='0.8'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) 22px;
  background-size: 11px;
}
#menu-results ul > li.wishlist-item > a {
  padding-left: 35px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.593' height='22.835' viewBox='0 0 25.593 22.835'%3E%3Cg transform='translate(-56.953 -537.583)'%3E%3Cpath d='M108.592,59.678c.125,0,.276-.215.276-.215a6.1,6.1,0,1,1,10.769,5.722,8.537,8.537,0,0,1-.953,1.464c-.528.619-9.816,10.111-9.816,10.111s-.166.226-.276.226-.276-.226-.276-.226S99.028,67.269,98.5,66.65a8.536,8.536,0,0,1-.953-1.464,6.1,6.1,0,1,1,10.769-5.722S108.467,59.678,108.592,59.678Z' transform='translate(-38.842 482.43)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M667,720.161v-5.631' transform='translate(-597.25 -168.874)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3Cpath d='M667,720.161v-5.631' transform='translate(787.096 -118.529) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
}
#menu-results ul > li.wishlist-item > ul > li {
  position: relative;
  color: #fff;
  font-size: 16px !important;
  line-height: 21px !important;
  padding-right: 30px !important;
}
#menu-results ul > li.wishlist-item > ul > li:last-of-type {
  padding-bottom: 0 !important;
}
#menu-results ul > li.wishlist-item > ul > li .btn-wishlist-remove {
  position: absolute;
  z-index: 2;
  right: 9px;
  top: 15px;
  display: block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='trash-alt' class='svg-inline--fa fa-trash-alt fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='M268 416h24a12 12 0 0 0 12-12V188a12 12 0 0 0-12-12h-24a12 12 0 0 0-12 12v216a12 12 0 0 0 12 12zM432 80h-82.41l-34-56.7A48 48 0 0 0 274.41 0H173.59a48 48 0 0 0-41.16 23.3L98.41 80H16A16 16 0 0 0 0 96v16a16 16 0 0 0 16 16h16v336a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128h16a16 16 0 0 0 16-16V96a16 16 0 0 0-16-16zM171.84 50.91A6 6 0 0 1 177 48h94a6 6 0 0 1 5.15 2.91L293.61 80H154.39zM368 464H80V128h288zm-212-48h24a12 12 0 0 0 12-12V188a12 12 0 0 0-12-12h-24a12 12 0 0 0-12 12v216a12 12 0 0 0 12 12z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
#menu-results ul > li.wishlist-item.empty {
  background: none;
}
#menu-results ul > li.wishlist-item.empty a {
  pointer-events: none;
}
#menu-results ul > li.wishlist-item.empty .wishlist-items {
  display: none;
}

.wishlist-items {
  display: inline-block;
  width: 22px;
  height: 22px;
  text-align: center;
  color: #fff;
  background-color: #2D7662;
  font-family: "TheSans", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  margin-left: 2px;
  border-radius: 50%;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
}

#content-results {
  margin-top: -100vh;
  margin-left: 320px;
}
#content-results .i {
  padding: 0 0;
}
#content-results .inner {
  padding: 30px;
}

.result-workflow > .h {
  margin-bottom: 20px;
}
.result-workflow .h.is-2 {
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.result-workflow .h.is-2 span {
  color: #D52B1E;
}

#result-just-for-you {
  margin-bottom: 30px;
}

.result-just-for-u-wrapper {
  margin-top: 30px;
}
.result-just-for-u-wrapper .item {
  display: flex;
  width: calc(100% - 100px);
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 1px #707070;
}
.result-just-for-u-wrapper .item .img {
  min-width: 114px;
  margin-right: 40px;
  flex-shrink: 0;
}
.result-just-for-u-wrapper .item .body .h {
  font-family: "FS Industrie", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 34px;
  color: #46B98C;
  margin-bottom: 5px;
}
.result-just-for-u-wrapper .item .body .b {
  margin-bottom: 15px;
}

#result-did-you-know {
  display: flex;
}

#result-just-for-you-girl {
  width: 327px;
}

#result-just-for-you-slider {
  width: calc(100% - 327px);
  overflow: hidden;
}
#result-just-for-you-slider.slick-dotted.slick-slider {
  margin: 0;
}
#result-just-for-you-slider .item {
  display: flex;
  align-items: center;
  height: 100%;
  background-color: #2D7662;
}
#result-just-for-you-slider .item .dyk-wrapper {
  margin: auto;
  width: calc(100% - 180px);
}
#result-just-for-you-slider .item .dyk-h {
  margin-bottom: 25px;
}
#result-just-for-you-slider .item .b {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
#result-just-for-you-slider .item .b img {
  width: 100px;
  display: block;
  margin: 0 30px 0 0;
}
#result-just-for-you-slider .item .b .h {
  font-size: 40px;
  line-height: 36px;
  text-align: left;
  font-family: "FS Industrie", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  margin: 0 auto 15px;
}
#result-just-for-you-slider .item .b p {
  margin: auto;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
#result-just-for-you-slider .slick-prev, #result-just-for-you-slider .slick-next {
  width: 20px;
  height: 40px;
  background-size: 100%;
  background-repeat: no-repeat;
}
#result-just-for-you-slider .slick-prev {
  left: 20px;
}
#result-just-for-you-slider .slick-next {
  right: 20px;
}
#result-just-for-you-slider ul.slick-dots {
  bottom: 80px;
  margin-left: 25%;
}
#result-just-for-you-slider ul.slick-dots li {
  width: 16px;
}
#result-just-for-you-slider ul.slick-dots li button:before {
  background-color: #fff;
  width: 14px;
  height: 14px;
  opacity: 1;
  content: "";
  border-radius: 50%;
  border: solid 1px #fff;
  margin-right: 5px;
}
#result-just-for-you-slider ul.slick-dots li.slick-active button:before {
  background-color: #444;
}

#results-mobile-top-nav,
#results-mobile-bottom-nav,
#wishlist-mobile {
  display: none;
}

#result-smile-cloud-banner {
  background-color: #000;
  margin: 40px 0;
  padding: 30px 0;
}
#result-smile-cloud-banner * {
  color: #fff;
}
#result-smile-cloud-banner .h.is-2 {
  text-transform: uppercase;
  font-size: 50px;
  line-height: 50px;
}
#result-smile-cloud-banner .row {
  display: flex;
  align-items: center;
}
#result-smile-cloud-banner video {
  width: 100%;
}

#result-did-you-know .slick-dots {
  display: none !important;
}

@media screen and (max-width: 1400px) {
  #result-just-for-you-girl {
    display: none;
  }

  #result-just-for-you-slider {
    width: 100%;
  }
}
.result-workflow {
  overflow: hidden;
  max-height: 750px;
  background-image: url(/assets/img/misc/bg-gray-workflow-2024.png);
  background-repeat: repeat-x;
  background-position: 0 -63px;
}
.result-workflow .timeline-outer {
  position: relative;
  width: 79%;
  margin: auto;
  height: 18px;
  -webkit-transform: translateY(74px);
  -ms-transform: translateY(74px);
  transform: translateY(74px);
}
.result-workflow .timeline-outer .timeline {
  position: absolute;
  background-color: #B9BCBE;
  border-radius: 10px;
  width: 100%;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  z-index: 1;
}
.result-workflow .timeline-outer:after {
  content: "";
  position: absolute;
  top: 1px;
  display: block;
  border-radius: 10px;
  width: 200px;
  height: 18px;
  z-index: 2;
  left: 50%;
  margin-left: -100px;
}
.result-workflow.workflow-surgical {
  background: #fff;
}
.result-workflow.workflow-surgical .h {
  color: #36393A;
}
.result-workflow.workflow-restorative {
  background: #36393A;
}
.result-workflow.workflow-restorative .h {
  color: #fff;
}
.result-workflow.workflow-orthodontic {
  background: #e0eaf3;
}
.result-workflow.workflow-orthodontic .h {
  color: #36393A;
}
.result-workflow h2.h.is-2 strong, .result-workflow .h.is-2.h2 strong {
  text-transform: uppercase !important;
}

.result-workflow .timeline-outer.scan:after {
  background-color: #2D7662;
}

.result-workflow .timeline-outer.aligner:after {
  background-color: #2D7662;
}

.result-workflow .timeline-outer.planning:after {
  background-color: #2D7662;
}

.result-workflow .timeline-outer.design:after {
  background-color: #2D7662;
}

.result-workflow .timeline-outer.production1:after {
  background-color: #2D7662;
}

.result-workflow .timeline-outer.production2:after {
  background-color: #2D7662;
}

.result-workflow .timeline-outer.surgery:after {
  background-color: #2D7662;
}

.workflow-slider .item {
  width: 270px;
  text-align: center;
  padding: 20px;
  opacity: 0.5;
  cursor: pointer;
}
.workflow-slider .item .btn-open-family {
  pointer-events: none;
}
.workflow-slider .item.slick-current {
  opacity: 1;
  pointer-events: auto;
}
.workflow-slider .item.slick-current .phase {
  font-weight: bold;
}
.workflow-slider .item.slick-current .btn-open-family {
  pointer-events: auto;
}
.workflow-slider .item.void {
  pointer-events: none !important;
}
.workflow-slider .item .phase {
  font-family: "FS Industrie", sans-serif;
  color: #46B98C;
  font-size: 23px;
  line-height: 20px;
  text-transform: uppercase;
  height: 27px;
}
.workflow-slider .item .dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: solid 2px #fff;
  background-color: #46B98C;
  margin: 10px auto 0;
}
.workflow-slider .item .line {
  width: 1px;
  background-color: #46B98C;
  height: 120px;
  margin: auto;
}
.workflow-slider .item .outer-box {
  border: solid 6px transparent;
}
.workflow-slider .item .outer-box .box {
  border: solid 1px #46B98C;
}
.workflow-slider .item .outer-box .head {
  height: 107px;
  background-color: #46B98C;
  position: relative;
}
.workflow-slider .item .outer-box .head .img img {
  -webkit-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  transform: translateY(-40%);
  max-height: 209px;
  margin: auto;
}
.workflow-slider .item .outer-box .head .recomended {
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #D52B1E;
  color: #fff;
  padding: 2px;
}
.workflow-slider .item .outer-box .body {
  padding: 20px;
  background-color: #F5F5F5;
  min-height: 270px;
}
.workflow-slider .item .outer-box .body .ph {
  font-size: 16px;
  text-transform: uppercase;
  margin: -5px 0 10px;
  font-weight: bold;
  color: #666;
}
.workflow-slider .item .outer-box .body .h {
  font-family: "FS Industrie", sans-serif;
  font-size: 25px;
  line-height: 27px;
  font-weight: bold;
  text-transform: uppercase;
  color: #46B98C;
  margin-bottom: 15px;
}
.workflow-slider .item .outer-box .body p {
  margin-bottom: 20px;
  min-height: 72px;
}
.workflow-slider .slick-prev, .workflow-slider .slick-next {
  width: 21px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 66px;
}
.workflow-slider .slick-prev {
  left: 9%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.029' height='40.244' viewBox='0 0 23.029 40.244'%3E%3Cpath d='M5749.25,1063.82l19.613,18.234-19.613,18.353' transform='translate(5770.571 1102.233) rotate(180)' fill='none' stroke='%23b9bcbe' stroke-linejoin='bevel' stroke-width='5'/%3E%3C/svg%3E");
}
.workflow-slider .slick-next {
  right: 9%;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.029' height='40.244' viewBox='0 0 23.029 40.244'%3E%3Cpath d='M5749.25,1063.82l19.613,18.234-19.613,18.353' transform='translate(-5747.542 -1061.989)' fill='none' stroke='%23b9bcbe' stroke-linejoin='bevel' stroke-width='5'/%3E%3C/svg%3E");
}

.workflow-slider .item.slick-current .outer-box .box {
  border: 0;
}

.workflow-slider .item.scan.slick-current .outer-box {
  border-color: #2D7662;
}

.workflow-slider .item.scan.slick-current .dot {
  background-color: #2D7662 !important;
}

.workflow-slider .item.aligner.slick-current .outer-box {
  border-color: #2D7662;
}

.workflow-slider .item.aligner.slick-current .dot {
  background-color: #2D7662 !important;
}

.workflow-slider .item.planning.slick-current .outer-box {
  border-color: #2D7662;
}

.workflow-slider .item.planning.slick-current .dot {
  background-color: #2D7662 !important;
}

.workflow-slider .item.design.slick-current .outer-box {
  border-color: #2D7662;
}

.workflow-slider .item.design.slick-current .dot {
  background-color: #2D7662 !important;
}

.workflow-slider .item.production1.slick-current .outer-box {
  border-color: #2D7662;
}

.workflow-slider .item.production1.slick-current .dot {
  background-color: #2D7662 !important;
}

.workflow-slider .item.production2.slick-current .outer-box {
  border-color: #2D7662;
}

.workflow-slider .item.production2.slick-current .dot {
  background-color: #2D7662 !important;
}

.workflow-slider .item.surgery.slick-current .outer-box {
  border-color: #2D7662;
}

.workflow-slider .item.surgery.slick-current .dot {
  background-color: #2D7662 !important;
}

body.overlay-page-opened {
  overflow: hidden;
}
body.overlay-page-opened main {
  -webkit-transform: translateX(200px);
  -ms-transform: translateX(200px);
  transform: translateX(200px);
}

.btn-close-family-mobile {
  width: 28px;
  height: 28px;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='33' height='33' viewBox='0 0 33 33'%3E%3Cg transform='translate(-575 -66)'%3E%3Cg transform='translate(575 66)' fill='rgba(0,0,0,0.75)' stroke='%23fff' stroke-width='1'%3E%3Ccircle cx='16.5' cy='16.5' r='16.5' stroke='none'/%3E%3Ccircle cx='16.5' cy='16.5' r='16' fill='none'/%3E%3C/g%3E%3Cline y1='14' x2='14' transform='translate(584.5 75.5)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3Cline x2='14' y2='14' transform='translate(584.5 75.5)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 5;
  top: 84px;
  right: 12px;
  opacity: 0.75;
  display: none;
}

img.img-full {
  width: 100%;
  display: block;
}

#overlay-page {
  pointer-events: none;
  width: 100vw;
  height: calc(100vh - 95px);
  position: fixed;
  top: 95px;
  z-index: 5;
  background: rgba(210, 210, 210, 0.9);
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  -webkit-transform: translateX(-100vw);
  -ms-transform: translateX(-100vw);
  transform: translateX(-100vw);
}
#overlay-page .content {
  position: absolute;
  top: 0;
  z-index: 1;
  width: calc(100vw - 240px);
  height: 100%;
  background-color: #fff;
  overflow-y: auto;
  overflow-x: hidden;
  box-shadow: 10px 10px 40px rgba(100, 100, 100, 0.7);
}
#overlay-page.closed {
  display: none;
}
#overlay-page .but-close-family-page {
  position: absolute;
  top: 40px;
  left: calc(100vw - 190px);
  z-index: 3;
  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%3Cg transform='translate(13668 2638)'%3E%3Crect width='37' height='37' transform='translate(-13668 -2638)' fill='%2346B98C'/%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");
  width: 37px;
  height: 37px;
  background-size: 37px;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  -ms-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
#overlay-page .but-close-family-page:hover {
  opacity: 0.7;
}
#overlay-page .but-contact-sales-family-page {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.904' height='27.698' viewBox='0 0 27.904 27.698'%3E%3Cg transform='translate(0.821 0.754)'%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/svg%3E");
  background-repeat: no-repeat;
  background-size: 26px;
  background-position: 7px center;
  display: block;
  background-color: #46B98C;
  height: 37px;
  width: 37px;
  overflow: hidden;
  position: absolute;
  bottom: 40px;
  left: calc(100vw - 190px);
  padding: 0 0 0 40px;
  color: #fff;
  font-size: 20px;
  line-height: 34px;
  z-index: 3;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#overlay-page .but-contact-sales-family-page:hover {
  width: auto;
  padding: 0 10px 0 45px;
}

body.overlay-page-opened #overlay-page {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  pointer-events: auto;
}

.family-header {
  background-color: #36393A;
  padding-bottom: 50px;
}
.family-header .hw {
  padding-top: 15%;
  padding-right: 30px;
}
.family-header .hw h1, .family-header .hw .h1 {
  font-size: 75px;
  line-height: 63px;
  font-weight: bold;
  font-family: "FS Industrie", sans-serif;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin-bottom: 25px;
}
.family-header .hw h1 strong, .family-header .hw .h1 strong {
  color: #D52B1E;
}
.family-header .hw .s {
  font-size: 40px;
  line-height: 50px;
  font-family: "FS Industrie", sans-serif;
  color: #fff;
  margin-bottom: 50px;
}
.family-header .hw ul {
  padding-left: 1.5rem;
}
.family-header .hw ul li {
  font-size: 23px;
  line-height: 30px;
}
.family-header p {
  color: #fff;
}
.family-header .btn-outline-dark {
  color: #fff;
  border-color: #fff;
}

.family-section {
  display: flex;
}
.family-section.no-flex {
  display: block;
}
.family-section.no-flex:after {
  content: "";
  display: table;
  height: 1px;
}
.family-section.no-flex .half {
  float: left;
  width: 50%;
}
.family-section p {
  font-family: "TheSans", sans-serif;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 30px;
  padding-right: 30px;
}
.family-section .i {
  position: relative;
  padding: 100px 60px;
  width: 100%;
  height: 100%;
}
.family-section .i2 {
  padding: 60px 60px;
  width: 100%;
}
.family-section .half {
  flex-shrink: 0;
  flex-grow: 0;
  flex-basis: 50%;
}
.family-section .half .i {
  padding: 60px 60px;
}
.family-section.family-benefits {
  background-color: #46B98C;
}
.family-section.family-benefits .accordion-button, .family-section.family-benefits .accordion-body {
  color: #fff;
}
.family-section.family-benefits .accordion-button.collapsed {
  text-align: left;
}
.family-section.family-benefits .accordion-item {
  border-color: #fff;
}
.family-section.family-benefits .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='%23ffffff' stroke-linecap='round' stroke-width='4'/%3E%3C/svg%3E");
}
.family-section.family-benefits .accordion-button::after {
  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='%23ffffff' stroke-linecap='round' stroke-width='4'/%3E%3Cpath d='M0,0V13.267' transform='translate(404.393 14.524) rotate(-90)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E");
}
.family-section.family-benefits .benefits-sources {
  position: absolute;
  bottom: 30px;
  width: calc(100% - 80px);
  color: #fff;
}
.family-section.family-benefits .family-heading {
  color: #36393A;
}
.family-section.family-benefits .btn-outline-dark {
  color: #fff;
  border-color: #fff;
}
.family-section.family-benefits .btn-outline-dark:hover {
  background-color: #2D7662;
}
.family-section.family-benefits .btn-contact-sales-family {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.385' height='36.118' viewBox='0 0 36.385 36.118'%3E%3Cg transform='translate(-49.88 -697.297)'%3E%3Cg transform='translate(50.975 698.302)'%3E%3Cpath d='M406.182,250.694s3.908,23.05,28.553,28.154l2.872-5.663a2.944,2.944,0,0,0-1.515-2.712c-1.755-1.2-4.307-2.552-4.307-2.552a2.3,2.3,0,0,0-2.552.4c-1.037,1.116-1.754,2.074-3.429,1.356s-7.657-5.184-10.289-10.289a2.254,2.254,0,0,1,.239-2.546c1.037-1.2,2.074-2,1.356-3.994s-3.031-5.264-4.227-5.184S410.01,248.142,406.182,250.694Z' transform='translate(-406.182 -244.87)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M476.847,237.315s13.638-.479,15.234,15.393' transform='translate(-457.785 -237.313)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M476.847,253.876s9.958-.094,10.847,10.927' transform='translate(-457.785 -249.408)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M476.847,268.956a6.981,6.981,0,0,1,6.38,6.859' transform='translate(-457.785 -260.42)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.family-section.family-benefits .i p {
  color: #fff;
}
.family-section .fam-small-heading {
  font-family: "FS Industrie", sans-serif;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.family-section .fam-small-heading span {
  color: #D52B1E;
}
.family-section .fam-small-heading a {
  color: #36393A;
}
.family-section .author {
  color: #46B98C;
  font-family: "FS Industrie", sans-serif;
  font-size: 20px;
  line-height: 24px;
}
.family-section.nofull-h .i {
  height: auto;
}
.family-section div:not(.s) > ul li {
  font-size: 18px !important;
  line-height: 24px !important;
}

.family-heading {
  font-family: "FS Industrie", sans-serif;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: bold;
}
.family-heading span {
  color: #D52B1E;
}

.video-link {
  position: relative;
  display: block;
}
.video-link:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  width: 79px;
  height: 79px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='91' height='91' viewBox='0 0 91 91'%3E%3Ccircle cx='45.5' cy='45.5' r='45.5' fill='%2346b98c' opacity='0.455'/%3E%3Ccircle cx='39.5' cy='39.5' r='39.5' transform='translate(6 6.002)' fill='%2346b98c'/%3E%3Cpath d='M16,0,32,28H0Z' transform='translate(64.75 29.002) rotate(90)' fill='%23fff'/%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.video-link:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='91' height='91' viewBox='0 0 91 91'%3E%3Ccircle cx='45.5' cy='45.5' r='45.5' fill='%2346b98c' opacity='0.455'/%3E%3Ccircle cx='39.5' cy='39.5' r='39.5' transform='translate(6 6.002)' fill='%232d7662'/%3E%3Cpath d='M16,0,32,28H0Z' transform='translate(64.75 29.002) rotate(90)' fill='%23fff'/%3E%3C/svg%3E");
}
.video-link.bot-right:before {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  bottom: 10px;
  right: 10px;
  left: inherit;
  top: inherit;
}
.video-link.bot-right2:before {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  bottom: 40px;
  right: 40px;
  left: inherit;
  top: inherit;
}

.family-bottom-cta {
  background-color: #CFCFCF;
  background-image: url(/assets/img/photos/families/pages/bg-family-footer-contact-cut.png?v=1.0);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 14% bottom;
}
.family-bottom-cta .fam-small-heading {
  font-family: "TheSans", sans-serif;
  text-transform: none;
  color: #36393A;
  font-size: 28px;
  line-height: 35px;
  font-weight: normal;
}

.family-info-box {
  background-color: #36393A;
}
.family-info-box .i {
  padding: 60px 70px !important;
}
.family-info-box .i .h {
  font-family: "FS Industrie", sans-serif;
  background-color: #46B98C;
  text-transform: uppercase;
  color: #fff;
  font-size: 32px;
  line-height: 32px;
  padding: 35px 35px 25px 35px;
  margin-bottom: 20px;
  font-weight: normal;
}
.family-info-box .i .s {
  font-family: "FS Industrie", sans-serif;
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 20px;
  color: #fff;
}
.family-info-box .i p:last-of-type {
  margin: 0;
}

.family-brand-choice.dark {
  background-color: #36393A;
}
.family-brand-choice .i {
  padding: 50px 70px !important;
}

.brand-choice-wrapper {
  display: flex;
  justify-content: space-evenly;
}
.brand-choice-wrapper .item {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 0 25px;
  width: 240px;
}
.brand-choice-wrapper .item .h {
  color: #46B98C;
  font-size: 30px;
  line-height: 34px;
  font-family: "FS Industrie", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
.brand-choice-wrapper .item .img {
  width: 240px;
  margin: auto;
}
.brand-choice-wrapper .item img {
  width: 100%;
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: pixelated;
}
.brand-choice-wrapper .item p {
  font-family: "TheSans", sans-serif;
  min-height: 120px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  padding-right: 0;
}
.brand-choice-wrapper .item p:empty {
  min-height: 30px;
}
.brand-choice-wrapper .item p.h-auto {
  min-height: 20px !important;
}
.brand-choice-wrapper .item li {
  font-size: 18px !important;
  line-height: 27px !important;
}
.brand-choice-wrapper.carousel {
  display: block;
}
.brand-choice-wrapper.carousel .item {
  margin: 0 30px;
}
.brand-choice-wrapper .slick-next, .brand-choice-wrapper .slick-prev {
  width: 20px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: contain;
}
.brand-choice-wrapper .slick-next {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.029' height='40.244' viewBox='0 0 23.029 40.244'%3E%3Cpath d='M5749.25,1063.82l19.613,18.234-19.613,18.353' transform='translate(-5747.542 -1061.989)' fill='none' stroke='%23b9bcbe' stroke-linejoin='bevel' stroke-width='5'/%3E%3C/svg%3E");
  right: -20px;
}
.brand-choice-wrapper .slick-next.slick-disabled {
  display: none !important;
}
.brand-choice-wrapper .slick-prev {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.029' height='40.244' viewBox='0 0 23.029 40.244'%3E%3Cpath d='M5749.25,1063.82l19.613,18.234-19.613,18.353' transform='translate(5770.571 1102.233) rotate(180)' fill='none' stroke='%23b9bcbe' stroke-linejoin='bevel' stroke-width='5'/%3E%3C/svg%3E");
  left: -20px;
}
.brand-choice-wrapper .slick-prev.slick-disabled {
  display: none !important;
}

a.btn-add-to-wishlist {
  font-size: 18px;
  line-height: 19px;
  color: #46B98C;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.894' height='22.135' viewBox='0 0 24.894 22.135'%3E%3Cg transform='translate(0.65 0.65)'%3E%3Cpath d='M114.292,56.153a6.1,6.1,0,0,1,5.344,9.033,8.537,8.537,0,0,1-.953,1.464c-.528.619-9.816,10.111-9.816,10.111s-.166.226-.276.226-.276-.226-.276-.226S99.028,67.269,98.5,66.65a8.536,8.536,0,0,1-.953-1.464,6.1,6.1,0,1,1,10.769-5.722S111.929,56.153,114.292,56.153Z' transform='translate(-96.795 -56.153)' fill='none' stroke='%2346b98c' stroke-miterlimit='10' stroke-width='1.3'/%3E%3Cpath d='M667,720.161v-5.631' transform='translate(-655.203 -707.457)' fill='none' stroke='%2346b98c' stroke-linecap='round' stroke-width='1.3'/%3E%3Cpath d='M667,720.161v-5.631' transform='translate(729.143 -657.112) rotate(90)' fill='none' stroke='%2346b98c' stroke-linecap='round' stroke-width='1.3'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 23px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
  text-decoration: none;
}
a.btn-add-to-wishlist.added {
  opacity: 0.6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.894' height='22.135' viewBox='0 0 24.894 22.135'%3E%3Cg transform='translate(0.65 0.65)'%3E%3Cpath d='M108.592,59.678c.125,0,.276-.215.276-.215a6.1,6.1,0,1,1,10.769,5.722,8.537,8.537,0,0,1-.953,1.464c-.528.619-9.816,10.111-9.816,10.111s-.166.226-.276.226-.276-.226-.276-.226S99.028,67.269,98.5,66.65a8.536,8.536,0,0,1-.953-1.464,6.1,6.1,0,1,1,10.769-5.722S108.467,59.678,108.592,59.678Z' transform='translate(-96.795 -56.153)' fill='%2346B98C' stroke='%236ba4b8' stroke-miterlimit='10' stroke-width='1.3'/%3E%3Cpath d='M667,720.161v-5.631' transform='translate(-655.203 -707.457)' fill='%2346B98C' stroke='%23fff' stroke-linecap='round' stroke-width='1.3' opacity='0'/%3E%3Cpath d='M667,720.161v-5.631' transform='translate(729.143 -657.112) rotate(90)' fill='%2346B98C' stroke='%23fff' stroke-linecap='round' stroke-width='1.3'/%3E%3C/g%3E%3C/svg%3E");
}

.hr-family {
  border: 0;
  border-top: solid 1px #707070;
  margin: 40px 0;
}

.btn-contact-sales-family {
  padding: 14px 20px 14px 75px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.385' height='36.118' viewBox='0 0 36.385 36.118'%3E%3Cg transform='translate(-49.88 -697.297)'%3E%3Cg transform='translate(50.975 698.302)'%3E%3Cpath d='M406.182,250.694s3.908,23.05,28.553,28.154l2.872-5.663a2.944,2.944,0,0,0-1.515-2.712c-1.755-1.2-4.307-2.552-4.307-2.552a2.3,2.3,0,0,0-2.552.4c-1.037,1.116-1.754,2.074-3.429,1.356s-7.657-5.184-10.289-10.289a2.254,2.254,0,0,1,.239-2.546c1.037-1.2,2.074-2,1.356-3.994s-3.031-5.264-4.227-5.184S410.01,248.142,406.182,250.694Z' transform='translate(-406.182 -244.87)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M476.847,237.315s13.638-.479,15.234,15.393' transform='translate(-457.785 -237.313)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M476.847,253.876s9.958-.094,10.847,10.927' transform='translate(-457.785 -249.408)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M476.847,268.956a6.981,6.981,0,0,1,6.38,6.859' transform='translate(-457.785 -260.42)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 20px center;
  font-family: "TheSans", sans-serif;
  font-size: 25px;
  line-height: 27px;
}
.btn-contact-sales-family:hover {
  background-color: transparent;
}

.brand-choice-wrapper-2-cols {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  max-width: 950px;
  margin: auto;
}
.brand-choice-wrapper-2-cols .item {
  flex-basis: calc(50% - 20px);
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 460px;
  margin-bottom: 60px;
  padding-right: 60px;
  padding-left: 60px;
}
.brand-choice-wrapper-2-cols .item .img {
  width: 250px;
  margin: 0 auto 20px;
}
.brand-choice-wrapper-2-cols .item .img img {
  width: 100%;
}
.brand-choice-wrapper-2-cols .item .h {
  font-family: "FS Industrie", sans-serif;
  color: #46B98C;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  margin-bottom: 10px;
  text-align: center;
}
.brand-choice-wrapper-2-cols .item ul {
  margin: 0;
  padding: 0;
}
.brand-choice-wrapper-2-cols .item ul li {
  font-size: 18px;
  line-height: 27px;
  color: #36393A;
  margin-left: 22px;
}

.smile-in-a-box-black-box {
  background: #000 url(/assets/img/photos/families/pages/smile-in-a-box/smile-in-a-box-woman.jpg?v=1.0) no-repeat;
  background-position: right bottom;
  background-size: 100%;
  min-height: 29vw;
}

.family-box-details {
  display: flex;
  margin-top: 60px;
}
.family-box-details .item {
  width: 235px;
  text-align: center;
  margin-right: 30px;
}
.family-box-details .item:last-of-type {
  margin: 0;
}
.family-box-details .item a {
  position: relative;
  display: block;
  text-decoration: none;
  font-size: 23px;
  line-height: 28px;
  color: #fff;
  font-family: "FS Industrie", sans-serif;
}
.family-box-details .item a:before {
  position: absolute;
  content: "";
  display: block;
  width: 54px;
  height: 73px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='57.388' height='77.049' viewBox='0 0 57.388 77.049'%3E%3Cg transform='translate(-871.045 -416.582)'%3E%3Cline x2='14.1' y2='13.603' transform='translate(912.475 418.441)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.629'/%3E%3Cpath d='M926.575,432.044v54.923a5.349,5.349,0,0,1-5.349,5.349H877.709a5.349,5.349,0,0,1-5.349-5.349V423.79a5.349,5.349,0,0,1,5.349-5.349h34.766v8.937a5.1,5.1,0,0,0,4.568,4.766C919.029,432.144,926.575,432.044,926.575,432.044Z' fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='2.629'/%3E%3Cpath d='M899.587,452.537v11.518h-8.076l13.267,13.9,13.267-13.9H909.97V452.537' transform='translate(-6.101 -10.861)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.629'/%3E%3Cpath d='M891.511,490.3V493.9a3.4,3.4,0,0,0,3.4,3.4h19.741a3.4,3.4,0,0,0,3.4-3.4V490.3' transform='translate(-6.101 -22.891)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2.911'/%3E%3C/g%3E%3C/svg%3E");
  z-index: 2;
  top: 89px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: contain;
  -webkit-transition: all 0.4s ease 0.15s;
  -moz-transition: all 0.4s ease 0.15s;
  -ms-transition: all 0.4s ease 0.15s;
  -o-transition: all 0.4s ease 0.15s;
  transition: all 0.4s ease 0.15s;
  opacity: 0;
}
.family-box-details .item a:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  width: 135px;
  height: 177px;
  left: 50%;
  margin-left: -67.5px;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.family-box-details .item a:hover:after, .family-box-details .item a:hover:before {
  opacity: 1;
}
.family-box-details .item img {
  display: block;
  width: 100%;
  max-width: 135px;
  margin: 0 auto 10px;
}

.fam-brand-list {
  margin: 0;
  padding: 0;
}
.fam-brand-list li {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}
.fam-brand-list li a {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  color: #fff;
}
.fam-brand-list li a:hover .h {
  color: #46B98C;
}
.fam-brand-list li:last-of-type {
  margin: 0;
}
.fam-brand-list li .img {
  width: 160px;
  height: 160px;
  flex-shrink: 0;
  margin-right: 10px;
  border-radius: 50%;
}
.fam-brand-list li .img img {
  width: 100%;
}
.fam-brand-list li .body {
  padding-right: 20px;
}
.fam-brand-list li .body .h {
  padding-top: 15px;
  font-family: "FS Industrie", sans-serif;
  color: #46B98C;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fam-brand-list li .body .b {
  font-size: 17px;
  line-height: 20px;
  padding-right: 30px;
}

.def-content-family {
  background-repeat: no-repeat;
  background-size: cover;
}
.def-content-family.tr {
  background-position: right top;
}

.fam-bullets {
  margin: 0 0 30px;
}
.fam-bullets li {
  font-size: 18px;
  line-height: 27px;
}

.block-separator {
  background-image: url(/assets/img/photos/families/divisorio.jpg?v=1.0);
  background-size: cover;
  background-attachment: fixed;
  height: 310px;
}
.block-separator.clear-correct {
  background-image: url(/assets/img/photos/families/divisorio-ClearCorrect.jpg?v=1.0);
  height: 29vw;
  background-position: left -15vh;
}

#overlay-page .btn-roi-calculator {
  margin-top: 15px;
}
#overlay-page .btn-roi-calculator:hover {
  background-color: #2D7662;
  border-color: #2D7662;
  color: #fff;
}

.benefits-button {
  text-align: center;
  padding-top: 40px;
}

.fam-testimonial {
  position: relative;
}
.fam-testimonial .fam-small-heading {
  cursor: pointer;
  font-size: 32px;
  line-height: 32px;
  padding-right: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: "FS Industrie", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  color: #46B98C;
}
.fam-testimonial .fam-small-heading::after {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  right: 0;
  width: 20px;
  height: 20px;
  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='%2346B98C' stroke-linecap='round' stroke-width='4'/%3E%3Cpath d='M0,0V13.267' transform='translate(404.393 14.524) rotate(-90)' fill='none' stroke='%2346B98C' stroke-linecap='round' stroke-width='4'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 100%;
}
.fam-testimonial .fam-small-heading .btn-fam-testimonial-read-more {
  font-weight: normal;
  color: #36393A !important;
}
.fam-testimonial p {
  display: block;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.55s ease;
  -moz-transition: all 0.55s ease;
  -ms-transition: all 0.55s ease;
  -o-transition: all 0.55s ease;
  transition: all 0.55s ease;
}
.fam-testimonial.opened p {
  max-height: 1000px;
}
.fam-testimonial.opened .fam-small-heading::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='%2346B98C' stroke-linecap='round' stroke-width='4'/%3E%3C/svg%3E");
}

.medit-features-block .is-2 {
  color: #46B98C;
}
.medit-features-block .mf-intro {
  font-size: 25px;
  line-height: 33px;
  margin: auto;
  width: 100%;
  max-width: 800px;
}

.fam-medit-macro {
  padding: 20px 0 0;
  display: flex;
}
.fam-medit-macro .clmn {
  min-width: 25%;
}
.fam-medit-macro .clmn .hc {
  color: #46B98C;
  font-size: 21px;
  line-height: 25px;
  margin-bottom: 25px;
}

.fam-medit-items {
  margin: 0;
}
.fam-medit-items ul {
  padding: 0;
}
.fam-medit-items li {
  list-style: none;
  padding-left: 60px;
  line-height: 40px;
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 25px;
}
.fam-medit-items li.fmi-design {
  background-image: url(/assets/img/photos/families/pages/digital-impressions/fmi-design.png);
}
.fam-medit-items li.fmi-calibration {
  background-image: url(/assets/img/photos/families/pages/digital-impressions/fmi-calibration.png);
}
.fam-medit-items li.fmi-crownfit {
  background-image: url(/assets/img/photos/families/pages/digital-impressions/fmi-crownfit.png);
}
.fam-medit-items li.fmi-dcm {
  background-image: url(/assets/img/photos/families/pages/digital-impressions/fmi-dcm.png);
}
.fam-medit-items li.fmi-modelbuilder {
  background-image: url(/assets/img/photos/families/pages/digital-impressions/fmi-modelbuilder.png);
}
.fam-medit-items li.fmi-occlusion {
  background-image: url(/assets/img/photos/families/pages/digital-impressions/fmi-occlusion.png);
}
.fam-medit-items li.fmi-ortho {
  background-image: url(/assets/img/photos/families/pages/digital-impressions/fmi-ortho.png);
}
.fam-medit-items li.fmi-smile {
  background-image: url(/assets/img/photos/families/pages/digital-impressions/fmi-smile.png);
}
.fam-medit-items li.fmi-temporaries {
  background-image: url(/assets/img/photos/families/pages/digital-impressions/fmi-temporaries.png);
}

.ftw {
  display: flex;
  align-items: center;
}

.btn-fam-testimonial-read-more {
  display: none;
  color: #46B98C !important;
  margin-top: 5px;
  font-size: 19px;
}
.btn-fam-testimonial-read-more.on {
  display: block;
}

.family-section-download .family-heading {
  font-weight: bold;
}

.family-section.dark .fam-small-heading {
  color: #fff;
}

#overlay-page.family-10 .family-header {
  background-color: #ebebeb;
}
#overlay-page.family-10 .family-header .hw h1, #overlay-page.family-10 .family-header .hw .h1 {
  color: #00C3C8;
  font-family: "Maven Pro", sans-serif;
  text-transform: none;
}
#overlay-page.family-10 .family-heading,
#overlay-page.family-10 .fam-small-heading {
  font-family: "Maven Pro", sans-serif;
  text-transform: none;
}
#overlay-page.family-10 .family-header .hw p {
  color: #36393a;
}
#overlay-page.family-10 .family-section.family-benefits .half:last-of-type {
  background-color: #00C3C8;
}
#overlay-page.family-10 a.btn-add-to-wishlist {
  color: #5A32C8;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.894' height='22.135' viewBox='0 0 24.894 22.135'%3E%3Cg transform='translate(0.65 0.65)'%3E%3Cpath d='M114.292,56.153a6.1,6.1,0,0,1,5.344,9.033,8.537,8.537,0,0,1-.953,1.464c-.528.619-9.816,10.111-9.816,10.111s-.166.226-.276.226-.276-.226-.276-.226S99.028,67.269,98.5,66.65a8.536,8.536,0,0,1-.953-1.464,6.1,6.1,0,1,1,10.769-5.722S111.929,56.153,114.292,56.153Z' transform='translate(-96.795 -56.153)' fill='none' stroke='%235a32c8' stroke-miterlimit='10' stroke-width='1.3'/%3E%3Cpath d='M667,720.161v-5.631' transform='translate(-655.203 -707.457)' fill='none' stroke='%235a32c8' stroke-linecap='round' stroke-width='1.3'/%3E%3Cpath d='M667,720.161v-5.631' transform='translate(729.143 -657.112) rotate(90)' fill='none' stroke='%235a32c8' stroke-linecap='round' stroke-width='1.3'/%3E%3C/g%3E%3C/svg%3E");
}
#overlay-page.family-10 .video-link:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='91' height='91' viewBox='0 0 91 91'%3E%3Cpath d='M45.5,0A45.5,45.5,0,1,1,0,45.5,45.5,45.5,0,0,1,45.5,0Z' fill='%235a32c8' opacity='0.455'/%3E%3Ccircle cx='39.5' cy='39.5' r='39.5' transform='translate(6 6.002)' fill='%235a32c8'/%3E%3Cpath d='M16,0,32,28H0Z' transform='translate(64.75 29.002) rotate(90)' fill='%23fff'/%3E%3C/svg%3E");
}
#overlay-page.family-10 .video-link:hover:before {
  opacity: 0.8;
}
#overlay-page.family-10 .accordion-button {
  font-family: "TheSans", sans-serif;
}

body.search-opened {
  overflow: hidden;
}

.search-overlay {
  opacity: 0;
  pointer-events: none;
  background-color: #161819;
  position: fixed;
  width: 100%;
  height: calc(100% - 95px);
  top: 95px;
  z-index: 99999999;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.search-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.search-w {
  background-color: #272727;
  padding: 24px 20px;
}
.search-w .h {
  padding-bottom: 15px;
}
.search-w .h a {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.959' height='20.959' viewBox='0 0 20.959 20.959'%3E%3Cg transform='translate(-19.647 -90.394)'%3E%3Cg transform='translate(2792.768 14463.15) rotate(45)'%3E%3Cline y2='28.639' transform='translate(-12109.146 -8216.5)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/g%3E%3Cline y2='28.639' transform='translate(40.252 111) rotate(135)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 28px;
  font-size: 18px;
  line-height: 18px;
  color: #B9BCBE;
  text-decoration: none;
}

.selectize-input {
  padding: 15px;
}

.selectize-dropdown, .selectize-input, .selectize-input input {
  font-size: 18px;
}

.selectize-input input::placeholder {
  color: #B9BCBE;
}

.selectize-dropdown .selectize-dropdown-content > div {
  color: #46B98C;
  font-family: "TheSans", sans-serif;
}

.selectize-dropdown .option {
  padding: 15px 12px;
  background-color: #161819;
  border-bottom: solid 1px #707070;
}

.selectize-dropdown.single {
  border-color: #161819;
  background-color: #161819;
  padding: 0 10px;
}

.selectize-control.single .selectize-input:after {
  display: none;
}

.selectize-dropdown [data-selectable].option:hover,
.selectize-dropdown [data-selectable].option.active {
  background: rgba(39, 39, 39, 0.5019607843);
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:focus {
  outline: none;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active {
  background-color: #fff;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #36393A;
}

.hamburger-box {
  width: 25px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 3px;
  background-color: #36393A;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
}
.hamburger-inner::after {
  bottom: -8px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -16px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html, body {
  height: 100%;
  font-family: "TheSans", sans-serif;
  width: 100%;
  color: #36393A;
}

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

sup {
  font-size: 0.5em;
  top: -0.7em;
}

body.noscroll {
  overflow: hidden;
}

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

.btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

header {
  top: 0;
  width: 100%;
  height: 95px;
  position: fixed;
  z-index: 93;
  background: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: solid 1px #ccc;
}

.tbar {
  height: 22px;
  background: #161819;
}

.logo svg {
  display: block;
  width: 187px;
}

.hamburger {
  display: none;
  position: absolute;
}

.menu-mobile-overlay {
  display: none;
}
.menu-mobile-overlay .w {
  width: 100%;
}

.menu-wrapper {
  height: 73px;
}
.menu-wrapper a {
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -ms-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
  text-decoration: none;
  color: #36393A;
}
.menu-wrapper a:hover {
  color: #2D7662;
}
.menu-wrapper .menu {
  display: flex;
  align-items: center;
}
.menu-wrapper .menu a {
  line-height: 17px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-right: 25px;
}
.menu-wrapper .menu a.btn-calendly {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.269' height='19.7' viewBox='0 0 19.269 19.7'%3E%3Cg transform='translate(4198.555 2144.07)'%3E%3Cg transform='translate(-4197.705 -2143.219)'%3E%3Cpath d='M8.562,31.76H4.4a1.4,1.4,0,0,1-1.4-1.4V19.4A1.4,1.4,0,0,1,4.4,18h.408' transform='translate(-3 -17.083)' fill='none' stroke='%23050a12' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.7'/%3E%3Cpath d='M211.639,18h.425a1.4,1.4,0,0,1,1.4,1.4v3.927' transform='translate(-198.88 -17.083)' fill='none' stroke='%23050a12' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.7'/%3E%3Cline x2='14.585' transform='translate(0 4.556)' fill='none' stroke='%23050a12' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.7'/%3E%3Cpath d='M33.455,5.6h0a.871.871,0,0,1-.871-.871V3.871a.871.871,0,0,1,1.743,0v.856A.871.871,0,0,1,33.455,5.6Z' transform='translate(-30.775 -3)' fill='none' stroke='%23050a12' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.7'/%3E%3Cpath d='M108.732,5.6h0a.871.871,0,0,1-.871-.871V3.871a.871.871,0,1,1,1.743,0v.856A.871.871,0,0,1,108.732,5.6Z' transform='translate(-101.448 -3)' fill='none' stroke='%23050a12' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.7'/%3E%3Cpath d='M184.01,5.6h0a.871.871,0,0,1-.871-.871V3.871a.871.871,0,0,1,1.743,0v.856A.871.871,0,0,1,184.01,5.6Z' transform='translate(-172.123 -3)' fill='none' stroke='%23050a12' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.7'/%3E%3Cline x2='2.861' transform='translate(3.552 0.917)' fill='none' stroke='%23050a12' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.7'/%3E%3Cline x2='2.861' transform='translate(8.156 0.917)' fill='none' stroke='%23050a12' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.7'/%3E%3Cellipse cx='5.308' cy='5.308' rx='5.308' ry='5.308' transform='translate(6.953 7.384)' fill='none' stroke='%23050a12' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.7'/%3E%3Cpath d='M204.925,146v4.025l2.237,1.482' transform='translate(-192.577 -137.254)' fill='none' stroke='%23050a12' stroke-linecap='round' stroke-miterlimit='10' stroke-width='1.7'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px;
  padding-left: 30px;
}
.menu-wrapper .menu button#dropdown-roi {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.443' height='25.876' viewBox='0 0 20.443 25.876'%3E%3Cg transform='translate(15108.715 9304.715)'%3E%3Crect width='18.643' height='24.076' rx='5.122' transform='translate(-15107.815 -9303.815)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='1.8'/%3E%3Crect width='12.838' height='6.595' rx='3.298' transform='translate(-15104.913 -9300.836)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='1.8'/%3E%3Ccircle cx='0.56' cy='0.56' r='0.56' transform='translate(-15103.53 -9290.741)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='1.8'/%3E%3Ccircle cx='0.56' cy='0.56' r='0.56' transform='translate(-15099.054 -9290.741)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='1.8'/%3E%3Ccircle cx='0.56' cy='0.56' r='0.56' transform='translate(-15094.577 -9290.741)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='1.8'/%3E%3Ccircle cx='0.56' cy='0.56' r='0.56' transform='translate(-15103.53 -9287.587)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='1.8'/%3E%3Ccircle cx='0.56' cy='0.56' r='0.56' transform='translate(-15099.054 -9287.587)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='1.8'/%3E%3Ccircle cx='0.56' cy='0.56' r='0.56' transform='translate(-15094.577 -9287.587)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='1.8'/%3E%3Ccircle cx='0.56' cy='0.56' r='0.56' transform='translate(-15103.53 -9284.432)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='1.8'/%3E%3Ccircle cx='0.56' cy='0.56' r='0.56' transform='translate(-15099.054 -9284.432)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='1.8'/%3E%3Ccircle cx='0.56' cy='0.56' r='0.56' transform='translate(-15094.577 -9284.432)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='1.8'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 18px;
  padding-left: 28px;
  margin-right: 10px;
}
.menu-wrapper #roi-dropdown-wrapper .dropdown-item {
  padding-top: 5px;
  padding-bottom: 5px;
}
.menu-wrapper #roi-dropdown-wrapper .dropdown-toggle:hover {
  color: #2D7662;
}
.menu-wrapper #roi-dropdown-wrapper .dropdown-toggle::after {
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.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;
}

.burger {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='18.5' viewBox='0 0 30 18.5'%3E%3Cg transform='translate(0 1)'%3E%3Cline x2='30' transform='translate(0 15)' fill='none' stroke='%23161819' stroke-width='5'/%3E%3Cline x2='30' transform='translate(0 7)' fill='none' stroke='%23161819' stroke-width='3'/%3E%3Cline x2='30' fill='none' stroke='%23161819' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 30px;
  padding-left: 40px;
  margin-right: 35px;
  line-height: 35px;
}

.search {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath d='M177.661,137.019a8.576,8.576,0,1,0-1.149,13.093l5.961,5.961a1.495,1.495,0,1,0,2.114-2.114L178.625,148A8.59,8.59,0,0,0,177.661,137.019Zm-1.409,10.72a6.583,6.583,0,1,1,0-9.31A6.591,6.591,0,0,1,176.251,147.738Z' transform='translate(-163.024 -134.511)' fill='%23161819'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px;
  padding-left: 32px;
}

.home-menu {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27.968' height='27.009' viewBox='0 0 27.968 27.009'%3E%3Cpath d='M29.984,16.017,15.99,2,2.016,16.018,3.432,17.43,4.99,15.866V29.01h22V15.85l1.58,1.581,1.414-1.413ZM24.99,27.01h-18V13.86l9-9.027,9,9.013V27.009Z' transform='translate(-2.016 -2.001)' fill='%2336393a'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 22px;
  padding-left: 32px;
}

main {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding-top: 95px;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #36393A;
  padding: 30px;
}
footer .container {
  text-align: right;
}
footer .footer-legal a {
  font-size: 14px;
  color: #cdcdce;
  display: inline-block;
  margin-right: 10px;
  text-decoration: none;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -ms-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
footer .footer-legal a:hover {
  color: #fff;
}

#strmnn-footer svg {
  width: 150px;
  height: 35px;
  display: block;
}

body.page-answers .footer-legal {
  padding-left: 310px;
}

.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;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.modal-content .btn-close:hover {
  background-color: #222;
}

#modal-video .modal-body {
  padding: 0;
}
#modal-video .modal-content {
  background-color: #000;
}
#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;
}

.btn.is-loading {
  position: relative;
  color: transparent;
}

.btn.is-loading:after {
  -webkit-animation: spinAround 0.5s infinite linear;
  animation: spinAround 0.5s infinite linear;
  border: 2px solid #46B98C;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  width: 1em;
  position: absolute;
  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);
  }
}
.goto-top {
  position: fixed;
  right: 50px;
  top: 130px;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  pointer-events: 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;
}

.red {
  color: #D52B1E !important;
}

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

/** start SAP INTEGRATION **/
#application-MarketingContent-manage-component---ObjectView--DesignView--ContentPage-0L {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: 20px;
  margin-left: 20px;
}

.sapCpButtonWidget .sapCpMissingMandatoryFieldLabel {
  display: block;
  color: red;
}

.sapCpContentPage:not(.sapCpMissingMandatoryField) .sapCpButtonWidget .sapCpMissingMandatoryFieldLabel {
  display: none;
}

.sapCpButtonWidget .sapCpErrorMessageText {
  display: block;
  color: red;
}

.sapCpContentPage:not(.sapCpSubmitError) .sapCpButtonWidget .sapCpErrorMessageText {
  display: none;
}

.sapCpButtonWidget .sapCpSuccessMessageLabel {
  display: block;
  color: green;
}

.sapCpContentPage:not(.sapCpSubmitCompleted) .sapCpButtonWidget .sapCpSuccessMessageLabel {
  display: none;
}

.sapCpContentPage:not(.sapCpSubmitCompleted) .sapCpButtonWidget .sapCpButtonWidgetDownloadLink {
  display: none;
}

.sapCpButtonWidget .sapCpButtonWidgetDownloadLink:not(.sapCpButtonWidgetDownloadLinkVisible) {
  display: none;
}

.sapCpButtonWidget.sapCpButtonWidgetLoading button {
  cursor: wait;
}

.sapCpCheckBox ~ .sapCpLabel {
  margin-left: 2px;
}

.sapCpCheckBox {
  display: inline-block;
}

#__label107 {
  cursor: pointer;
}

/** end SAP INTEGRATION **/
#modal-strmnn-virtuovivo-roi-calculator.modal {
  z-index: 9999999999;
}
#modal-strmnn-virtuovivo-roi-calculator .modal-body {
  padding: 0;
}
#modal-strmnn-virtuovivo-roi-calculator .modal-body iframe {
  width: 100%;
  height: calc(100vh - 60px);
}

#btn-start-digital-sales-tool.btn-lg {
  font-size: 1.5rem;
  background-color: #fff !important;
  color: #000 !important;
}
#btn-start-digital-sales-tool.btn-lg:hover {
  color: #fff !important;
  background-color: #F3B454 !important;
}

/* start imprint */
#modal-imprint .modal-body {
  padding: 1.2rem;
}
#modal-imprint .modal-content {
  background-color: #222;
}
#modal-imprint .modal-content address {
  color: #fff !important;
}
#modal-imprint .modal-content address strong {
  font-family: "FS Industrie", sans-serif;
}
#modal-imprint .modal-content h3, #modal-imprint .modal-content .h3 {
  color: #46B98C;
  font-weight: bold;
  text-transform: uppercase;
}

/* end imprint */
#modal-strmnn-lisa .modal-body {
  padding: 0;
}
#modal-strmnn-lisa video {
  display: block;
  width: 100%;
}

.menu-lisa {
  padding-left: 38px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='31.413' height='25.068' viewBox='0 0 31.413 25.068'%3E%3Cg transform='translate(15198.707 9303.802)'%3E%3Cpath d='M29.34,37.886H16.351a3.549,3.549,0,0,1,0-7.1H29.34a3.549,3.549,0,1,1,0,7.1Z' transform='translate(-15205.845 -9322.67)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='1.8'/%3E%3Cpath d='M26.991,31.05h-15.9a4.51,4.51,0,0,1-4.5-4.5v-5.4a6.7,6.7,0,0,1,2.559-5.659s4.286-4.262,9.887-4.262,9.887,4.262,9.887,4.262a6.729,6.729,0,0,1,2.559,5.659v5.4A4.51,4.51,0,0,1,26.991,31.05Z' transform='translate(-15202.042 -9310.684)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='1.8'/%3E%3Ccircle cx='1.266' cy='1.266' r='1.266' transform='translate(-15188.755 -9289.598)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='1.8'/%3E%3Ccircle cx='1.266' cy='1.266' r='1.266' transform='translate(-15179.777 -9289.598)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='1.8'/%3E%3Cpath d='M2.861,38.64a2.361,2.361,0,1,1,0-4.721' transform='translate(-15198.307 -9324.588)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='1.8'/%3E%3Cpath d='M70.884,33.919a2.361,2.361,0,1,1,0,4.721' transform='translate(-15241.438 -9324.588)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='1.8'/%3E%3Cline y1='8.61' transform='translate(-15192.887 -9303.802)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='1.8'/%3E%3Cline y1='8.61' transform='translate(-15172.957 -9303.802)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='1.8'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: left 1px;
}

.menu-contact-sales {
  padding-left: 33px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.078' height='27.907' viewBox='0 0 28.078 27.907'%3E%3Cg transform='translate(15292.072 9321.038)'%3E%3Cpath d='M.5,6.623c-.21,4.7,6.944,16.85,19.914,19.812a25.674,25.674,0,0,0,6.025-5.208,20.92,20.92,0,0,0-7.1-4.391l-2.2,2.247a11.943,11.943,0,0,1-9.4-9.089l2.5-2.3S8.572,3,5.764.649C5.764.649,1.926,3.78.5,6.623Z' transform='translate(-15291.669 -9320.52)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='1.8'/%3E%3Cpath d='M118.924,48.068s6.025-.357,6.638,6.791' transform='translate(-15396.455 -9362.475)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='1.8'/%3E%3Cpath d='M118.924,8.17a11.039,11.039,0,0,1,7.966,3.421,12.9,12.9,0,0,1,3.319,7.966' transform='translate(-15396.455 -9327.173)' fill='none' stroke='%2336393a' stroke-miterlimit='10' stroke-width='1.8'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: left center;
}

.menu-worldwide {
  position: relative;
  padding-left: 33px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cg transform='translate(18141 4083)'%3E%3Cg transform='translate(-18141 -4083)' fill='%23fff' stroke='%23313637' stroke-width='1.8'%3E%3Ccircle cx='14' cy='14' r='14' stroke='none'/%3E%3Ccircle cx='14' cy='14' r='13.1' fill='none'/%3E%3C/g%3E%3Cline y2='27.422' transform='translate(-18127.021 -4082.731)' fill='none' stroke='%23313637' stroke-width='1.8'/%3E%3Cline x2='27.422' transform='translate(-18140.732 -4069.02)' fill='none' stroke='%23313637' stroke-width='1.8'/%3E%3Cg transform='translate(-18134 -4083)' fill='none' stroke='%23313637' stroke-width='1.8'%3E%3Cellipse cx='7.5' cy='14' rx='7.5' ry='14' stroke='none'/%3E%3Cellipse cx='7.5' cy='14' rx='6.6' ry='13.1' fill='none'/%3E%3C/g%3E%3Cpath d='M-18133.863-4072.877a26.058,26.058,0,0,0,9.842,2.264,21.971,21.971,0,0,0,6.33-.868c2.4-.753,4.094-1.4,4.094-1.4' transform='translate(-3.077 -5.173)' fill='none' stroke='%23313637' stroke-width='1.8'/%3E%3Cpath d='M0,0A28.867,28.867,0,0,0,10.356,2.366a21.97,21.97,0,0,0,6.33-.868C19.087.746,20.78.1,20.78.1' transform='translate(-18116.676 -4059.888) rotate(180)' fill='none' stroke='%23313637' stroke-width='1.8'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 23px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-right: 16px;
}
.menu-worldwide:after {
  position: absolute;
  right: 0;
  top: 10px;
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.menu-worldwide select {
  position: relative;
  width: calc(100% + 25px);
  border: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
  z-index: 2;
  -webkit-transition: color 0.25s ease;
  -moz-transition: color 0.25s ease;
  -ms-transition: color 0.25s ease;
  -o-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.menu-worldwide select:focus {
  outline: none;
}
.menu-worldwide select:hover {
  color: #2D7662;
}

.hide-calendly {
  opacity: 0;
  pointer-events: none;
}

#modal-form-contact-sales .checkbox-wrapper {
  font-size: 1rem;
}

@media screen and (max-width: 992px) {
  #modal-strmnn-virtuovivo-roi-calculator .modal-dialog-centered {
    min-height: 100vh;
  }
  #modal-strmnn-virtuovivo-roi-calculator .modal-dialog {
    max-width: 100vw;
    margin: 0;
  }
  #modal-strmnn-virtuovivo-roi-calculator .modal-content {
    border: 0;
  }
}
body.home-loading #CybotCookiebotDialog {
  cursor: pointer !important;
  z-index: 10000000;
}

#but-lisa-chatbot-menumobile-bottom {
  display: block;
  width: 65px;
  height: 65px;
}

#lisa-trigger {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: fixed;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  right: 20px;
  bottom: 85px;
  z-index: 999999999;
  cursor: pointer;
  overflow: hidden;
}
#lisa-trigger img {
  width: 100%;
}
#lisa-trigger svg {
  width: 100%;
}
#lisa-trigger.inactive {
  -webkit-transform: translateX(calc(100% + 20px));
  -ms-transform: translateX(calc(100% + 20px));
  transform: translateX(calc(100% + 20px));
}
#lisa-trigger.active {
  -webkit-transform: translateY(calc(100% + 85px));
  -ms-transform: translateY(calc(100% + 85px));
  transform: translateY(calc(100% + 85px));
}
#lisa-trigger svg {
  pointer-events: none;
}

#lisa-baloon {
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease;
  -moz-transition: opacity 0.35s ease;
  -ms-transition: opacity 0.35s ease;
  -o-transition: opacity 0.35s ease;
  transition: opacity 0.35s ease;
  opacity: 0;
  position: fixed;
  right: 150px;
  bottom: 145px;
  background: #fff;
  border-radius: 25px;
  padding: 15px 20px;
  color: #46B98C;
  font-size: 18px;
  line-height: 18px;
  text-align: right;
  z-index: 9999999999999;
}
#lisa-baloon:after {
  display: block;
  position: absolute;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='18' viewBox='0 0 20 18'%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Crect width='20' height='18' transform='translate(2331 1513)' fill='%23d02020'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg transform='translate(-2331 -1513)' clip-path='url(%23a)'%3E%3Cpath d='M143.551,32.693S126.9,16.388,126.591,16.346V10.14c0-6.981-6.21-12.64-13.869-12.64H23.369C15.71-2.5,9.5,3.159,9.5,10.14V21.032c0,6.981,6.21,12.64,13.869,12.64h89.352a14.4,14.4,0,0,0,10.718-4.618Z' transform='translate(2207.449 1496.5)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  width: 20px;
  height: 18px;
  right: -15px;
  bottom: 9px;
}
#lisa-baloon.active {
  opacity: 1;
}

#lisa-widget {
  -webkit-transition: all 0.3s ease 0.3s;
  -moz-transition: all 0.3s ease 0.3s;
  -ms-transition: all 0.3s ease 0.3s;
  -o-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
  -webkit-transform: translateY(calc(100% + 20px));
  -ms-transform: translateY(calc(100% + 20px));
  transform: translateY(calc(100% + 20px));
  pointer-events: none;
  border-radius: 10px;
  position: fixed;
  z-index: 9999999999999;
  right: 15px;
  bottom: 15px;
  width: 100%;
  height: calc(100% - 350px);
  max-width: 360px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  background: #fff;
  max-height: 300px;
  min-height: 330px;
}
#lisa-widget.active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  pointer-events: auto;
}
#lisa-widget .h {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 6px 10px;
  background-color: #46B98C;
  display: flex;
  align-items: center;
}
#lisa-widget .h .close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  color: #fff;
  font-size: 2.3rem;
  height: 25px;
  width: 25px;
  line-height: 19px;
  text-align: center;
}
#lisa-widget .h .i {
  width: 50px;
  height: 65px;
  border-radius: 50%;
  margin-right: 10px;
  overflow: hidden;
}
#lisa-widget .h .i img {
  width: 100%;
}
#lisa-widget .h .t {
  font-size: 23px;
  line-height: 23px;
  color: #fff;
  font-family: "FS Industrie", sans-serif;
}
#lisa-widget .b {
  padding: 15px;
}
#lisa-widget .b .m {
  border-radius: 18px 18px 18px 0px;
  background: rgb(245, 245, 245);
  padding: 8px 12px;
  width: fit-content;
  margin-bottom: 12px;
}
#lisa-widget .b .m p {
  line-height: 1.3;
  word-break: break-word;
  margin: 0px;
  text-align: left;
  font-size: 1.2rem;
}
#lisa-widget .b .quick-replies-buttons {
  text-align: center;
}
#lisa-widget .b .quick-replies-buttons .r {
  text-align: center;
  border-color: #46B98C;
  color: #46B98C;
  background: #fff;
  font-size: 16px;
  line-height: 32px;
  font-weight: 500;
  max-width: 100%;
  margin: 4px 4px 12px;
  height: 32px;
  border: 1px solid;
  border-radius: 16px;
  padding: 0 16px;
  cursor: pointer;
}
#lisa-widget .b .quick-replies-buttons .r a {
  display: block;
  text-decoration: none;
  font-family: "FS Industrie", sans-serif;
}
#lisa-widget .b .quick-replies-buttons .r a.btn-home-calendly {
  background-color: transparent !important;
}

@media screen and (max-width: 600px) {
  #lisa-trigger {
    width: 55px;
    height: 55px;
    bottom: 58px;
  }

  #lisa-baloon {
    right: 94px;
    bottom: 76px;
  }
}
@media screen and (max-width: 450px) {
  #lisa-widget {
    width: calc(100% - 30px);
  }
}
.sapCpCheckBoxElementWidget label {
  cursor: pointer;
}

#modal-form-get-a-quote .sapCpTextArea {
  height: 60px;
}

#btn-notfound-goto-straumann {
  background-color: #46b98c;
  color: #fff;
  letter-spacing: 1.6px;
  line-height: 125%;
  min-height: 40px;
  padding: 10px 32px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 50vh;
  text-decoration: none;
  font-weight: bold;
  font-family: "Barlow Semi Condensed", sans-serif;
  border: none;
  outline: none;
}

body.pg-notfound main {
  padding-top: 0;
}
body.pg-notfound header {
  position: relative;
  display: flex;
  border: 0;
  border-bottom: 1px solid #cdcdce;
}
body.pg-notfound header .container {
  display: flex;
  justify-content: flex-end;
}
body.pg-notfound header svg {
  display: block;
  width: 185px;
}
body.pg-notfound .body {
  text-align: center;
  padding: 50px 0;
}
body.pg-notfound .body strong {
  color: #e41f13;
}
body.pg-notfound .body .is-h1 {
  font-family: "FS Industrie", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 70px;
  line-height: 73px;
  color: #36393a;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 992px) {
  body.pg-notfound header {
    height: 80px;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .section-home-2 .h-top {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  .section-home-2 .carousel-home-nav {
    margin-top: -200px;
  }
  .section-home-2 .h-top {
    margin-bottom: 60px;
  }
  .section-home-2 .slider-single {
    height: 56.5vw;
  }
  .section-home-2 .slider-single .s {
    height: 56.5vw;
  }

  .result-workflow .timeline {
    width: 79%;
  }

  .workflow-slider .item {
    padding: 15px;
  }

  .workflow-slider .item .dot {
    margin-top: 15px !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .section-home-1 .b {
    padding: 40px;
  }
  .section-home-1 .cta {
    padding: 40px 0 0 50px;
  }

  .section-home-1 img {
    width: 115%;
  }

  .section-home-2 .slider-single {
    height: 64vw;
  }
  .section-home-2 .slider-single .s {
    height: 64vw;
  }
  .section-home-2 .h-bottom {
    margin-bottom: 30px;
  }

  .workflow-slider .item {
    padding: 10px;
  }

  #overlay-page .content {
    width: calc(100vw - 100px);
  }

  .workflow-slider .item .dot {
    margin-top: 19px !important;
  }

  .workflow-slider .item .phase {
    font-size: 18px;
  }

  .section-home-2 .carousel-home-nav {
    margin-top: -20vw !important;
  }
  .section-home-2 .h-top {
    margin-bottom: 15px;
  }
  .section-home-2 .h-top p {
    font-size: 23px;
    line-height: 26px;
  }

  .section-home-2 .slider-single .is-2 {
    font-size: 27px;
    line-height: 33px;
  }

  .section-home-2 .slider-single .i .v {
    max-width: 500px;
  }
}
@media screen and (max-width: 1023px) {
  body.overlay-page-opened .btn-close-family-mobile {
    display: block;
  }

  .subhead-v2 br {
    display: none;
  }

  .home-v2-banner .cta .btn.btn-lg {
    font-size: 1rem;
  }

  #q-nav {
    top: 70px;
    background: rgb(85, 85, 85);
    background: linear-gradient(90deg, rgba(85, 85, 85, 0) 0%, rgb(85, 85, 85) 4%, rgb(85, 85, 85) 96%, rgba(85, 85, 85, 0.1881346289) 100%);
  }

  .search-overlay {
    height: calc(100% - 70px);
    top: 70px;
  }

  .menu-mobile-overlay {
    background-color: #272727;
    position: fixed;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 50px 30px 30px 30px;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .menu-mobile-overlay.active {
    pointer-events: auto;
    opacity: 1;
  }
  .menu-mobile-overlay ul {
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .menu-mobile-overlay ul li {
    padding: 10px;
    list-style: none;
    border-bottom: solid #444 1px;
  }
  .menu-mobile-overlay ul li a {
    color: #fff;
    margin: 0;
    display: block;
    text-decoration: none;
  }
  .menu-mobile-overlay ul li a.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='%23ffffff' 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");
  }
  .menu-mobile-overlay ul li a.search {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22'%3E%3Cpath d='M177.661,137.019a8.576,8.576,0,1,0-1.149,13.093l5.961,5.961a1.495,1.495,0,1,0,2.114-2.114L178.625,148A8.59,8.59,0,0,0,177.661,137.019Zm-1.409,10.72a6.583,6.583,0,1,1,0-9.31A6.591,6.591,0,0,1,176.251,147.738Z' transform='translate(-163.024 -134.511)' fill='%23ffffff'/%3E%3C/svg%3E");
  }
  .menu-mobile-overlay ul li a.dropdown-roi {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.771' height='20.414' viewBox='0 0 18.771 20.414'%3E%3Cpath d='M6.32,16.713H8.785V14.249H6.32Zm3.286,0H12.07V14.249H9.606Zm0,3.286H12.07V17.535H9.606ZM6.32,20H8.785V17.535H6.32Zm6.571-3.286h2.464V14.249H12.892Zm-.643-6.929h.821V8.963h-.821Zm-1.643,0h.821V8.963h-.821ZM6.32,12.428H19.463V5.035H6.32Zm.821-6.571h11.5v5.75H7.142ZM19.463,2.571H6.32A2.464,2.464,0,0,0,3.856,5.035V19.821A2.464,2.464,0,0,0,6.32,22.285H19.463a2.464,2.464,0,0,0,2.464-2.464V5.035a2.464,2.464,0,0,0-2.464-2.464Zm1.462,17.89a.821.821,0,0,1-.821.821H5.68a.821.821,0,0,1-.821-.821V4.395a.821.821,0,0,1,.821-.821H20.1a.821.821,0,0,1,.821.821V20.461ZM12.892,20h2.464V17.535H12.892Zm3.286,0h3.286v-5.75H16.177V20ZM17,15.071h1.643v4.107H17V15.071ZM8.963,9.785h.821V8.963H8.963Z' transform='translate(-3.506 -2.221)' stroke='%23fff' stroke-width='0.7'/%3E%3C/svg%3E");
    padding-left: 28px;
    background-repeat: no-repeat;
    background-position: left center;
  }
  .menu-mobile-overlay ul li a.menu-lisa {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Livello_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 679.3 465.6' style='enable-background:new 0 0 679.3 465.6;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23FFFFFF;%7D .st1%7Bfill:%23E7E6E6;%7D .st2%7Bfill:%231D1D1B;%7D .st3%7Bfill:%23272727;%7D%0A%3C/style%3E%3Cpath class='st0' d='M617.4,398.6c-10.5,20.5-27.1,35-47,45.9s-41.4,16.7-63.7,19.9c-1.2,0.1-2.3,0.1-3.5,0.1 c-95.2,1.8-190.4,0.8-285.5,0.9c-28.2,0-56.2-2.5-83.3-11.6c-20.9-7-39.9-17.2-55.2-33.5c-5.5-6-10.3-12.6-14.2-19.7 c-2.4-1.2-3.4-3.6-4.5-5.8c-6.4-13.6-10-28.3-10.8-43.3c-1.6-27.6,2.5-54.4,11.2-80.6c0.7-2.2,1.3-4.5,3.1-6.2 c6.2-16.4,12.7-32.8,22.3-47.6c10.1-15.7,22-29.8,36.5-41.7c2.6-2.2,3.2-4.6,3.2-7.8c-0.1-35.2-0.1-70.5,0-105.7 c3.4,1.4,2.4,4.4,2.4,6.8c0.1,21.3,0.1,42.6,0.1,63.8c0,9.6,0,19.3,0,28.9c0,1.8-0.5,3.7,0.9,5.5c6.1-2.5,9.9-8.9,16.7-10.2 c10.3-6.4,20.6-12.8,31.5-18.2c30.6-15.3,63-25.4,96.5-31.8c31.8-6.1,64-7.3,96.1-5.7c36.2,1.7,71.8,9.2,105.6,22.1 c20.2,7.8,39.6,17.7,57.9,29.5V60.9c3.6,1.5,2.3,4.8,2.4,7.3c0.1,23.6,0,47.1,0.1,70.7c0,16.4-1.5,12.5,10.7,21.5 c2.6,1.8,4.9,4,6.8,6.5l18.1,17.6c22.7,22,39.9,47.5,50.8,77.2c2.1,1.7,2.7,4.1,3.5,6.5c6.4,21.5,9.8,43.5,8.8,66 c-0.8,19.5-4.4,38.7-12.1,56.8C621.4,393.7,620.5,397,617.4,398.6z'/%3E%3Cpath class='st0' d='M64,264.7c-2.5,8.9-5.1,17.8-7.4,26.7c-5.1,20.1-6.9,40.8-5.5,61.5c1,16.7,5.7,33,13.8,47.7 c-14.4,3-27.5,0-38.7-9.3c-24-19.9-29.6-46.1-24.7-75.4c2.4-14.4,8.7-27.2,19.3-37.4C32.9,267,47.1,261.2,64,264.7z'/%3E%3Cpath class='st0' d='M617.4,398.6c8.8-17.7,13.2-36.5,15.1-56.2c2.7-27.8-2-54.4-10.1-80.7c21.5-0.5,35.6,11.1,46.1,28.4 c7.8,12.8,11.5,27.7,10.7,42.7c-1.1,22.9-8.6,43.2-27.9,57.3c-6.7,4.9-14.2,8.5-22.9,8.5c-3.3,0.8-6.7,0.8-10,0L617.4,398.6z'/%3E%3Cpath class='st0' d='M146,156.7L127,171.2v-6.4c0-32.4,0-64.8-0.1-97.3c0-1.9,0.7-4-0.9-5.7c-0.1-6.6-0.1-13.1-0.1-19.7 c1-0.9,2.1-0.7,3.2-0.4c4.3,1.1,8.8,1,13.1-0.2c1.2-0.4,2.6-0.7,3.7,0.3L146,156.7z'/%3E%3Cpath class='st0' d='M553.5,166.8c-6-4.3-12.1-8.5-18.1-12.9c-1.6-1.2-0.9-3.4-0.9-5.2c-0.1-27.4-0.1-54.8-0.1-82.2 c0-1.9,0.7-4-0.9-5.7c0-5.4,0-10.7,0-16.1c0.5-0.5,1.2-0.7,1.8-0.6c5.5,1.6,10.8,0.9,16.2-0.5c0.7-0.1,1.4,0,1.9,0.5L553.5,166.8z' /%3E%3Cpath class='st0' d='M553.6,44.1c-6.5,3.1-13.2,3-19.9,0.7c-11.9-7.7-15.9-19-10.5-30c4-8.1,13-13.4,21.5-12.5 c9.4,1,17.3,7.3,19.7,15.9c2.6,8.9-0.5,18.4-7.9,24C555.5,42.7,554.5,43.4,553.6,44.1z'/%3E%3Cpath class='st0' d='M145.9,41.9c-6.6,2.7-13.3,3.1-20,0.3c-10.3-6.2-14.5-15.3-11.8-25.8c2.6-9.4,11-16,20.7-16.3 c12.2-0.4,22.5,9.2,22.9,21.4c0.2,7.2-3.1,14.1-8.9,18.4C147.8,40.6,146.9,41.2,145.9,41.9z'/%3E%3Cpath class='st1' d='M618.4,398.6h10C625.3,400.1,621.6,400.1,618.4,398.6z'/%3E%3Cpath class='st2' d='M526.5,406.4c-5.8,1.6-11.7,2.3-17.7,2.2c-105.5,0.4-211.1,0.6-316.6,1.5c-35.7,0.3-59.6-21.9-66.7-46.1 c-1.6-5.2-2.5-10.7-2.6-16.2c0-12.7-0.3-25.3,0-38c0.7-31.3,26.3-58.7,57.6-61.2c24.2-1.9,48.6-0.7,72.9-0.9 c40.3-0.3,80.6-0.3,120.9-0.5c1.1,0,2.3,0.2,3.5,0.2c2.9,5.5,1.6,11.4,1.3,17.1c-1.4,24.4-5.9,48.2-15.3,70.9 c-10.8,26.2-26.6,48.7-49.2,66.1c-1.2,0.9-2.4,1.9-3.5,2.8c-0.3,0.2-0.5,0.5-0.6,0.8c0,0.8,0.6,0.8,1,0.7 c26.3-1.9,52.6-0.7,78.9-0.8c39.6-0.2,79.2-0.1,118.9-0.1c4.2,0.1,8.3-0.1,12.5-0.6C523.4,404.2,525.7,403.7,526.5,406.4z'/%3E%3Cpath class='st2' d='M526.5,406.4c-3.9-2.3-7.7,0.3-11.6,0.3c-26.5-0.2-52.9-0.1-79.4-0.1c-36.8,0-73.6,0-110.4,0 c-3.6,0-7.2-0.1-10.9,0.8c-2.8,0.7-5.7,0.5-8.3-0.7c7.5-6.3,15-11.6,21.5-18.2c16.6-16.8,29.4-37.1,37.3-59.4 c6.7-18.6,10.8-37.9,12.2-57.6c0.6-8,0.5-15.9,0.8-23.9c17.1-1,34.2-0.6,51.3-0.7c28.1-0.1,56.2-0.3,84.4-0.1 c16.5,0.1,32.2,3.7,43.9,16.7c11,12.2,16.8,27,18.1,43.3c0.7,8.2,0,16.6,0,24.9c-0.5,10.8-1.1,21.5-4.4,31.9 c-2.1,6.7-5.5,12.7-8.4,19C553.4,394.9,541.9,403.5,526.5,406.4z'/%3E%3Cpath class='st3' d='M562.5,382.6c-0.6-0.4-1-1-0.6-1.7c8.3-14.7,12-30.7,12.6-47.5c0.1-0.6,0.4-1.2,0.8-1.8 c1.3,17.9-0.6,35-11.8,49.9C563.2,381.9,562.9,382.3,562.5,382.6z'/%3E%3Cpath class='st0' d='M208,297.6c16.4,0.1,29.7,13.5,29.7,29.9c0.7,16.6-12.1,30.6-28.6,31.3c-16.6,0.7-30.6-12.1-31.3-28.6 c0-1.1,0-2.2,0-3.2c0.2-16.4,13.7-29.5,30.1-29.3C208,297.6,208,297.6,208,297.6z'/%3E%3Cpath class='st0' d='M485.7,296.4c16.5,0,29.8,13.3,29.8,29.8c0,16.5-14,30.4-30.2,30.1c-16.6-0.2-29.9-13.7-29.7-30.3 c0-0.1,0-0.2,0-0.2c0.1-16.4,13.5-29.5,29.8-29.4C485.5,296.4,485.6,296.4,485.7,296.4z'/%3E%3C/svg%3E%0A");
    padding-left: 33px;
    background-size: 25px;
    background-position: left 3px;
  }
  .menu-mobile-overlay ul li a.menu-contact-sales {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36.385' height='36.118' viewBox='0 0 36.385 36.118'%3E%3Cg transform='translate(-49.88 -697.297)'%3E%3Cg transform='translate(50.975 698.302)'%3E%3Cpath d='M406.182,250.694s3.908,23.05,28.553,28.154l2.872-5.663a2.944,2.944,0,0,0-1.515-2.712c-1.755-1.2-4.307-2.552-4.307-2.552a2.3,2.3,0,0,0-2.552.4c-1.037,1.116-1.754,2.074-3.429,1.356s-7.657-5.184-10.289-10.289a2.254,2.254,0,0,1,.239-2.546c1.037-1.2,2.074-2,1.356-3.994s-3.031-5.264-4.227-5.184S410.01,248.142,406.182,250.694Z' transform='translate(-406.182 -244.87)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M476.847,237.315s13.638-.479,15.234,15.393' transform='translate(-457.785 -237.313)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M476.847,253.876s9.958-.094,10.847,10.927' transform='translate(-457.785 -249.408)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M476.847,268.956a6.981,6.981,0,0,1,6.38,6.859' transform='translate(-457.785 -260.42)' fill='none' stroke='%23ffffff' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
  .menu-mobile-overlay a#btn-close-mobile-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.959' height='20.959' viewBox='0 0 20.959 20.959'%3E%3Cg transform='translate(-19.647 -90.394)'%3E%3Cg transform='translate(2792.768 14463.15) rotate(45)'%3E%3Cline y2='28.639' transform='translate(-12109.146 -8216.5)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/g%3E%3Cline y2='28.639' transform='translate(40.252 111) rotate(135)' fill='none' stroke='%23fff' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 25px;
    position: absolute;
    top: 25px;
    right: 25px;
    display: block;
    width: 25px;
    height: 25px;
  }
  .menu-mobile-overlay .li-mobile-submenu {
    padding-bottom: 0;
    padding-right: 0;
  }
  .menu-mobile-overlay .mobile-submenu ul {
    margin-left: 20px;
  }
  .menu-mobile-overlay .mobile-submenu ul li {
    padding: 5px 10px;
  }
  .menu-mobile-overlay .mobile-submenu ul li:last-of-type {
    border: none;
  }

  section.section-home-1 {
    background: none;
    padding: 0;
  }
  section.section-home-1 .row {
    margin: 0;
  }
  section.section-home-1 .row > * {
    padding: 0;
  }
  section.section-home-1 .container {
    padding: 0;
  }
  section.section-home-1 .b {
    padding: 25px;
  }
  section.section-home-1 .cta {
    padding-top: 25px;
  }

  .carousel-home-nav {
    display: none;
  }

  .vid-bg {
    display: none;
  }

  .section-home-2 .slider-single {
    height: auto;
  }

  .section-home-2 .slider-single .s {
    height: auto;
  }

  .section-home-2 .slider-single h4, .section-home-2 .slider-single .h4,
.section-home-2 .h-top p {
    text-align: left;
  }

  .section-home-2 .slider-single .i {
    padding: 20px;
  }

  .section-home-2 .h-top {
    margin-bottom: 20px;
  }

  .section-home-2 .slider-single .i .v iframe {
    height: 50vw;
  }

  .is-2 {
    font-size: 28px;
    line-height: 34px;
  }

  .section-home-2 .h-top p {
    font-size: 25px;
    line-height: 31px;
  }

  .section-home-2 .slider-single .s {
    background-color: #161819;
  }

  #carousel-home {
    background-color: #161819;
    margin: 0;
    padding-bottom: 45px;
  }
  #carousel-home .slick-arrow {
    top: 68%;
  }
  #carousel-home .slick-prev {
    left: 4px;
  }
  #carousel-home .slick-next {
    right: 4px;
  }
  #carousel-home .slick-dots {
    bottom: 10px;
  }
  #carousel-home .slick-dots li:not(.slick-active) button:before {
    color: #fff;
    opacity: 0.95;
  }

  footer {
    align-items: flex-start;
    padding: 20px;
  }
  footer .footer-legal a {
    display: block;
    font-size: 12px;
  }
  footer svg {
    max-width: 128px;
  }

  .q-heading {
    font-size: 27px;
    line-height: 32px;
  }

  .q-heading span {
    font-size: 35px;
    line-height: 35px;
  }

  .q-section .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .question-list > li {
    text-align: left;
  }
  .question-list > li a {
    padding-bottom: 0;
    display: block;
    border-width: 4px;
  }
  .question-list > li a span {
    display: block;
    text-align: left;
    padding-left: 50px;
    min-height: 57px;
    font-size: 17px;
    line-height: 19px;
    margin: 0;
  }
  .question-list > li a:after {
    position: absolute;
    top: 52%;
    left: 10px;
    margin: 0;
    height: 62%;
    width: 39px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .question-list li > a.q1-immediate-temporisation:after {
    background-size: 100%;
  }

  #q1 .question-list, #q2 .question-list, #q4 .question-list {
    justify-content: space-between;
  }
  #q1 .question-list > li, #q2 .question-list > li, #q4 .question-list > li {
    margin: 0 0 15px;
    flex-basis: calc(50% - 7.5px);
  }

  #q2 .question-list > li a span {
    padding-left: 59px;
  }
  #q2 .question-list > li a.q2-intraoral-scanner:after {
    width: 51px;
    top: 55%;
  }

  #q3 .question-list > li {
    flex-basis: 100%;
    margin: 0 0 15px 0;
    height: auto;
  }
  #q3 .question-list > li a span {
    max-width: 400px;
  }

  .choice-box {
    padding-top: 30px;
    border: 0;
    top: 69px;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #36393A;
  }
  .choice-box.active {
    z-index: 6;
  }
  .choice-box:before {
    display: none;
  }
  .choice-box .h {
    background-color: transparent;
    padding: 0 0 8px;
  }
  .choice-box .b {
    background: none;
    padding: 7px;
  }
  .choice-box .box {
    flex-basis: 100%;
    margin-bottom: 25px;
  }

  #implant-guide-choice .box .hh,
#restoring-teeth-options-choice .box .hh {
    margin-bottom: 13px;
  }

  #implant-guide-choice,
#restoring-teeth-options-choice {
    flex-wrap: wrap;
  }

  .choice-box .box-choice-confirm-btns {
    margin-top: 0;
  }

  #restoring-teeth-options-choice .checkmark {
    top: 5px;
  }

  #implant-guide-choice .box,
#restoring-teeth-options-choice .box {
    flex-basis: 100%;
    margin-bottom: 25px;
  }

  .questions-nav li .bar {
    height: 9px;
  }

  .questions-nav li .bar:before {
    height: 9px;
  }

  .questions-nav li .q {
    font-size: 13px;
    line-height: 21px;
  }

  .h-q-mobile {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    background-color: #2D7662;
    color: #fff;
    font-size: 20px;
    border: solid 4px #fff;
    margin: 0 20px 25px;
  }
  .h-q-mobile span {
    width: 21px;
    height: 36px;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 10px;
  }
  .h-q-mobile > div br {
    display: none;
  }
  .h-q-mobile.placing-implants span {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='65.417' height='107.97' viewBox='0 0 65.417 107.97'%3E%3Cg transform='translate(2.084 1.75)'%3E%3Cpath d='M-183.715,67.322l6.745,18.436H-136.5l6.475-18.436Z' transform='translate(186.656 -57.418)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='3.5'/%3E%3Cpath d='M-178.728,52.51l-4.987,9.9h53.821l-6.025-9.9Z' transform='translate(186.656 -52.51)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='3.5'/%3E%3Cline y2='58.661' transform='translate(9.686 28.34)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3.5'/%3E%3Cline y2='58.661' transform='translate(50.596 28.34)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3.5'/%3E%3Cpath d='M-132.716,180.157c0,10.561-9.158,19.123-20.455,19.123s-20.456-8.562-20.456-19.123' transform='translate(183.313 -94.81)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='3.5'/%3E%3Cline y1='13.398' x2='61.25' transform='translate(0 38.255)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3.5'/%3E%3Cline y1='13.398' x2='61.25' transform='translate(0 49.255)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3.5'/%3E%3Cline y1='13.398' x2='61.25' transform='translate(0 60.255)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3.5'/%3E%3Cline y1='13.398' x2='61.25' transform='translate(0 71.255)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3.5'/%3E%3C/g%3E%3C/svg%3E");
  }
  .h-q-mobile.restoring span {
    width: 17px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='43.404' height='107.431' viewBox='0 0 43.404 107.431'%3E%3Cg transform='translate(1.75 1.75)'%3E%3Crect width='39.904' height='17.434' transform='translate(0 35.697)' fill='none' stroke='%23fff' stroke-linejoin='bevel' stroke-width='3.5'/%3E%3Cpath d='M187.641,387.817l8.868-30.922h21.146l9.891,30.922Z' transform='translate(-187.641 -356.895)' fill='none' stroke='%23fff' stroke-linejoin='bevel' stroke-width='3.5'/%3E%3Cpath d='M227.545,439.051l-8.868,30.84H197.532l-9.891-30.84Z' transform='translate(-187.641 -381.064)' fill='none' stroke='%23fff' stroke-linejoin='bevel' stroke-width='3.5'/%3E%3Cpath d='M0,0H21.988' transform='translate(9.491 93.931)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='3.5'/%3E%3Cline x2='21.988' transform='translate(9.491 98.931)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='bevel' stroke-width='3.5'/%3E%3Cline x2='21.988' transform='translate(9.491 103.931)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='bevel' stroke-width='3.5'/%3E%3C/g%3E%3C/svg%3E");
  }

  #q-3-1-item-list:empty,
#q-3-2-item-list:empty {
    display: none;
  }

  .question-list dl > dd:last-of-type {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .question-list dl {
    font-size: 16px;
    line-height: 20px;
  }

  .question-list dl dd {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .q-section#q3 {
    height: auto;
    min-height: 100vh;
  }

  #q4 .question-list li > a:after {
    display: none;
  }

  #q4 .question-list li a {
    display: flex;
    align-items: center;
  }
  #q4 .question-list li a span {
    padding-left: 7px;
    min-height: 50px;
  }

  #hero-results {
    display: none;
  }

  #results-mobile-top-nav {
    position: fixed;
    width: 100%;
    z-index: 2;
    top: 70px;
    display: block;
    background-color: #46B98C;
    text-align: center;
  }
  #results-mobile-top-nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  #results-mobile-top-nav ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 20%;
    border-left: solid 1px #46B98C;
    padding: 7px;
    border-bottom: solid 5px #46B98C;
  }
  #results-mobile-top-nav ul li.active {
    border-bottom-color: #2D7662;
  }
  #results-mobile-top-nav ul li.active a {
    color: #fff;
  }
  #results-mobile-top-nav ul li:last-of-type {
    border-right: solid 1px #46B98C;
  }
  #results-mobile-top-nav ul li a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    text-transform: uppercase;
  }

  #menu-results {
    display: none;
  }

  #hero-results {
    height: calc(100vh - 70px);
  }

  #content-results {
    margin: 0;
    padding-top: 40px;
  }

  #content-results .inner {
    padding: 20px 20px 0;
  }

  body.page-answers .footer-legal {
    padding-left: 0;
  }

  .result-workflow .h {
    text-align: center;
  }
  .result-workflow .h span, .result-workflow .h strong {
    display: block;
  }

  #result-just-for-you .is-2 {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
  }

  .goto-top {
    display: none;
  }

  .result-workflow {
    max-height: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .result-workflow .inner {
    margin-bottom: -25px;
  }
  .result-workflow .item .outer-box .head {
    height: 87px;
  }
  .result-workflow .item .outer-box .body {
    padding: 15px;
    min-height: 1px;
  }
  .result-workflow .item .outer-box .body .h {
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 5px;
  }
  .result-workflow .item .outer-box .body p {
    line-height: 20px;
    margin-bottom: 12px;
    min-height: 1px;
  }

  .result-just-for-u-wrapper .item {
    flex-wrap: wrap;
    width: 100%;
  }
  .result-just-for-u-wrapper .item .img {
    margin: 0 auto;
    width: 114px;
    min-width: 114px;
  }
  .result-just-for-u-wrapper .item .body {
    text-align: center;
  }
  .result-just-for-u-wrapper .item .body .h {
    text-align: center;
    padding-top: 7px;
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 5px;
  }
  .result-just-for-u-wrapper .item .body .b {
    text-align: center;
  }

  #result-just-for-you-slider {
    min-height: 445px;
  }
  #result-just-for-you-slider .item {
    flex-wrap: wrap;
    padding-top: 35px;
    align-items: flex-start;
    flex-direction: column;
  }
  #result-just-for-you-slider .item .b {
    flex-basis: 100%;
  }
  #result-just-for-you-slider .item .b img {
    margin-bottom: 10px;
  }
  #result-just-for-you-slider .item .b .h {
    margin-bottom: 5px;
  }
  #result-just-for-you-slider .item .b p {
    padding: 0 40px;
    text-align: center;
    font-size: 19px;
    line-height: 25px;
  }
  #result-just-for-you-slider .item .i {
    flex-basis: 100%;
  }
  #result-just-for-you-slider .item .i svg {
    display: none;
  }
  #result-just-for-you-slider ul.slick-dots {
    bottom: 13px;
    margin-left: 0;
  }
  #result-just-for-you-slider .slick-prev {
    left: 7px;
  }
  #result-just-for-you-slider .slick-next {
    right: 7px;
  }

  .workflow-slider .item .dot {
    margin-top: 10px !important;
  }

  body.page-answers #results-mobile-bottom-nav,
body.page-home.overlay-page-opened #results-mobile-bottom-nav,
body.page-questions.overlay-page-opened #results-mobile-bottom-nav {
    display: block;
  }

  #results-mobile-bottom-nav {
    position: fixed;
    width: 100%;
    z-index: 999999;
    bottom: 0;
    background-color: #46B98C;
    text-align: center;
  }
  #results-mobile-bottom-nav ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
  }
  #results-mobile-bottom-nav ul li {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 7px 10px;
    position: relative;
  }
  #results-mobile-bottom-nav ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    display: block;
  }
  #results-mobile-bottom-nav ul li a > span.i {
    display: block;
    padding-bottom: 4px;
    max-width: 80px;
  }
  #results-mobile-bottom-nav ul li a > span.ic {
    display: block;
    margin: auto;
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: center calc(100% - 2px);
    background-size: auto 24px;
  }
  #results-mobile-bottom-nav ul li a.but-contact-sales-family-page > span.ic {
    width: 30px;
    height: 27px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.535' height='29.356' viewBox='0 0 29.535 29.356'%3E%3Cg transform='translate(15292.172 9321.167)'%3E%3Cpath d='M.5,6.9c-.22,4.919,7.271,17.643,20.851,20.744A26.883,26.883,0,0,0,27.665,22.2a21.9,21.9,0,0,0-7.432-4.6l-2.3,2.352A12.506,12.506,0,0,1,8.1,10.433l2.62-2.406S8.952,3.108,6.012.649C6.012.649,1.993,3.928.5,6.9Z' transform='translate(-15291.669 -9320.52)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M118.924,48.068s6.025-.357,6.638,6.791' transform='translate(-15395.593 -9362.126)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M118.924,8.17a11.039,11.039,0,0,1,7.966,3.421,12.9,12.9,0,0,1,3.319,7.966' transform='translate(-15395.233 -9327.173)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  }
  #results-mobile-bottom-nav ul li a.but-open-wishlist-mobile > span.ic {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32.576' height='29' viewBox='0 0 32.576 29'%3E%3Cg transform='translate(-56.953 -537.583)'%3E%3Cpath d='M112.083,60.722c.162,0,.357-.278.357-.278A7.9,7.9,0,1,1,126.4,67.859a11.064,11.064,0,0,1-1.235,1.9c-.684.8-12.72,13.1-12.72,13.1s-.215.293-.357.293-.357-.293-.357-.293S99.689,70.559,99,69.757a11.063,11.063,0,0,1-1.235-1.9,7.9,7.9,0,1,1,13.955-7.416S111.921,60.722,112.083,60.722Z' transform='translate(-38.842 482.43)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M667,720.529v-6' transform='translate(-593.758 -166.447)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M0,6V0' transform='translate(76.242 551.083) rotate(90)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  }
  #results-mobile-bottom-nav ul li a.but-take-quiz-again-mobile > span.ic {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.324' height='28.415' viewBox='0 0 24.324 28.415'%3E%3Cg transform='translate(20092.283 2427.793)'%3E%3Cpath d='M-20065.111-2427.085l5.158,5.155-5.158,5.155' transform='translate(-9.42)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M0,0,5.157,5.155,0,10.311' transform='translate(-20085.713 -2400.085) rotate(180)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M-20069.375-2418.958h-17.227c-3.016,0-4.27,1.885-4.27,4.269v4.256' transform='translate(0.003 -2.973)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3Cpath d='M21.493,0H4.268C1.251,0,0,1.885,0,4.269V8.525' transform='translate(-20069.375 -2405.241) rotate(180)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
  }
  #results-mobile-bottom-nav ul li a.but-back-to-result-page-mobile {
    pointer-events: none;
    opacity: 0.3;
  }
  #results-mobile-bottom-nav ul li a.but-back-to-result-page-mobile.active {
    pointer-events: auto;
    opacity: 1;
  }
  #results-mobile-bottom-nav ul li a.but-download-booklet-mobile {
    display: none;
  }
  #results-mobile-bottom-nav ul li a.but-download-booklet-mobile > span.ic {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='uuid-a419177b-899f-424f-a8c7-b0f79969aa08' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 53.6 44.02'%3E%3Cg id='uuid-32bc5524-5c7e-4a17-aeea-fbacca3523e8'%3E%3Cpath d='m8.88,30.62h13.03v-1h-13.03c-3.87,0-7.13-3.38-7.13-7.38,0-3.46,2.47-6.4,5.87-7.01l.46-.08-.05-.47c-.03-.26-.05-.52-.05-.78,0-3.64,2.96-6.61,6.61-6.61,1.85,0,3.56.75,4.83,2.11l.6.65.24-.85c1.25-4.39,5.31-7.45,9.87-7.45,5.66,0,10.27,4.61,10.27,10.27,0,.15,0,.3-.02.45l-.05.88.68-.2c.79-.24,1.6-.36,2.42-.36,4.64,0,8.42,3.78,8.42,8.42s-3.78,8.42-8.42,8.42h-6.4v1h6.4c5.19,0,9.42-4.23,9.42-9.42s-4.23-9.42-9.42-9.42c-.68,0-1.36.07-2.03.22,0-6.21-5.06-11.26-11.27-11.26-4.73,0-8.97,3-10.58,7.4-1.38-1.2-3.12-1.85-4.96-1.85-4.19,0-7.61,3.41-7.61,7.61,0,.15,0,.3.01.44-3.64.87-6.24,4.12-6.24,7.9,0,4.54,3.72,8.38,8.13,8.38h0Z' fill='%23fff' stroke='%23fff' stroke-miterlimit='10' stroke-width='1.5'/%3E%3Cpolygon points='29.27 20.64 29.27 41 23.95 35.67 23.24 36.38 29.82 42.96 36.34 36.44 35.64 35.74 30.27 41.09 30.27 20.64 29.27 20.64' fill='%23fff' stroke='%23fff' stroke-miterlimit='10' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 27px;
  }
  #results-mobile-bottom-nav ul li a.but-back-to-result-page-mobile > span.ic {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.621' height='28.414' viewBox='0 0 15.621 28.414'%3E%3Cpath d='M-20065.113-2427.085l13.5,13.5-13.5,13.5' transform='translate(-20050.199 -2399.378) rotate(180)' fill='none' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");
  }
  #results-mobile-bottom-nav ul li a.but-open-wishlist-mobile span.wishlist-items {
    position: absolute;
    left: calc(50% + 6px);
    line-height: 19px;
    width: 19px;
    height: 19px;
    font-size: 13px;
  }

  html.page-answers.is-agent #results-mobile-bottom-nav a.but-download-booklet-mobile {
    display: block;
  }

  .but-close-family-page,
#overlay-page .but-contact-sales-family-page {
    display: none;
  }

  #overlay-page {
    top: 69px;
  }
  #overlay-page .content {
    width: 100vw;
    height: calc(100vh - 75px);
    padding-bottom: 69px;
  }

  #wishlist-mobile {
    display: block;
    pointer-events: none;
    z-index: 9999999;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: #46B98C;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    opacity: 0;
  }
  #wishlist-mobile.active {
    pointer-events: auto;
    opacity: 1;
  }
  #wishlist-mobile .wishlist-items {
    line-height: 21px;
    transform: translateY(-3px);
  }
  #wishlist-mobile .i {
    padding: 30px;
    color: #fff;
  }
  #wishlist-mobile li {
    list-style: none;
    color: #fff;
    position: relative;
    display: block;
    margin-left: 0;
    font-weight: normal;
    font-size: 25px;
    line-height: 35px;
    font-family: "TheSans", sans-serif;
    border-top: solid 1px #fff;
    padding: 10px 0;
  }
  #wishlist-mobile li.wishlist-item {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.345' height='13.804' viewBox='0 0 11.345 13.804'%3E%3Cg transform='translate(-870.894 -418.041)'%3E%3Cpath d='M894.721,452.537v4.577h-3.209l5.272,5.524,5.273-5.524h-3.21v-4.577' transform='translate(-20.217 -34.096)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='0.8'/%3E%3Cpath d='M891.511,490.3v1.428a1.35,1.35,0,0,0,1.35,1.35h7.845a1.35,1.35,0,0,0,1.35-1.35V490.3' transform='translate(-20.217 -61.635)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='0.8'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) 22px;
    background-size: 17px;
    border-top: 0;
  }
  #wishlist-mobile li.wishlist-item a:not(.btn-wishlist-remove) {
    display: block;
    padding-left: 35px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.593' height='22.835' viewBox='0 0 25.593 22.835'%3E%3Cg transform='translate(-56.953 -537.583)'%3E%3Cpath d='M108.592,59.678c.125,0,.276-.215.276-.215a6.1,6.1,0,1,1,10.769,5.722,8.537,8.537,0,0,1-.953,1.464c-.528.619-9.816,10.111-9.816,10.111s-.166.226-.276.226-.276-.226-.276-.226S99.028,67.269,98.5,66.65a8.536,8.536,0,0,1-.953-1.464,6.1,6.1,0,1,1,10.769-5.722S108.467,59.678,108.592,59.678Z' transform='translate(-38.842 482.43)' fill='none' stroke='%23fff' stroke-miterlimit='10' stroke-width='2'/%3E%3Cpath d='M667,720.161v-5.631' transform='translate(-597.25 -168.874)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3Cpath d='M667,720.161v-5.631' transform='translate(787.096 -118.529) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left center;
  }
  #wishlist-mobile li > a {
    color: #fff;
    font-size: 25px;
    line-height: 44px;
    font-weight: bold;
    font-family: "FS Industrie", sans-serif;
  }
  #wishlist-mobile li a {
    text-decoration: none;
  }
  #wishlist-mobile li .btn-wishlist-remove {
    position: absolute;
    z-index: 2;
    right: 3px;
    top: 12px;
    width: 19px;
    height: 17px;
    display: block;
    background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='trash-alt' class='svg-inline--fa fa-trash-alt fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23fff' d='M268 416h24a12 12 0 0 0 12-12V188a12 12 0 0 0-12-12h-24a12 12 0 0 0-12 12v216a12 12 0 0 0 12 12zM432 80h-82.41l-34-56.7A48 48 0 0 0 274.41 0H173.59a48 48 0 0 0-41.16 23.3L98.41 80H16A16 16 0 0 0 0 96v16a16 16 0 0 0 16 16h16v336a48 48 0 0 0 48 48h288a48 48 0 0 0 48-48V128h16a16 16 0 0 0 16-16V96a16 16 0 0 0-16-16zM171.84 50.91A6 6 0 0 1 177 48h94a6 6 0 0 1 5.15 2.91L293.61 80H154.39zM368 464H80V128h288zm-212-48h24a12 12 0 0 0 12-12V188a12 12 0 0 0-12-12h-24a12 12 0 0 0-12 12v216a12 12 0 0 0 12 12z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
  }
  #wishlist-mobile li > ul li {
    font-size: 18px !important;
    line-height: 22px !important;
    padding-right: 20px !important;
  }

  #ul-wishlist-mobile {
    padding: 0;
    margin: 0;
  }

  .btn-close-wishlist-mobile {
    margin-top: 10px;
  }

  .family-header {
    padding-bottom: 15px;
  }
  .family-header .col-lg-6 {
    width: 50%;
  }
  .family-header .col-lg-6:first-of-type img.img-full {
    width: 100%;
  }
  .family-header .hw {
    padding-bottom: 35px;
  }
  .family-header a.btn-add-to-wishlist {
    margin-top: 20px;
    display: inline-block;
  }

  .fam-brand-list li .img {
    width: 120px;
    height: 120px;
    margin-right: 5px;
  }
  .fam-brand-list li .body {
    margin-bottom: 15px;
  }
  .fam-brand-list li .body .h {
    font-size: 17px;
    line-height: 20px;
  }
  .fam-brand-list li .body .b {
    font-size: 17px;
    line-height: 22px;
    padding-right: 0;
  }

  .benefits-button {
    padding-top: 30px;
  }

  .family-section .i {
    padding: 35px !important;
  }
  .family-section .i > img.img-fluid {
    width: 164px;
    height: auto;
    margin: auto;
    display: block;
  }
  .family-section .i .s {
    text-align: left;
  }
  .family-section .i2 {
    padding: 35px !important;
  }
  .family-section p {
    margin: 0;
    padding-right: 0;
    text-align: left;
    font-size: 17px;
    line-height: 20px;
  }
  .family-section.family-testimonial {
    padding: 30px 0;
  }
  .family-section.family-testimonial .row {
    align-items: center;
  }
  .family-section.family-testimonial .row .i {
    padding: 0 !important;
  }
  .family-section.family-testimonial .video-link.bot-right:before {
    bottom: -10px;
    right: 0;
  }

  .brand-choice-wrapper .item {
    width: 220px;
  }
  .brand-choice-wrapper .item p {
    min-height: 1px;
    margin-bottom: 1rem;
  }
  .brand-choice-wrapper .item li {
    font-size: 17px !important;
    line-height: 20px !important;
  }
  .brand-choice-wrapper .item .img img {
    max-width: 180px;
    margin: auto;
    display: block;
  }

  .accordion-body {
    padding-left: 0;
  }

  .accordion-button:not(.collapsed)::after {
    -webkit-transform: rotate(180deg) translateX(4px);
    -ms-transform: rotate(180deg) translateX(4px);
    transform: rotate(180deg) translateX(4px);
  }

  .accordion-button {
    padding: 0.55rem 0;
  }

  .family-info-box .i .h {
    padding: 25px 25px 20px 25px;
  }

  .family-heading {
    font-size: 32px;
    line-height: 32px;
  }

  .modal-default-content .modal-body {
    padding: 1rem;
  }

  #application-MarketingContent-manage-component---ObjectView--DesignView--ContentPage-0L {
    --bs-gutter-x: 0;
    margin-right: 10px;
    margin-left: 10px;
  }

  .modal-default-content .modal-content #form-sales {
    padding-bottom: 70px;
  }

  .modal-content .btn-close {
    z-index: 1;
    width: 25px;
    height: 25px;
    top: 10px;
    right: 10px;
  }

  .smile-in-a-box-black-box {
    min-height: 122vw;
  }

  .family-section.family-bottom-cta {
    background-size: auto 100%;
  }
  .family-section.family-bottom-cta .half:first-of-type {
    flex-basis: 40%;
  }

  .btn-contact-sales-family {
    padding: 7px 9px 7px 42px;
    background-position: 9px center;
    font-size: 20px;
    background-size: 25px;
  }

  #result-just-for-you-slider .item.only-text {
    padding-top: 0;
  }
  #result-just-for-you-slider .item.only-text .b {
    display: flex;
  }
  #result-just-for-you-slider .item.only-text .b p {
    font-size: 27px;
    line-height: 36px;
  }
  #result-just-for-you-slider .item {
    align-items: center;
  }

  .family-section.family-benefits .benefits-sources {
    position: static;
    bottom: 0;
    width: 100%;
    margin-top: 20px;
  }

  body.page-answers footer {
    padding-bottom: 95px;
  }

  .page-home.overlay-page-opened #results-mobile-bottom-nav li:nth-child(3),
.page-questions.overlay-page-opened #results-mobile-bottom-nav li:nth-child(3) {
    display: none;
  }

  .block-separator {
    background-attachment: scroll;
  }

  .family-box-details .item a {
    font-size: 19px;
    line-height: 22px;
  }

  .family-header .hw h1 br, .family-header .hw .h1 br {
    content: "";
  }

  .family-header .hw h1 br:after,
.family-header .hw .h1 br:after {
    content: " ";
  }

  #modal-strmnn-virtuovivo-roi-calculator .modal-body iframe {
    height: 100vh;
  }

  #strmnn-splash-a .subhead-v2 {
    margin-bottom: 6px;
  }
  #strmnn-splash-a .girl {
    right: 0%;
  }

  body.page-home.v2 footer {
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .fam-medit-items {
    margin-bottom: 35px;
  }
  .fam-medit-items li {
    padding-left: 47px;
    margin-bottom: 6px;
  }

  #result-smile-cloud-banner * {
    text-align: center;
  }

  .family-bottom-cta {
    background-size: cover;
  }

  .brand-choice-wrapper-2-cols .item {
    padding-right: 0;
  }

  .fam-medit-macro {
    flex-wrap: wrap;
  }
  .fam-medit-macro .clmn {
    min-width: 50%;
  }
  .fam-medit-macro .clmn .hc {
    margin-bottom: 10px;
  }

  .home-v2-banner {
    min-height: 330px;
  }

  .banner-roi-scanner .cta.flex,
.banner-calendly .cta.flex {
    flex-direction: column;
  }
  .banner-roi-scanner .cta.flex a,
.banner-calendly .cta.flex a {
    width: 100%;
    margin-bottom: 12px;
  }
  .banner-roi-scanner .cta.flex a:last-of-type,
.banner-calendly .cta.flex a:last-of-type {
    margin: 0;
  }

  .banner-calendly .i {
    margin-top: -30px;
  }

  .mobile-submenu .dropdown-item:hover {
    background-color: transparent;
    color: #fff;
  }

  .hamburger {
    display: block;
  }

  .home-menu {
    margin-right: 22px;
  }

  html.overlay-page-opened {
    overflow: hidden;
  }

  .tbar {
    height: 16px;
  }

  header {
    height: 70px;
  }

  .menu-wrapper {
    height: 54px;
  }
  .menu-wrapper .menu a {
    display: none;
  }

  .menu {
    padding-left: 10px;
  }

  .logo {
    padding-right: 10px;
  }
  .logo svg {
    width: 127px;
  }

  main {
    padding-top: 70px;
  }

  #roi-dropdown-wrapper {
    display: none;
  }

  body.page-home main {
    padding-top: 69px;
  }
  body.page-home footer {
    position: relative;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .roi-calculate-mobile-prefix {
    display: inline;
  }

  body.overlay-page-opened header {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }

  #block-abutment {
    background-color: #EAEAEA;
    background-size: 154%;
  }
  #block-abutment p img {
    margin: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  #strmnn-splash-a .headline-home-v2,
#strmnn-splash-2a .headline-home-v2 {
    font-size: 32px;
    line-height: 32px;
    margin-top: 0;
  }

  #strmnn-splash-a {
    height: calc(100vh - 40px);
  }
  #strmnn-splash-a .girl {
    bottom: 0;
  }

  .family-header .col-lg-6 {
    width: 100%;
  }
  .family-header .col-lg-6:first-of-type img.img-full {
    width: 70%;
    margin: auto;
  }

  .question-list > li a span {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .checkbox-wrapper {
    font-size: 18px;
    line-height: 25px;
  }

  .choice-box {
    padding-bottom: 25px;
  }
  .choice-box.active {
    overflow-y: auto;
  }
  .choice-box .h {
    line-height: 29px;
  }

  #strmnn-splash-2a #splash-2-head {
    font-size: 32px;
    line-height: 32px;
  }

  .family-section {
    flex-direction: column;
  }
  .family-section .btn-lg {
    font-size: 1.1rem;
  }
  .family-section .half {
    flex-basis: 100%;
  }
  .family-section.no-flex .half {
    float: none;
    width: 100%;
  }
  .family-section .i, .family-section .i2 {
    padding: 25px !important;
  }
  .family-section .fam-small-heading {
    text-align: left;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  .family-section .fam-bullets {
    margin: 0;
  }
  .family-section .fam-bullets li {
    font-size: 17px !important;
    line-height: 20px !important;
  }
  .family-section .author {
    font-size: 15px;
    line-height: 19px;
  }

  .family-heading {
    font-size: 27px;
    text-align: left;
  }

  .family-info-box .i .h {
    font-size: 18px;
    line-height: 25px;
    text-align: left;
    padding: 25px 25px 18px;
  }
  .family-info-box .i .h strong {
    font-size: 28px;
    line-height: 34px;
  }

  .brand-choice-wrapper {
    flex-direction: column;
  }
  .brand-choice-wrapper .item {
    width: 100%;
    border-bottom: solid 1px #707070;
    margin: 0 0 20px 0;
    padding-bottom: 30px;
  }

  .family-section.family-bottom-cta {
    height: auto;
    background-position: left bottom;
  }
  .family-section.family-bottom-cta .half:last-of-type .i {
    padding-left: 185px !important;
  }
  .family-section.family-bottom-cta .half:last-of-type .fam-small-heading {
    text-align: left !important;
    font-size: 17px;
    line-height: 20px;
  }
  .family-section.family-bottom-cta .half:last-of-type .fam-small-heading br {
    line-height: 8px;
  }

  .fam-medit-macro {
    flex-direction: column;
  }
  .fam-medit-macro .clmn {
    min-width: 100%;
  }
  .fam-medit-macro .clmn .hc {
    margin-bottom: 15px;
  }

  .accordion-button {
    font-size: 17px !important;
    line-height: 19px;
  }
  .accordion-button::after {
    background-size: 1rem;
  }

  .family-bottom-cta .half:first-of-type {
    display: none;
  }

  #result-just-for-you-slider .item {
    padding: 0;
  }
  #result-just-for-you-slider .item.only-text .b p {
    font-size: 20px;
    line-height: 26px;
  }
  #result-just-for-you-slider .item .dyk-wrapper {
    width: calc(100% - 40px);
  }
  #result-just-for-you-slider .item .b {
    flex-direction: column;
  }
  #result-just-for-you-slider .item .b img {
    width: 58px;
    display: block;
    margin: 0 auto 17px;
  }
  #result-just-for-you-slider .item .b .h {
    text-align: center;
    font-size: 30px;
    line-height: 26px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #result-just-for-you-slider .item .b p {
    padding: 0 20px 20px;
  }
  #result-just-for-you-slider .dyk-h {
    margin-bottom: 10px !important;
  }
  #result-just-for-you-slider .dyk-h svg {
    display: block;
    margin: auto;
  }

  .family-header .hw {
    padding: 20px;
  }
  .family-header .hw .s {
    font-size: 29px;
    line-height: 33px;
    margin-bottom: 25px;
  }
  .family-header .hw h1, .family-header .hw .h1 {
    font-size: 30px;
    line-height: 33px;
    margin-bottom: 10px;
  }
  .family-header .hw p:last-of-type {
    margin-bottom: 1rem !important;
  }
  .family-header .btn-roi-calculator {
    margin-top: 0;
    margin-left: 20px;
    margin-bottom: 5px;
  }

  #overlay-page .video-link {
    margin: auto;
  }
  #overlay-page .video-link:before {
    width: 64px;
    height: 64px;
  }
  #overlay-page .video-link:has(img.img-fluid) {
    width: 164px;
    height: 164px;
  }
  #overlay-page .video-link:has(img.img-fluid):before {
    width: 50px;
    height: 50px;
    bottom: 0;
    right: 0;
  }
  #overlay-page.family-1 .family-section.def-content-family.tr {
    background-position: right 210px;
    background-color: #000;
    padding-bottom: 148px;
  }
  #overlay-page.family-2 a.video-link {
    min-height: 153px;
  }
  #overlay-page.family-3 .family-benefits .btn-open-family {
    position: static !important;
    margin-top: 20px;
  }
  #overlay-page.family-4 .brand-choice-wrapper .item, #overlay-page.family-13 .brand-choice-wrapper .item {
    border-bottom: 0;
  }
  #overlay-page.family-5 .family-section.def-content-family.tr {
    background-size: 800px;
    background-color: #EAEAEA;
    padding-bottom: 48px;
    background-position: right bottom;
  }
  #overlay-page.family-5 .brand-choice-wrapper-2-cols {
    flex-direction: column;
  }
  #overlay-page.family-5 .brand-choice-wrapper-2-cols ul li:last-child {
    margin-bottom: 15px;
  }
  #overlay-page.family-6 .family-section.def-content-family.tr {
    background-size: 1022px;
    background-color: #E8E8E8;
    padding-bottom: 260px;
    background-position: right bottom;
  }
  #overlay-page.family-6 .family-section.def-content-family.tr .video-link {
    height: 200px !important;
  }
  #overlay-page.family-6 .family-section.def-content-family.tr p {
    margin-bottom: 1rem;
  }
  #overlay-page.family-8 .family-info-box img {
    max-width: 100% !important;
  }
  #overlay-page.family-12 .family-benefits h4, #overlay-page.family-12 .family-benefits .h4 {
    margin-top: 0 !important;
    font-size: 18px !important;
  }

  .workflow-slider .slick-prev {
    left: 6%;
  }
  .workflow-slider .slick-next {
    right: 6%;
  }
  .workflow-slider .item .line {
    height: 60px;
  }
  .workflow-slider .item .outer-box .head .img img {
    max-height: 117px;
  }
  .workflow-slider .item .phase {
    font-size: 16px;
    line-height: 16px;
  }

  .result-workflow .h span {
    display: inline-block;
  }
  .result-workflow .h.is-2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0;
  }

  #results-mobile-top-nav ul li a {
    font-size: 12px;
    line-height: 15px;
  }

  #lisa-widget {
    max-height: 1000px;
    height: auto;
  }

  body.overlay-page-opened #lisa-trigger, body.overlay-page-opened #lisa-baloon,
body.page-answers #lisa-trigger,
body.page-answers #lisa-baloon {
    display: none;
  }

  #lisa-baloon {
    padding: 10px 15px;
  }

  .h-one {
    margin-bottom: 10px;
  }

  #modal-form-contact-sales.modal {
    z-index: 999999;
  }
  #modal-form-contact-sales.modal .modal-dialog {
    margin: 0;
  }

  .result-workflow {
    background-position: 0 -206px;
  }
  .result-workflow .item .outer-box .body {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .slick-slide {
    height: auto;
  }

  #result-did-you-know {
    padding-top: 35px;
    padding-bottom: 25px;
    background-color: #2D7662;
  }
}
@media screen and (max-width: 360px) {
  .search {
    margin-right: 20px;
    padding-left: 30px;
  }

  .question-list > li a:after {
    left: 8px;
    height: 56%;
    width: 32px;
  }

  .q-heading {
    margin-top: -10px;
    font-size: 23px;
    line-height: 26px;
    padding-bottom: 5px;
  }
  .q-heading span {
    font-size: 27px;
    line-height: 31px;
  }

  .question-list > li a span {
    padding-left: 45px;
    font-size: 16px;
    line-height: 17px;
    min-height: 49px;
  }

  #q2 .question-list > li a span {
    padding-left: 48px;
  }

  .choice-box {
    padding-top: 20px;
  }

  #implant-guide-choice .box {
    padding: 15px 35px;
  }

  #q2 .question-list > li a.q2-intraoral-scanner:after {
    width: 40px;
  }

  .h-q-mobile {
    margin-bottom: 15px;
    padding: 10px;
  }

  .checkbox-wrapper {
    font-size: 16px;
  }

  #restoring-teeth-options-choice .box .hh {
    margin-bottom: 4px;
  }

  .btn-next-question {
    font-size: 22px;
    line-height: 19px;
  }

  .workflow-slider .item .line {
    height: 40px;
  }

  .result-workflow .h.is-2 {
    font-size: 20px;
    line-height: 24px;
  }

  #overlay-page.family-1 .family-section.def-content-family.tr {
    background-position: right 77vw;
    padding-bottom: 54vw;
    background-size: 173vw;
  }

  .family-bottom-cta .half:last-of-type .i {
    padding-left: 141px !important;
  }

  .family-bottom-cta .half:last-of-type .fam-small-heading {
    font-size: 15px;
    line-height: 19px;
  }

  .workflow-slider .item .outer-box .head .img img {
    max-height: 92px;
  }

  .workflow-slider .item {
    padding: 15px;
  }

  .workflow-slider .item .outer-box {
    border-width: 4px;
  }

  .workflow-slider .item .dot {
    margin-top: 14px !important;
  }

  .workflow-slider .item .outer-box .head .img img {
    -webkit-transform: translateY(-33%);
    -ms-transform: translateY(-33%);
    transform: translateY(-33%);
  }
}
@media screen and (min-width: 1440px) and (max-height: 690px) {
  #questions-wrapper .container {
    max-width: 1140px;
  }

  .question-list > li a:after {
    height: 90px;
  }
  .question-list > li a span {
    padding: 10px 0;
    min-height: 75px;
  }

  .question-list li > a.q1-guided-surgery:after,
.question-list li > a.q1-clear-aligners:after {
    background-size: 78%;
  }

  .question-list {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .family-bottom-cta {
    height: auto;
    background-color: #CFCFCF;
    background-image: url(/assets/img/photos/families/pages/bg-family-footer-contact-cut.png?v=1.0);
    background-size: auto 90%;
    background-position: left bottom;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  body.page-questions {
    background-color: #36393A;
  }
}
form.sapCpContentPage .checkbox-wrapper input {
  width: 1px;
  height: 1px;
  left: 10px;
  top: 25px;
}

form.sapCpContentPage .sapCpButton.btn.btn-outline-primary.is-loading {
  background-color: transparent;
  color: transparent;
  cursor: not-allowed;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .result-workflow .item .outer-box .body .h {
    min-height: 51px;
  }

  .workflow-slider .item .outer-box .body p {
    min-height: 100px;
  }
}
html.country-au .question-list li > a.q2-in-house-milling-unit:after {
  background-image: url(/assets/img/icons/q2/in-house-milling-q2.png);
  background-size: contain;
}

@media screen and (min-width: 1680px) {
  html.country-de .result-workflow {
    max-height: 850px;
  }
  html.country-de .workflow-slider .item .outer-box .body .h {
    min-height: 54px;
  }
  html.country-de .workflow-slider .item .outer-box .body p:not(:has(+ .ph)) {
    min-height: 120px;
  }
  html.country-de .workflow-slider .item .outer-box .body {
    min-height: 310px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  html.country-de .result-workflow {
    max-height: 820px;
  }
  html.country-de .workflow-slider .item .outer-box .body {
    min-height: 330px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  html.country-de .result-workflow {
    max-height: 1000px;
  }
  html.country-de .workflow-slider .item .btn-open-family {
    white-space: nowrap;
  }
  html.country-de .workflow-slider .item .outer-box .body p {
    min-height: 171px;
  }
  html.country-de .workflow-slider .item .outer-box .body .h {
    min-height: 55px;
  }
}
@media screen and (max-width: 1023px) {
  html.country-de .result-workflow .item .outer-box .body {
    min-height: 280px;
  }
}
@media screen and (max-width: 400px) {
  html.country-de .question-list > li a span {
    font-size: 14px !important;
    line-height: 16px !important;
  }
  html.country-de #btn-contact-sales-header, html.country-de #btn-discover-workflow-header, html.country-de #btn-download-booklet-header {
    font-size: 16px;
  }
  html.country-de .question-list > li a:after {
    left: 8px;
    width: 31px;
  }
  html.country-de .question-list > li a span {
    padding-left: 40px;
  }
  html.country-de body.page-answers .menu-wrapper .menu a#btn-download-booklet-header {
    font-size: 14px;
  }
}

html.immediaxy-and-digital.country-de .workflow-slider .item .outer-box .body {
  min-height: 375px;
}

html.country-es .question-list li > a.q2-in-house-milling-unit:after {
  background-image: url(/assets/img/icons/q2/milling-gear.png);
  background-size: contain;
}

@media screen and (min-width: 768px) and (max-width: 1680px) {
  html.immediaxy-and-digital .result-workflow {
    max-height: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
