/*!
 * Bootstrap v5.0.0-beta3 (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)
 */
@import url(css/splide-core.min.css);
:root {
  --bs-blue: #3174ff;
  --bs-indigo: #6610f2;
  --bs-purple: #724fa7;
  --bs-pink: #d63384;
  --bs-red: #e6353d;
  --bs-orange: #e58035;
  --bs-yellow: #ffc107;
  --bs-green: #64a856;
  --bs-teal: #20c997;
  --bs-cyan: #00d5df;
  --bs-white: #fff;
  --bs-gray: #6b7c92;
  --bs-gray-dark: #3e4048;
  --bs-primary: #3174ff;
  --bs-secondary: #333359;
  --bs-success: #90cb90;
  --bs-info: #a1acb7;
  --bs-warning: #ff905e;
  --bs-danger: #dc3545;
  --bs-white: #fff;
  --bs-lighter: #f3f6ff;
  --bs-light: #d3dbec;
  --bs-dark: #6b7c92;
  --bs-darker: #444952;
  --bs-cloud: #0e61c6;
  --bs-cloud-s: #2b8bfb;
  --bs-cloud-light: #f2f8fe;
  --bs-desktop: #724fa7;
  --bs-desktop-s: #a82ab6;
  --bs-desktop-light: #f1edf8;
  --bs-mobile: #00d5df;
  --bs-mobile-s: #03a1c4;
  --bs-mobile-light: #daf5f9;
  --bs-engine: #e58035;
  --bs-engine-s: #ff6f4c;
  --bs-engine-light: #fcf3e9;
  --bs-cluster: #e58035;
  --bs-cluster-s: #ffc957;
  --bs-cluster-light: #fcefe0;
  --bs-server: #e6353d;
  --bs-server-s: #d14;
  --bs-server-light: #f5d7d7;
  --bs-data: #64a856;
  --bs-data-light: #eaf3e8;
  --bs-font-sans-serif: 'Open Sans', sans-serif;
  --bs-font-monospace: Menlo, Monaco, 'Courier New', monospace;
  --bs-gradient: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.15),
    rgba(255, 255, 255, 0)
  );
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6b7c92;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 0.625rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: 'Ubuntu', 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #333359;
}
h1,
.h1 {
  font-size: calc(1.35rem + 1.2vw);
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.25rem;
  }
}
h2,
.h2 {
  font-size: calc(1.3125rem + 0.75vw);
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 1.875rem;
  }
}
h3,
.h3 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.5rem;
  }
}
h4,
.h4 {
  font-size: calc(1.2625rem + 0.15vw);
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.375rem;
  }
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1.125rem;
}
p {
  margin-top: 0;
  margin-bottom: 20px;
}
abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: 600;
}
small,
.small {
  font-size: 0.875em;
}
mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #3174ff;
  text-decoration: none;
}
a:hover {
  color: #275dcc;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #333359;
  border-radius: 3px;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 500;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 14px;
  padding-bottom: 14px;
  color: #6b7c92;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role='button'] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote,
blockquote {
  margin-bottom: 0.625rem;
  font-size: calc(1.265rem + 0.18vw);
}
@media (min-width: 1200px) {
  .blockquote,
  blockquote {
    font-size: 1.4rem;
  }
}
.blockquote > :last-child,
blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -0.625rem;
  margin-bottom: 0.625rem;
  font-size: 0.875em;
  color: #6b7c92;
}
.blockquote-footer::before {
  content: '\2014\00A0';
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #d3dbec;
  border-radius: 4px;
  box-shadow: 0px 2px 8px 0px rgba(51, 51, 89, 0.15);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.3125rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: #6b7c92;
}
.container,
.container-fluid,
#map-carousel,
.container-xl,
.container-lg,
#navbar:not(.navbar-small),
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 30px);
  padding-left: var(--bs-gutter-x, 30px);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  #navbar:not(.navbar-small),
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  #navbar:not(.navbar-small),
  .container-md,
  .container-sm,
  .container {
    max-width: 1200px;
  }
}
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-o5,
.gx-o5 {
  --bs-gutter-x: 0.3125rem;
}
.g-o5,
.gy-o5 {
  --bs-gutter-y: 0.3125rem;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.625rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.625rem;
}
.g-gutter,
.gx-gutter {
  --bs-gutter-x: 0.9375rem;
}
.g-gutter,
.gy-gutter {
  --bs-gutter-y: 0.9375rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 1.25rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 1.25rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1.875rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1.875rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 2.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 2.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3.125rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3.125rem;
}
.g-6,
.gx-6 {
  --bs-gutter-x: 3.75rem;
}
.g-6,
.gy-6 {
  --bs-gutter-y: 3.75rem;
}
.g-7,
.gx-7 {
  --bs-gutter-x: 4.375rem;
}
.g-7,
.gy-7 {
  --bs-gutter-y: 4.375rem;
}
.g-8,
.gx-8 {
  --bs-gutter-x: 5rem;
}
.g-8,
.gy-8 {
  --bs-gutter-y: 5rem;
}
.g-9,
.gx-9 {
  --bs-gutter-x: 5.625rem;
}
.g-9,
.gy-9 {
  --bs-gutter-y: 5.625rem;
}
.g-10,
.gx-10 {
  --bs-gutter-x: 6.25rem;
}
.g-10,
.gy-10 {
  --bs-gutter-y: 6.25rem;
}
.g-11,
.gx-11 {
  --bs-gutter-x: 6.875rem;
}
.g-11,
.gy-11 {
  --bs-gutter-y: 6.875rem;
}
.g-12,
.gx-12 {
  --bs-gutter-x: 7.5rem;
}
.g-12,
.gy-12 {
  --bs-gutter-y: 7.5rem;
}
.g-13,
.gx-13 {
  --bs-gutter-x: 8.125rem;
}
.g-13,
.gy-13 {
  --bs-gutter-y: 8.125rem;
}
.g-14,
.gx-14 {
  --bs-gutter-x: 8.75rem;
}
.g-14,
.gy-14 {
  --bs-gutter-y: 8.75rem;
}
.g-15,
.gx-15 {
  --bs-gutter-x: 9.375rem;
}
.g-15,
.gy-15 {
  --bs-gutter-y: 9.375rem;
}
.g-16,
.gx-16 {
  --bs-gutter-x: 10rem;
}
.g-16,
.gy-16 {
  --bs-gutter-y: 10rem;
}
.g-17,
.gx-17 {
  --bs-gutter-x: 10.625rem;
}
.g-17,
.gy-17 {
  --bs-gutter-y: 10.625rem;
}
.g-18,
.gx-18 {
  --bs-gutter-x: 11.25rem;
}
.g-18,
.gy-18 {
  --bs-gutter-y: 11.25rem;
}
.g-19,
.gx-19 {
  --bs-gutter-x: 11.875rem;
}
.g-19,
.gy-19 {
  --bs-gutter-y: 11.875rem;
}
.g-20,
.gx-20 {
  --bs-gutter-x: 12.5rem;
}
.g-20,
.gy-20 {
  --bs-gutter-y: 12.5rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-o5,
  .gx-sm-o5 {
    --bs-gutter-x: 0.3125rem;
  }
  .g-sm-o5,
  .gy-sm-o5 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.625rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.625rem;
  }
  .g-sm-gutter,
  .gx-sm-gutter {
    --bs-gutter-x: 0.9375rem;
  }
  .g-sm-gutter,
  .gy-sm-gutter {
    --bs-gutter-y: 0.9375rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 1.25rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 1.25rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1.875rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1.875rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 2.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 2.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3.125rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3.125rem;
  }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 3.75rem;
  }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 3.75rem;
  }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 4.375rem;
  }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 4.375rem;
  }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 5rem;
  }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 5rem;
  }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 5.625rem;
  }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 5.625rem;
  }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 6.25rem;
  }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 6.25rem;
  }
  .g-sm-11,
  .gx-sm-11 {
    --bs-gutter-x: 6.875rem;
  }
  .g-sm-11,
  .gy-sm-11 {
    --bs-gutter-y: 6.875rem;
  }
  .g-sm-12,
  .gx-sm-12 {
    --bs-gutter-x: 7.5rem;
  }
  .g-sm-12,
  .gy-sm-12 {
    --bs-gutter-y: 7.5rem;
  }
  .g-sm-13,
  .gx-sm-13 {
    --bs-gutter-x: 8.125rem;
  }
  .g-sm-13,
  .gy-sm-13 {
    --bs-gutter-y: 8.125rem;
  }
  .g-sm-14,
  .gx-sm-14 {
    --bs-gutter-x: 8.75rem;
  }
  .g-sm-14,
  .gy-sm-14 {
    --bs-gutter-y: 8.75rem;
  }
  .g-sm-15,
  .gx-sm-15 {
    --bs-gutter-x: 9.375rem;
  }
  .g-sm-15,
  .gy-sm-15 {
    --bs-gutter-y: 9.375rem;
  }
  .g-sm-16,
  .gx-sm-16 {
    --bs-gutter-x: 10rem;
  }
  .g-sm-16,
  .gy-sm-16 {
    --bs-gutter-y: 10rem;
  }
  .g-sm-17,
  .gx-sm-17 {
    --bs-gutter-x: 10.625rem;
  }
  .g-sm-17,
  .gy-sm-17 {
    --bs-gutter-y: 10.625rem;
  }
  .g-sm-18,
  .gx-sm-18 {
    --bs-gutter-x: 11.25rem;
  }
  .g-sm-18,
  .gy-sm-18 {
    --bs-gutter-y: 11.25rem;
  }
  .g-sm-19,
  .gx-sm-19 {
    --bs-gutter-x: 11.875rem;
  }
  .g-sm-19,
  .gy-sm-19 {
    --bs-gutter-y: 11.875rem;
  }
  .g-sm-20,
  .gx-sm-20 {
    --bs-gutter-x: 12.5rem;
  }
  .g-sm-20,
  .gy-sm-20 {
    --bs-gutter-y: 12.5rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-o5,
  .gx-md-o5 {
    --bs-gutter-x: 0.3125rem;
  }
  .g-md-o5,
  .gy-md-o5 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.625rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.625rem;
  }
  .g-md-gutter,
  .gx-md-gutter {
    --bs-gutter-x: 0.9375rem;
  }
  .g-md-gutter,
  .gy-md-gutter {
    --bs-gutter-y: 0.9375rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 1.25rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 1.25rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1.875rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1.875rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 2.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 2.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3.125rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3.125rem;
  }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 3.75rem;
  }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 3.75rem;
  }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 4.375rem;
  }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 4.375rem;
  }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 5rem;
  }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 5rem;
  }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 5.625rem;
  }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 5.625rem;
  }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 6.25rem;
  }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 6.25rem;
  }
  .g-md-11,
  .gx-md-11 {
    --bs-gutter-x: 6.875rem;
  }
  .g-md-11,
  .gy-md-11 {
    --bs-gutter-y: 6.875rem;
  }
  .g-md-12,
  .gx-md-12 {
    --bs-gutter-x: 7.5rem;
  }
  .g-md-12,
  .gy-md-12 {
    --bs-gutter-y: 7.5rem;
  }
  .g-md-13,
  .gx-md-13 {
    --bs-gutter-x: 8.125rem;
  }
  .g-md-13,
  .gy-md-13 {
    --bs-gutter-y: 8.125rem;
  }
  .g-md-14,
  .gx-md-14 {
    --bs-gutter-x: 8.75rem;
  }
  .g-md-14,
  .gy-md-14 {
    --bs-gutter-y: 8.75rem;
  }
  .g-md-15,
  .gx-md-15 {
    --bs-gutter-x: 9.375rem;
  }
  .g-md-15,
  .gy-md-15 {
    --bs-gutter-y: 9.375rem;
  }
  .g-md-16,
  .gx-md-16 {
    --bs-gutter-x: 10rem;
  }
  .g-md-16,
  .gy-md-16 {
    --bs-gutter-y: 10rem;
  }
  .g-md-17,
  .gx-md-17 {
    --bs-gutter-x: 10.625rem;
  }
  .g-md-17,
  .gy-md-17 {
    --bs-gutter-y: 10.625rem;
  }
  .g-md-18,
  .gx-md-18 {
    --bs-gutter-x: 11.25rem;
  }
  .g-md-18,
  .gy-md-18 {
    --bs-gutter-y: 11.25rem;
  }
  .g-md-19,
  .gx-md-19 {
    --bs-gutter-x: 11.875rem;
  }
  .g-md-19,
  .gy-md-19 {
    --bs-gutter-y: 11.875rem;
  }
  .g-md-20,
  .gx-md-20 {
    --bs-gutter-x: 12.5rem;
  }
  .g-md-20,
  .gy-md-20 {
    --bs-gutter-y: 12.5rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-o5,
  .gx-lg-o5 {
    --bs-gutter-x: 0.3125rem;
  }
  .g-lg-o5,
  .gy-lg-o5 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.625rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.625rem;
  }
  .g-lg-gutter,
  .gx-lg-gutter {
    --bs-gutter-x: 0.9375rem;
  }
  .g-lg-gutter,
  .gy-lg-gutter {
    --bs-gutter-y: 0.9375rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 1.25rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 1.25rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1.875rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1.875rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 2.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 2.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3.125rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3.125rem;
  }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 3.75rem;
  }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 3.75rem;
  }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 4.375rem;
  }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 4.375rem;
  }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 5rem;
  }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 5rem;
  }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 5.625rem;
  }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 5.625rem;
  }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 6.25rem;
  }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 6.25rem;
  }
  .g-lg-11,
  .gx-lg-11 {
    --bs-gutter-x: 6.875rem;
  }
  .g-lg-11,
  .gy-lg-11 {
    --bs-gutter-y: 6.875rem;
  }
  .g-lg-12,
  .gx-lg-12 {
    --bs-gutter-x: 7.5rem;
  }
  .g-lg-12,
  .gy-lg-12 {
    --bs-gutter-y: 7.5rem;
  }
  .g-lg-13,
  .gx-lg-13 {
    --bs-gutter-x: 8.125rem;
  }
  .g-lg-13,
  .gy-lg-13 {
    --bs-gutter-y: 8.125rem;
  }
  .g-lg-14,
  .gx-lg-14 {
    --bs-gutter-x: 8.75rem;
  }
  .g-lg-14,
  .gy-lg-14 {
    --bs-gutter-y: 8.75rem;
  }
  .g-lg-15,
  .gx-lg-15 {
    --bs-gutter-x: 9.375rem;
  }
  .g-lg-15,
  .gy-lg-15 {
    --bs-gutter-y: 9.375rem;
  }
  .g-lg-16,
  .gx-lg-16 {
    --bs-gutter-x: 10rem;
  }
  .g-lg-16,
  .gy-lg-16 {
    --bs-gutter-y: 10rem;
  }
  .g-lg-17,
  .gx-lg-17 {
    --bs-gutter-x: 10.625rem;
  }
  .g-lg-17,
  .gy-lg-17 {
    --bs-gutter-y: 10.625rem;
  }
  .g-lg-18,
  .gx-lg-18 {
    --bs-gutter-x: 11.25rem;
  }
  .g-lg-18,
  .gy-lg-18 {
    --bs-gutter-y: 11.25rem;
  }
  .g-lg-19,
  .gx-lg-19 {
    --bs-gutter-x: 11.875rem;
  }
  .g-lg-19,
  .gy-lg-19 {
    --bs-gutter-y: 11.875rem;
  }
  .g-lg-20,
  .gx-lg-20 {
    --bs-gutter-x: 12.5rem;
  }
  .g-lg-20,
  .gy-lg-20 {
    --bs-gutter-y: 12.5rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-o5,
  .gx-xl-o5 {
    --bs-gutter-x: 0.3125rem;
  }
  .g-xl-o5,
  .gy-xl-o5 {
    --bs-gutter-y: 0.3125rem;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.625rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.625rem;
  }
  .g-xl-gutter,
  .gx-xl-gutter {
    --bs-gutter-x: 0.9375rem;
  }
  .g-xl-gutter,
  .gy-xl-gutter {
    --bs-gutter-y: 0.9375rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 1.25rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 1.25rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1.875rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1.875rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 2.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 2.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3.125rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3.125rem;
  }
  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 3.75rem;
  }
  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 3.75rem;
  }
  .g-xl-7,
  .gx-xl-7 {
    --bs-gutter-x: 4.375rem;
  }
  .g-xl-7,
  .gy-xl-7 {
    --bs-gutter-y: 4.375rem;
  }
  .g-xl-8,
  .gx-xl-8 {
    --bs-gutter-x: 5rem;
  }
  .g-xl-8,
  .gy-xl-8 {
    --bs-gutter-y: 5rem;
  }
  .g-xl-9,
  .gx-xl-9 {
    --bs-gutter-x: 5.625rem;
  }
  .g-xl-9,
  .gy-xl-9 {
    --bs-gutter-y: 5.625rem;
  }
  .g-xl-10,
  .gx-xl-10 {
    --bs-gutter-x: 6.25rem;
  }
  .g-xl-10,
  .gy-xl-10 {
    --bs-gutter-y: 6.25rem;
  }
  .g-xl-11,
  .gx-xl-11 {
    --bs-gutter-x: 6.875rem;
  }
  .g-xl-11,
  .gy-xl-11 {
    --bs-gutter-y: 6.875rem;
  }
  .g-xl-12,
  .gx-xl-12 {
    --bs-gutter-x: 7.5rem;
  }
  .g-xl-12,
  .gy-xl-12 {
    --bs-gutter-y: 7.5rem;
  }
  .g-xl-13,
  .gx-xl-13 {
    --bs-gutter-x: 8.125rem;
  }
  .g-xl-13,
  .gy-xl-13 {
    --bs-gutter-y: 8.125rem;
  }
  .g-xl-14,
  .gx-xl-14 {
    --bs-gutter-x: 8.75rem;
  }
  .g-xl-14,
  .gy-xl-14 {
    --bs-gutter-y: 8.75rem;
  }
  .g-xl-15,
  .gx-xl-15 {
    --bs-gutter-x: 9.375rem;
  }
  .g-xl-15,
  .gy-xl-15 {
    --bs-gutter-y: 9.375rem;
  }
  .g-xl-16,
  .gx-xl-16 {
    --bs-gutter-x: 10rem;
  }
  .g-xl-16,
  .gy-xl-16 {
    --bs-gutter-y: 10rem;
  }
  .g-xl-17,
  .gx-xl-17 {
    --bs-gutter-x: 10.625rem;
  }
  .g-xl-17,
  .gy-xl-17 {
    --bs-gutter-y: 10.625rem;
  }
  .g-xl-18,
  .gx-xl-18 {
    --bs-gutter-x: 11.25rem;
  }
  .g-xl-18,
  .gy-xl-18 {
    --bs-gutter-y: 11.25rem;
  }
  .g-xl-19,
  .gx-xl-19 {
    --bs-gutter-x: 11.875rem;
  }
  .g-xl-19,
  .gy-xl-19 {
    --bs-gutter-y: 11.875rem;
  }
  .g-xl-20,
  .gx-xl-20 {
    --bs-gutter-x: 12.5rem;
  }
  .g-xl-20,
  .gy-xl-20 {
    --bs-gutter-y: 12.5rem;
  }
}
.table {
  --bs-table-bg: rgba(0, 0, 0, 0);
  --bs-table-accent-bg: rgba(0, 0, 0, 0);
  --bs-table-striped-color: #6b7c92;
  --bs-table-striped-bg: #f3f6ff;
  --bs-table-active-color: #6b7c92;
  --bs-table-active-bg: #eff3fb;
  --bs-table-hover-color: #6b7c92;
  --bs-table-hover-bg: #eff3fb;
  width: 100%;
  margin-bottom: 0.625rem;
  color: #6b7c92;
  vertical-align: middle;
  border-color: #d3dbec;
}
.table > :not(caption) > * > * {
  padding: 14px 16px;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 8px 16px;
}
.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}
.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}
.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}
.table-primary {
  --bs-table-bg: #d6e3ff;
  --bs-table-striped-bg: #cedaf7;
  --bs-table-striped-color: #333359;
  --bs-table-active-bg: #c6d1ee;
  --bs-table-active-color: #333359;
  --bs-table-hover-bg: #cad6f3;
  --bs-table-hover-color: #333359;
  color: #333359;
  border-color: #c6d1ee;
}
.table-secondary {
  --bs-table-bg: #d6d6de;
  --bs-table-striped-bg: #ceced7;
  --bs-table-striped-color: #333359;
  --bs-table-active-bg: #c6c6d1;
  --bs-table-active-color: #333359;
  --bs-table-hover-bg: #cacad4;
  --bs-table-hover-color: #333359;
  color: #333359;
  border-color: #c6c6d1;
}
.table-success {
  --bs-table-bg: #e9f5e9;
  --bs-table-striped-bg: #e0ebe2;
  --bs-table-striped-color: #333359;
  --bs-table-active-bg: #d7e2db;
  --bs-table-active-color: #333359;
  --bs-table-hover-bg: #dbe6de;
  --bs-table-hover-color: #333359;
  color: #333359;
  border-color: #d7e2db;
}
.table-light {
  --bs-table-bg: #f3f6ff;
  --bs-table-striped-bg: #e9ecf7;
  --bs-table-striped-color: #333359;
  --bs-table-active-bg: #e0e3ee;
  --bs-table-active-color: #333359;
  --bs-table-hover-bg: #e5e7f3;
  --bs-table-hover-color: #333359;
  color: #333359;
  border-color: #e0e3ee;
}
.table-dark {
  --bs-table-bg: #6b7c92;
  --bs-table-striped-bg: #728397;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #7a899d;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #76869a;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #7a899d;
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.2;
}
.col-form-label-lg {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  font-size: 0.875rem;
}
.col-form-label-sm {
  padding-top: calc(0.75rem + 1px);
  padding-bottom: calc(0.75rem + 1px);
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6b7c92;
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.75rem 0.75rem;
  font-family: var(--bs-font-sans-serif);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  color: #333359;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #c1cfe4;
  appearance: none;
  border-radius: 4px;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type='file'] {
  overflow: hidden;
}
.form-control[type='file']:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #333359;
  background-color: #fff;
  border-color: #3174ff;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(49, 116, 255, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.2em;
}
.form-control::placeholder {
  color: #6b7c92;
  opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #eff3fb;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.75rem 0.75rem;
  margin: -0.75rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #333359;
  background-color: #f3f6ff;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #e7eaf2;
}
.form-control::-webkit-file-upload-button {
  padding: 0.75rem 0.75rem;
  margin: -0.75rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #333359;
  background-color: #f3f6ff;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #e7eaf2;
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.75rem 0;
  margin-bottom: 0;
  line-height: 1.2;
  color: #333359;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.2em + 1.5rem + 2px);
  padding: 0.75rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 3px;
}
.form-control-sm::file-selector-button {
  padding: 0.75rem 0.75rem;
  margin: -0.75rem -0.75rem;
  margin-inline-end: 0.75rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.75rem 0.75rem;
  margin: -0.75rem -0.75rem;
  margin-inline-end: 0.75rem;
}
.form-control-lg {
  min-height: calc(1.2em + 1.5rem + 2px);
  padding: 0.75rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 15px;
}
.form-control-lg::file-selector-button {
  padding: 0.75rem 0.75rem;
  margin: -0.75rem -0.75rem;
  margin-inline-end: 0.75rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.75rem 0.75rem;
  margin: -0.75rem -0.75rem;
  margin-inline-end: 0.75rem;
}
textarea.form-control {
  min-height: calc(1.2em + 1.5rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.2em + 1.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.2em + 1.5rem + 2px);
}
.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: 0.75rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.2em;
  border-radius: 4px;
}
.form-control-color::-webkit-color-swatch {
  height: 1.2em;
  border-radius: 4px;
}
.form-select {
  display: block;
  width: 100%;
  padding: 0.75rem 2.25rem 0.75rem 0.75rem;
  font-family: var(--bs-font-sans-serif);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  color: #333359;
  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='%23333359' 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 #c1cfe4;
  border-radius: 4px;
  box-shadow: 0;
  appearance: none;
}
.form-select:focus {
  border-color: #3174ff;
  outline: 0;
  box-shadow:
    0,
    0 0 0 0 rgba(49, 116, 255, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size='1']) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #eff3fb;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #333359;
}
.form-select-sm {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  font-size: 0.875rem;
}
.form-select-lg {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 0.75rem;
  font-size: 0.875rem;
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 2em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -2em;
}
.form-check-input {
  width: 1.5em;
  height: 1.5em;
  margin-top: 0em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 2px solid #c1cfe4;
  appearance: none;
  color-adjust: exact;
}
.form-check-input[type='checkbox'] {
  border-radius: 4px;
}
.form-check-input[type='radio'] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: 2px solid #c1cfe4;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(49, 116, 255, 0.25);
}
.form-check-input:checked {
  background-color: #fff;
  border-color: 2px solid #c1cfe4;
}
.form-check-input[type='checkbox']:checked {
  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='%233174ff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input[type='radio']:checked {
  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='%233174ff'/%3e%3c/svg%3e");
}
.form-check-input[type='checkbox']:indeterminate {
  background-color: #3174ff;
  border-color: #3174ff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.875em;
}
.form-switch .form-check-input {
  width: 2.375em;
  margin-left: -2.875em;
  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");
  background-position: left center;
  border-radius: 2.375em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.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='%23fff'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.form-range {
  width: 100%;
  height: 1rem;
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow:
    0 0 0 1px #fff,
    0 0 0 0 rgba(49, 116, 255, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow:
    0 0 0 1px #fff,
    0 0 0 0 rgba(49, 116, 255, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #3174ff;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #c1d5ff;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d3dbec;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #3174ff;
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 0.1rem 0.25rem rgba(0, 0, 0, 0.1);
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #c1d5ff;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #d3dbec;
  border-color: transparent;
  border-radius: 1rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #aeb6c7;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #aeb6c7;
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem 0.75rem;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition:
    opacity 0.1s ease-in-out,
    transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.75rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.2;
  color: #6b7c92;
  text-align: center;
  white-space: nowrap;
  background-color: #f3f6ff;
  border: 1px solid #c1cfe4;
  border-radius: 4px;
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.75rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 15px;
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.75rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 3px;
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation)
  > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation
  > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group
  > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(
    .valid-feedback
  ):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #90cb90;
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.625rem 0.625rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #333359;
  background-color: #90cb90;
  border-radius: 8px;
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: #90cb90;
  padding-right: calc(1.2em + 1.5rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2390cb90' 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.3em + 0.375rem) center;
  background-size: calc(0.6em + 0.75rem) calc(0.6em + 0.75rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: #90cb90;
  box-shadow: 0 0 0 0 rgba(144, 203, 144, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.2em + 1.5rem);
  background-position: top calc(0.3em + 0.375rem) right calc(0.3em + 0.375rem);
}
.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: #90cb90;
}
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select[size='1']:valid:not([multiple]),
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid[size='1']:not([multiple]) {
  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='%23333359' 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='%2390cb90' 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.6em + 0.75rem) calc(0.6em + 0.75rem);
}
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: #90cb90;
  box-shadow: 0 0 0 0 rgba(144, 203, 144, 0.25);
}
.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: #90cb90;
}
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: #90cb90;
}
.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0 rgba(144, 203, 144, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #90cb90;
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:valid,
.input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus,
.input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.625rem 0.625rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: #dc3545;
  border-radius: 8px;
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.2em + 1.5rem);
  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.3em + 0.375rem) center;
  background-size: calc(0.6em + 0.75rem) calc(0.6em + 0.75rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.2em + 1.5rem);
  background-position: top calc(0.3em + 0.375rem) right calc(0.3em + 0.375rem);
}
.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select[size='1']:invalid:not([multiple]),
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid[size='1']:not([multiple]) {
  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='%23333359' 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.6em + 0.75rem) calc(0.6em + 0.75rem);
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group .form-control:invalid,
.input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus,
.input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}
.btn {
  display: inline-block;
  font-family: 'Ubuntu', 'Open Sans', sans-serif;
  font-weight: 500;
  line-height: 15px;
  color: #6b7c92;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 0 solid transparent;
  padding: 12.5px 18px;
  font-size: 0.8125rem;
  border-radius: 4px;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #6b7c92;
}
.btn-check:focus + .btn,
.btn:focus {
  outline: 0;
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
  box-shadow: none;
}
.btn-primary {
  color: #fff;
  background-color: #3174ff;
  border-color: #3174ff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #2a63d9;
  border-color: #275dcc;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #2a63d9;
  border-color: #275dcc;
  box-shadow: 0 0 0 rgba(80, 137, 255, 0.5);
}
.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary,
.btn-primary:active,
.btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #275dcc;
  border-color: #2557bf;
}
.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(80, 137, 255, 0.5);
}
.btn-primary:disabled,
.btn-primary.disabled {
  color: #fff;
  background-color: #3174ff;
  border-color: #3174ff;
}
.btn-secondary {
  color: #fff;
  background-color: #333359;
  border-color: #333359;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #2b2b4c;
  border-color: #292947;
}
.btn-check:focus + .btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #2b2b4c;
  border-color: #292947;
  box-shadow: 0 0 0 rgba(82, 82, 114, 0.5);
}
.btn-check:checked + .btn-secondary,
.btn-check:active + .btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #292947;
  border-color: #262643;
}
.btn-check:checked + .btn-secondary:focus,
.btn-check:active + .btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(82, 82, 114, 0.5);
}
.btn-secondary:disabled,
.btn-secondary.disabled {
  color: #fff;
  background-color: #333359;
  border-color: #333359;
}
.btn-success {
  color: #333359;
  background-color: #90cb90;
  border-color: #90cb90;
}
.btn-success:hover {
  color: #333359;
  background-color: #a1d3a1;
  border-color: #9bd09b;
}
.btn-check:focus + .btn-success,
.btn-success:focus {
  color: #333359;
  background-color: #a1d3a1;
  border-color: #9bd09b;
  box-shadow: 0 0 0 rgba(130, 180, 136, 0.5);
}
.btn-check:checked + .btn-success,
.btn-check:active + .btn-success,
.btn-success:active,
.btn-success.active,
.show > .btn-success.dropdown-toggle {
  color: #333359;
  background-color: #a6d5a6;
  border-color: #9bd09b;
}
.btn-check:checked + .btn-success:focus,
.btn-check:active + .btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(130, 180, 136, 0.5);
}
.btn-success:disabled,
.btn-success.disabled {
  color: #333359;
  background-color: #90cb90;
  border-color: #90cb90;
}
.btn-info {
  color: #333359;
  background-color: #a1acb7;
  border-color: #a1acb7;
}
.btn-info:hover {
  color: #333359;
  background-color: #afb8c2;
  border-color: #aab4be;
}
.btn-check:focus + .btn-info,
.btn-info:focus {
  color: #333359;
  background-color: #afb8c2;
  border-color: #aab4be;
  box-shadow: 0 0 0 rgba(145, 154, 169, 0.5);
}
.btn-check:checked + .btn-info,
.btn-check:active + .btn-info,
.btn-info:active,
.btn-info.active,
.show > .btn-info.dropdown-toggle {
  color: #333359;
  background-color: #b4bdc5;
  border-color: #aab4be;
}
.btn-check:checked + .btn-info:focus,
.btn-check:active + .btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(145, 154, 169, 0.5);
}
.btn-info:disabled,
.btn-info.disabled {
  color: #333359;
  background-color: #a1acb7;
  border-color: #a1acb7;
}
.btn-warning {
  color: #333359;
  background-color: #ff905e;
  border-color: #ff905e;
}
.btn-warning:hover {
  color: #333359;
  background-color: #ffa176;
  border-color: #ff9b6e;
}
.btn-check:focus + .btn-warning,
.btn-warning:focus {
  color: #333359;
  background-color: #ffa176;
  border-color: #ff9b6e;
  box-shadow: 0 0 0 rgba(224, 130, 93, 0.5);
}
.btn-check:checked + .btn-warning,
.btn-check:active + .btn-warning,
.btn-warning:active,
.btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  color: #333359;
  background-color: #ffa67e;
  border-color: #ff9b6e;
}
.btn-check:checked + .btn-warning:focus,
.btn-check:active + .btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(224, 130, 93, 0.5);
}
.btn-warning:disabled,
.btn-warning.disabled {
  color: #333359;
  background-color: #ff905e;
  border-color: #ff905e;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger,
.btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger,
.btn-check:active + .btn-danger,
.btn-danger:active,
.btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus,
.btn-check:active + .btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled,
.btn-danger.disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-white {
  color: #333359;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #333359;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:focus + .btn-white,
.btn-white:focus {
  color: #333359;
  background-color: #fff;
  border-color: #fff;
  box-shadow: 0 0 0 rgba(224, 224, 230, 0.5);
}
.btn-check:checked + .btn-white,
.btn-check:active + .btn-white,
.btn-white:active,
.btn-white.active,
.show > .btn-white.dropdown-toggle {
  color: #333359;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:checked + .btn-white:focus,
.btn-check:active + .btn-white:focus,
.btn-white:active:focus,
.btn-white.active:focus,
.show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(224, 224, 230, 0.5);
}
.btn-white:disabled,
.btn-white.disabled {
  color: #333359;
  background-color: #fff;
  border-color: #fff;
}
.btn-lighter {
  color: #333359;
  background-color: #f3f6ff;
  border-color: #f3f6ff;
}
.btn-lighter:hover {
  color: #333359;
  background-color: #f5f7ff;
  border-color: #f4f7ff;
}
.btn-check:focus + .btn-lighter,
.btn-lighter:focus {
  color: #333359;
  background-color: #f5f7ff;
  border-color: #f4f7ff;
  box-shadow: 0 0 0 rgba(214, 217, 230, 0.5);
}
.btn-check:checked + .btn-lighter,
.btn-check:active + .btn-lighter,
.btn-lighter:active,
.btn-lighter.active,
.show > .btn-lighter.dropdown-toggle {
  color: #333359;
  background-color: #f5f8ff;
  border-color: #f4f7ff;
}
.btn-check:checked + .btn-lighter:focus,
.btn-check:active + .btn-lighter:focus,
.btn-lighter:active:focus,
.btn-lighter.active:focus,
.show > .btn-lighter.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(214, 217, 230, 0.5);
}
.btn-lighter:disabled,
.btn-lighter.disabled {
  color: #333359;
  background-color: #f3f6ff;
  border-color: #f3f6ff;
}
.btn-light {
  color: #333359;
  background-color: #d3dbec;
  border-color: #d3dbec;
}
.btn-light:hover {
  color: #333359;
  background-color: #dae0ef;
  border-color: #d7dfee;
}
.btn-check:focus + .btn-light,
.btn-light:focus {
  color: #333359;
  background-color: #dae0ef;
  border-color: #d7dfee;
  box-shadow: 0 0 0 rgba(187, 194, 214, 0.5);
}
.btn-check:checked + .btn-light,
.btn-check:active + .btn-light,
.btn-light:active,
.btn-light.active,
.show > .btn-light.dropdown-toggle {
  color: #333359;
  background-color: #dce2f0;
  border-color: #d7dfee;
}
.btn-check:checked + .btn-light:focus,
.btn-check:active + .btn-light:focus,
.btn-light:active:focus,
.btn-light.active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(187, 194, 214, 0.5);
}
.btn-light:disabled,
.btn-light.disabled {
  color: #333359;
  background-color: #d3dbec;
  border-color: #d3dbec;
}
.btn-dark {
  color: #fff;
  background-color: #6b7c92;
  border-color: #6b7c92;
}
.btn-dark:hover {
  color: #fff;
  background-color: #5b697c;
  border-color: #566375;
}
.btn-check:focus + .btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #5b697c;
  border-color: #566375;
  box-shadow: 0 0 0 rgba(129, 144, 162, 0.5);
}
.btn-check:checked + .btn-dark,
.btn-check:active + .btn-dark,
.btn-dark:active,
.btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #566375;
  border-color: #505d6e;
}
.btn-check:checked + .btn-dark:focus,
.btn-check:active + .btn-dark:focus,
.btn-dark:active:focus,
.btn-dark.active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(129, 144, 162, 0.5);
}
.btn-dark:disabled,
.btn-dark.disabled {
  color: #fff;
  background-color: #6b7c92;
  border-color: #6b7c92;
}
.btn-darker {
  color: #fff;
  background-color: #444952;
  border-color: #444952;
}
.btn-darker:hover {
  color: #fff;
  background-color: #3a3e46;
  border-color: #363a42;
}
.btn-check:focus + .btn-darker,
.btn-darker:focus {
  color: #fff;
  background-color: #3a3e46;
  border-color: #363a42;
  box-shadow: 0 0 0 rgba(96, 100, 108, 0.5);
}
.btn-check:checked + .btn-darker,
.btn-check:active + .btn-darker,
.btn-darker:active,
.btn-darker.active,
.show > .btn-darker.dropdown-toggle {
  color: #fff;
  background-color: #363a42;
  border-color: #33373e;
}
.btn-check:checked + .btn-darker:focus,
.btn-check:active + .btn-darker:focus,
.btn-darker:active:focus,
.btn-darker.active:focus,
.show > .btn-darker.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(96, 100, 108, 0.5);
}
.btn-darker:disabled,
.btn-darker.disabled {
  color: #fff;
  background-color: #444952;
  border-color: #444952;
}
.btn-cloud {
  color: #fff;
  background-color: #0e61c6;
  border-color: #0e61c6;
}
.btn-cloud:hover {
  color: #fff;
  background-color: #0c52a8;
  border-color: #0b4e9e;
}
.btn-check:focus + .btn-cloud,
.btn-cloud:focus {
  color: #fff;
  background-color: #0c52a8;
  border-color: #0b4e9e;
  box-shadow: 0 0 0 rgba(50, 121, 207, 0.5);
}
.btn-check:checked + .btn-cloud,
.btn-check:active + .btn-cloud,
.btn-cloud:active,
.btn-cloud.active,
.show > .btn-cloud.dropdown-toggle {
  color: #fff;
  background-color: #0b4e9e;
  border-color: #0b4995;
}
.btn-check:checked + .btn-cloud:focus,
.btn-check:active + .btn-cloud:focus,
.btn-cloud:active:focus,
.btn-cloud.active:focus,
.show > .btn-cloud.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(50, 121, 207, 0.5);
}
.btn-cloud:disabled,
.btn-cloud.disabled {
  color: #fff;
  background-color: #0e61c6;
  border-color: #0e61c6;
}
.btn-cloud-s {
  color: #fff;
  background-color: #2b8bfb;
  border-color: #2b8bfb;
}
.btn-cloud-s:hover {
  color: #fff;
  background-color: #2576d5;
  border-color: #226fc9;
}
.btn-check:focus + .btn-cloud-s,
.btn-cloud-s:focus {
  color: #fff;
  background-color: #2576d5;
  border-color: #226fc9;
  box-shadow: 0 0 0 rgba(75, 156, 252, 0.5);
}
.btn-check:checked + .btn-cloud-s,
.btn-check:active + .btn-cloud-s,
.btn-cloud-s:active,
.btn-cloud-s.active,
.show > .btn-cloud-s.dropdown-toggle {
  color: #fff;
  background-color: #226fc9;
  border-color: #2068bc;
}
.btn-check:checked + .btn-cloud-s:focus,
.btn-check:active + .btn-cloud-s:focus,
.btn-cloud-s:active:focus,
.btn-cloud-s.active:focus,
.show > .btn-cloud-s.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(75, 156, 252, 0.5);
}
.btn-cloud-s:disabled,
.btn-cloud-s.disabled {
  color: #fff;
  background-color: #2b8bfb;
  border-color: #2b8bfb;
}
.btn-cloud-light {
  color: #333359;
  background-color: #f2f8fe;
  border-color: #f2f8fe;
}
.btn-cloud-light:hover {
  color: #333359;
  background-color: #f4f9fe;
  border-color: #f3f9fe;
}
.btn-check:focus + .btn-cloud-light,
.btn-cloud-light:focus {
  color: #333359;
  background-color: #f4f9fe;
  border-color: #f3f9fe;
  box-shadow: 0 0 0 rgba(213, 218, 229, 0.5);
}
.btn-check:checked + .btn-cloud-light,
.btn-check:active + .btn-cloud-light,
.btn-cloud-light:active,
.btn-cloud-light.active,
.show > .btn-cloud-light.dropdown-toggle {
  color: #333359;
  background-color: #f5f9fe;
  border-color: #f3f9fe;
}
.btn-check:checked + .btn-cloud-light:focus,
.btn-check:active + .btn-cloud-light:focus,
.btn-cloud-light:active:focus,
.btn-cloud-light.active:focus,
.show > .btn-cloud-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(213, 218, 229, 0.5);
}
.btn-cloud-light:disabled,
.btn-cloud-light.disabled {
  color: #333359;
  background-color: #f2f8fe;
  border-color: #f2f8fe;
}
.btn-desktop {
  color: #fff;
  background-color: #724fa7;
  border-color: #724fa7;
}
.btn-desktop:hover {
  color: #fff;
  background-color: #61438e;
  border-color: #5b3f86;
}
.btn-check:focus + .btn-desktop,
.btn-desktop:focus {
  color: #fff;
  background-color: #61438e;
  border-color: #5b3f86;
  box-shadow: 0 0 0 rgba(135, 105, 180, 0.5);
}
.btn-check:checked + .btn-desktop,
.btn-check:active + .btn-desktop,
.btn-desktop:active,
.btn-desktop.active,
.show > .btn-desktop.dropdown-toggle {
  color: #fff;
  background-color: #5b3f86;
  border-color: #563b7d;
}
.btn-check:checked + .btn-desktop:focus,
.btn-check:active + .btn-desktop:focus,
.btn-desktop:active:focus,
.btn-desktop.active:focus,
.show > .btn-desktop.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(135, 105, 180, 0.5);
}
.btn-desktop:disabled,
.btn-desktop.disabled {
  color: #fff;
  background-color: #724fa7;
  border-color: #724fa7;
}
.btn-desktop-s {
  color: #fff;
  background-color: #a82ab6;
  border-color: #a82ab6;
}
.btn-desktop-s:hover {
  color: #fff;
  background-color: #8f249b;
  border-color: #862292;
}
.btn-check:focus + .btn-desktop-s,
.btn-desktop-s:focus {
  color: #fff;
  background-color: #8f249b;
  border-color: #862292;
  box-shadow: 0 0 0 rgba(181, 74, 193, 0.5);
}
.btn-check:checked + .btn-desktop-s,
.btn-check:active + .btn-desktop-s,
.btn-desktop-s:active,
.btn-desktop-s.active,
.show > .btn-desktop-s.dropdown-toggle {
  color: #fff;
  background-color: #862292;
  border-color: #7e2089;
}
.btn-check:checked + .btn-desktop-s:focus,
.btn-check:active + .btn-desktop-s:focus,
.btn-desktop-s:active:focus,
.btn-desktop-s.active:focus,
.show > .btn-desktop-s.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(181, 74, 193, 0.5);
}
.btn-desktop-s:disabled,
.btn-desktop-s.disabled {
  color: #fff;
  background-color: #a82ab6;
  border-color: #a82ab6;
}
.btn-desktop-light {
  color: #333359;
  background-color: #f1edf8;
  border-color: #f1edf8;
}
.btn-desktop-light:hover {
  color: #333359;
  background-color: #f3f0f9;
  border-color: #f2eff9;
}
.btn-check:focus + .btn-desktop-light,
.btn-desktop-light:focus {
  color: #333359;
  background-color: #f3f0f9;
  border-color: #f2eff9;
  box-shadow: 0 0 0 rgba(213, 209, 224, 0.5);
}
.btn-check:checked + .btn-desktop-light,
.btn-check:active + .btn-desktop-light,
.btn-desktop-light:active,
.btn-desktop-light.active,
.show > .btn-desktop-light.dropdown-toggle {
  color: #333359;
  background-color: #f4f1f9;
  border-color: #f2eff9;
}
.btn-check:checked + .btn-desktop-light:focus,
.btn-check:active + .btn-desktop-light:focus,
.btn-desktop-light:active:focus,
.btn-desktop-light.active:focus,
.show > .btn-desktop-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(213, 209, 224, 0.5);
}
.btn-desktop-light:disabled,
.btn-desktop-light.disabled {
  color: #333359;
  background-color: #f1edf8;
  border-color: #f1edf8;
}
.btn-mobile {
  color: #333359;
  background-color: #00d5df;
  border-color: #00d5df;
}
.btn-mobile:hover {
  color: #333359;
  background-color: #26dbe4;
  border-color: #1ad9e2;
}
.btn-check:focus + .btn-mobile,
.btn-mobile:focus {
  color: #333359;
  background-color: #26dbe4;
  border-color: #1ad9e2;
  box-shadow: 0 0 0 rgba(8, 189, 203, 0.5);
}
.btn-check:checked + .btn-mobile,
.btn-check:active + .btn-mobile,
.btn-mobile:active,
.btn-mobile.active,
.show > .btn-mobile.dropdown-toggle {
  color: #333359;
  background-color: #33dde5;
  border-color: #1ad9e2;
}
.btn-check:checked + .btn-mobile:focus,
.btn-check:active + .btn-mobile:focus,
.btn-mobile:active:focus,
.btn-mobile.active:focus,
.show > .btn-mobile.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(8, 189, 203, 0.5);
}
.btn-mobile:disabled,
.btn-mobile.disabled {
  color: #333359;
  background-color: #00d5df;
  border-color: #00d5df;
}
.btn-mobile-s {
  color: #fff;
  background-color: #03a1c4;
  border-color: #03a1c4;
}
.btn-mobile-s:hover {
  color: #fff;
  background-color: #0389a7;
  border-color: #02819d;
}
.btn-check:focus + .btn-mobile-s,
.btn-mobile-s:focus {
  color: #fff;
  background-color: #0389a7;
  border-color: #02819d;
  box-shadow: 0 0 0 rgba(41, 175, 205, 0.5);
}
.btn-check:checked + .btn-mobile-s,
.btn-check:active + .btn-mobile-s,
.btn-mobile-s:active,
.btn-mobile-s.active,
.show > .btn-mobile-s.dropdown-toggle {
  color: #fff;
  background-color: #02819d;
  border-color: #027993;
}
.btn-check:checked + .btn-mobile-s:focus,
.btn-check:active + .btn-mobile-s:focus,
.btn-mobile-s:active:focus,
.btn-mobile-s.active:focus,
.show > .btn-mobile-s.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(41, 175, 205, 0.5);
}
.btn-mobile-s:disabled,
.btn-mobile-s.disabled {
  color: #fff;
  background-color: #03a1c4;
  border-color: #03a1c4;
}
.btn-mobile-light {
  color: #333359;
  background-color: #daf5f9;
  border-color: #daf5f9;
}
.btn-mobile-light:hover {
  color: #333359;
  background-color: #e0f7fa;
  border-color: #def6fa;
}
.btn-check:focus + .btn-mobile-light,
.btn-mobile-light:focus {
  color: #333359;
  background-color: #e0f7fa;
  border-color: #def6fa;
  box-shadow: 0 0 0 rgba(193, 216, 225, 0.5);
}
.btn-check:checked + .btn-mobile-light,
.btn-check:active + .btn-mobile-light,
.btn-mobile-light:active,
.btn-mobile-light.active,
.show > .btn-mobile-light.dropdown-toggle {
  color: #333359;
  background-color: #e1f7fa;
  border-color: #def6fa;
}
.btn-check:checked + .btn-mobile-light:focus,
.btn-check:active + .btn-mobile-light:focus,
.btn-mobile-light:active:focus,
.btn-mobile-light.active:focus,
.show > .btn-mobile-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(193, 216, 225, 0.5);
}
.btn-mobile-light:disabled,
.btn-mobile-light.disabled {
  color: #333359;
  background-color: #daf5f9;
  border-color: #daf5f9;
}
.btn-engine {
  color: #fff;
  background-color: #e58035;
  border-color: #e58035;
}
.btn-engine:hover {
  color: #fff;
  background-color: #c36d2d;
  border-color: #b7662a;
}
.btn-check:focus + .btn-engine,
.btn-engine:focus {
  color: #fff;
  background-color: #c36d2d;
  border-color: #b7662a;
  box-shadow: 0 0 0 rgba(233, 147, 83, 0.5);
}
.btn-check:checked + .btn-engine,
.btn-check:active + .btn-engine,
.btn-engine:active,
.btn-engine.active,
.show > .btn-engine.dropdown-toggle {
  color: #fff;
  background-color: #b7662a;
  border-color: #ac6028;
}
.btn-check:checked + .btn-engine:focus,
.btn-check:active + .btn-engine:focus,
.btn-engine:active:focus,
.btn-engine.active:focus,
.show > .btn-engine.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(233, 147, 83, 0.5);
}
.btn-engine:disabled,
.btn-engine.disabled {
  color: #fff;
  background-color: #e58035;
  border-color: #e58035;
}
.btn-engine-s {
  color: #fff;
  background-color: #ff6f4c;
  border-color: #ff6f4c;
}
.btn-engine-s:hover {
  color: #fff;
  background-color: #d95e41;
  border-color: #cc593d;
}
.btn-check:focus + .btn-engine-s,
.btn-engine-s:focus {
  color: #fff;
  background-color: #d95e41;
  border-color: #cc593d;
  box-shadow: 0 0 0 rgba(255, 133, 103, 0.5);
}
.btn-check:checked + .btn-engine-s,
.btn-check:active + .btn-engine-s,
.btn-engine-s:active,
.btn-engine-s.active,
.show > .btn-engine-s.dropdown-toggle {
  color: #fff;
  background-color: #cc593d;
  border-color: #bf5339;
}
.btn-check:checked + .btn-engine-s:focus,
.btn-check:active + .btn-engine-s:focus,
.btn-engine-s:active:focus,
.btn-engine-s.active:focus,
.show > .btn-engine-s.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(255, 133, 103, 0.5);
}
.btn-engine-s:disabled,
.btn-engine-s.disabled {
  color: #fff;
  background-color: #ff6f4c;
  border-color: #ff6f4c;
}
.btn-engine-light {
  color: #333359;
  background-color: #fcf3e9;
  border-color: #fcf3e9;
}
.btn-engine-light:hover {
  color: #333359;
  background-color: #fcf5ec;
  border-color: #fcf4eb;
}
.btn-check:focus + .btn-engine-light,
.btn-engine-light:focus {
  color: #333359;
  background-color: #fcf5ec;
  border-color: #fcf4eb;
  box-shadow: 0 0 0 rgba(222, 214, 211, 0.5);
}
.btn-check:checked + .btn-engine-light,
.btn-check:active + .btn-engine-light,
.btn-engine-light:active,
.btn-engine-light.active,
.show > .btn-engine-light.dropdown-toggle {
  color: #333359;
  background-color: #fdf5ed;
  border-color: #fcf4eb;
}
.btn-check:checked + .btn-engine-light:focus,
.btn-check:active + .btn-engine-light:focus,
.btn-engine-light:active:focus,
.btn-engine-light.active:focus,
.show > .btn-engine-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(222, 214, 211, 0.5);
}
.btn-engine-light:disabled,
.btn-engine-light.disabled {
  color: #333359;
  background-color: #fcf3e9;
  border-color: #fcf3e9;
}
.btn-cluster {
  color: #fff;
  background-color: #e58035;
  border-color: #e58035;
}
.btn-cluster:hover {
  color: #fff;
  background-color: #c36d2d;
  border-color: #b7662a;
}
.btn-check:focus + .btn-cluster,
.btn-cluster:focus {
  color: #fff;
  background-color: #c36d2d;
  border-color: #b7662a;
  box-shadow: 0 0 0 rgba(233, 147, 83, 0.5);
}
.btn-check:checked + .btn-cluster,
.btn-check:active + .btn-cluster,
.btn-cluster:active,
.btn-cluster.active,
.show > .btn-cluster.dropdown-toggle {
  color: #fff;
  background-color: #b7662a;
  border-color: #ac6028;
}
.btn-check:checked + .btn-cluster:focus,
.btn-check:active + .btn-cluster:focus,
.btn-cluster:active:focus,
.btn-cluster.active:focus,
.show > .btn-cluster.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(233, 147, 83, 0.5);
}
.btn-cluster:disabled,
.btn-cluster.disabled {
  color: #fff;
  background-color: #e58035;
  border-color: #e58035;
}
.btn-cluster-s {
  color: #333359;
  background-color: #ffc957;
  border-color: #ffc957;
}
.btn-cluster-s:hover {
  color: #333359;
  background-color: #ffd170;
  border-color: #ffce68;
}
.btn-check:focus + .btn-cluster-s,
.btn-cluster-s:focus {
  color: #333359;
  background-color: #ffd170;
  border-color: #ffce68;
  box-shadow: 0 0 0 rgba(224, 179, 87, 0.5);
}
.btn-check:checked + .btn-cluster-s,
.btn-check:active + .btn-cluster-s,
.btn-cluster-s:active,
.btn-cluster-s.active,
.show > .btn-cluster-s.dropdown-toggle {
  color: #333359;
  background-color: #ffd479;
  border-color: #ffce68;
}
.btn-check:checked + .btn-cluster-s:focus,
.btn-check:active + .btn-cluster-s:focus,
.btn-cluster-s:active:focus,
.btn-cluster-s.active:focus,
.show > .btn-cluster-s.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(224, 179, 87, 0.5);
}
.btn-cluster-s:disabled,
.btn-cluster-s.disabled {
  color: #333359;
  background-color: #ffc957;
  border-color: #ffc957;
}
.btn-cluster-light {
  color: #333359;
  background-color: #fcefe0;
  border-color: #fcefe0;
}
.btn-cluster-light:hover {
  color: #333359;
  background-color: #fcf1e5;
  border-color: #fcf1e3;
}
.btn-check:focus + .btn-cluster-light,
.btn-cluster-light:focus {
  color: #333359;
  background-color: #fcf1e5;
  border-color: #fcf1e3;
  box-shadow: 0 0 0 rgba(222, 211, 204, 0.5);
}
.btn-check:checked + .btn-cluster-light,
.btn-check:active + .btn-cluster-light,
.btn-cluster-light:active,
.btn-cluster-light.active,
.show > .btn-cluster-light.dropdown-toggle {
  color: #333359;
  background-color: #fdf2e6;
  border-color: #fcf1e3;
}
.btn-check:checked + .btn-cluster-light:focus,
.btn-check:active + .btn-cluster-light:focus,
.btn-cluster-light:active:focus,
.btn-cluster-light.active:focus,
.show > .btn-cluster-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(222, 211, 204, 0.5);
}
.btn-cluster-light:disabled,
.btn-cluster-light.disabled {
  color: #333359;
  background-color: #fcefe0;
  border-color: #fcefe0;
}
.btn-server {
  color: #fff;
  background-color: #e6353d;
  border-color: #e6353d;
}
.btn-server:hover {
  color: #fff;
  background-color: #c42d34;
  border-color: #b82a31;
}
.btn-check:focus + .btn-server,
.btn-server:focus {
  color: #fff;
  background-color: #c42d34;
  border-color: #b82a31;
  box-shadow: 0 0 0 rgba(234, 83, 90, 0.5);
}
.btn-check:checked + .btn-server,
.btn-check:active + .btn-server,
.btn-server:active,
.btn-server.active,
.show > .btn-server.dropdown-toggle {
  color: #fff;
  background-color: #b82a31;
  border-color: #ad282e;
}
.btn-check:checked + .btn-server:focus,
.btn-check:active + .btn-server:focus,
.btn-server:active:focus,
.btn-server.active:focus,
.show > .btn-server.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(234, 83, 90, 0.5);
}
.btn-server:disabled,
.btn-server.disabled {
  color: #fff;
  background-color: #e6353d;
  border-color: #e6353d;
}
.btn-server-s {
  color: #fff;
  background-color: #d14;
  border-color: #d14;
}
.btn-server-s:hover {
  color: #fff;
  background-color: #bc0e3a;
  border-color: #b10e36;
}
.btn-check:focus + .btn-server-s,
.btn-server-s:focus {
  color: #fff;
  background-color: #bc0e3a;
  border-color: #b10e36;
  box-shadow: 0 0 0 rgba(226, 53, 96, 0.5);
}
.btn-check:checked + .btn-server-s,
.btn-check:active + .btn-server-s,
.btn-server-s:active,
.btn-server-s.active,
.show > .btn-server-s.dropdown-toggle {
  color: #fff;
  background-color: #b10e36;
  border-color: #a60d33;
}
.btn-check:checked + .btn-server-s:focus,
.btn-check:active + .btn-server-s:focus,
.btn-server-s:active:focus,
.btn-server-s.active:focus,
.show > .btn-server-s.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(226, 53, 96, 0.5);
}
.btn-server-s:disabled,
.btn-server-s.disabled {
  color: #fff;
  background-color: #d14;
  border-color: #d14;
}
.btn-server-light {
  color: #333359;
  background-color: #f5d7d7;
  border-color: #f5d7d7;
}
.btn-server-light:hover {
  color: #333359;
  background-color: #f7dddd;
  border-color: #f6dbdb;
}
.btn-check:focus + .btn-server-light,
.btn-server-light:focus {
  color: #333359;
  background-color: #f7dddd;
  border-color: #f6dbdb;
  box-shadow: 0 0 0 rgba(216, 190, 196, 0.5);
}
.btn-check:checked + .btn-server-light,
.btn-check:active + .btn-server-light,
.btn-server-light:active,
.btn-server-light.active,
.show > .btn-server-light.dropdown-toggle {
  color: #333359;
  background-color: #f7dfdf;
  border-color: #f6dbdb;
}
.btn-check:checked + .btn-server-light:focus,
.btn-check:active + .btn-server-light:focus,
.btn-server-light:active:focus,
.btn-server-light.active:focus,
.show > .btn-server-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(216, 190, 196, 0.5);
}
.btn-server-light:disabled,
.btn-server-light.disabled {
  color: #333359;
  background-color: #f5d7d7;
  border-color: #f5d7d7;
}
.btn-data {
  color: #fff;
  background-color: #64a856;
  border-color: #64a856;
}
.btn-data:hover {
  color: #fff;
  background-color: #558f49;
  border-color: #508645;
}
.btn-check:focus + .btn-data,
.btn-data:focus {
  color: #fff;
  background-color: #558f49;
  border-color: #508645;
  box-shadow: 0 0 0 rgba(123, 181, 111, 0.5);
}
.btn-check:checked + .btn-data,
.btn-check:active + .btn-data,
.btn-data:active,
.btn-data.active,
.show > .btn-data.dropdown-toggle {
  color: #fff;
  background-color: #508645;
  border-color: #4b7e41;
}
.btn-check:checked + .btn-data:focus,
.btn-check:active + .btn-data:focus,
.btn-data:active:focus,
.btn-data.active:focus,
.show > .btn-data.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(123, 181, 111, 0.5);
}
.btn-data:disabled,
.btn-data.disabled {
  color: #fff;
  background-color: #64a856;
  border-color: #64a856;
}
.btn-data-light {
  color: #333359;
  background-color: #eaf3e8;
  border-color: #eaf3e8;
}
.btn-data-light:hover {
  color: #333359;
  background-color: #edf5eb;
  border-color: #ecf4ea;
}
.btn-check:focus + .btn-data-light,
.btn-data-light:focus {
  color: #333359;
  background-color: #edf5eb;
  border-color: #ecf4ea;
  box-shadow: 0 0 0 rgba(207, 214, 211, 0.5);
}
.btn-check:checked + .btn-data-light,
.btn-check:active + .btn-data-light,
.btn-data-light:active,
.btn-data-light.active,
.show > .btn-data-light.dropdown-toggle {
  color: #333359;
  background-color: #eef5ed;
  border-color: #ecf4ea;
}
.btn-check:checked + .btn-data-light:focus,
.btn-check:active + .btn-data-light:focus,
.btn-data-light:active:focus,
.btn-data-light.active:focus,
.show > .btn-data-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 rgba(207, 214, 211, 0.5);
}
.btn-data-light:disabled,
.btn-data-light.disabled {
  color: #333359;
  background-color: #eaf3e8;
  border-color: #eaf3e8;
}
.btn-outline-primary {
  color: #3174ff;
  border-color: #3174ff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #3174ff;
  border-color: #3174ff;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 rgba(49, 116, 255, 0.5);
}
.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #3174ff;
  border-color: #3174ff;
}
.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(49, 116, 255, 0.5);
}
.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
  color: #3174ff;
  background-color: transparent;
}
.btn-outline-secondary {
  color: #333359;
  border-color: #333359;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #333359;
  border-color: #333359;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 rgba(51, 51, 89, 0.5);
}
.btn-check:checked + .btn-outline-secondary,
.btn-check:active + .btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #333359;
  border-color: #333359;
}
.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(51, 51, 89, 0.5);
}
.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
  color: #333359;
  background-color: transparent;
}
.btn-outline-success {
  color: #90cb90;
  border-color: #90cb90;
}
.btn-outline-success:hover {
  color: #333359;
  background-color: #90cb90;
  border-color: #90cb90;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 rgba(144, 203, 144, 0.5);
}
.btn-check:checked + .btn-outline-success,
.btn-check:active + .btn-outline-success,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show {
  color: #333359;
  background-color: #90cb90;
  border-color: #90cb90;
}
.btn-check:checked + .btn-outline-success:focus,
.btn-check:active + .btn-outline-success:focus,
.btn-outline-success:active:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(144, 203, 144, 0.5);
}
.btn-outline-success:disabled,
.btn-outline-success.disabled {
  color: #90cb90;
  background-color: transparent;
}
.btn-outline-info {
  color: #a1acb7;
  border-color: #a1acb7;
}
.btn-outline-info:hover {
  color: #333359;
  background-color: #a1acb7;
  border-color: #a1acb7;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 rgba(161, 172, 183, 0.5);
}
.btn-check:checked + .btn-outline-info,
.btn-check:active + .btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
  color: #333359;
  background-color: #a1acb7;
  border-color: #a1acb7;
}
.btn-check:checked + .btn-outline-info:focus,
.btn-check:active + .btn-outline-info:focus,
.btn-outline-info:active:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(161, 172, 183, 0.5);
}
.btn-outline-info:disabled,
.btn-outline-info.disabled {
  color: #a1acb7;
  background-color: transparent;
}
.btn-outline-warning {
  color: #ff905e;
  border-color: #ff905e;
}
.btn-outline-warning:hover {
  color: #333359;
  background-color: #ff905e;
  border-color: #ff905e;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 rgba(255, 144, 94, 0.5);
}
.btn-check:checked + .btn-outline-warning,
.btn-check:active + .btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show {
  color: #333359;
  background-color: #ff905e;
  border-color: #ff905e;
}
.btn-check:checked + .btn-outline-warning:focus,
.btn-check:active + .btn-outline-warning:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(255, 144, 94, 0.5);
}
.btn-outline-warning:disabled,
.btn-outline-warning.disabled {
  color: #ff905e;
  background-color: transparent;
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger,
.btn-check:active + .btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus,
.btn-check:active + .btn-outline-danger:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled,
.btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-white {
  color: #fff;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #333359;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:focus + .btn-outline-white,
.btn-outline-white:focus {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-outline-white,
.btn-check:active + .btn-outline-white,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.dropdown-toggle.show {
  color: #333359;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:checked + .btn-outline-white:focus,
.btn-check:active + .btn-outline-white:focus,
.btn-outline-white:active:focus,
.btn-outline-white.active:focus,
.btn-outline-white.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-white:disabled,
.btn-outline-white.disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-lighter {
  color: #f3f6ff;
  border-color: #f3f6ff;
}
.btn-outline-lighter:hover {
  color: #333359;
  background-color: #f3f6ff;
  border-color: #f3f6ff;
}
.btn-check:focus + .btn-outline-lighter,
.btn-outline-lighter:focus {
  box-shadow: 0 0 0 rgba(243, 246, 255, 0.5);
}
.btn-check:checked + .btn-outline-lighter,
.btn-check:active + .btn-outline-lighter,
.btn-outline-lighter:active,
.btn-outline-lighter.active,
.btn-outline-lighter.dropdown-toggle.show {
  color: #333359;
  background-color: #f3f6ff;
  border-color: #f3f6ff;
}
.btn-check:checked + .btn-outline-lighter:focus,
.btn-check:active + .btn-outline-lighter:focus,
.btn-outline-lighter:active:focus,
.btn-outline-lighter.active:focus,
.btn-outline-lighter.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(243, 246, 255, 0.5);
}
.btn-outline-lighter:disabled,
.btn-outline-lighter.disabled {
  color: #f3f6ff;
  background-color: transparent;
}
.btn-outline-light {
  color: #d3dbec;
  border-color: #d3dbec;
}
.btn-outline-light:hover {
  color: #333359;
  background-color: #d3dbec;
  border-color: #d3dbec;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 rgba(211, 219, 236, 0.5);
}
.btn-check:checked + .btn-outline-light,
.btn-check:active + .btn-outline-light,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show {
  color: #333359;
  background-color: #d3dbec;
  border-color: #d3dbec;
}
.btn-check:checked + .btn-outline-light:focus,
.btn-check:active + .btn-outline-light:focus,
.btn-outline-light:active:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(211, 219, 236, 0.5);
}
.btn-outline-light:disabled,
.btn-outline-light.disabled {
  color: #d3dbec;
  background-color: transparent;
}
.btn-outline-dark {
  color: #6b7c92;
  border-color: #6b7c92;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #6b7c92;
  border-color: #6b7c92;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 rgba(107, 124, 146, 0.5);
}
.btn-check:checked + .btn-outline-dark,
.btn-check:active + .btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #6b7c92;
  border-color: #6b7c92;
}
.btn-check:checked + .btn-outline-dark:focus,
.btn-check:active + .btn-outline-dark:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(107, 124, 146, 0.5);
}
.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
  color: #6b7c92;
  background-color: transparent;
}
.btn-outline-darker {
  color: #444952;
  border-color: #444952;
}
.btn-outline-darker:hover {
  color: #fff;
  background-color: #444952;
  border-color: #444952;
}
.btn-check:focus + .btn-outline-darker,
.btn-outline-darker:focus {
  box-shadow: 0 0 0 rgba(68, 73, 82, 0.5);
}
.btn-check:checked + .btn-outline-darker,
.btn-check:active + .btn-outline-darker,
.btn-outline-darker:active,
.btn-outline-darker.active,
.btn-outline-darker.dropdown-toggle.show {
  color: #fff;
  background-color: #444952;
  border-color: #444952;
}
.btn-check:checked + .btn-outline-darker:focus,
.btn-check:active + .btn-outline-darker:focus,
.btn-outline-darker:active:focus,
.btn-outline-darker.active:focus,
.btn-outline-darker.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(68, 73, 82, 0.5);
}
.btn-outline-darker:disabled,
.btn-outline-darker.disabled {
  color: #444952;
  background-color: transparent;
}
.btn-outline-cloud {
  color: #0e61c6;
  border-color: #0e61c6;
}
.btn-outline-cloud:hover {
  color: #fff;
  background-color: #0e61c6;
  border-color: #0e61c6;
}
.btn-check:focus + .btn-outline-cloud,
.btn-outline-cloud:focus {
  box-shadow: 0 0 0 rgba(14, 97, 198, 0.5);
}
.btn-check:checked + .btn-outline-cloud,
.btn-check:active + .btn-outline-cloud,
.btn-outline-cloud:active,
.btn-outline-cloud.active,
.btn-outline-cloud.dropdown-toggle.show {
  color: #fff;
  background-color: #0e61c6;
  border-color: #0e61c6;
}
.btn-check:checked + .btn-outline-cloud:focus,
.btn-check:active + .btn-outline-cloud:focus,
.btn-outline-cloud:active:focus,
.btn-outline-cloud.active:focus,
.btn-outline-cloud.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(14, 97, 198, 0.5);
}
.btn-outline-cloud:disabled,
.btn-outline-cloud.disabled {
  color: #0e61c6;
  background-color: transparent;
}
.btn-outline-cloud-s {
  color: #2b8bfb;
  border-color: #2b8bfb;
}
.btn-outline-cloud-s:hover {
  color: #fff;
  background-color: #2b8bfb;
  border-color: #2b8bfb;
}
.btn-check:focus + .btn-outline-cloud-s,
.btn-outline-cloud-s:focus {
  box-shadow: 0 0 0 rgba(43, 139, 251, 0.5);
}
.btn-check:checked + .btn-outline-cloud-s,
.btn-check:active + .btn-outline-cloud-s,
.btn-outline-cloud-s:active,
.btn-outline-cloud-s.active,
.btn-outline-cloud-s.dropdown-toggle.show {
  color: #fff;
  background-color: #2b8bfb;
  border-color: #2b8bfb;
}
.btn-check:checked + .btn-outline-cloud-s:focus,
.btn-check:active + .btn-outline-cloud-s:focus,
.btn-outline-cloud-s:active:focus,
.btn-outline-cloud-s.active:focus,
.btn-outline-cloud-s.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(43, 139, 251, 0.5);
}
.btn-outline-cloud-s:disabled,
.btn-outline-cloud-s.disabled {
  color: #2b8bfb;
  background-color: transparent;
}
.btn-outline-cloud-light {
  color: #f2f8fe;
  border-color: #f2f8fe;
}
.btn-outline-cloud-light:hover {
  color: #333359;
  background-color: #f2f8fe;
  border-color: #f2f8fe;
}
.btn-check:focus + .btn-outline-cloud-light,
.btn-outline-cloud-light:focus {
  box-shadow: 0 0 0 rgba(242, 248, 254, 0.5);
}
.btn-check:checked + .btn-outline-cloud-light,
.btn-check:active + .btn-outline-cloud-light,
.btn-outline-cloud-light:active,
.btn-outline-cloud-light.active,
.btn-outline-cloud-light.dropdown-toggle.show {
  color: #333359;
  background-color: #f2f8fe;
  border-color: #f2f8fe;
}
.btn-check:checked + .btn-outline-cloud-light:focus,
.btn-check:active + .btn-outline-cloud-light:focus,
.btn-outline-cloud-light:active:focus,
.btn-outline-cloud-light.active:focus,
.btn-outline-cloud-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(242, 248, 254, 0.5);
}
.btn-outline-cloud-light:disabled,
.btn-outline-cloud-light.disabled {
  color: #f2f8fe;
  background-color: transparent;
}
.btn-outline-desktop {
  color: #724fa7;
  border-color: #724fa7;
}
.btn-outline-desktop:hover {
  color: #fff;
  background-color: #724fa7;
  border-color: #724fa7;
}
.btn-check:focus + .btn-outline-desktop,
.btn-outline-desktop:focus {
  box-shadow: 0 0 0 rgba(114, 79, 167, 0.5);
}
.btn-check:checked + .btn-outline-desktop,
.btn-check:active + .btn-outline-desktop,
.btn-outline-desktop:active,
.btn-outline-desktop.active,
.btn-outline-desktop.dropdown-toggle.show {
  color: #fff;
  background-color: #724fa7;
  border-color: #724fa7;
}
.btn-check:checked + .btn-outline-desktop:focus,
.btn-check:active + .btn-outline-desktop:focus,
.btn-outline-desktop:active:focus,
.btn-outline-desktop.active:focus,
.btn-outline-desktop.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(114, 79, 167, 0.5);
}
.btn-outline-desktop:disabled,
.btn-outline-desktop.disabled {
  color: #724fa7;
  background-color: transparent;
}
.btn-outline-desktop-s {
  color: #a82ab6;
  border-color: #a82ab6;
}
.btn-outline-desktop-s:hover {
  color: #fff;
  background-color: #a82ab6;
  border-color: #a82ab6;
}
.btn-check:focus + .btn-outline-desktop-s,
.btn-outline-desktop-s:focus {
  box-shadow: 0 0 0 rgba(168, 42, 182, 0.5);
}
.btn-check:checked + .btn-outline-desktop-s,
.btn-check:active + .btn-outline-desktop-s,
.btn-outline-desktop-s:active,
.btn-outline-desktop-s.active,
.btn-outline-desktop-s.dropdown-toggle.show {
  color: #fff;
  background-color: #a82ab6;
  border-color: #a82ab6;
}
.btn-check:checked + .btn-outline-desktop-s:focus,
.btn-check:active + .btn-outline-desktop-s:focus,
.btn-outline-desktop-s:active:focus,
.btn-outline-desktop-s.active:focus,
.btn-outline-desktop-s.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(168, 42, 182, 0.5);
}
.btn-outline-desktop-s:disabled,
.btn-outline-desktop-s.disabled {
  color: #a82ab6;
  background-color: transparent;
}
.btn-outline-desktop-light {
  color: #f1edf8;
  border-color: #f1edf8;
}
.btn-outline-desktop-light:hover {
  color: #333359;
  background-color: #f1edf8;
  border-color: #f1edf8;
}
.btn-check:focus + .btn-outline-desktop-light,
.btn-outline-desktop-light:focus {
  box-shadow: 0 0 0 rgba(241, 237, 248, 0.5);
}
.btn-check:checked + .btn-outline-desktop-light,
.btn-check:active + .btn-outline-desktop-light,
.btn-outline-desktop-light:active,
.btn-outline-desktop-light.active,
.btn-outline-desktop-light.dropdown-toggle.show {
  color: #333359;
  background-color: #f1edf8;
  border-color: #f1edf8;
}
.btn-check:checked + .btn-outline-desktop-light:focus,
.btn-check:active + .btn-outline-desktop-light:focus,
.btn-outline-desktop-light:active:focus,
.btn-outline-desktop-light.active:focus,
.btn-outline-desktop-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(241, 237, 248, 0.5);
}
.btn-outline-desktop-light:disabled,
.btn-outline-desktop-light.disabled {
  color: #f1edf8;
  background-color: transparent;
}
.btn-outline-mobile {
  color: #00d5df;
  border-color: #00d5df;
}
.btn-outline-mobile:hover {
  color: #333359;
  background-color: #00d5df;
  border-color: #00d5df;
}
.btn-check:focus + .btn-outline-mobile,
.btn-outline-mobile:focus {
  box-shadow: 0 0 0 rgba(0, 213, 223, 0.5);
}
.btn-check:checked + .btn-outline-mobile,
.btn-check:active + .btn-outline-mobile,
.btn-outline-mobile:active,
.btn-outline-mobile.active,
.btn-outline-mobile.dropdown-toggle.show {
  color: #333359;
  background-color: #00d5df;
  border-color: #00d5df;
}
.btn-check:checked + .btn-outline-mobile:focus,
.btn-check:active + .btn-outline-mobile:focus,
.btn-outline-mobile:active:focus,
.btn-outline-mobile.active:focus,
.btn-outline-mobile.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(0, 213, 223, 0.5);
}
.btn-outline-mobile:disabled,
.btn-outline-mobile.disabled {
  color: #00d5df;
  background-color: transparent;
}
.btn-outline-mobile-s {
  color: #03a1c4;
  border-color: #03a1c4;
}
.btn-outline-mobile-s:hover {
  color: #fff;
  background-color: #03a1c4;
  border-color: #03a1c4;
}
.btn-check:focus + .btn-outline-mobile-s,
.btn-outline-mobile-s:focus {
  box-shadow: 0 0 0 rgba(3, 161, 196, 0.5);
}
.btn-check:checked + .btn-outline-mobile-s,
.btn-check:active + .btn-outline-mobile-s,
.btn-outline-mobile-s:active,
.btn-outline-mobile-s.active,
.btn-outline-mobile-s.dropdown-toggle.show {
  color: #fff;
  background-color: #03a1c4;
  border-color: #03a1c4;
}
.btn-check:checked + .btn-outline-mobile-s:focus,
.btn-check:active + .btn-outline-mobile-s:focus,
.btn-outline-mobile-s:active:focus,
.btn-outline-mobile-s.active:focus,
.btn-outline-mobile-s.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(3, 161, 196, 0.5);
}
.btn-outline-mobile-s:disabled,
.btn-outline-mobile-s.disabled {
  color: #03a1c4;
  background-color: transparent;
}
.btn-outline-mobile-light {
  color: #daf5f9;
  border-color: #daf5f9;
}
.btn-outline-mobile-light:hover {
  color: #333359;
  background-color: #daf5f9;
  border-color: #daf5f9;
}
.btn-check:focus + .btn-outline-mobile-light,
.btn-outline-mobile-light:focus {
  box-shadow: 0 0 0 rgba(218, 245, 249, 0.5);
}
.btn-check:checked + .btn-outline-mobile-light,
.btn-check:active + .btn-outline-mobile-light,
.btn-outline-mobile-light:active,
.btn-outline-mobile-light.active,
.btn-outline-mobile-light.dropdown-toggle.show {
  color: #333359;
  background-color: #daf5f9;
  border-color: #daf5f9;
}
.btn-check:checked + .btn-outline-mobile-light:focus,
.btn-check:active + .btn-outline-mobile-light:focus,
.btn-outline-mobile-light:active:focus,
.btn-outline-mobile-light.active:focus,
.btn-outline-mobile-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(218, 245, 249, 0.5);
}
.btn-outline-mobile-light:disabled,
.btn-outline-mobile-light.disabled {
  color: #daf5f9;
  background-color: transparent;
}
.btn-outline-engine {
  color: #e58035;
  border-color: #e58035;
}
.btn-outline-engine:hover {
  color: #fff;
  background-color: #e58035;
  border-color: #e58035;
}
.btn-check:focus + .btn-outline-engine,
.btn-outline-engine:focus {
  box-shadow: 0 0 0 rgba(229, 128, 53, 0.5);
}
.btn-check:checked + .btn-outline-engine,
.btn-check:active + .btn-outline-engine,
.btn-outline-engine:active,
.btn-outline-engine.active,
.btn-outline-engine.dropdown-toggle.show {
  color: #fff;
  background-color: #e58035;
  border-color: #e58035;
}
.btn-check:checked + .btn-outline-engine:focus,
.btn-check:active + .btn-outline-engine:focus,
.btn-outline-engine:active:focus,
.btn-outline-engine.active:focus,
.btn-outline-engine.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(229, 128, 53, 0.5);
}
.btn-outline-engine:disabled,
.btn-outline-engine.disabled {
  color: #e58035;
  background-color: transparent;
}
.btn-outline-engine-s {
  color: #ff6f4c;
  border-color: #ff6f4c;
}
.btn-outline-engine-s:hover {
  color: #fff;
  background-color: #ff6f4c;
  border-color: #ff6f4c;
}
.btn-check:focus + .btn-outline-engine-s,
.btn-outline-engine-s:focus {
  box-shadow: 0 0 0 rgba(255, 111, 76, 0.5);
}
.btn-check:checked + .btn-outline-engine-s,
.btn-check:active + .btn-outline-engine-s,
.btn-outline-engine-s:active,
.btn-outline-engine-s.active,
.btn-outline-engine-s.dropdown-toggle.show {
  color: #fff;
  background-color: #ff6f4c;
  border-color: #ff6f4c;
}
.btn-check:checked + .btn-outline-engine-s:focus,
.btn-check:active + .btn-outline-engine-s:focus,
.btn-outline-engine-s:active:focus,
.btn-outline-engine-s.active:focus,
.btn-outline-engine-s.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(255, 111, 76, 0.5);
}
.btn-outline-engine-s:disabled,
.btn-outline-engine-s.disabled {
  color: #ff6f4c;
  background-color: transparent;
}
.btn-outline-engine-light {
  color: #fcf3e9;
  border-color: #fcf3e9;
}
.btn-outline-engine-light:hover {
  color: #333359;
  background-color: #fcf3e9;
  border-color: #fcf3e9;
}
.btn-check:focus + .btn-outline-engine-light,
.btn-outline-engine-light:focus {
  box-shadow: 0 0 0 rgba(252, 243, 233, 0.5);
}
.btn-check:checked + .btn-outline-engine-light,
.btn-check:active + .btn-outline-engine-light,
.btn-outline-engine-light:active,
.btn-outline-engine-light.active,
.btn-outline-engine-light.dropdown-toggle.show {
  color: #333359;
  background-color: #fcf3e9;
  border-color: #fcf3e9;
}
.btn-check:checked + .btn-outline-engine-light:focus,
.btn-check:active + .btn-outline-engine-light:focus,
.btn-outline-engine-light:active:focus,
.btn-outline-engine-light.active:focus,
.btn-outline-engine-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(252, 243, 233, 0.5);
}
.btn-outline-engine-light:disabled,
.btn-outline-engine-light.disabled {
  color: #fcf3e9;
  background-color: transparent;
}
.btn-outline-cluster {
  color: #e58035;
  border-color: #e58035;
}
.btn-outline-cluster:hover {
  color: #fff;
  background-color: #e58035;
  border-color: #e58035;
}
.btn-check:focus + .btn-outline-cluster,
.btn-outline-cluster:focus {
  box-shadow: 0 0 0 rgba(229, 128, 53, 0.5);
}
.btn-check:checked + .btn-outline-cluster,
.btn-check:active + .btn-outline-cluster,
.btn-outline-cluster:active,
.btn-outline-cluster.active,
.btn-outline-cluster.dropdown-toggle.show {
  color: #fff;
  background-color: #e58035;
  border-color: #e58035;
}
.btn-check:checked + .btn-outline-cluster:focus,
.btn-check:active + .btn-outline-cluster:focus,
.btn-outline-cluster:active:focus,
.btn-outline-cluster.active:focus,
.btn-outline-cluster.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(229, 128, 53, 0.5);
}
.btn-outline-cluster:disabled,
.btn-outline-cluster.disabled {
  color: #e58035;
  background-color: transparent;
}
.btn-outline-cluster-s {
  color: #ffc957;
  border-color: #ffc957;
}
.btn-outline-cluster-s:hover {
  color: #333359;
  background-color: #ffc957;
  border-color: #ffc957;
}
.btn-check:focus + .btn-outline-cluster-s,
.btn-outline-cluster-s:focus {
  box-shadow: 0 0 0 rgba(255, 201, 87, 0.5);
}
.btn-check:checked + .btn-outline-cluster-s,
.btn-check:active + .btn-outline-cluster-s,
.btn-outline-cluster-s:active,
.btn-outline-cluster-s.active,
.btn-outline-cluster-s.dropdown-toggle.show {
  color: #333359;
  background-color: #ffc957;
  border-color: #ffc957;
}
.btn-check:checked + .btn-outline-cluster-s:focus,
.btn-check:active + .btn-outline-cluster-s:focus,
.btn-outline-cluster-s:active:focus,
.btn-outline-cluster-s.active:focus,
.btn-outline-cluster-s.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(255, 201, 87, 0.5);
}
.btn-outline-cluster-s:disabled,
.btn-outline-cluster-s.disabled {
  color: #ffc957;
  background-color: transparent;
}
.btn-outline-cluster-light {
  color: #fcefe0;
  border-color: #fcefe0;
}
.btn-outline-cluster-light:hover {
  color: #333359;
  background-color: #fcefe0;
  border-color: #fcefe0;
}
.btn-check:focus + .btn-outline-cluster-light,
.btn-outline-cluster-light:focus {
  box-shadow: 0 0 0 rgba(252, 239, 224, 0.5);
}
.btn-check:checked + .btn-outline-cluster-light,
.btn-check:active + .btn-outline-cluster-light,
.btn-outline-cluster-light:active,
.btn-outline-cluster-light.active,
.btn-outline-cluster-light.dropdown-toggle.show {
  color: #333359;
  background-color: #fcefe0;
  border-color: #fcefe0;
}
.btn-check:checked + .btn-outline-cluster-light:focus,
.btn-check:active + .btn-outline-cluster-light:focus,
.btn-outline-cluster-light:active:focus,
.btn-outline-cluster-light.active:focus,
.btn-outline-cluster-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(252, 239, 224, 0.5);
}
.btn-outline-cluster-light:disabled,
.btn-outline-cluster-light.disabled {
  color: #fcefe0;
  background-color: transparent;
}
.btn-outline-server {
  color: #e6353d;
  border-color: #e6353d;
}
.btn-outline-server:hover {
  color: #fff;
  background-color: #e6353d;
  border-color: #e6353d;
}
.btn-check:focus + .btn-outline-server,
.btn-outline-server:focus {
  box-shadow: 0 0 0 rgba(230, 53, 61, 0.5);
}
.btn-check:checked + .btn-outline-server,
.btn-check:active + .btn-outline-server,
.btn-outline-server:active,
.btn-outline-server.active,
.btn-outline-server.dropdown-toggle.show {
  color: #fff;
  background-color: #e6353d;
  border-color: #e6353d;
}
.btn-check:checked + .btn-outline-server:focus,
.btn-check:active + .btn-outline-server:focus,
.btn-outline-server:active:focus,
.btn-outline-server.active:focus,
.btn-outline-server.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(230, 53, 61, 0.5);
}
.btn-outline-server:disabled,
.btn-outline-server.disabled {
  color: #e6353d;
  background-color: transparent;
}
.btn-outline-server-s {
  color: #d14;
  border-color: #d14;
}
.btn-outline-server-s:hover {
  color: #fff;
  background-color: #d14;
  border-color: #d14;
}
.btn-check:focus + .btn-outline-server-s,
.btn-outline-server-s:focus {
  box-shadow: 0 0 0 rgba(221, 17, 68, 0.5);
}
.btn-check:checked + .btn-outline-server-s,
.btn-check:active + .btn-outline-server-s,
.btn-outline-server-s:active,
.btn-outline-server-s.active,
.btn-outline-server-s.dropdown-toggle.show {
  color: #fff;
  background-color: #d14;
  border-color: #d14;
}
.btn-check:checked + .btn-outline-server-s:focus,
.btn-check:active + .btn-outline-server-s:focus,
.btn-outline-server-s:active:focus,
.btn-outline-server-s.active:focus,
.btn-outline-server-s.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(221, 17, 68, 0.5);
}
.btn-outline-server-s:disabled,
.btn-outline-server-s.disabled {
  color: #d14;
  background-color: transparent;
}
.btn-outline-server-light {
  color: #f5d7d7;
  border-color: #f5d7d7;
}
.btn-outline-server-light:hover {
  color: #333359;
  background-color: #f5d7d7;
  border-color: #f5d7d7;
}
.btn-check:focus + .btn-outline-server-light,
.btn-outline-server-light:focus {
  box-shadow: 0 0 0 rgba(245, 215, 215, 0.5);
}
.btn-check:checked + .btn-outline-server-light,
.btn-check:active + .btn-outline-server-light,
.btn-outline-server-light:active,
.btn-outline-server-light.active,
.btn-outline-server-light.dropdown-toggle.show {
  color: #333359;
  background-color: #f5d7d7;
  border-color: #f5d7d7;
}
.btn-check:checked + .btn-outline-server-light:focus,
.btn-check:active + .btn-outline-server-light:focus,
.btn-outline-server-light:active:focus,
.btn-outline-server-light.active:focus,
.btn-outline-server-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(245, 215, 215, 0.5);
}
.btn-outline-server-light:disabled,
.btn-outline-server-light.disabled {
  color: #f5d7d7;
  background-color: transparent;
}
.btn-outline-data {
  color: #64a856;
  border-color: #64a856;
}
.btn-outline-data:hover {
  color: #fff;
  background-color: #64a856;
  border-color: #64a856;
}
.btn-check:focus + .btn-outline-data,
.btn-outline-data:focus {
  box-shadow: 0 0 0 rgba(100, 168, 86, 0.5);
}
.btn-check:checked + .btn-outline-data,
.btn-check:active + .btn-outline-data,
.btn-outline-data:active,
.btn-outline-data.active,
.btn-outline-data.dropdown-toggle.show {
  color: #fff;
  background-color: #64a856;
  border-color: #64a856;
}
.btn-check:checked + .btn-outline-data:focus,
.btn-check:active + .btn-outline-data:focus,
.btn-outline-data:active:focus,
.btn-outline-data.active:focus,
.btn-outline-data.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(100, 168, 86, 0.5);
}
.btn-outline-data:disabled,
.btn-outline-data.disabled {
  color: #64a856;
  background-color: transparent;
}
.btn-outline-data-light {
  color: #eaf3e8;
  border-color: #eaf3e8;
}
.btn-outline-data-light:hover {
  color: #333359;
  background-color: #eaf3e8;
  border-color: #eaf3e8;
}
.btn-check:focus + .btn-outline-data-light,
.btn-outline-data-light:focus {
  box-shadow: 0 0 0 rgba(234, 243, 232, 0.5);
}
.btn-check:checked + .btn-outline-data-light,
.btn-check:active + .btn-outline-data-light,
.btn-outline-data-light:active,
.btn-outline-data-light.active,
.btn-outline-data-light.dropdown-toggle.show {
  color: #333359;
  background-color: #eaf3e8;
  border-color: #eaf3e8;
}
.btn-check:checked + .btn-outline-data-light:focus,
.btn-check:active + .btn-outline-data-light:focus,
.btn-outline-data-light:active:focus,
.btn-outline-data-light.active:focus,
.btn-outline-data-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(234, 243, 232, 0.5);
}
.btn-outline-data-light:disabled,
.btn-outline-data-light.disabled {
  color: #eaf3e8;
  background-color: transparent;
}
.btn-link {
  font-weight: 400;
  color: #3174ff;
  text-decoration: none;
}
.btn-link:hover {
  color: #275dcc;
}
.btn-link:disabled,
.btn-link.disabled {
  color: #6b7c92;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 14.5px 24px;
  font-size: 0.875rem;
  border-radius: 4px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 9px 14px;
  font-size: 0.75rem;
  border-radius: 4px;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 130px;
  padding: 0.25rem 0;
  margin: 0;
  font-size: 1rem;
  color: #6b7c92;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 0 solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  box-shadow: 0px 2px 8px 0px rgba(51, 51, 89, 0.15);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto /* rtl:ignore */;
  left: 0; /* rtl:ignore */
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0 /* rtl:ignore */;
  left: auto; /* rtl:ignore */
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0; /* rtl:ignore */
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto; /* rtl:ignore */
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0; /* rtl:ignore */
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto; /* rtl:ignore */
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0; /* rtl:ignore */
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto; /* rtl:ignore */
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto /* rtl:ignore */;
    left: 0; /* rtl:ignore */
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0 /* rtl:ignore */;
    left: auto; /* rtl:ignore */
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: '';
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: '';
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: 0.3125rem 0;
  overflow: hidden;
  border-top: 1px solid #eff3fb;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: 8px 15px;
  clear: both;
  font-weight: 400;
  color: #6b7c92;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #3174ff;
  background-color: #f3f6ff;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #3174ff;
  text-decoration: none;
  background-color: #f3f6ff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #c1cfe4;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: 0.25rem 15px;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #c1cfe4;
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: 8px 15px;
  color: #6b7c92;
}
.dropdown-menu-dark {
  color: #d3dbec;
  background-color: #3e4048;
  border-color: rgba(0, 0, 0, 0);
}
.dropdown-menu-dark .dropdown-item {
  color: #d3dbec;
}
.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #3174ff;
  background-color: #f3f6ff;
}
.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #aeb6c7;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: #eff3fb;
}
.dropdown-menu-dark .dropdown-item-text {
  color: #d3dbec;
}
.dropdown-menu-dark .dropdown-header {
  color: #aeb6c7;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: 0;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 13.5px;
  padding-left: 13.5px;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 10.5px;
  padding-left: 10.5px;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 18px;
  padding-left: 18px;
}
.btn-group.show .dropdown-toggle.btn-link {
  box-shadow: none;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: 0;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link,
.nav.nav-secondary .nav-secondary-link {
  display: block;
  padding: 0.5rem 1rem;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link,
  .nav.nav-secondary .nav-secondary-link {
    transition: none;
  }
}
.nav-link.disabled,
.nav.nav-secondary .disabled.nav-secondary-link {
  color: #6b7c92;
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  border-bottom: 0 solid #d3dbec;
}
.nav-tabs .nav-link,
.nav-tabs .nav.nav-secondary .nav-secondary-link,
.nav.nav-secondary .nav-tabs .nav-secondary-link {
  margin-bottom: 0;
  background: none;
  border: 0 solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav.nav-secondary .nav-secondary-link:hover,
.nav.nav-secondary .nav-tabs .nav-secondary-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav.nav-secondary .nav-secondary-link:focus,
.nav.nav-secondary .nav-tabs .nav-secondary-link:focus {
  border-color: #eff3fb #eff3fb #d3dbec;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled,
.nav-tabs .nav.nav-secondary .disabled.nav-secondary-link,
.nav.nav-secondary .nav-tabs .disabled.nav-secondary-link {
  color: #6b7c92;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav.nav-secondary .active.nav-secondary-link,
.nav.nav-secondary .nav-tabs .active.nav-secondary-link,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-item.show .nav.nav-secondary .nav-secondary-link,
.nav.nav-secondary .nav-tabs .nav-item.show .nav-secondary-link,
.nav-tabs .nav.nav-secondary .show.nav-secondary-link .nav-link,
.nav-tabs .nav.nav-secondary .show.nav-secondary-link .nav-secondary-link,
.nav.nav-secondary .nav-tabs .show.nav-secondary-link .nav-link,
.nav.nav-secondary .nav-tabs .show.nav-secondary-link .nav-secondary-link {
  color: #3174ff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #d3dbec #d3dbec rgba(0, 0, 0, 0);
}
.nav-tabs .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills .nav-link,
.nav-pills .nav.nav-secondary .nav-secondary-link,
.nav.nav-secondary .nav-pills .nav-secondary-link {
  background: none;
  border: 0;
  border-radius: 4px;
}
.nav-pills .nav-link.active,
.nav-pills .nav.nav-secondary .active.nav-secondary-link,
.nav.nav-secondary .nav-pills .active.nav-secondary-link,
.nav-pills .show > .nav-link,
.nav-pills .nav.nav-secondary .show > .nav-secondary-link,
.nav.nav-secondary .nav-pills .show > .nav-secondary-link {
  color: #fff;
  background-color: #3174ff;
}
.nav-fill > .nav-link,
.nav-fill .nav-item,
.nav-fill .nav.nav-secondary .nav-secondary-link,
.nav.nav-secondary .nav-fill .nav-secondary-link {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item,
.nav-justified .nav.nav-secondary .nav-secondary-link,
.nav.nav-secondary .nav-justified .nav-secondary-link {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-fill .nav-item .nav.nav-secondary .nav-secondary-link,
.nav.nav-secondary .nav-fill .nav-item .nav-secondary-link,
.nav-fill .nav.nav-secondary .nav-secondary-link .nav-link,
.nav-fill .nav.nav-secondary .nav-secondary-link .nav-secondary-link,
.nav.nav-secondary .nav-fill .nav-secondary-link .nav-link,
.nav.nav-secondary .nav-fill .nav-secondary-link .nav-secondary-link,
.nav-justified .nav-item .nav-link,
.nav-justified .nav-item .nav.nav-secondary .nav-secondary-link,
.nav.nav-secondary .nav-justified .nav-item .nav-secondary-link,
.nav-justified .nav.nav-secondary .nav-secondary-link .nav-link,
.nav-justified .nav.nav-secondary .nav-secondary-link .nav-secondary-link,
.nav.nav-secondary .nav-justified .nav-secondary-link .nav-link,
.nav.nav-secondary .nav-justified .nav-secondary-link .nav-secondary-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > #map-carousel,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > #navbar:not(.navbar-small),
.navbar > .container-xl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 0;
  font-size: 1.25rem;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link,
.navbar-nav .nav.nav-secondary .nav-secondary-link,
.nav.nav-secondary .navbar-nav .nav-secondary-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: 0 0;
  font-size: 0.9375rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: 0;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0;
}
.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%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link,
  .navbar-expand-sm .navbar-nav .nav.nav-secondary .nav-secondary-link,
  .nav.nav-secondary .navbar-expand-sm .navbar-nav .nav-secondary-link {
    padding-right: 16px;
    padding-left: 16px;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link,
  .navbar-expand-md .navbar-nav .nav.nav-secondary .nav-secondary-link,
  .nav.nav-secondary .navbar-expand-md .navbar-nav .nav-secondary-link {
    padding-right: 16px;
    padding-left: 16px;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link,
  .navbar-expand-lg .navbar-nav .nav.nav-secondary .nav-secondary-link,
  .nav.nav-secondary .navbar-expand-lg .navbar-nav .nav-secondary-link {
    padding-right: 16px;
    padding-left: 16px;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link,
  .navbar-expand-xl .navbar-nav .nav.nav-secondary .nav-secondary-link,
  .nav.nav-secondary .navbar-expand-xl .navbar-nav .nav-secondary-link {
    padding-right: 16px;
    padding-left: 16px;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link,
.navbar-expand .navbar-nav .nav.nav-secondary .nav-secondary-link,
.nav.nav-secondary .navbar-expand .navbar-nav .nav-secondary-link {
  padding-right: 16px;
  padding-left: 16px;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand {
  color: #fff;
}
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav.nav-secondary .nav-secondary-link,
.nav.nav-secondary .navbar-light .navbar-nav .nav-secondary-link {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav.nav-secondary .nav-secondary-link:hover,
.nav.nav-secondary .navbar-light .navbar-nav .nav-secondary-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav.nav-secondary .nav-secondary-link:focus,
.nav.nav-secondary .navbar-light .navbar-nav .nav-secondary-link:focus {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link.disabled,
.navbar-light .navbar-nav .nav.nav-secondary .disabled.nav-secondary-link,
.nav.nav-secondary .navbar-light .navbar-nav .disabled.nav-secondary-link {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav.nav-secondary .show > .nav-secondary-link,
.nav.nav-secondary .navbar-light .navbar-nav .show > .nav-secondary-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav.nav-secondary .active.nav-secondary-link,
.nav.nav-secondary .navbar-light .navbar-nav .active.nav-secondary-link {
  color: #fff;
}
.navbar-light .navbar-toggler {
  color: #fff;
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: none;
}
.navbar-light .navbar-text {
  color: #fff;
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: #fff;
}
.navbar-dark .navbar-brand {
  color: #333359;
}
.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #333359;
}
.navbar-dark .navbar-nav .nav-link,
.navbar-dark .navbar-nav .nav.nav-secondary .nav-secondary-link,
.nav.nav-secondary .navbar-dark .navbar-nav .nav-secondary-link {
  color: #333359;
}
.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav.nav-secondary .nav-secondary-link:hover,
.nav.nav-secondary .navbar-dark .navbar-nav .nav-secondary-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav.nav-secondary .nav-secondary-link:focus,
.nav.nav-secondary .navbar-dark .navbar-nav .nav-secondary-link:focus {
  color: #333359;
}
.navbar-dark .navbar-nav .nav-link.disabled,
.navbar-dark .navbar-nav .nav.nav-secondary .disabled.nav-secondary-link,
.nav.nav-secondary .navbar-dark .navbar-nav .disabled.nav-secondary-link {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav.nav-secondary .show > .nav-secondary-link,
.nav.nav-secondary .navbar-dark .navbar-nav .show > .nav-secondary-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav.nav-secondary .active.nav-secondary-link,
.nav.nav-secondary .navbar-dark .navbar-nav .active.nav-secondary-link {
  color: #333359;
}
.navbar-dark .navbar-toggler {
  color: #333359;
  border-color: 0;
}
.navbar-dark .navbar-toggler-icon {
  background-image: none;
}
.navbar-dark .navbar-text {
  color: #333359;
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #333359;
}
.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: 4px;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: 0.625rem 0.625rem;
}
.card-title {
  margin-bottom: 0.3125rem;
}
.card-subtitle {
  margin-top: -0.15625rem;
  margin-bottom: 0;
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 0.625rem;
}
.card-header {
  padding: 0.3125rem 0.625rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: 3px 3px 0 0;
}
.card-footer {
  padding: 0.3125rem 0.625rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 3px 3px;
}
.card-header-tabs {
  margin-right: -0.3125rem;
  margin-bottom: -0.3125rem;
  margin-left: -0.3125rem;
  border-bottom: 0;
}
.card-header-tabs .nav-link.active,
.card-header-tabs .nav.nav-secondary .active.nav-secondary-link,
.nav.nav-secondary .card-header-tabs .active.nav-secondary-link {
  background-color: #fff;
  border-bottom-color: #fff;
}
.card-header-pills {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.625rem;
  border-radius: 3px;
}
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #6b7c92;
  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) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #2c68e6;
  background-color: #eaf1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.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='%232c68e6'%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);
}
.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='%236b7c92'%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) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #3174ff;
  outline: 0;
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.accordion-body {
  padding: 1rem 1.25rem;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6b7c92;
  content: var(
    --bs-breadcrumb-divider,
    '/'
  ); /* rtl: var(--bs-breadcrumb-divider, "/") */
}
.breadcrumb-item.active {
  color: #6b7c92;
}
.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  color: #3174ff;
  background-color: #fff;
  border: 1px solid #d3dbec;
  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) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #275dcc;
  background-color: #eff3fb;
  border-color: #d3dbec;
}
.page-link:focus {
  z-index: 3;
  color: #275dcc;
  background-color: #eff3fb;
  outline: 0;
  box-shadow: 0 0 0 0 rgba(49, 116, 255, 0.25);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #3174ff;
  border-color: #3174ff;
}
.page-item.disabled .page-link {
  color: #6b7c92;
  pointer-events: none;
  background-color: #fff;
  border-color: #d3dbec;
}
.page-link {
  padding: 0.375rem 0.75rem;
}
.page-item:first-child .page-link {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 0.75em;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 2px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 500;
}
.alert-dismissible {
  padding-right: 3.75rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.9375rem 1.25rem;
}
.alert-primary {
  color: #1d4699;
  background-color: #d6e3ff;
  border-color: #c1d5ff;
}
.alert-primary .alert-link {
  color: #17387a;
}
.alert-secondary {
  color: #1f1f35;
  background-color: #d6d6de;
  border-color: #c2c2cd;
}
.alert-secondary .alert-link {
  color: #19192a;
}
.alert-success {
  color: #567a56;
  background-color: #e9f5e9;
  border-color: #deefde;
}
.alert-success .alert-link {
  color: #456245;
}
.alert-info {
  color: #61676e;
  background-color: #eceef1;
  border-color: #e3e6e9;
}
.alert-info .alert-link {
  color: #4e5258;
}
.alert-warning {
  color: #995638;
  background-color: #ffe9df;
  border-color: #ffdecf;
}
.alert-warning .alert-link {
  color: #7a452d;
}
.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}
.alert-white {
  color: #999;
  background-color: #fff;
  border-color: #fff;
}
.alert-white .alert-link {
  color: #7a7a7a;
}
.alert-lighter {
  color: #929499;
  background-color: #fdfdff;
  border-color: #fbfcff;
}
.alert-lighter .alert-link {
  color: #75767a;
}
.alert-light {
  color: #7f838e;
  background-color: #f6f8fb;
  border-color: #f2f4f9;
}
.alert-light .alert-link {
  color: #666972;
}
.alert-dark {
  color: #404a58;
  background-color: #e1e5e9;
  border-color: #d3d8de;
}
.alert-dark .alert-link {
  color: #333b46;
}
.alert-darker {
  color: #292c31;
  background-color: #dadbdc;
  border-color: #c7c8cb;
}
.alert-darker .alert-link {
  color: #212327;
}
.alert-cloud {
  color: #083a77;
  background-color: #cfdff4;
  border-color: #b7d0ee;
}
.alert-cloud .alert-link {
  color: #062e5f;
}
.alert-cloud-s {
  color: #1a5397;
  background-color: #d5e8fe;
  border-color: #bfdcfe;
}
.alert-cloud-s .alert-link {
  color: #154279;
}
.alert-cloud-light {
  color: #919598;
  background-color: #fcfeff;
  border-color: #fbfdff;
}
.alert-cloud-light .alert-link {
  color: #74777a;
}
.alert-desktop {
  color: #442f64;
  background-color: #e3dced;
  border-color: #d5cae5;
}
.alert-desktop .alert-link {
  color: #362650;
}
.alert-desktop-s {
  color: #65196d;
  background-color: #eed4f0;
  border-color: #e5bfe9;
}
.alert-desktop-s .alert-link {
  color: #511457;
}
.alert-desktop-light {
  color: #918e95;
  background-color: #fcfbfe;
  border-color: #fbfafd;
}
.alert-desktop-light .alert-link {
  color: #747277;
}
.alert-mobile {
  color: #008086;
  background-color: #ccf7f9;
  border-color: #b3f2f5;
}
.alert-mobile .alert-link {
  color: #00666b;
}
.alert-mobile-s {
  color: #026176;
  background-color: #cdecf3;
  border-color: #b3e3ed;
}
.alert-mobile-s .alert-link {
  color: #024e5e;
}
.alert-mobile-light {
  color: #839395;
  background-color: #f8fdfe;
  border-color: #f4fcfd;
}
.alert-mobile-light .alert-link {
  color: #697677;
}
.alert-engine {
  color: #894d20;
  background-color: #fae6d7;
  border-color: #f7d9c2;
}
.alert-engine .alert-link {
  color: #6e3e1a;
}
.alert-engine-s {
  color: #99432e;
  background-color: #ffe2db;
  border-color: #ffd4c9;
}
.alert-engine-s .alert-link {
  color: #7a3625;
}
.alert-engine-light {
  color: #97928c;
  background-color: #fefdfb;
  border-color: #fefbf8;
}
.alert-engine-light .alert-link {
  color: #797570;
}
.alert-cluster {
  color: #894d20;
  background-color: #fae6d7;
  border-color: #f7d9c2;
}
.alert-cluster .alert-link {
  color: #6e3e1a;
}
.alert-cluster-s {
  color: #997934;
  background-color: #fff4dd;
  border-color: #ffefcd;
}
.alert-cluster-s .alert-link {
  color: #7a612a;
}
.alert-cluster-light {
  color: #978f86;
  background-color: #fefcf9;
  border-color: #fefaf6;
}
.alert-cluster-light .alert-link {
  color: #79726b;
}
.alert-server {
  color: #8a2025;
  background-color: #fad7d8;
  border-color: #f8c2c5;
}
.alert-server .alert-link {
  color: #6e1a1e;
}
.alert-server-s {
  color: #850a29;
  background-color: #f8cfda;
  border-color: #f5b8c7;
}
.alert-server-s .alert-link {
  color: #6a0821;
}
.alert-server-light {
  color: #938181;
  background-color: #fdf7f7;
  border-color: #fcf3f3;
}
.alert-server-light .alert-link {
  color: #766767;
}
.alert-data {
  color: #3c6534;
  background-color: #e0eedd;
  border-color: #d1e5cc;
}
.alert-data .alert-link {
  color: #30512a;
}
.alert-data-light {
  color: #8c928b;
  background-color: #fbfdfa;
  border-color: #f9fbf8;
}
.alert-data-light .alert-link {
  color: #70756f;
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #eff3fb;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #3174ff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.15) 50%,
    rgba(255, 255, 255, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 4px;
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, '.') '. ';
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: #444952;
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #444952;
  text-decoration: none;
  background-color: #f3f6ff;
}
.list-group-item-action:active {
  color: #6b7c92;
  background-color: #eff3fb;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 0.3125rem 0.625rem;
  color: #333359;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: #6b7c92;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #3174ff;
  border-color: #3174ff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 4px;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  color: #1d4699;
  background-color: #d6e3ff;
}
.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #1d4699;
  background-color: #c1cce6;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #1d4699;
  border-color: #1d4699;
}
.list-group-item-secondary {
  color: #1f1f35;
  background-color: #d6d6de;
}
.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #1f1f35;
  background-color: #c1c1c8;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #1f1f35;
  border-color: #1f1f35;
}
.list-group-item-success {
  color: #567a56;
  background-color: #e9f5e9;
}
.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #567a56;
  background-color: #d2ddd2;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #567a56;
  border-color: #567a56;
}
.list-group-item-info {
  color: #61676e;
  background-color: #eceef1;
}
.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #61676e;
  background-color: #d4d6d9;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #61676e;
  border-color: #61676e;
}
.list-group-item-warning {
  color: #995638;
  background-color: #ffe9df;
}
.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #995638;
  background-color: #e6d2c9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #995638;
  border-color: #995638;
}
.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029;
}
.list-group-item-white {
  color: #999;
  background-color: #fff;
}
.list-group-item-white.list-group-item-action:hover,
.list-group-item-white.list-group-item-action:focus {
  color: #999;
  background-color: #e6e6e6;
}
.list-group-item-white.list-group-item-action.active {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.list-group-item-lighter {
  color: #929499;
  background-color: #fdfdff;
}
.list-group-item-lighter.list-group-item-action:hover,
.list-group-item-lighter.list-group-item-action:focus {
  color: #929499;
  background-color: #e4e4e6;
}
.list-group-item-lighter.list-group-item-action.active {
  color: #fff;
  background-color: #929499;
  border-color: #929499;
}
.list-group-item-light {
  color: #7f838e;
  background-color: #f6f8fb;
}
.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #7f838e;
  background-color: #dddfe2;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7f838e;
  border-color: #7f838e;
}
.list-group-item-dark {
  color: #404a58;
  background-color: #e1e5e9;
}
.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #404a58;
  background-color: #cbced2;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #404a58;
  border-color: #404a58;
}
.list-group-item-darker {
  color: #292c31;
  background-color: #dadbdc;
}
.list-group-item-darker.list-group-item-action:hover,
.list-group-item-darker.list-group-item-action:focus {
  color: #292c31;
  background-color: #c4c5c6;
}
.list-group-item-darker.list-group-item-action.active {
  color: #fff;
  background-color: #292c31;
  border-color: #292c31;
}
.list-group-item-cloud {
  color: #083a77;
  background-color: #cfdff4;
}
.list-group-item-cloud.list-group-item-action:hover,
.list-group-item-cloud.list-group-item-action:focus {
  color: #083a77;
  background-color: #bac9dc;
}
.list-group-item-cloud.list-group-item-action.active {
  color: #fff;
  background-color: #083a77;
  border-color: #083a77;
}
.list-group-item-cloud-s {
  color: #1a5397;
  background-color: #d5e8fe;
}
.list-group-item-cloud-s.list-group-item-action:hover,
.list-group-item-cloud-s.list-group-item-action:focus {
  color: #1a5397;
  background-color: #c0d1e5;
}
.list-group-item-cloud-s.list-group-item-action.active {
  color: #fff;
  background-color: #1a5397;
  border-color: #1a5397;
}
.list-group-item-cloud-light {
  color: #919598;
  background-color: #fcfeff;
}
.list-group-item-cloud-light.list-group-item-action:hover,
.list-group-item-cloud-light.list-group-item-action:focus {
  color: #919598;
  background-color: #e3e5e6;
}
.list-group-item-cloud-light.list-group-item-action.active {
  color: #fff;
  background-color: #919598;
  border-color: #919598;
}
.list-group-item-desktop {
  color: #442f64;
  background-color: #e3dced;
}
.list-group-item-desktop.list-group-item-action:hover,
.list-group-item-desktop.list-group-item-action:focus {
  color: #442f64;
  background-color: #ccc6d5;
}
.list-group-item-desktop.list-group-item-action.active {
  color: #fff;
  background-color: #442f64;
  border-color: #442f64;
}
.list-group-item-desktop-s {
  color: #65196d;
  background-color: #eed4f0;
}
.list-group-item-desktop-s.list-group-item-action:hover,
.list-group-item-desktop-s.list-group-item-action:focus {
  color: #65196d;
  background-color: #d6bfd8;
}
.list-group-item-desktop-s.list-group-item-action.active {
  color: #fff;
  background-color: #65196d;
  border-color: #65196d;
}
.list-group-item-desktop-light {
  color: #918e95;
  background-color: #fcfbfe;
}
.list-group-item-desktop-light.list-group-item-action:hover,
.list-group-item-desktop-light.list-group-item-action:focus {
  color: #918e95;
  background-color: #e3e2e5;
}
.list-group-item-desktop-light.list-group-item-action.active {
  color: #fff;
  background-color: #918e95;
  border-color: #918e95;
}
.list-group-item-mobile {
  color: #008086;
  background-color: #ccf7f9;
}
.list-group-item-mobile.list-group-item-action:hover,
.list-group-item-mobile.list-group-item-action:focus {
  color: #008086;
  background-color: #b8dee0;
}
.list-group-item-mobile.list-group-item-action.active {
  color: #fff;
  background-color: #008086;
  border-color: #008086;
}
.list-group-item-mobile-s {
  color: #026176;
  background-color: #cdecf3;
}
.list-group-item-mobile-s.list-group-item-action:hover,
.list-group-item-mobile-s.list-group-item-action:focus {
  color: #026176;
  background-color: #b9d4db;
}
.list-group-item-mobile-s.list-group-item-action.active {
  color: #fff;
  background-color: #026176;
  border-color: #026176;
}
.list-group-item-mobile-light {
  color: #839395;
  background-color: #f8fdfe;
}
.list-group-item-mobile-light.list-group-item-action:hover,
.list-group-item-mobile-light.list-group-item-action:focus {
  color: #839395;
  background-color: #dfe4e5;
}
.list-group-item-mobile-light.list-group-item-action.active {
  color: #fff;
  background-color: #839395;
  border-color: #839395;
}
.list-group-item-engine {
  color: #894d20;
  background-color: #fae6d7;
}
.list-group-item-engine.list-group-item-action:hover,
.list-group-item-engine.list-group-item-action:focus {
  color: #894d20;
  background-color: #e1cfc2;
}
.list-group-item-engine.list-group-item-action.active {
  color: #fff;
  background-color: #894d20;
  border-color: #894d20;
}
.list-group-item-engine-s {
  color: #99432e;
  background-color: #ffe2db;
}
.list-group-item-engine-s.list-group-item-action:hover,
.list-group-item-engine-s.list-group-item-action:focus {
  color: #99432e;
  background-color: #e6cbc5;
}
.list-group-item-engine-s.list-group-item-action.active {
  color: #fff;
  background-color: #99432e;
  border-color: #99432e;
}
.list-group-item-engine-light {
  color: #97928c;
  background-color: #fefdfb;
}
.list-group-item-engine-light.list-group-item-action:hover,
.list-group-item-engine-light.list-group-item-action:focus {
  color: #97928c;
  background-color: #e5e4e2;
}
.list-group-item-engine-light.list-group-item-action.active {
  color: #fff;
  background-color: #97928c;
  border-color: #97928c;
}
.list-group-item-cluster {
  color: #894d20;
  background-color: #fae6d7;
}
.list-group-item-cluster.list-group-item-action:hover,
.list-group-item-cluster.list-group-item-action:focus {
  color: #894d20;
  background-color: #e1cfc2;
}
.list-group-item-cluster.list-group-item-action.active {
  color: #fff;
  background-color: #894d20;
  border-color: #894d20;
}
.list-group-item-cluster-s {
  color: #997934;
  background-color: #fff4dd;
}
.list-group-item-cluster-s.list-group-item-action:hover,
.list-group-item-cluster-s.list-group-item-action:focus {
  color: #997934;
  background-color: #e6dcc7;
}
.list-group-item-cluster-s.list-group-item-action.active {
  color: #fff;
  background-color: #997934;
  border-color: #997934;
}
.list-group-item-cluster-light {
  color: #978f86;
  background-color: #fefcf9;
}
.list-group-item-cluster-light.list-group-item-action:hover,
.list-group-item-cluster-light.list-group-item-action:focus {
  color: #978f86;
  background-color: #e5e3e0;
}
.list-group-item-cluster-light.list-group-item-action.active {
  color: #fff;
  background-color: #978f86;
  border-color: #978f86;
}
.list-group-item-server {
  color: #8a2025;
  background-color: #fad7d8;
}
.list-group-item-server.list-group-item-action:hover,
.list-group-item-server.list-group-item-action:focus {
  color: #8a2025;
  background-color: #e1c2c2;
}
.list-group-item-server.list-group-item-action.active {
  color: #fff;
  background-color: #8a2025;
  border-color: #8a2025;
}
.list-group-item-server-s {
  color: #850a29;
  background-color: #f8cfda;
}
.list-group-item-server-s.list-group-item-action:hover,
.list-group-item-server-s.list-group-item-action:focus {
  color: #850a29;
  background-color: #dfbac4;
}
.list-group-item-server-s.list-group-item-action.active {
  color: #fff;
  background-color: #850a29;
  border-color: #850a29;
}
.list-group-item-server-light {
  color: #938181;
  background-color: #fdf7f7;
}
.list-group-item-server-light.list-group-item-action:hover,
.list-group-item-server-light.list-group-item-action:focus {
  color: #938181;
  background-color: #e4dede;
}
.list-group-item-server-light.list-group-item-action.active {
  color: #fff;
  background-color: #938181;
  border-color: #938181;
}
.list-group-item-data {
  color: #3c6534;
  background-color: #e0eedd;
}
.list-group-item-data.list-group-item-action:hover,
.list-group-item-data.list-group-item-action:focus {
  color: #3c6534;
  background-color: #cad6c7;
}
.list-group-item-data.list-group-item-action.active {
  color: #fff;
  background-color: #3c6534;
  border-color: #3c6534;
}
.list-group-item-data-light {
  color: #8c928b;
  background-color: #fbfdfa;
}
.list-group-item-data-light.list-group-item-action:hover,
.list-group-item-data-light.list-group-item-action:focus {
  color: #8c928b;
  background-color: #e2e4e1;
}
.list-group-item-data-light.list-group-item-action.active {
  color: #fff;
  background-color: #8c928b;
  border-color: #8c928b;
}
.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: 4px;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(49, 116, 255, 0.25);
  opacity: 1;
}
.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  user-select: none;
  opacity: 0.25;
}
.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}
.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: 0px 10px 35px 0px rgba(51, 51, 89, 0.15);
  border-radius: 4px;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}
.toast-container {
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 30px;
}
.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6b7c92;
  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: 3px;
  border-top-right-radius: 3px;
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}
.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 15px;
  box-shadow: 0px 2px 8px 0px rgba(51, 51, 89, 0.15);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem 0.625rem;
  border-bottom: 1px solid #d3dbec;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.modal-header .btn-close {
  padding: 0.3125rem 0.3125rem;
  margin: -0.3125rem -0.3125rem -0.3125rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0.625rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.375rem;
  border-top: 1px solid #d3dbec;
  border-bottom-right-radius: 14px;
  border-bottom-left-radius: 14px;
}
.modal-footer > * {
  margin: 0.25rem;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-content {
    box-shadow: 0px 10px 35px 0px rgba(51, 51, 89, 0.15);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
.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;
}
.tooltip.show {
  opacity: 1;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: '';
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^='top'] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^='top'] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^='top'] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #333359;
}
.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^='right'] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^='right'] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^='right'] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #333359;
}
.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^='bottom'] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^='bottom'] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^='bottom'] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #333359;
}
.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^='left'] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^='left'] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^='left'] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #333359;
}
.tooltip-inner {
  max-width: 200px;
  padding: 0.625rem 0.625rem;
  color: #fff;
  text-align: center;
  background-color: #333359;
  border-radius: 8px;
}
.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: 15px;
  box-shadow: 0px 10px 35px 0px rgba(51, 51, 89, 0.15);
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: '';
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before,
.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);
}
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^='top'] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^='right'] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before,
.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);
}
.bs-popover-end > .popover-arrow::after,
.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;
}
.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^='bottom'] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before,
.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);
}
.bs-popover-bottom > .popover-arrow::after,
.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;
}
.bs-popover-bottom .popover-header::before,
.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;
}
.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^='left'] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before,
.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);
}
.bs-popover-start > .popover-arrow::after,
.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;
}
.popover-header {
  padding: 0.5rem 0.625rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #333359;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.625rem 0.625rem;
  color: #6b7c92;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: '';
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.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");
}
.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");
}
.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;
}
.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) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg); /* rtl:ignore */
  }
}
.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%;
  animation: 0.75s linear infinite spinner-border;
}
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}
.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1040;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  box-shadow: 0px 2px 8px 0px rgba(51, 51, 89, 0.15);
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem 0.625rem;
}
.offcanvas-header .btn-close {
  padding: 0.3125rem 0.3125rem;
  margin: -0.3125rem -0.3125rem -0.3125rem auto;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.offcanvas-body {
  flex-grow: 1;
  padding: 0.625rem 0.625rem;
  overflow-y: auto;
}
.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}
.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}
.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%);
}
.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}
.offcanvas.show {
  transform: none;
}
.clearfix::after {
  display: block;
  clear: both;
  content: '';
}
.link-primary {
  color: #3174ff;
}
.link-primary:hover,
.link-primary:focus {
  color: #275dcc;
}
.link-secondary {
  color: #333359;
}
.link-secondary:hover,
.link-secondary:focus {
  color: #292947;
}
.link-success {
  color: #90cb90;
}
.link-success:hover,
.link-success:focus {
  color: #a6d5a6;
}
.link-info {
  color: #a1acb7;
}
.link-info:hover,
.link-info:focus {
  color: #b4bdc5;
}
.link-warning {
  color: #ff905e;
}
.link-warning:hover,
.link-warning:focus {
  color: #ffa67e;
}
.link-danger {
  color: #dc3545;
}
.link-danger:hover,
.link-danger:focus {
  color: #b02a37;
}
.link-white {
  color: #fff;
}
.link-white:hover,
.link-white:focus {
  color: #fff;
}
.link-lighter {
  color: #f3f6ff;
}
.link-lighter:hover,
.link-lighter:focus {
  color: #f5f8ff;
}
.link-light {
  color: #d3dbec;
}
.link-light:hover,
.link-light:focus {
  color: #dce2f0;
}
.link-dark {
  color: #6b7c92;
}
.link-dark:hover,
.link-dark:focus {
  color: #566375;
}
.link-darker {
  color: #444952;
}
.link-darker:hover,
.link-darker:focus {
  color: #363a42;
}
.link-cloud {
  color: #0e61c6;
}
.link-cloud:hover,
.link-cloud:focus {
  color: #0b4e9e;
}
.link-cloud-s {
  color: #2b8bfb;
}
.link-cloud-s:hover,
.link-cloud-s:focus {
  color: #226fc9;
}
.link-cloud-light {
  color: #f2f8fe;
}
.link-cloud-light:hover,
.link-cloud-light:focus {
  color: #f5f9fe;
}
.link-desktop {
  color: #724fa7;
}
.link-desktop:hover,
.link-desktop:focus {
  color: #5b3f86;
}
.link-desktop-s {
  color: #a82ab6;
}
.link-desktop-s:hover,
.link-desktop-s:focus {
  color: #862292;
}
.link-desktop-light {
  color: #f1edf8;
}
.link-desktop-light:hover,
.link-desktop-light:focus {
  color: #f4f1f9;
}
.link-mobile {
  color: #00d5df;
}
.link-mobile:hover,
.link-mobile:focus {
  color: #33dde5;
}
.link-mobile-s {
  color: #03a1c4;
}
.link-mobile-s:hover,
.link-mobile-s:focus {
  color: #02819d;
}
.link-mobile-light {
  color: #daf5f9;
}
.link-mobile-light:hover,
.link-mobile-light:focus {
  color: #e1f7fa;
}
.link-engine {
  color: #e58035;
}
.link-engine:hover,
.link-engine:focus {
  color: #b7662a;
}
.link-engine-s {
  color: #ff6f4c;
}
.link-engine-s:hover,
.link-engine-s:focus {
  color: #cc593d;
}
.link-engine-light {
  color: #fcf3e9;
}
.link-engine-light:hover,
.link-engine-light:focus {
  color: #fdf5ed;
}
.link-cluster {
  color: #e58035;
}
.link-cluster:hover,
.link-cluster:focus {
  color: #b7662a;
}
.link-cluster-s {
  color: #ffc957;
}
.link-cluster-s:hover,
.link-cluster-s:focus {
  color: #ffd479;
}
.link-cluster-light {
  color: #fcefe0;
}
.link-cluster-light:hover,
.link-cluster-light:focus {
  color: #fdf2e6;
}
.link-server {
  color: #e6353d;
}
.link-server:hover,
.link-server:focus {
  color: #b82a31;
}
.link-server-s {
  color: #d14;
}
.link-server-s:hover,
.link-server-s:focus {
  color: #b10e36;
}
.link-server-light {
  color: #f5d7d7;
}
.link-server-light:hover,
.link-server-light:focus {
  color: #f7dfdf;
}
.link-data {
  color: #64a856;
}
.link-data:hover,
.link-data:focus {
  color: #508645;
}
.link-data-light {
  color: #eaf3e8;
}
.link-data-light:hover,
.link-data-light:focus {
  color: #eef5ed;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: '';
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%);
}
.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%);
}
.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%);
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.visually-hidden,
.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;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.no-select {
  user-select: none;
}
.uderline {
  text-decoration: underline;
}
.stick-left {
  left: 0;
}
.stick-right {
  right: 0;
}
.stick-top {
  top: 0;
}
.stick-bottom {
  bottom: 0;
}
.svg-text {
  vertical-align: bottom;
}
.events-none {
  pointer-events: none;
}
.link-secondary {
  color: #333359;
}
.link-secondary:hover {
  color: #3174ff;
}
.link-secondary[aria-expanded='true'] {
  color: #3174ff;
}
@media (min-width: 576px) {
  .smaller {
    font-size: 12px;
  }
}
@media (min-width: 576px) {
  .small {
    font-size: 14px;
  }
}
@media (min-width: 576px) {
  .body-size {
    font-size: 16px;
  }
}
@media (min-width: 576px) {
  .big {
    font-size: 18px;
  }
}
@media (min-width: 576px) {
  .bigger {
    font-size: 20px;
  }
}
.shadow-primary {
  box-shadow: 0 10px 30px #3174ff40;
}
.shadow-secondary {
  box-shadow: 0 10px 30px #33335940;
}
.shadow-success {
  box-shadow: 0 10px 30px #90cb9040;
}
.shadow-info {
  box-shadow: 0 10px 30px #a1acb740;
}
.shadow-warning {
  box-shadow: 0 10px 30px #ff905e40;
}
.shadow-danger {
  box-shadow: 0 10px 30px #dc354540;
}
.shadow-white {
  box-shadow: 0 10px 30px #fff40;
}
.shadow-lighter {
  box-shadow: 0 10px 30px #f3f6ff40;
}
.shadow-light {
  box-shadow: 0 10px 30px #d3dbec40;
}
.shadow-dark {
  box-shadow: 0 10px 30px #6b7c9240;
}
.shadow-darker {
  box-shadow: 0 10px 30px #44495240;
}
.shadow-cloud {
  box-shadow: 0 10px 30px #0e61c640;
}
.shadow-cloud-s {
  box-shadow: 0 10px 30px #2b8bfb40;
}
.shadow-cloud-light {
  box-shadow: 0 10px 30px #f2f8fe40;
}
.shadow-desktop {
  box-shadow: 0 10px 30px #724fa740;
}
.shadow-desktop-s {
  box-shadow: 0 10px 30px #a82ab640;
}
.shadow-desktop-light {
  box-shadow: 0 10px 30px #f1edf840;
}
.shadow-mobile {
  box-shadow: 0 10px 30px #00d5df40;
}
.shadow-mobile-s {
  box-shadow: 0 10px 30px #03a1c440;
}
.shadow-mobile-light {
  box-shadow: 0 10px 30px #daf5f940;
}
.shadow-engine {
  box-shadow: 0 10px 30px #e5803540;
}
.shadow-engine-s {
  box-shadow: 0 10px 30px #ff6f4c40;
}
.shadow-engine-light {
  box-shadow: 0 10px 30px #fcf3e940;
}
.shadow-cluster {
  box-shadow: 0 10px 30px #e5803540;
}
.shadow-cluster-s {
  box-shadow: 0 10px 30px #ffc95740;
}
.shadow-cluster-light {
  box-shadow: 0 10px 30px #fcefe040;
}
.shadow-server {
  box-shadow: 0 10px 30px #e6353d40;
}
.shadow-server-s {
  box-shadow: 0 10px 30px #d1440;
}
.shadow-server-light {
  box-shadow: 0 10px 30px #f5d7d740;
}
.shadow-data {
  box-shadow: 0 10px 30px #64a85640;
}
.shadow-data-light {
  box-shadow: 0 10px 30px #eaf3e840;
}
.select-transparent,
.select-transparent:focus {
  background: transparent;
  border: 0;
  text-align-last: center;
  padding: 0;
  text-overflow: ellipsis;
  cursor: pointer;
}
.iframed {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.iframed iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow,
.switcher-pricing-desktop {
  box-shadow: 0px 10px 35px 0px rgba(51, 51, 89, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0px 2px 8px 0px rgba(51, 51, 89, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0px 15px 68px 0px rgba(51, 51, 89, 0.15) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: 1px solid #d3dbec !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: 1px solid #d3dbec !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: 1px solid #d3dbec !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: 1px solid #d3dbec !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: 1px solid #d3dbec !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #3174ff !important;
}
.border-secondary {
  border-color: #333359 !important;
}
.border-success {
  border-color: #90cb90 !important;
}
.border-info {
  border-color: #a1acb7 !important;
}
.border-warning {
  border-color: #ff905e !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-white {
  border-color: #fff !important;
}
.border-lighter {
  border-color: #f3f6ff !important;
}
.border-light {
  border-color: #d3dbec !important;
}
.border-dark {
  border-color: #6b7c92 !important;
}
.border-darker {
  border-color: #444952 !important;
}
.border-cloud {
  border-color: #0e61c6 !important;
}
.border-cloud-s {
  border-color: #2b8bfb !important;
}
.border-cloud-light {
  border-color: #f2f8fe !important;
}
.border-desktop {
  border-color: #724fa7 !important;
}
.border-desktop-s {
  border-color: #a82ab6 !important;
}
.border-desktop-light {
  border-color: #f1edf8 !important;
}
.border-mobile {
  border-color: #00d5df !important;
}
.border-mobile-s {
  border-color: #03a1c4 !important;
}
.border-mobile-light {
  border-color: #daf5f9 !important;
}
.border-engine {
  border-color: #e58035 !important;
}
.border-engine-s {
  border-color: #ff6f4c !important;
}
.border-engine-light {
  border-color: #fcf3e9 !important;
}
.border-cluster {
  border-color: #e58035 !important;
}
.border-cluster-s {
  border-color: #ffc957 !important;
}
.border-cluster-light {
  border-color: #fcefe0 !important;
}
.border-server {
  border-color: #e6353d !important;
}
.border-server-s {
  border-color: #d14 !important;
}
.border-server-light {
  border-color: #f5d7d7 !important;
}
.border-data {
  border-color: #64a856 !important;
}
.border-data-light {
  border-color: #eaf3e8 !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.w-10 {
  width: 10% !important;
}
.w-20 {
  width: 20% !important;
}
.w-25 {
  width: 25% !important;
}
.w-30 {
  width: 30% !important;
}
.w-40 {
  width: 40% !important;
}
.w-50 {
  width: 50% !important;
}
.w-60 {
  width: 60% !important;
}
.w-70 {
  width: 70% !important;
}
.w-75 {
  width: 75% !important;
}
.w-80 {
  width: 80% !important;
}
.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}
.w-100 {
  width: 100% !important;
}
.w-vh {
  width: 100vh !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-300px {
  height: 300px !important;
}
.h-350px {
  height: 350px !important;
}
.h-400px {
  height: 400px !important;
}
.h-450px {
  height: 450px !important;
}
.h-500px {
  height: 500px !important;
}
.h-10 {
  height: 10% !important;
}
.h-20 {
  height: 20% !important;
}
.h-25 {
  height: 25% !important;
}
.h-30 {
  height: 30% !important;
}
.h-40 {
  height: 40% !important;
}
.h-50 {
  height: 50% !important;
}
.h-60 {
  height: 60% !important;
}
.h-70 {
  height: 70% !important;
}
.h-75 {
  height: 75% !important;
}
.h-80 {
  height: 80% !important;
}
.h-85 {
  height: 85% !important;
}
.h-90 {
  height: 90% !important;
}
.h-100 {
  height: 100% !important;
}
.h-vh {
  height: 100vh !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-o5 {
  gap: 0.3125rem !important;
}
.gap-1 {
  gap: 0.625rem !important;
}
.gap-gutter {
  gap: 0.9375rem !important;
}
.gap-2 {
  gap: 1.25rem !important;
}
.gap-3 {
  gap: 1.875rem !important;
}
.gap-4 {
  gap: 2.5rem !important;
}
.gap-5 {
  gap: 3.125rem !important;
}
.gap-6 {
  gap: 3.75rem !important;
}
.gap-7 {
  gap: 4.375rem !important;
}
.gap-8 {
  gap: 5rem !important;
}
.gap-9 {
  gap: 5.625rem !important;
}
.gap-10 {
  gap: 6.25rem !important;
}
.gap-11 {
  gap: 6.875rem !important;
}
.gap-12 {
  gap: 7.5rem !important;
}
.gap-13 {
  gap: 8.125rem !important;
}
.gap-14 {
  gap: 8.75rem !important;
}
.gap-15 {
  gap: 9.375rem !important;
}
.gap-16 {
  gap: 10rem !important;
}
.gap-17 {
  gap: 10.625rem !important;
}
.gap-18 {
  gap: 11.25rem !important;
}
.gap-19 {
  gap: 11.875rem !important;
}
.gap-20 {
  gap: 12.5rem !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-o5 {
  margin: 0.3125rem !important;
}
.m-1 {
  margin: 0.625rem !important;
}
.m-gutter {
  margin: 0.9375rem !important;
}
.m-2 {
  margin: 1.25rem !important;
}
.m-3 {
  margin: 1.875rem !important;
}
.m-4 {
  margin: 2.5rem !important;
}
.m-5 {
  margin: 3.125rem !important;
}
.m-6 {
  margin: 3.75rem !important;
}
.m-7 {
  margin: 4.375rem !important;
}
.m-8 {
  margin: 5rem !important;
}
.m-9 {
  margin: 5.625rem !important;
}
.m-10 {
  margin: 6.25rem !important;
}
.m-11 {
  margin: 6.875rem !important;
}
.m-12 {
  margin: 7.5rem !important;
}
.m-13 {
  margin: 8.125rem !important;
}
.m-14 {
  margin: 8.75rem !important;
}
.m-15 {
  margin: 9.375rem !important;
}
.m-16 {
  margin: 10rem !important;
}
.m-17 {
  margin: 10.625rem !important;
}
.m-18 {
  margin: 11.25rem !important;
}
.m-19 {
  margin: 11.875rem !important;
}
.m-20 {
  margin: 12.5rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-o5 {
  margin-right: 0.3125rem !important;
  margin-left: 0.3125rem !important;
}
.mx-1 {
  margin-right: 0.625rem !important;
  margin-left: 0.625rem !important;
}
.mx-gutter {
  margin-right: 0.9375rem !important;
  margin-left: 0.9375rem !important;
}
.mx-2 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}
.mx-3 {
  margin-right: 1.875rem !important;
  margin-left: 1.875rem !important;
}
.mx-4 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}
.mx-5 {
  margin-right: 3.125rem !important;
  margin-left: 3.125rem !important;
}
.mx-6 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}
.mx-7 {
  margin-right: 4.375rem !important;
  margin-left: 4.375rem !important;
}
.mx-8 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}
.mx-9 {
  margin-right: 5.625rem !important;
  margin-left: 5.625rem !important;
}
.mx-10 {
  margin-right: 6.25rem !important;
  margin-left: 6.25rem !important;
}
.mx-11 {
  margin-right: 6.875rem !important;
  margin-left: 6.875rem !important;
}
.mx-12 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}
.mx-13 {
  margin-right: 8.125rem !important;
  margin-left: 8.125rem !important;
}
.mx-14 {
  margin-right: 8.75rem !important;
  margin-left: 8.75rem !important;
}
.mx-15 {
  margin-right: 9.375rem !important;
  margin-left: 9.375rem !important;
}
.mx-16 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}
.mx-17 {
  margin-right: 10.625rem !important;
  margin-left: 10.625rem !important;
}
.mx-18 {
  margin-right: 11.25rem !important;
  margin-left: 11.25rem !important;
}
.mx-19 {
  margin-right: 11.875rem !important;
  margin-left: 11.875rem !important;
}
.mx-20 {
  margin-right: 12.5rem !important;
  margin-left: 12.5rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-o5 {
  margin-top: 0.3125rem !important;
  margin-bottom: 0.3125rem !important;
}
.my-1 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}
.my-gutter {
  margin-top: 0.9375rem !important;
  margin-bottom: 0.9375rem !important;
}
.my-2 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.my-3 {
  margin-top: 1.875rem !important;
  margin-bottom: 1.875rem !important;
}
.my-4 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.my-5 {
  margin-top: 3.125rem !important;
  margin-bottom: 3.125rem !important;
}
.my-6 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}
.my-7 {
  margin-top: 4.375rem !important;
  margin-bottom: 4.375rem !important;
}
.my-8 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}
.my-9 {
  margin-top: 5.625rem !important;
  margin-bottom: 5.625rem !important;
}
.my-10 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}
.my-11 {
  margin-top: 6.875rem !important;
  margin-bottom: 6.875rem !important;
}
.my-12 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}
.my-13 {
  margin-top: 8.125rem !important;
  margin-bottom: 8.125rem !important;
}
.my-14 {
  margin-top: 8.75rem !important;
  margin-bottom: 8.75rem !important;
}
.my-15 {
  margin-top: 9.375rem !important;
  margin-bottom: 9.375rem !important;
}
.my-16 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}
.my-17 {
  margin-top: 10.625rem !important;
  margin-bottom: 10.625rem !important;
}
.my-18 {
  margin-top: 11.25rem !important;
  margin-bottom: 11.25rem !important;
}
.my-19 {
  margin-top: 11.875rem !important;
  margin-bottom: 11.875rem !important;
}
.my-20 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-o5 {
  margin-top: 0.3125rem !important;
}
.mt-1 {
  margin-top: 0.625rem !important;
}
.mt-gutter {
  margin-top: 0.9375rem !important;
}
.mt-2 {
  margin-top: 1.25rem !important;
}
.mt-3 {
  margin-top: 1.875rem !important;
}
.mt-4 {
  margin-top: 2.5rem !important;
}
.mt-5 {
  margin-top: 3.125rem !important;
}
.mt-6 {
  margin-top: 3.75rem !important;
}
.mt-7 {
  margin-top: 4.375rem !important;
}
.mt-8 {
  margin-top: 5rem !important;
}
.mt-9 {
  margin-top: 5.625rem !important;
}
.mt-10 {
  margin-top: 6.25rem !important;
}
.mt-11 {
  margin-top: 6.875rem !important;
}
.mt-12 {
  margin-top: 7.5rem !important;
}
.mt-13 {
  margin-top: 8.125rem !important;
}
.mt-14 {
  margin-top: 8.75rem !important;
}
.mt-15 {
  margin-top: 9.375rem !important;
}
.mt-16 {
  margin-top: 10rem !important;
}
.mt-17 {
  margin-top: 10.625rem !important;
}
.mt-18 {
  margin-top: 11.25rem !important;
}
.mt-19 {
  margin-top: 11.875rem !important;
}
.mt-20 {
  margin-top: 12.5rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-o5 {
  margin-right: 0.3125rem !important;
}
.me-1 {
  margin-right: 0.625rem !important;
}
.me-gutter {
  margin-right: 0.9375rem !important;
}
.me-2 {
  margin-right: 1.25rem !important;
}
.me-3 {
  margin-right: 1.875rem !important;
}
.me-4 {
  margin-right: 2.5rem !important;
}
.me-5 {
  margin-right: 3.125rem !important;
}
.me-6 {
  margin-right: 3.75rem !important;
}
.me-7 {
  margin-right: 4.375rem !important;
}
.me-8 {
  margin-right: 5rem !important;
}
.me-9 {
  margin-right: 5.625rem !important;
}
.me-10 {
  margin-right: 6.25rem !important;
}
.me-11 {
  margin-right: 6.875rem !important;
}
.me-12 {
  margin-right: 7.5rem !important;
}
.me-13 {
  margin-right: 8.125rem !important;
}
.me-14 {
  margin-right: 8.75rem !important;
}
.me-15 {
  margin-right: 9.375rem !important;
}
.me-16 {
  margin-right: 10rem !important;
}
.me-17 {
  margin-right: 10.625rem !important;
}
.me-18 {
  margin-right: 11.25rem !important;
}
.me-19 {
  margin-right: 11.875rem !important;
}
.me-20 {
  margin-right: 12.5rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-o5 {
  margin-bottom: 0.3125rem !important;
}
.mb-1 {
  margin-bottom: 0.625rem !important;
}
.mb-gutter {
  margin-bottom: 0.9375rem !important;
}
.mb-2 {
  margin-bottom: 1.25rem !important;
}
.mb-3 {
  margin-bottom: 1.875rem !important;
}
.mb-4 {
  margin-bottom: 2.5rem !important;
}
.mb-5 {
  margin-bottom: 3.125rem !important;
}
.mb-6 {
  margin-bottom: 3.75rem !important;
}
.mb-7 {
  margin-bottom: 4.375rem !important;
}
.mb-8 {
  margin-bottom: 5rem !important;
}
.mb-9 {
  margin-bottom: 5.625rem !important;
}
.mb-10 {
  margin-bottom: 6.25rem !important;
}
.mb-11 {
  margin-bottom: 6.875rem !important;
}
.mb-12 {
  margin-bottom: 7.5rem !important;
}
.mb-13 {
  margin-bottom: 8.125rem !important;
}
.mb-14 {
  margin-bottom: 8.75rem !important;
}
.mb-15 {
  margin-bottom: 9.375rem !important;
}
.mb-16 {
  margin-bottom: 10rem !important;
}
.mb-17 {
  margin-bottom: 10.625rem !important;
}
.mb-18 {
  margin-bottom: 11.25rem !important;
}
.mb-19 {
  margin-bottom: 11.875rem !important;
}
.mb-20 {
  margin-bottom: 12.5rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-o5 {
  margin-left: 0.3125rem !important;
}
.ms-1 {
  margin-left: 0.625rem !important;
}
.ms-gutter {
  margin-left: 0.9375rem !important;
}
.ms-2 {
  margin-left: 1.25rem !important;
}
.ms-3 {
  margin-left: 1.875rem !important;
}
.ms-4 {
  margin-left: 2.5rem !important;
}
.ms-5 {
  margin-left: 3.125rem !important;
}
.ms-6 {
  margin-left: 3.75rem !important;
}
.ms-7 {
  margin-left: 4.375rem !important;
}
.ms-8 {
  margin-left: 5rem !important;
}
.ms-9 {
  margin-left: 5.625rem !important;
}
.ms-10 {
  margin-left: 6.25rem !important;
}
.ms-11 {
  margin-left: 6.875rem !important;
}
.ms-12 {
  margin-left: 7.5rem !important;
}
.ms-13 {
  margin-left: 8.125rem !important;
}
.ms-14 {
  margin-left: 8.75rem !important;
}
.ms-15 {
  margin-left: 9.375rem !important;
}
.ms-16 {
  margin-left: 10rem !important;
}
.ms-17 {
  margin-left: 10.625rem !important;
}
.ms-18 {
  margin-left: 11.25rem !important;
}
.ms-19 {
  margin-left: 11.875rem !important;
}
.ms-20 {
  margin-left: 12.5rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.m-no5 {
  margin: -0.3125rem !important;
}
.m-n1 {
  margin: -0.625rem !important;
}
.m-ngutter {
  margin: -0.9375rem !important;
}
.m-n2 {
  margin: -1.25rem !important;
}
.m-n3 {
  margin: -1.875rem !important;
}
.m-n4 {
  margin: -2.5rem !important;
}
.m-n5 {
  margin: -3.125rem !important;
}
.m-n6 {
  margin: -3.75rem !important;
}
.m-n7 {
  margin: -4.375rem !important;
}
.m-n8 {
  margin: -5rem !important;
}
.m-n9 {
  margin: -5.625rem !important;
}
.m-n10 {
  margin: -6.25rem !important;
}
.m-n11 {
  margin: -6.875rem !important;
}
.m-n12 {
  margin: -7.5rem !important;
}
.m-n13 {
  margin: -8.125rem !important;
}
.m-n14 {
  margin: -8.75rem !important;
}
.m-n15 {
  margin: -9.375rem !important;
}
.m-n16 {
  margin: -10rem !important;
}
.m-n17 {
  margin: -10.625rem !important;
}
.m-n18 {
  margin: -11.25rem !important;
}
.m-n19 {
  margin: -11.875rem !important;
}
.m-n20 {
  margin: -12.5rem !important;
}
.mx-no5 {
  margin-right: -0.3125rem !important;
  margin-left: -0.3125rem !important;
}
.mx-n1 {
  margin-right: -0.625rem !important;
  margin-left: -0.625rem !important;
}
.mx-ngutter {
  margin-right: -0.9375rem !important;
  margin-left: -0.9375rem !important;
}
.mx-n2 {
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important;
}
.mx-n3 {
  margin-right: -1.875rem !important;
  margin-left: -1.875rem !important;
}
.mx-n4 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important;
}
.mx-n5 {
  margin-right: -3.125rem !important;
  margin-left: -3.125rem !important;
}
.mx-n6 {
  margin-right: -3.75rem !important;
  margin-left: -3.75rem !important;
}
.mx-n7 {
  margin-right: -4.375rem !important;
  margin-left: -4.375rem !important;
}
.mx-n8 {
  margin-right: -5rem !important;
  margin-left: -5rem !important;
}
.mx-n9 {
  margin-right: -5.625rem !important;
  margin-left: -5.625rem !important;
}
.mx-n10 {
  margin-right: -6.25rem !important;
  margin-left: -6.25rem !important;
}
.mx-n11 {
  margin-right: -6.875rem !important;
  margin-left: -6.875rem !important;
}
.mx-n12 {
  margin-right: -7.5rem !important;
  margin-left: -7.5rem !important;
}
.mx-n13 {
  margin-right: -8.125rem !important;
  margin-left: -8.125rem !important;
}
.mx-n14 {
  margin-right: -8.75rem !important;
  margin-left: -8.75rem !important;
}
.mx-n15 {
  margin-right: -9.375rem !important;
  margin-left: -9.375rem !important;
}
.mx-n16 {
  margin-right: -10rem !important;
  margin-left: -10rem !important;
}
.mx-n17 {
  margin-right: -10.625rem !important;
  margin-left: -10.625rem !important;
}
.mx-n18 {
  margin-right: -11.25rem !important;
  margin-left: -11.25rem !important;
}
.mx-n19 {
  margin-right: -11.875rem !important;
  margin-left: -11.875rem !important;
}
.mx-n20 {
  margin-right: -12.5rem !important;
  margin-left: -12.5rem !important;
}
.my-no5 {
  margin-top: -0.3125rem !important;
  margin-bottom: -0.3125rem !important;
}
.my-n1 {
  margin-top: -0.625rem !important;
  margin-bottom: -0.625rem !important;
}
.my-ngutter {
  margin-top: -0.9375rem !important;
  margin-bottom: -0.9375rem !important;
}
.my-n2 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important;
}
.my-n3 {
  margin-top: -1.875rem !important;
  margin-bottom: -1.875rem !important;
}
.my-n4 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important;
}
.my-n5 {
  margin-top: -3.125rem !important;
  margin-bottom: -3.125rem !important;
}
.my-n6 {
  margin-top: -3.75rem !important;
  margin-bottom: -3.75rem !important;
}
.my-n7 {
  margin-top: -4.375rem !important;
  margin-bottom: -4.375rem !important;
}
.my-n8 {
  margin-top: -5rem !important;
  margin-bottom: -5rem !important;
}
.my-n9 {
  margin-top: -5.625rem !important;
  margin-bottom: -5.625rem !important;
}
.my-n10 {
  margin-top: -6.25rem !important;
  margin-bottom: -6.25rem !important;
}
.my-n11 {
  margin-top: -6.875rem !important;
  margin-bottom: -6.875rem !important;
}
.my-n12 {
  margin-top: -7.5rem !important;
  margin-bottom: -7.5rem !important;
}
.my-n13 {
  margin-top: -8.125rem !important;
  margin-bottom: -8.125rem !important;
}
.my-n14 {
  margin-top: -8.75rem !important;
  margin-bottom: -8.75rem !important;
}
.my-n15 {
  margin-top: -9.375rem !important;
  margin-bottom: -9.375rem !important;
}
.my-n16 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important;
}
.my-n17 {
  margin-top: -10.625rem !important;
  margin-bottom: -10.625rem !important;
}
.my-n18 {
  margin-top: -11.25rem !important;
  margin-bottom: -11.25rem !important;
}
.my-n19 {
  margin-top: -11.875rem !important;
  margin-bottom: -11.875rem !important;
}
.my-n20 {
  margin-top: -12.5rem !important;
  margin-bottom: -12.5rem !important;
}
.mt-no5 {
  margin-top: -0.3125rem !important;
}
.mt-n1 {
  margin-top: -0.625rem !important;
}
.mt-ngutter {
  margin-top: -0.9375rem !important;
}
.mt-n2 {
  margin-top: -1.25rem !important;
}
.mt-n3 {
  margin-top: -1.875rem !important;
}
.mt-n4 {
  margin-top: -2.5rem !important;
}
.mt-n5 {
  margin-top: -3.125rem !important;
}
.mt-n6 {
  margin-top: -3.75rem !important;
}
.mt-n7 {
  margin-top: -4.375rem !important;
}
.mt-n8 {
  margin-top: -5rem !important;
}
.mt-n9 {
  margin-top: -5.625rem !important;
}
.mt-n10 {
  margin-top: -6.25rem !important;
}
.mt-n11 {
  margin-top: -6.875rem !important;
}
.mt-n12 {
  margin-top: -7.5rem !important;
}
.mt-n13 {
  margin-top: -8.125rem !important;
}
.mt-n14 {
  margin-top: -8.75rem !important;
}
.mt-n15 {
  margin-top: -9.375rem !important;
}
.mt-n16 {
  margin-top: -10rem !important;
}
.mt-n17 {
  margin-top: -10.625rem !important;
}
.mt-n18 {
  margin-top: -11.25rem !important;
}
.mt-n19 {
  margin-top: -11.875rem !important;
}
.mt-n20 {
  margin-top: -12.5rem !important;
}
.me-no5 {
  margin-right: -0.3125rem !important;
}
.me-n1 {
  margin-right: -0.625rem !important;
}
.me-ngutter {
  margin-right: -0.9375rem !important;
}
.me-n2 {
  margin-right: -1.25rem !important;
}
.me-n3 {
  margin-right: -1.875rem !important;
}
.me-n4 {
  margin-right: -2.5rem !important;
}
.me-n5 {
  margin-right: -3.125rem !important;
}
.me-n6 {
  margin-right: -3.75rem !important;
}
.me-n7 {
  margin-right: -4.375rem !important;
}
.me-n8 {
  margin-right: -5rem !important;
}
.me-n9 {
  margin-right: -5.625rem !important;
}
.me-n10 {
  margin-right: -6.25rem !important;
}
.me-n11 {
  margin-right: -6.875rem !important;
}
.me-n12 {
  margin-right: -7.5rem !important;
}
.me-n13 {
  margin-right: -8.125rem !important;
}
.me-n14 {
  margin-right: -8.75rem !important;
}
.me-n15 {
  margin-right: -9.375rem !important;
}
.me-n16 {
  margin-right: -10rem !important;
}
.me-n17 {
  margin-right: -10.625rem !important;
}
.me-n18 {
  margin-right: -11.25rem !important;
}
.me-n19 {
  margin-right: -11.875rem !important;
}
.me-n20 {
  margin-right: -12.5rem !important;
}
.mb-no5 {
  margin-bottom: -0.3125rem !important;
}
.mb-n1 {
  margin-bottom: -0.625rem !important;
}
.mb-ngutter {
  margin-bottom: -0.9375rem !important;
}
.mb-n2 {
  margin-bottom: -1.25rem !important;
}
.mb-n3 {
  margin-bottom: -1.875rem !important;
}
.mb-n4 {
  margin-bottom: -2.5rem !important;
}
.mb-n5 {
  margin-bottom: -3.125rem !important;
}
.mb-n6 {
  margin-bottom: -3.75rem !important;
}
.mb-n7 {
  margin-bottom: -4.375rem !important;
}
.mb-n8 {
  margin-bottom: -5rem !important;
}
.mb-n9 {
  margin-bottom: -5.625rem !important;
}
.mb-n10 {
  margin-bottom: -6.25rem !important;
}
.mb-n11 {
  margin-bottom: -6.875rem !important;
}
.mb-n12 {
  margin-bottom: -7.5rem !important;
}
.mb-n13 {
  margin-bottom: -8.125rem !important;
}
.mb-n14 {
  margin-bottom: -8.75rem !important;
}
.mb-n15 {
  margin-bottom: -9.375rem !important;
}
.mb-n16 {
  margin-bottom: -10rem !important;
}
.mb-n17 {
  margin-bottom: -10.625rem !important;
}
.mb-n18 {
  margin-bottom: -11.25rem !important;
}
.mb-n19 {
  margin-bottom: -11.875rem !important;
}
.mb-n20 {
  margin-bottom: -12.5rem !important;
}
.ms-no5 {
  margin-left: -0.3125rem !important;
}
.ms-n1 {
  margin-left: -0.625rem !important;
}
.ms-ngutter {
  margin-left: -0.9375rem !important;
}
.ms-n2 {
  margin-left: -1.25rem !important;
}
.ms-n3 {
  margin-left: -1.875rem !important;
}
.ms-n4 {
  margin-left: -2.5rem !important;
}
.ms-n5 {
  margin-left: -3.125rem !important;
}
.ms-n6 {
  margin-left: -3.75rem !important;
}
.ms-n7 {
  margin-left: -4.375rem !important;
}
.ms-n8 {
  margin-left: -5rem !important;
}
.ms-n9 {
  margin-left: -5.625rem !important;
}
.ms-n10 {
  margin-left: -6.25rem !important;
}
.ms-n11 {
  margin-left: -6.875rem !important;
}
.ms-n12 {
  margin-left: -7.5rem !important;
}
.ms-n13 {
  margin-left: -8.125rem !important;
}
.ms-n14 {
  margin-left: -8.75rem !important;
}
.ms-n15 {
  margin-left: -9.375rem !important;
}
.ms-n16 {
  margin-left: -10rem !important;
}
.ms-n17 {
  margin-left: -10.625rem !important;
}
.ms-n18 {
  margin-left: -11.25rem !important;
}
.ms-n19 {
  margin-left: -11.875rem !important;
}
.ms-n20 {
  margin-left: -12.5rem !important;
}
.p-0 {
  padding: 0 !important;
}
.p-o5 {
  padding: 0.3125rem !important;
}
.p-1 {
  padding: 0.625rem !important;
}
.p-gutter {
  padding: 0.9375rem !important;
}
.p-2 {
  padding: 1.25rem !important;
}
.p-3 {
  padding: 1.875rem !important;
}
.p-4 {
  padding: 2.5rem !important;
}
.p-5 {
  padding: 3.125rem !important;
}
.p-6 {
  padding: 3.75rem !important;
}
.p-7 {
  padding: 4.375rem !important;
}
.p-8 {
  padding: 5rem !important;
}
.p-9 {
  padding: 5.625rem !important;
}
.p-10 {
  padding: 6.25rem !important;
}
.p-11 {
  padding: 6.875rem !important;
}
.p-12 {
  padding: 7.5rem !important;
}
.p-13 {
  padding: 8.125rem !important;
}
.p-14 {
  padding: 8.75rem !important;
}
.p-15 {
  padding: 9.375rem !important;
}
.p-16 {
  padding: 10rem !important;
}
.p-17 {
  padding: 10.625rem !important;
}
.p-18 {
  padding: 11.25rem !important;
}
.p-19 {
  padding: 11.875rem !important;
}
.p-20 {
  padding: 12.5rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-o5 {
  padding-right: 0.3125rem !important;
  padding-left: 0.3125rem !important;
}
.px-1 {
  padding-right: 0.625rem !important;
  padding-left: 0.625rem !important;
}
.px-gutter {
  padding-right: 0.9375rem !important;
  padding-left: 0.9375rem !important;
}
.px-2 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}
.px-3 {
  padding-right: 1.875rem !important;
  padding-left: 1.875rem !important;
}
.px-4 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}
.px-5 {
  padding-right: 3.125rem !important;
  padding-left: 3.125rem !important;
}
.px-6 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}
.px-7 {
  padding-right: 4.375rem !important;
  padding-left: 4.375rem !important;
}
.px-8 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}
.px-9 {
  padding-right: 5.625rem !important;
  padding-left: 5.625rem !important;
}
.px-10 {
  padding-right: 6.25rem !important;
  padding-left: 6.25rem !important;
}
.px-11 {
  padding-right: 6.875rem !important;
  padding-left: 6.875rem !important;
}
.px-12 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}
.px-13 {
  padding-right: 8.125rem !important;
  padding-left: 8.125rem !important;
}
.px-14 {
  padding-right: 8.75rem !important;
  padding-left: 8.75rem !important;
}
.px-15 {
  padding-right: 9.375rem !important;
  padding-left: 9.375rem !important;
}
.px-16 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}
.px-17 {
  padding-right: 10.625rem !important;
  padding-left: 10.625rem !important;
}
.px-18 {
  padding-right: 11.25rem !important;
  padding-left: 11.25rem !important;
}
.px-19 {
  padding-right: 11.875rem !important;
  padding-left: 11.875rem !important;
}
.px-20 {
  padding-right: 12.5rem !important;
  padding-left: 12.5rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-o5 {
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
}
.py-1 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}
.py-gutter {
  padding-top: 0.9375rem !important;
  padding-bottom: 0.9375rem !important;
}
.py-2 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.py-3 {
  padding-top: 1.875rem !important;
  padding-bottom: 1.875rem !important;
}
.py-4 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
.py-5 {
  padding-top: 3.125rem !important;
  padding-bottom: 3.125rem !important;
}
.py-6 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}
.py-7 {
  padding-top: 4.375rem !important;
  padding-bottom: 4.375rem !important;
}
.py-8 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}
.py-9 {
  padding-top: 5.625rem !important;
  padding-bottom: 5.625rem !important;
}
.py-10 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}
.py-11 {
  padding-top: 6.875rem !important;
  padding-bottom: 6.875rem !important;
}
.py-12 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}
.py-13 {
  padding-top: 8.125rem !important;
  padding-bottom: 8.125rem !important;
}
.py-14 {
  padding-top: 8.75rem !important;
  padding-bottom: 8.75rem !important;
}
.py-15 {
  padding-top: 9.375rem !important;
  padding-bottom: 9.375rem !important;
}
.py-16 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}
.py-17 {
  padding-top: 10.625rem !important;
  padding-bottom: 10.625rem !important;
}
.py-18 {
  padding-top: 11.25rem !important;
  padding-bottom: 11.25rem !important;
}
.py-19 {
  padding-top: 11.875rem !important;
  padding-bottom: 11.875rem !important;
}
.py-20 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-o5 {
  padding-top: 0.3125rem !important;
}
.pt-1 {
  padding-top: 0.625rem !important;
}
.pt-gutter {
  padding-top: 0.9375rem !important;
}
.pt-2 {
  padding-top: 1.25rem !important;
}
.pt-3 {
  padding-top: 1.875rem !important;
}
.pt-4 {
  padding-top: 2.5rem !important;
}
.pt-5 {
  padding-top: 3.125rem !important;
}
.pt-6 {
  padding-top: 3.75rem !important;
}
.pt-7 {
  padding-top: 4.375rem !important;
}
.pt-8 {
  padding-top: 5rem !important;
}
.pt-9 {
  padding-top: 5.625rem !important;
}
.pt-10 {
  padding-top: 6.25rem !important;
}
.pt-11 {
  padding-top: 6.875rem !important;
}
.pt-12 {
  padding-top: 7.5rem !important;
}
.pt-13 {
  padding-top: 8.125rem !important;
}
.pt-14 {
  padding-top: 8.75rem !important;
}
.pt-15 {
  padding-top: 9.375rem !important;
}
.pt-16 {
  padding-top: 10rem !important;
}
.pt-17 {
  padding-top: 10.625rem !important;
}
.pt-18 {
  padding-top: 11.25rem !important;
}
.pt-19 {
  padding-top: 11.875rem !important;
}
.pt-20 {
  padding-top: 12.5rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-o5 {
  padding-right: 0.3125rem !important;
}
.pe-1 {
  padding-right: 0.625rem !important;
}
.pe-gutter {
  padding-right: 0.9375rem !important;
}
.pe-2 {
  padding-right: 1.25rem !important;
}
.pe-3 {
  padding-right: 1.875rem !important;
}
.pe-4 {
  padding-right: 2.5rem !important;
}
.pe-5 {
  padding-right: 3.125rem !important;
}
.pe-6 {
  padding-right: 3.75rem !important;
}
.pe-7 {
  padding-right: 4.375rem !important;
}
.pe-8 {
  padding-right: 5rem !important;
}
.pe-9 {
  padding-right: 5.625rem !important;
}
.pe-10 {
  padding-right: 6.25rem !important;
}
.pe-11 {
  padding-right: 6.875rem !important;
}
.pe-12 {
  padding-right: 7.5rem !important;
}
.pe-13 {
  padding-right: 8.125rem !important;
}
.pe-14 {
  padding-right: 8.75rem !important;
}
.pe-15 {
  padding-right: 9.375rem !important;
}
.pe-16 {
  padding-right: 10rem !important;
}
.pe-17 {
  padding-right: 10.625rem !important;
}
.pe-18 {
  padding-right: 11.25rem !important;
}
.pe-19 {
  padding-right: 11.875rem !important;
}
.pe-20 {
  padding-right: 12.5rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-o5 {
  padding-bottom: 0.3125rem !important;
}
.pb-1 {
  padding-bottom: 0.625rem !important;
}
.pb-gutter {
  padding-bottom: 0.9375rem !important;
}
.pb-2 {
  padding-bottom: 1.25rem !important;
}
.pb-3 {
  padding-bottom: 1.875rem !important;
}
.pb-4 {
  padding-bottom: 2.5rem !important;
}
.pb-5 {
  padding-bottom: 3.125rem !important;
}
.pb-6 {
  padding-bottom: 3.75rem !important;
}
.pb-7 {
  padding-bottom: 4.375rem !important;
}
.pb-8 {
  padding-bottom: 5rem !important;
}
.pb-9 {
  padding-bottom: 5.625rem !important;
}
.pb-10 {
  padding-bottom: 6.25rem !important;
}
.pb-11 {
  padding-bottom: 6.875rem !important;
}
.pb-12 {
  padding-bottom: 7.5rem !important;
}
.pb-13 {
  padding-bottom: 8.125rem !important;
}
.pb-14 {
  padding-bottom: 8.75rem !important;
}
.pb-15 {
  padding-bottom: 9.375rem !important;
}
.pb-16 {
  padding-bottom: 10rem !important;
}
.pb-17 {
  padding-bottom: 10.625rem !important;
}
.pb-18 {
  padding-bottom: 11.25rem !important;
}
.pb-19 {
  padding-bottom: 11.875rem !important;
}
.pb-20 {
  padding-bottom: 12.5rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-o5 {
  padding-left: 0.3125rem !important;
}
.ps-1 {
  padding-left: 0.625rem !important;
}
.ps-gutter {
  padding-left: 0.9375rem !important;
}
.ps-2 {
  padding-left: 1.25rem !important;
}
.ps-3 {
  padding-left: 1.875rem !important;
}
.ps-4 {
  padding-left: 2.5rem !important;
}
.ps-5 {
  padding-left: 3.125rem !important;
}
.ps-6 {
  padding-left: 3.75rem !important;
}
.ps-7 {
  padding-left: 4.375rem !important;
}
.ps-8 {
  padding-left: 5rem !important;
}
.ps-9 {
  padding-left: 5.625rem !important;
}
.ps-10 {
  padding-left: 6.25rem !important;
}
.ps-11 {
  padding-left: 6.875rem !important;
}
.ps-12 {
  padding-left: 7.5rem !important;
}
.ps-13 {
  padding-left: 8.125rem !important;
}
.ps-14 {
  padding-left: 8.75rem !important;
}
.ps-15 {
  padding-left: 9.375rem !important;
}
.ps-16 {
  padding-left: 10rem !important;
}
.ps-17 {
  padding-left: 10.625rem !important;
}
.ps-18 {
  padding-left: 11.25rem !important;
}
.ps-19 {
  padding-left: 11.875rem !important;
}
.ps-20 {
  padding-left: 12.5rem !important;
}
.font-family-ubuntu {
  font-family: 'Ubuntu' !important;
}
.font-family-sans {
  font-family: 'Open Sans' !important;
}
.fs-1 {
  font-size: calc(1.35rem + 1.2vw) !important;
}
.fs-2 {
  font-size: calc(1.3125rem + 0.75vw) !important;
}
.fs-3 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-4 {
  font-size: calc(1.2625rem + 0.15vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1.125rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-bold {
  font-weight: 500 !important;
}
.fw-bolder {
  font-weight: 600 !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  color: #3174ff !important;
}
.text-secondary {
  color: #333359 !important;
}
.text-success {
  color: #90cb90 !important;
}
.text-info {
  color: #a1acb7 !important;
}
.text-warning {
  color: #ff905e !important;
}
.text-danger {
  color: #dc3545 !important;
}
.text-white {
  color: #fff !important;
}
.text-lighter {
  color: #f3f6ff !important;
}
.text-light {
  color: #d3dbec !important;
}
.text-dark {
  color: #6b7c92 !important;
}
.text-darker {
  color: #444952 !important;
}
.text-cloud {
  color: #0e61c6 !important;
}
.text-cloud-s {
  color: #2b8bfb !important;
}
.text-cloud-light {
  color: #f2f8fe !important;
}
.text-desktop {
  color: #724fa7 !important;
}
.text-desktop-s {
  color: #a82ab6 !important;
}
.text-desktop-light {
  color: #f1edf8 !important;
}
.text-mobile {
  color: #00d5df !important;
}
.text-mobile-s {
  color: #03a1c4 !important;
}
.text-mobile-light {
  color: #daf5f9 !important;
}
.text-engine {
  color: #e58035 !important;
}
.text-engine-s {
  color: #ff6f4c !important;
}
.text-engine-light {
  color: #fcf3e9 !important;
}
.text-cluster {
  color: #e58035 !important;
}
.text-cluster-s {
  color: #ffc957 !important;
}
.text-cluster-light {
  color: #fcefe0 !important;
}
.text-server {
  color: #e6353d !important;
}
.text-server-s {
  color: #d14 !important;
}
.text-server-light {
  color: #f5d7d7 !important;
}
.text-data {
  color: #64a856 !important;
}
.text-data-light {
  color: #eaf3e8 !important;
}
.text-body {
  color: #6b7c92 !important;
}
.text-muted {
  color: #6b7c92 !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-reset {
  color: inherit !important;
}
.bg-primary {
  background-color: #3174ff !important;
}
.bg-secondary {
  background-color: #333359 !important;
}
.bg-success {
  background-color: #90cb90 !important;
}
.bg-info {
  background-color: #a1acb7 !important;
}
.bg-warning {
  background-color: #ff905e !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
.bg-white,
.switcher-pricing-desktop {
  background-color: #fff !important;
}
.bg-lighter {
  background-color: #f3f6ff !important;
}
.bg-light {
  background-color: #d3dbec !important;
}
.bg-dark {
  background-color: #6b7c92 !important;
}
.bg-darker {
  background-color: #444952 !important;
}
.bg-cloud {
  background-color: #0e61c6 !important;
}
.bg-cloud-s {
  background-color: #2b8bfb !important;
}
.bg-cloud-light {
  background-color: #f2f8fe !important;
}
.bg-desktop {
  background-color: #724fa7 !important;
}
.bg-desktop-s {
  background-color: #a82ab6 !important;
}
.bg-desktop-light {
  background-color: #f1edf8 !important;
}
.bg-mobile {
  background-color: #00d5df !important;
}
.bg-mobile-s {
  background-color: #03a1c4 !important;
}
.bg-mobile-light {
  background-color: #daf5f9 !important;
}
.bg-engine {
  background-color: #e58035 !important;
}
.bg-engine-s {
  background-color: #ff6f4c !important;
}
.bg-engine-light {
  background-color: #fcf3e9 !important;
}
.bg-cluster {
  background-color: #e58035 !important;
}
.bg-cluster-s {
  background-color: #ffc957 !important;
}
.bg-cluster-light {
  background-color: #fcefe0 !important;
}
.bg-server {
  background-color: #e6353d !important;
}
.bg-server-s {
  background-color: #d14 !important;
}
.bg-server-light {
  background-color: #f5d7d7 !important;
}
.bg-data {
  background-color: #64a856 !important;
}
.bg-data-light {
  background-color: #eaf3e8 !important;
}
.bg-body {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: rgba(0, 0, 0, 0) !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  user-select: all !important;
}
.user-select-auto {
  user-select: auto !important;
}
.user-select-none {
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: 4px !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: 3px !important;
}
.rounded-2 {
  border-radius: 4px !important;
}
.rounded-3 {
  border-radius: 15px !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill,
.switcher-pricing-desktop .switcher-desktop-btn,
.switcher-pricing-desktop {
  border-radius: 50rem !important;
}
.rounded-top {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}
.rounded-end {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}
.rounded-bottom {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
.rounded-start {
  border-bottom-left-radius: 4px !important;
  border-top-left-radius: 4px !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n5 {
  z-index: -5 !important;
}
.z-n4 {
  z-index: -4 !important;
}
.z-n10 {
  z-index: -10 !important;
}
.z-n11 {
  z-index: -11 !important;
}
.z-n12 {
  z-index: -12 !important;
}
.z-n15 {
  z-index: -15 !important;
}
.z--1 {
  z-index: -1 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
.z-4 {
  z-index: 4 !important;
}
.z-5 {
  z-index: 5 !important;
}
.z-6 {
  z-index: 6 !important;
}
.z-7 {
  z-index: 7 !important;
}
.z-8 {
  z-index: 8 !important;
}
.z-9 {
  z-index: 9 !important;
}
.z-10 {
  z-index: 10 !important;
}
.z-11 {
  z-index: 11 !important;
}
.transition-all-15 {
  transition: all 0.15s ease-in-out !important;
}
.transition-all-30 {
  transition: all 0.3s ease-in-out !important;
}
.transition-all-50 {
  transition: all 0.5s ease-in-out !important;
}
.scale-50 {
  transform: scale(0.5) !important;
}
.scale-75 {
  transform: scale(0.75) !important;
}
.scale-125 {
  transform: scale(1.25) !important;
}
.scale-150 {
  transform: scale(1.5) !important;
}
.bg-gradient {
  background: linear-gradient(
    180deg,
    rgba(49, 112, 254, 0.05) 7.92%,
    rgba(49, 112, 254, 0) 100%
  ) !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .w-sm-85 {
    width: 85% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-vh {
    width: 100vh !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .h-sm-300px {
    height: 300px !important;
  }
  .h-sm-350px {
    height: 350px !important;
  }
  .h-sm-400px {
    height: 400px !important;
  }
  .h-sm-450px {
    height: 450px !important;
  }
  .h-sm-500px {
    height: 500px !important;
  }
  .h-sm-10 {
    height: 10% !important;
  }
  .h-sm-20 {
    height: 20% !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-30 {
    height: 30% !important;
  }
  .h-sm-40 {
    height: 40% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-60 {
    height: 60% !important;
  }
  .h-sm-70 {
    height: 70% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-80 {
    height: 80% !important;
  }
  .h-sm-85 {
    height: 85% !important;
  }
  .h-sm-90 {
    height: 90% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-vh {
    height: 100vh !important;
  }
  .h-sm-auto {
    height: auto !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-o5 {
    gap: 0.3125rem !important;
  }
  .gap-sm-1 {
    gap: 0.625rem !important;
  }
  .gap-sm-gutter {
    gap: 0.9375rem !important;
  }
  .gap-sm-2 {
    gap: 1.25rem !important;
  }
  .gap-sm-3 {
    gap: 1.875rem !important;
  }
  .gap-sm-4 {
    gap: 2.5rem !important;
  }
  .gap-sm-5 {
    gap: 3.125rem !important;
  }
  .gap-sm-6 {
    gap: 3.75rem !important;
  }
  .gap-sm-7 {
    gap: 4.375rem !important;
  }
  .gap-sm-8 {
    gap: 5rem !important;
  }
  .gap-sm-9 {
    gap: 5.625rem !important;
  }
  .gap-sm-10 {
    gap: 6.25rem !important;
  }
  .gap-sm-11 {
    gap: 6.875rem !important;
  }
  .gap-sm-12 {
    gap: 7.5rem !important;
  }
  .gap-sm-13 {
    gap: 8.125rem !important;
  }
  .gap-sm-14 {
    gap: 8.75rem !important;
  }
  .gap-sm-15 {
    gap: 9.375rem !important;
  }
  .gap-sm-16 {
    gap: 10rem !important;
  }
  .gap-sm-17 {
    gap: 10.625rem !important;
  }
  .gap-sm-18 {
    gap: 11.25rem !important;
  }
  .gap-sm-19 {
    gap: 11.875rem !important;
  }
  .gap-sm-20 {
    gap: 12.5rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-o5 {
    margin: 0.3125rem !important;
  }
  .m-sm-1 {
    margin: 0.625rem !important;
  }
  .m-sm-gutter {
    margin: 0.9375rem !important;
  }
  .m-sm-2 {
    margin: 1.25rem !important;
  }
  .m-sm-3 {
    margin: 1.875rem !important;
  }
  .m-sm-4 {
    margin: 2.5rem !important;
  }
  .m-sm-5 {
    margin: 3.125rem !important;
  }
  .m-sm-6 {
    margin: 3.75rem !important;
  }
  .m-sm-7 {
    margin: 4.375rem !important;
  }
  .m-sm-8 {
    margin: 5rem !important;
  }
  .m-sm-9 {
    margin: 5.625rem !important;
  }
  .m-sm-10 {
    margin: 6.25rem !important;
  }
  .m-sm-11 {
    margin: 6.875rem !important;
  }
  .m-sm-12 {
    margin: 7.5rem !important;
  }
  .m-sm-13 {
    margin: 8.125rem !important;
  }
  .m-sm-14 {
    margin: 8.75rem !important;
  }
  .m-sm-15 {
    margin: 9.375rem !important;
  }
  .m-sm-16 {
    margin: 10rem !important;
  }
  .m-sm-17 {
    margin: 10.625rem !important;
  }
  .m-sm-18 {
    margin: 11.25rem !important;
  }
  .m-sm-19 {
    margin: 11.875rem !important;
  }
  .m-sm-20 {
    margin: 12.5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-o5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-sm-gutter {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mx-sm-2 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-sm-3 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-sm-4 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-sm-6 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-sm-7 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-sm-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-9 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-sm-10 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-sm-11 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-sm-12 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-sm-13 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-sm-14 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-sm-15 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-sm-16 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-17 {
    margin-right: 10.625rem !important;
    margin-left: 10.625rem !important;
  }
  .mx-sm-18 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .mx-sm-19 {
    margin-right: 11.875rem !important;
    margin-left: 11.875rem !important;
  }
  .mx-sm-20 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-o5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-sm-1 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-sm-gutter {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .my-sm-2 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-sm-3 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-sm-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-sm-6 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-sm-7 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-sm-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-9 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-sm-10 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-sm-11 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-sm-12 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-sm-13 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-sm-14 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-sm-15 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-sm-16 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-17 {
    margin-top: 10.625rem !important;
    margin-bottom: 10.625rem !important;
  }
  .my-sm-18 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .my-sm-19 {
    margin-top: 11.875rem !important;
    margin-bottom: 11.875rem !important;
  }
  .my-sm-20 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-o5 {
    margin-top: 0.3125rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.625rem !important;
  }
  .mt-sm-gutter {
    margin-top: 0.9375rem !important;
  }
  .mt-sm-2 {
    margin-top: 1.25rem !important;
  }
  .mt-sm-3 {
    margin-top: 1.875rem !important;
  }
  .mt-sm-4 {
    margin-top: 2.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3.125rem !important;
  }
  .mt-sm-6 {
    margin-top: 3.75rem !important;
  }
  .mt-sm-7 {
    margin-top: 4.375rem !important;
  }
  .mt-sm-8 {
    margin-top: 5rem !important;
  }
  .mt-sm-9 {
    margin-top: 5.625rem !important;
  }
  .mt-sm-10 {
    margin-top: 6.25rem !important;
  }
  .mt-sm-11 {
    margin-top: 6.875rem !important;
  }
  .mt-sm-12 {
    margin-top: 7.5rem !important;
  }
  .mt-sm-13 {
    margin-top: 8.125rem !important;
  }
  .mt-sm-14 {
    margin-top: 8.75rem !important;
  }
  .mt-sm-15 {
    margin-top: 9.375rem !important;
  }
  .mt-sm-16 {
    margin-top: 10rem !important;
  }
  .mt-sm-17 {
    margin-top: 10.625rem !important;
  }
  .mt-sm-18 {
    margin-top: 11.25rem !important;
  }
  .mt-sm-19 {
    margin-top: 11.875rem !important;
  }
  .mt-sm-20 {
    margin-top: 12.5rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-o5 {
    margin-right: 0.3125rem !important;
  }
  .me-sm-1 {
    margin-right: 0.625rem !important;
  }
  .me-sm-gutter {
    margin-right: 0.9375rem !important;
  }
  .me-sm-2 {
    margin-right: 1.25rem !important;
  }
  .me-sm-3 {
    margin-right: 1.875rem !important;
  }
  .me-sm-4 {
    margin-right: 2.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3.125rem !important;
  }
  .me-sm-6 {
    margin-right: 3.75rem !important;
  }
  .me-sm-7 {
    margin-right: 4.375rem !important;
  }
  .me-sm-8 {
    margin-right: 5rem !important;
  }
  .me-sm-9 {
    margin-right: 5.625rem !important;
  }
  .me-sm-10 {
    margin-right: 6.25rem !important;
  }
  .me-sm-11 {
    margin-right: 6.875rem !important;
  }
  .me-sm-12 {
    margin-right: 7.5rem !important;
  }
  .me-sm-13 {
    margin-right: 8.125rem !important;
  }
  .me-sm-14 {
    margin-right: 8.75rem !important;
  }
  .me-sm-15 {
    margin-right: 9.375rem !important;
  }
  .me-sm-16 {
    margin-right: 10rem !important;
  }
  .me-sm-17 {
    margin-right: 10.625rem !important;
  }
  .me-sm-18 {
    margin-right: 11.25rem !important;
  }
  .me-sm-19 {
    margin-right: 11.875rem !important;
  }
  .me-sm-20 {
    margin-right: 12.5rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-o5 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.625rem !important;
  }
  .mb-sm-gutter {
    margin-bottom: 0.9375rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 1.25rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1.875rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 2.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3.125rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 3.75rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 4.375rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 5.625rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 6.25rem !important;
  }
  .mb-sm-11 {
    margin-bottom: 6.875rem !important;
  }
  .mb-sm-12 {
    margin-bottom: 7.5rem !important;
  }
  .mb-sm-13 {
    margin-bottom: 8.125rem !important;
  }
  .mb-sm-14 {
    margin-bottom: 8.75rem !important;
  }
  .mb-sm-15 {
    margin-bottom: 9.375rem !important;
  }
  .mb-sm-16 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-17 {
    margin-bottom: 10.625rem !important;
  }
  .mb-sm-18 {
    margin-bottom: 11.25rem !important;
  }
  .mb-sm-19 {
    margin-bottom: 11.875rem !important;
  }
  .mb-sm-20 {
    margin-bottom: 12.5rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-o5 {
    margin-left: 0.3125rem !important;
  }
  .ms-sm-1 {
    margin-left: 0.625rem !important;
  }
  .ms-sm-gutter {
    margin-left: 0.9375rem !important;
  }
  .ms-sm-2 {
    margin-left: 1.25rem !important;
  }
  .ms-sm-3 {
    margin-left: 1.875rem !important;
  }
  .ms-sm-4 {
    margin-left: 2.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3.125rem !important;
  }
  .ms-sm-6 {
    margin-left: 3.75rem !important;
  }
  .ms-sm-7 {
    margin-left: 4.375rem !important;
  }
  .ms-sm-8 {
    margin-left: 5rem !important;
  }
  .ms-sm-9 {
    margin-left: 5.625rem !important;
  }
  .ms-sm-10 {
    margin-left: 6.25rem !important;
  }
  .ms-sm-11 {
    margin-left: 6.875rem !important;
  }
  .ms-sm-12 {
    margin-left: 7.5rem !important;
  }
  .ms-sm-13 {
    margin-left: 8.125rem !important;
  }
  .ms-sm-14 {
    margin-left: 8.75rem !important;
  }
  .ms-sm-15 {
    margin-left: 9.375rem !important;
  }
  .ms-sm-16 {
    margin-left: 10rem !important;
  }
  .ms-sm-17 {
    margin-left: 10.625rem !important;
  }
  .ms-sm-18 {
    margin-left: 11.25rem !important;
  }
  .ms-sm-19 {
    margin-left: 11.875rem !important;
  }
  .ms-sm-20 {
    margin-left: 12.5rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-no5 {
    margin: -0.3125rem !important;
  }
  .m-sm-n1 {
    margin: -0.625rem !important;
  }
  .m-sm-ngutter {
    margin: -0.9375rem !important;
  }
  .m-sm-n2 {
    margin: -1.25rem !important;
  }
  .m-sm-n3 {
    margin: -1.875rem !important;
  }
  .m-sm-n4 {
    margin: -2.5rem !important;
  }
  .m-sm-n5 {
    margin: -3.125rem !important;
  }
  .m-sm-n6 {
    margin: -3.75rem !important;
  }
  .m-sm-n7 {
    margin: -4.375rem !important;
  }
  .m-sm-n8 {
    margin: -5rem !important;
  }
  .m-sm-n9 {
    margin: -5.625rem !important;
  }
  .m-sm-n10 {
    margin: -6.25rem !important;
  }
  .m-sm-n11 {
    margin: -6.875rem !important;
  }
  .m-sm-n12 {
    margin: -7.5rem !important;
  }
  .m-sm-n13 {
    margin: -8.125rem !important;
  }
  .m-sm-n14 {
    margin: -8.75rem !important;
  }
  .m-sm-n15 {
    margin: -9.375rem !important;
  }
  .m-sm-n16 {
    margin: -10rem !important;
  }
  .m-sm-n17 {
    margin: -10.625rem !important;
  }
  .m-sm-n18 {
    margin: -11.25rem !important;
  }
  .m-sm-n19 {
    margin: -11.875rem !important;
  }
  .m-sm-n20 {
    margin: -12.5rem !important;
  }
  .mx-sm-no5 {
    margin-right: -0.3125rem !important;
    margin-left: -0.3125rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.625rem !important;
    margin-left: -0.625rem !important;
  }
  .mx-sm-ngutter {
    margin-right: -0.9375rem !important;
    margin-left: -0.9375rem !important;
  }
  .mx-sm-n2 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
  .mx-sm-n4 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3.125rem !important;
    margin-left: -3.125rem !important;
  }
  .mx-sm-n6 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-sm-n7 {
    margin-right: -4.375rem !important;
    margin-left: -4.375rem !important;
  }
  .mx-sm-n8 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-sm-n9 {
    margin-right: -5.625rem !important;
    margin-left: -5.625rem !important;
  }
  .mx-sm-n10 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-sm-n11 {
    margin-right: -6.875rem !important;
    margin-left: -6.875rem !important;
  }
  .mx-sm-n12 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-sm-n13 {
    margin-right: -8.125rem !important;
    margin-left: -8.125rem !important;
  }
  .mx-sm-n14 {
    margin-right: -8.75rem !important;
    margin-left: -8.75rem !important;
  }
  .mx-sm-n15 {
    margin-right: -9.375rem !important;
    margin-left: -9.375rem !important;
  }
  .mx-sm-n16 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-sm-n17 {
    margin-right: -10.625rem !important;
    margin-left: -10.625rem !important;
  }
  .mx-sm-n18 {
    margin-right: -11.25rem !important;
    margin-left: -11.25rem !important;
  }
  .mx-sm-n19 {
    margin-right: -11.875rem !important;
    margin-left: -11.875rem !important;
  }
  .mx-sm-n20 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .my-sm-no5 {
    margin-top: -0.3125rem !important;
    margin-bottom: -0.3125rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }
  .my-sm-ngutter {
    margin-top: -0.9375rem !important;
    margin-bottom: -0.9375rem !important;
  }
  .my-sm-n2 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-sm-n3 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }
  .my-sm-n4 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3.125rem !important;
    margin-bottom: -3.125rem !important;
  }
  .my-sm-n6 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-sm-n7 {
    margin-top: -4.375rem !important;
    margin-bottom: -4.375rem !important;
  }
  .my-sm-n8 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-sm-n9 {
    margin-top: -5.625rem !important;
    margin-bottom: -5.625rem !important;
  }
  .my-sm-n10 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-sm-n11 {
    margin-top: -6.875rem !important;
    margin-bottom: -6.875rem !important;
  }
  .my-sm-n12 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-sm-n13 {
    margin-top: -8.125rem !important;
    margin-bottom: -8.125rem !important;
  }
  .my-sm-n14 {
    margin-top: -8.75rem !important;
    margin-bottom: -8.75rem !important;
  }
  .my-sm-n15 {
    margin-top: -9.375rem !important;
    margin-bottom: -9.375rem !important;
  }
  .my-sm-n16 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-sm-n17 {
    margin-top: -10.625rem !important;
    margin-bottom: -10.625rem !important;
  }
  .my-sm-n18 {
    margin-top: -11.25rem !important;
    margin-bottom: -11.25rem !important;
  }
  .my-sm-n19 {
    margin-top: -11.875rem !important;
    margin-bottom: -11.875rem !important;
  }
  .my-sm-n20 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .mt-sm-no5 {
    margin-top: -0.3125rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.625rem !important;
  }
  .mt-sm-ngutter {
    margin-top: -0.9375rem !important;
  }
  .mt-sm-n2 {
    margin-top: -1.25rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1.875rem !important;
  }
  .mt-sm-n4 {
    margin-top: -2.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3.125rem !important;
  }
  .mt-sm-n6 {
    margin-top: -3.75rem !important;
  }
  .mt-sm-n7 {
    margin-top: -4.375rem !important;
  }
  .mt-sm-n8 {
    margin-top: -5rem !important;
  }
  .mt-sm-n9 {
    margin-top: -5.625rem !important;
  }
  .mt-sm-n10 {
    margin-top: -6.25rem !important;
  }
  .mt-sm-n11 {
    margin-top: -6.875rem !important;
  }
  .mt-sm-n12 {
    margin-top: -7.5rem !important;
  }
  .mt-sm-n13 {
    margin-top: -8.125rem !important;
  }
  .mt-sm-n14 {
    margin-top: -8.75rem !important;
  }
  .mt-sm-n15 {
    margin-top: -9.375rem !important;
  }
  .mt-sm-n16 {
    margin-top: -10rem !important;
  }
  .mt-sm-n17 {
    margin-top: -10.625rem !important;
  }
  .mt-sm-n18 {
    margin-top: -11.25rem !important;
  }
  .mt-sm-n19 {
    margin-top: -11.875rem !important;
  }
  .mt-sm-n20 {
    margin-top: -12.5rem !important;
  }
  .me-sm-no5 {
    margin-right: -0.3125rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.625rem !important;
  }
  .me-sm-ngutter {
    margin-right: -0.9375rem !important;
  }
  .me-sm-n2 {
    margin-right: -1.25rem !important;
  }
  .me-sm-n3 {
    margin-right: -1.875rem !important;
  }
  .me-sm-n4 {
    margin-right: -2.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3.125rem !important;
  }
  .me-sm-n6 {
    margin-right: -3.75rem !important;
  }
  .me-sm-n7 {
    margin-right: -4.375rem !important;
  }
  .me-sm-n8 {
    margin-right: -5rem !important;
  }
  .me-sm-n9 {
    margin-right: -5.625rem !important;
  }
  .me-sm-n10 {
    margin-right: -6.25rem !important;
  }
  .me-sm-n11 {
    margin-right: -6.875rem !important;
  }
  .me-sm-n12 {
    margin-right: -7.5rem !important;
  }
  .me-sm-n13 {
    margin-right: -8.125rem !important;
  }
  .me-sm-n14 {
    margin-right: -8.75rem !important;
  }
  .me-sm-n15 {
    margin-right: -9.375rem !important;
  }
  .me-sm-n16 {
    margin-right: -10rem !important;
  }
  .me-sm-n17 {
    margin-right: -10.625rem !important;
  }
  .me-sm-n18 {
    margin-right: -11.25rem !important;
  }
  .me-sm-n19 {
    margin-right: -11.875rem !important;
  }
  .me-sm-n20 {
    margin-right: -12.5rem !important;
  }
  .mb-sm-no5 {
    margin-bottom: -0.3125rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.625rem !important;
  }
  .mb-sm-ngutter {
    margin-bottom: -0.9375rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -1.25rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1.875rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -2.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3.125rem !important;
  }
  .mb-sm-n6 {
    margin-bottom: -3.75rem !important;
  }
  .mb-sm-n7 {
    margin-bottom: -4.375rem !important;
  }
  .mb-sm-n8 {
    margin-bottom: -5rem !important;
  }
  .mb-sm-n9 {
    margin-bottom: -5.625rem !important;
  }
  .mb-sm-n10 {
    margin-bottom: -6.25rem !important;
  }
  .mb-sm-n11 {
    margin-bottom: -6.875rem !important;
  }
  .mb-sm-n12 {
    margin-bottom: -7.5rem !important;
  }
  .mb-sm-n13 {
    margin-bottom: -8.125rem !important;
  }
  .mb-sm-n14 {
    margin-bottom: -8.75rem !important;
  }
  .mb-sm-n15 {
    margin-bottom: -9.375rem !important;
  }
  .mb-sm-n16 {
    margin-bottom: -10rem !important;
  }
  .mb-sm-n17 {
    margin-bottom: -10.625rem !important;
  }
  .mb-sm-n18 {
    margin-bottom: -11.25rem !important;
  }
  .mb-sm-n19 {
    margin-bottom: -11.875rem !important;
  }
  .mb-sm-n20 {
    margin-bottom: -12.5rem !important;
  }
  .ms-sm-no5 {
    margin-left: -0.3125rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.625rem !important;
  }
  .ms-sm-ngutter {
    margin-left: -0.9375rem !important;
  }
  .ms-sm-n2 {
    margin-left: -1.25rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1.875rem !important;
  }
  .ms-sm-n4 {
    margin-left: -2.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3.125rem !important;
  }
  .ms-sm-n6 {
    margin-left: -3.75rem !important;
  }
  .ms-sm-n7 {
    margin-left: -4.375rem !important;
  }
  .ms-sm-n8 {
    margin-left: -5rem !important;
  }
  .ms-sm-n9 {
    margin-left: -5.625rem !important;
  }
  .ms-sm-n10 {
    margin-left: -6.25rem !important;
  }
  .ms-sm-n11 {
    margin-left: -6.875rem !important;
  }
  .ms-sm-n12 {
    margin-left: -7.5rem !important;
  }
  .ms-sm-n13 {
    margin-left: -8.125rem !important;
  }
  .ms-sm-n14 {
    margin-left: -8.75rem !important;
  }
  .ms-sm-n15 {
    margin-left: -9.375rem !important;
  }
  .ms-sm-n16 {
    margin-left: -10rem !important;
  }
  .ms-sm-n17 {
    margin-left: -10.625rem !important;
  }
  .ms-sm-n18 {
    margin-left: -11.25rem !important;
  }
  .ms-sm-n19 {
    margin-left: -11.875rem !important;
  }
  .ms-sm-n20 {
    margin-left: -12.5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-o5 {
    padding: 0.3125rem !important;
  }
  .p-sm-1 {
    padding: 0.625rem !important;
  }
  .p-sm-gutter {
    padding: 0.9375rem !important;
  }
  .p-sm-2 {
    padding: 1.25rem !important;
  }
  .p-sm-3 {
    padding: 1.875rem !important;
  }
  .p-sm-4 {
    padding: 2.5rem !important;
  }
  .p-sm-5 {
    padding: 3.125rem !important;
  }
  .p-sm-6 {
    padding: 3.75rem !important;
  }
  .p-sm-7 {
    padding: 4.375rem !important;
  }
  .p-sm-8 {
    padding: 5rem !important;
  }
  .p-sm-9 {
    padding: 5.625rem !important;
  }
  .p-sm-10 {
    padding: 6.25rem !important;
  }
  .p-sm-11 {
    padding: 6.875rem !important;
  }
  .p-sm-12 {
    padding: 7.5rem !important;
  }
  .p-sm-13 {
    padding: 8.125rem !important;
  }
  .p-sm-14 {
    padding: 8.75rem !important;
  }
  .p-sm-15 {
    padding: 9.375rem !important;
  }
  .p-sm-16 {
    padding: 10rem !important;
  }
  .p-sm-17 {
    padding: 10.625rem !important;
  }
  .p-sm-18 {
    padding: 11.25rem !important;
  }
  .p-sm-19 {
    padding: 11.875rem !important;
  }
  .p-sm-20 {
    padding: 12.5rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-o5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-sm-1 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-sm-gutter {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .px-sm-2 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-sm-3 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-sm-4 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-sm-6 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-sm-7 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-sm-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-9 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-sm-10 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-sm-11 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-sm-12 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-sm-13 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-sm-14 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-sm-15 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-sm-16 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-sm-17 {
    padding-right: 10.625rem !important;
    padding-left: 10.625rem !important;
  }
  .px-sm-18 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .px-sm-19 {
    padding-right: 11.875rem !important;
    padding-left: 11.875rem !important;
  }
  .px-sm-20 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-o5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-sm-1 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-sm-gutter {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .py-sm-2 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-sm-3 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-sm-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-sm-6 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-sm-7 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-sm-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-9 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-sm-10 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-sm-11 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-sm-12 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-sm-13 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-sm-14 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-sm-15 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-sm-16 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-sm-17 {
    padding-top: 10.625rem !important;
    padding-bottom: 10.625rem !important;
  }
  .py-sm-18 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .py-sm-19 {
    padding-top: 11.875rem !important;
    padding-bottom: 11.875rem !important;
  }
  .py-sm-20 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-o5 {
    padding-top: 0.3125rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.625rem !important;
  }
  .pt-sm-gutter {
    padding-top: 0.9375rem !important;
  }
  .pt-sm-2 {
    padding-top: 1.25rem !important;
  }
  .pt-sm-3 {
    padding-top: 1.875rem !important;
  }
  .pt-sm-4 {
    padding-top: 2.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3.125rem !important;
  }
  .pt-sm-6 {
    padding-top: 3.75rem !important;
  }
  .pt-sm-7 {
    padding-top: 4.375rem !important;
  }
  .pt-sm-8 {
    padding-top: 5rem !important;
  }
  .pt-sm-9 {
    padding-top: 5.625rem !important;
  }
  .pt-sm-10 {
    padding-top: 6.25rem !important;
  }
  .pt-sm-11 {
    padding-top: 6.875rem !important;
  }
  .pt-sm-12 {
    padding-top: 7.5rem !important;
  }
  .pt-sm-13 {
    padding-top: 8.125rem !important;
  }
  .pt-sm-14 {
    padding-top: 8.75rem !important;
  }
  .pt-sm-15 {
    padding-top: 9.375rem !important;
  }
  .pt-sm-16 {
    padding-top: 10rem !important;
  }
  .pt-sm-17 {
    padding-top: 10.625rem !important;
  }
  .pt-sm-18 {
    padding-top: 11.25rem !important;
  }
  .pt-sm-19 {
    padding-top: 11.875rem !important;
  }
  .pt-sm-20 {
    padding-top: 12.5rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-o5 {
    padding-right: 0.3125rem !important;
  }
  .pe-sm-1 {
    padding-right: 0.625rem !important;
  }
  .pe-sm-gutter {
    padding-right: 0.9375rem !important;
  }
  .pe-sm-2 {
    padding-right: 1.25rem !important;
  }
  .pe-sm-3 {
    padding-right: 1.875rem !important;
  }
  .pe-sm-4 {
    padding-right: 2.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3.125rem !important;
  }
  .pe-sm-6 {
    padding-right: 3.75rem !important;
  }
  .pe-sm-7 {
    padding-right: 4.375rem !important;
  }
  .pe-sm-8 {
    padding-right: 5rem !important;
  }
  .pe-sm-9 {
    padding-right: 5.625rem !important;
  }
  .pe-sm-10 {
    padding-right: 6.25rem !important;
  }
  .pe-sm-11 {
    padding-right: 6.875rem !important;
  }
  .pe-sm-12 {
    padding-right: 7.5rem !important;
  }
  .pe-sm-13 {
    padding-right: 8.125rem !important;
  }
  .pe-sm-14 {
    padding-right: 8.75rem !important;
  }
  .pe-sm-15 {
    padding-right: 9.375rem !important;
  }
  .pe-sm-16 {
    padding-right: 10rem !important;
  }
  .pe-sm-17 {
    padding-right: 10.625rem !important;
  }
  .pe-sm-18 {
    padding-right: 11.25rem !important;
  }
  .pe-sm-19 {
    padding-right: 11.875rem !important;
  }
  .pe-sm-20 {
    padding-right: 12.5rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-o5 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.625rem !important;
  }
  .pb-sm-gutter {
    padding-bottom: 0.9375rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 1.25rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1.875rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 2.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3.125rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 3.75rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 4.375rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 5.625rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 6.25rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 6.875rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 7.5rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 8.125rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 8.75rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 9.375rem !important;
  }
  .pb-sm-16 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-17 {
    padding-bottom: 10.625rem !important;
  }
  .pb-sm-18 {
    padding-bottom: 11.25rem !important;
  }
  .pb-sm-19 {
    padding-bottom: 11.875rem !important;
  }
  .pb-sm-20 {
    padding-bottom: 12.5rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-o5 {
    padding-left: 0.3125rem !important;
  }
  .ps-sm-1 {
    padding-left: 0.625rem !important;
  }
  .ps-sm-gutter {
    padding-left: 0.9375rem !important;
  }
  .ps-sm-2 {
    padding-left: 1.25rem !important;
  }
  .ps-sm-3 {
    padding-left: 1.875rem !important;
  }
  .ps-sm-4 {
    padding-left: 2.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3.125rem !important;
  }
  .ps-sm-6 {
    padding-left: 3.75rem !important;
  }
  .ps-sm-7 {
    padding-left: 4.375rem !important;
  }
  .ps-sm-8 {
    padding-left: 5rem !important;
  }
  .ps-sm-9 {
    padding-left: 5.625rem !important;
  }
  .ps-sm-10 {
    padding-left: 6.25rem !important;
  }
  .ps-sm-11 {
    padding-left: 6.875rem !important;
  }
  .ps-sm-12 {
    padding-left: 7.5rem !important;
  }
  .ps-sm-13 {
    padding-left: 8.125rem !important;
  }
  .ps-sm-14 {
    padding-left: 8.75rem !important;
  }
  .ps-sm-15 {
    padding-left: 9.375rem !important;
  }
  .ps-sm-16 {
    padding-left: 10rem !important;
  }
  .ps-sm-17 {
    padding-left: 10.625rem !important;
  }
  .ps-sm-18 {
    padding-left: 11.25rem !important;
  }
  .ps-sm-19 {
    padding-left: 11.875rem !important;
  }
  .ps-sm-20 {
    padding-left: 12.5rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
  .scale-sm-50 {
    transform: scale(0.5) !important;
  }
  .scale-sm-75 {
    transform: scale(0.75) !important;
  }
  .scale-sm-125 {
    transform: scale(1.25) !important;
  }
  .scale-sm-150 {
    transform: scale(1.5) !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-vh {
    width: 100vh !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .h-md-300px {
    height: 300px !important;
  }
  .h-md-350px {
    height: 350px !important;
  }
  .h-md-400px {
    height: 400px !important;
  }
  .h-md-450px {
    height: 450px !important;
  }
  .h-md-500px {
    height: 500px !important;
  }
  .h-md-10 {
    height: 10% !important;
  }
  .h-md-20 {
    height: 20% !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-30 {
    height: 30% !important;
  }
  .h-md-40 {
    height: 40% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-60 {
    height: 60% !important;
  }
  .h-md-70 {
    height: 70% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-80 {
    height: 80% !important;
  }
  .h-md-85 {
    height: 85% !important;
  }
  .h-md-90 {
    height: 90% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-vh {
    height: 100vh !important;
  }
  .h-md-auto {
    height: auto !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-o5 {
    gap: 0.3125rem !important;
  }
  .gap-md-1 {
    gap: 0.625rem !important;
  }
  .gap-md-gutter {
    gap: 0.9375rem !important;
  }
  .gap-md-2 {
    gap: 1.25rem !important;
  }
  .gap-md-3 {
    gap: 1.875rem !important;
  }
  .gap-md-4 {
    gap: 2.5rem !important;
  }
  .gap-md-5 {
    gap: 3.125rem !important;
  }
  .gap-md-6 {
    gap: 3.75rem !important;
  }
  .gap-md-7 {
    gap: 4.375rem !important;
  }
  .gap-md-8 {
    gap: 5rem !important;
  }
  .gap-md-9 {
    gap: 5.625rem !important;
  }
  .gap-md-10 {
    gap: 6.25rem !important;
  }
  .gap-md-11 {
    gap: 6.875rem !important;
  }
  .gap-md-12 {
    gap: 7.5rem !important;
  }
  .gap-md-13 {
    gap: 8.125rem !important;
  }
  .gap-md-14 {
    gap: 8.75rem !important;
  }
  .gap-md-15 {
    gap: 9.375rem !important;
  }
  .gap-md-16 {
    gap: 10rem !important;
  }
  .gap-md-17 {
    gap: 10.625rem !important;
  }
  .gap-md-18 {
    gap: 11.25rem !important;
  }
  .gap-md-19 {
    gap: 11.875rem !important;
  }
  .gap-md-20 {
    gap: 12.5rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-o5 {
    margin: 0.3125rem !important;
  }
  .m-md-1 {
    margin: 0.625rem !important;
  }
  .m-md-gutter {
    margin: 0.9375rem !important;
  }
  .m-md-2 {
    margin: 1.25rem !important;
  }
  .m-md-3 {
    margin: 1.875rem !important;
  }
  .m-md-4 {
    margin: 2.5rem !important;
  }
  .m-md-5 {
    margin: 3.125rem !important;
  }
  .m-md-6 {
    margin: 3.75rem !important;
  }
  .m-md-7 {
    margin: 4.375rem !important;
  }
  .m-md-8 {
    margin: 5rem !important;
  }
  .m-md-9 {
    margin: 5.625rem !important;
  }
  .m-md-10 {
    margin: 6.25rem !important;
  }
  .m-md-11 {
    margin: 6.875rem !important;
  }
  .m-md-12 {
    margin: 7.5rem !important;
  }
  .m-md-13 {
    margin: 8.125rem !important;
  }
  .m-md-14 {
    margin: 8.75rem !important;
  }
  .m-md-15 {
    margin: 9.375rem !important;
  }
  .m-md-16 {
    margin: 10rem !important;
  }
  .m-md-17 {
    margin: 10.625rem !important;
  }
  .m-md-18 {
    margin: 11.25rem !important;
  }
  .m-md-19 {
    margin: 11.875rem !important;
  }
  .m-md-20 {
    margin: 12.5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-o5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-md-1 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-md-gutter {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mx-md-2 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-md-3 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-md-4 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-md-6 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-md-7 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-md-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-9 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-md-10 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-md-11 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-md-12 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-md-13 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-md-14 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-md-15 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-md-16 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-17 {
    margin-right: 10.625rem !important;
    margin-left: 10.625rem !important;
  }
  .mx-md-18 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .mx-md-19 {
    margin-right: 11.875rem !important;
    margin-left: 11.875rem !important;
  }
  .mx-md-20 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-o5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-md-1 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-md-gutter {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .my-md-2 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-md-3 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-md-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-md-5 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-md-6 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-md-7 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-md-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-9 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-md-10 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-md-11 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-md-12 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-md-13 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-md-14 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-md-15 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-md-16 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-17 {
    margin-top: 10.625rem !important;
    margin-bottom: 10.625rem !important;
  }
  .my-md-18 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .my-md-19 {
    margin-top: 11.875rem !important;
    margin-bottom: 11.875rem !important;
  }
  .my-md-20 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-o5 {
    margin-top: 0.3125rem !important;
  }
  .mt-md-1 {
    margin-top: 0.625rem !important;
  }
  .mt-md-gutter {
    margin-top: 0.9375rem !important;
  }
  .mt-md-2 {
    margin-top: 1.25rem !important;
  }
  .mt-md-3 {
    margin-top: 1.875rem !important;
  }
  .mt-md-4 {
    margin-top: 2.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3.125rem !important;
  }
  .mt-md-6 {
    margin-top: 3.75rem !important;
  }
  .mt-md-7 {
    margin-top: 4.375rem !important;
  }
  .mt-md-8 {
    margin-top: 5rem !important;
  }
  .mt-md-9 {
    margin-top: 5.625rem !important;
  }
  .mt-md-10 {
    margin-top: 6.25rem !important;
  }
  .mt-md-11 {
    margin-top: 6.875rem !important;
  }
  .mt-md-12 {
    margin-top: 7.5rem !important;
  }
  .mt-md-13 {
    margin-top: 8.125rem !important;
  }
  .mt-md-14 {
    margin-top: 8.75rem !important;
  }
  .mt-md-15 {
    margin-top: 9.375rem !important;
  }
  .mt-md-16 {
    margin-top: 10rem !important;
  }
  .mt-md-17 {
    margin-top: 10.625rem !important;
  }
  .mt-md-18 {
    margin-top: 11.25rem !important;
  }
  .mt-md-19 {
    margin-top: 11.875rem !important;
  }
  .mt-md-20 {
    margin-top: 12.5rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-o5 {
    margin-right: 0.3125rem !important;
  }
  .me-md-1 {
    margin-right: 0.625rem !important;
  }
  .me-md-gutter {
    margin-right: 0.9375rem !important;
  }
  .me-md-2 {
    margin-right: 1.25rem !important;
  }
  .me-md-3 {
    margin-right: 1.875rem !important;
  }
  .me-md-4 {
    margin-right: 2.5rem !important;
  }
  .me-md-5 {
    margin-right: 3.125rem !important;
  }
  .me-md-6 {
    margin-right: 3.75rem !important;
  }
  .me-md-7 {
    margin-right: 4.375rem !important;
  }
  .me-md-8 {
    margin-right: 5rem !important;
  }
  .me-md-9 {
    margin-right: 5.625rem !important;
  }
  .me-md-10 {
    margin-right: 6.25rem !important;
  }
  .me-md-11 {
    margin-right: 6.875rem !important;
  }
  .me-md-12 {
    margin-right: 7.5rem !important;
  }
  .me-md-13 {
    margin-right: 8.125rem !important;
  }
  .me-md-14 {
    margin-right: 8.75rem !important;
  }
  .me-md-15 {
    margin-right: 9.375rem !important;
  }
  .me-md-16 {
    margin-right: 10rem !important;
  }
  .me-md-17 {
    margin-right: 10.625rem !important;
  }
  .me-md-18 {
    margin-right: 11.25rem !important;
  }
  .me-md-19 {
    margin-right: 11.875rem !important;
  }
  .me-md-20 {
    margin-right: 12.5rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-o5 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.625rem !important;
  }
  .mb-md-gutter {
    margin-bottom: 0.9375rem !important;
  }
  .mb-md-2 {
    margin-bottom: 1.25rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1.875rem !important;
  }
  .mb-md-4 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3.125rem !important;
  }
  .mb-md-6 {
    margin-bottom: 3.75rem !important;
  }
  .mb-md-7 {
    margin-bottom: 4.375rem !important;
  }
  .mb-md-8 {
    margin-bottom: 5rem !important;
  }
  .mb-md-9 {
    margin-bottom: 5.625rem !important;
  }
  .mb-md-10 {
    margin-bottom: 6.25rem !important;
  }
  .mb-md-11 {
    margin-bottom: 6.875rem !important;
  }
  .mb-md-12 {
    margin-bottom: 7.5rem !important;
  }
  .mb-md-13 {
    margin-bottom: 8.125rem !important;
  }
  .mb-md-14 {
    margin-bottom: 8.75rem !important;
  }
  .mb-md-15 {
    margin-bottom: 9.375rem !important;
  }
  .mb-md-16 {
    margin-bottom: 10rem !important;
  }
  .mb-md-17 {
    margin-bottom: 10.625rem !important;
  }
  .mb-md-18 {
    margin-bottom: 11.25rem !important;
  }
  .mb-md-19 {
    margin-bottom: 11.875rem !important;
  }
  .mb-md-20 {
    margin-bottom: 12.5rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-o5 {
    margin-left: 0.3125rem !important;
  }
  .ms-md-1 {
    margin-left: 0.625rem !important;
  }
  .ms-md-gutter {
    margin-left: 0.9375rem !important;
  }
  .ms-md-2 {
    margin-left: 1.25rem !important;
  }
  .ms-md-3 {
    margin-left: 1.875rem !important;
  }
  .ms-md-4 {
    margin-left: 2.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3.125rem !important;
  }
  .ms-md-6 {
    margin-left: 3.75rem !important;
  }
  .ms-md-7 {
    margin-left: 4.375rem !important;
  }
  .ms-md-8 {
    margin-left: 5rem !important;
  }
  .ms-md-9 {
    margin-left: 5.625rem !important;
  }
  .ms-md-10 {
    margin-left: 6.25rem !important;
  }
  .ms-md-11 {
    margin-left: 6.875rem !important;
  }
  .ms-md-12 {
    margin-left: 7.5rem !important;
  }
  .ms-md-13 {
    margin-left: 8.125rem !important;
  }
  .ms-md-14 {
    margin-left: 8.75rem !important;
  }
  .ms-md-15 {
    margin-left: 9.375rem !important;
  }
  .ms-md-16 {
    margin-left: 10rem !important;
  }
  .ms-md-17 {
    margin-left: 10.625rem !important;
  }
  .ms-md-18 {
    margin-left: 11.25rem !important;
  }
  .ms-md-19 {
    margin-left: 11.875rem !important;
  }
  .ms-md-20 {
    margin-left: 12.5rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-no5 {
    margin: -0.3125rem !important;
  }
  .m-md-n1 {
    margin: -0.625rem !important;
  }
  .m-md-ngutter {
    margin: -0.9375rem !important;
  }
  .m-md-n2 {
    margin: -1.25rem !important;
  }
  .m-md-n3 {
    margin: -1.875rem !important;
  }
  .m-md-n4 {
    margin: -2.5rem !important;
  }
  .m-md-n5 {
    margin: -3.125rem !important;
  }
  .m-md-n6 {
    margin: -3.75rem !important;
  }
  .m-md-n7 {
    margin: -4.375rem !important;
  }
  .m-md-n8 {
    margin: -5rem !important;
  }
  .m-md-n9 {
    margin: -5.625rem !important;
  }
  .m-md-n10 {
    margin: -6.25rem !important;
  }
  .m-md-n11 {
    margin: -6.875rem !important;
  }
  .m-md-n12 {
    margin: -7.5rem !important;
  }
  .m-md-n13 {
    margin: -8.125rem !important;
  }
  .m-md-n14 {
    margin: -8.75rem !important;
  }
  .m-md-n15 {
    margin: -9.375rem !important;
  }
  .m-md-n16 {
    margin: -10rem !important;
  }
  .m-md-n17 {
    margin: -10.625rem !important;
  }
  .m-md-n18 {
    margin: -11.25rem !important;
  }
  .m-md-n19 {
    margin: -11.875rem !important;
  }
  .m-md-n20 {
    margin: -12.5rem !important;
  }
  .mx-md-no5 {
    margin-right: -0.3125rem !important;
    margin-left: -0.3125rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.625rem !important;
    margin-left: -0.625rem !important;
  }
  .mx-md-ngutter {
    margin-right: -0.9375rem !important;
    margin-left: -0.9375rem !important;
  }
  .mx-md-n2 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-md-n3 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
  .mx-md-n4 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3.125rem !important;
    margin-left: -3.125rem !important;
  }
  .mx-md-n6 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-md-n7 {
    margin-right: -4.375rem !important;
    margin-left: -4.375rem !important;
  }
  .mx-md-n8 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-md-n9 {
    margin-right: -5.625rem !important;
    margin-left: -5.625rem !important;
  }
  .mx-md-n10 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-md-n11 {
    margin-right: -6.875rem !important;
    margin-left: -6.875rem !important;
  }
  .mx-md-n12 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-md-n13 {
    margin-right: -8.125rem !important;
    margin-left: -8.125rem !important;
  }
  .mx-md-n14 {
    margin-right: -8.75rem !important;
    margin-left: -8.75rem !important;
  }
  .mx-md-n15 {
    margin-right: -9.375rem !important;
    margin-left: -9.375rem !important;
  }
  .mx-md-n16 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-md-n17 {
    margin-right: -10.625rem !important;
    margin-left: -10.625rem !important;
  }
  .mx-md-n18 {
    margin-right: -11.25rem !important;
    margin-left: -11.25rem !important;
  }
  .mx-md-n19 {
    margin-right: -11.875rem !important;
    margin-left: -11.875rem !important;
  }
  .mx-md-n20 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .my-md-no5 {
    margin-top: -0.3125rem !important;
    margin-bottom: -0.3125rem !important;
  }
  .my-md-n1 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }
  .my-md-ngutter {
    margin-top: -0.9375rem !important;
    margin-bottom: -0.9375rem !important;
  }
  .my-md-n2 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-md-n3 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }
  .my-md-n4 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3.125rem !important;
    margin-bottom: -3.125rem !important;
  }
  .my-md-n6 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-md-n7 {
    margin-top: -4.375rem !important;
    margin-bottom: -4.375rem !important;
  }
  .my-md-n8 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-md-n9 {
    margin-top: -5.625rem !important;
    margin-bottom: -5.625rem !important;
  }
  .my-md-n10 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-md-n11 {
    margin-top: -6.875rem !important;
    margin-bottom: -6.875rem !important;
  }
  .my-md-n12 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-md-n13 {
    margin-top: -8.125rem !important;
    margin-bottom: -8.125rem !important;
  }
  .my-md-n14 {
    margin-top: -8.75rem !important;
    margin-bottom: -8.75rem !important;
  }
  .my-md-n15 {
    margin-top: -9.375rem !important;
    margin-bottom: -9.375rem !important;
  }
  .my-md-n16 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-md-n17 {
    margin-top: -10.625rem !important;
    margin-bottom: -10.625rem !important;
  }
  .my-md-n18 {
    margin-top: -11.25rem !important;
    margin-bottom: -11.25rem !important;
  }
  .my-md-n19 {
    margin-top: -11.875rem !important;
    margin-bottom: -11.875rem !important;
  }
  .my-md-n20 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .mt-md-no5 {
    margin-top: -0.3125rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.625rem !important;
  }
  .mt-md-ngutter {
    margin-top: -0.9375rem !important;
  }
  .mt-md-n2 {
    margin-top: -1.25rem !important;
  }
  .mt-md-n3 {
    margin-top: -1.875rem !important;
  }
  .mt-md-n4 {
    margin-top: -2.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3.125rem !important;
  }
  .mt-md-n6 {
    margin-top: -3.75rem !important;
  }
  .mt-md-n7 {
    margin-top: -4.375rem !important;
  }
  .mt-md-n8 {
    margin-top: -5rem !important;
  }
  .mt-md-n9 {
    margin-top: -5.625rem !important;
  }
  .mt-md-n10 {
    margin-top: -6.25rem !important;
  }
  .mt-md-n11 {
    margin-top: -6.875rem !important;
  }
  .mt-md-n12 {
    margin-top: -7.5rem !important;
  }
  .mt-md-n13 {
    margin-top: -8.125rem !important;
  }
  .mt-md-n14 {
    margin-top: -8.75rem !important;
  }
  .mt-md-n15 {
    margin-top: -9.375rem !important;
  }
  .mt-md-n16 {
    margin-top: -10rem !important;
  }
  .mt-md-n17 {
    margin-top: -10.625rem !important;
  }
  .mt-md-n18 {
    margin-top: -11.25rem !important;
  }
  .mt-md-n19 {
    margin-top: -11.875rem !important;
  }
  .mt-md-n20 {
    margin-top: -12.5rem !important;
  }
  .me-md-no5 {
    margin-right: -0.3125rem !important;
  }
  .me-md-n1 {
    margin-right: -0.625rem !important;
  }
  .me-md-ngutter {
    margin-right: -0.9375rem !important;
  }
  .me-md-n2 {
    margin-right: -1.25rem !important;
  }
  .me-md-n3 {
    margin-right: -1.875rem !important;
  }
  .me-md-n4 {
    margin-right: -2.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3.125rem !important;
  }
  .me-md-n6 {
    margin-right: -3.75rem !important;
  }
  .me-md-n7 {
    margin-right: -4.375rem !important;
  }
  .me-md-n8 {
    margin-right: -5rem !important;
  }
  .me-md-n9 {
    margin-right: -5.625rem !important;
  }
  .me-md-n10 {
    margin-right: -6.25rem !important;
  }
  .me-md-n11 {
    margin-right: -6.875rem !important;
  }
  .me-md-n12 {
    margin-right: -7.5rem !important;
  }
  .me-md-n13 {
    margin-right: -8.125rem !important;
  }
  .me-md-n14 {
    margin-right: -8.75rem !important;
  }
  .me-md-n15 {
    margin-right: -9.375rem !important;
  }
  .me-md-n16 {
    margin-right: -10rem !important;
  }
  .me-md-n17 {
    margin-right: -10.625rem !important;
  }
  .me-md-n18 {
    margin-right: -11.25rem !important;
  }
  .me-md-n19 {
    margin-right: -11.875rem !important;
  }
  .me-md-n20 {
    margin-right: -12.5rem !important;
  }
  .mb-md-no5 {
    margin-bottom: -0.3125rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.625rem !important;
  }
  .mb-md-ngutter {
    margin-bottom: -0.9375rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -1.25rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1.875rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -2.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3.125rem !important;
  }
  .mb-md-n6 {
    margin-bottom: -3.75rem !important;
  }
  .mb-md-n7 {
    margin-bottom: -4.375rem !important;
  }
  .mb-md-n8 {
    margin-bottom: -5rem !important;
  }
  .mb-md-n9 {
    margin-bottom: -5.625rem !important;
  }
  .mb-md-n10 {
    margin-bottom: -6.25rem !important;
  }
  .mb-md-n11 {
    margin-bottom: -6.875rem !important;
  }
  .mb-md-n12 {
    margin-bottom: -7.5rem !important;
  }
  .mb-md-n13 {
    margin-bottom: -8.125rem !important;
  }
  .mb-md-n14 {
    margin-bottom: -8.75rem !important;
  }
  .mb-md-n15 {
    margin-bottom: -9.375rem !important;
  }
  .mb-md-n16 {
    margin-bottom: -10rem !important;
  }
  .mb-md-n17 {
    margin-bottom: -10.625rem !important;
  }
  .mb-md-n18 {
    margin-bottom: -11.25rem !important;
  }
  .mb-md-n19 {
    margin-bottom: -11.875rem !important;
  }
  .mb-md-n20 {
    margin-bottom: -12.5rem !important;
  }
  .ms-md-no5 {
    margin-left: -0.3125rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.625rem !important;
  }
  .ms-md-ngutter {
    margin-left: -0.9375rem !important;
  }
  .ms-md-n2 {
    margin-left: -1.25rem !important;
  }
  .ms-md-n3 {
    margin-left: -1.875rem !important;
  }
  .ms-md-n4 {
    margin-left: -2.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3.125rem !important;
  }
  .ms-md-n6 {
    margin-left: -3.75rem !important;
  }
  .ms-md-n7 {
    margin-left: -4.375rem !important;
  }
  .ms-md-n8 {
    margin-left: -5rem !important;
  }
  .ms-md-n9 {
    margin-left: -5.625rem !important;
  }
  .ms-md-n10 {
    margin-left: -6.25rem !important;
  }
  .ms-md-n11 {
    margin-left: -6.875rem !important;
  }
  .ms-md-n12 {
    margin-left: -7.5rem !important;
  }
  .ms-md-n13 {
    margin-left: -8.125rem !important;
  }
  .ms-md-n14 {
    margin-left: -8.75rem !important;
  }
  .ms-md-n15 {
    margin-left: -9.375rem !important;
  }
  .ms-md-n16 {
    margin-left: -10rem !important;
  }
  .ms-md-n17 {
    margin-left: -10.625rem !important;
  }
  .ms-md-n18 {
    margin-left: -11.25rem !important;
  }
  .ms-md-n19 {
    margin-left: -11.875rem !important;
  }
  .ms-md-n20 {
    margin-left: -12.5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-o5 {
    padding: 0.3125rem !important;
  }
  .p-md-1 {
    padding: 0.625rem !important;
  }
  .p-md-gutter {
    padding: 0.9375rem !important;
  }
  .p-md-2 {
    padding: 1.25rem !important;
  }
  .p-md-3 {
    padding: 1.875rem !important;
  }
  .p-md-4 {
    padding: 2.5rem !important;
  }
  .p-md-5 {
    padding: 3.125rem !important;
  }
  .p-md-6 {
    padding: 3.75rem !important;
  }
  .p-md-7 {
    padding: 4.375rem !important;
  }
  .p-md-8 {
    padding: 5rem !important;
  }
  .p-md-9 {
    padding: 5.625rem !important;
  }
  .p-md-10 {
    padding: 6.25rem !important;
  }
  .p-md-11 {
    padding: 6.875rem !important;
  }
  .p-md-12 {
    padding: 7.5rem !important;
  }
  .p-md-13 {
    padding: 8.125rem !important;
  }
  .p-md-14 {
    padding: 8.75rem !important;
  }
  .p-md-15 {
    padding: 9.375rem !important;
  }
  .p-md-16 {
    padding: 10rem !important;
  }
  .p-md-17 {
    padding: 10.625rem !important;
  }
  .p-md-18 {
    padding: 11.25rem !important;
  }
  .p-md-19 {
    padding: 11.875rem !important;
  }
  .p-md-20 {
    padding: 12.5rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-o5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-md-1 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-md-gutter {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .px-md-2 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-md-3 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-md-4 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-md-5 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-md-6 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-md-7 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-md-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-9 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-md-10 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-md-11 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-md-12 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-md-13 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-md-14 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-md-15 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-md-16 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-md-17 {
    padding-right: 10.625rem !important;
    padding-left: 10.625rem !important;
  }
  .px-md-18 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .px-md-19 {
    padding-right: 11.875rem !important;
    padding-left: 11.875rem !important;
  }
  .px-md-20 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-o5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-md-1 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-md-gutter {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .py-md-2 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-md-3 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-md-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-md-5 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-md-6 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-md-7 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-md-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-9 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-md-10 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-md-11 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-md-12 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-md-13 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-md-14 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-md-15 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-md-16 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-md-17 {
    padding-top: 10.625rem !important;
    padding-bottom: 10.625rem !important;
  }
  .py-md-18 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .py-md-19 {
    padding-top: 11.875rem !important;
    padding-bottom: 11.875rem !important;
  }
  .py-md-20 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-o5 {
    padding-top: 0.3125rem !important;
  }
  .pt-md-1 {
    padding-top: 0.625rem !important;
  }
  .pt-md-gutter {
    padding-top: 0.9375rem !important;
  }
  .pt-md-2 {
    padding-top: 1.25rem !important;
  }
  .pt-md-3 {
    padding-top: 1.875rem !important;
  }
  .pt-md-4 {
    padding-top: 2.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3.125rem !important;
  }
  .pt-md-6 {
    padding-top: 3.75rem !important;
  }
  .pt-md-7 {
    padding-top: 4.375rem !important;
  }
  .pt-md-8 {
    padding-top: 5rem !important;
  }
  .pt-md-9 {
    padding-top: 5.625rem !important;
  }
  .pt-md-10 {
    padding-top: 6.25rem !important;
  }
  .pt-md-11 {
    padding-top: 6.875rem !important;
  }
  .pt-md-12 {
    padding-top: 7.5rem !important;
  }
  .pt-md-13 {
    padding-top: 8.125rem !important;
  }
  .pt-md-14 {
    padding-top: 8.75rem !important;
  }
  .pt-md-15 {
    padding-top: 9.375rem !important;
  }
  .pt-md-16 {
    padding-top: 10rem !important;
  }
  .pt-md-17 {
    padding-top: 10.625rem !important;
  }
  .pt-md-18 {
    padding-top: 11.25rem !important;
  }
  .pt-md-19 {
    padding-top: 11.875rem !important;
  }
  .pt-md-20 {
    padding-top: 12.5rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-o5 {
    padding-right: 0.3125rem !important;
  }
  .pe-md-1 {
    padding-right: 0.625rem !important;
  }
  .pe-md-gutter {
    padding-right: 0.9375rem !important;
  }
  .pe-md-2 {
    padding-right: 1.25rem !important;
  }
  .pe-md-3 {
    padding-right: 1.875rem !important;
  }
  .pe-md-4 {
    padding-right: 2.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3.125rem !important;
  }
  .pe-md-6 {
    padding-right: 3.75rem !important;
  }
  .pe-md-7 {
    padding-right: 4.375rem !important;
  }
  .pe-md-8 {
    padding-right: 5rem !important;
  }
  .pe-md-9 {
    padding-right: 5.625rem !important;
  }
  .pe-md-10 {
    padding-right: 6.25rem !important;
  }
  .pe-md-11 {
    padding-right: 6.875rem !important;
  }
  .pe-md-12 {
    padding-right: 7.5rem !important;
  }
  .pe-md-13 {
    padding-right: 8.125rem !important;
  }
  .pe-md-14 {
    padding-right: 8.75rem !important;
  }
  .pe-md-15 {
    padding-right: 9.375rem !important;
  }
  .pe-md-16 {
    padding-right: 10rem !important;
  }
  .pe-md-17 {
    padding-right: 10.625rem !important;
  }
  .pe-md-18 {
    padding-right: 11.25rem !important;
  }
  .pe-md-19 {
    padding-right: 11.875rem !important;
  }
  .pe-md-20 {
    padding-right: 12.5rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-o5 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.625rem !important;
  }
  .pb-md-gutter {
    padding-bottom: 0.9375rem !important;
  }
  .pb-md-2 {
    padding-bottom: 1.25rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1.875rem !important;
  }
  .pb-md-4 {
    padding-bottom: 2.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3.125rem !important;
  }
  .pb-md-6 {
    padding-bottom: 3.75rem !important;
  }
  .pb-md-7 {
    padding-bottom: 4.375rem !important;
  }
  .pb-md-8 {
    padding-bottom: 5rem !important;
  }
  .pb-md-9 {
    padding-bottom: 5.625rem !important;
  }
  .pb-md-10 {
    padding-bottom: 6.25rem !important;
  }
  .pb-md-11 {
    padding-bottom: 6.875rem !important;
  }
  .pb-md-12 {
    padding-bottom: 7.5rem !important;
  }
  .pb-md-13 {
    padding-bottom: 8.125rem !important;
  }
  .pb-md-14 {
    padding-bottom: 8.75rem !important;
  }
  .pb-md-15 {
    padding-bottom: 9.375rem !important;
  }
  .pb-md-16 {
    padding-bottom: 10rem !important;
  }
  .pb-md-17 {
    padding-bottom: 10.625rem !important;
  }
  .pb-md-18 {
    padding-bottom: 11.25rem !important;
  }
  .pb-md-19 {
    padding-bottom: 11.875rem !important;
  }
  .pb-md-20 {
    padding-bottom: 12.5rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-o5 {
    padding-left: 0.3125rem !important;
  }
  .ps-md-1 {
    padding-left: 0.625rem !important;
  }
  .ps-md-gutter {
    padding-left: 0.9375rem !important;
  }
  .ps-md-2 {
    padding-left: 1.25rem !important;
  }
  .ps-md-3 {
    padding-left: 1.875rem !important;
  }
  .ps-md-4 {
    padding-left: 2.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3.125rem !important;
  }
  .ps-md-6 {
    padding-left: 3.75rem !important;
  }
  .ps-md-7 {
    padding-left: 4.375rem !important;
  }
  .ps-md-8 {
    padding-left: 5rem !important;
  }
  .ps-md-9 {
    padding-left: 5.625rem !important;
  }
  .ps-md-10 {
    padding-left: 6.25rem !important;
  }
  .ps-md-11 {
    padding-left: 6.875rem !important;
  }
  .ps-md-12 {
    padding-left: 7.5rem !important;
  }
  .ps-md-13 {
    padding-left: 8.125rem !important;
  }
  .ps-md-14 {
    padding-left: 8.75rem !important;
  }
  .ps-md-15 {
    padding-left: 9.375rem !important;
  }
  .ps-md-16 {
    padding-left: 10rem !important;
  }
  .ps-md-17 {
    padding-left: 10.625rem !important;
  }
  .ps-md-18 {
    padding-left: 11.25rem !important;
  }
  .ps-md-19 {
    padding-left: 11.875rem !important;
  }
  .ps-md-20 {
    padding-left: 12.5rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
  .scale-md-50 {
    transform: scale(0.5) !important;
  }
  .scale-md-75 {
    transform: scale(0.75) !important;
  }
  .scale-md-125 {
    transform: scale(1.25) !important;
  }
  .scale-md-150 {
    transform: scale(1.5) !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-vh {
    width: 100vh !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .h-lg-300px {
    height: 300px !important;
  }
  .h-lg-350px {
    height: 350px !important;
  }
  .h-lg-400px {
    height: 400px !important;
  }
  .h-lg-450px {
    height: 450px !important;
  }
  .h-lg-500px {
    height: 500px !important;
  }
  .h-lg-10 {
    height: 10% !important;
  }
  .h-lg-20 {
    height: 20% !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-30 {
    height: 30% !important;
  }
  .h-lg-40 {
    height: 40% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-60 {
    height: 60% !important;
  }
  .h-lg-70 {
    height: 70% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-80 {
    height: 80% !important;
  }
  .h-lg-85 {
    height: 85% !important;
  }
  .h-lg-90 {
    height: 90% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-vh {
    height: 100vh !important;
  }
  .h-lg-auto {
    height: auto !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row,
  .navbar-nav {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-o5 {
    gap: 0.3125rem !important;
  }
  .gap-lg-1 {
    gap: 0.625rem !important;
  }
  .gap-lg-gutter {
    gap: 0.9375rem !important;
  }
  .gap-lg-2 {
    gap: 1.25rem !important;
  }
  .gap-lg-3 {
    gap: 1.875rem !important;
  }
  .gap-lg-4 {
    gap: 2.5rem !important;
  }
  .gap-lg-5 {
    gap: 3.125rem !important;
  }
  .gap-lg-6 {
    gap: 3.75rem !important;
  }
  .gap-lg-7 {
    gap: 4.375rem !important;
  }
  .gap-lg-8 {
    gap: 5rem !important;
  }
  .gap-lg-9 {
    gap: 5.625rem !important;
  }
  .gap-lg-10 {
    gap: 6.25rem !important;
  }
  .gap-lg-11 {
    gap: 6.875rem !important;
  }
  .gap-lg-12 {
    gap: 7.5rem !important;
  }
  .gap-lg-13 {
    gap: 8.125rem !important;
  }
  .gap-lg-14 {
    gap: 8.75rem !important;
  }
  .gap-lg-15 {
    gap: 9.375rem !important;
  }
  .gap-lg-16 {
    gap: 10rem !important;
  }
  .gap-lg-17 {
    gap: 10.625rem !important;
  }
  .gap-lg-18 {
    gap: 11.25rem !important;
  }
  .gap-lg-19 {
    gap: 11.875rem !important;
  }
  .gap-lg-20 {
    gap: 12.5rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-o5 {
    margin: 0.3125rem !important;
  }
  .m-lg-1 {
    margin: 0.625rem !important;
  }
  .m-lg-gutter {
    margin: 0.9375rem !important;
  }
  .m-lg-2 {
    margin: 1.25rem !important;
  }
  .m-lg-3 {
    margin: 1.875rem !important;
  }
  .m-lg-4 {
    margin: 2.5rem !important;
  }
  .m-lg-5 {
    margin: 3.125rem !important;
  }
  .m-lg-6 {
    margin: 3.75rem !important;
  }
  .m-lg-7 {
    margin: 4.375rem !important;
  }
  .m-lg-8 {
    margin: 5rem !important;
  }
  .m-lg-9 {
    margin: 5.625rem !important;
  }
  .m-lg-10 {
    margin: 6.25rem !important;
  }
  .m-lg-11 {
    margin: 6.875rem !important;
  }
  .m-lg-12 {
    margin: 7.5rem !important;
  }
  .m-lg-13 {
    margin: 8.125rem !important;
  }
  .m-lg-14 {
    margin: 8.75rem !important;
  }
  .m-lg-15 {
    margin: 9.375rem !important;
  }
  .m-lg-16 {
    margin: 10rem !important;
  }
  .m-lg-17 {
    margin: 10.625rem !important;
  }
  .m-lg-18 {
    margin: 11.25rem !important;
  }
  .m-lg-19 {
    margin: 11.875rem !important;
  }
  .m-lg-20 {
    margin: 12.5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-o5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-lg-gutter {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mx-lg-2 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-lg-3 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-lg-4 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-lg-6 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-lg-7 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-lg-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-9 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-lg-10 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-lg-11 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-lg-12 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-lg-13 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-lg-14 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-lg-15 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-lg-16 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-17 {
    margin-right: 10.625rem !important;
    margin-left: 10.625rem !important;
  }
  .mx-lg-18 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .mx-lg-19 {
    margin-right: 11.875rem !important;
    margin-left: 11.875rem !important;
  }
  .mx-lg-20 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-o5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-lg-1 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-lg-gutter {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .my-lg-2 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-lg-3 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-lg-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-lg-6 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-lg-7 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-lg-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-9 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-lg-10 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-lg-11 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-lg-12 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-lg-13 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-lg-14 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-lg-15 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-lg-16 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-17 {
    margin-top: 10.625rem !important;
    margin-bottom: 10.625rem !important;
  }
  .my-lg-18 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .my-lg-19 {
    margin-top: 11.875rem !important;
    margin-bottom: 11.875rem !important;
  }
  .my-lg-20 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-o5 {
    margin-top: 0.3125rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.625rem !important;
  }
  .mt-lg-gutter {
    margin-top: 0.9375rem !important;
  }
  .mt-lg-2 {
    margin-top: 1.25rem !important;
  }
  .mt-lg-3 {
    margin-top: 1.875rem !important;
  }
  .mt-lg-4 {
    margin-top: 2.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3.125rem !important;
  }
  .mt-lg-6 {
    margin-top: 3.75rem !important;
  }
  .mt-lg-7 {
    margin-top: 4.375rem !important;
  }
  .mt-lg-8 {
    margin-top: 5rem !important;
  }
  .mt-lg-9 {
    margin-top: 5.625rem !important;
  }
  .mt-lg-10 {
    margin-top: 6.25rem !important;
  }
  .mt-lg-11 {
    margin-top: 6.875rem !important;
  }
  .mt-lg-12 {
    margin-top: 7.5rem !important;
  }
  .mt-lg-13 {
    margin-top: 8.125rem !important;
  }
  .mt-lg-14 {
    margin-top: 8.75rem !important;
  }
  .mt-lg-15 {
    margin-top: 9.375rem !important;
  }
  .mt-lg-16 {
    margin-top: 10rem !important;
  }
  .mt-lg-17 {
    margin-top: 10.625rem !important;
  }
  .mt-lg-18 {
    margin-top: 11.25rem !important;
  }
  .mt-lg-19 {
    margin-top: 11.875rem !important;
  }
  .mt-lg-20 {
    margin-top: 12.5rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-o5 {
    margin-right: 0.3125rem !important;
  }
  .me-lg-1 {
    margin-right: 0.625rem !important;
  }
  .me-lg-gutter {
    margin-right: 0.9375rem !important;
  }
  .me-lg-2 {
    margin-right: 1.25rem !important;
  }
  .me-lg-3 {
    margin-right: 1.875rem !important;
  }
  .me-lg-4 {
    margin-right: 2.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3.125rem !important;
  }
  .me-lg-6 {
    margin-right: 3.75rem !important;
  }
  .me-lg-7 {
    margin-right: 4.375rem !important;
  }
  .me-lg-8 {
    margin-right: 5rem !important;
  }
  .me-lg-9 {
    margin-right: 5.625rem !important;
  }
  .me-lg-10 {
    margin-right: 6.25rem !important;
  }
  .me-lg-11 {
    margin-right: 6.875rem !important;
  }
  .me-lg-12 {
    margin-right: 7.5rem !important;
  }
  .me-lg-13 {
    margin-right: 8.125rem !important;
  }
  .me-lg-14 {
    margin-right: 8.75rem !important;
  }
  .me-lg-15 {
    margin-right: 9.375rem !important;
  }
  .me-lg-16 {
    margin-right: 10rem !important;
  }
  .me-lg-17 {
    margin-right: 10.625rem !important;
  }
  .me-lg-18 {
    margin-right: 11.25rem !important;
  }
  .me-lg-19 {
    margin-right: 11.875rem !important;
  }
  .me-lg-20 {
    margin-right: 12.5rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-o5 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.625rem !important;
  }
  .mb-lg-gutter {
    margin-bottom: 0.9375rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 1.25rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1.875rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 2.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3.125rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 3.75rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 4.375rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 5.625rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 6.25rem !important;
  }
  .mb-lg-11 {
    margin-bottom: 6.875rem !important;
  }
  .mb-lg-12 {
    margin-bottom: 7.5rem !important;
  }
  .mb-lg-13 {
    margin-bottom: 8.125rem !important;
  }
  .mb-lg-14 {
    margin-bottom: 8.75rem !important;
  }
  .mb-lg-15 {
    margin-bottom: 9.375rem !important;
  }
  .mb-lg-16 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-17 {
    margin-bottom: 10.625rem !important;
  }
  .mb-lg-18 {
    margin-bottom: 11.25rem !important;
  }
  .mb-lg-19 {
    margin-bottom: 11.875rem !important;
  }
  .mb-lg-20 {
    margin-bottom: 12.5rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-o5 {
    margin-left: 0.3125rem !important;
  }
  .ms-lg-1 {
    margin-left: 0.625rem !important;
  }
  .ms-lg-gutter {
    margin-left: 0.9375rem !important;
  }
  .ms-lg-2 {
    margin-left: 1.25rem !important;
  }
  .ms-lg-3 {
    margin-left: 1.875rem !important;
  }
  .ms-lg-4 {
    margin-left: 2.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3.125rem !important;
  }
  .ms-lg-6 {
    margin-left: 3.75rem !important;
  }
  .ms-lg-7 {
    margin-left: 4.375rem !important;
  }
  .ms-lg-8 {
    margin-left: 5rem !important;
  }
  .ms-lg-9 {
    margin-left: 5.625rem !important;
  }
  .ms-lg-10 {
    margin-left: 6.25rem !important;
  }
  .ms-lg-11 {
    margin-left: 6.875rem !important;
  }
  .ms-lg-12 {
    margin-left: 7.5rem !important;
  }
  .ms-lg-13 {
    margin-left: 8.125rem !important;
  }
  .ms-lg-14 {
    margin-left: 8.75rem !important;
  }
  .ms-lg-15 {
    margin-left: 9.375rem !important;
  }
  .ms-lg-16 {
    margin-left: 10rem !important;
  }
  .ms-lg-17 {
    margin-left: 10.625rem !important;
  }
  .ms-lg-18 {
    margin-left: 11.25rem !important;
  }
  .ms-lg-19 {
    margin-left: 11.875rem !important;
  }
  .ms-lg-20 {
    margin-left: 12.5rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-no5 {
    margin: -0.3125rem !important;
  }
  .m-lg-n1 {
    margin: -0.625rem !important;
  }
  .m-lg-ngutter {
    margin: -0.9375rem !important;
  }
  .m-lg-n2 {
    margin: -1.25rem !important;
  }
  .m-lg-n3 {
    margin: -1.875rem !important;
  }
  .m-lg-n4 {
    margin: -2.5rem !important;
  }
  .m-lg-n5 {
    margin: -3.125rem !important;
  }
  .m-lg-n6 {
    margin: -3.75rem !important;
  }
  .m-lg-n7 {
    margin: -4.375rem !important;
  }
  .m-lg-n8 {
    margin: -5rem !important;
  }
  .m-lg-n9 {
    margin: -5.625rem !important;
  }
  .m-lg-n10 {
    margin: -6.25rem !important;
  }
  .m-lg-n11 {
    margin: -6.875rem !important;
  }
  .m-lg-n12 {
    margin: -7.5rem !important;
  }
  .m-lg-n13 {
    margin: -8.125rem !important;
  }
  .m-lg-n14 {
    margin: -8.75rem !important;
  }
  .m-lg-n15 {
    margin: -9.375rem !important;
  }
  .m-lg-n16 {
    margin: -10rem !important;
  }
  .m-lg-n17 {
    margin: -10.625rem !important;
  }
  .m-lg-n18 {
    margin: -11.25rem !important;
  }
  .m-lg-n19 {
    margin: -11.875rem !important;
  }
  .m-lg-n20 {
    margin: -12.5rem !important;
  }
  .mx-lg-no5 {
    margin-right: -0.3125rem !important;
    margin-left: -0.3125rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.625rem !important;
    margin-left: -0.625rem !important;
  }
  .mx-lg-ngutter {
    margin-right: -0.9375rem !important;
    margin-left: -0.9375rem !important;
  }
  .mx-lg-n2 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
  .mx-lg-n4 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3.125rem !important;
    margin-left: -3.125rem !important;
  }
  .mx-lg-n6 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-lg-n7 {
    margin-right: -4.375rem !important;
    margin-left: -4.375rem !important;
  }
  .mx-lg-n8 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-lg-n9 {
    margin-right: -5.625rem !important;
    margin-left: -5.625rem !important;
  }
  .mx-lg-n10 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-lg-n11 {
    margin-right: -6.875rem !important;
    margin-left: -6.875rem !important;
  }
  .mx-lg-n12 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-lg-n13 {
    margin-right: -8.125rem !important;
    margin-left: -8.125rem !important;
  }
  .mx-lg-n14 {
    margin-right: -8.75rem !important;
    margin-left: -8.75rem !important;
  }
  .mx-lg-n15 {
    margin-right: -9.375rem !important;
    margin-left: -9.375rem !important;
  }
  .mx-lg-n16 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-lg-n17 {
    margin-right: -10.625rem !important;
    margin-left: -10.625rem !important;
  }
  .mx-lg-n18 {
    margin-right: -11.25rem !important;
    margin-left: -11.25rem !important;
  }
  .mx-lg-n19 {
    margin-right: -11.875rem !important;
    margin-left: -11.875rem !important;
  }
  .mx-lg-n20 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .my-lg-no5 {
    margin-top: -0.3125rem !important;
    margin-bottom: -0.3125rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }
  .my-lg-ngutter {
    margin-top: -0.9375rem !important;
    margin-bottom: -0.9375rem !important;
  }
  .my-lg-n2 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-lg-n3 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }
  .my-lg-n4 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3.125rem !important;
    margin-bottom: -3.125rem !important;
  }
  .my-lg-n6 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-lg-n7 {
    margin-top: -4.375rem !important;
    margin-bottom: -4.375rem !important;
  }
  .my-lg-n8 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-lg-n9 {
    margin-top: -5.625rem !important;
    margin-bottom: -5.625rem !important;
  }
  .my-lg-n10 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-lg-n11 {
    margin-top: -6.875rem !important;
    margin-bottom: -6.875rem !important;
  }
  .my-lg-n12 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-lg-n13 {
    margin-top: -8.125rem !important;
    margin-bottom: -8.125rem !important;
  }
  .my-lg-n14 {
    margin-top: -8.75rem !important;
    margin-bottom: -8.75rem !important;
  }
  .my-lg-n15 {
    margin-top: -9.375rem !important;
    margin-bottom: -9.375rem !important;
  }
  .my-lg-n16 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-lg-n17 {
    margin-top: -10.625rem !important;
    margin-bottom: -10.625rem !important;
  }
  .my-lg-n18 {
    margin-top: -11.25rem !important;
    margin-bottom: -11.25rem !important;
  }
  .my-lg-n19 {
    margin-top: -11.875rem !important;
    margin-bottom: -11.875rem !important;
  }
  .my-lg-n20 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .mt-lg-no5 {
    margin-top: -0.3125rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.625rem !important;
  }
  .mt-lg-ngutter {
    margin-top: -0.9375rem !important;
  }
  .mt-lg-n2 {
    margin-top: -1.25rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1.875rem !important;
  }
  .mt-lg-n4 {
    margin-top: -2.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3.125rem !important;
  }
  .mt-lg-n6 {
    margin-top: -3.75rem !important;
  }
  .mt-lg-n7 {
    margin-top: -4.375rem !important;
  }
  .mt-lg-n8 {
    margin-top: -5rem !important;
  }
  .mt-lg-n9 {
    margin-top: -5.625rem !important;
  }
  .mt-lg-n10 {
    margin-top: -6.25rem !important;
  }
  .mt-lg-n11 {
    margin-top: -6.875rem !important;
  }
  .mt-lg-n12 {
    margin-top: -7.5rem !important;
  }
  .mt-lg-n13 {
    margin-top: -8.125rem !important;
  }
  .mt-lg-n14 {
    margin-top: -8.75rem !important;
  }
  .mt-lg-n15 {
    margin-top: -9.375rem !important;
  }
  .mt-lg-n16 {
    margin-top: -10rem !important;
  }
  .mt-lg-n17 {
    margin-top: -10.625rem !important;
  }
  .mt-lg-n18 {
    margin-top: -11.25rem !important;
  }
  .mt-lg-n19 {
    margin-top: -11.875rem !important;
  }
  .mt-lg-n20 {
    margin-top: -12.5rem !important;
  }
  .me-lg-no5 {
    margin-right: -0.3125rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.625rem !important;
  }
  .me-lg-ngutter {
    margin-right: -0.9375rem !important;
  }
  .me-lg-n2 {
    margin-right: -1.25rem !important;
  }
  .me-lg-n3 {
    margin-right: -1.875rem !important;
  }
  .me-lg-n4 {
    margin-right: -2.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3.125rem !important;
  }
  .me-lg-n6 {
    margin-right: -3.75rem !important;
  }
  .me-lg-n7 {
    margin-right: -4.375rem !important;
  }
  .me-lg-n8 {
    margin-right: -5rem !important;
  }
  .me-lg-n9 {
    margin-right: -5.625rem !important;
  }
  .me-lg-n10 {
    margin-right: -6.25rem !important;
  }
  .me-lg-n11 {
    margin-right: -6.875rem !important;
  }
  .me-lg-n12 {
    margin-right: -7.5rem !important;
  }
  .me-lg-n13 {
    margin-right: -8.125rem !important;
  }
  .me-lg-n14 {
    margin-right: -8.75rem !important;
  }
  .me-lg-n15 {
    margin-right: -9.375rem !important;
  }
  .me-lg-n16 {
    margin-right: -10rem !important;
  }
  .me-lg-n17 {
    margin-right: -10.625rem !important;
  }
  .me-lg-n18 {
    margin-right: -11.25rem !important;
  }
  .me-lg-n19 {
    margin-right: -11.875rem !important;
  }
  .me-lg-n20 {
    margin-right: -12.5rem !important;
  }
  .mb-lg-no5 {
    margin-bottom: -0.3125rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.625rem !important;
  }
  .mb-lg-ngutter {
    margin-bottom: -0.9375rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -1.25rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1.875rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -2.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3.125rem !important;
  }
  .mb-lg-n6 {
    margin-bottom: -3.75rem !important;
  }
  .mb-lg-n7 {
    margin-bottom: -4.375rem !important;
  }
  .mb-lg-n8 {
    margin-bottom: -5rem !important;
  }
  .mb-lg-n9 {
    margin-bottom: -5.625rem !important;
  }
  .mb-lg-n10 {
    margin-bottom: -6.25rem !important;
  }
  .mb-lg-n11 {
    margin-bottom: -6.875rem !important;
  }
  .mb-lg-n12 {
    margin-bottom: -7.5rem !important;
  }
  .mb-lg-n13 {
    margin-bottom: -8.125rem !important;
  }
  .mb-lg-n14 {
    margin-bottom: -8.75rem !important;
  }
  .mb-lg-n15 {
    margin-bottom: -9.375rem !important;
  }
  .mb-lg-n16 {
    margin-bottom: -10rem !important;
  }
  .mb-lg-n17 {
    margin-bottom: -10.625rem !important;
  }
  .mb-lg-n18 {
    margin-bottom: -11.25rem !important;
  }
  .mb-lg-n19 {
    margin-bottom: -11.875rem !important;
  }
  .mb-lg-n20 {
    margin-bottom: -12.5rem !important;
  }
  .ms-lg-no5 {
    margin-left: -0.3125rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.625rem !important;
  }
  .ms-lg-ngutter {
    margin-left: -0.9375rem !important;
  }
  .ms-lg-n2 {
    margin-left: -1.25rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1.875rem !important;
  }
  .ms-lg-n4 {
    margin-left: -2.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3.125rem !important;
  }
  .ms-lg-n6 {
    margin-left: -3.75rem !important;
  }
  .ms-lg-n7 {
    margin-left: -4.375rem !important;
  }
  .ms-lg-n8 {
    margin-left: -5rem !important;
  }
  .ms-lg-n9 {
    margin-left: -5.625rem !important;
  }
  .ms-lg-n10 {
    margin-left: -6.25rem !important;
  }
  .ms-lg-n11 {
    margin-left: -6.875rem !important;
  }
  .ms-lg-n12 {
    margin-left: -7.5rem !important;
  }
  .ms-lg-n13 {
    margin-left: -8.125rem !important;
  }
  .ms-lg-n14 {
    margin-left: -8.75rem !important;
  }
  .ms-lg-n15 {
    margin-left: -9.375rem !important;
  }
  .ms-lg-n16 {
    margin-left: -10rem !important;
  }
  .ms-lg-n17 {
    margin-left: -10.625rem !important;
  }
  .ms-lg-n18 {
    margin-left: -11.25rem !important;
  }
  .ms-lg-n19 {
    margin-left: -11.875rem !important;
  }
  .ms-lg-n20 {
    margin-left: -12.5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-o5 {
    padding: 0.3125rem !important;
  }
  .p-lg-1 {
    padding: 0.625rem !important;
  }
  .p-lg-gutter {
    padding: 0.9375rem !important;
  }
  .p-lg-2 {
    padding: 1.25rem !important;
  }
  .p-lg-3 {
    padding: 1.875rem !important;
  }
  .p-lg-4 {
    padding: 2.5rem !important;
  }
  .p-lg-5 {
    padding: 3.125rem !important;
  }
  .p-lg-6 {
    padding: 3.75rem !important;
  }
  .p-lg-7 {
    padding: 4.375rem !important;
  }
  .p-lg-8 {
    padding: 5rem !important;
  }
  .p-lg-9 {
    padding: 5.625rem !important;
  }
  .p-lg-10 {
    padding: 6.25rem !important;
  }
  .p-lg-11 {
    padding: 6.875rem !important;
  }
  .p-lg-12 {
    padding: 7.5rem !important;
  }
  .p-lg-13 {
    padding: 8.125rem !important;
  }
  .p-lg-14 {
    padding: 8.75rem !important;
  }
  .p-lg-15 {
    padding: 9.375rem !important;
  }
  .p-lg-16 {
    padding: 10rem !important;
  }
  .p-lg-17 {
    padding: 10.625rem !important;
  }
  .p-lg-18 {
    padding: 11.25rem !important;
  }
  .p-lg-19 {
    padding: 11.875rem !important;
  }
  .p-lg-20 {
    padding: 12.5rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-o5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-lg-1 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-lg-gutter {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .px-lg-2 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-lg-3 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-lg-4 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-lg-6 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-lg-7 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-lg-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-9 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-lg-10 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-lg-11 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-lg-12 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-lg-13 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-lg-14 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-lg-15 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-lg-16 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-lg-17 {
    padding-right: 10.625rem !important;
    padding-left: 10.625rem !important;
  }
  .px-lg-18 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .px-lg-19 {
    padding-right: 11.875rem !important;
    padding-left: 11.875rem !important;
  }
  .px-lg-20 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-o5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-lg-1 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-lg-gutter {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .py-lg-2 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-lg-3 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-lg-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-lg-6 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-lg-7 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-lg-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-9 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-lg-10 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-lg-11 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-lg-12 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-lg-13 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-lg-14 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-lg-15 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-lg-16 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-lg-17 {
    padding-top: 10.625rem !important;
    padding-bottom: 10.625rem !important;
  }
  .py-lg-18 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .py-lg-19 {
    padding-top: 11.875rem !important;
    padding-bottom: 11.875rem !important;
  }
  .py-lg-20 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-o5 {
    padding-top: 0.3125rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.625rem !important;
  }
  .pt-lg-gutter {
    padding-top: 0.9375rem !important;
  }
  .pt-lg-2 {
    padding-top: 1.25rem !important;
  }
  .pt-lg-3 {
    padding-top: 1.875rem !important;
  }
  .pt-lg-4 {
    padding-top: 2.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3.125rem !important;
  }
  .pt-lg-6 {
    padding-top: 3.75rem !important;
  }
  .pt-lg-7 {
    padding-top: 4.375rem !important;
  }
  .pt-lg-8 {
    padding-top: 5rem !important;
  }
  .pt-lg-9 {
    padding-top: 5.625rem !important;
  }
  .pt-lg-10 {
    padding-top: 6.25rem !important;
  }
  .pt-lg-11 {
    padding-top: 6.875rem !important;
  }
  .pt-lg-12 {
    padding-top: 7.5rem !important;
  }
  .pt-lg-13 {
    padding-top: 8.125rem !important;
  }
  .pt-lg-14 {
    padding-top: 8.75rem !important;
  }
  .pt-lg-15 {
    padding-top: 9.375rem !important;
  }
  .pt-lg-16 {
    padding-top: 10rem !important;
  }
  .pt-lg-17 {
    padding-top: 10.625rem !important;
  }
  .pt-lg-18 {
    padding-top: 11.25rem !important;
  }
  .pt-lg-19 {
    padding-top: 11.875rem !important;
  }
  .pt-lg-20 {
    padding-top: 12.5rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-o5 {
    padding-right: 0.3125rem !important;
  }
  .pe-lg-1 {
    padding-right: 0.625rem !important;
  }
  .pe-lg-gutter {
    padding-right: 0.9375rem !important;
  }
  .pe-lg-2 {
    padding-right: 1.25rem !important;
  }
  .pe-lg-3 {
    padding-right: 1.875rem !important;
  }
  .pe-lg-4 {
    padding-right: 2.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3.125rem !important;
  }
  .pe-lg-6 {
    padding-right: 3.75rem !important;
  }
  .pe-lg-7 {
    padding-right: 4.375rem !important;
  }
  .pe-lg-8 {
    padding-right: 5rem !important;
  }
  .pe-lg-9 {
    padding-right: 5.625rem !important;
  }
  .pe-lg-10 {
    padding-right: 6.25rem !important;
  }
  .pe-lg-11 {
    padding-right: 6.875rem !important;
  }
  .pe-lg-12 {
    padding-right: 7.5rem !important;
  }
  .pe-lg-13 {
    padding-right: 8.125rem !important;
  }
  .pe-lg-14 {
    padding-right: 8.75rem !important;
  }
  .pe-lg-15 {
    padding-right: 9.375rem !important;
  }
  .pe-lg-16 {
    padding-right: 10rem !important;
  }
  .pe-lg-17 {
    padding-right: 10.625rem !important;
  }
  .pe-lg-18 {
    padding-right: 11.25rem !important;
  }
  .pe-lg-19 {
    padding-right: 11.875rem !important;
  }
  .pe-lg-20 {
    padding-right: 12.5rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-o5 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.625rem !important;
  }
  .pb-lg-gutter {
    padding-bottom: 0.9375rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 1.25rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1.875rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 2.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3.125rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 3.75rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 4.375rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 5.625rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 6.25rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 6.875rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 7.5rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 8.125rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 8.75rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 9.375rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-17 {
    padding-bottom: 10.625rem !important;
  }
  .pb-lg-18 {
    padding-bottom: 11.25rem !important;
  }
  .pb-lg-19 {
    padding-bottom: 11.875rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 12.5rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-o5 {
    padding-left: 0.3125rem !important;
  }
  .ps-lg-1 {
    padding-left: 0.625rem !important;
  }
  .ps-lg-gutter {
    padding-left: 0.9375rem !important;
  }
  .ps-lg-2 {
    padding-left: 1.25rem !important;
  }
  .ps-lg-3 {
    padding-left: 1.875rem !important;
  }
  .ps-lg-4 {
    padding-left: 2.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3.125rem !important;
  }
  .ps-lg-6 {
    padding-left: 3.75rem !important;
  }
  .ps-lg-7 {
    padding-left: 4.375rem !important;
  }
  .ps-lg-8 {
    padding-left: 5rem !important;
  }
  .ps-lg-9 {
    padding-left: 5.625rem !important;
  }
  .ps-lg-10 {
    padding-left: 6.25rem !important;
  }
  .ps-lg-11 {
    padding-left: 6.875rem !important;
  }
  .ps-lg-12 {
    padding-left: 7.5rem !important;
  }
  .ps-lg-13 {
    padding-left: 8.125rem !important;
  }
  .ps-lg-14 {
    padding-left: 8.75rem !important;
  }
  .ps-lg-15 {
    padding-left: 9.375rem !important;
  }
  .ps-lg-16 {
    padding-left: 10rem !important;
  }
  .ps-lg-17 {
    padding-left: 10.625rem !important;
  }
  .ps-lg-18 {
    padding-left: 11.25rem !important;
  }
  .ps-lg-19 {
    padding-left: 11.875rem !important;
  }
  .ps-lg-20 {
    padding-left: 12.5rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
  .scale-lg-50 {
    transform: scale(0.5) !important;
  }
  .scale-lg-75 {
    transform: scale(0.75) !important;
  }
  .scale-lg-125 {
    transform: scale(1.25) !important;
  }
  .scale-lg-150 {
    transform: scale(1.5) !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .w-xl-10 {
    width: 10% !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .w-xl-85 {
    width: 85% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-vh {
    width: 100vh !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .h-xl-300px {
    height: 300px !important;
  }
  .h-xl-350px {
    height: 350px !important;
  }
  .h-xl-400px {
    height: 400px !important;
  }
  .h-xl-450px {
    height: 450px !important;
  }
  .h-xl-500px {
    height: 500px !important;
  }
  .h-xl-10 {
    height: 10% !important;
  }
  .h-xl-20 {
    height: 20% !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
  .h-xl-30 {
    height: 30% !important;
  }
  .h-xl-40 {
    height: 40% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-60 {
    height: 60% !important;
  }
  .h-xl-70 {
    height: 70% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-80 {
    height: 80% !important;
  }
  .h-xl-85 {
    height: 85% !important;
  }
  .h-xl-90 {
    height: 90% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-vh {
    height: 100vh !important;
  }
  .h-xl-auto {
    height: auto !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-o5 {
    gap: 0.3125rem !important;
  }
  .gap-xl-1 {
    gap: 0.625rem !important;
  }
  .gap-xl-gutter {
    gap: 0.9375rem !important;
  }
  .gap-xl-2 {
    gap: 1.25rem !important;
  }
  .gap-xl-3 {
    gap: 1.875rem !important;
  }
  .gap-xl-4 {
    gap: 2.5rem !important;
  }
  .gap-xl-5 {
    gap: 3.125rem !important;
  }
  .gap-xl-6 {
    gap: 3.75rem !important;
  }
  .gap-xl-7 {
    gap: 4.375rem !important;
  }
  .gap-xl-8 {
    gap: 5rem !important;
  }
  .gap-xl-9 {
    gap: 5.625rem !important;
  }
  .gap-xl-10 {
    gap: 6.25rem !important;
  }
  .gap-xl-11 {
    gap: 6.875rem !important;
  }
  .gap-xl-12 {
    gap: 7.5rem !important;
  }
  .gap-xl-13 {
    gap: 8.125rem !important;
  }
  .gap-xl-14 {
    gap: 8.75rem !important;
  }
  .gap-xl-15 {
    gap: 9.375rem !important;
  }
  .gap-xl-16 {
    gap: 10rem !important;
  }
  .gap-xl-17 {
    gap: 10.625rem !important;
  }
  .gap-xl-18 {
    gap: 11.25rem !important;
  }
  .gap-xl-19 {
    gap: 11.875rem !important;
  }
  .gap-xl-20 {
    gap: 12.5rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-o5 {
    margin: 0.3125rem !important;
  }
  .m-xl-1 {
    margin: 0.625rem !important;
  }
  .m-xl-gutter {
    margin: 0.9375rem !important;
  }
  .m-xl-2 {
    margin: 1.25rem !important;
  }
  .m-xl-3 {
    margin: 1.875rem !important;
  }
  .m-xl-4 {
    margin: 2.5rem !important;
  }
  .m-xl-5 {
    margin: 3.125rem !important;
  }
  .m-xl-6 {
    margin: 3.75rem !important;
  }
  .m-xl-7 {
    margin: 4.375rem !important;
  }
  .m-xl-8 {
    margin: 5rem !important;
  }
  .m-xl-9 {
    margin: 5.625rem !important;
  }
  .m-xl-10 {
    margin: 6.25rem !important;
  }
  .m-xl-11 {
    margin: 6.875rem !important;
  }
  .m-xl-12 {
    margin: 7.5rem !important;
  }
  .m-xl-13 {
    margin: 8.125rem !important;
  }
  .m-xl-14 {
    margin: 8.75rem !important;
  }
  .m-xl-15 {
    margin: 9.375rem !important;
  }
  .m-xl-16 {
    margin: 10rem !important;
  }
  .m-xl-17 {
    margin: 10.625rem !important;
  }
  .m-xl-18 {
    margin: 11.25rem !important;
  }
  .m-xl-19 {
    margin: 11.875rem !important;
  }
  .m-xl-20 {
    margin: 12.5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-o5 {
    margin-right: 0.3125rem !important;
    margin-left: 0.3125rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.625rem !important;
    margin-left: 0.625rem !important;
  }
  .mx-xl-gutter {
    margin-right: 0.9375rem !important;
    margin-left: 0.9375rem !important;
  }
  .mx-xl-2 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }
  .mx-xl-3 {
    margin-right: 1.875rem !important;
    margin-left: 1.875rem !important;
  }
  .mx-xl-4 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3.125rem !important;
    margin-left: 3.125rem !important;
  }
  .mx-xl-6 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }
  .mx-xl-7 {
    margin-right: 4.375rem !important;
    margin-left: 4.375rem !important;
  }
  .mx-xl-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-9 {
    margin-right: 5.625rem !important;
    margin-left: 5.625rem !important;
  }
  .mx-xl-10 {
    margin-right: 6.25rem !important;
    margin-left: 6.25rem !important;
  }
  .mx-xl-11 {
    margin-right: 6.875rem !important;
    margin-left: 6.875rem !important;
  }
  .mx-xl-12 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important;
  }
  .mx-xl-13 {
    margin-right: 8.125rem !important;
    margin-left: 8.125rem !important;
  }
  .mx-xl-14 {
    margin-right: 8.75rem !important;
    margin-left: 8.75rem !important;
  }
  .mx-xl-15 {
    margin-right: 9.375rem !important;
    margin-left: 9.375rem !important;
  }
  .mx-xl-16 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-17 {
    margin-right: 10.625rem !important;
    margin-left: 10.625rem !important;
  }
  .mx-xl-18 {
    margin-right: 11.25rem !important;
    margin-left: 11.25rem !important;
  }
  .mx-xl-19 {
    margin-right: 11.875rem !important;
    margin-left: 11.875rem !important;
  }
  .mx-xl-20 {
    margin-right: 12.5rem !important;
    margin-left: 12.5rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-o5 {
    margin-top: 0.3125rem !important;
    margin-bottom: 0.3125rem !important;
  }
  .my-xl-1 {
    margin-top: 0.625rem !important;
    margin-bottom: 0.625rem !important;
  }
  .my-xl-gutter {
    margin-top: 0.9375rem !important;
    margin-bottom: 0.9375rem !important;
  }
  .my-xl-2 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }
  .my-xl-3 {
    margin-top: 1.875rem !important;
    margin-bottom: 1.875rem !important;
  }
  .my-xl-4 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3.125rem !important;
    margin-bottom: 3.125rem !important;
  }
  .my-xl-6 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }
  .my-xl-7 {
    margin-top: 4.375rem !important;
    margin-bottom: 4.375rem !important;
  }
  .my-xl-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-9 {
    margin-top: 5.625rem !important;
    margin-bottom: 5.625rem !important;
  }
  .my-xl-10 {
    margin-top: 6.25rem !important;
    margin-bottom: 6.25rem !important;
  }
  .my-xl-11 {
    margin-top: 6.875rem !important;
    margin-bottom: 6.875rem !important;
  }
  .my-xl-12 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important;
  }
  .my-xl-13 {
    margin-top: 8.125rem !important;
    margin-bottom: 8.125rem !important;
  }
  .my-xl-14 {
    margin-top: 8.75rem !important;
    margin-bottom: 8.75rem !important;
  }
  .my-xl-15 {
    margin-top: 9.375rem !important;
    margin-bottom: 9.375rem !important;
  }
  .my-xl-16 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-17 {
    margin-top: 10.625rem !important;
    margin-bottom: 10.625rem !important;
  }
  .my-xl-18 {
    margin-top: 11.25rem !important;
    margin-bottom: 11.25rem !important;
  }
  .my-xl-19 {
    margin-top: 11.875rem !important;
    margin-bottom: 11.875rem !important;
  }
  .my-xl-20 {
    margin-top: 12.5rem !important;
    margin-bottom: 12.5rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-o5 {
    margin-top: 0.3125rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.625rem !important;
  }
  .mt-xl-gutter {
    margin-top: 0.9375rem !important;
  }
  .mt-xl-2 {
    margin-top: 1.25rem !important;
  }
  .mt-xl-3 {
    margin-top: 1.875rem !important;
  }
  .mt-xl-4 {
    margin-top: 2.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3.125rem !important;
  }
  .mt-xl-6 {
    margin-top: 3.75rem !important;
  }
  .mt-xl-7 {
    margin-top: 4.375rem !important;
  }
  .mt-xl-8 {
    margin-top: 5rem !important;
  }
  .mt-xl-9 {
    margin-top: 5.625rem !important;
  }
  .mt-xl-10 {
    margin-top: 6.25rem !important;
  }
  .mt-xl-11 {
    margin-top: 6.875rem !important;
  }
  .mt-xl-12 {
    margin-top: 7.5rem !important;
  }
  .mt-xl-13 {
    margin-top: 8.125rem !important;
  }
  .mt-xl-14 {
    margin-top: 8.75rem !important;
  }
  .mt-xl-15 {
    margin-top: 9.375rem !important;
  }
  .mt-xl-16 {
    margin-top: 10rem !important;
  }
  .mt-xl-17 {
    margin-top: 10.625rem !important;
  }
  .mt-xl-18 {
    margin-top: 11.25rem !important;
  }
  .mt-xl-19 {
    margin-top: 11.875rem !important;
  }
  .mt-xl-20 {
    margin-top: 12.5rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-o5 {
    margin-right: 0.3125rem !important;
  }
  .me-xl-1 {
    margin-right: 0.625rem !important;
  }
  .me-xl-gutter {
    margin-right: 0.9375rem !important;
  }
  .me-xl-2 {
    margin-right: 1.25rem !important;
  }
  .me-xl-3 {
    margin-right: 1.875rem !important;
  }
  .me-xl-4 {
    margin-right: 2.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3.125rem !important;
  }
  .me-xl-6 {
    margin-right: 3.75rem !important;
  }
  .me-xl-7 {
    margin-right: 4.375rem !important;
  }
  .me-xl-8 {
    margin-right: 5rem !important;
  }
  .me-xl-9 {
    margin-right: 5.625rem !important;
  }
  .me-xl-10 {
    margin-right: 6.25rem !important;
  }
  .me-xl-11 {
    margin-right: 6.875rem !important;
  }
  .me-xl-12 {
    margin-right: 7.5rem !important;
  }
  .me-xl-13 {
    margin-right: 8.125rem !important;
  }
  .me-xl-14 {
    margin-right: 8.75rem !important;
  }
  .me-xl-15 {
    margin-right: 9.375rem !important;
  }
  .me-xl-16 {
    margin-right: 10rem !important;
  }
  .me-xl-17 {
    margin-right: 10.625rem !important;
  }
  .me-xl-18 {
    margin-right: 11.25rem !important;
  }
  .me-xl-19 {
    margin-right: 11.875rem !important;
  }
  .me-xl-20 {
    margin-right: 12.5rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-o5 {
    margin-bottom: 0.3125rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.625rem !important;
  }
  .mb-xl-gutter {
    margin-bottom: 0.9375rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 1.25rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1.875rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 2.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3.125rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 3.75rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 4.375rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 5.625rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 6.25rem !important;
  }
  .mb-xl-11 {
    margin-bottom: 6.875rem !important;
  }
  .mb-xl-12 {
    margin-bottom: 7.5rem !important;
  }
  .mb-xl-13 {
    margin-bottom: 8.125rem !important;
  }
  .mb-xl-14 {
    margin-bottom: 8.75rem !important;
  }
  .mb-xl-15 {
    margin-bottom: 9.375rem !important;
  }
  .mb-xl-16 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-17 {
    margin-bottom: 10.625rem !important;
  }
  .mb-xl-18 {
    margin-bottom: 11.25rem !important;
  }
  .mb-xl-19 {
    margin-bottom: 11.875rem !important;
  }
  .mb-xl-20 {
    margin-bottom: 12.5rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-o5 {
    margin-left: 0.3125rem !important;
  }
  .ms-xl-1 {
    margin-left: 0.625rem !important;
  }
  .ms-xl-gutter {
    margin-left: 0.9375rem !important;
  }
  .ms-xl-2 {
    margin-left: 1.25rem !important;
  }
  .ms-xl-3 {
    margin-left: 1.875rem !important;
  }
  .ms-xl-4 {
    margin-left: 2.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3.125rem !important;
  }
  .ms-xl-6 {
    margin-left: 3.75rem !important;
  }
  .ms-xl-7 {
    margin-left: 4.375rem !important;
  }
  .ms-xl-8 {
    margin-left: 5rem !important;
  }
  .ms-xl-9 {
    margin-left: 5.625rem !important;
  }
  .ms-xl-10 {
    margin-left: 6.25rem !important;
  }
  .ms-xl-11 {
    margin-left: 6.875rem !important;
  }
  .ms-xl-12 {
    margin-left: 7.5rem !important;
  }
  .ms-xl-13 {
    margin-left: 8.125rem !important;
  }
  .ms-xl-14 {
    margin-left: 8.75rem !important;
  }
  .ms-xl-15 {
    margin-left: 9.375rem !important;
  }
  .ms-xl-16 {
    margin-left: 10rem !important;
  }
  .ms-xl-17 {
    margin-left: 10.625rem !important;
  }
  .ms-xl-18 {
    margin-left: 11.25rem !important;
  }
  .ms-xl-19 {
    margin-left: 11.875rem !important;
  }
  .ms-xl-20 {
    margin-left: 12.5rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-no5 {
    margin: -0.3125rem !important;
  }
  .m-xl-n1 {
    margin: -0.625rem !important;
  }
  .m-xl-ngutter {
    margin: -0.9375rem !important;
  }
  .m-xl-n2 {
    margin: -1.25rem !important;
  }
  .m-xl-n3 {
    margin: -1.875rem !important;
  }
  .m-xl-n4 {
    margin: -2.5rem !important;
  }
  .m-xl-n5 {
    margin: -3.125rem !important;
  }
  .m-xl-n6 {
    margin: -3.75rem !important;
  }
  .m-xl-n7 {
    margin: -4.375rem !important;
  }
  .m-xl-n8 {
    margin: -5rem !important;
  }
  .m-xl-n9 {
    margin: -5.625rem !important;
  }
  .m-xl-n10 {
    margin: -6.25rem !important;
  }
  .m-xl-n11 {
    margin: -6.875rem !important;
  }
  .m-xl-n12 {
    margin: -7.5rem !important;
  }
  .m-xl-n13 {
    margin: -8.125rem !important;
  }
  .m-xl-n14 {
    margin: -8.75rem !important;
  }
  .m-xl-n15 {
    margin: -9.375rem !important;
  }
  .m-xl-n16 {
    margin: -10rem !important;
  }
  .m-xl-n17 {
    margin: -10.625rem !important;
  }
  .m-xl-n18 {
    margin: -11.25rem !important;
  }
  .m-xl-n19 {
    margin: -11.875rem !important;
  }
  .m-xl-n20 {
    margin: -12.5rem !important;
  }
  .mx-xl-no5 {
    margin-right: -0.3125rem !important;
    margin-left: -0.3125rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.625rem !important;
    margin-left: -0.625rem !important;
  }
  .mx-xl-ngutter {
    margin-right: -0.9375rem !important;
    margin-left: -0.9375rem !important;
  }
  .mx-xl-n2 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1.875rem !important;
    margin-left: -1.875rem !important;
  }
  .mx-xl-n4 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3.125rem !important;
    margin-left: -3.125rem !important;
  }
  .mx-xl-n6 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }
  .mx-xl-n7 {
    margin-right: -4.375rem !important;
    margin-left: -4.375rem !important;
  }
  .mx-xl-n8 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }
  .mx-xl-n9 {
    margin-right: -5.625rem !important;
    margin-left: -5.625rem !important;
  }
  .mx-xl-n10 {
    margin-right: -6.25rem !important;
    margin-left: -6.25rem !important;
  }
  .mx-xl-n11 {
    margin-right: -6.875rem !important;
    margin-left: -6.875rem !important;
  }
  .mx-xl-n12 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important;
  }
  .mx-xl-n13 {
    margin-right: -8.125rem !important;
    margin-left: -8.125rem !important;
  }
  .mx-xl-n14 {
    margin-right: -8.75rem !important;
    margin-left: -8.75rem !important;
  }
  .mx-xl-n15 {
    margin-right: -9.375rem !important;
    margin-left: -9.375rem !important;
  }
  .mx-xl-n16 {
    margin-right: -10rem !important;
    margin-left: -10rem !important;
  }
  .mx-xl-n17 {
    margin-right: -10.625rem !important;
    margin-left: -10.625rem !important;
  }
  .mx-xl-n18 {
    margin-right: -11.25rem !important;
    margin-left: -11.25rem !important;
  }
  .mx-xl-n19 {
    margin-right: -11.875rem !important;
    margin-left: -11.875rem !important;
  }
  .mx-xl-n20 {
    margin-right: -12.5rem !important;
    margin-left: -12.5rem !important;
  }
  .my-xl-no5 {
    margin-top: -0.3125rem !important;
    margin-bottom: -0.3125rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.625rem !important;
    margin-bottom: -0.625rem !important;
  }
  .my-xl-ngutter {
    margin-top: -0.9375rem !important;
    margin-bottom: -0.9375rem !important;
  }
  .my-xl-n2 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }
  .my-xl-n3 {
    margin-top: -1.875rem !important;
    margin-bottom: -1.875rem !important;
  }
  .my-xl-n4 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3.125rem !important;
    margin-bottom: -3.125rem !important;
  }
  .my-xl-n6 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }
  .my-xl-n7 {
    margin-top: -4.375rem !important;
    margin-bottom: -4.375rem !important;
  }
  .my-xl-n8 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }
  .my-xl-n9 {
    margin-top: -5.625rem !important;
    margin-bottom: -5.625rem !important;
  }
  .my-xl-n10 {
    margin-top: -6.25rem !important;
    margin-bottom: -6.25rem !important;
  }
  .my-xl-n11 {
    margin-top: -6.875rem !important;
    margin-bottom: -6.875rem !important;
  }
  .my-xl-n12 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important;
  }
  .my-xl-n13 {
    margin-top: -8.125rem !important;
    margin-bottom: -8.125rem !important;
  }
  .my-xl-n14 {
    margin-top: -8.75rem !important;
    margin-bottom: -8.75rem !important;
  }
  .my-xl-n15 {
    margin-top: -9.375rem !important;
    margin-bottom: -9.375rem !important;
  }
  .my-xl-n16 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important;
  }
  .my-xl-n17 {
    margin-top: -10.625rem !important;
    margin-bottom: -10.625rem !important;
  }
  .my-xl-n18 {
    margin-top: -11.25rem !important;
    margin-bottom: -11.25rem !important;
  }
  .my-xl-n19 {
    margin-top: -11.875rem !important;
    margin-bottom: -11.875rem !important;
  }
  .my-xl-n20 {
    margin-top: -12.5rem !important;
    margin-bottom: -12.5rem !important;
  }
  .mt-xl-no5 {
    margin-top: -0.3125rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.625rem !important;
  }
  .mt-xl-ngutter {
    margin-top: -0.9375rem !important;
  }
  .mt-xl-n2 {
    margin-top: -1.25rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1.875rem !important;
  }
  .mt-xl-n4 {
    margin-top: -2.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3.125rem !important;
  }
  .mt-xl-n6 {
    margin-top: -3.75rem !important;
  }
  .mt-xl-n7 {
    margin-top: -4.375rem !important;
  }
  .mt-xl-n8 {
    margin-top: -5rem !important;
  }
  .mt-xl-n9 {
    margin-top: -5.625rem !important;
  }
  .mt-xl-n10 {
    margin-top: -6.25rem !important;
  }
  .mt-xl-n11 {
    margin-top: -6.875rem !important;
  }
  .mt-xl-n12 {
    margin-top: -7.5rem !important;
  }
  .mt-xl-n13 {
    margin-top: -8.125rem !important;
  }
  .mt-xl-n14 {
    margin-top: -8.75rem !important;
  }
  .mt-xl-n15 {
    margin-top: -9.375rem !important;
  }
  .mt-xl-n16 {
    margin-top: -10rem !important;
  }
  .mt-xl-n17 {
    margin-top: -10.625rem !important;
  }
  .mt-xl-n18 {
    margin-top: -11.25rem !important;
  }
  .mt-xl-n19 {
    margin-top: -11.875rem !important;
  }
  .mt-xl-n20 {
    margin-top: -12.5rem !important;
  }
  .me-xl-no5 {
    margin-right: -0.3125rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.625rem !important;
  }
  .me-xl-ngutter {
    margin-right: -0.9375rem !important;
  }
  .me-xl-n2 {
    margin-right: -1.25rem !important;
  }
  .me-xl-n3 {
    margin-right: -1.875rem !important;
  }
  .me-xl-n4 {
    margin-right: -2.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3.125rem !important;
  }
  .me-xl-n6 {
    margin-right: -3.75rem !important;
  }
  .me-xl-n7 {
    margin-right: -4.375rem !important;
  }
  .me-xl-n8 {
    margin-right: -5rem !important;
  }
  .me-xl-n9 {
    margin-right: -5.625rem !important;
  }
  .me-xl-n10 {
    margin-right: -6.25rem !important;
  }
  .me-xl-n11 {
    margin-right: -6.875rem !important;
  }
  .me-xl-n12 {
    margin-right: -7.5rem !important;
  }
  .me-xl-n13 {
    margin-right: -8.125rem !important;
  }
  .me-xl-n14 {
    margin-right: -8.75rem !important;
  }
  .me-xl-n15 {
    margin-right: -9.375rem !important;
  }
  .me-xl-n16 {
    margin-right: -10rem !important;
  }
  .me-xl-n17 {
    margin-right: -10.625rem !important;
  }
  .me-xl-n18 {
    margin-right: -11.25rem !important;
  }
  .me-xl-n19 {
    margin-right: -11.875rem !important;
  }
  .me-xl-n20 {
    margin-right: -12.5rem !important;
  }
  .mb-xl-no5 {
    margin-bottom: -0.3125rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.625rem !important;
  }
  .mb-xl-ngutter {
    margin-bottom: -0.9375rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -1.25rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1.875rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -2.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3.125rem !important;
  }
  .mb-xl-n6 {
    margin-bottom: -3.75rem !important;
  }
  .mb-xl-n7 {
    margin-bottom: -4.375rem !important;
  }
  .mb-xl-n8 {
    margin-bottom: -5rem !important;
  }
  .mb-xl-n9 {
    margin-bottom: -5.625rem !important;
  }
  .mb-xl-n10 {
    margin-bottom: -6.25rem !important;
  }
  .mb-xl-n11 {
    margin-bottom: -6.875rem !important;
  }
  .mb-xl-n12 {
    margin-bottom: -7.5rem !important;
  }
  .mb-xl-n13 {
    margin-bottom: -8.125rem !important;
  }
  .mb-xl-n14 {
    margin-bottom: -8.75rem !important;
  }
  .mb-xl-n15 {
    margin-bottom: -9.375rem !important;
  }
  .mb-xl-n16 {
    margin-bottom: -10rem !important;
  }
  .mb-xl-n17 {
    margin-bottom: -10.625rem !important;
  }
  .mb-xl-n18 {
    margin-bottom: -11.25rem !important;
  }
  .mb-xl-n19 {
    margin-bottom: -11.875rem !important;
  }
  .mb-xl-n20 {
    margin-bottom: -12.5rem !important;
  }
  .ms-xl-no5 {
    margin-left: -0.3125rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.625rem !important;
  }
  .ms-xl-ngutter {
    margin-left: -0.9375rem !important;
  }
  .ms-xl-n2 {
    margin-left: -1.25rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1.875rem !important;
  }
  .ms-xl-n4 {
    margin-left: -2.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3.125rem !important;
  }
  .ms-xl-n6 {
    margin-left: -3.75rem !important;
  }
  .ms-xl-n7 {
    margin-left: -4.375rem !important;
  }
  .ms-xl-n8 {
    margin-left: -5rem !important;
  }
  .ms-xl-n9 {
    margin-left: -5.625rem !important;
  }
  .ms-xl-n10 {
    margin-left: -6.25rem !important;
  }
  .ms-xl-n11 {
    margin-left: -6.875rem !important;
  }
  .ms-xl-n12 {
    margin-left: -7.5rem !important;
  }
  .ms-xl-n13 {
    margin-left: -8.125rem !important;
  }
  .ms-xl-n14 {
    margin-left: -8.75rem !important;
  }
  .ms-xl-n15 {
    margin-left: -9.375rem !important;
  }
  .ms-xl-n16 {
    margin-left: -10rem !important;
  }
  .ms-xl-n17 {
    margin-left: -10.625rem !important;
  }
  .ms-xl-n18 {
    margin-left: -11.25rem !important;
  }
  .ms-xl-n19 {
    margin-left: -11.875rem !important;
  }
  .ms-xl-n20 {
    margin-left: -12.5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-o5 {
    padding: 0.3125rem !important;
  }
  .p-xl-1 {
    padding: 0.625rem !important;
  }
  .p-xl-gutter {
    padding: 0.9375rem !important;
  }
  .p-xl-2 {
    padding: 1.25rem !important;
  }
  .p-xl-3 {
    padding: 1.875rem !important;
  }
  .p-xl-4 {
    padding: 2.5rem !important;
  }
  .p-xl-5 {
    padding: 3.125rem !important;
  }
  .p-xl-6 {
    padding: 3.75rem !important;
  }
  .p-xl-7 {
    padding: 4.375rem !important;
  }
  .p-xl-8 {
    padding: 5rem !important;
  }
  .p-xl-9 {
    padding: 5.625rem !important;
  }
  .p-xl-10 {
    padding: 6.25rem !important;
  }
  .p-xl-11 {
    padding: 6.875rem !important;
  }
  .p-xl-12 {
    padding: 7.5rem !important;
  }
  .p-xl-13 {
    padding: 8.125rem !important;
  }
  .p-xl-14 {
    padding: 8.75rem !important;
  }
  .p-xl-15 {
    padding: 9.375rem !important;
  }
  .p-xl-16 {
    padding: 10rem !important;
  }
  .p-xl-17 {
    padding: 10.625rem !important;
  }
  .p-xl-18 {
    padding: 11.25rem !important;
  }
  .p-xl-19 {
    padding: 11.875rem !important;
  }
  .p-xl-20 {
    padding: 12.5rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-o5 {
    padding-right: 0.3125rem !important;
    padding-left: 0.3125rem !important;
  }
  .px-xl-1 {
    padding-right: 0.625rem !important;
    padding-left: 0.625rem !important;
  }
  .px-xl-gutter {
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important;
  }
  .px-xl-2 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }
  .px-xl-3 {
    padding-right: 1.875rem !important;
    padding-left: 1.875rem !important;
  }
  .px-xl-4 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3.125rem !important;
    padding-left: 3.125rem !important;
  }
  .px-xl-6 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }
  .px-xl-7 {
    padding-right: 4.375rem !important;
    padding-left: 4.375rem !important;
  }
  .px-xl-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-9 {
    padding-right: 5.625rem !important;
    padding-left: 5.625rem !important;
  }
  .px-xl-10 {
    padding-right: 6.25rem !important;
    padding-left: 6.25rem !important;
  }
  .px-xl-11 {
    padding-right: 6.875rem !important;
    padding-left: 6.875rem !important;
  }
  .px-xl-12 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important;
  }
  .px-xl-13 {
    padding-right: 8.125rem !important;
    padding-left: 8.125rem !important;
  }
  .px-xl-14 {
    padding-right: 8.75rem !important;
    padding-left: 8.75rem !important;
  }
  .px-xl-15 {
    padding-right: 9.375rem !important;
    padding-left: 9.375rem !important;
  }
  .px-xl-16 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .px-xl-17 {
    padding-right: 10.625rem !important;
    padding-left: 10.625rem !important;
  }
  .px-xl-18 {
    padding-right: 11.25rem !important;
    padding-left: 11.25rem !important;
  }
  .px-xl-19 {
    padding-right: 11.875rem !important;
    padding-left: 11.875rem !important;
  }
  .px-xl-20 {
    padding-right: 12.5rem !important;
    padding-left: 12.5rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-o5 {
    padding-top: 0.3125rem !important;
    padding-bottom: 0.3125rem !important;
  }
  .py-xl-1 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
  }
  .py-xl-gutter {
    padding-top: 0.9375rem !important;
    padding-bottom: 0.9375rem !important;
  }
  .py-xl-2 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }
  .py-xl-3 {
    padding-top: 1.875rem !important;
    padding-bottom: 1.875rem !important;
  }
  .py-xl-4 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3.125rem !important;
    padding-bottom: 3.125rem !important;
  }
  .py-xl-6 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }
  .py-xl-7 {
    padding-top: 4.375rem !important;
    padding-bottom: 4.375rem !important;
  }
  .py-xl-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-9 {
    padding-top: 5.625rem !important;
    padding-bottom: 5.625rem !important;
  }
  .py-xl-10 {
    padding-top: 6.25rem !important;
    padding-bottom: 6.25rem !important;
  }
  .py-xl-11 {
    padding-top: 6.875rem !important;
    padding-bottom: 6.875rem !important;
  }
  .py-xl-12 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important;
  }
  .py-xl-13 {
    padding-top: 8.125rem !important;
    padding-bottom: 8.125rem !important;
  }
  .py-xl-14 {
    padding-top: 8.75rem !important;
    padding-bottom: 8.75rem !important;
  }
  .py-xl-15 {
    padding-top: 9.375rem !important;
    padding-bottom: 9.375rem !important;
  }
  .py-xl-16 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .py-xl-17 {
    padding-top: 10.625rem !important;
    padding-bottom: 10.625rem !important;
  }
  .py-xl-18 {
    padding-top: 11.25rem !important;
    padding-bottom: 11.25rem !important;
  }
  .py-xl-19 {
    padding-top: 11.875rem !important;
    padding-bottom: 11.875rem !important;
  }
  .py-xl-20 {
    padding-top: 12.5rem !important;
    padding-bottom: 12.5rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-o5 {
    padding-top: 0.3125rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.625rem !important;
  }
  .pt-xl-gutter {
    padding-top: 0.9375rem !important;
  }
  .pt-xl-2 {
    padding-top: 1.25rem !important;
  }
  .pt-xl-3 {
    padding-top: 1.875rem !important;
  }
  .pt-xl-4 {
    padding-top: 2.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3.125rem !important;
  }
  .pt-xl-6 {
    padding-top: 3.75rem !important;
  }
  .pt-xl-7 {
    padding-top: 4.375rem !important;
  }
  .pt-xl-8 {
    padding-top: 5rem !important;
  }
  .pt-xl-9 {
    padding-top: 5.625rem !important;
  }
  .pt-xl-10 {
    padding-top: 6.25rem !important;
  }
  .pt-xl-11 {
    padding-top: 6.875rem !important;
  }
  .pt-xl-12 {
    padding-top: 7.5rem !important;
  }
  .pt-xl-13 {
    padding-top: 8.125rem !important;
  }
  .pt-xl-14 {
    padding-top: 8.75rem !important;
  }
  .pt-xl-15 {
    padding-top: 9.375rem !important;
  }
  .pt-xl-16 {
    padding-top: 10rem !important;
  }
  .pt-xl-17 {
    padding-top: 10.625rem !important;
  }
  .pt-xl-18 {
    padding-top: 11.25rem !important;
  }
  .pt-xl-19 {
    padding-top: 11.875rem !important;
  }
  .pt-xl-20 {
    padding-top: 12.5rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-o5 {
    padding-right: 0.3125rem !important;
  }
  .pe-xl-1 {
    padding-right: 0.625rem !important;
  }
  .pe-xl-gutter {
    padding-right: 0.9375rem !important;
  }
  .pe-xl-2 {
    padding-right: 1.25rem !important;
  }
  .pe-xl-3 {
    padding-right: 1.875rem !important;
  }
  .pe-xl-4 {
    padding-right: 2.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3.125rem !important;
  }
  .pe-xl-6 {
    padding-right: 3.75rem !important;
  }
  .pe-xl-7 {
    padding-right: 4.375rem !important;
  }
  .pe-xl-8 {
    padding-right: 5rem !important;
  }
  .pe-xl-9 {
    padding-right: 5.625rem !important;
  }
  .pe-xl-10 {
    padding-right: 6.25rem !important;
  }
  .pe-xl-11 {
    padding-right: 6.875rem !important;
  }
  .pe-xl-12 {
    padding-right: 7.5rem !important;
  }
  .pe-xl-13 {
    padding-right: 8.125rem !important;
  }
  .pe-xl-14 {
    padding-right: 8.75rem !important;
  }
  .pe-xl-15 {
    padding-right: 9.375rem !important;
  }
  .pe-xl-16 {
    padding-right: 10rem !important;
  }
  .pe-xl-17 {
    padding-right: 10.625rem !important;
  }
  .pe-xl-18 {
    padding-right: 11.25rem !important;
  }
  .pe-xl-19 {
    padding-right: 11.875rem !important;
  }
  .pe-xl-20 {
    padding-right: 12.5rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-o5 {
    padding-bottom: 0.3125rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.625rem !important;
  }
  .pb-xl-gutter {
    padding-bottom: 0.9375rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 1.25rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1.875rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 2.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3.125rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 3.75rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 4.375rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 5.625rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 6.25rem !important;
  }
  .pb-xl-11 {
    padding-bottom: 6.875rem !important;
  }
  .pb-xl-12 {
    padding-bottom: 7.5rem !important;
  }
  .pb-xl-13 {
    padding-bottom: 8.125rem !important;
  }
  .pb-xl-14 {
    padding-bottom: 8.75rem !important;
  }
  .pb-xl-15 {
    padding-bottom: 9.375rem !important;
  }
  .pb-xl-16 {
    padding-bottom: 10rem !important;
  }
  .pb-xl-17 {
    padding-bottom: 10.625rem !important;
  }
  .pb-xl-18 {
    padding-bottom: 11.25rem !important;
  }
  .pb-xl-19 {
    padding-bottom: 11.875rem !important;
  }
  .pb-xl-20 {
    padding-bottom: 12.5rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-o5 {
    padding-left: 0.3125rem !important;
  }
  .ps-xl-1 {
    padding-left: 0.625rem !important;
  }
  .ps-xl-gutter {
    padding-left: 0.9375rem !important;
  }
  .ps-xl-2 {
    padding-left: 1.25rem !important;
  }
  .ps-xl-3 {
    padding-left: 1.875rem !important;
  }
  .ps-xl-4 {
    padding-left: 2.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3.125rem !important;
  }
  .ps-xl-6 {
    padding-left: 3.75rem !important;
  }
  .ps-xl-7 {
    padding-left: 4.375rem !important;
  }
  .ps-xl-8 {
    padding-left: 5rem !important;
  }
  .ps-xl-9 {
    padding-left: 5.625rem !important;
  }
  .ps-xl-10 {
    padding-left: 6.25rem !important;
  }
  .ps-xl-11 {
    padding-left: 6.875rem !important;
  }
  .ps-xl-12 {
    padding-left: 7.5rem !important;
  }
  .ps-xl-13 {
    padding-left: 8.125rem !important;
  }
  .ps-xl-14 {
    padding-left: 8.75rem !important;
  }
  .ps-xl-15 {
    padding-left: 9.375rem !important;
  }
  .ps-xl-16 {
    padding-left: 10rem !important;
  }
  .ps-xl-17 {
    padding-left: 10.625rem !important;
  }
  .ps-xl-18 {
    padding-left: 11.25rem !important;
  }
  .ps-xl-19 {
    padding-left: 11.875rem !important;
  }
  .ps-xl-20 {
    padding-left: 12.5rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
  .scale-xl-50 {
    transform: scale(0.5) !important;
  }
  .scale-xl-75 {
    transform: scale(0.75) !important;
  }
  .scale-xl-125 {
    transform: scale(1.25) !important;
  }
  .scale-xl-150 {
    transform: scale(1.5) !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.25rem !important;
  }
  .fs-2 {
    font-size: 1.875rem !important;
  }
  .fs-3 {
    font-size: 1.5rem !important;
  }
  .fs-4 {
    font-size: 1.375rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
#map-geocoder-wrap {
  position: absolute;
  top: 80px;
  right: 60px;
  z-index: 85;
}
@media (max-width: 768px) {
  #map-geocoder-wrap {
    top: 78px;
    left: 25px;
    right: unset;
  }
}
#map-geocoder-wrap .map-geocoder-loupe {
  position: absolute;
  color: #333359;
  font-size: 22px;
  width: 38px;
  text-align: center;
  height: 38px;
  vertical-align: middle;
}
.maptiler-geocoder,
.maptiler-geocoder:focus {
  padding: 8px;
  width: 100%;
  box-shadow: 0px 3px 5px rgba(51, 51, 89, 0.15);
  border-radius: 4px;
  border: none;
  padding-left: 38px;
  font-family: 'Ubuntu', 'Open Sans', sans-serif;
  color: #3e4048;
  font-weight: 500;
  font-size: 15px;
}
.maptiler-geocoder.working {
  background: #fff linear-gradient(90deg, #ddd, #448aff, #ddd);
  background-size: 180px 2px;
  background-repeat: repeat-x;
  animation: maptiler-geocoder-working-anim 0.9s linear infinite;
}
@keyframes maptiler-geocoder-working-anim {
  0% {
    background-position: 0 100%;
  }
  to {
    background-position: 180px 100%;
  }
}
.maptiler-geocoder-results {
  background: #fff;
  z-index: 1000;
  overflow: auto;
  width: 100%;
  box-sizing: border-box;
  font-size: 0.85em;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin-top: -4px;
}
.maptiler-geocoder-results > div {
  padding: 10px 18px !important;
  width: 100%;
}
.maptiler-geocoder-results > div.selected,
.maptiler-geocoder-results > div:hover {
  background: #f6f7fd;
}
.maptiler-geocoder-results .item-name {
  font-family: 'Ubuntu', 'Open Sans', sans-serif;
  color: #3e4048;
  font-size: 15px;
}
.maptiler-geocoder-results .item-context {
  font-size: 14px !important;
  padding: 0 0 0 5px !important;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.maptiler-geocoder-results .item-type {
  font-size: 12px !important;
  color: #6b7c93 !important;
  line-height: 1;
  margin-left: 5px;
}
.social-circles a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.social-circles a:before {
  content: '';
  background-image: none;
  background-color: currentcolor;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.15s;
}
.social-circles a.twitter {
  color: #40aceb;
}
.social-circles a.twitter:before {
  background-image: url('/styles/style/icon/extra/twitter-white.svg');
}
.social-circles a.linkedin {
  color: #0077b7;
}
.social-circles a.linkedin:before {
  background-image: url('/styles/style/icon/extra/linkedin-white.svg');
}
.social-circles a.facebook {
  color: #4267b2;
}
.social-circles a.facebook:before {
  background-image: url('/styles/style/icon/extra/facebook-white.svg');
}
.social-circles a.rss {
  color: #f2772e;
}
.social-circles a.rss:before {
  background-image: url('/styles/style/icon/extra/feed-white.svg');
}
.social-circles a.medium {
  color: #333359;
}
.social-circles a.medium:before {
  background-image: url('/styles/style/icon/extra/medium-white.svg');
}
.social-circles a.github {
  color: #000;
}
.social-circles a.github:before {
  background-image: url('/styles/style/icon/extra/github-white.svg');
}
.social-circles a.instagram {
  color: #000;
}
.social-circles a.instagram:before {
  background-image: url('/styles/style/icon/extra/ig-white.svg');
}
.social-circles a.youtube {
  color: #ff0000;
}
.social-circles a.youtube:before {
  background-image: url('/styles/style/icon/extra/ytb-white.svg');
}
.social-circles a:not(.colored):before {
  background-color: #333359;
}
.social-circles a:not(.colored):hover:before {
  background-color: currentcolor;
}
.map-fullscreen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.map-controls a.map-controls-text {
  font-size: 16px;
}
#map-fullscreen-btn {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 10px;
  font-size: 12px;
  z-index: 85;
  background: #fff;
  border-radius: 4px;
  opacity: 0.9;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
#map-language {
  position: absolute;
  top: 0px;
  left: 10px;
  z-index: 10;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.map-wrap {
  position: relative !important;
  height: 595px;
}
.map-wrap:not(.fullscreen) .map {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.map-wrap.fullscreen {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #f2f3f6;
  z-index: 80;
}
#map-language.fullscreen {
  width: auto;
  height: auto;
  left: 20px;
}
@media (max-width: 767.98px) {
  #map-language.fullscreen {
    padding: 7px !important;
    bottom: 10px;
    left: 10px;
    top: unset !important;
  }
}
.map-switcher div {
  width: 100%;
  border-top: 1px solid #e4e4e4;
  cursor: pointer;
  color: #333359;
  height: 85px;
}
.map-switcher div:hover,
.map-switcher div .active {
  color: #000;
}
.map-switcher div:last-child {
  height: 85px;
  border-bottom: 1px solid #e4e4e4;
}
.map-switcher div span {
  position: absolute;
  margin: 30px 30px 30px 115px;
}
.map-switcher.fullscreen {
  bottom: 110px;
  overflow-y: auto;
  position: fixed;
  left: 15px;
  top: 125px;
  z-index: 86;
  width: auto;
  height: auto;
  -webkit-mask-image: linear-gradient(
    0deg,
    transparent,
    #000 10px,
    #000 calc(100% - 10px),
    transparent
  );
}
@media (max-width: 767.98px) {
  .map-switcher.fullscreen {
    bottom: 65px;
    left: 15px;
    top: 125px;
    height: 50%;
  }
}
.map-switcher.fullscreen .map-switch {
  width: 85px;
  margin-top: 10px;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  border: 0;
}
.map-switcher.fullscreen .map-switch img {
  border-radius: 4px;
}
.map-switcher.fullscreen .map-switch span {
  display: none;
}
.map-switch {
  background-size: 85px 85px;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
}
#map-switch-streets-v2 {
  background-image: url('https://media.maptiler.com/old/img/cloud/slider/streets-v2.png');
}
#map-switch-hybrid {
  background-image: url('https://media.maptiler.com/old/img/cloud/slider/hybrid.png');
}
#map-switch-basic-v2 {
  background-image: url('https://media.maptiler.com/old/img/cloud/slider/basic-v2.png');
}
#map-switch-streets-v2-dark {
  background-image: url('https://media.maptiler.com/old/img/cloud/slider/streets-v2-dark.png');
}
#map-switch-streets-v2-light {
  background-image: url('https://media.maptiler.com/old/img/cloud/slider/streets-v2-light.png');
}
#map-switch-basic-v2-dark {
  background-image: url('https://media.maptiler.com/old/img/cloud/slider/streets-v2-dark.png');
}
#map-switch-basic-v2-light {
  background-image: url('https://media.maptiler.com/old/img/cloud/slider/streets-v2-light.png');
}
#map-switch-outdoor {
  background-image: url('https://media.maptiler.com/img/outdoor_v2_28fe72cefb.png');
}
#map-switch-winter {
  background-image: url('https://media.maptiler.com/old/img/cloud/slider/winter.png');
}
#map-switch-streets {
  background-image: url('https://media.maptiler.com/old/img/cloud/slider/streets.png');
}
#map-switch-satellite {
  background-image: url('https://media.maptiler.com/old/img/cloud/slider/satellite.png');
}
#map-switch-topo {
  background-image: url('https://media.maptiler.com/old/img/cloud/slider/topo.png');
}
#map-switch-bright {
  background-image: url('https://media.maptiler.com/old/img/cloud/slider/bright.png');
}
#map-switch-basic {
  background-image: url('https://media.maptiler.com/old/img/cloud/slider/basic.png');
}
#map-switch-positron {
  background-image: url('https://media.maptiler.com/old/img/cloud/slider/positron.png');
}
#map-switch-darkmatter {
  background-image: url('https://media.maptiler.com/old/img/cloud/slider/dark-matter.png');
}
#map-switch-dataviz {
  background-image: url('https://media.maptiler.com/img/dataviz_1e8a1fdcb1.png');
}
.btn-3d {
  position: absolute;
  top: 200px !important;
  right: 10px !important;
  z-index: 1000;
  font-size: 12px;
  cursor: pointer;
  margin-right: 10px;
}
.btn-3d span {
  color: #fff;
  background: #3174ff;
  padding: 7px;
  border-radius: 4px;
}
.btn-3d span.disabled {
  background: #333359;
}
.mapboxgl-ctrl {
  margin: 0;
  box-shadow: 0px 10px 35px 0px rgba(51, 51, 89, 0.15) !important;
}
.mapboxgl-ctrl-zoom-out {
  border-top: 1px solid #d3dbec !important;
  border-bottom: 1px solid #d3dbec !important;
}
.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
  display: none !important;
}
.mapboxgl-ctrl-zoom-out::before {
  content: url('/styles/style/icon/extra/remove.svg') !important;
  position: relative !important;
  top: 3px !important;
}
.mapboxgl-ctrl-zoom-out:hover:before {
  content: url('/styles/style/icon/extra/remove-hover.svg') !important;
}
.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
  display: none !important;
}
.mapboxgl-ctrl-zoom-in::before {
  content: url('/styles/style/icon/extra/add.svg') !important;
  position: relative !important;
  top: 3px !important;
}
.mapboxgl-ctrl-zoom-in:hover:before {
  content: url('/styles/style/icon/extra/add-hover.svg') !important;
}
.mapboxgl-ctrl-fullscreen::before {
  content: 'e' !important;
  color: #333359 !important;
  position: relative !important;
  font-size: 20px !important;
  line-height: 1.5 !important;
}
.mapboxgl-ctrl-fullscreen:hover:before {
  color: #275dcc !important;
}
.mapboxgl-ctrl-shrink::before {
  content: 'X' !important;
  color: #333359 !important;
  position: relative !important;
  font-size: 20px !important;
  line-height: 1.5 !important;
}
.mapboxgl-ctrl-shrink:hover:before {
  color: #275dcc !important;
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-in {
  border-bottom: 1px solid #ddd !important;
  background-image: none !important;
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-zoom-out {
  background-image: none !important;
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-compass > .mapboxgl-ctrl-compass-arrow,
.mapboxgl-ctrl-compass > .mapboxgl-ctrl-icon {
  margin: 0 !important;
  background-image: url('/styles/style/icon/extra/compass.svg') !important;
  width: 100% !important;
  height: 100% !important;
  background-repeat: no-repeat !important;
  background-position: 50% !important;
  background-size: 70% !important;
  display: block !important;
}
.mapboxgl-ctrl-icon.mapboxgl-ctrl-compass > .mapboxgl-ctrl-compass-arrow:hover,
.mapboxgl-ctrl-compass > .mapboxgl-ctrl-icon:hover {
  background-image: url('/styles/style/icon/extra/compass-hover.svg') !important;
}
.mapboxgl-ctrl-top-right {
  top: 10px !important;
  right: 10px !important;
}
.fullscreen .mapboxgl-ctrl-top-right {
  top: 80px !important;
  right: 10px !important;
}
.fullscreen .mapboxgl-ctrl-top-left {
  top: 80px !important;
  left: 10px !important;
}
.mapboxgl-ctrl-group > button:focus {
  box-shadow: none !important;
}
.mapboxgl-ctrl-group > button + button {
  border-top: none !important;
}
.fullscreen .mt-button {
  top: 80px;
  right: 10px;
  padding: 0 !important;
}
.fullscreen .mt-button-last {
  top: 140px;
  right: 10px;
  padding: 0 !important;
  background: none !important;
}
.mt-button {
  top: 10px;
  right: 10px;
  padding: 0 !important;
}
.mt-button-last {
  top: 70px;
  right: 10px;
  padding: 0 !important;
  background: none !important;
}
.mt-button-in {
  height: 30px !important;
  width: 30px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: white !important;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
  color: #333359 !important;
  color: transparent !important;
}
.mt-button-in:hover {
  background-color: #f2f2f2 !important;
}
.mt-button-in::before {
  content: url('/styles/style/icon/extra/add.svg');
  position: relative;
  top: 3px;
}
.mt-button-in:hover:before {
  content: url('/styles/style/icon/extra/add-hover.svg');
}
.mt-button-out {
  height: 30px !important;
  width: 30px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: white !important;
  color: #333359 !important;
  border-top: 1px solid #d3dbec !important;
  border-bottom: 1px solid #d3dbec !important;
  color: transparent !important;
}
.mt-button-out:hover {
  background-color: #f2f2f2 !important;
}
.mt-button-out::before {
  content: url('/styles/style/icon/extra/remove.svg');
  position: relative;
  top: 3px;
}
.mt-button-out:hover:before {
  content: url('/styles/style/icon/extra/remove-hover.svg');
}
.mt-button-last-reset {
  height: 30px !important;
  width: 30px !important;
  margin: 0 !important;
  border-radius: 0 !important;
  background: white !important;
  border-bottom-left-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  position: relative;
  color: transparent !important;
}
.mt-button-last-reset:hover {
  background-color: #f2f2f2 !important;
}
.mt-button-last-reset .ol-compass {
  background: url('/styles/style/icon/extra/compass.svg');
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 70%;
}
.mt-button-last-reset .ol-compass:hover {
  background: url('/styles/style/icon/extra/compass-hover.svg');
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 70%;
}
.rhomb {
  background: #448aff;
  display: block;
  width: 60px;
  height: 60px;
  margin-left: calc(50% - 30px);
  margin-top: -94px;
  border-radius: 18px;
  transform: rotate(45deg);
}
.rhomb span {
  font-family: 'icons';
  color: #fff;
  font-size: 44px;
  display: block;
  line-height: 60px;
  transform: rotate(-45deg);
}
.rhomb.desktop {
  background: #724fa7;
}
.rhomb.desktop span {
  font-size: 40px;
}
.rhomb.engine {
  background: #e58035;
}
.rhomb.engine span {
  font-size: 40px;
}
.rhomb.mobile {
  background: #00d5df;
}
.rhomb.mobile span {
  font-size: 40px;
}
.rhomb.server {
  background: #e6353d;
}
.rhomb.server span {
  font-size: 40px;
}
#cloud-add {
  position: absolute;
  bottom: 30px;
  right: 10px;
  width: 280px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1002;
  transition: all 0.3s ease;
  padding: 25px;
  max-height: 175px;
}
@media (max-width: 575.98px) {
  #cloud-add {
    display: none;
  }
}
#cloud-add a {
  text-decoration: none;
}
#cloud-add p {
  line-height: 1.25;
  font-size: 14px;
}
#cloud-add #cloud-add-close {
  position: absolute;
  right: 8px;
  top: 5px;
  cursor: pointer;
}
#cloud-add.cloud-add-bigger {
  max-height: 300px;
}
.hidden {
  display: none !important;
}
.tiles-desktop img {
  height: auto;
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.tiles-desktop p {
  color: #6b7c92;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden !important;
  padding-left: 5px;
  padding-right: 5px;
}
.ic-mbtiles {
  padding: 10px 0px 0 1px !important;
}
.ic-geopackage {
  padding: 10px 0px 0 4px !important;
}
.ic-folder {
  padding: 12px 0px 0 12px !important;
  font-size: 55px !important;
}
.ic-cloud {
  padding: 12px 0px 0 0px !important;
  font-size: 55px !important;
}
.ic-mobile {
  padding: 11px 0px 0 6px !important;
  font-size: 58px !important;
}
#technicalspec ul {
  font-size: 115%;
  padding-top: 40px;
}
.button-techspec {
  font-weight: 400;
  text-transform: capitalize;
  text-align: left;
  width: 100%;
  background: white;
  color: #6b7c93 !important;
  padding-left: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  box-shadow: 0 6px 40px -20px;
  border-radius: 10px;
  user-select: none;
  cursor: pointer;
}
.button-techspec.active,
.button-techspec.open,
.button-techspec:focus,
.button-techspec:hover {
  background: #3174ff;
  color: white !important;
  text-decoration: none;
}
.table-sale td:nth-child(1) {
  border-right: none;
}
.table-sale td:nth-child(2) {
  background-color: rgba(53, 193, 134, 0.05);
  border: 1px solid #35c186;
}
#homeCarousel .home-pagination {
  padding: 20px 0;
}
@media (min-width: 768px) {
  #homeCarousel .home-pagination {
    justify-content: flex-start;
    padding: 0;
  }
}
#homeCarousel .home-pagination .home-pagination-btn {
  margin: 0 6px;
  border: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  padding: 0;
  color: currentColor;
  opacity: 0.3;
}
#homeCarousel .home-pagination .home-pagination-btn.is-active {
  opacity: 1;
}
.mt-slide-arrow {
  color: #3174ff;
  background: white;
  border: 0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  box-shadow: 0px 10px 35px 0px rgba(51, 51, 89, 0.15);
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1010;
}
.mt-slide-arrow.mt-slide-prev {
  left: -25px;
}
.mt-slide-arrow.mt-slide-next {
  right: -25px;
}
.splide__track.slide__fade {
  overflow: visible !important;
}
@media (min-width: 1500px) {
  #map-carousel {
    max-width: 1500px;
  }
}
#map-carousel .splide__slide__container {
  transition: all 0.15s ease-in-out;
  margin: 0 15px;
}
#map-carousel .splide__slide__container:hover {
  transform: scale(1.05);
}
.customer-logo-link {
  color: #aeb6c7;
}
.customer-logo-link:hover {
  color: #8a95ae;
}
.banner {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 700px;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-banner {
  width: 100%;
  padding-right: var(--bs-gutter-x, 30px);
  padding-left: var(--bs-gutter-x, 30px);
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  overflow: hidden;
  pointer-events: none;
  height: 700px;
}
.product-banner .product-banner-img {
  z-index: -1;
  position: absolute;
  height: auto;
  width: 948px;
  transform: translate(-195px, -365px) scale(1.5);
}
@media (min-width: 576px) {
  .product-banner .product-banner-img {
    transform: translate(-80px, -365px) scale(1.5);
  }
}
@media (min-width: 768px) {
  .product-banner .product-banner-img {
    left: 50%;
    transform: translate(-75px, 0px);
  }
}
.background-rectangle {
  z-index: -10;
  position: absolute;
  pointer-events: none;
  right: 50%;
}
.background-rectangle img,
.background-rectangle svg {
  transform: scale(var(--rScale)) translateX(var(--rX)) translateY(var(--rY))
    rotate(var(--rRotate));
}
#navbar:not(.navbar-small) {
  height: 72px;
}
.navbar-sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
@media (max-width: 991.98px) {
  .navbar-mobile {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0px 10px 35px 0px rgba(51, 51, 89, 0.15);
    background: white;
    width: 100%;
  }
}
.navbar-mobile-dropdown {
  height: 72px;
  padding: 0 30px;
}
.dropdown-menu-navbar {
  padding: 20px;
  margin-top: 10px !important;
  border-radius: 15px;
  left: 50% !important;
  box-shadow: 0px 15px 68px rgba(51, 51, 89, 0.15);
}
.dropdown-menu-navbar:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 10px solid #fff;
  top: -8px;
  left: 0;
  right: 0;
  margin: auto;
}
.navbar-links .dropdown-link {
  display: block;
  padding: 5px;
  padding-right: 30px;
  border-radius: 5px;
  color: #333359;
  width: 100%;
  min-width: 150px;
  white-space: nowrap;
  font-size: 15px;
}
.navbar-links .dropdown-link:hover {
  background: #f3f6ff;
  color: #3174ff;
}
.dropdown-products .dropdown-link {
  display: block;
  min-width: 220px;
  padding: 9px 8px;
  color: #333359;
}
.dropdown-products .dropdown-link svg {
  transform: translateY(-1px);
  margin-right: 8px;
}
.dropdown-products .dropdown-link:hover {
  background: #f3f6ff;
  color: #3174ff;
}
.dropdown-products.dropdown-data .dropdown-link:hover {
  color: #64a856;
  background: #eaf3e8;
}
.dropdown-products.dropdown-desktop .dropdown-link:hover {
  color: #724fa7;
  background: #f1edf8;
}
.dropdown-products.dropdown-cloud .dropdown-link:hover {
  color: #0e61c6;
  background: #f2f8fe;
}
@media (max-width: 991.98px) {
  .navbar-nav {
    max-height: 100vh;
    overflow-y: auto;
  }
}
.navbar-nav .nav-item.nav-link,
.navbar-nav .nav.nav-secondary .nav-secondary-link,
.nav.nav-secondary .navbar-nav .nav-secondary-link {
  font-weight: 600;
}
.navbar-nav .nav-item.nav-link:hover,
.navbar-nav .nav.nav-secondary .nav-secondary-link:hover,
.nav.nav-secondary .navbar-nav .nav-secondary-link:hover {
  color: #3174ff;
}
.navbar-nav .nav-item.nav-link[aria-expanded='true'],
.navbar-nav .nav.nav-secondary .nav-secondary-link[aria-expanded='true'],
.nav.nav-secondary .navbar-nav .nav-secondary-link[aria-expanded='true'] {
  color: #3174ff;
}
.footer .social-circles a {
  transform: scale(0.85);
  width: 30px;
  height: 30px;
}
.footer .link-list a {
  color: #333359;
  display: block;
  margin: 10px 0;
  font-size: 14px;
}
.footer .link-list a:hover {
  color: #3174ff;
}
.nav.nav-secondary {
  justify-content: flex-end;
}
.nav.nav-secondary .nav-secondary-link {
  margin: 0 5px;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  color: #333359;
}
.nav.nav-secondary .nav-secondary-link:hover {
  color: #333359 !important;
}
.nav.nav-secondary .nav-secondary-link.active {
  border-bottom: 2px solid #333359;
}
.nav.nav-secondary.nav-secondary-light .nav-secondary-link {
  color: #fff;
}
.nav.nav-secondary.nav-secondary-light .nav-secondary-link:hover {
  color: #fff !important;
}
.nav.nav-secondary.nav-secondary-light .nav-secondary-link.active {
  border-bottom: 2px solid #fff;
}
.border-nav-cloud {
  border-color: #b5d4fa !important;
}
.border-nav-desktop {
  border-color: #d1c4e9 !important;
}
.border-nav-engine {
  border-color: #f1bb93 !important;
}
.border-nav-mobile {
  border-color: #b5f8fd !important;
}
.border-nav-server {
  border-color: #fbb8bb !important;
}
.border-nav-data {
  border-color: #b9e8b0 !important;
}
.popup {
  z-index: 111;
  position: fixed;
  width: 400px;
  min-height: 100px;
  top: 10%;
  left: 50%;
  margin-left: -200px;
  padding: 25px;
  background: #fff;
  transition: all 0.3s ease;
  border-radius: 6px;
}
.popup.closed {
  top: -1000px;
}
.popup .popup-title {
  display: block;
  font-weight: bold;
  padding: 0 0 10px;
  font-size: 120%;
}
.popup .popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-family: 'icons';
  cursor: pointer;
  color: #6b7c92;
}
.popup .popup-close:hover {
  text-decoration: none;
  color: #404a57;
}
.popup .popup-content {
  display: block;
}
.popup .popup-actions {
  display: block;
  margin-top: 10px;
}
.popup .popup-actions div {
  margin-right: 10px;
}
.popup ul.options {
  max-height: 400px;
  overflow: auto;
}
.popup ul.options li {
  cursor: pointer;
  display: block;
  padding: 2px;
}
.popup ul.options li:nth-child(even) {
  background: #f9f9f9;
}
.popup ul.options li:hover {
  font-weight: bold;
}
.popup-bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(55, 55, 55, 0.8);
  z-index: 101;
  transition: 0.3s all ease;
}
.popup-bg.closed {
  display: none;
}
.flashes {
  position: absolute;
  width: 400px;
  left: 50%;
  top: 100px;
  margin-left: -220px;
  z-index: 1080;
  transition: all 0.5s ease-out;
}
.flashes.right {
  position: fixed;
  left: auto;
  right: 0;
  margin-left: 0;
  animation: 0.8s ease-out 0s 1 slideFromRight;
}
.flashes.closed {
  right: -440px;
}
.message-box {
  position: absolute;
}
.message {
  color: #6b7c92;
  background-color: white;
  padding: 25px;
  font-weight: normal;
  min-height: 70px;
  position: relative;
  padding-left: 75px;
  margin: 10px 0;
  font-size: 14px;
  border-radius: 4px;
  box-shadow: 0px 10px 35px 0px rgba(51, 51, 89, 0.15);
}
.message::before {
  content: url('/styles/style/icon/extra/info-blue.svg');
  position: absolute;
  left: 25px;
  transform: scale(1.5);
  top: calc(50% - 10px);
}
.message.success::before {
  content: url('/styles/style/icon/extra/check_circle-success.svg');
}
.message.warning::before {
  content: url('/styles/style/icon/extra/warning-orange.svg');
}
.message.error::before {
  content: url('/styles/style/icon/extra/cancel-red.svg');
}
.message.idea::before {
  content: url('/styles/style/icon/extra/idea-yellow.svg');
}
.flashes.right .message {
  right: 0;
}
.flashes.right .message.closed {
  transition: right 0.8s ease-out;
  right: -440px;
}
.topbar.topbar-cloud {
  position: fixed;
  height: 75px;
  background: #0e61c6;
  width: 100%;
  z-index: 1030;
}
.topbar.topbar-cloud .topbar-brand {
  height: 100%;
  padding: 10px;
}
.topbar.topbar-desktop {
  position: fixed;
  height: 75px;
  background: #724fa7;
  width: 100%;
  z-index: 1030;
}
.topbar.topbar-desktop .topbar-brand {
  height: 100%;
  padding: 10px;
}
.topbar.topbar-mobile {
  position: fixed;
  height: 75px;
  background: #00d5df;
  width: 100%;
  z-index: 1030;
}
.topbar.topbar-mobile .topbar-brand {
  height: 100%;
  padding: 10px;
}
.topbar.topbar-cluster {
  position: fixed;
  height: 75px;
  background: #e58035;
  width: 100%;
  z-index: 1030;
}
.topbar.topbar-cluster .topbar-brand {
  height: 100%;
  padding: 10px;
}
.topbar.topbar-server {
  position: fixed;
  height: 75px;
  background: #e6353d;
  width: 100%;
  z-index: 1030;
}
.topbar.topbar-server .topbar-brand {
  height: 100%;
  padding: 10px;
}
.topbar.topbar-data {
  position: fixed;
  height: 75px;
  background: #64a856;
  width: 100%;
  z-index: 1030;
}
.topbar.topbar-data .topbar-brand {
  height: 100%;
  padding: 10px;
}
.mt-dashboard {
  height: 100%;
  min-height: 100vh;
  display: flex;
}
.mt-container {
  width: calc(100% - 270px);
  margin-left: 270px;
  margin-top: 75px;
}
@media (max-width: 991.98px) {
  .mt-container {
    width: 100%;
    margin-left: 0;
  }
}
.mt-content {
  margin: 0 15px;
  max-width: 1000px;
}
.mt-aside {
  height: calc(100% - 75px);
  min-height: auto;
  width: 270px;
  position: fixed;
  overflow: auto;
  z-index: 1030;
  top: 75px;
  background: white;
  box-shadow: 0px 10px 35px 0px rgba(51, 51, 89, 0.15);
  transition: height 0.35s ease;
  transition-property: width, visibility;
}
@media (max-width: 991.98px) {
  .mt-aside {
    width: 0;
    visibility: hidden;
  }
  .mt-aside.show {
    width: 270px;
    visibility: visible;
  }
}
.mt-aside .aside-link {
  font-family: 'Ubuntu';
  font-size: 15px;
  padding: 15px 0px 15px 20px;
  margin: 3px 15px;
  font-weight: 500;
  color: #333359;
  display: flex;
  align-items: center;
  border-radius: 4px;
}
.mt-aside .aside-link svg {
  margin-right: 20px;
  color: #aeb6c7;
}
.mt-aside .aside-link.sub {
  padding: 12px 0px 12px 75px;
  color: #6b7c92;
}
.mt-aside .aside-link:hover {
  color: #0858ff !important;
}
.mt-aside .aside-link:hover svg {
  color: #0858ff !important;
}
.mt-aside .active,
.mt-aside .active > svg {
  color: #3174ff !important;
  background-color: #f3f6ff;
}
.nav-tabs .nav-item a,
.nav-tabs .nav.nav-secondary .nav-secondary-link a,
.nav.nav-secondary .nav-tabs .nav-secondary-link a {
  color: #333359;
  font-weight: 600;
}
.top-size-nav {
  top: 75px;
}
.img-over-title {
  max-width: 300px;
  margin-top: 50px;
}
@media (min-width: 992px) {
  .img-over-title {
    margin-top: -75px;
  }
}
.product-switch-wrap {
  position: relative;
  height: 49px;
  display: flex;
}
.product-switch {
  background: rgba(255, 255, 255, 0);
  border-radius: 50%;
  padding: 0;
  margin: 10px;
  right: 10px;
  transition: 0.1s;
}
.product-switch:focus {
  background: rgba(255, 255, 255, 0.35);
  padding: 10px;
  margin: 0;
}
.product-switch:active {
  background-color: rgba(255, 255, 255, 0.4);
}
.product-switch:focus ~ .product-switch-container {
  height: 230px;
}
.product-switch-container {
  height: 0;
  width: 230px;
  position: absolute;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 10px 35px 0px rgba(51, 51, 89, 0.15);
  border-radius: 4px;
  top: 0;
  margin-top: 55px;
  transition: height 0.35s ease;
  z-index: 1060;
}
.product-switch-container .switch-title {
  background: #f3f6ff;
  padding: 15px;
  margin: 0;
  border-top: 4px;
  user-select: none;
}
.product-switch-container .switch-link {
  user-select: none;
  padding: 15px 30px;
  padding-left: 75px;
  display: block;
  color: #444952;
}
.product-switch-container .switch-link:hover {
  background: #f3f6ff;
}
.product-switch-container .switch-link:before {
  content: '';
  width: 45px;
  height: 45px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  transform: translate(-53px, -7px);
}
.product-switch-container .web-switch:before {
  background: url('/styles/style/icon/extra/website-icon.svg');
  background-repeat: no-repeat;
  background-size: 40px 40px;
}
.product-switch-container .cloud-switch:before {
  background: url('/styles/style/icon/extra/cloud-icon.svg');
  background-repeat: no-repeat;
  background-size: 40px 40px;
}
.product-switch-container .data-switch:before {
  background: url('/styles/style/icon/extra/data-icon.svg');
  background-repeat: no-repeat;
  background-size: 40px 40px;
}
.product-switch-container:focus,
.product-switch-container:active {
  height: 230px;
}
.plans {
  line-height: 0;
  border-radius: 6px;
}
.plans .invisible {
  visibility: hidden;
}
@media (min-width: 1200px) {
  .plans {
    background: #fff;
    box-shadow: 0 6px 35px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 1200px) {
  .plans.thin .plans-card:first-child {
    width: 25% !important;
  }
  .plans.thin .plans-card {
    width: 15% !important;
  }
}
.plans .plans-card {
  width: 20%;
  display: inline-block;
}
@media (max-width: 1200px) {
  .plans .plans-card {
    margin: 5px 0;
    border-radius: 6px;
    padding: 0 20px;
    box-shadow: 0 6px 35px 0 rgba(0, 0, 0, 0.1);
    width: 100%;
    background: #fff;
  }
  .plans .plans-card .btn-gray-dark {
    font-size: 12px;
  }
}
@media (max-width: 1200px) {
  .plans div.plans-card:first-child {
    display: none;
  }
  .plans td:first-child {
    text-align: left;
    padding-left: 15px !important;
  }
}
@media (min-width: 1200px) {
  .plans td:first-child {
    display: none;
  }
}
.plans .plans-table {
  width: 100%;
  position: relative;
}
.plans .plans-table tbody tr:last-child td:last-child {
  border-bottom: none;
}
.plans .plans-table td {
  border-bottom: 1px solid #d3dbec;
  line-height: 1.2;
  font-size: 14px;
  height: 64px;
  padding-left: 10px;
}
.plans .plans-table.no-border td {
  border-bottom: 0px;
}
@media (min-width: 1200px) {
  .head-recommended:before {
    content: 'Recommended';
    position: absolute;
    line-height: 1.8;
    z-index: 2;
    background: #3174ff;
    color: white;
    top: -45px;
    display: block;
    padding: 10px 56px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }
  .head-recommended.desktop:before {
    background: #724fa7;
    padding: 10px 29px;
  }
  .head-recommended.data:before {
    background: #64a856;
  }
}
.loupe {
  display: block;
  position: relative;
}
.loupe:before {
  content: url(/styles/style/icon/extra/search-white.svg);
  background: rgba(90, 89, 89, 0.55);
  position: absolute;
  padding: 10px 15px;
  left: 50%;
  z-index: 100;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.loupe.white:before {
  content: url(/styles/style/icon/extra/search.svg);
  background: white;
}
ol.number-dot-list {
  list-style-type: none;
  counter-reset: item;
}
@media (max-width: 575.98px) {
  ol.number-dot-list {
    padding-left: 5px;
  }
}
ol.number-dot-list > li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}
ol.number-dot-list > li:before {
  display: table-cell;
  padding-right: 0.6em;
}
li ol.number-dot-list > li {
  margin: 0;
}
li ol.number-dot-list > li:before {
  content: counters(item, '.') '.';
}
.video-player {
  display: block;
  position: relative;
  cursor: pointer;
}
.video-player:before {
  content: url('/styles/style/icon/extra/play.svg');
  position: absolute;
  pointer-events: none;
  left: 0;
  text-align: center;
  right: 0;
  margin: auto;
  z-index: 2;
  top: calc(50% - 43px);
}
.video-player:after {
  content: attr(data-title);
  display: block;
  position: absolute;
  right: 0;
  height: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  background: linear-gradient(
    0deg,
    rgba(51, 51, 89, 0.9) 10%,
    rgba(0, 0, 0, 0) 95%
  );
  transition: 0.35s;
}
.video-player:hover img {
  filter: blur(2px);
  transition: 0.35s;
}
.video-player:hover:after {
  height: 42px;
  padding: 12px 8px 5px 8px;
  transition: 0.25s;
}
.customer-logo {
  margin: 15px;
}
.customer-logo .customer-hover {
  opacity: 0;
  transition: opacity 0.3s;
}
.customer-logo:hover .customer-hover {
  opacity: 1;
}
.collapse-arrow {
  transform: rotateX(0deg);
  transition: transform 0.25s;
}
a[aria-expanded='true'] .collapse-arrow {
  transform: rotateX(180deg);
  color: #3174ff;
}
@media (min-width: 768px) {
  .dropdown-menu-navbar-animation {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}
@keyframes slideIn {
  0% {
    transform: translate(-50%, 1rem);
    opacity: 0;
  }
  100% {
    transform: translate(-50%, 0px);
    opacity: 1;
  }
  0% {
    transform: translate(-50%, 1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translate(-50%, 0px);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translate(-50%, 1rem);
    -webkit-opacity: 0;
  }
}
.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}
html {
  scroll-behavior: smooth;
}
main {
  position: relative;
  overflow-x: clip;
}
mark,
.mark {
  color: #333359;
  background-color: #f3f6ff;
}
textarea {
  resize: auto;
}
b {
  color: #444952;
}
a {
  cursor: pointer;
}
iframe {
  border: none;
}
.table thead th {
  border-bottom: 1px;
  font-weight: normal;
}
.table.small td {
  padding: 0.8rem;
}
@media (max-width: 575.98px) {
  .custom-select,
  .form-control,
  .form-select {
    width: 100%;
  }
}
:focus {
  outline: none;
}
button:focus {
  outline: none !important;
}
.btn-link:active {
  box-shadow: none !important;
}
.nav-item,
.nav.nav-secondary .nav-secondary-link {
  user-select: none;
  cursor: pointer;
}
.btn-lg,
.btn-group-lg > .btn {
  font-weight: 500;
}
.btn {
  text-transform: uppercase;
}
.navbar-toggler {
  border: none;
}
ul,
ol {
  padding-left: 1.5rem;
}
.modal-title {
  margin-top: 0;
}
.form-control,
.form-select {
  height: auto;
  width: auto;
  display: inline-block;
}
p,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.btn-outline-primary {
  color: #3174ff;
  border-color: #3174ff;
  border: solid 2px #3174ff;
  line-height: 15px;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #3174ff;
  border-color: #3174ff;
}
.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 rgba(49, 116, 255, 0.5);
}
.btn-check:checked + .btn-outline-primary,
.btn-check:active + .btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #3174ff;
  border-color: #3174ff;
}
.btn-check:checked + .btn-outline-primary:focus,
.btn-check:active + .btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(49, 116, 255, 0.5);
}
.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
  color: #3174ff;
  background-color: transparent;
}
.btn-outline-primary:active,
.btn-outline-primary:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #1863ff !important;
  border: solid 2px #1863ff !important;
}
.btn-outline-secondary {
  color: #333359;
  border-color: #333359;
  border: solid 2px #333359;
  line-height: 15px;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #333359;
  border-color: #333359;
}
.btn-check:focus + .btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 rgba(51, 51, 89, 0.5);
}
.btn-check:checked + .btn-outline-secondary,
.btn-check:active + .btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
  color: #fff;
  background-color: #333359;
  border-color: #333359;
}
.btn-check:checked + .btn-outline-secondary:focus,
.btn-check:active + .btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(51, 51, 89, 0.5);
}
.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
  color: #333359;
  background-color: transparent;
}
.btn-outline-secondary:active,
.btn-outline-secondary:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #2a2a49 !important;
  border: solid 2px #2a2a49 !important;
}
.btn-outline-success {
  color: #90cb90;
  border-color: #90cb90;
  border: solid 2px #90cb90;
  line-height: 15px;
}
.btn-outline-success:hover {
  color: #333359;
  background-color: #90cb90;
  border-color: #90cb90;
}
.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 rgba(144, 203, 144, 0.5);
}
.btn-check:checked + .btn-outline-success,
.btn-check:active + .btn-outline-success,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show {
  color: #333359;
  background-color: #90cb90;
  border-color: #90cb90;
}
.btn-check:checked + .btn-outline-success:focus,
.btn-check:active + .btn-outline-success:focus,
.btn-outline-success:active:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(144, 203, 144, 0.5);
}
.btn-outline-success:disabled,
.btn-outline-success.disabled {
  color: #90cb90;
  background-color: transparent;
}
.btn-outline-success:active,
.btn-outline-success:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #7fc37f !important;
  border: solid 2px #7fc37f !important;
}
.btn-outline-info {
  color: #a1acb7;
  border-color: #a1acb7;
  border: solid 2px #a1acb7;
  line-height: 15px;
}
.btn-outline-info:hover {
  color: #333359;
  background-color: #a1acb7;
  border-color: #a1acb7;
}
.btn-check:focus + .btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 rgba(161, 172, 183, 0.5);
}
.btn-check:checked + .btn-outline-info,
.btn-check:active + .btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
  color: #333359;
  background-color: #a1acb7;
  border-color: #a1acb7;
}
.btn-check:checked + .btn-outline-info:focus,
.btn-check:active + .btn-outline-info:focus,
.btn-outline-info:active:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(161, 172, 183, 0.5);
}
.btn-outline-info:disabled,
.btn-outline-info.disabled {
  color: #a1acb7;
  background-color: transparent;
}
.btn-outline-info:active,
.btn-outline-info:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #939fac !important;
  border: solid 2px #939fac !important;
}
.btn-outline-warning {
  color: #ff905e;
  border-color: #ff905e;
  border: solid 2px #ff905e;
  line-height: 15px;
}
.btn-outline-warning:hover {
  color: #333359;
  background-color: #ff905e;
  border-color: #ff905e;
}
.btn-check:focus + .btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 rgba(255, 144, 94, 0.5);
}
.btn-check:checked + .btn-outline-warning,
.btn-check:active + .btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show {
  color: #333359;
  background-color: #ff905e;
  border-color: #ff905e;
}
.btn-check:checked + .btn-outline-warning:focus,
.btn-check:active + .btn-outline-warning:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(255, 144, 94, 0.5);
}
.btn-outline-warning:disabled,
.btn-outline-warning.disabled {
  color: #ff905e;
  background-color: transparent;
}
.btn-outline-warning:active,
.btn-outline-warning:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #ff7e45 !important;
  border: solid 2px #ff7e45 !important;
}
.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
  border: solid 2px #dc3545;
  line-height: 15px;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger,
.btn-check:active + .btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus,
.btn-check:active + .btn-outline-danger:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled,
.btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:active,
.btn-outline-danger:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #d32535 !important;
  border: solid 2px #d32535 !important;
}
.btn-outline-white {
  color: #fff;
  border-color: #fff;
  border: solid 2px #fff;
  line-height: 15px;
}
.btn-outline-white:hover {
  color: #333359;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:focus + .btn-outline-white,
.btn-outline-white:focus {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-check:checked + .btn-outline-white,
.btn-check:active + .btn-outline-white,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.dropdown-toggle.show {
  color: #333359;
  background-color: #fff;
  border-color: #fff;
}
.btn-check:checked + .btn-outline-white:focus,
.btn-check:active + .btn-outline-white:focus,
.btn-outline-white:active:focus,
.btn-outline-white.active:focus,
.btn-outline-white.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-white:disabled,
.btn-outline-white.disabled {
  color: #fff;
  background-color: transparent;
}
.btn-outline-white:active,
.btn-outline-white:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #f2f2f2 !important;
  border: solid 2px #f2f2f2 !important;
}
.btn-outline-lighter {
  color: #f3f6ff;
  border-color: #f3f6ff;
  border: solid 2px #f3f6ff;
  line-height: 15px;
}
.btn-outline-lighter:hover {
  color: #333359;
  background-color: #f3f6ff;
  border-color: #f3f6ff;
}
.btn-check:focus + .btn-outline-lighter,
.btn-outline-lighter:focus {
  box-shadow: 0 0 0 rgba(243, 246, 255, 0.5);
}
.btn-check:checked + .btn-outline-lighter,
.btn-check:active + .btn-outline-lighter,
.btn-outline-lighter:active,
.btn-outline-lighter.active,
.btn-outline-lighter.dropdown-toggle.show {
  color: #333359;
  background-color: #f3f6ff;
  border-color: #f3f6ff;
}
.btn-check:checked + .btn-outline-lighter:focus,
.btn-check:active + .btn-outline-lighter:focus,
.btn-outline-lighter:active:focus,
.btn-outline-lighter.active:focus,
.btn-outline-lighter.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(243, 246, 255, 0.5);
}
.btn-outline-lighter:disabled,
.btn-outline-lighter.disabled {
  color: #f3f6ff;
  background-color: transparent;
}
.btn-outline-lighter:active,
.btn-outline-lighter:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #dae3ff !important;
  border: solid 2px #dae3ff !important;
}
.btn-outline-light {
  color: #d3dbec;
  border-color: #d3dbec;
  border: solid 2px #d3dbec;
  line-height: 15px;
}
.btn-outline-light:hover {
  color: #333359;
  background-color: #d3dbec;
  border-color: #d3dbec;
}
.btn-check:focus + .btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 rgba(211, 219, 236, 0.5);
}
.btn-check:checked + .btn-outline-light,
.btn-check:active + .btn-outline-light,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show {
  color: #333359;
  background-color: #d3dbec;
  border-color: #d3dbec;
}
.btn-check:checked + .btn-outline-light:focus,
.btn-check:active + .btn-outline-light:focus,
.btn-outline-light:active:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(211, 219, 236, 0.5);
}
.btn-outline-light:disabled,
.btn-outline-light.disabled {
  color: #d3dbec;
  background-color: transparent;
}
.btn-outline-light:active,
.btn-outline-light:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #c1cce4 !important;
  border: solid 2px #c1cce4 !important;
}
.btn-outline-dark {
  color: #6b7c92;
  border-color: #6b7c92;
  border: solid 2px #6b7c92;
  line-height: 15px;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #6b7c92;
  border-color: #6b7c92;
}
.btn-check:focus + .btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 rgba(107, 124, 146, 0.5);
}
.btn-check:checked + .btn-outline-dark,
.btn-check:active + .btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #6b7c92;
  border-color: #6b7c92;
}
.btn-check:checked + .btn-outline-dark:focus,
.btn-check:active + .btn-outline-dark:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(107, 124, 146, 0.5);
}
.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
  color: #6b7c92;
  background-color: transparent;
}
.btn-outline-dark:active,
.btn-outline-dark:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #607083 !important;
  border: solid 2px #607083 !important;
}
.btn-outline-darker {
  color: #444952;
  border-color: #444952;
  border: solid 2px #444952;
  line-height: 15px;
}
.btn-outline-darker:hover {
  color: #fff;
  background-color: #444952;
  border-color: #444952;
}
.btn-check:focus + .btn-outline-darker,
.btn-outline-darker:focus {
  box-shadow: 0 0 0 rgba(68, 73, 82, 0.5);
}
.btn-check:checked + .btn-outline-darker,
.btn-check:active + .btn-outline-darker,
.btn-outline-darker:active,
.btn-outline-darker.active,
.btn-outline-darker.dropdown-toggle.show {
  color: #fff;
  background-color: #444952;
  border-color: #444952;
}
.btn-check:checked + .btn-outline-darker:focus,
.btn-check:active + .btn-outline-darker:focus,
.btn-outline-darker:active:focus,
.btn-outline-darker.active:focus,
.btn-outline-darker.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(68, 73, 82, 0.5);
}
.btn-outline-darker:disabled,
.btn-outline-darker.disabled {
  color: #444952;
  background-color: transparent;
}
.btn-outline-darker:active,
.btn-outline-darker:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #383d44 !important;
  border: solid 2px #383d44 !important;
}
.btn-outline-cloud {
  color: #0e61c6;
  border-color: #0e61c6;
  border: solid 2px #0e61c6;
  line-height: 15px;
}
.btn-outline-cloud:hover {
  color: #fff;
  background-color: #0e61c6;
  border-color: #0e61c6;
}
.btn-check:focus + .btn-outline-cloud,
.btn-outline-cloud:focus {
  box-shadow: 0 0 0 rgba(14, 97, 198, 0.5);
}
.btn-check:checked + .btn-outline-cloud,
.btn-check:active + .btn-outline-cloud,
.btn-outline-cloud:active,
.btn-outline-cloud.active,
.btn-outline-cloud.dropdown-toggle.show {
  color: #fff;
  background-color: #0e61c6;
  border-color: #0e61c6;
}
.btn-check:checked + .btn-outline-cloud:focus,
.btn-check:active + .btn-outline-cloud:focus,
.btn-outline-cloud:active:focus,
.btn-outline-cloud.active:focus,
.btn-outline-cloud.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(14, 97, 198, 0.5);
}
.btn-outline-cloud:disabled,
.btn-outline-cloud.disabled {
  color: #0e61c6;
  background-color: transparent;
}
.btn-outline-cloud:active,
.btn-outline-cloud:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #0c55ae !important;
  border: solid 2px #0c55ae !important;
}
.btn-outline-cloud-s {
  color: #2b8bfb;
  border-color: #2b8bfb;
  border: solid 2px #2b8bfb;
  line-height: 15px;
}
.btn-outline-cloud-s:hover {
  color: #fff;
  background-color: #2b8bfb;
  border-color: #2b8bfb;
}
.btn-check:focus + .btn-outline-cloud-s,
.btn-outline-cloud-s:focus {
  box-shadow: 0 0 0 rgba(43, 139, 251, 0.5);
}
.btn-check:checked + .btn-outline-cloud-s,
.btn-check:active + .btn-outline-cloud-s,
.btn-outline-cloud-s:active,
.btn-outline-cloud-s.active,
.btn-outline-cloud-s.dropdown-toggle.show {
  color: #fff;
  background-color: #2b8bfb;
  border-color: #2b8bfb;
}
.btn-check:checked + .btn-outline-cloud-s:focus,
.btn-check:active + .btn-outline-cloud-s:focus,
.btn-outline-cloud-s:active:focus,
.btn-outline-cloud-s.active:focus,
.btn-outline-cloud-s.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(43, 139, 251, 0.5);
}
.btn-outline-cloud-s:disabled,
.btn-outline-cloud-s.disabled {
  color: #2b8bfb;
  background-color: transparent;
}
.btn-outline-cloud-s:active,
.btn-outline-cloud-s:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #127dfb !important;
  border: solid 2px #127dfb !important;
}
.btn-outline-cloud-light {
  color: #f2f8fe;
  border-color: #f2f8fe;
  border: solid 2px #f2f8fe;
  line-height: 15px;
}
.btn-outline-cloud-light:hover {
  color: #333359;
  background-color: #f2f8fe;
  border-color: #f2f8fe;
}
.btn-check:focus + .btn-outline-cloud-light,
.btn-outline-cloud-light:focus {
  box-shadow: 0 0 0 rgba(242, 248, 254, 0.5);
}
.btn-check:checked + .btn-outline-cloud-light,
.btn-check:active + .btn-outline-cloud-light,
.btn-outline-cloud-light:active,
.btn-outline-cloud-light.active,
.btn-outline-cloud-light.dropdown-toggle.show {
  color: #333359;
  background-color: #f2f8fe;
  border-color: #f2f8fe;
}
.btn-check:checked + .btn-outline-cloud-light:focus,
.btn-check:active + .btn-outline-cloud-light:focus,
.btn-outline-cloud-light:active:focus,
.btn-outline-cloud-light.active:focus,
.btn-outline-cloud-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(242, 248, 254, 0.5);
}
.btn-outline-cloud-light:disabled,
.btn-outline-cloud-light.disabled {
  color: #f2f8fe;
  background-color: transparent;
}
.btn-outline-cloud-light:active,
.btn-outline-cloud-light:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #daebfc !important;
  border: solid 2px #daebfc !important;
}
.btn-outline-desktop {
  color: #724fa7;
  border-color: #724fa7;
  border: solid 2px #724fa7;
  line-height: 15px;
}
.btn-outline-desktop:hover {
  color: #fff;
  background-color: #724fa7;
  border-color: #724fa7;
}
.btn-check:focus + .btn-outline-desktop,
.btn-outline-desktop:focus {
  box-shadow: 0 0 0 rgba(114, 79, 167, 0.5);
}
.btn-check:checked + .btn-outline-desktop,
.btn-check:active + .btn-outline-desktop,
.btn-outline-desktop:active,
.btn-outline-desktop.active,
.btn-outline-desktop.dropdown-toggle.show {
  color: #fff;
  background-color: #724fa7;
  border-color: #724fa7;
}
.btn-check:checked + .btn-outline-desktop:focus,
.btn-check:active + .btn-outline-desktop:focus,
.btn-outline-desktop:active:focus,
.btn-outline-desktop.active:focus,
.btn-outline-desktop.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(114, 79, 167, 0.5);
}
.btn-outline-desktop:disabled,
.btn-outline-desktop.disabled {
  color: #724fa7;
  background-color: transparent;
}
.btn-outline-desktop:active,
.btn-outline-desktop:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #664796 !important;
  border: solid 2px #664796 !important;
}
.btn-outline-desktop-s {
  color: #a82ab6;
  border-color: #a82ab6;
  border: solid 2px #a82ab6;
  line-height: 15px;
}
.btn-outline-desktop-s:hover {
  color: #fff;
  background-color: #a82ab6;
  border-color: #a82ab6;
}
.btn-check:focus + .btn-outline-desktop-s,
.btn-outline-desktop-s:focus {
  box-shadow: 0 0 0 rgba(168, 42, 182, 0.5);
}
.btn-check:checked + .btn-outline-desktop-s,
.btn-check:active + .btn-outline-desktop-s,
.btn-outline-desktop-s:active,
.btn-outline-desktop-s.active,
.btn-outline-desktop-s.dropdown-toggle.show {
  color: #fff;
  background-color: #a82ab6;
  border-color: #a82ab6;
}
.btn-check:checked + .btn-outline-desktop-s:focus,
.btn-check:active + .btn-outline-desktop-s:focus,
.btn-outline-desktop-s:active:focus,
.btn-outline-desktop-s.active:focus,
.btn-outline-desktop-s.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(168, 42, 182, 0.5);
}
.btn-outline-desktop-s:disabled,
.btn-outline-desktop-s.disabled {
  color: #a82ab6;
  background-color: transparent;
}
.btn-outline-desktop-s:active,
.btn-outline-desktop-s:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #9525a1 !important;
  border: solid 2px #9525a1 !important;
}
.btn-outline-desktop-light {
  color: #f1edf8;
  border-color: #f1edf8;
  border: solid 2px #f1edf8;
  line-height: 15px;
}
.btn-outline-desktop-light:hover {
  color: #333359;
  background-color: #f1edf8;
  border-color: #f1edf8;
}
.btn-check:focus + .btn-outline-desktop-light,
.btn-outline-desktop-light:focus {
  box-shadow: 0 0 0 rgba(241, 237, 248, 0.5);
}
.btn-check:checked + .btn-outline-desktop-light,
.btn-check:active + .btn-outline-desktop-light,
.btn-outline-desktop-light:active,
.btn-outline-desktop-light.active,
.btn-outline-desktop-light.dropdown-toggle.show {
  color: #333359;
  background-color: #f1edf8;
  border-color: #f1edf8;
}
.btn-check:checked + .btn-outline-desktop-light:focus,
.btn-check:active + .btn-outline-desktop-light:focus,
.btn-outline-desktop-light:active:focus,
.btn-outline-desktop-light.active:focus,
.btn-outline-desktop-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(241, 237, 248, 0.5);
}
.btn-outline-desktop-light:disabled,
.btn-outline-desktop-light.disabled {
  color: #f1edf8;
  background-color: transparent;
}
.btn-outline-desktop-light:active,
.btn-outline-desktop-light:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #e3dbf1 !important;
  border: solid 2px #e3dbf1 !important;
}
.btn-outline-mobile {
  color: #00d5df;
  border-color: #00d5df;
  border: solid 2px #00d5df;
  line-height: 15px;
}
.btn-outline-mobile:hover {
  color: #333359;
  background-color: #00d5df;
  border-color: #00d5df;
}
.btn-check:focus + .btn-outline-mobile,
.btn-outline-mobile:focus {
  box-shadow: 0 0 0 rgba(0, 213, 223, 0.5);
}
.btn-check:checked + .btn-outline-mobile,
.btn-check:active + .btn-outline-mobile,
.btn-outline-mobile:active,
.btn-outline-mobile.active,
.btn-outline-mobile.dropdown-toggle.show {
  color: #333359;
  background-color: #00d5df;
  border-color: #00d5df;
}
.btn-check:checked + .btn-outline-mobile:focus,
.btn-check:active + .btn-outline-mobile:focus,
.btn-outline-mobile:active:focus,
.btn-outline-mobile.active:focus,
.btn-outline-mobile.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(0, 213, 223, 0.5);
}
.btn-outline-mobile:disabled,
.btn-outline-mobile.disabled {
  color: #00d5df;
  background-color: transparent;
}
.btn-outline-mobile:active,
.btn-outline-mobile:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #00bdc6 !important;
  border: solid 2px #00bdc6 !important;
}
.btn-outline-mobile-s {
  color: #03a1c4;
  border-color: #03a1c4;
  border: solid 2px #03a1c4;
  line-height: 15px;
}
.btn-outline-mobile-s:hover {
  color: #fff;
  background-color: #03a1c4;
  border-color: #03a1c4;
}
.btn-check:focus + .btn-outline-mobile-s,
.btn-outline-mobile-s:focus {
  box-shadow: 0 0 0 rgba(3, 161, 196, 0.5);
}
.btn-check:checked + .btn-outline-mobile-s,
.btn-check:active + .btn-outline-mobile-s,
.btn-outline-mobile-s:active,
.btn-outline-mobile-s.active,
.btn-outline-mobile-s.dropdown-toggle.show {
  color: #fff;
  background-color: #03a1c4;
  border-color: #03a1c4;
}
.btn-check:checked + .btn-outline-mobile-s:focus,
.btn-check:active + .btn-outline-mobile-s:focus,
.btn-outline-mobile-s:active:focus,
.btn-outline-mobile-s.active:focus,
.btn-outline-mobile-s.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(3, 161, 196, 0.5);
}
.btn-outline-mobile-s:disabled,
.btn-outline-mobile-s.disabled {
  color: #03a1c4;
  background-color: transparent;
}
.btn-outline-mobile-s:active,
.btn-outline-mobile-s:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #038cab !important;
  border: solid 2px #038cab !important;
}
.btn-outline-mobile-light {
  color: #daf5f9;
  border-color: #daf5f9;
  border: solid 2px #daf5f9;
  line-height: 15px;
}
.btn-outline-mobile-light:hover {
  color: #333359;
  background-color: #daf5f9;
  border-color: #daf5f9;
}
.btn-check:focus + .btn-outline-mobile-light,
.btn-outline-mobile-light:focus {
  box-shadow: 0 0 0 rgba(218, 245, 249, 0.5);
}
.btn-check:checked + .btn-outline-mobile-light,
.btn-check:active + .btn-outline-mobile-light,
.btn-outline-mobile-light:active,
.btn-outline-mobile-light.active,
.btn-outline-mobile-light.dropdown-toggle.show {
  color: #333359;
  background-color: #daf5f9;
  border-color: #daf5f9;
}
.btn-check:checked + .btn-outline-mobile-light:focus,
.btn-check:active + .btn-outline-mobile-light:focus,
.btn-outline-mobile-light:active:focus,
.btn-outline-mobile-light.active:focus,
.btn-outline-mobile-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(218, 245, 249, 0.5);
}
.btn-outline-mobile-light:disabled,
.btn-outline-mobile-light.disabled {
  color: #daf5f9;
  background-color: transparent;
}
.btn-outline-mobile-light:active,
.btn-outline-mobile-light:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #c4eff5 !important;
  border: solid 2px #c4eff5 !important;
}
.btn-outline-engine {
  color: #e58035;
  border-color: #e58035;
  border: solid 2px #e58035;
  line-height: 15px;
}
.btn-outline-engine:hover {
  color: #fff;
  background-color: #e58035;
  border-color: #e58035;
}
.btn-check:focus + .btn-outline-engine,
.btn-outline-engine:focus {
  box-shadow: 0 0 0 rgba(229, 128, 53, 0.5);
}
.btn-check:checked + .btn-outline-engine,
.btn-check:active + .btn-outline-engine,
.btn-outline-engine:active,
.btn-outline-engine.active,
.btn-outline-engine.dropdown-toggle.show {
  color: #fff;
  background-color: #e58035;
  border-color: #e58035;
}
.btn-check:checked + .btn-outline-engine:focus,
.btn-check:active + .btn-outline-engine:focus,
.btn-outline-engine:active:focus,
.btn-outline-engine.active:focus,
.btn-outline-engine.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(229, 128, 53, 0.5);
}
.btn-outline-engine:disabled,
.btn-outline-engine.disabled {
  color: #e58035;
  background-color: transparent;
}
.btn-outline-engine:active,
.btn-outline-engine:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #e2721e !important;
  border: solid 2px #e2721e !important;
}
.btn-outline-engine-s {
  color: #ff6f4c;
  border-color: #ff6f4c;
  border: solid 2px #ff6f4c;
  line-height: 15px;
}
.btn-outline-engine-s:hover {
  color: #fff;
  background-color: #ff6f4c;
  border-color: #ff6f4c;
}
.btn-check:focus + .btn-outline-engine-s,
.btn-outline-engine-s:focus {
  box-shadow: 0 0 0 rgba(255, 111, 76, 0.5);
}
.btn-check:checked + .btn-outline-engine-s,
.btn-check:active + .btn-outline-engine-s,
.btn-outline-engine-s:active,
.btn-outline-engine-s.active,
.btn-outline-engine-s.dropdown-toggle.show {
  color: #fff;
  background-color: #ff6f4c;
  border-color: #ff6f4c;
}
.btn-check:checked + .btn-outline-engine-s:focus,
.btn-check:active + .btn-outline-engine-s:focus,
.btn-outline-engine-s:active:focus,
.btn-outline-engine-s.active:focus,
.btn-outline-engine-s.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(255, 111, 76, 0.5);
}
.btn-outline-engine-s:disabled,
.btn-outline-engine-s.disabled {
  color: #ff6f4c;
  background-color: transparent;
}
.btn-outline-engine-s:active,
.btn-outline-engine-s:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #ff5a33 !important;
  border: solid 2px #ff5a33 !important;
}
.btn-outline-engine-light {
  color: #fcf3e9;
  border-color: #fcf3e9;
  border: solid 2px #fcf3e9;
  line-height: 15px;
}
.btn-outline-engine-light:hover {
  color: #333359;
  background-color: #fcf3e9;
  border-color: #fcf3e9;
}
.btn-check:focus + .btn-outline-engine-light,
.btn-outline-engine-light:focus {
  box-shadow: 0 0 0 rgba(252, 243, 233, 0.5);
}
.btn-check:checked + .btn-outline-engine-light,
.btn-check:active + .btn-outline-engine-light,
.btn-outline-engine-light:active,
.btn-outline-engine-light.active,
.btn-outline-engine-light.dropdown-toggle.show {
  color: #333359;
  background-color: #fcf3e9;
  border-color: #fcf3e9;
}
.btn-check:checked + .btn-outline-engine-light:focus,
.btn-check:active + .btn-outline-engine-light:focus,
.btn-outline-engine-light:active:focus,
.btn-outline-engine-light.active:focus,
.btn-outline-engine-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(252, 243, 233, 0.5);
}
.btn-outline-engine-light:disabled,
.btn-outline-engine-light.disabled {
  color: #fcf3e9;
  background-color: transparent;
}
.btn-outline-engine-light:active,
.btn-outline-engine-light:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #f9e7d3 !important;
  border: solid 2px #f9e7d3 !important;
}
.btn-outline-cluster {
  color: #e58035;
  border-color: #e58035;
  border: solid 2px #e58035;
  line-height: 15px;
}
.btn-outline-cluster:hover {
  color: #fff;
  background-color: #e58035;
  border-color: #e58035;
}
.btn-check:focus + .btn-outline-cluster,
.btn-outline-cluster:focus {
  box-shadow: 0 0 0 rgba(229, 128, 53, 0.5);
}
.btn-check:checked + .btn-outline-cluster,
.btn-check:active + .btn-outline-cluster,
.btn-outline-cluster:active,
.btn-outline-cluster.active,
.btn-outline-cluster.dropdown-toggle.show {
  color: #fff;
  background-color: #e58035;
  border-color: #e58035;
}
.btn-check:checked + .btn-outline-cluster:focus,
.btn-check:active + .btn-outline-cluster:focus,
.btn-outline-cluster:active:focus,
.btn-outline-cluster.active:focus,
.btn-outline-cluster.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(229, 128, 53, 0.5);
}
.btn-outline-cluster:disabled,
.btn-outline-cluster.disabled {
  color: #e58035;
  background-color: transparent;
}
.btn-outline-cluster:active,
.btn-outline-cluster:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #e2721e !important;
  border: solid 2px #e2721e !important;
}
.btn-outline-cluster-s {
  color: #ffc957;
  border-color: #ffc957;
  border: solid 2px #ffc957;
  line-height: 15px;
}
.btn-outline-cluster-s:hover {
  color: #333359;
  background-color: #ffc957;
  border-color: #ffc957;
}
.btn-check:focus + .btn-outline-cluster-s,
.btn-outline-cluster-s:focus {
  box-shadow: 0 0 0 rgba(255, 201, 87, 0.5);
}
.btn-check:checked + .btn-outline-cluster-s,
.btn-check:active + .btn-outline-cluster-s,
.btn-outline-cluster-s:active,
.btn-outline-cluster-s.active,
.btn-outline-cluster-s.dropdown-toggle.show {
  color: #333359;
  background-color: #ffc957;
  border-color: #ffc957;
}
.btn-check:checked + .btn-outline-cluster-s:focus,
.btn-check:active + .btn-outline-cluster-s:focus,
.btn-outline-cluster-s:active:focus,
.btn-outline-cluster-s.active:focus,
.btn-outline-cluster-s.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(255, 201, 87, 0.5);
}
.btn-outline-cluster-s:disabled,
.btn-outline-cluster-s.disabled {
  color: #ffc957;
  background-color: transparent;
}
.btn-outline-cluster-s:active,
.btn-outline-cluster-s:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #ffc13e !important;
  border: solid 2px #ffc13e !important;
}
.btn-outline-cluster-light {
  color: #fcefe0;
  border-color: #fcefe0;
  border: solid 2px #fcefe0;
  line-height: 15px;
}
.btn-outline-cluster-light:hover {
  color: #333359;
  background-color: #fcefe0;
  border-color: #fcefe0;
}
.btn-check:focus + .btn-outline-cluster-light,
.btn-outline-cluster-light:focus {
  box-shadow: 0 0 0 rgba(252, 239, 224, 0.5);
}
.btn-check:checked + .btn-outline-cluster-light,
.btn-check:active + .btn-outline-cluster-light,
.btn-outline-cluster-light:active,
.btn-outline-cluster-light.active,
.btn-outline-cluster-light.dropdown-toggle.show {
  color: #333359;
  background-color: #fcefe0;
  border-color: #fcefe0;
}
.btn-check:checked + .btn-outline-cluster-light:focus,
.btn-check:active + .btn-outline-cluster-light:focus,
.btn-outline-cluster-light:active:focus,
.btn-outline-cluster-light.active:focus,
.btn-outline-cluster-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(252, 239, 224, 0.5);
}
.btn-outline-cluster-light:disabled,
.btn-outline-cluster-light.disabled {
  color: #fcefe0;
  background-color: transparent;
}
.btn-outline-cluster-light:active,
.btn-outline-cluster-light:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #fae3c9 !important;
  border: solid 2px #fae3c9 !important;
}
.btn-outline-server {
  color: #e6353d;
  border-color: #e6353d;
  border: solid 2px #e6353d;
  line-height: 15px;
}
.btn-outline-server:hover {
  color: #fff;
  background-color: #e6353d;
  border-color: #e6353d;
}
.btn-check:focus + .btn-outline-server,
.btn-outline-server:focus {
  box-shadow: 0 0 0 rgba(230, 53, 61, 0.5);
}
.btn-check:checked + .btn-outline-server,
.btn-check:active + .btn-outline-server,
.btn-outline-server:active,
.btn-outline-server.active,
.btn-outline-server.dropdown-toggle.show {
  color: #fff;
  background-color: #e6353d;
  border-color: #e6353d;
}
.btn-check:checked + .btn-outline-server:focus,
.btn-check:active + .btn-outline-server:focus,
.btn-outline-server:active:focus,
.btn-outline-server.active:focus,
.btn-outline-server.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(230, 53, 61, 0.5);
}
.btn-outline-server:disabled,
.btn-outline-server.disabled {
  color: #e6353d;
  background-color: transparent;
}
.btn-outline-server:active,
.btn-outline-server:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #e31e27 !important;
  border: solid 2px #e31e27 !important;
}
.btn-outline-server-s {
  color: #d14;
  border-color: #d14;
  border: solid 2px #d14;
  line-height: 15px;
}
.btn-outline-server-s:hover {
  color: #fff;
  background-color: #d14;
  border-color: #d14;
}
.btn-check:focus + .btn-outline-server-s,
.btn-outline-server-s:focus {
  box-shadow: 0 0 0 rgba(221, 17, 68, 0.5);
}
.btn-check:checked + .btn-outline-server-s,
.btn-check:active + .btn-outline-server-s,
.btn-outline-server-s:active,
.btn-outline-server-s.active,
.btn-outline-server-s.dropdown-toggle.show {
  color: #fff;
  background-color: #d14;
  border-color: #d14;
}
.btn-check:checked + .btn-outline-server-s:focus,
.btn-check:active + .btn-outline-server-s:focus,
.btn-outline-server-s:active:focus,
.btn-outline-server-s.active:focus,
.btn-outline-server-s.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(221, 17, 68, 0.5);
}
.btn-outline-server-s:disabled,
.btn-outline-server-s.disabled {
  color: #d14;
  background-color: transparent;
}
.btn-outline-server-s:active,
.btn-outline-server-s:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #c50f3d !important;
  border: solid 2px #c50f3d !important;
}
.btn-outline-server-light {
  color: #f5d7d7;
  border-color: #f5d7d7;
  border: solid 2px #f5d7d7;
  line-height: 15px;
}
.btn-outline-server-light:hover {
  color: #333359;
  background-color: #f5d7d7;
  border-color: #f5d7d7;
}
.btn-check:focus + .btn-outline-server-light,
.btn-outline-server-light:focus {
  box-shadow: 0 0 0 rgba(245, 215, 215, 0.5);
}
.btn-check:checked + .btn-outline-server-light,
.btn-check:active + .btn-outline-server-light,
.btn-outline-server-light:active,
.btn-outline-server-light.active,
.btn-outline-server-light.dropdown-toggle.show {
  color: #333359;
  background-color: #f5d7d7;
  border-color: #f5d7d7;
}
.btn-check:checked + .btn-outline-server-light:focus,
.btn-check:active + .btn-outline-server-light:focus,
.btn-outline-server-light:active:focus,
.btn-outline-server-light.active:focus,
.btn-outline-server-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(245, 215, 215, 0.5);
}
.btn-outline-server-light:disabled,
.btn-outline-server-light.disabled {
  color: #f5d7d7;
  background-color: transparent;
}
.btn-outline-server-light:active,
.btn-outline-server-light:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #f0c3c3 !important;
  border: solid 2px #f0c3c3 !important;
}
.btn-outline-data {
  color: #64a856;
  border-color: #64a856;
  border: solid 2px #64a856;
  line-height: 15px;
}
.btn-outline-data:hover {
  color: #fff;
  background-color: #64a856;
  border-color: #64a856;
}
.btn-check:focus + .btn-outline-data,
.btn-outline-data:focus {
  box-shadow: 0 0 0 rgba(100, 168, 86, 0.5);
}
.btn-check:checked + .btn-outline-data,
.btn-check:active + .btn-outline-data,
.btn-outline-data:active,
.btn-outline-data.active,
.btn-outline-data.dropdown-toggle.show {
  color: #fff;
  background-color: #64a856;
  border-color: #64a856;
}
.btn-check:checked + .btn-outline-data:focus,
.btn-check:active + .btn-outline-data:focus,
.btn-outline-data:active:focus,
.btn-outline-data.active:focus,
.btn-outline-data.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(100, 168, 86, 0.5);
}
.btn-outline-data:disabled,
.btn-outline-data.disabled {
  color: #64a856;
  background-color: transparent;
}
.btn-outline-data:active,
.btn-outline-data:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #5a974d !important;
  border: solid 2px #5a974d !important;
}
.btn-outline-data-light {
  color: #eaf3e8;
  border-color: #eaf3e8;
  border: solid 2px #eaf3e8;
  line-height: 15px;
}
.btn-outline-data-light:hover {
  color: #333359;
  background-color: #eaf3e8;
  border-color: #eaf3e8;
}
.btn-check:focus + .btn-outline-data-light,
.btn-outline-data-light:focus {
  box-shadow: 0 0 0 rgba(234, 243, 232, 0.5);
}
.btn-check:checked + .btn-outline-data-light,
.btn-check:active + .btn-outline-data-light,
.btn-outline-data-light:active,
.btn-outline-data-light.active,
.btn-outline-data-light.dropdown-toggle.show {
  color: #333359;
  background-color: #eaf3e8;
  border-color: #eaf3e8;
}
.btn-check:checked + .btn-outline-data-light:focus,
.btn-check:active + .btn-outline-data-light:focus,
.btn-outline-data-light:active:focus,
.btn-outline-data-light.active:focus,
.btn-outline-data-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 rgba(234, 243, 232, 0.5);
}
.btn-outline-data-light:disabled,
.btn-outline-data-light.disabled {
  color: #eaf3e8;
  background-color: transparent;
}
.btn-outline-data-light:active,
.btn-outline-data-light:hover {
  box-shadow: none !important;
  background-color: transparent !important;
  color: #dbead7 !important;
  border: solid 2px #dbead7 !important;
}
.btn-primary {
  box-shadow: 0px 8px 32px rgba(49, 116, 255, 0.2);
}
.btn-primary:focus,
.btn-primary:active {
  box-shadow: 0px 8px 32px rgba(49, 116, 255, 0.28) !important;
}
.btn-secondary {
  box-shadow: 0px 8px 32px rgba(51, 51, 89, 0.2);
}
.btn-secondary:focus,
.btn-secondary:active {
  box-shadow: 0px 8px 32px rgba(51, 51, 89, 0.28) !important;
}
.btn-success {
  box-shadow: 0px 8px 32px rgba(144, 203, 144, 0.2);
}
.btn-success:focus,
.btn-success:active {
  box-shadow: 0px 8px 32px rgba(144, 203, 144, 0.28) !important;
}
.btn-info {
  box-shadow: 0px 8px 32px rgba(161, 172, 183, 0.2);
}
.btn-info:focus,
.btn-info:active {
  box-shadow: 0px 8px 32px rgba(161, 172, 183, 0.28) !important;
}
.btn-warning {
  box-shadow: 0px 8px 32px rgba(255, 144, 94, 0.2);
}
.btn-warning:focus,
.btn-warning:active {
  box-shadow: 0px 8px 32px rgba(255, 144, 94, 0.28) !important;
}
.btn-danger {
  box-shadow: 0px 8px 32px rgba(220, 53, 69, 0.2);
}
.btn-danger:focus,
.btn-danger:active {
  box-shadow: 0px 8px 32px rgba(220, 53, 69, 0.28) !important;
}
.btn-white {
  box-shadow: 0px 8px 32px rgba(255, 255, 255, 0.2);
}
.btn-white:focus,
.btn-white:active {
  box-shadow: 0px 8px 32px rgba(255, 255, 255, 0.28) !important;
}
.btn-lighter {
  box-shadow: 0px 8px 32px rgba(243, 246, 255, 0.2);
}
.btn-lighter:focus,
.btn-lighter:active {
  box-shadow: 0px 8px 32px rgba(243, 246, 255, 0.28) !important;
}
.btn-light {
  box-shadow: 0px 8px 32px rgba(211, 219, 236, 0.2);
}
.btn-light:focus,
.btn-light:active {
  box-shadow: 0px 8px 32px rgba(211, 219, 236, 0.28) !important;
}
.btn-dark {
  box-shadow: 0px 8px 32px rgba(107, 124, 146, 0.2);
}
.btn-dark:focus,
.btn-dark:active {
  box-shadow: 0px 8px 32px rgba(107, 124, 146, 0.28) !important;
}
.btn-darker {
  box-shadow: 0px 8px 32px rgba(68, 73, 82, 0.2);
}
.btn-darker:focus,
.btn-darker:active {
  box-shadow: 0px 8px 32px rgba(68, 73, 82, 0.28) !important;
}
.btn-cloud {
  box-shadow: 0px 8px 32px rgba(14, 97, 198, 0.2);
}
.btn-cloud:focus,
.btn-cloud:active {
  box-shadow: 0px 8px 32px rgba(14, 97, 198, 0.28) !important;
}
.btn-cloud-s {
  box-shadow: 0px 8px 32px rgba(43, 139, 251, 0.2);
}
.btn-cloud-s:focus,
.btn-cloud-s:active {
  box-shadow: 0px 8px 32px rgba(43, 139, 251, 0.28) !important;
}
.btn-cloud-light {
  box-shadow: 0px 8px 32px rgba(242, 248, 254, 0.2);
}
.btn-cloud-light:focus,
.btn-cloud-light:active {
  box-shadow: 0px 8px 32px rgba(242, 248, 254, 0.28) !important;
}
.btn-desktop {
  box-shadow: 0px 8px 32px rgba(114, 79, 167, 0.2);
}
.btn-desktop:focus,
.btn-desktop:active {
  box-shadow: 0px 8px 32px rgba(114, 79, 167, 0.28) !important;
}
.btn-desktop-s {
  box-shadow: 0px 8px 32px rgba(168, 42, 182, 0.2);
}
.btn-desktop-s:focus,
.btn-desktop-s:active {
  box-shadow: 0px 8px 32px rgba(168, 42, 182, 0.28) !important;
}
.btn-desktop-light {
  box-shadow: 0px 8px 32px rgba(241, 237, 248, 0.2);
}
.btn-desktop-light:focus,
.btn-desktop-light:active {
  box-shadow: 0px 8px 32px rgba(241, 237, 248, 0.28) !important;
}
.btn-mobile {
  box-shadow: 0px 8px 32px rgba(0, 213, 223, 0.2);
}
.btn-mobile:focus,
.btn-mobile:active {
  box-shadow: 0px 8px 32px rgba(0, 213, 223, 0.28) !important;
}
.btn-mobile-s {
  box-shadow: 0px 8px 32px rgba(3, 161, 196, 0.2);
}
.btn-mobile-s:focus,
.btn-mobile-s:active {
  box-shadow: 0px 8px 32px rgba(3, 161, 196, 0.28) !important;
}
.btn-mobile-light {
  box-shadow: 0px 8px 32px rgba(218, 245, 249, 0.2);
}
.btn-mobile-light:focus,
.btn-mobile-light:active {
  box-shadow: 0px 8px 32px rgba(218, 245, 249, 0.28) !important;
}
.btn-engine {
  box-shadow: 0px 8px 32px rgba(229, 128, 53, 0.2);
}
.btn-engine:focus,
.btn-engine:active {
  box-shadow: 0px 8px 32px rgba(229, 128, 53, 0.28) !important;
}
.btn-engine-s {
  box-shadow: 0px 8px 32px rgba(255, 111, 76, 0.2);
}
.btn-engine-s:focus,
.btn-engine-s:active {
  box-shadow: 0px 8px 32px rgba(255, 111, 76, 0.28) !important;
}
.btn-engine-light {
  box-shadow: 0px 8px 32px rgba(252, 243, 233, 0.2);
}
.btn-engine-light:focus,
.btn-engine-light:active {
  box-shadow: 0px 8px 32px rgba(252, 243, 233, 0.28) !important;
}
.btn-cluster {
  box-shadow: 0px 8px 32px rgba(229, 128, 53, 0.2);
}
.btn-cluster:focus,
.btn-cluster:active {
  box-shadow: 0px 8px 32px rgba(229, 128, 53, 0.28) !important;
}
.btn-cluster-s {
  box-shadow: 0px 8px 32px rgba(255, 201, 87, 0.2);
}
.btn-cluster-s:focus,
.btn-cluster-s:active {
  box-shadow: 0px 8px 32px rgba(255, 201, 87, 0.28) !important;
}
.btn-cluster-light {
  box-shadow: 0px 8px 32px rgba(252, 239, 224, 0.2);
}
.btn-cluster-light:focus,
.btn-cluster-light:active {
  box-shadow: 0px 8px 32px rgba(252, 239, 224, 0.28) !important;
}
.btn-server {
  box-shadow: 0px 8px 32px rgba(230, 53, 61, 0.2);
}
.btn-server:focus,
.btn-server:active {
  box-shadow: 0px 8px 32px rgba(230, 53, 61, 0.28) !important;
}
.btn-server-s {
  box-shadow: 0px 8px 32px rgba(221, 17, 68, 0.2);
}
.btn-server-s:focus,
.btn-server-s:active {
  box-shadow: 0px 8px 32px rgba(221, 17, 68, 0.28) !important;
}
.btn-server-light {
  box-shadow: 0px 8px 32px rgba(245, 215, 215, 0.2);
}
.btn-server-light:focus,
.btn-server-light:active {
  box-shadow: 0px 8px 32px rgba(245, 215, 215, 0.28) !important;
}
.btn-data {
  box-shadow: 0px 8px 32px rgba(100, 168, 86, 0.2);
}
.btn-data:focus,
.btn-data:active {
  box-shadow: 0px 8px 32px rgba(100, 168, 86, 0.28) !important;
}
.btn-data-light {
  box-shadow: 0px 8px 32px rgba(234, 243, 232, 0.2);
}
.btn-data-light:focus,
.btn-data-light:active {
  box-shadow: 0px 8px 32px rgba(234, 243, 232, 0.28) !important;
}
.nav-tabs .nav-link,
.nav-tabs .nav.nav-secondary .nav-secondary-link,
.nav.nav-secondary .nav-tabs .nav-secondary-link,
.nav-tabs .nav-item .nav-link,
.nav-tabs .nav.nav-secondary .nav-secondary-link .nav-link,
.nav.nav-secondary .nav-tabs .nav-secondary-link .nav-link {
  color: #333359;
  border-bottom: 1px solid #d3dbec;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav.nav-secondary .active.nav-secondary-link,
.nav.nav-secondary .nav-tabs .active.nav-secondary-link,
.nav-tabs .nav-item .nav-link.active {
  color: #3174ff;
  border-bottom: 1px solid #3174ff;
}
.collapsing.width {
  -webkit-transition-property: width, visibility;
  transition-property: width, visibility;
  width: 0;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: none !important;
}
.form-switch .form-check-input {
  background-color: #c1cfe4;
}
.form-switch .form-check-input:checked {
  background-color: #3174ff;
}
.form-switch .form-check-input.switch-equal {
  background-color: #3174ff;
}
.bg-cloud-elements {
  background: url('https://media.maptiler.com/old/img/cloud/cloud-banner-color.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}
.bg-engine-elements {
  background: url('https://media.maptiler.com/old/img/engine/engine-banner-color.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}
.bg-cluster-elements {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.bg-server-elements {
  background: url('https://media.maptiler.com/old/img/server/server-bg.svg');
  background-repeat: no-repeat;
}
.bg-gradient-gray {
  background: linear-gradient(
    180deg,
    rgba(49, 112, 254, 0.05) 7.92%,
    rgba(49, 112, 254, 0) 100%
  );
}
.bg-server-download {
  background-image: url('https://media.maptiler.com/old/img/server/download-bg.svg');
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-sales {
  background: linear-gradient(
    180deg,
    rgba(49, 112, 254, 0.05) 7.92%,
    rgba(49, 112, 254, 0) 100%
  );
}
@media (min-width: 992px) {
  .bg-sales.bg-luis {
    background-image: url(https://media.maptiler.com/old/img/misc/banner-luis.webp);
    background-size: cover;
    height: 566px;
  }
}
@media (min-width: 992px) {
  .bg-sales.bg-martin {
    background-image: url(https://media.maptiler.com/old/img/misc/banner-martin.webp);
    height: 506px;
  }
}
.maplibregl-ctrl-geocoder {
  position: fixed !important;
  top: 80px;
  right: 60px;
  z-index: 85;
}
.geocoder .input-group {
  flex-wrap: nowrap;
}
.maplibregl-ctrl-geocoder > form > ul > li.selected {
  animation: none !important;
}
.map-wrap #overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  z-index: 3;
  display: none;
}
.map-wrap #overlay div {
  color: #474c57;
  position: absolute;
  width: fit-content;
  height: fit-content;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  font-size: 1em;
  font-weight: 200;
  padding: 30px;
  font-family: system-ui, sans-serif;
}
.map-wrap .blink_me {
  animation: blinker 1s linear infinite;
}
@keyframes blinker {
  50% {
    opacity: 0.2;
  }
}
.map-wrap .maptiler-ar-close-button {
  position: absolute;
  margin-top: 5rem !important;
  right: 0px;
  margin: 10px;
  padding: 0px;
  background: #fff;
  border: none;
  border-radius: 3px;
  width: 33px;
  height: 33px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 6px 2px;
}
.map-wrap .qr-code {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 20px;
  height: 120px;
  border: 2px white solid;
  border-radius: 5px;
}
.map-wrap model-viewer {
  z-index: 100 !important;
}
#map-switch-jp-streets {
  background-image: url('https://media.maptiler.com/old/img/localized/jp/streets.jpg');
}
#map-switch-jp-satellite {
  background-image: url('https://media.maptiler.com/old/img/localized/jp/satellite.jpg');
}
#map-switch-jp-mierune-dark {
  background-image: url('https://media.maptiler.com/old/img/localized/jp/mierune-dark.jpg');
}
#map-switch-jp-mierune-gray {
  background-image: url('https://media.maptiler.com/old/img/localized/jp/mierune-gray.jpg');
}
#map-switch-jp-mierune-streets {
  background-image: url('https://media.maptiler.com/old/img/localized/jp/mierune-streets.jpg');
}
.member {
  min-height: 600px;
  background: linear-gradient(to bottom, #fff 0%, #f6f7fd 500px);
}
@media (max-width: 767.98px) {
  .member {
    height: auto;
  }
}
.member .col-md-7 {
  height: 600px;
  display: table-cell;
  vertical-align: bottom;
  position: relative;
}
@media (max-width: 991.98px) {
  .member .col-md-7 {
    height: 400px;
  }
}
.member .col-md-7 img {
  position: absolute;
  right: 0;
  bottom: -90px;
  width: 900px;
}
@media (max-width: 991.98px) {
  .member .col-md-7 img {
    position: absolute;
    right: -220px;
    bottom: -110px;
    width: 800px;
  }
}
.member .member-text p {
  line-height: 1.8;
  font-size: 110%;
}
#hillshading-code {
  position: absolute;
  bottom: 30px;
  left: 10px;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1002;
  font-size: 13px;
}
.map-options {
  position: absolute;
  top: 80px;
  left: 10px;
  padding: 5px 10px;
  font-size: 12px;
  z-index: 85;
  background: #fff;
  border-radius: 4px;
  opacity: 0.9;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
#map_canvas {
  width: 100%;
  height: 475px;
  background: #f3f6ff;
}
.scrollable-div-box {
  overflow-y: auto;
  max-height: 600px;
  display: block;
}
.satellite-showcase {
  display: block;
  height: 602px;
  overflow: scroll;
  overflow-x: hidden;
}
#satellite-subregions-wrap {
  display: block;
  -webkit-transition: max-height 1s;
  transition: max-height 1s;
  max-height: 0;
  overflow: hidden;
  padding-right: 5px;
}
#satellite-subregions-wrap:focus,
#satellite-subregions-wrap:hover {
  max-height: 600px;
}
#region-active {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px;
}
#satellite-region-info:focus ~ div#satellite-subregions-wrap,
:hover ~ div#satellite-subregions-wrap {
  max-height: 600px;
}
#satellite-region-info {
  padding-right: 15px;
}
#satellite-region-info:hover {
  background-color: #d3dbec;
  cursor: pointer;
}
.satellite-subregion:last-child {
  border: none;
}
.satellite-subregion:hover {
  background: #d3dbec;
  cursor: pointer;
}
#desktopHowList a.active span {
  background-color: #724fa7 !important;
  color: white !important;
}
#desktopHowList a.active p {
  background-color: #f3f6ff;
}
.switcher-pricing-desktop .switcher-desktop-btn {
  background: none;
  outline: 0;
  border: 0;
  color: #333359;
}
.switcher-pricing-desktop .switcher-desktop-btn:hover {
  cursor: pointer;
}
.switcher-pricing-desktop
  .switcher-desktop-pricing-check:checked
  + .switcher-desktop-btn {
  color: white;
  background: #3174ff;
}
#search-bar {
  position: relative;
  display: block;
}
#search-input {
  border: 1px solid transparent;
  outline: none;
  box-shadow: 0px 2px 8px 0px rgba(51, 51, 89, 0.15);
  padding: 8px 8px 8px 60px;
  border-radius: 4px;
  width: 310px;
}
@media (max-width: 767.98px) {
  #search-input {
    width: 100%;
  }
}
#search-input:focus {
  border: 1px solid #3174ff;
}
#newsSearchButton {
  background: none;
  border: none;
  outline: none;
  position: absolute;
  left: 0;
  z-index: 10;
}
article img,
.article img {
  margin: 30px 0;
  display: block;
  max-width: 100%;
}
h3 mark,
.h3 mark,
h3 .mark,
.h3 .mark {
  font-weight: 500;
  padding: 0;
  background-color: var(--bs-white);
}
p mark,
p .mark {
  font-weight: 600;
  padding: 0;
  background-color: var(--bs-white);
}
.scrollbar-hide {
  -ms-overflow-style: none !important;
  scrollbar-width: none !important;
}
.scrollbar-hide::-webkit-scrollbar {
  display: none !important;
}
#langbar-ar h3,
#langbar-ar .h3 {
  font-size: 40px;
}
.hidden-bottom {
  margin-bottom: -500px;
}
.btn-lighter:hover,
.btn-lighter:focus,
.btn-lighter:active,
.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  background: #f0f1fb !important;
}
.text-free {
  color: #00c853 !important;
}
.text-start {
  color: #f8ae1d !important;
}
.text-plus {
  color: #ff5c28 !important;
}
.text-pro {
  color: #3e4048 !important;
}
@media (min-width: 1200px) {
  .plans.data .plans-card {
    width: 25%;
  }
}
#cloud-add.cloud-add-bigger {
  max-height: 350px;
}
.table-cloud-ad tbody {
  background: white;
}
.table-cloud-ad td {
  padding: 5px 10px;
}
.table-cloud-ad td p {
  font-size: 14px;
  color: #333359;
  margin-top: 5px;
  border-bottom: 1px solid #d3dbec;
  text-align: center;
}
.hero-card {
  overflow: hidden;
}
.hero-card:hover .hero-card-picture {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -webkit-backface-visibility: hidden;
}
.hero-card:hover .hero-card-arrow {
  transform: translate3d(15px, 0, 0);
  -webkit-transform: translate3d(15px, 0, 0);
  -webkit-backface-visibility: hidden;
}
.hero-card .hero-card-picture {
  transition: all 500ms cubic-bezier(0.85, 0, 0.15, 1);
  animation-delay: 0.6s;
}
.hero-card .hero-card-arrow {
  animation-delay: 0.6s;
  transition: all 500ms cubic-bezier(0.85, 0, 0.15, 1);
}
.homebadge {
  background: rgba(107, 124, 146, 0.6);
}
.cursor-pointer {
  cursor: pointer;
}
.hover-primary:hover {
  color: #3174ff !important;
}
.hover-bg:hover {
  background-color: #f3f6ff;
}
.link-arrow {
  vertical-align: middle;
}
.link-arrow:hover .link-arrow-svg {
  transform: translate3d(2px, 0, 0);
}
.link-arrow .link-arrow-svg {
  transition: all 0.2s ease-in-out;
}
a.badge {
  transition: all 0.2s ease-in-out;
  margin: 0;
}
a.badge:hover {
  background-color: #3174ff;
  color: white;
}
.btn-link.btn-link-start {
  padding-left: 0px;
}
strong {
  color: #333359;
}
blockquote {
  margin: 20px 40px;
}
html {
  scroll-padding-top: 75px;
}
.sdk-card {
  min-height: 250px;
}
@media screen and (min-width: 992px) {
  .sdk-card {
    min-height: 320px;
  }
}
#pricingContainer {
  position: relative;
}
#pricingDiv {
  position: sticky;
  top: 80px;
  z-index: 1;
}
@media (max-width: 767.98px) {
  #mobilePricingDiv {
    border: 1px solid #d3dbec;
    position: fixed;
    bottom: 0;
    background: white;
    width: 100%;
  }
}

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