@charset "UTF-8";
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.landing-root{
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion: no-preference) {
  .landing-root{
    scroll-behavior: smooth;
  }
}

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

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

.landing-root hr:not([size]){
  height: 1px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.landing-root ol ol, .landing-root ul ul, .landing-root ol ul, .landing-root ul ol{
  margin-bottom: 0;
}

.landing-root dt{
  font-weight: 700;
}

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

.landing-root blockquote{
  margin: 0 0 1rem;
}

.landing-root b, .landing-root strong{
  font-weight: bolder;
}

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

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

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

.landing-root sub{
  bottom: -0.25em;
}

.landing-root sup{
  top: -0.5em;
}

.landing-root a{
  color: #0d6efd;
  text-decoration: underline;
}
.landing-root a:hover{
  color: #0a58ca;
}

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

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

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

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

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

.landing-root figure{
  margin: 0 0 1rem;
}

.landing-root img, .landing-root svg{
  vertical-align: middle;
}

.landing-root table{
  caption-side: bottom;
  border-collapse: collapse;
}

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

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

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

.landing-root label{
  display: inline-block;
}

.landing-root button{
  border-radius: 0;
}

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

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

.landing-root button, .landing-root select{
  text-transform: none;
}

.landing-root [role=button]{
  cursor: pointer;
}

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

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

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

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

.landing-root textarea{
  resize: vertical;
}

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

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

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

.landing-root ::-webkit-inner-spin-button{
  height: auto;
}

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

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

.landing-root ::-webkit-color-swatch-wrapper{
  padding: 0;
}

.landing-root ::file-selector-button{
  font: inherit;
}

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

.landing-root output{
  display: inline-block;
}

.landing-root iframe{
  border: 0;
}

.landing-root summary{
  display: list-item;
  cursor: pointer;
}

.landing-root progress{
  vertical-align: baseline;
}

.landing-root [hidden]{
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.landing-root .figure{
  display: inline-block;
}

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

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

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

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

.landing-root .col{
  flex: 1 0 0%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .landing-root .row-cols-sm-6 > *{
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .landing-root .col-md{
    flex: 1 0 0%;
  }

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

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

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

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

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

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

  .landing-root .row-cols-md-6 > *{
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .landing-root .col-lg{
    flex: 1 0 0%;
  }

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

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

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

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

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

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

  .landing-root .row-cols-lg-6 > *{
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .landing-root .col-xl{
    flex: 1 0 0%;
  }

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

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

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

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

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

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

  .landing-root .row-cols-xl-6 > *{
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1400px) {
  .landing-root .col-xxl{
    flex: 1 0 0%;
  }

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

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

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

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

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

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

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

.landing-root .col-1{
  flex: 0 0 auto;
  width: 8.33333333%;
}

.landing-root .col-2{
  flex: 0 0 auto;
  width: 16.66666667%;
}

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

.landing-root .col-4{
  flex: 0 0 auto;
  width: 33.33333333%;
}

.landing-root .col-5{
  flex: 0 0 auto;
  width: 41.66666667%;
}

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

.landing-root .col-7{
  flex: 0 0 auto;
  width: 58.33333333%;
}

.landing-root .col-8{
  flex: 0 0 auto;
  width: 66.66666667%;
}

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

.landing-root .col-10{
  flex: 0 0 auto;
  width: 83.33333333%;
}

.landing-root .col-11{
  flex: 0 0 auto;
  width: 91.66666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .landing-root .col-sm-auto{
    flex: 0 0 auto;
    width: auto;
  }

  .landing-root .col-sm-1{
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .landing-root .col-sm-2{
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .landing-root .col-sm-4{
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .landing-root .col-sm-5{
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .landing-root .col-sm-7{
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .landing-root .col-sm-8{
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .landing-root .col-sm-10{
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .landing-root .col-sm-11{
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .landing-root .col-md-1{
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .landing-root .col-md-2{
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .landing-root .col-md-4{
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .landing-root .col-md-5{
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .landing-root .col-md-7{
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .landing-root .col-md-8{
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .landing-root .col-md-10{
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .landing-root .col-md-11{
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .landing-root .col-lg-1{
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .landing-root .col-lg-2{
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .landing-root .col-lg-4{
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .landing-root .col-lg-5{
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .landing-root .col-lg-7{
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .landing-root .col-lg-8{
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .landing-root .col-lg-10{
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .landing-root .col-lg-11{
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .landing-root .col-xl-1{
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .landing-root .col-xl-2{
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .landing-root .col-xl-4{
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .landing-root .col-xl-5{
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .landing-root .col-xl-7{
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .landing-root .col-xl-8{
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .landing-root .col-xl-10{
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .landing-root .col-xl-11{
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .landing-root .col-xxl-1{
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .landing-root .col-xxl-2{
    flex: 0 0 auto;
    width: 16.66666667%;
  }

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

  .landing-root .col-xxl-4{
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .landing-root .col-xxl-5{
    flex: 0 0 auto;
    width: 41.66666667%;
  }

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

  .landing-root .col-xxl-7{
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .landing-root .col-xxl-8{
    flex: 0 0 auto;
    width: 66.66666667%;
  }

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

  .landing-root .col-xxl-10{
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .landing-root .col-xxl-11{
    flex: 0 0 auto;
    width: 91.66666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.landing-root .table-primary{
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bacbe6;
}

.landing-root .table-secondary{
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #cbccce;
}

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

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

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

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

.landing-root .table-light{
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfe0e1;
}

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

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

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

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

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

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

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

.landing-root .form-control{
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .landing-root .form-control{
    transition: none;
  }
}
.landing-root .form-control[type=file]{
  overflow: hidden;
}
.landing-root .form-control[type=file]:not(:disabled):not([readonly]){
  cursor: pointer;
}
.landing-root .form-control:focus{
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.landing-root .form-control::-webkit-date-and-time-value{
  height: 1.5em;
}
.landing-root .form-control::-moz-placeholder{
  color: #6c757d;
  opacity: 1;
}
.landing-root .form-control::placeholder{
  color: #6c757d;
  opacity: 1;
}
.landing-root .form-control:disabled, .landing-root .form-control[readonly]{
  background-color: #e9ecef;
  opacity: 1;
}
.landing-root .form-control::file-selector-button{
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .landing-root .form-control::file-selector-button{
    transition: none;
  }
}
.landing-root .form-control:hover:not(:disabled):not([readonly])::file-selector-button{
  background-color: #dde0e3;
}
.landing-root .form-control::-webkit-file-upload-button{
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-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;
}
@media (prefers-reduced-motion: reduce) {
  .landing-root .form-control::-webkit-file-upload-button{
    -webkit-transition: none;
    transition: none;
  }
}
.landing-root .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{
  background-color: #dde0e3;
}

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

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

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

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

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

.landing-root .form-select{
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .landing-root .form-select{
    transition: none;
  }
}
.landing-root .form-select:focus{
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.landing-root .form-select[multiple], .landing-root .form-select[size]:not([size="1"]){
  padding-right: 0.75rem;
  background-image: none;
}
.landing-root .form-select:disabled{
  background-color: #e9ecef;
}
.landing-root .form-select:-moz-focusring{
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

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

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

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

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

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

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

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

.landing-root .form-range{
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.landing-root .form-range:focus{
  outline: 0;
}
.landing-root .form-range:focus::-webkit-slider-thumb{
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.landing-root .form-range:focus::-moz-range-thumb{
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.landing-root .form-range::-moz-focus-outer{
  border: 0;
}
.landing-root .form-range::-webkit-slider-thumb{
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .landing-root .form-range::-webkit-slider-thumb{
    -webkit-transition: none;
    transition: none;
  }
}
.landing-root .form-range::-webkit-slider-thumb:active{
  background-color: #b6d4fe;
}
.landing-root .form-range::-webkit-slider-runnable-track{
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.landing-root .form-range::-moz-range-thumb{
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .landing-root .form-range::-moz-range-thumb{
    -moz-transition: none;
    transition: none;
  }
}
.landing-root .form-range::-moz-range-thumb:active{
  background-color: #b6d4fe;
}
.landing-root .form-range::-moz-range-track{
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.landing-root .form-range:disabled{
  pointer-events: none;
}
.landing-root .form-range:disabled::-webkit-slider-thumb{
  background-color: #adb5bd;
}
.landing-root .form-range:disabled::-moz-range-thumb{
  background-color: #adb5bd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.landing-root .was-validated .form-check-input:invalid, .landing-root .form-check-input.is-invalid{
  border-color: #dc3545;
}
.landing-root .was-validated .form-check-input:invalid:checked, .landing-root .form-check-input.is-invalid:checked{
  background-color: #dc3545;
}
.landing-root .was-validated .form-check-input:invalid:focus, .landing-root .form-check-input.is-invalid:focus{
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.landing-root .was-validated .form-check-input:invalid ~ .form-check-label, .landing-root .form-check-input.is-invalid ~ .form-check-label{
  color: #dc3545;
}

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

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

.landing-root .btn{
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .landing-root .btn{
    transition: none;
  }
}
.landing-root .btn:hover{
  color: #212529;
}
.landing-root .btn-check:focus + .btn, .landing-root .btn:focus{
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.landing-root .btn:disabled, .landing-root .btn.disabled, .landing-root fieldset:disabled .btn{
  pointer-events: none;
  opacity: 0.65;
}

.landing-root .btn-primary{
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.landing-root .btn-primary:hover{
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
}
.landing-root .btn-check:focus + .btn-primary, .landing-root .btn-primary:focus{
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.landing-root .btn-check:checked + .btn-primary, .landing-root .btn-check:active + .btn-primary, .landing-root .btn-primary:active, .landing-root .btn-primary.active, .landing-root .show > .btn-primary.dropdown-toggle{
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be;
}
.landing-root .btn-check:checked + .btn-primary:focus, .landing-root .btn-check:active + .btn-primary:focus, .landing-root .btn-primary:active:focus, .landing-root .btn-primary.active:focus, .landing-root .show > .btn-primary.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}
.landing-root .btn-primary:disabled, .landing-root .btn-primary.disabled{
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.landing-root .btn-secondary{
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.landing-root .btn-secondary:hover{
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
}
.landing-root .btn-check:focus + .btn-secondary, .landing-root .btn-secondary:focus{
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.landing-root .btn-check:checked + .btn-secondary, .landing-root .btn-check:active + .btn-secondary, .landing-root .btn-secondary:active, .landing-root .btn-secondary.active, .landing-root .show > .btn-secondary.dropdown-toggle{
  color: #fff;
  background-color: #565e64;
  border-color: #51585e;
}
.landing-root .btn-check:checked + .btn-secondary:focus, .landing-root .btn-check:active + .btn-secondary:focus, .landing-root .btn-secondary:active:focus, .landing-root .btn-secondary.active:focus, .landing-root .show > .btn-secondary.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.25rem rgba(130, 138, 145, 0.5);
}
.landing-root .btn-secondary:disabled, .landing-root .btn-secondary.disabled{
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

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

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

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

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

.landing-root .btn-light{
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.landing-root .btn-light:hover{
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.landing-root .btn-check:focus + .btn-light, .landing-root .btn-light:focus{
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.landing-root .btn-check:checked + .btn-light, .landing-root .btn-check:active + .btn-light, .landing-root .btn-light:active, .landing-root .btn-light.active, .landing-root .show > .btn-light.dropdown-toggle{
  color: #000;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.landing-root .btn-check:checked + .btn-light:focus, .landing-root .btn-check:active + .btn-light:focus, .landing-root .btn-light:active:focus, .landing-root .btn-light.active:focus, .landing-root .show > .btn-light.dropdown-toggle:focus{
  box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
}
.landing-root .btn-light:disabled, .landing-root .btn-light.disabled{
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

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

.landing-root .btn-outline-primary{
  color: #0d6efd;
  border-color: #0d6efd;
}
.landing-root .btn-outline-primary:hover{
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.landing-root .btn-check:focus + .btn-outline-primary, .landing-root .btn-outline-primary:focus{
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.landing-root .btn-check:checked + .btn-outline-primary, .landing-root .btn-check:active + .btn-outline-primary, .landing-root .btn-outline-primary:active, .landing-root .btn-outline-primary.active, .landing-root .btn-outline-primary.dropdown-toggle.show{
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.landing-root .btn-check:checked + .btn-outline-primary:focus, .landing-root .btn-check:active + .btn-outline-primary:focus, .landing-root .btn-outline-primary:active:focus, .landing-root .btn-outline-primary.active:focus, .landing-root .btn-outline-primary.dropdown-toggle.show:focus{
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.5);
}
.landing-root .btn-outline-primary:disabled, .landing-root .btn-outline-primary.disabled{
  color: #0d6efd;
  background-color: transparent;
}

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

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

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

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

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

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

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

.landing-root .btn-link{
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline;
}
.landing-root .btn-link:hover{
  color: #0a58ca;
}
.landing-root .btn-link:disabled, .landing-root .btn-link.disabled{
  color: #6c757d;
}

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

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

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

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

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

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

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

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

.landing-root .dropdown-menu-start{
  --bs-position: start;
}
.landing-root .dropdown-menu-start[data-bs-popper]{
  right: auto;
  left: 0;
}

.landing-root .dropdown-menu-end{
  --bs-position: end;
}
.landing-root .dropdown-menu-end[data-bs-popper]{
  right: 0;
  left: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.landing-root .dropdown-toggle-split{
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.landing-root .dropdown-toggle-split::after, .landing-root .dropup .dropdown-toggle-split::after, .landing-root .dropend .dropdown-toggle-split::after{
  margin-left: 0;
}
.landing-root .dropstart .dropdown-toggle-split::before{
  margin-right: 0;
}

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

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

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

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

.landing-root .nav-link{
  display: block;
  padding: 0.5rem 1rem;
  color: #0d6efd;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .landing-root .nav-link{
    transition: none;
  }
}
.landing-root .nav-link:hover, .landing-root .nav-link:focus{
  color: #0a58ca;
}
.landing-root .nav-link.disabled{
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

.landing-root .nav-pills .nav-link{
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.landing-root .nav-pills .nav-link.active, .landing-root .nav-pills .show > .nav-link{
  color: #fff;
  background-color: #0d6efd;
}

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

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

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

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

.landing-root .navbar{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.landing-root .navbar > .container, .landing-root .navbar > .container-fluid, .landing-root .navbar > .container-sm, .landing-root .navbar > .container-md, .landing-root .navbar > .container-lg, .landing-root .navbar > .container-xl, .landing-root .navbar > .container-xxl{
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.landing-root .navbar-brand{
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.landing-root .navbar-nav{
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.landing-root .navbar-nav .nav-link{
  padding-right: 0;
  padding-left: 0;
}
.landing-root .navbar-nav .dropdown-menu{
  position: static;
}

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

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

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

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

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

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

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

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

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

.landing-root .card-body{
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.landing-root .card-title{
  margin-bottom: 0.5rem;
}

.landing-root .card-subtitle{
  margin-top: -0.25rem;
  margin-bottom: 0;
}

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

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

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

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

.landing-root .card-header-tabs{
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.landing-root .card-header-pills{
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

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

.landing-root .card-img, .landing-root .card-img-top, .landing-root .card-img-bottom{
  width: 100%;
}

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

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

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

.landing-root .accordion-button{
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .landing-root .accordion-button{
    transition: none;
  }
}
.landing-root .accordion-button:not(.collapsed){
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.landing-root .accordion-button:not(.collapsed)::after{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}
.landing-root .accordion-button::after{
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .landing-root .accordion-button::after{
    transition: none;
  }
}
.landing-root .accordion-button:hover{
  z-index: 2;
}
.landing-root .accordion-button:focus{
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

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

.landing-root .accordion-item{
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.landing-root .accordion-item:first-of-type{
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.landing-root .accordion-item:first-of-type .accordion-button{
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.landing-root .accordion-item:not(:first-of-type){
  border-top: 0;
}
.landing-root .accordion-item:last-of-type{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.landing-root .accordion-item:last-of-type .accordion-button.collapsed{
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.landing-root .accordion-item:last-of-type .accordion-collapse{
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

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

.landing-root .accordion-flush .accordion-collapse{
  border-width: 0;
}
.landing-root .accordion-flush .accordion-item{
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.landing-root .accordion-flush .accordion-item:first-child{
  border-top: 0;
}
.landing-root .accordion-flush .accordion-item:last-child{
  border-bottom: 0;
}
.landing-root .accordion-flush .accordion-item .accordion-button{
  border-radius: 0;
}

.landing-root .breadcrumb{
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

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

.landing-root .pagination{
  display: flex;
  padding-left: 0;
  list-style: none;
}

.landing-root .page-link{
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .landing-root .page-link{
    transition: none;
  }
}
.landing-root .page-link:hover{
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.landing-root .page-link:focus{
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.landing-root .page-item:not(:first-child) .page-link{
  margin-left: -1px;
}
.landing-root .page-item.active .page-link{
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.landing-root .page-item.disabled .page-link{
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

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

.landing-root .page-item:first-child .page-link{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.landing-root .page-item:last-child .page-link{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

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

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

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

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

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

.landing-root .alert-heading{
  color: inherit;
}

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

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

.landing-root .alert-primary{
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
}
.landing-root .alert-primary .alert-link{
  color: #06357a;
}

.landing-root .alert-secondary{
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8;
}
.landing-root .alert-secondary .alert-link{
  color: #34383c;
}

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

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

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

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

.landing-root .alert-light{
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.landing-root .alert-light .alert-link{
  color: #4f5050;
}

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

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

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.landing-root .progress{
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.landing-root .progress-bar{
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .landing-root .progress-bar{
    transition: none;
  }
}

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

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

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

.landing-root .list-group-numbered{
  list-style-type: none;
  counter-reset: section;
}
.landing-root .list-group-numbered > li::before{
  content: counters(section, ".") ". ";
  counter-increment: section;
}

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

.landing-root .list-group-item{
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  color: #212529;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.landing-root .list-group-item:first-child{
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.landing-root .list-group-item:last-child{
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.landing-root .list-group-item.disabled, .landing-root .list-group-item:disabled{
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.landing-root .list-group-item.active{
  z-index: 2;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.landing-root .list-group-item + .list-group-item{
  border-top-width: 0;
}
.landing-root .list-group-item + .list-group-item.active{
  margin-top: -1px;
  border-top-width: 1px;
}

.landing-root .list-group-horizontal{
  flex-direction: row;
}
.landing-root .list-group-horizontal > .list-group-item:first-child{
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.landing-root .list-group-horizontal > .list-group-item:last-child{
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.landing-root .list-group-horizontal > .list-group-item.active{
  margin-top: 0;
}
.landing-root .list-group-horizontal > .list-group-item + .list-group-item{
  border-top-width: 1px;
  border-left-width: 0;
}
.landing-root .list-group-horizontal > .list-group-item + .list-group-item.active{
  margin-left: -1px;
  border-left-width: 1px;
}

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

.landing-root .list-group-item-primary{
  color: #084298;
  background-color: #cfe2ff;
}
.landing-root .list-group-item-primary.list-group-item-action:hover, .landing-root .list-group-item-primary.list-group-item-action:focus{
  color: #084298;
  background-color: #bacbe6;
}
.landing-root .list-group-item-primary.list-group-item-action.active{
  color: #fff;
  background-color: #084298;
  border-color: #084298;
}

.landing-root .list-group-item-secondary{
  color: #41464b;
  background-color: #e2e3e5;
}
.landing-root .list-group-item-secondary.list-group-item-action:hover, .landing-root .list-group-item-secondary.list-group-item-action:focus{
  color: #41464b;
  background-color: #cbccce;
}
.landing-root .list-group-item-secondary.list-group-item-action.active{
  color: #fff;
  background-color: #41464b;
  border-color: #41464b;
}

.landing-root .list-group-item-success{
  color: #0f5132;
  background-color: #d1e7dd;
}
.landing-root .list-group-item-success.list-group-item-action:hover, .landing-root .list-group-item-success.list-group-item-action:focus{
  color: #0f5132;
  background-color: #bcd0c7;
}
.landing-root .list-group-item-success.list-group-item-action.active{
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132;
}

.landing-root .list-group-item-info{
  color: #055160;
  background-color: #cff4fc;
}
.landing-root .list-group-item-info.list-group-item-action:hover, .landing-root .list-group-item-info.list-group-item-action:focus{
  color: #055160;
  background-color: #badce3;
}
.landing-root .list-group-item-info.list-group-item-action.active{
  color: #fff;
  background-color: #055160;
  border-color: #055160;
}

.landing-root .list-group-item-warning{
  color: #664d03;
  background-color: #fff3cd;
}
.landing-root .list-group-item-warning.list-group-item-action:hover, .landing-root .list-group-item-warning.list-group-item-action:focus{
  color: #664d03;
  background-color: #e6dbb9;
}
.landing-root .list-group-item-warning.list-group-item-action.active{
  color: #fff;
  background-color: #664d03;
  border-color: #664d03;
}

.landing-root .list-group-item-danger{
  color: #842029;
  background-color: #f8d7da;
}
.landing-root .list-group-item-danger.list-group-item-action:hover, .landing-root .list-group-item-danger.list-group-item-action:focus{
  color: #842029;
  background-color: #dfc2c4;
}
.landing-root .list-group-item-danger.list-group-item-action.active{
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}

.landing-root .list-group-item-light{
  color: #636464;
  background-color: #fefefe;
}
.landing-root .list-group-item-light.list-group-item-action:hover, .landing-root .list-group-item-light.list-group-item-action:focus{
  color: #636464;
  background-color: #e5e5e5;
}
.landing-root .list-group-item-light.list-group-item-action.active{
  color: #fff;
  background-color: #636464;
  border-color: #636464;
}

.landing-root .list-group-item-dark{
  color: #141619;
  background-color: #d3d3d4;
}
.landing-root .list-group-item-dark.list-group-item-action:hover, .landing-root .list-group-item-dark.list-group-item-action:focus{
  color: #141619;
  background-color: #bebebf;
}
.landing-root .list-group-item-dark.list-group-item-action.active{
  color: #fff;
  background-color: #141619;
  border-color: #141619;
}

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

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

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

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

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

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

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

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

.landing-root .modal-dialog-scrollable{
  height: calc(100% - 1rem);
}
.landing-root .modal-dialog-scrollable .modal-content{
  max-height: 100%;
  overflow: hidden;
}
.landing-root .modal-dialog-scrollable .modal-body{
  overflow-y: auto;
}

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 575.98px) {
  .landing-root .modal-fullscreen-sm-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .landing-root .modal-fullscreen-sm-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .landing-root .modal-fullscreen-sm-down .modal-header{
    border-radius: 0;
  }
  .landing-root .modal-fullscreen-sm-down .modal-body{
    overflow-y: auto;
  }
  .landing-root .modal-fullscreen-sm-down .modal-footer{
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .landing-root .modal-fullscreen-md-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .landing-root .modal-fullscreen-md-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .landing-root .modal-fullscreen-md-down .modal-header{
    border-radius: 0;
  }
  .landing-root .modal-fullscreen-md-down .modal-body{
    overflow-y: auto;
  }
  .landing-root .modal-fullscreen-md-down .modal-footer{
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .landing-root .modal-fullscreen-lg-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .landing-root .modal-fullscreen-lg-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .landing-root .modal-fullscreen-lg-down .modal-header{
    border-radius: 0;
  }
  .landing-root .modal-fullscreen-lg-down .modal-body{
    overflow-y: auto;
  }
  .landing-root .modal-fullscreen-lg-down .modal-footer{
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .landing-root .modal-fullscreen-xl-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .landing-root .modal-fullscreen-xl-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .landing-root .modal-fullscreen-xl-down .modal-header{
    border-radius: 0;
  }
  .landing-root .modal-fullscreen-xl-down .modal-body{
    overflow-y: auto;
  }
  .landing-root .modal-fullscreen-xl-down .modal-footer{
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .landing-root .modal-fullscreen-xxl-down{
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .landing-root .modal-fullscreen-xxl-down .modal-content{
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .landing-root .modal-fullscreen-xxl-down .modal-header{
    border-radius: 0;
  }
  .landing-root .modal-fullscreen-xxl-down .modal-body{
    overflow-y: auto;
  }
  .landing-root .modal-fullscreen-xxl-down .modal-footer{
    border-radius: 0;
  }
}
.landing-root .tooltip{
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.landing-root .tooltip.show{
  opacity: 0.9;
}
.landing-root .tooltip .tooltip-arrow{
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.landing-root .tooltip .tooltip-arrow::before{
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

.landing-root .bs-tooltip-end, .landing-root .bs-tooltip-auto[data-popper-placement^=right]{
  padding: 0 0.4rem;
}
.landing-root .bs-tooltip-end .tooltip-arrow, .landing-root .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.landing-root .bs-tooltip-end .tooltip-arrow::before, .landing-root .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;
}

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

.landing-root .bs-tooltip-start, .landing-root .bs-tooltip-auto[data-popper-placement^=left]{
  padding: 0 0.4rem;
}
.landing-root .bs-tooltip-start .tooltip-arrow, .landing-root .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.landing-root .bs-tooltip-start .tooltip-arrow::before, .landing-root .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;
}

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

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

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

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

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

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

.landing-root .popover-header{
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.landing-root .popover-header:empty{
  display: none;
}

.landing-root .popover-body{
  padding: 1rem 1rem;
  color: #212529;
}

.landing-root .carousel{
  position: relative;
}

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

.landing-root .carousel-inner{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.landing-root .carousel-inner::after{
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.landing-root .carousel-indicators{
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none;
}
.landing-root .carousel-indicators [data-bs-target]{
  box-sizing: content-box;
  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;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .landing-root .carousel-indicators [data-bs-target]{
    transition: none;
  }
}
.landing-root .carousel-indicators .active{
  opacity: 1;
}

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

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

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

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

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

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

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

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

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

.landing-root .offcanvas-header{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.landing-root .offcanvas-header .btn-close{
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.landing-root .offcanvas-title{
  margin-bottom: 0;
  line-height: 1.5;
}

.landing-root .offcanvas-body{
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

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

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

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

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

.landing-root .offcanvas.show{
  transform: none;
}

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

.landing-root .link-primary{
  color: #0d6efd;
}
.landing-root .link-primary:hover, .landing-root .link-primary:focus{
  color: #0a58ca;
}

.landing-root .link-secondary{
  color: #6c757d;
}
.landing-root .link-secondary:hover, .landing-root .link-secondary:focus{
  color: #565e64;
}

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

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

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

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

.landing-root .link-light{
  color: #f8f9fa;
}
.landing-root .link-light:hover, .landing-root .link-light:focus{
  color: #f9fafb;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.landing-root .position-sticky{
  position: -webkit-sticky !important;
  position: sticky !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.landing-root .border-primary{
  border-color: #0d6efd !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.landing-root .gap-5{
  gap: 3rem !important;
}

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

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

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

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

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

.landing-root .justify-content-evenly{
  justify-content: space-evenly !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.landing-root .font-monospace{
  font-family: var(--bs-font-monospace) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* rtl:end:remove */
.landing-root .text-primary{
  color: #0d6efd !important;
}

.landing-root .text-secondary{
  color: #6c757d !important;
}

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

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

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

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

.landing-root .text-light{
  color: #f8f9fa !important;
}

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

.landing-root .text-white{
  color: #fff !important;
}

.landing-root .text-body{
  color: #212529 !important;
}

.landing-root .text-muted{
  color: #6c757d !important;
}

.landing-root .text-black-50{
  color: rgba(0, 0, 0, 0.5) !important;
}

.landing-root .text-white-50{
  color: rgba(255, 255, 255, 0.5) !important;
}

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

.landing-root .bg-primary{
  background-color: #0d6efd !important;
}

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

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

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

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

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

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

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

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

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

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

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

.landing-root .user-select-all{
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.landing-root .user-select-auto{
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.landing-root .user-select-none{
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

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

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

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

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

.landing-root .rounded-1{
  border-radius: 0.2rem !important;
}

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

.landing-root .rounded-3{
  border-radius: 0.3rem !important;
}

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

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

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

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

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

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

.landing-root .visible{
  visibility: visible !important;
}

.landing-root .invisible{
  visibility: hidden !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .landing-root .gap-sm-5{
    gap: 3rem !important;
  }

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

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

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

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

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

  .landing-root .justify-content-sm-evenly{
    justify-content: space-evenly !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .landing-root .align-self-sm-end{
    align-self: flex-end !important;
  }

  .landing-root .align-self-sm-center{
    align-self: center !important;
  }

  .landing-root .align-self-sm-baseline{
    align-self: baseline !important;
  }

  .landing-root .align-self-sm-stretch{
    align-self: stretch !important;
  }

  .landing-root .order-sm-first{
    order: -1 !important;
  }

  .landing-root .order-sm-0{
    order: 0 !important;
  }

  .landing-root .order-sm-1{
    order: 1 !important;
  }

  .landing-root .order-sm-2{
    order: 2 !important;
  }

  .landing-root .order-sm-3{
    order: 3 !important;
  }

  .landing-root .order-sm-4{
    order: 4 !important;
  }

  .landing-root .order-sm-5{
    order: 5 !important;
  }

  .landing-root .order-sm-last{
    order: 6 !important;
  }

  .landing-root .m-sm-0{
    margin: 0 !important;
  }

  .landing-root .m-sm-1{
    margin: 0.25rem !important;
  }

  .landing-root .m-sm-2{
    margin: 0.5rem !important;
  }

  .landing-root .m-sm-3{
    margin: 1rem !important;
  }

  .landing-root .m-sm-4{
    margin: 1.5rem !important;
  }

  .landing-root .m-sm-5{
    margin: 3rem !important;
  }

  .landing-root .m-sm-auto{
    margin: auto !important;
  }

  .landing-root .mx-sm-0{
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .landing-root .mx-sm-1{
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .landing-root .mx-sm-2{
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .landing-root .mx-sm-3{
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .landing-root .mx-sm-4{
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .landing-root .mx-sm-5{
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .landing-root .mx-sm-auto{
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .landing-root .my-sm-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .landing-root .my-sm-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .landing-root .my-sm-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .landing-root .my-sm-3{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .landing-root .my-sm-4{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .landing-root .my-sm-5{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .landing-root .my-sm-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .landing-root .mt-sm-0{
    margin-top: 0 !important;
  }

  .landing-root .mt-sm-1{
    margin-top: 0.25rem !important;
  }

  .landing-root .mt-sm-2{
    margin-top: 0.5rem !important;
  }

  .landing-root .mt-sm-3{
    margin-top: 1rem !important;
  }

  .landing-root .mt-sm-4{
    margin-top: 1.5rem !important;
  }

  .landing-root .mt-sm-5{
    margin-top: 3rem !important;
  }

  .landing-root .mt-sm-auto{
    margin-top: auto !important;
  }

  .landing-root .me-sm-0{
    margin-right: 0 !important;
  }

  .landing-root .me-sm-1{
    margin-right: 0.25rem !important;
  }

  .landing-root .me-sm-2{
    margin-right: 0.5rem !important;
  }

  .landing-root .me-sm-3{
    margin-right: 1rem !important;
  }

  .landing-root .me-sm-4{
    margin-right: 1.5rem !important;
  }

  .landing-root .me-sm-5{
    margin-right: 3rem !important;
  }

  .landing-root .me-sm-auto{
    margin-right: auto !important;
  }

  .landing-root .mb-sm-0{
    margin-bottom: 0 !important;
  }

  .landing-root .mb-sm-1{
    margin-bottom: 0.25rem !important;
  }

  .landing-root .mb-sm-2{
    margin-bottom: 0.5rem !important;
  }

  .landing-root .mb-sm-3{
    margin-bottom: 1rem !important;
  }

  .landing-root .mb-sm-4{
    margin-bottom: 1.5rem !important;
  }

  .landing-root .mb-sm-5{
    margin-bottom: 3rem !important;
  }

  .landing-root .mb-sm-auto{
    margin-bottom: auto !important;
  }

  .landing-root .ms-sm-0{
    margin-left: 0 !important;
  }

  .landing-root .ms-sm-1{
    margin-left: 0.25rem !important;
  }

  .landing-root .ms-sm-2{
    margin-left: 0.5rem !important;
  }

  .landing-root .ms-sm-3{
    margin-left: 1rem !important;
  }

  .landing-root .ms-sm-4{
    margin-left: 1.5rem !important;
  }

  .landing-root .ms-sm-5{
    margin-left: 3rem !important;
  }

  .landing-root .ms-sm-auto{
    margin-left: auto !important;
  }

  .landing-root .p-sm-0{
    padding: 0 !important;
  }

  .landing-root .p-sm-1{
    padding: 0.25rem !important;
  }

  .landing-root .p-sm-2{
    padding: 0.5rem !important;
  }

  .landing-root .p-sm-3{
    padding: 1rem !important;
  }

  .landing-root .p-sm-4{
    padding: 1.5rem !important;
  }

  .landing-root .p-sm-5{
    padding: 3rem !important;
  }

  .landing-root .px-sm-0{
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .landing-root .px-sm-1{
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .landing-root .px-sm-2{
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .landing-root .px-sm-3{
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .landing-root .px-sm-4{
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .landing-root .px-sm-5{
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .landing-root .py-sm-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .landing-root .py-sm-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .landing-root .py-sm-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .landing-root .py-sm-3{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .landing-root .py-sm-4{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .landing-root .py-sm-5{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .landing-root .pt-sm-0{
    padding-top: 0 !important;
  }

  .landing-root .pt-sm-1{
    padding-top: 0.25rem !important;
  }

  .landing-root .pt-sm-2{
    padding-top: 0.5rem !important;
  }

  .landing-root .pt-sm-3{
    padding-top: 1rem !important;
  }

  .landing-root .pt-sm-4{
    padding-top: 1.5rem !important;
  }

  .landing-root .pt-sm-5{
    padding-top: 3rem !important;
  }

  .landing-root .pe-sm-0{
    padding-right: 0 !important;
  }

  .landing-root .pe-sm-1{
    padding-right: 0.25rem !important;
  }

  .landing-root .pe-sm-2{
    padding-right: 0.5rem !important;
  }

  .landing-root .pe-sm-3{
    padding-right: 1rem !important;
  }

  .landing-root .pe-sm-4{
    padding-right: 1.5rem !important;
  }

  .landing-root .pe-sm-5{
    padding-right: 3rem !important;
  }

  .landing-root .pb-sm-0{
    padding-bottom: 0 !important;
  }

  .landing-root .pb-sm-1{
    padding-bottom: 0.25rem !important;
  }

  .landing-root .pb-sm-2{
    padding-bottom: 0.5rem !important;
  }

  .landing-root .pb-sm-3{
    padding-bottom: 1rem !important;
  }

  .landing-root .pb-sm-4{
    padding-bottom: 1.5rem !important;
  }

  .landing-root .pb-sm-5{
    padding-bottom: 3rem !important;
  }

  .landing-root .ps-sm-0{
    padding-left: 0 !important;
  }

  .landing-root .ps-sm-1{
    padding-left: 0.25rem !important;
  }

  .landing-root .ps-sm-2{
    padding-left: 0.5rem !important;
  }

  .landing-root .ps-sm-3{
    padding-left: 1rem !important;
  }

  .landing-root .ps-sm-4{
    padding-left: 1.5rem !important;
  }

  .landing-root .ps-sm-5{
    padding-left: 3rem !important;
  }

  .landing-root .text-sm-start{
    text-align: left !important;
  }

  .landing-root .text-sm-end{
    text-align: right !important;
  }

  .landing-root .text-sm-center{
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .landing-root .float-md-start{
    float: left !important;
  }

  .landing-root .float-md-end{
    float: right !important;
  }

  .landing-root .float-md-none{
    float: none !important;
  }

  .landing-root .d-md-inline{
    display: inline !important;
  }

  .landing-root .d-md-inline-block{
    display: inline-block !important;
  }

  .landing-root .d-md-block{
    display: block !important;
  }

  .landing-root .d-md-grid{
    display: grid !important;
  }

  .landing-root .d-md-table{
    display: table !important;
  }

  .landing-root .d-md-table-row{
    display: table-row !important;
  }

  .landing-root .d-md-table-cell{
    display: table-cell !important;
  }

  .landing-root .d-md-flex{
    display: flex !important;
  }

  .landing-root .d-md-inline-flex{
    display: inline-flex !important;
  }

  .landing-root .d-md-none{
    display: none !important;
  }

  .landing-root .flex-md-fill{
    flex: 1 1 auto !important;
  }

  .landing-root .flex-md-row{
    flex-direction: row !important;
  }

  .landing-root .flex-md-column{
    flex-direction: column !important;
  }

  .landing-root .flex-md-row-reverse{
    flex-direction: row-reverse !important;
  }

  .landing-root .flex-md-column-reverse{
    flex-direction: column-reverse !important;
  }

  .landing-root .flex-md-grow-0{
    flex-grow: 0 !important;
  }

  .landing-root .flex-md-grow-1{
    flex-grow: 1 !important;
  }

  .landing-root .flex-md-shrink-0{
    flex-shrink: 0 !important;
  }

  .landing-root .flex-md-shrink-1{
    flex-shrink: 1 !important;
  }

  .landing-root .flex-md-wrap{
    flex-wrap: wrap !important;
  }

  .landing-root .flex-md-nowrap{
    flex-wrap: nowrap !important;
  }

  .landing-root .flex-md-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .landing-root .gap-md-0{
    gap: 0 !important;
  }

  .landing-root .gap-md-1{
    gap: 0.25rem !important;
  }

  .landing-root .gap-md-2{
    gap: 0.5rem !important;
  }

  .landing-root .gap-md-3{
    gap: 1rem !important;
  }

  .landing-root .gap-md-4{
    gap: 1.5rem !important;
  }

  .landing-root .gap-md-5{
    gap: 3rem !important;
  }

  .landing-root .justify-content-md-start{
    justify-content: flex-start !important;
  }

  .landing-root .justify-content-md-end{
    justify-content: flex-end !important;
  }

  .landing-root .justify-content-md-center{
    justify-content: center !important;
  }

  .landing-root .justify-content-md-between{
    justify-content: space-between !important;
  }

  .landing-root .justify-content-md-around{
    justify-content: space-around !important;
  }

  .landing-root .justify-content-md-evenly{
    justify-content: space-evenly !important;
  }

  .landing-root .align-items-md-start{
    align-items: flex-start !important;
  }

  .landing-root .align-items-md-end{
    align-items: flex-end !important;
  }

  .landing-root .align-items-md-center{
    align-items: center !important;
  }

  .landing-root .align-items-md-baseline{
    align-items: baseline !important;
  }

  .landing-root .align-items-md-stretch{
    align-items: stretch !important;
  }

  .landing-root .align-content-md-start{
    align-content: flex-start !important;
  }

  .landing-root .align-content-md-end{
    align-content: flex-end !important;
  }

  .landing-root .align-content-md-center{
    align-content: center !important;
  }

  .landing-root .align-content-md-between{
    align-content: space-between !important;
  }

  .landing-root .align-content-md-around{
    align-content: space-around !important;
  }

  .landing-root .align-content-md-stretch{
    align-content: stretch !important;
  }

  .landing-root .align-self-md-auto{
    align-self: auto !important;
  }

  .landing-root .align-self-md-start{
    align-self: flex-start !important;
  }

  .landing-root .align-self-md-end{
    align-self: flex-end !important;
  }

  .landing-root .align-self-md-center{
    align-self: center !important;
  }

  .landing-root .align-self-md-baseline{
    align-self: baseline !important;
  }

  .landing-root .align-self-md-stretch{
    align-self: stretch !important;
  }

  .landing-root .order-md-first{
    order: -1 !important;
  }

  .landing-root .order-md-0{
    order: 0 !important;
  }

  .landing-root .order-md-1{
    order: 1 !important;
  }

  .landing-root .order-md-2{
    order: 2 !important;
  }

  .landing-root .order-md-3{
    order: 3 !important;
  }

  .landing-root .order-md-4{
    order: 4 !important;
  }

  .landing-root .order-md-5{
    order: 5 !important;
  }

  .landing-root .order-md-last{
    order: 6 !important;
  }

  .landing-root .m-md-0{
    margin: 0 !important;
  }

  .landing-root .m-md-1{
    margin: 0.25rem !important;
  }

  .landing-root .m-md-2{
    margin: 0.5rem !important;
  }

  .landing-root .m-md-3{
    margin: 1rem !important;
  }

  .landing-root .m-md-4{
    margin: 1.5rem !important;
  }

  .landing-root .m-md-5{
    margin: 3rem !important;
  }

  .landing-root .m-md-auto{
    margin: auto !important;
  }

  .landing-root .mx-md-0{
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .landing-root .mx-md-1{
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .landing-root .mx-md-2{
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .landing-root .mx-md-3{
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .landing-root .mx-md-4{
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .landing-root .mx-md-5{
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .landing-root .mx-md-auto{
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .landing-root .my-md-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .landing-root .my-md-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .landing-root .my-md-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .landing-root .my-md-3{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .landing-root .my-md-4{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .landing-root .my-md-5{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .landing-root .my-md-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .landing-root .mt-md-0{
    margin-top: 0 !important;
  }

  .landing-root .mt-md-1{
    margin-top: 0.25rem !important;
  }

  .landing-root .mt-md-2{
    margin-top: 0.5rem !important;
  }

  .landing-root .mt-md-3{
    margin-top: 1rem !important;
  }

  .landing-root .mt-md-4{
    margin-top: 1.5rem !important;
  }

  .landing-root .mt-md-5{
    margin-top: 3rem !important;
  }

  .landing-root .mt-md-auto{
    margin-top: auto !important;
  }

  .landing-root .me-md-0{
    margin-right: 0 !important;
  }

  .landing-root .me-md-1{
    margin-right: 0.25rem !important;
  }

  .landing-root .me-md-2{
    margin-right: 0.5rem !important;
  }

  .landing-root .me-md-3{
    margin-right: 1rem !important;
  }

  .landing-root .me-md-4{
    margin-right: 1.5rem !important;
  }

  .landing-root .me-md-5{
    margin-right: 3rem !important;
  }

  .landing-root .me-md-auto{
    margin-right: auto !important;
  }

  .landing-root .mb-md-0{
    margin-bottom: 0 !important;
  }

  .landing-root .mb-md-1{
    margin-bottom: 0.25rem !important;
  }

  .landing-root .mb-md-2{
    margin-bottom: 0.5rem !important;
  }

  .landing-root .mb-md-3{
    margin-bottom: 1rem !important;
  }

  .landing-root .mb-md-4{
    margin-bottom: 1.5rem !important;
  }

  .landing-root .mb-md-5{
    margin-bottom: 3rem !important;
  }

  .landing-root .mb-md-auto{
    margin-bottom: auto !important;
  }

  .landing-root .ms-md-0{
    margin-left: 0 !important;
  }

  .landing-root .ms-md-1{
    margin-left: 0.25rem !important;
  }

  .landing-root .ms-md-2{
    margin-left: 0.5rem !important;
  }

  .landing-root .ms-md-3{
    margin-left: 1rem !important;
  }

  .landing-root .ms-md-4{
    margin-left: 1.5rem !important;
  }

  .landing-root .ms-md-5{
    margin-left: 3rem !important;
  }

  .landing-root .ms-md-auto{
    margin-left: auto !important;
  }

  .landing-root .p-md-0{
    padding: 0 !important;
  }

  .landing-root .p-md-1{
    padding: 0.25rem !important;
  }

  .landing-root .p-md-2{
    padding: 0.5rem !important;
  }

  .landing-root .p-md-3{
    padding: 1rem !important;
  }

  .landing-root .p-md-4{
    padding: 1.5rem !important;
  }

  .landing-root .p-md-5{
    padding: 3rem !important;
  }

  .landing-root .px-md-0{
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .landing-root .px-md-1{
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .landing-root .px-md-2{
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .landing-root .px-md-3{
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .landing-root .px-md-4{
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .landing-root .px-md-5{
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .landing-root .py-md-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .landing-root .py-md-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .landing-root .py-md-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .landing-root .py-md-3{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .landing-root .py-md-4{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .landing-root .py-md-5{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .landing-root .pt-md-0{
    padding-top: 0 !important;
  }

  .landing-root .pt-md-1{
    padding-top: 0.25rem !important;
  }

  .landing-root .pt-md-2{
    padding-top: 0.5rem !important;
  }

  .landing-root .pt-md-3{
    padding-top: 1rem !important;
  }

  .landing-root .pt-md-4{
    padding-top: 1.5rem !important;
  }

  .landing-root .pt-md-5{
    padding-top: 3rem !important;
  }

  .landing-root .pe-md-0{
    padding-right: 0 !important;
  }

  .landing-root .pe-md-1{
    padding-right: 0.25rem !important;
  }

  .landing-root .pe-md-2{
    padding-right: 0.5rem !important;
  }

  .landing-root .pe-md-3{
    padding-right: 1rem !important;
  }

  .landing-root .pe-md-4{
    padding-right: 1.5rem !important;
  }

  .landing-root .pe-md-5{
    padding-right: 3rem !important;
  }

  .landing-root .pb-md-0{
    padding-bottom: 0 !important;
  }

  .landing-root .pb-md-1{
    padding-bottom: 0.25rem !important;
  }

  .landing-root .pb-md-2{
    padding-bottom: 0.5rem !important;
  }

  .landing-root .pb-md-3{
    padding-bottom: 1rem !important;
  }

  .landing-root .pb-md-4{
    padding-bottom: 1.5rem !important;
  }

  .landing-root .pb-md-5{
    padding-bottom: 3rem !important;
  }

  .landing-root .ps-md-0{
    padding-left: 0 !important;
  }

  .landing-root .ps-md-1{
    padding-left: 0.25rem !important;
  }

  .landing-root .ps-md-2{
    padding-left: 0.5rem !important;
  }

  .landing-root .ps-md-3{
    padding-left: 1rem !important;
  }

  .landing-root .ps-md-4{
    padding-left: 1.5rem !important;
  }

  .landing-root .ps-md-5{
    padding-left: 3rem !important;
  }

  .landing-root .text-md-start{
    text-align: left !important;
  }

  .landing-root .text-md-end{
    text-align: right !important;
  }

  .landing-root .text-md-center{
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .landing-root .float-lg-start{
    float: left !important;
  }

  .landing-root .float-lg-end{
    float: right !important;
  }

  .landing-root .float-lg-none{
    float: none !important;
  }

  .landing-root .d-lg-inline{
    display: inline !important;
  }

  .landing-root .d-lg-inline-block{
    display: inline-block !important;
  }

  .landing-root .d-lg-block{
    display: block !important;
  }

  .landing-root .d-lg-grid{
    display: grid !important;
  }

  .landing-root .d-lg-table{
    display: table !important;
  }

  .landing-root .d-lg-table-row{
    display: table-row !important;
  }

  .landing-root .d-lg-table-cell{
    display: table-cell !important;
  }

  .landing-root .d-lg-flex{
    display: flex !important;
  }

  .landing-root .d-lg-inline-flex{
    display: inline-flex !important;
  }

  .landing-root .d-lg-none{
    display: none !important;
  }

  .landing-root .flex-lg-fill{
    flex: 1 1 auto !important;
  }

  .landing-root .flex-lg-row{
    flex-direction: row !important;
  }

  .landing-root .flex-lg-column{
    flex-direction: column !important;
  }

  .landing-root .flex-lg-row-reverse{
    flex-direction: row-reverse !important;
  }

  .landing-root .flex-lg-column-reverse{
    flex-direction: column-reverse !important;
  }

  .landing-root .flex-lg-grow-0{
    flex-grow: 0 !important;
  }

  .landing-root .flex-lg-grow-1{
    flex-grow: 1 !important;
  }

  .landing-root .flex-lg-shrink-0{
    flex-shrink: 0 !important;
  }

  .landing-root .flex-lg-shrink-1{
    flex-shrink: 1 !important;
  }

  .landing-root .flex-lg-wrap{
    flex-wrap: wrap !important;
  }

  .landing-root .flex-lg-nowrap{
    flex-wrap: nowrap !important;
  }

  .landing-root .flex-lg-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .landing-root .gap-lg-0{
    gap: 0 !important;
  }

  .landing-root .gap-lg-1{
    gap: 0.25rem !important;
  }

  .landing-root .gap-lg-2{
    gap: 0.5rem !important;
  }

  .landing-root .gap-lg-3{
    gap: 1rem !important;
  }

  .landing-root .gap-lg-4{
    gap: 1.5rem !important;
  }

  .landing-root .gap-lg-5{
    gap: 3rem !important;
  }

  .landing-root .justify-content-lg-start{
    justify-content: flex-start !important;
  }

  .landing-root .justify-content-lg-end{
    justify-content: flex-end !important;
  }

  .landing-root .justify-content-lg-center{
    justify-content: center !important;
  }

  .landing-root .justify-content-lg-between{
    justify-content: space-between !important;
  }

  .landing-root .justify-content-lg-around{
    justify-content: space-around !important;
  }

  .landing-root .justify-content-lg-evenly{
    justify-content: space-evenly !important;
  }

  .landing-root .align-items-lg-start{
    align-items: flex-start !important;
  }

  .landing-root .align-items-lg-end{
    align-items: flex-end !important;
  }

  .landing-root .align-items-lg-center{
    align-items: center !important;
  }

  .landing-root .align-items-lg-baseline{
    align-items: baseline !important;
  }

  .landing-root .align-items-lg-stretch{
    align-items: stretch !important;
  }

  .landing-root .align-content-lg-start{
    align-content: flex-start !important;
  }

  .landing-root .align-content-lg-end{
    align-content: flex-end !important;
  }

  .landing-root .align-content-lg-center{
    align-content: center !important;
  }

  .landing-root .align-content-lg-between{
    align-content: space-between !important;
  }

  .landing-root .align-content-lg-around{
    align-content: space-around !important;
  }

  .landing-root .align-content-lg-stretch{
    align-content: stretch !important;
  }

  .landing-root .align-self-lg-auto{
    align-self: auto !important;
  }

  .landing-root .align-self-lg-start{
    align-self: flex-start !important;
  }

  .landing-root .align-self-lg-end{
    align-self: flex-end !important;
  }

  .landing-root .align-self-lg-center{
    align-self: center !important;
  }

  .landing-root .align-self-lg-baseline{
    align-self: baseline !important;
  }

  .landing-root .align-self-lg-stretch{
    align-self: stretch !important;
  }

  .landing-root .order-lg-first{
    order: -1 !important;
  }

  .landing-root .order-lg-0{
    order: 0 !important;
  }

  .landing-root .order-lg-1{
    order: 1 !important;
  }

  .landing-root .order-lg-2{
    order: 2 !important;
  }

  .landing-root .order-lg-3{
    order: 3 !important;
  }

  .landing-root .order-lg-4{
    order: 4 !important;
  }

  .landing-root .order-lg-5{
    order: 5 !important;
  }

  .landing-root .order-lg-last{
    order: 6 !important;
  }

  .landing-root .m-lg-0{
    margin: 0 !important;
  }

  .landing-root .m-lg-1{
    margin: 0.25rem !important;
  }

  .landing-root .m-lg-2{
    margin: 0.5rem !important;
  }

  .landing-root .m-lg-3{
    margin: 1rem !important;
  }

  .landing-root .m-lg-4{
    margin: 1.5rem !important;
  }

  .landing-root .m-lg-5{
    margin: 3rem !important;
  }

  .landing-root .m-lg-auto{
    margin: auto !important;
  }

  .landing-root .mx-lg-0{
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .landing-root .mx-lg-1{
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .landing-root .mx-lg-2{
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .landing-root .mx-lg-3{
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .landing-root .mx-lg-4{
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .landing-root .mx-lg-5{
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .landing-root .mx-lg-auto{
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .landing-root .my-lg-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .landing-root .my-lg-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .landing-root .my-lg-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .landing-root .my-lg-3{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .landing-root .my-lg-4{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .landing-root .my-lg-5{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .landing-root .my-lg-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .landing-root .mt-lg-0{
    margin-top: 0 !important;
  }

  .landing-root .mt-lg-1{
    margin-top: 0.25rem !important;
  }

  .landing-root .mt-lg-2{
    margin-top: 0.5rem !important;
  }

  .landing-root .mt-lg-3{
    margin-top: 1rem !important;
  }

  .landing-root .mt-lg-4{
    margin-top: 1.5rem !important;
  }

  .landing-root .mt-lg-5{
    margin-top: 3rem !important;
  }

  .landing-root .mt-lg-auto{
    margin-top: auto !important;
  }

  .landing-root .me-lg-0{
    margin-right: 0 !important;
  }

  .landing-root .me-lg-1{
    margin-right: 0.25rem !important;
  }

  .landing-root .me-lg-2{
    margin-right: 0.5rem !important;
  }

  .landing-root .me-lg-3{
    margin-right: 1rem !important;
  }

  .landing-root .me-lg-4{
    margin-right: 1.5rem !important;
  }

  .landing-root .me-lg-5{
    margin-right: 3rem !important;
  }

  .landing-root .me-lg-auto{
    margin-right: auto !important;
  }

  .landing-root .mb-lg-0{
    margin-bottom: 0 !important;
  }

  .landing-root .mb-lg-1{
    margin-bottom: 0.25rem !important;
  }

  .landing-root .mb-lg-2{
    margin-bottom: 0.5rem !important;
  }

  .landing-root .mb-lg-3{
    margin-bottom: 1rem !important;
  }

  .landing-root .mb-lg-4{
    margin-bottom: 1.5rem !important;
  }

  .landing-root .mb-lg-5{
    margin-bottom: 3rem !important;
  }

  .landing-root .mb-lg-auto{
    margin-bottom: auto !important;
  }

  .landing-root .ms-lg-0{
    margin-left: 0 !important;
  }

  .landing-root .ms-lg-1{
    margin-left: 0.25rem !important;
  }

  .landing-root .ms-lg-2{
    margin-left: 0.5rem !important;
  }

  .landing-root .ms-lg-3{
    margin-left: 1rem !important;
  }

  .landing-root .ms-lg-4{
    margin-left: 1.5rem !important;
  }

  .landing-root .ms-lg-5{
    margin-left: 3rem !important;
  }

  .landing-root .ms-lg-auto{
    margin-left: auto !important;
  }

  .landing-root .p-lg-0{
    padding: 0 !important;
  }

  .landing-root .p-lg-1{
    padding: 0.25rem !important;
  }

  .landing-root .p-lg-2{
    padding: 0.5rem !important;
  }

  .landing-root .p-lg-3{
    padding: 1rem !important;
  }

  .landing-root .p-lg-4{
    padding: 1.5rem !important;
  }

  .landing-root .p-lg-5{
    padding: 3rem !important;
  }

  .landing-root .px-lg-0{
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .landing-root .px-lg-1{
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .landing-root .px-lg-2{
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .landing-root .px-lg-3{
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .landing-root .px-lg-4{
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .landing-root .px-lg-5{
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .landing-root .py-lg-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .landing-root .py-lg-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .landing-root .py-lg-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .landing-root .py-lg-3{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .landing-root .py-lg-4{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .landing-root .py-lg-5{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .landing-root .pt-lg-0{
    padding-top: 0 !important;
  }

  .landing-root .pt-lg-1{
    padding-top: 0.25rem !important;
  }

  .landing-root .pt-lg-2{
    padding-top: 0.5rem !important;
  }

  .landing-root .pt-lg-3{
    padding-top: 1rem !important;
  }

  .landing-root .pt-lg-4{
    padding-top: 1.5rem !important;
  }

  .landing-root .pt-lg-5{
    padding-top: 3rem !important;
  }

  .landing-root .pe-lg-0{
    padding-right: 0 !important;
  }

  .landing-root .pe-lg-1{
    padding-right: 0.25rem !important;
  }

  .landing-root .pe-lg-2{
    padding-right: 0.5rem !important;
  }

  .landing-root .pe-lg-3{
    padding-right: 1rem !important;
  }

  .landing-root .pe-lg-4{
    padding-right: 1.5rem !important;
  }

  .landing-root .pe-lg-5{
    padding-right: 3rem !important;
  }

  .landing-root .pb-lg-0{
    padding-bottom: 0 !important;
  }

  .landing-root .pb-lg-1{
    padding-bottom: 0.25rem !important;
  }

  .landing-root .pb-lg-2{
    padding-bottom: 0.5rem !important;
  }

  .landing-root .pb-lg-3{
    padding-bottom: 1rem !important;
  }

  .landing-root .pb-lg-4{
    padding-bottom: 1.5rem !important;
  }

  .landing-root .pb-lg-5{
    padding-bottom: 3rem !important;
  }

  .landing-root .ps-lg-0{
    padding-left: 0 !important;
  }

  .landing-root .ps-lg-1{
    padding-left: 0.25rem !important;
  }

  .landing-root .ps-lg-2{
    padding-left: 0.5rem !important;
  }

  .landing-root .ps-lg-3{
    padding-left: 1rem !important;
  }

  .landing-root .ps-lg-4{
    padding-left: 1.5rem !important;
  }

  .landing-root .ps-lg-5{
    padding-left: 3rem !important;
  }

  .landing-root .text-lg-start{
    text-align: left !important;
  }

  .landing-root .text-lg-end{
    text-align: right !important;
  }

  .landing-root .text-lg-center{
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .landing-root .float-xl-start{
    float: left !important;
  }

  .landing-root .float-xl-end{
    float: right !important;
  }

  .landing-root .float-xl-none{
    float: none !important;
  }

  .landing-root .d-xl-inline{
    display: inline !important;
  }

  .landing-root .d-xl-inline-block{
    display: inline-block !important;
  }

  .landing-root .d-xl-block{
    display: block !important;
  }

  .landing-root .d-xl-grid{
    display: grid !important;
  }

  .landing-root .d-xl-table{
    display: table !important;
  }

  .landing-root .d-xl-table-row{
    display: table-row !important;
  }

  .landing-root .d-xl-table-cell{
    display: table-cell !important;
  }

  .landing-root .d-xl-flex{
    display: flex !important;
  }

  .landing-root .d-xl-inline-flex{
    display: inline-flex !important;
  }

  .landing-root .d-xl-none{
    display: none !important;
  }

  .landing-root .flex-xl-fill{
    flex: 1 1 auto !important;
  }

  .landing-root .flex-xl-row{
    flex-direction: row !important;
  }

  .landing-root .flex-xl-column{
    flex-direction: column !important;
  }

  .landing-root .flex-xl-row-reverse{
    flex-direction: row-reverse !important;
  }

  .landing-root .flex-xl-column-reverse{
    flex-direction: column-reverse !important;
  }

  .landing-root .flex-xl-grow-0{
    flex-grow: 0 !important;
  }

  .landing-root .flex-xl-grow-1{
    flex-grow: 1 !important;
  }

  .landing-root .flex-xl-shrink-0{
    flex-shrink: 0 !important;
  }

  .landing-root .flex-xl-shrink-1{
    flex-shrink: 1 !important;
  }

  .landing-root .flex-xl-wrap{
    flex-wrap: wrap !important;
  }

  .landing-root .flex-xl-nowrap{
    flex-wrap: nowrap !important;
  }

  .landing-root .flex-xl-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .landing-root .gap-xl-0{
    gap: 0 !important;
  }

  .landing-root .gap-xl-1{
    gap: 0.25rem !important;
  }

  .landing-root .gap-xl-2{
    gap: 0.5rem !important;
  }

  .landing-root .gap-xl-3{
    gap: 1rem !important;
  }

  .landing-root .gap-xl-4{
    gap: 1.5rem !important;
  }

  .landing-root .gap-xl-5{
    gap: 3rem !important;
  }

  .landing-root .justify-content-xl-start{
    justify-content: flex-start !important;
  }

  .landing-root .justify-content-xl-end{
    justify-content: flex-end !important;
  }

  .landing-root .justify-content-xl-center{
    justify-content: center !important;
  }

  .landing-root .justify-content-xl-between{
    justify-content: space-between !important;
  }

  .landing-root .justify-content-xl-around{
    justify-content: space-around !important;
  }

  .landing-root .justify-content-xl-evenly{
    justify-content: space-evenly !important;
  }

  .landing-root .align-items-xl-start{
    align-items: flex-start !important;
  }

  .landing-root .align-items-xl-end{
    align-items: flex-end !important;
  }

  .landing-root .align-items-xl-center{
    align-items: center !important;
  }

  .landing-root .align-items-xl-baseline{
    align-items: baseline !important;
  }

  .landing-root .align-items-xl-stretch{
    align-items: stretch !important;
  }

  .landing-root .align-content-xl-start{
    align-content: flex-start !important;
  }

  .landing-root .align-content-xl-end{
    align-content: flex-end !important;
  }

  .landing-root .align-content-xl-center{
    align-content: center !important;
  }

  .landing-root .align-content-xl-between{
    align-content: space-between !important;
  }

  .landing-root .align-content-xl-around{
    align-content: space-around !important;
  }

  .landing-root .align-content-xl-stretch{
    align-content: stretch !important;
  }

  .landing-root .align-self-xl-auto{
    align-self: auto !important;
  }

  .landing-root .align-self-xl-start{
    align-self: flex-start !important;
  }

  .landing-root .align-self-xl-end{
    align-self: flex-end !important;
  }

  .landing-root .align-self-xl-center{
    align-self: center !important;
  }

  .landing-root .align-self-xl-baseline{
    align-self: baseline !important;
  }

  .landing-root .align-self-xl-stretch{
    align-self: stretch !important;
  }

  .landing-root .order-xl-first{
    order: -1 !important;
  }

  .landing-root .order-xl-0{
    order: 0 !important;
  }

  .landing-root .order-xl-1{
    order: 1 !important;
  }

  .landing-root .order-xl-2{
    order: 2 !important;
  }

  .landing-root .order-xl-3{
    order: 3 !important;
  }

  .landing-root .order-xl-4{
    order: 4 !important;
  }

  .landing-root .order-xl-5{
    order: 5 !important;
  }

  .landing-root .order-xl-last{
    order: 6 !important;
  }

  .landing-root .m-xl-0{
    margin: 0 !important;
  }

  .landing-root .m-xl-1{
    margin: 0.25rem !important;
  }

  .landing-root .m-xl-2{
    margin: 0.5rem !important;
  }

  .landing-root .m-xl-3{
    margin: 1rem !important;
  }

  .landing-root .m-xl-4{
    margin: 1.5rem !important;
  }

  .landing-root .m-xl-5{
    margin: 3rem !important;
  }

  .landing-root .m-xl-auto{
    margin: auto !important;
  }

  .landing-root .mx-xl-0{
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .landing-root .mx-xl-1{
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .landing-root .mx-xl-2{
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .landing-root .mx-xl-3{
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .landing-root .mx-xl-4{
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .landing-root .mx-xl-5{
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .landing-root .mx-xl-auto{
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .landing-root .my-xl-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .landing-root .my-xl-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .landing-root .my-xl-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .landing-root .my-xl-3{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .landing-root .my-xl-4{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .landing-root .my-xl-5{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .landing-root .my-xl-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .landing-root .mt-xl-0{
    margin-top: 0 !important;
  }

  .landing-root .mt-xl-1{
    margin-top: 0.25rem !important;
  }

  .landing-root .mt-xl-2{
    margin-top: 0.5rem !important;
  }

  .landing-root .mt-xl-3{
    margin-top: 1rem !important;
  }

  .landing-root .mt-xl-4{
    margin-top: 1.5rem !important;
  }

  .landing-root .mt-xl-5{
    margin-top: 3rem !important;
  }

  .landing-root .mt-xl-auto{
    margin-top: auto !important;
  }

  .landing-root .me-xl-0{
    margin-right: 0 !important;
  }

  .landing-root .me-xl-1{
    margin-right: 0.25rem !important;
  }

  .landing-root .me-xl-2{
    margin-right: 0.5rem !important;
  }

  .landing-root .me-xl-3{
    margin-right: 1rem !important;
  }

  .landing-root .me-xl-4{
    margin-right: 1.5rem !important;
  }

  .landing-root .me-xl-5{
    margin-right: 3rem !important;
  }

  .landing-root .me-xl-auto{
    margin-right: auto !important;
  }

  .landing-root .mb-xl-0{
    margin-bottom: 0 !important;
  }

  .landing-root .mb-xl-1{
    margin-bottom: 0.25rem !important;
  }

  .landing-root .mb-xl-2{
    margin-bottom: 0.5rem !important;
  }

  .landing-root .mb-xl-3{
    margin-bottom: 1rem !important;
  }

  .landing-root .mb-xl-4{
    margin-bottom: 1.5rem !important;
  }

  .landing-root .mb-xl-5{
    margin-bottom: 3rem !important;
  }

  .landing-root .mb-xl-auto{
    margin-bottom: auto !important;
  }

  .landing-root .ms-xl-0{
    margin-left: 0 !important;
  }

  .landing-root .ms-xl-1{
    margin-left: 0.25rem !important;
  }

  .landing-root .ms-xl-2{
    margin-left: 0.5rem !important;
  }

  .landing-root .ms-xl-3{
    margin-left: 1rem !important;
  }

  .landing-root .ms-xl-4{
    margin-left: 1.5rem !important;
  }

  .landing-root .ms-xl-5{
    margin-left: 3rem !important;
  }

  .landing-root .ms-xl-auto{
    margin-left: auto !important;
  }

  .landing-root .p-xl-0{
    padding: 0 !important;
  }

  .landing-root .p-xl-1{
    padding: 0.25rem !important;
  }

  .landing-root .p-xl-2{
    padding: 0.5rem !important;
  }

  .landing-root .p-xl-3{
    padding: 1rem !important;
  }

  .landing-root .p-xl-4{
    padding: 1.5rem !important;
  }

  .landing-root .p-xl-5{
    padding: 3rem !important;
  }

  .landing-root .px-xl-0{
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .landing-root .px-xl-1{
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .landing-root .px-xl-2{
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .landing-root .px-xl-3{
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .landing-root .px-xl-4{
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .landing-root .px-xl-5{
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .landing-root .py-xl-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .landing-root .py-xl-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .landing-root .py-xl-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .landing-root .py-xl-3{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .landing-root .py-xl-4{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .landing-root .py-xl-5{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .landing-root .pt-xl-0{
    padding-top: 0 !important;
  }

  .landing-root .pt-xl-1{
    padding-top: 0.25rem !important;
  }

  .landing-root .pt-xl-2{
    padding-top: 0.5rem !important;
  }

  .landing-root .pt-xl-3{
    padding-top: 1rem !important;
  }

  .landing-root .pt-xl-4{
    padding-top: 1.5rem !important;
  }

  .landing-root .pt-xl-5{
    padding-top: 3rem !important;
  }

  .landing-root .pe-xl-0{
    padding-right: 0 !important;
  }

  .landing-root .pe-xl-1{
    padding-right: 0.25rem !important;
  }

  .landing-root .pe-xl-2{
    padding-right: 0.5rem !important;
  }

  .landing-root .pe-xl-3{
    padding-right: 1rem !important;
  }

  .landing-root .pe-xl-4{
    padding-right: 1.5rem !important;
  }

  .landing-root .pe-xl-5{
    padding-right: 3rem !important;
  }

  .landing-root .pb-xl-0{
    padding-bottom: 0 !important;
  }

  .landing-root .pb-xl-1{
    padding-bottom: 0.25rem !important;
  }

  .landing-root .pb-xl-2{
    padding-bottom: 0.5rem !important;
  }

  .landing-root .pb-xl-3{
    padding-bottom: 1rem !important;
  }

  .landing-root .pb-xl-4{
    padding-bottom: 1.5rem !important;
  }

  .landing-root .pb-xl-5{
    padding-bottom: 3rem !important;
  }

  .landing-root .ps-xl-0{
    padding-left: 0 !important;
  }

  .landing-root .ps-xl-1{
    padding-left: 0.25rem !important;
  }

  .landing-root .ps-xl-2{
    padding-left: 0.5rem !important;
  }

  .landing-root .ps-xl-3{
    padding-left: 1rem !important;
  }

  .landing-root .ps-xl-4{
    padding-left: 1.5rem !important;
  }

  .landing-root .ps-xl-5{
    padding-left: 3rem !important;
  }

  .landing-root .text-xl-start{
    text-align: left !important;
  }

  .landing-root .text-xl-end{
    text-align: right !important;
  }

  .landing-root .text-xl-center{
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .landing-root .float-xxl-start{
    float: left !important;
  }

  .landing-root .float-xxl-end{
    float: right !important;
  }

  .landing-root .float-xxl-none{
    float: none !important;
  }

  .landing-root .d-xxl-inline{
    display: inline !important;
  }

  .landing-root .d-xxl-inline-block{
    display: inline-block !important;
  }

  .landing-root .d-xxl-block{
    display: block !important;
  }

  .landing-root .d-xxl-grid{
    display: grid !important;
  }

  .landing-root .d-xxl-table{
    display: table !important;
  }

  .landing-root .d-xxl-table-row{
    display: table-row !important;
  }

  .landing-root .d-xxl-table-cell{
    display: table-cell !important;
  }

  .landing-root .d-xxl-flex{
    display: flex !important;
  }

  .landing-root .d-xxl-inline-flex{
    display: inline-flex !important;
  }

  .landing-root .d-xxl-none{
    display: none !important;
  }

  .landing-root .flex-xxl-fill{
    flex: 1 1 auto !important;
  }

  .landing-root .flex-xxl-row{
    flex-direction: row !important;
  }

  .landing-root .flex-xxl-column{
    flex-direction: column !important;
  }

  .landing-root .flex-xxl-row-reverse{
    flex-direction: row-reverse !important;
  }

  .landing-root .flex-xxl-column-reverse{
    flex-direction: column-reverse !important;
  }

  .landing-root .flex-xxl-grow-0{
    flex-grow: 0 !important;
  }

  .landing-root .flex-xxl-grow-1{
    flex-grow: 1 !important;
  }

  .landing-root .flex-xxl-shrink-0{
    flex-shrink: 0 !important;
  }

  .landing-root .flex-xxl-shrink-1{
    flex-shrink: 1 !important;
  }

  .landing-root .flex-xxl-wrap{
    flex-wrap: wrap !important;
  }

  .landing-root .flex-xxl-nowrap{
    flex-wrap: nowrap !important;
  }

  .landing-root .flex-xxl-wrap-reverse{
    flex-wrap: wrap-reverse !important;
  }

  .landing-root .gap-xxl-0{
    gap: 0 !important;
  }

  .landing-root .gap-xxl-1{
    gap: 0.25rem !important;
  }

  .landing-root .gap-xxl-2{
    gap: 0.5rem !important;
  }

  .landing-root .gap-xxl-3{
    gap: 1rem !important;
  }

  .landing-root .gap-xxl-4{
    gap: 1.5rem !important;
  }

  .landing-root .gap-xxl-5{
    gap: 3rem !important;
  }

  .landing-root .justify-content-xxl-start{
    justify-content: flex-start !important;
  }

  .landing-root .justify-content-xxl-end{
    justify-content: flex-end !important;
  }

  .landing-root .justify-content-xxl-center{
    justify-content: center !important;
  }

  .landing-root .justify-content-xxl-between{
    justify-content: space-between !important;
  }

  .landing-root .justify-content-xxl-around{
    justify-content: space-around !important;
  }

  .landing-root .justify-content-xxl-evenly{
    justify-content: space-evenly !important;
  }

  .landing-root .align-items-xxl-start{
    align-items: flex-start !important;
  }

  .landing-root .align-items-xxl-end{
    align-items: flex-end !important;
  }

  .landing-root .align-items-xxl-center{
    align-items: center !important;
  }

  .landing-root .align-items-xxl-baseline{
    align-items: baseline !important;
  }

  .landing-root .align-items-xxl-stretch{
    align-items: stretch !important;
  }

  .landing-root .align-content-xxl-start{
    align-content: flex-start !important;
  }

  .landing-root .align-content-xxl-end{
    align-content: flex-end !important;
  }

  .landing-root .align-content-xxl-center{
    align-content: center !important;
  }

  .landing-root .align-content-xxl-between{
    align-content: space-between !important;
  }

  .landing-root .align-content-xxl-around{
    align-content: space-around !important;
  }

  .landing-root .align-content-xxl-stretch{
    align-content: stretch !important;
  }

  .landing-root .align-self-xxl-auto{
    align-self: auto !important;
  }

  .landing-root .align-self-xxl-start{
    align-self: flex-start !important;
  }

  .landing-root .align-self-xxl-end{
    align-self: flex-end !important;
  }

  .landing-root .align-self-xxl-center{
    align-self: center !important;
  }

  .landing-root .align-self-xxl-baseline{
    align-self: baseline !important;
  }

  .landing-root .align-self-xxl-stretch{
    align-self: stretch !important;
  }

  .landing-root .order-xxl-first{
    order: -1 !important;
  }

  .landing-root .order-xxl-0{
    order: 0 !important;
  }

  .landing-root .order-xxl-1{
    order: 1 !important;
  }

  .landing-root .order-xxl-2{
    order: 2 !important;
  }

  .landing-root .order-xxl-3{
    order: 3 !important;
  }

  .landing-root .order-xxl-4{
    order: 4 !important;
  }

  .landing-root .order-xxl-5{
    order: 5 !important;
  }

  .landing-root .order-xxl-last{
    order: 6 !important;
  }

  .landing-root .m-xxl-0{
    margin: 0 !important;
  }

  .landing-root .m-xxl-1{
    margin: 0.25rem !important;
  }

  .landing-root .m-xxl-2{
    margin: 0.5rem !important;
  }

  .landing-root .m-xxl-3{
    margin: 1rem !important;
  }

  .landing-root .m-xxl-4{
    margin: 1.5rem !important;
  }

  .landing-root .m-xxl-5{
    margin: 3rem !important;
  }

  .landing-root .m-xxl-auto{
    margin: auto !important;
  }

  .landing-root .mx-xxl-0{
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .landing-root .mx-xxl-1{
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .landing-root .mx-xxl-2{
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .landing-root .mx-xxl-3{
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .landing-root .mx-xxl-4{
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .landing-root .mx-xxl-5{
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .landing-root .mx-xxl-auto{
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .landing-root .my-xxl-0{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .landing-root .my-xxl-1{
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .landing-root .my-xxl-2{
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .landing-root .my-xxl-3{
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .landing-root .my-xxl-4{
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .landing-root .my-xxl-5{
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .landing-root .my-xxl-auto{
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .landing-root .mt-xxl-0{
    margin-top: 0 !important;
  }

  .landing-root .mt-xxl-1{
    margin-top: 0.25rem !important;
  }

  .landing-root .mt-xxl-2{
    margin-top: 0.5rem !important;
  }

  .landing-root .mt-xxl-3{
    margin-top: 1rem !important;
  }

  .landing-root .mt-xxl-4{
    margin-top: 1.5rem !important;
  }

  .landing-root .mt-xxl-5{
    margin-top: 3rem !important;
  }

  .landing-root .mt-xxl-auto{
    margin-top: auto !important;
  }

  .landing-root .me-xxl-0{
    margin-right: 0 !important;
  }

  .landing-root .me-xxl-1{
    margin-right: 0.25rem !important;
  }

  .landing-root .me-xxl-2{
    margin-right: 0.5rem !important;
  }

  .landing-root .me-xxl-3{
    margin-right: 1rem !important;
  }

  .landing-root .me-xxl-4{
    margin-right: 1.5rem !important;
  }

  .landing-root .me-xxl-5{
    margin-right: 3rem !important;
  }

  .landing-root .me-xxl-auto{
    margin-right: auto !important;
  }

  .landing-root .mb-xxl-0{
    margin-bottom: 0 !important;
  }

  .landing-root .mb-xxl-1{
    margin-bottom: 0.25rem !important;
  }

  .landing-root .mb-xxl-2{
    margin-bottom: 0.5rem !important;
  }

  .landing-root .mb-xxl-3{
    margin-bottom: 1rem !important;
  }

  .landing-root .mb-xxl-4{
    margin-bottom: 1.5rem !important;
  }

  .landing-root .mb-xxl-5{
    margin-bottom: 3rem !important;
  }

  .landing-root .mb-xxl-auto{
    margin-bottom: auto !important;
  }

  .landing-root .ms-xxl-0{
    margin-left: 0 !important;
  }

  .landing-root .ms-xxl-1{
    margin-left: 0.25rem !important;
  }

  .landing-root .ms-xxl-2{
    margin-left: 0.5rem !important;
  }

  .landing-root .ms-xxl-3{
    margin-left: 1rem !important;
  }

  .landing-root .ms-xxl-4{
    margin-left: 1.5rem !important;
  }

  .landing-root .ms-xxl-5{
    margin-left: 3rem !important;
  }

  .landing-root .ms-xxl-auto{
    margin-left: auto !important;
  }

  .landing-root .p-xxl-0{
    padding: 0 !important;
  }

  .landing-root .p-xxl-1{
    padding: 0.25rem !important;
  }

  .landing-root .p-xxl-2{
    padding: 0.5rem !important;
  }

  .landing-root .p-xxl-3{
    padding: 1rem !important;
  }

  .landing-root .p-xxl-4{
    padding: 1.5rem !important;
  }

  .landing-root .p-xxl-5{
    padding: 3rem !important;
  }

  .landing-root .px-xxl-0{
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .landing-root .px-xxl-1{
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .landing-root .px-xxl-2{
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .landing-root .px-xxl-3{
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .landing-root .px-xxl-4{
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .landing-root .px-xxl-5{
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .landing-root .py-xxl-0{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .landing-root .py-xxl-1{
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .landing-root .py-xxl-2{
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .landing-root .py-xxl-3{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .landing-root .py-xxl-4{
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .landing-root .py-xxl-5{
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .landing-root .pt-xxl-0{
    padding-top: 0 !important;
  }

  .landing-root .pt-xxl-1{
    padding-top: 0.25rem !important;
  }

  .landing-root .pt-xxl-2{
    padding-top: 0.5rem !important;
  }

  .landing-root .pt-xxl-3{
    padding-top: 1rem !important;
  }

  .landing-root .pt-xxl-4{
    padding-top: 1.5rem !important;
  }

  .landing-root .pt-xxl-5{
    padding-top: 3rem !important;
  }

  .landing-root .pe-xxl-0{
    padding-right: 0 !important;
  }

  .landing-root .pe-xxl-1{
    padding-right: 0.25rem !important;
  }

  .landing-root .pe-xxl-2{
    padding-right: 0.5rem !important;
  }

  .landing-root .pe-xxl-3{
    padding-right: 1rem !important;
  }

  .landing-root .pe-xxl-4{
    padding-right: 1.5rem !important;
  }

  .landing-root .pe-xxl-5{
    padding-right: 3rem !important;
  }

  .landing-root .pb-xxl-0{
    padding-bottom: 0 !important;
  }

  .landing-root .pb-xxl-1{
    padding-bottom: 0.25rem !important;
  }

  .landing-root .pb-xxl-2{
    padding-bottom: 0.5rem !important;
  }

  .landing-root .pb-xxl-3{
    padding-bottom: 1rem !important;
  }

  .landing-root .pb-xxl-4{
    padding-bottom: 1.5rem !important;
  }

  .landing-root .pb-xxl-5{
    padding-bottom: 3rem !important;
  }

  .landing-root .ps-xxl-0{
    padding-left: 0 !important;
  }

  .landing-root .ps-xxl-1{
    padding-left: 0.25rem !important;
  }

  .landing-root .ps-xxl-2{
    padding-left: 0.5rem !important;
  }

  .landing-root .ps-xxl-3{
    padding-left: 1rem !important;
  }

  .landing-root .ps-xxl-4{
    padding-left: 1.5rem !important;
  }

  .landing-root .ps-xxl-5{
    padding-left: 3rem !important;
  }

  .landing-root .text-xxl-start{
    text-align: left !important;
  }

  .landing-root .text-xxl-end{
    text-align: right !important;
  }

  .landing-root .text-xxl-center{
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .landing-root .fs-1{
    font-size: 2.5rem !important;
  }

  .landing-root .fs-2{
    font-size: 2rem !important;
  }

  .landing-root .fs-3{
    font-size: 1.75rem !important;
  }

  .landing-root .fs-4{
    font-size: 1.5rem !important;
  }
}
@media print {
  .landing-root .d-print-inline{
    display: inline !important;
  }

  .landing-root .d-print-inline-block{
    display: inline-block !important;
  }

  .landing-root .d-print-block{
    display: block !important;
  }

  .landing-root .d-print-grid{
    display: grid !important;
  }

  .landing-root .d-print-table{
    display: table !important;
  }

  .landing-root .d-print-table-row{
    display: table-row !important;
  }

  .landing-root .d-print-table-cell{
    display: table-cell !important;
  }

  .landing-root .d-print-flex{
    display: flex !important;
  }

  .landing-root .d-print-inline-flex{
    display: inline-flex !important;
  }

  .landing-root .d-print-none{
    display: none !important;
  }
}

/*# sourceMappingURL=bootstrap.css.map */