@charset "UTF-8";
@font-face {
  font-family: "Exo 2";
  src: url("../../assets/fonts/exo-medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Exo 2";
  src: url("../../assets/fonts/exo-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../../assets/fonts/roboto.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: fallback-font;
  ascent-override: 107.94852%;
  src: local(Georgia);
}
.document-root {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: var(--bg-color);
}
.document-root > main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: var(--nav-height);
}

.section {
  scroll-margin-top: 4.6875rem;
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
  page-break-inside: avoid;
  break-inside: avoid-page;
}
.section .section {
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
.section[class*=bg-] {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  margin-top: 0;
  margin-bottom: 0;
}
.section .section[class*=bg-] {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.section.bg-light + .section.bg-light {
  padding-top: 0;
}
.section.bg-dark + .section.bg-dark {
  padding-top: 0;
}
.section.bg-white + .section.bg-white {
  padding-top: 0;
}

[role=button] {
  cursor: pointer;
}

:root {
  --bs-blue: #0056b3;
  --bs-red: #dc3545;
  --bs-yellow: #ffc107;
  --bs-green: #28a745;
  --bs-primary: #009b8f;
  --bs-secondary: #21343b;
  --bs-success: #25873e;
  --bs-info: #0075bf;
  --bs-warning: #fac300;
  --bs-danger: #c2000b;
  --bs-light: #deefed;
  --bs-dark: #21333a;
  --bs-white: #fff;
  --bs-font-sans-serif: fallback-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

body {
  margin: 0;
  font-family: "Roboto", fallback-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.66667;
  color: var(--text-color);
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 0.9375rem 0;
  color: rgba(0, 0, 0, 0.1019607843);
  background-color: currentColor;
  border: 0;
}

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

h6, .h6, .box, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 1.875rem;
  font-family: "Exo 2", fallback-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 300;
  line-height: 1.17857;
}

h1, .h1 {
  font-size: calc(1.35875rem + 1.305vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.3375rem;
  }
}

h2, .h2 {
  font-size: calc(1.295rem + 0.54vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 1.7rem;
  }
}

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

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

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

h6, .h6, .box {
  font-size: 0.8125rem;
}

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

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

b,
strong {
  font-weight: 900;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--text-color);
  text-decoration: none;
}
a:hover {
  color: #009b8f;
  text-decoration: none;
}

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

pre,
code {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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: 1rem;
  color: #999999;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 1rem;
  color: #0056b3;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

img,
svg {
  vertical-align: middle;
}

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

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

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


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

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

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

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

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

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

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

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.46875rem;
  line-height: inherit;
}
legend + * {
  clear: left;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/

output {
  display: inline-block;
}

iframe {
  border: 0;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
}

.display-1 {
  font-size: calc(1.490625rem + 2.8875vw);
  font-weight: 300;
  line-height: 1.17857;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 3.65625rem;
  }
}

.display-2 {
  font-size: calc(1.4rem + 1.8vw);
  font-weight: 300;
  line-height: 1.17857;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 2.75rem;
  }
}

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

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

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.9375rem);
  padding-left: var(--bs-gutter-x, 0.9375rem);
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-xxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
@media screen and (min-width: 1560px) {
  .col-xxxl {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
  }
  .col-xxxl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
  }
  .col-xxxl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xxxl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxxl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 25%;
  }
  .col-xxxl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxxl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxxl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
  .col-xxxl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxxl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxxl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 75%;
  }
  .col-xxxl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxxl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxxl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: inherit;
  --bs-table-striped-bg: rgba(214, 216, 218, 0.125);
  --bs-table-active-color: #213b34;
  --bs-table-active-bg: #ecedef;
  --bs-table-hover-color: #213b34;
  --bs-table-hover-bg: #ecedef;
  width: 100%;
  margin-bottom: 0.9375rem;
  vertical-align: top;
  border-color: rgba(0, 0, 0, 0.1019607843);
}
.table > :not(caption) > * > * {
  padding: 0.9375rem 0.9375rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
          box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.form-label {
  margin-bottom: 0.46875rem;
  font-size: 1.1875rem;
  font-weight: 900;
}

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

.col-form-label-lg {
  padding-top: calc(0.5624975rem + 1px);
  padding-bottom: calc(0.5624975rem + 1px);
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  .col-form-label-lg {
    font-size: 1.5rem;
  }
}

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

.form-text {
  margin-top: 0.46875rem;
  font-size: 1rem;
  color: #999999;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.562498125rem 1rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.66667;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.16);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.16);
  border-color: var(--input-border-focus-color);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem var(--input-focus-shadow-color);
          box-shadow: 0 0 0 0.2rem var(--input-focus-shadow-color);
}
.form-control::-webkit-date-and-time-value {
  height: 1.66667em;
}
.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.form-control::placeholder {
  color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: rgba(229.5135135135, 230.7567567568, 232, 0.265);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.562498125rem 1rem;
  margin: -0.562498125rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
  color: rgba(255, 255, 255, 0.8);
  background-color: #fff;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: rgb(216.75, 216.75, 216.75);
}
.form-control::-webkit-file-upload-button {
  padding: 0.562498125rem 1rem;
  margin: -0.562498125rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
  color: rgba(255, 255, 255, 0.8);
  background-color: #fff;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: rgb(216.75, 216.75, 216.75);
}

textarea.form-control {
  min-height: calc(1.66667em + 1.12499625rem + 2px);
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.562498125rem 3.125rem 0.562498125rem 1rem;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.66667;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(255, 255, 255, 0.16);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath style='vector-effect: non-scaling-stroke;' fill='none' stroke='rgba%28255, 255, 255, 0.8%29' stroke-width='1px' d='M2 6l6 6l6 -6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1.125rem 1.125rem;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-select:focus {
  border-color: var(--input-border-focus-color);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem var(--input-focus-shadow-color);
          box-shadow: 0 0 0 0.2rem var(--input-focus-shadow-color);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 1rem;
  background-image: none;
}
.form-select:disabled {
  color: #999999;
  background-color: rgba(229.5135135135, 230.7567567568, 232, 0.265);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 rgba(255, 255, 255, 0.8);
}

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

.form-check-input {
  width: 1.125em;
  height: 1.125em;
  margin-top: 0.270835em;
  vertical-align: top;
  background-color: rgba(255, 255, 255, 0.16);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  -webkit-transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, background-position 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-check-input {
    -webkit-transition: none;
    transition: none;
  }
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.form-check-input:focus {
  border-color: var(--input-border-focus-color);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem var(--input-focus-shadow-color);
          box-shadow: 0 0 0 0.2rem var(--input-focus-shadow-color);
}
.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 style='vector-effect: non-scaling-stroke;' fill='none' stroke='%23009b8f' stroke-linecap='round' stroke-linejoin='round' stroke-width='1px' 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='%23009b8f'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath style='vector-effect: non-scaling-stroke;' fill='none' stroke='%23009b8f' stroke-linecap='round' stroke-linejoin='round' stroke-width='1px' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  -webkit-filter: none;
          filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

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

.form-range {
  width: 100%;
  height: 1.525rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 0.2rem var(--input-focus-shadow-color);
          box-shadow: 0 0 0 0.2rem var(--input-focus-shadow-color);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 0.2rem var(--input-focus-shadow-color);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1.125rem;
  height: 1.125rem;
  margin-top: -0.28125rem;
  background-color: #009b8f;
  border: 0;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #009b8f;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5625rem;
  color: transparent;
  cursor: pointer;
  background-color: #d6d8da;
  border-color: transparent;
}
.form-range::-moz-range-thumb {
  width: 1.125rem;
  height: 1.125rem;
  background-color: #009b8f;
  border: 0;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #009b8f;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5625rem;
  color: transparent;
  cursor: pointer;
  background-color: #d6d8da;
  border-color: transparent;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #999999;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #999999;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.562498125rem 1rem;
  margin-top: 0.1rem;
  font-size: 1rem;
  color: #fff;
  background-color: rgba(37, 135, 62, 0.9);
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.562498125rem 1rem;
  margin-top: 0.1rem;
  font-size: 1rem;
  color: #fff;
  background-color: rgba(194, 0, 11, 0.9);
}


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

 .form-control.is-invalid {
  border-color: #c2000b;
  padding-right: calc(1.66667em + 1.12499625rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c2000b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c2000b' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4166675em + 0.2812490625rem) center;
  background-size: calc(0.833335em + 0.562498125rem) calc(0.833335em + 0.562498125rem);
}
 .form-control.is-invalid:focus {
  border-color: #c2000b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(194, 0, 11, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(194, 0, 11, 0.25);
}

 textarea.form-control.is-invalid {
  padding-right: calc(1.66667em + 1.12499625rem);
  background-position: top calc(0.4166675em + 0.2812490625rem) right calc(0.4166675em + 0.2812490625rem);
}

 .form-select.is-invalid {
  border-color: #c2000b;
}
 .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: calc(0.75em + 4.9687471875rem);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath style='vector-effect: non-scaling-stroke;' fill='none' stroke='rgba%28255, 255, 255, 0.8%29' stroke-width='1px' d='M2 6l6 6l6 -6'/%3E%3C/svg%3E"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23c2000b' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23c2000b' stroke='none'/%3e%3c/svg%3e");
  background-position: right 1rem center, center right 4.125rem;
  background-size: 1.125rem 1.125rem, calc(0.833335em + 0.562498125rem) calc(0.833335em + 0.562498125rem);
}
 .form-select.is-invalid:focus {
  border-color: #c2000b;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(194, 0, 11, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(194, 0, 11, 0.25);
}

 .form-check-input.is-invalid {
  border-color: #c2000b;
}
 .form-check-input.is-invalid:checked {
  background-color: #c2000b;
}
 .form-check-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(194, 0, 11, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(194, 0, 11, 0.25);
}
 .form-check-input.is-invalid ~ .form-check-label {
  color: #c2000b;
}

.btn {
  display: inline-block;
  font-family: "Exo 2", fallback-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-weight: 700;
  line-height: 1;
  color: var(--text-color);
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: calc(1.0625rem + 0px) 1rem;
  font-size: 0.875rem;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.btn:hover {
  color: var(--text-color);
}
 .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem var(--input-focus-shadow-color);
          box-shadow: 0 0 0 0.2rem var(--input-focus-shadow-color);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-white {
  color: #213b34;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #213b34;
  background-color: white;
  border-color: white;
}
 .btn-white:focus {
  color: #213b34;
  background-color: white;
  border-color: white;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221.7, 225.6, 224.55, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(221.7, 225.6, 224.55, 0.5);
}
 .btn-white:active, .btn-white.active {
  color: #213b34;
  background-color: white;
  border-color: white;
}
 .btn-white:active:focus, .btn-white.active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(221.7, 225.6, 224.55, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(221.7, 225.6, 224.55, 0.5);
}
.btn-white:disabled, .btn-white.disabled {
  color: #213b34;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-primary {
  color: #009b8f;
  border-color: #009b8f;
}
.btn-outline-primary:hover {
  color: #000;
  background-color: #009b8f;
  border-color: #009b8f;
}
 .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 155, 143, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 155, 143, 0.5);
}
 .btn-outline-primary:active, .btn-outline-primary.active {
  color: #000;
  background-color: #009b8f;
  border-color: #009b8f;
}
 .btn-outline-primary:active:focus, .btn-outline-primary.active:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 155, 143, 0.5);
          box-shadow: 0 0 0 0.2rem rgba(0, 155, 143, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #009b8f;
  background-color: transparent;
}

.btn-link {
  font-weight: 300;
  color: var(--text-color);
  text-decoration: none;
}
.btn-link:hover {
  color: #009b8f;
  text-decoration: none;
}
.btn-link:focus {
  text-decoration: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #999999;
}

.btn-lg {
  padding: calc(1.375rem + 0px) 1.25rem;
  font-size: 0.875rem;
  border-radius: 0;
}

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

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

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.562498125rem 1rem;
  font-size: 0.875rem;
  color: var(--text-color);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    -webkit-transition: none;
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #999999;
}
.nav-link.disabled {
  color: #999999;
  pointer-events: none;
  cursor: default;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.1019607843);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.875rem 30px;
}
.card-footer {
  padding: 1.875rem 30px;
  border-top: 0 solid rgba(0, 0, 0, 0.1019607843);
}


.card-img-top {
  width: 100%;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
}

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

.alert-danger {
  color: rgb(116.4, 0, 6.6);
  background-color: rgb(242.8, 204, 206.2);
  border-color: rgb(236.7, 178.5, 181.8);
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.84375rem;
  background-color: #f3f4f6;
}

.btn-close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #fff;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath style='vector-effect: non-scaling-stroke;' stroke='%23fff' stroke-width='1px' d='M.5.5l23 23M0 23.5L23.5.5'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  opacity: 0.5;
}
.btn-close:hover {
  color: #fff;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem var(--input-focus-shadow-color);
          box-shadow: 0 0 0 0.2rem var(--input-focus-shadow-color);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0.25;
}

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

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

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid;
  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.75;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.9375rem 30px;
  border-bottom: 0 solid rgba(0, 0, 0, 0.1019607843);
}
.modal-header .btn-close {
  padding: 0.46875rem 15px;
  margin: -0.46875rem -15px -0.46875rem auto;
}

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

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

@media print, screen and (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.875rem auto;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: "Roboto", fallback-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 300;
  line-height: 1.66667;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 0.562498125rem 1rem;
  color: #fff;
  text-align: center;
  background-color: #000;
}

.carousel {
  position: relative;
}

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

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

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

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

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

/* rtl:end:ignore */

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

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

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

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

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

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

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

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

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

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

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

.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;
}
.visually-hidden {
  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;
}

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

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

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

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

.shadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 2px 5px 10px 0px !important;
          box-shadow: rgba(0, 0, 0, 0.08) 2px 5px 10px 0px !important;
}

.border {
  border: 1px solid rgba(0, 0, 0, 0.1019607843) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-_5 {
  margin-left: 0.46875rem !important;
}

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

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

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

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

.px-_5 {
  padding-right: 0.46875rem !important;
  padding-left: 0.46875rem !important;
}

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

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

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

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

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

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

/* rtl:begin:remove */

/* rtl:end:remove */

.text-secondary {
  color: #21343b !important;
}

.text-muted {
  color: #999999 !important;
}

.text-reset {
  color: inherit !important;
}

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

.visible {
  visibility: visible !important;
}

.column-gap-2 {
  -webkit-column-gap: 1.875rem !important;
     -moz-column-gap: 1.875rem !important;
          column-gap: 1.875rem !important;
}

.row-gap-2 {
  row-gap: 1.875rem !important;
}

@media print, screen and (min-width: 576px) {
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}
@media print, screen and (min-width: 768px) {
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important;
  }
}
@media screen and (min-width: 992px) {
  .d-lg-block {
    display: block !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
}
.bg-light {
  --bg-color: #deefed;
  --text-color: #213b34;
  --link-color: #213b34;
  --theme-inverted-color: var(--theme-color);
  --border-color: #d6d8da;
  --input-border-focus-color: rgb(146.9807692308, 152.25, 157.5192307692);
  --input-focus-shadow-color: rgba(146.9807692308, 152.25, 157.5192307692, 0.25);
}

.bg-white {
  --bg-color: #fff;
  --text-color: #213b34;
  --link-color: #213b34;
  --card-hover-bg: #deefed;
  --card-hover-color: #213b34;
  --theme-inverted-color: var(--theme-color);
  --border-color: #d6d8da;
  --input-border-focus-color: rgb(146.9807692308, 152.25, 157.5192307692);
  --input-focus-shadow-color: rgba(146.9807692308, 152.25, 157.5192307692, 0.25);
}

.bg-dark {
  --bg-color: #21333a;
  --text-color: #fff;
  --link-color: #fff;
  --theme-inverted-color: #fff;
}

.bg-light, .bg-white, .bg-dark {
  background-color: var(--bg-color);
  color: var(--text-color);
}
.text-xs {
  font-size: 0.875rem;
  line-height: 1.625;
}

.text-sm {
  font-size: 1rem;
  line-height: 1.625;
}

.text-lg {
  font-size: calc(1.275rem + 0.3vw);
  line-height: 1.64286;
}
@media (min-width: 1200px) {
  .text-lg {
    font-size: 1.5rem;
  }
}

.text-secondary {
  --link-color: #21343b;
  --theme-inverted-color: #21343b;
}
.h1 {
  line-height: 0.9;
  font-weight: 700;
}

.h2 {
  line-height: 1;
  font-weight: 700;
}

.h3 {
  line-height: 1;
  font-weight: 600;
}

.h4 {
  line-height: 1.1;
  letter-spacing: 0.1px;
}

.h5 {
  line-height: 1.1;
  letter-spacing: 0.4px;
  font-weight: 500;
}

.h6, .box {
  line-height: 1.2;
  letter-spacing: 2px;
}

.display-1, .display-2 {
  letter-spacing: -0.05rem;
  font-weight: 900;
}

:root {
  text-underline-position: under;
  --nav-height: 5rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, .box,
.display-1, .display-2 {
  word-wrap: break-word;
  word-break: break-word;
}
.h1 p, .h2 p, .h3 p, .h4 p, .h5 p, .h6 p, .box p,
.display-1 p, .display-2 p {
  display: inline;
}
.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, .box:last-child,
.display-1:last-child, .display-2:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .section > .container:not(.container-limited):not(.container-md-limited) > .h1, .section > .container:not(.container-limited):not(.container-md-limited) > .h2, .section > .container:not(.container-limited):not(.container-md-limited) > .h3, .section > .container:not(.container-limited):not(.container-md-limited) > .h4, .section > .container:not(.container-limited):not(.container-md-limited) > .h5, .section > .container:not(.container-limited):not(.container-md-limited) > .h6, .section > .container:not(.container-limited):not(.container-md-limited) > .box,
  .section > .container:not(.container-limited):not(.container-md-limited) > .display-1, .section > .container:not(.container-limited):not(.container-md-limited) > .display-2 {
    display: inline-block;
    width: 100%;
    max-width: 75%;
  }
  .section > .container:not(.container-limited):not(.container-md-limited) > .h1.text-center, .section > .container:not(.container-limited):not(.container-md-limited) > .h2.text-center, .section > .container:not(.container-limited):not(.container-md-limited) > .h3.text-center, .section > .container:not(.container-limited):not(.container-md-limited) > .h4.text-center, .section > .container:not(.container-limited):not(.container-md-limited) > .h5.text-center, .section > .container:not(.container-limited):not(.container-md-limited) > .h6.text-center, .section > .container:not(.container-limited):not(.container-md-limited) > .text-center.box,
  .section > .container:not(.container-limited):not(.container-md-limited) > .display-1.text-center, .section > .container:not(.container-limited):not(.container-md-limited) > .display-2.text-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.h-bg {
  text-transform: uppercase;
  color: #fff;
  background-color: #009b8f;
  font-size: 3.65625rem;
  line-height: 1.1;
  letter-spacing: -0.9px;
  -webkit-box-shadow: -10px 0 0 #009b8f;
          box-shadow: -10px 0 0 #009b8f;
  padding-right: 10px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}

h1 > em, .h1 > em, h1 > i, .h1 > i, h2 > em, .h2 > em, h2 > i, .h2 > i, h3 > em, .h3 > em, h3 > i, .h3 > i, h4 > em, .h4 > em, h4 > i, .h4 > i, h5 > em, .h5 > em, h5 > i, .h5 > i, h6 > em, .h6 > em, .box > em, h6 > i, .h6 > i, .box > i {
  font-style: normal;
  color: #009b8f;
}
@media print, screen and (min-width: 768px) {
  .container-md-extended {
    max-width: 1440px;
  }
}

.form-control {
  border-radius: 0.25rem;
}
.form-control::file-selector-button {
  font-family: inherit;
  line-height: inherit;
}
.form-control::-webkit-file-upload-button {
  font-family: inherit;
  line-height: inherit;
}

.form-range::-webkit-slider-thumb {
  border-radius: 1rem;
}
.form-range::-webkit-slider-runnable-track {
  border-radius: 0.28125rem;
}
.form-range::-moz-range-thumb {
  border-radius: 1rem;
}
.form-range::-moz-range-track {
  border-radius: 0.28125rem;
}

.form-check-img {
  margin-left: -1.625em;
  margin-bottom: 0.9375rem;
}

.form-label {
  font-family: "Exo 2", fallback-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.form-control-dark {
  color: #213b34;
  background-color: rgb(215, 236, 233);
  background-clip: padding-box;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-control-dark:focus {
  color: #213b34;
  background-color: rgb(215, 236, 233);
}
.form-control-dark::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
.form-control-dark::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control-dark:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.form-control-dark::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}
.form-control-dark::placeholder {
  color: #999;
  opacity: 1;
}

.form-select option {
  color: #213b34;
}
.form-select.form-control-dark {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath style='vector-effect: non-scaling-stroke;' fill='none' stroke='%23000' stroke-width='1px' d='M2 6l6 6l6 -6'/%3E%3C/svg%3E");
}

.btn {
  letter-spacing: normal;
  border-radius: 0.25rem;
}

.btn-outline-primary {
  background-color: #fff;
}
.btn-outline-primary:hover, .btn-outline-primary:active {
  color: #fff;
}

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

.nav-slide {
  margin-left: -30px;
  margin-right: -30px;
}

.nav-slide {
  overflow-x: hidden;
  outline: none;
}
.nav-slide .nav-link.active {
  color: #999999;
}

.nav-slide-list {
  display: grid;
  grid-template-columns: 100% 100%;
  grid-template-rows: [start] repeat(var(--items), auto) auto [end];
  -ms-flex-line-pack: start;
      align-content: start;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  visibility: hidden;
  -webkit-transition: visibility 0.3s step-end, all 0.3s ease-out;
  transition: visibility 0.3s step-end, all 0.3s ease-out;
}
.nav-slide-list .nav-item {
  display: contents;
}
.nav-slide-list .nav-item:not(:first-child) > .nav-link {
  border-top: 1px solid currentColor;
}
.nav-slide-list .nav-link {
  grid-column: 1/span 1;
  outline: none;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-left: 0;
  padding-right: 0;
}
.nav-slide-list .nav-link:focus {
  -webkit-box-shadow: inset 0 0 0 0.2rem var(--input-border-focus-color);
          box-shadow: inset 0 0 0 0.2rem var(--input-border-focus-color);
}
.nav-slide-list .nav-link:focus:not(:focus-visible) {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.nav-slide-list .nav-slide-list {
  grid-column: 2/span 1;
  grid-row: start/end;
}
.active > .nav-slide-list {
  visibility: visible;
  -webkit-transition: visibility 0.3s step-start, all 0.3s ease-out;
  transition: visibility 0.3s step-start, all 0.3s ease-out;
}
.parent > .nav-slide-list {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.parent > .nav-slide-list > .nav-item > .nav-link {
  visibility: hidden;
  -webkit-transition: visibility 0.3s step-end;
  transition: visibility 0.3s step-end;
}

.nav-slide-toggler {
  padding-top: calc(var(--nav-height)/2 - 1rem);
  padding-bottom: calc(var(--nav-height)/2 - 1rem);
  width: var(--nav-height);
  height: var(--nav-height);
  text-align: center;
}

@media screen and (max-width: 575.98px) {
  .navbar-brand img {
    max-width: 150px;
  }
}
@media screen and (min-width: 1560px) {
  
  .nav-slide-toggler {
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
  }
}
.nav-link {
  letter-spacing: 1px;
}

.navbar-container {
  min-height: var(--nav-height);
}
.document-scrolled .navbar-container {
  --text-color: #213b34;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 2px 5px 10px 0px;
          box-shadow: rgba(0, 0, 0, 0.08) 2px 5px 10px 0px;
}
.navbar-container .nav-link {
  line-height: 2;
  background-origin: content-box;
  background-clip: content-box;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #009b8f), to(#009b8f));
  background-image: linear-gradient(#009b8f 0, #009b8f 100%);
  background-position: left bottom -0.1em;
  background-size: 0 0.1875rem;
  background-repeat: no-repeat;
  -webkit-transition: background-size 0.35s ease-in-out;
  transition: background-size 0.35s ease-in-out;
}
.navbar-container .nav-link:hover, .navbar-container .nav-link:focus-visible {
  color: var(--text-color);
  background-size: 100% 0.1875rem;
}

.sticky-top-nav {
  padding-top: calc(var(--nav-height) + 1.875rem);
  margin-top: calc(-1 * var(--nav-height) - 1.875rem);
}

a.card {
  color: inherit;
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
a.card img {
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
a.card:hover {
  color: var(--card-hover-color);
  background-color: var(--card-hover-bg);
}
a.card:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
          transform: scale3d(1.05, 1.05, 1);
}

.card {
  position: relative;
  -webkit-box-shadow: rgba(0, 0, 0, 0.08) 2px 5px 10px 0px;
          box-shadow: rgba(0, 0, 0, 0.08) 2px 5px 10px 0px;
  border-radius: 0.5rem;
}

.card-footer {
  border-top-width: 0;
}


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

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

.card-img-top {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

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

.pagination {
  margin-bottom: 0;
}

.modal-header,
.modal-body {
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.modal-header:first-child,
.modal-body:first-child {
  padding-top: 1.875rem;
}
.modal-header:last-child,
.modal-body:last-child {
  padding-bottom: 1.875rem;
}

.modal-header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.carousel-indicators {
  margin-bottom: 0;
}

.carousel-control-disabled {
  display: none;
}

.offcanvas-header .btn-close {
  padding: 10px;
  background-color: transparent;
}
.offcanvas-header .btn-close:first-child {
  margin-left: auto;
  margin-right: -15px;
}

.offcanvas-body {
  scrollbar-width: thin;
  scrollbar-color: rgba(33, 59, 52, 0.5) transparent;
}
.offcanvas-body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background-color: transparent;
}
.offcanvas-body::-webkit-scrollbar-thumb {
  background: rgba(33, 59, 52, 0.5);
  border-radius: 5px;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
          animation: none;
  direction: ltr;
  border: 0;
  font-size: 1rem;
  line-height: 24px;
  border-radius: 0;
  position: absolute;
  width: 308px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  --text-color: #213b34;
  background: #fff;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1019607843), rgba(0, 0, 0, 0.08) 2px 5px 10px 0px;
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1019607843), rgba(0, 0, 0, 0.08) 2px 5px 10px 0px;
}
.flatpickr-calendar.open, .flatpickr-calendar.inline {
  opacity: 1;
  max-height: 640px;
  visibility: visible;
}
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 1000;
}
.flatpickr-calendar.open.animate {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
          animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}
.flatpickr-calendar.static.open {
  display: block;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
          box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.flatpickr-calendar.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}
.flatpickr-calendar:before, .flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  left: 22px;
}
.flatpickr-calendar.rightMost:before, .flatpickr-calendar.rightMost:after, .flatpickr-calendar.arrowRight:before, .flatpickr-calendar.arrowRight:after {
  left: auto;
  right: 22px;
}
.flatpickr-calendar.arrowCenter:before, .flatpickr-calendar.arrowCenter:after {
  left: 50%;
  right: 50%;
}
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}
.flatpickr-calendar.arrowTop:before, .flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: rgba(0, 0, 0, 0.1019607843);
}
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after {
  top: 100%;
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: rgba(0, 0, 0, 0.1019607843);
}
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}
.flatpickr-calendar:focus {
  outline: 0;
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

.flatpickr-months {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-months .flatpickr-month {
  background: transparent;
  color: var(--text-color);
  fill: var(--text-color);
  height: 3rem;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  height: 3rem;
  padding: 10px;
  z-index: 3;
  color: var(--text-color);
  fill: var(--text-color);
}
.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,
.flatpickr-months .flatpickr-next-month.flatpickr-disabled {
  display: none;
}
.flatpickr-months .flatpickr-prev-month i,
.flatpickr-months .flatpickr-next-month i {
  position: relative;
}
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
  width: 14px;
  height: 14px;
}
.flatpickr-months .flatpickr-prev-month svg path,
.flatpickr-months .flatpickr-next-month svg path {
  -webkit-transition: fill 0.1s;
  transition: fill 0.1s;
  fill: inherit;
}
.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #009b8f;
}
.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #009b8f;
}
.flatpickr-months .flatpickr-prev-month {
  left: 0;
}
.flatpickr-months .flatpickr-next-month {
  right: 0;
}

.numInputWrapper {
  position: relative;
  height: auto;
}
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}
.numInputWrapper input {
  width: 100%;
}
.numInputWrapper input::-webkit-outer-spin-button, .numInputWrapper input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.numInputWrapper span:hover {
  background: rgba(0, 155, 143, 0.1);
}
.numInputWrapper span:active {
  background: rgba(0, 155, 143, 0.2);
}
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
}
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid var(--text-color);
  top: 26%;
}
.numInputWrapper span.arrowDown {
  top: 50%;
}
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid var(--text-color);
  top: 40%;
}
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}
.numInputWrapper span svg path {
  fill: #999999;
}
.numInputWrapper:hover {
  background: rgba(0, 155, 143, 0.05);
}
.numInputWrapper:hover span {
  opacity: 1;
}

.flatpickr-current-month {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: inherit;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 0.66rem 0 0 0;
  height: 3rem;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
}
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 155, 143, 0.05);
}
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  display: inline-block;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: var(--text-color);
}
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: var(--text-color);
}
.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}
.flatpickr-current-month input.cur-year[disabled], .flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: inherit;
  color: #999999;
  background: transparent;
  pointer-events: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  -webkit-appearance: menulist;
     -moz-appearance: menulist;
          appearance: menulist;
  background: transparent;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  height: auto;
  line-height: inherit;
  margin: -1px 0 0 0;
  outline: none;
  padding: 0 0 0 0.5ch;
  position: relative;
  vertical-align: initial;
  width: auto;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:focus, .flatpickr-current-month .flatpickr-monthDropdown-months:active {
  outline: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months:hover {
  background: rgba(0, 155, 143, 0.05);
}
.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month {
  background-color: transparent;
  outline: none;
  padding: 0;
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 28px;
}
.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

span.flatpickr-weekday {
  cursor: default;
  font-size: 1rem;
  background: transparent;
  color: var(--text-color);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: bolder;
}

.dayContainer, .flatpickr-weeks {
  padding: 1px 0 0 0;
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 308px;
}
.flatpickr-days:focus {
  outline: 0;
}

.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 308px;
  min-width: 308px;
  max-width: 308px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}
.dayContainer + .dayContainer {
  -webkit-box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1019607843);
          box-shadow: -1px 0 0 rgba(0, 0, 0, 0.1019607843);
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: var(--text-color);
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
      flex-basis: 14.2857143%;
  max-width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.flatpickr-day.inRange, .flatpickr-day.today.inRange, .flatpickr-day:hover, .flatpickr-day:focus, .flatpickr-day.prevMonthDay.inRange, .flatpickr-day.prevMonthDay.today.inRange, .flatpickr-day.prevMonthDay:hover, .flatpickr-day.prevMonthDay:focus, .flatpickr-day.nextMonthDay.inRange, .flatpickr-day.nextMonthDay.today.inRange, .flatpickr-day.nextMonthDay:hover, .flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #deefed;
  border-color: #deefed;
}
.flatpickr-day.today {
  border-color: #009b8f;
}
.flatpickr-day.today:hover, .flatpickr-day.today:focus {
  border-color: #009b8f;
  background: #009b8f;
  color: #fff;
}
.flatpickr-day.selected, .flatpickr-day.selected.inRange, .flatpickr-day.selected:focus, .flatpickr-day.selected:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange, .flatpickr-day.startRange.inRange, .flatpickr-day.startRange:focus, .flatpickr-day.startRange:hover, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange, .flatpickr-day.endRange.inRange, .flatpickr-day.endRange:focus, .flatpickr-day.endRange:hover, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #009b8f;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  border-color: #009b8f;
}
.flatpickr-day.startRange {
  border-radius: 0 0 0 0;
}
.flatpickr-day.endRange {
  border-radius: 0 0 0 0;
}
.flatpickr-day.startRange + .endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #009b8f;
          box-shadow: -10px 0 0 #009b8f;
}
.flatpickr-day.startRange.endRange {
  border-radius: 0;
}
.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #deefed, 5px 0 0 #deefed;
          box-shadow: -5px 0 0 #deefed, 5px 0 0 #deefed;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover, .flatpickr-day.prevMonthDay, .flatpickr-day.nextMonthDay, .flatpickr-day.notAllowed, .flatpickr-day.notAllowed.prevMonthDay, .flatpickr-day.notAllowed.nextMonthDay {
  color: #999999;
  background: transparent;
  border-color: transparent;
  cursor: default;
}
.flatpickr-day.flatpickr-disabled, .flatpickr-day.flatpickr-disabled:hover {
  cursor: not-allowed;
  color: #999999;
}
.flatpickr-day.hidden {
  visibility: hidden;
}

.rangeMode .flatpickr-day {
  margin-top: 1px;
}

.flatpickr-weekwrapper {
  float: left;
}
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1019607843);
          box-shadow: 1px 0 0 rgba(0, 0, 0, 0.1019607843);
}
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}
.flatpickr-weekwrapper span.flatpickr-day, .flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: #999999;
  background: transparent;
  cursor: default;
  border: none;
}

.flatpickr-innerContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}
.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: var(--text-color);
}
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: var(--text-color);
}
.flatpickr-time.hasSeconds.numInputWrapper {
  width: 26%;
}
.flatpickr-time.time24hr.numInputWrapper {
  width: 49%;
}
.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: var(--text-color);
  font-size: 1rem;
  font-weight: inherit;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  float: left;
  line-height: inherit;
  color: var(--text-color);
  width: 2%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-item-align: center;
      align-self: center;
}
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
}
.flatpickr-time input:hover, .flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
  background: rgba(0, 155, 143, 0.05);
}

.flatpickr-input[readonly] {
  cursor: pointer;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

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

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

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

.swiper-slide {
  height: auto;
}

.swiper-container-limited .swiper-slide .card {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.swiper-container-limited .swiper-slide:not(.swiper-slide-active) .card {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.swiper-container:not([data-in-container]) .swiper-slide {
  max-width: 100%;
}

@media print, screen and (min-width: 576px) {
  .swiper-container-sm-1:not([data-in-container]) .swiper-slide {
    max-width: 100%;
  }
  .swiper-container-2:not([data-space-between]) .swiper-slide, .swiper-container-sm-2:not([data-space-between]) .swiper-slide {
    max-width: 255px;
  }
  .swiper-container-3:not([data-space-between]) .swiper-slide, .swiper-container-sm-3:not([data-space-between]) .swiper-slide {
    max-width: 170px;
  }
  .swiper-container-4:not([data-space-between]) .swiper-slide, .swiper-container-sm-4:not([data-space-between]) .swiper-slide {
    max-width: 127.5px;
  }
  .swiper-container-limited:not([data-in-container]) .swiper-slide {
    max-width: 420px;
  }
}
@media print, screen and (min-width: 768px) {
  .swiper-container-md-1:not([data-in-container]) .swiper-slide {
    max-width: 100%;
  }
  .swiper-container-2:not([data-space-between]) .swiper-slide, .swiper-container-sm-2:not([data-space-between]) .swiper-slide, .swiper-container-md-2:not([data-space-between]) .swiper-slide {
    max-width: 345px;
  }
  .swiper-container-3:not([data-space-between]) .swiper-slide, .swiper-container-sm-3:not([data-space-between]) .swiper-slide, .swiper-container-md-3:not([data-space-between]) .swiper-slide {
    max-width: 230px;
  }
  .swiper-container-4:not([data-space-between]) .swiper-slide, .swiper-container-sm-4:not([data-space-between]) .swiper-slide, .swiper-container-md-4:not([data-space-between]) .swiper-slide {
    max-width: 172.5px;
  }
  .swiper-container-limited:not([data-in-container]) .swiper-slide {
    max-width: 570px;
  }
}
@media screen and (min-width: 992px) {
  .swiper-container-lg-1:not([data-in-container]) .swiper-slide {
    max-width: 100%;
  }
  .swiper-container-2:not([data-space-between]) .swiper-slide, .swiper-container-sm-2:not([data-space-between]) .swiper-slide, .swiper-container-md-2:not([data-space-between]) .swiper-slide, .swiper-container-lg-2:not([data-space-between]) .swiper-slide {
    max-width: 465px;
  }
  .swiper-container-3:not([data-space-between]) .swiper-slide, .swiper-container-sm-3:not([data-space-between]) .swiper-slide, .swiper-container-md-3:not([data-space-between]) .swiper-slide, .swiper-container-lg-3:not([data-space-between]) .swiper-slide {
    max-width: 310px;
  }
  .swiper-container-4:not([data-space-between]) .swiper-slide, .swiper-container-sm-4:not([data-space-between]) .swiper-slide, .swiper-container-md-4:not([data-space-between]) .swiper-slide, .swiper-container-lg-4:not([data-space-between]) .swiper-slide {
    max-width: 232.5px;
  }
  .swiper-container-limited:not([data-in-container]) .swiper-slide {
    max-width: 770px;
  }
}
@media screen and (min-width: 1200px) {
  .swiper-container-xl-1:not([data-in-container]) .swiper-slide {
    max-width: 100%;
  }
  .swiper-container-2:not([data-space-between]) .swiper-slide, .swiper-container-sm-2:not([data-space-between]) .swiper-slide, .swiper-container-md-2:not([data-space-between]) .swiper-slide, .swiper-container-lg-2:not([data-space-between]) .swiper-slide, .swiper-container-xl-2:not([data-space-between]) .swiper-slide {
    max-width: 555px;
  }
  .swiper-container-3:not([data-space-between]) .swiper-slide, .swiper-container-sm-3:not([data-space-between]) .swiper-slide, .swiper-container-md-3:not([data-space-between]) .swiper-slide, .swiper-container-lg-3:not([data-space-between]) .swiper-slide, .swiper-container-xl-3:not([data-space-between]) .swiper-slide {
    max-width: 370px;
  }
  .swiper-container-4:not([data-space-between]) .swiper-slide, .swiper-container-sm-4:not([data-space-between]) .swiper-slide, .swiper-container-md-4:not([data-space-between]) .swiper-slide, .swiper-container-lg-4:not([data-space-between]) .swiper-slide, .swiper-container-xl-4:not([data-space-between]) .swiper-slide {
    max-width: 277.5px;
  }
  .swiper-container-limited:not([data-in-container]) .swiper-slide {
    max-width: 920px;
  }
}
@media screen and (min-width: 1400px) {
  .swiper-container-xxl-1:not([data-in-container]) .swiper-slide {
    max-width: 100%;
  }
  .swiper-container-2:not([data-space-between]) .swiper-slide, .swiper-container-sm-2:not([data-space-between]) .swiper-slide, .swiper-container-md-2:not([data-space-between]) .swiper-slide, .swiper-container-lg-2:not([data-space-between]) .swiper-slide, .swiper-container-xl-2:not([data-space-between]) .swiper-slide, .swiper-container-xxl-2:not([data-space-between]) .swiper-slide {
    max-width: 645px;
  }
  .swiper-container-3:not([data-space-between]) .swiper-slide, .swiper-container-sm-3:not([data-space-between]) .swiper-slide, .swiper-container-md-3:not([data-space-between]) .swiper-slide, .swiper-container-lg-3:not([data-space-between]) .swiper-slide, .swiper-container-xl-3:not([data-space-between]) .swiper-slide, .swiper-container-xxl-3:not([data-space-between]) .swiper-slide {
    max-width: 430px;
  }
  .swiper-container-4:not([data-space-between]) .swiper-slide, .swiper-container-sm-4:not([data-space-between]) .swiper-slide, .swiper-container-md-4:not([data-space-between]) .swiper-slide, .swiper-container-lg-4:not([data-space-between]) .swiper-slide, .swiper-container-xl-4:not([data-space-between]) .swiper-slide, .swiper-container-xxl-4:not([data-space-between]) .swiper-slide {
    max-width: 322.5px;
  }
  .swiper-container-limited:not([data-in-container]) .swiper-slide {
    max-width: 1070px;
  }
}
@media screen and (min-width: 1560px) {
  .swiper-container-xxxl-1:not([data-in-container]) .swiper-slide {
    max-width: 100%;
  }
  .swiper-container-2:not([data-space-between]) .swiper-slide, .swiper-container-sm-2:not([data-space-between]) .swiper-slide, .swiper-container-md-2:not([data-space-between]) .swiper-slide, .swiper-container-lg-2:not([data-space-between]) .swiper-slide, .swiper-container-xl-2:not([data-space-between]) .swiper-slide, .swiper-container-xxl-2:not([data-space-between]) .swiper-slide, .swiper-container-xxxl-2:not([data-space-between]) .swiper-slide {
    max-width: 645px;
  }
  .swiper-container-3:not([data-space-between]) .swiper-slide, .swiper-container-sm-3:not([data-space-between]) .swiper-slide, .swiper-container-md-3:not([data-space-between]) .swiper-slide, .swiper-container-lg-3:not([data-space-between]) .swiper-slide, .swiper-container-xl-3:not([data-space-between]) .swiper-slide, .swiper-container-xxl-3:not([data-space-between]) .swiper-slide, .swiper-container-xxxl-3:not([data-space-between]) .swiper-slide {
    max-width: 430px;
  }
  .swiper-container-4:not([data-space-between]) .swiper-slide, .swiper-container-sm-4:not([data-space-between]) .swiper-slide, .swiper-container-md-4:not([data-space-between]) .swiper-slide, .swiper-container-lg-4:not([data-space-between]) .swiper-slide, .swiper-container-xl-4:not([data-space-between]) .swiper-slide, .swiper-container-xxl-4:not([data-space-between]) .swiper-slide, .swiper-container-xxxl-4:not([data-space-between]) .swiper-slide {
    max-width: 322.5px;
  }
  .swiper-container-limited:not([data-in-container]) .swiper-slide {
    max-width: 1070px;
  }
}
.swiper-pagination-bullets {
  display: block;
  text-align: center;
  line-height: 3px;
}
.swiper-pagination-bullets > .carousel-indicator-item {
  display: inline-block;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  right: 0;
  bottom: 0;
  width: auto;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  margin-left: 0;
  margin-right: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic > .carousel-indicator-item {
  -webkit-transition: 0.2s background-color, 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s background-color, 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s background-color, 0.2s transform, 0.2s left;
  transition: 0.2s background-color, 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic > .carousel-indicator-item:not(.active-prev):not(.active-main):not(.active-next) {
  -webkit-transform: scale(0.7692307692);
          transform: scale(0.7692307692);
}

svg.icon {
  stroke-width: 1px;
  overflow: visible;
}

.icon {
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  position: relative;
  top: -0.12em;
}

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

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

.media-cover {
  position: relative;
  overflow: hidden;
}
.media-cover > img,
.media-cover > picture > img,
.media-cover > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a.link-reset, a.box, a.card-img-top {
  color: inherit;
}

.link-list {
  display: block;
  margin-bottom: -0.46875rem;
}
.link-list > * {
  display: block;
  margin-bottom: 0.46875rem;
}
.link-list > button {
  width: 100%;
}
.link-list:last-child:not(:only-child) {
  margin-top: 1.875rem;
}

@media print, screen and (min-width: 576px) {
  .link-list-sm-inline {
    margin-left: -0.34875rem;
    margin-right: -0.34875rem;
    letter-spacing: -0.31em;
  }
  .link-list-sm-inline > * {
    display: inline-block;
    margin-left: 0.34875rem;
    margin-right: 0.34875rem;
    vertical-align: middle;
  }
  .link-list-sm-inline > *:not(.btn) {
    letter-spacing: normal;
  }
  .link-list-sm-inline > button:not(.btn-block) {
    width: auto;
  }
}
.link-img {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.link-img::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: var(--theme-overlay-color);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.link-img::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 56px;
  height: 56px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cg style='vector-effect: non-scaling-stroke;' fill='none' stroke='%23000' stroke-width='1px'%3E%3Cpath d='M24 12v24m12-12h-24'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.link-img:hover::before, .link-img:focus::before {
  opacity: 1;
}
.link-img:hover::after, .link-img:focus::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 1;
}

.list-styled-custom {
  list-style: url("../../assets/img/connecdoor/list-bullet.png");
}
.list-styled-custom li {
  font-family: "Exo 2", fallback-font, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.5rem;
  font-weight: 600;
}

.list-horizontal {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
}
.list-horizontal dt {
  font-weight: 300;
}
.list-horizontal dd, .list-horizontal dt {
  line-height: 1.2;
}

.blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
.blocks > .block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 15px;
  padding-right: 15px;
}
.form-multi-range {
  position: relative;
  z-index: 0;
  -ms-touch-action: none;
      touch-action: none;
}
.form-multi-range::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 0.5625rem;
  background-color: #009b8f;
  background-image: -webkit-gradient(linear, left top, right top, from(#d6d8da), color-stop(0, transparent), color-stop(transparent), color-stop(0, #d6d8da));
  background-image: linear-gradient(to right, #d6d8da var(--low), transparent 0, transparent var(--high), #d6d8da 0);
  background-position: left top;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 0.28125rem;
}
.form-multi-range .form-range {
  display: block;
  position: absolute;
  pointer-events: none;
}
.form-multi-range .form-range::-webkit-slider-runnable-track {
  background-color: transparent;
}
.form-multi-range .form-range::-webkit-slider-thumb {
  pointer-events: auto;
}
.form-multi-range .form-range::-moz-range-track {
  background-color: transparent;
}
.form-multi-range .form-range::-moz-range-thumb {
  pointer-events: auto;
}
.form-multi-range .form-range:last-of-type {
  position: relative;
}

.feature {
  display: block;
  height: 100%;
  text-align: center;
}
.feature-media + .feature-title {
  margin-top: 1.875rem;
}
.feature-title {
  font-size: 1.1875rem;
  color: #213b34;
  line-height: 1;
  font-weight: 900;
  text-transform: none;
  -ms-hyphens: auto;
      hyphens: auto;
}
.feature-media {
  width: 100%;
  height: auto;
  margin: 0 auto;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.feature-media > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feature:hover {
  text-decoration: none;
}
.feature:hover .feature-media {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.sujet {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr auto;
}

.sujet-media {
  grid-column: 1/span 1;
  grid-row: 1/span 1;
  position: relative;
}

.sujet-caption {
  grid-column: 1/span 1;
  grid-row: 2/span 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sujet-center .sujet-caption {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sujet-behind-nav {
  margin-top: calc(var(--nav-height) * -1);
}
.sujet-behind-nav .sujet-caption {
  padding-top: calc(var(--nav-height) + 1.875rem) !important;
}

.sujet-overlay-intended .sujet-caption {
  padding-left: calc(50vw - -15px);
}

@media print, screen and (min-width: 576px) {
  .sujet-overlay-intended .sujet-caption {
    padding-left: calc(50vw - 255px);
  }
}
@media print, screen and (min-width: 768px) {
  .sujet-overlay-intended .sujet-caption {
    padding-left: calc(50vw - 345px);
  }
}
@media screen and (min-width: 992px) {
  .sujet-overlay-intended .sujet-caption {
    padding-left: calc(50vw - 465px);
  }
  .sujet-lg-overlay {
    grid-template-rows: 1fr;
    grid-template-columns: 60% 40%;
  }
  .sujet-lg-overlay .sujet-caption {
    grid-row: 1/span 1;
    grid-column: 1;
    -ms-flex-line-pack: end;
        align-content: end;
  }
  .sujet-lg-overlay .sujet-media {
    grid-column: 1/span 2;
  }
}
@media screen and (min-width: 1200px) {
  .sujet-overlay-intended .sujet-caption {
    padding-left: calc(50vw - 555px);
  }
}
@media screen and (min-width: 1400px) {
  .sujet-overlay-intended .sujet-caption {
    padding-left: calc(50vw - 645px);
  }
}
@media screen and (min-width: 1560px) {
  .sujet-overlay-intended .sujet-caption {
    padding-left: calc(50vw - 645px);
  }
}

@-webkit-keyframes scale-x {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes scale-x {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
.nav-underlined .active > .nav-link:not(.dropdown-toggle)::after,
.nav-underlined .nav-link.active:not(.dropdown-toggle)::after {
  content: "";
  display: block;
  border-bottom: 1px solid currentColor;
  margin-bottom: -1px;
  -webkit-animation: scale-x 0.25s ease-out;
          animation: scale-x 0.25s ease-out;
}

.map {
  min-height: 600px;
}
.map img {
  z-index: auto;
}

.location + .location {
  margin-top: 1.875rem;
  padding-top: 1.875rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1019607843);
}

.history {
  position: relative;
  background-image: repeating-linear-gradient(180deg, #c1c2c6 0, #c1c2c6 3px, transparent 3px, transparent 7px);
  background-position: 34.5px 50px;
  background-size: 1px calc(100% - 100px);
  background-repeat: no-repeat;
  z-index: 0;
}
.history::before, .history::after {
  content: "";
  display: block;
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.history::before {
  content: "";
  position: relative;
  left: 35px;
  width: 40px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  background-image: url(../assets/img/history.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@supports (position: sticky) {
  .history::before {
    position: sticky;
    top: 33.3333333333%;
  }
}
.history .section .row {
  margin-left: 40px;
}
.history .section .col-md-6 {
  position: static;
}
.history .section .col-md-6 > .h1::before, .history .section .col-md-6 > .h2::before, .history .section .col-md-6 > .h3::before, .history .section .col-md-6 > .h4::before, .history .section .col-md-6 > .h5::before, .history .section .col-md-6 > .h6::before, .history .section .col-md-6 > .box::before {
  content: "";
  display: block;
  position: absolute;
  left: 35px;
  margin-top: 0.589285em;
  width: 0.5em;
  height: 0.5em;
  background-color: #deefed;
  border-radius: 50%;
  border: 1px solid #c1c2c6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -2;
}
@media print, screen and (min-width: 768px) {
  .history {
    background-position: center 50px;
  }
  .history::before {
    left: calc(50% - 7.5px);
  }
  .history .section .row {
    margin-left: -15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .history .section .col-md-6 {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .history .section .col-md-6 > .h1::before, .history .section .col-md-6 > .h2::before, .history .section .col-md-6 > .h3::before, .history .section .col-md-6 > .h4::before, .history .section .col-md-6 > .h5::before, .history .section .col-md-6 > .h6::before, .history .section .col-md-6 > .box::before {
    left: 50%;
  }
}

.ratio.youtube > *:not(iframe) {
  position: inherit;
  width: auto;
  height: auto;
}

img-comparison-slider {
  visibility: hidden;
}

img-comparison-slider [slot=second] {
  display: none;
}

img-comparison-slider.rendered {
  visibility: inherit;
}

img-comparison-slider.rendered [slot=second] {
  display: unset;
}

img-comparison-slider {
  outline: none;
  cursor: ew-resize;
}
img-comparison-slider [slot=handle] {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
}
img-comparison-slider:hover [slot=handle] {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 576px) {
  .boxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.box {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 0.9375rem;
  border: 1px solid rgba(0, 0, 0, 0.1019607843);
}
.box img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

button.box {
  margin: 0;
  background-color: transparent;
}

a.box {
  display: block;
  text-align: center;
}

body {
  --text-color: #213b34;
}