/*!
 * Bootstrap v5.1.3 (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("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap");
:root {
  --bs-indigo: #733FFF;
  --bs-rose: #FEBCB4;
  --bs-teal: #46ED9F;
  --bs-yellow: #FED348;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #1D1D1B;
  --bs-primary: #733FFF;
  --bs-secondary: #141333;
  --bs-third: #FEBCB4;
  --bs-fourth: #46ED9F;
  --bs-warning: #FED348;
  --bs-light: #f8f9fa;
  --bs-dark: #1D1D1B;
  --bs-primary-rgb: 115, 63, 255;
  --bs-secondary-rgb: 20, 19, 51;
  --bs-third-rgb: 254, 188, 180;
  --bs-fourth-rgb: 70, 237, 159;
  --bs-warning-rgb: 254, 211, 72;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 29, 29, 27;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 29, 29, 27;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Montserrat", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.37;
  --bs-body-color: #1D1D1B;
  --bs-body-bg: #fff; }

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

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

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

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

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 1.37rem;
  line-height: 1.3;
  color: inherit; }

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

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

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

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

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

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #733FFF;
  text-decoration: underline; }
  a:hover {
    color: inherit;
    text-decoration: none; }

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: #1D1D1B;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 600; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

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

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

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

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

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus: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; }

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

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

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

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

output {
  display: inline-block; }

iframe {
  border: 0; }

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

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

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

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

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.3; }
  @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.3; }
  @media (min-width: 1200px) {
    .display-3 {
      font-size: 4rem; } }

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.3; }
  @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.3; }
  @media (min-width: 1200px) {
    .display-5 {
      font-size: 3rem; } }

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

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

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

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

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

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

.blockquote-footer {
  margin-top: -0.5rem;
  margin-bottom: 0.5rem;
  font-size: 0.875em;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

.figure {
  display: inline-block; }

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

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

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

@media (min-width: 768px) {
  .container, .container-sm {
    max-width: 720px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md {
    max-width: 960px; } }

@media (min-width: 1680px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 1265px; } }

.row {
  --bs-gutter-x: 1.75rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-6d5,
.gx-6d5 {
  --bs-gutter-x: 6.5rem; }

.g-6d5,
.gy-6d5 {
  --bs-gutter-y: 6.5rem; }

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

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

.g-7d5,
.gx-7d5 {
  --bs-gutter-x: 7.5rem; }

.g-7d5,
.gy-7d5 {
  --bs-gutter-y: 7.5rem; }

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

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

.g-8d5,
.gx-8d5 {
  --bs-gutter-x: 8.5rem; }

.g-8d5,
.gy-8d5 {
  --bs-gutter-y: 8.5rem; }

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

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

.g-9d5,
.gx-9d5 {
  --bs-gutter-x: 9.5rem; }

.g-9d5,
.gy-9d5 {
  --bs-gutter-y: 9.5rem; }

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

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

@media (min-width: 768px) {
  .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.33333%; }
  .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.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-0d125,
  .gx-sm-0d125 {
    --bs-gutter-x: 0.125rem; }
  .g-sm-0d125,
  .gy-sm-0d125 {
    --bs-gutter-y: 0.125rem; }
  .g-sm-0d25,
  .gx-sm-0d25 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-0d25,
  .gy-sm-0d25 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-0d375,
  .gx-sm-0d375 {
    --bs-gutter-x: 0.375rem; }
  .g-sm-0d375,
  .gy-sm-0d375 {
    --bs-gutter-y: 0.375rem; }
  .g-sm-0d5,
  .gx-sm-0d5 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-0d5,
  .gy-sm-0d5 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-0d675,
  .gx-sm-0d675 {
    --bs-gutter-x: 0.675rem; }
  .g-sm-0d675,
  .gy-sm-0d675 {
    --bs-gutter-y: 0.675rem; }
  .g-sm-0d75,
  .gx-sm-0d75 {
    --bs-gutter-x: 0.75rem; }
  .g-sm-0d75,
  .gy-sm-0d75 {
    --bs-gutter-y: 0.75rem; }
  .g-sm-0d875,
  .gx-sm-0d875 {
    --bs-gutter-x: 0.875rem; }
  .g-sm-0d875,
  .gy-sm-0d875 {
    --bs-gutter-y: 0.875rem; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 1rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 1rem; }
  .g-sm-1d25,
  .gx-sm-1d25 {
    --bs-gutter-x: 1.25rem; }
  .g-sm-1d25,
  .gy-sm-1d25 {
    --bs-gutter-y: 1.25rem; }
  .g-sm-1d5,
  .gx-sm-1d5 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-1d5,
  .gy-sm-1d5 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-1d6,
  .gx-sm-1d6 {
    --bs-gutter-x: 1.6rem; }
  .g-sm-1d6,
  .gy-sm-1d6 {
    --bs-gutter-y: 1.6rem; }
  .g-sm-1d75,
  .gx-sm-1d75 {
    --bs-gutter-x: 1.75rem; }
  .g-sm-1d75,
  .gy-sm-1d75 {
    --bs-gutter-y: 1.75rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 2rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 2rem; }
  .g-sm-2d5,
  .gx-sm-2d5 {
    --bs-gutter-x: 2.5rem; }
  .g-sm-2d5,
  .gy-sm-2d5 {
    --bs-gutter-y: 2.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 3rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 3rem; }
  .g-sm-3d5,
  .gx-sm-3d5 {
    --bs-gutter-x: 3.5rem; }
  .g-sm-3d5,
  .gy-sm-3d5 {
    --bs-gutter-y: 3.5rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 4rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 4rem; }
  .g-sm-4d5,
  .gx-sm-4d5 {
    --bs-gutter-x: 4.5rem; }
  .g-sm-4d5,
  .gy-sm-4d5 {
    --bs-gutter-y: 4.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 5rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 5rem; }
  .g-sm-5d5,
  .gx-sm-5d5 {
    --bs-gutter-x: 5.5rem; }
  .g-sm-5d5,
  .gy-sm-5d5 {
    --bs-gutter-y: 5.5rem; }
  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 6rem; }
  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 6rem; }
  .g-sm-6d5,
  .gx-sm-6d5 {
    --bs-gutter-x: 6.5rem; }
  .g-sm-6d5,
  .gy-sm-6d5 {
    --bs-gutter-y: 6.5rem; }
  .g-sm-7,
  .gx-sm-7 {
    --bs-gutter-x: 7rem; }
  .g-sm-7,
  .gy-sm-7 {
    --bs-gutter-y: 7rem; }
  .g-sm-7d5,
  .gx-sm-7d5 {
    --bs-gutter-x: 7.5rem; }
  .g-sm-7d5,
  .gy-sm-7d5 {
    --bs-gutter-y: 7.5rem; }
  .g-sm-8,
  .gx-sm-8 {
    --bs-gutter-x: 8rem; }
  .g-sm-8,
  .gy-sm-8 {
    --bs-gutter-y: 8rem; }
  .g-sm-8d5,
  .gx-sm-8d5 {
    --bs-gutter-x: 8.5rem; }
  .g-sm-8d5,
  .gy-sm-8d5 {
    --bs-gutter-y: 8.5rem; }
  .g-sm-9,
  .gx-sm-9 {
    --bs-gutter-x: 9rem; }
  .g-sm-9,
  .gy-sm-9 {
    --bs-gutter-y: 9rem; }
  .g-sm-9d5,
  .gx-sm-9d5 {
    --bs-gutter-x: 9.5rem; }
  .g-sm-9d5,
  .gy-sm-9d5 {
    --bs-gutter-y: 9.5rem; }
  .g-sm-10,
  .gx-sm-10 {
    --bs-gutter-x: 10rem; }
  .g-sm-10,
  .gy-sm-10 {
    --bs-gutter-y: 10rem; } }

@media (min-width: 1200px) {
  .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.33333%; }
  .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.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-0d125,
  .gx-md-0d125 {
    --bs-gutter-x: 0.125rem; }
  .g-md-0d125,
  .gy-md-0d125 {
    --bs-gutter-y: 0.125rem; }
  .g-md-0d25,
  .gx-md-0d25 {
    --bs-gutter-x: 0.25rem; }
  .g-md-0d25,
  .gy-md-0d25 {
    --bs-gutter-y: 0.25rem; }
  .g-md-0d375,
  .gx-md-0d375 {
    --bs-gutter-x: 0.375rem; }
  .g-md-0d375,
  .gy-md-0d375 {
    --bs-gutter-y: 0.375rem; }
  .g-md-0d5,
  .gx-md-0d5 {
    --bs-gutter-x: 0.5rem; }
  .g-md-0d5,
  .gy-md-0d5 {
    --bs-gutter-y: 0.5rem; }
  .g-md-0d675,
  .gx-md-0d675 {
    --bs-gutter-x: 0.675rem; }
  .g-md-0d675,
  .gy-md-0d675 {
    --bs-gutter-y: 0.675rem; }
  .g-md-0d75,
  .gx-md-0d75 {
    --bs-gutter-x: 0.75rem; }
  .g-md-0d75,
  .gy-md-0d75 {
    --bs-gutter-y: 0.75rem; }
  .g-md-0d875,
  .gx-md-0d875 {
    --bs-gutter-x: 0.875rem; }
  .g-md-0d875,
  .gy-md-0d875 {
    --bs-gutter-y: 0.875rem; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 1rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 1rem; }
  .g-md-1d25,
  .gx-md-1d25 {
    --bs-gutter-x: 1.25rem; }
  .g-md-1d25,
  .gy-md-1d25 {
    --bs-gutter-y: 1.25rem; }
  .g-md-1d5,
  .gx-md-1d5 {
    --bs-gutter-x: 1.5rem; }
  .g-md-1d5,
  .gy-md-1d5 {
    --bs-gutter-y: 1.5rem; }
  .g-md-1d6,
  .gx-md-1d6 {
    --bs-gutter-x: 1.6rem; }
  .g-md-1d6,
  .gy-md-1d6 {
    --bs-gutter-y: 1.6rem; }
  .g-md-1d75,
  .gx-md-1d75 {
    --bs-gutter-x: 1.75rem; }
  .g-md-1d75,
  .gy-md-1d75 {
    --bs-gutter-y: 1.75rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 2rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 2rem; }
  .g-md-2d5,
  .gx-md-2d5 {
    --bs-gutter-x: 2.5rem; }
  .g-md-2d5,
  .gy-md-2d5 {
    --bs-gutter-y: 2.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 3rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 3rem; }
  .g-md-3d5,
  .gx-md-3d5 {
    --bs-gutter-x: 3.5rem; }
  .g-md-3d5,
  .gy-md-3d5 {
    --bs-gutter-y: 3.5rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 4rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 4rem; }
  .g-md-4d5,
  .gx-md-4d5 {
    --bs-gutter-x: 4.5rem; }
  .g-md-4d5,
  .gy-md-4d5 {
    --bs-gutter-y: 4.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 5rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 5rem; }
  .g-md-5d5,
  .gx-md-5d5 {
    --bs-gutter-x: 5.5rem; }
  .g-md-5d5,
  .gy-md-5d5 {
    --bs-gutter-y: 5.5rem; }
  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 6rem; }
  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 6rem; }
  .g-md-6d5,
  .gx-md-6d5 {
    --bs-gutter-x: 6.5rem; }
  .g-md-6d5,
  .gy-md-6d5 {
    --bs-gutter-y: 6.5rem; }
  .g-md-7,
  .gx-md-7 {
    --bs-gutter-x: 7rem; }
  .g-md-7,
  .gy-md-7 {
    --bs-gutter-y: 7rem; }
  .g-md-7d5,
  .gx-md-7d5 {
    --bs-gutter-x: 7.5rem; }
  .g-md-7d5,
  .gy-md-7d5 {
    --bs-gutter-y: 7.5rem; }
  .g-md-8,
  .gx-md-8 {
    --bs-gutter-x: 8rem; }
  .g-md-8,
  .gy-md-8 {
    --bs-gutter-y: 8rem; }
  .g-md-8d5,
  .gx-md-8d5 {
    --bs-gutter-x: 8.5rem; }
  .g-md-8d5,
  .gy-md-8d5 {
    --bs-gutter-y: 8.5rem; }
  .g-md-9,
  .gx-md-9 {
    --bs-gutter-x: 9rem; }
  .g-md-9,
  .gy-md-9 {
    --bs-gutter-y: 9rem; }
  .g-md-9d5,
  .gx-md-9d5 {
    --bs-gutter-x: 9.5rem; }
  .g-md-9d5,
  .gy-md-9d5 {
    --bs-gutter-y: 9.5rem; }
  .g-md-10,
  .gx-md-10 {
    --bs-gutter-x: 10rem; }
  .g-md-10,
  .gy-md-10 {
    --bs-gutter-y: 10rem; } }

@media (min-width: 1680px) {
  .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.33333%; }
  .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.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-0d125,
  .gx-lg-0d125 {
    --bs-gutter-x: 0.125rem; }
  .g-lg-0d125,
  .gy-lg-0d125 {
    --bs-gutter-y: 0.125rem; }
  .g-lg-0d25,
  .gx-lg-0d25 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-0d25,
  .gy-lg-0d25 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-0d375,
  .gx-lg-0d375 {
    --bs-gutter-x: 0.375rem; }
  .g-lg-0d375,
  .gy-lg-0d375 {
    --bs-gutter-y: 0.375rem; }
  .g-lg-0d5,
  .gx-lg-0d5 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-0d5,
  .gy-lg-0d5 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-0d675,
  .gx-lg-0d675 {
    --bs-gutter-x: 0.675rem; }
  .g-lg-0d675,
  .gy-lg-0d675 {
    --bs-gutter-y: 0.675rem; }
  .g-lg-0d75,
  .gx-lg-0d75 {
    --bs-gutter-x: 0.75rem; }
  .g-lg-0d75,
  .gy-lg-0d75 {
    --bs-gutter-y: 0.75rem; }
  .g-lg-0d875,
  .gx-lg-0d875 {
    --bs-gutter-x: 0.875rem; }
  .g-lg-0d875,
  .gy-lg-0d875 {
    --bs-gutter-y: 0.875rem; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 1rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 1rem; }
  .g-lg-1d25,
  .gx-lg-1d25 {
    --bs-gutter-x: 1.25rem; }
  .g-lg-1d25,
  .gy-lg-1d25 {
    --bs-gutter-y: 1.25rem; }
  .g-lg-1d5,
  .gx-lg-1d5 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-1d5,
  .gy-lg-1d5 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-1d6,
  .gx-lg-1d6 {
    --bs-gutter-x: 1.6rem; }
  .g-lg-1d6,
  .gy-lg-1d6 {
    --bs-gutter-y: 1.6rem; }
  .g-lg-1d75,
  .gx-lg-1d75 {
    --bs-gutter-x: 1.75rem; }
  .g-lg-1d75,
  .gy-lg-1d75 {
    --bs-gutter-y: 1.75rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 2rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 2rem; }
  .g-lg-2d5,
  .gx-lg-2d5 {
    --bs-gutter-x: 2.5rem; }
  .g-lg-2d5,
  .gy-lg-2d5 {
    --bs-gutter-y: 2.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 3rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 3rem; }
  .g-lg-3d5,
  .gx-lg-3d5 {
    --bs-gutter-x: 3.5rem; }
  .g-lg-3d5,
  .gy-lg-3d5 {
    --bs-gutter-y: 3.5rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 4rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 4rem; }
  .g-lg-4d5,
  .gx-lg-4d5 {
    --bs-gutter-x: 4.5rem; }
  .g-lg-4d5,
  .gy-lg-4d5 {
    --bs-gutter-y: 4.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 5rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 5rem; }
  .g-lg-5d5,
  .gx-lg-5d5 {
    --bs-gutter-x: 5.5rem; }
  .g-lg-5d5,
  .gy-lg-5d5 {
    --bs-gutter-y: 5.5rem; }
  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 6rem; }
  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 6rem; }
  .g-lg-6d5,
  .gx-lg-6d5 {
    --bs-gutter-x: 6.5rem; }
  .g-lg-6d5,
  .gy-lg-6d5 {
    --bs-gutter-y: 6.5rem; }
  .g-lg-7,
  .gx-lg-7 {
    --bs-gutter-x: 7rem; }
  .g-lg-7,
  .gy-lg-7 {
    --bs-gutter-y: 7rem; }
  .g-lg-7d5,
  .gx-lg-7d5 {
    --bs-gutter-x: 7.5rem; }
  .g-lg-7d5,
  .gy-lg-7d5 {
    --bs-gutter-y: 7.5rem; }
  .g-lg-8,
  .gx-lg-8 {
    --bs-gutter-x: 8rem; }
  .g-lg-8,
  .gy-lg-8 {
    --bs-gutter-y: 8rem; }
  .g-lg-8d5,
  .gx-lg-8d5 {
    --bs-gutter-x: 8.5rem; }
  .g-lg-8d5,
  .gy-lg-8d5 {
    --bs-gutter-y: 8.5rem; }
  .g-lg-9,
  .gx-lg-9 {
    --bs-gutter-x: 9rem; }
  .g-lg-9,
  .gy-lg-9 {
    --bs-gutter-y: 9rem; }
  .g-lg-9d5,
  .gx-lg-9d5 {
    --bs-gutter-x: 9.5rem; }
  .g-lg-9d5,
  .gy-lg-9d5 {
    --bs-gutter-y: 9.5rem; }
  .g-lg-10,
  .gx-lg-10 {
    --bs-gutter-x: 10rem; }
  .g-lg-10,
  .gy-lg-10 {
    --bs-gutter-y: 10rem; } }

.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #1D1D1B;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #1D1D1B;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #1D1D1B;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 0.5rem;
  color: #1D1D1B;
  vertical-align: top;
  border-color: #dee2e6; }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom; }
  .table > :not(:first-child) {
    border-top: 2px solid currentColor; }

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

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

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

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

.table-borderless > :not(:first-child) {
  border-top-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: #e3d9ff;
  --bs-table-striped-bg: #d8cef2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #ccc3e6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d2c9ec;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #ccc3e6; }

.table-secondary {
  --bs-table-bg: #d0d0d6;
  --bs-table-striped-bg: #c6c6cb;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bbbbc1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c0c0c6;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bbbbc1; }

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

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

.table-warning {
  --bs-table-bg: #fff6da;
  --bs-table-striped-bg: #f2eacf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6ddc4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece4ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6ddc4; }

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

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

.table-dark {
  --bs-table-bg: #1D1D1B;
  --bs-table-striped-bg: #282826;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #343432;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #2e2e2c;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #343432; }

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

@media (max-width: 767.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1199.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1679.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

.form-label {
  margin-bottom: 0.5rem; }

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.725rem 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #1D1D1B;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    color: #1D1D1B;
    background-color: #fff;
    border-color: #b99fff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(115, 63, 255, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.3em; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.725rem 0.5rem;
    margin: -0.725rem -0.5rem;
    margin-inline-end: 0.5rem;
    color: #1D1D1B;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }
  .form-control::-webkit-file-upload-button {
    padding: 0.725rem 0.5rem;
    margin: -0.725rem -0.5rem;
    margin-inline-end: 0.5rem;
    color: #1D1D1B;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::-webkit-file-upload-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.725rem 0;
  margin-bottom: 0;
  line-height: 1.3;
  color: #1D1D1B;
  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.3em + 1.08rem + 2px);
  padding: 0.54rem 0.5rem;
  font-size: 0.9rem;
  border-radius: 0.2rem; }
  .form-control-sm::file-selector-button {
    padding: 0.54rem 0.5rem;
    margin: -0.54rem -0.5rem;
    margin-inline-end: 0.5rem; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.54rem 0.5rem;
    margin: -0.54rem -0.5rem;
    margin-inline-end: 0.5rem; }

.form-control-lg {
  min-height: calc(1.3em + 1.92rem + 2px);
  padding: 0.96rem 1.5rem;
  font-size: 1.1rem;
  border-radius: 0.3rem; }
  .form-control-lg::file-selector-button {
    padding: 0.96rem 1.5rem;
    margin: -0.96rem -1.5rem;
    margin-inline-end: 1.5rem; }
  .form-control-lg::-webkit-file-upload-button {
    padding: 0.96rem 1.5rem;
    margin: -0.96rem -1.5rem;
    margin-inline-end: 1.5rem; }

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

textarea.form-control-sm {
  min-height: calc(1.3em + 1.08rem + 2px); }

textarea.form-control-lg {
  min-height: calc(1.3em + 1.92rem + 2px); }

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

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

.form-select-sm {
  padding-top: 0.54rem;
  padding-bottom: 0.54rem;
  padding-left: 0.5rem;
  font-size: 0.9rem;
  border-radius: 0.2rem; }

.form-select-lg {
  padding-top: 0.96rem;
  padding-bottom: 0.96rem;
  padding-left: 1.5rem;
  font-size: 1.1rem;
  border-radius: 0.3rem; }

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

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

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

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

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(115, 63, 255, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(115, 63, 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: #733FFF;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #d5c5ff; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #733FFF;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #d5c5ff; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.5rem;
    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 {
    padding: 1rem 0.5rem; }
    .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.725rem 0.5rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  color: #1D1D1B;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.96rem 1.5rem;
  font-size: 1.1rem;
  border-radius: 0.3rem; }

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

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

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

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

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

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.3em + 1.45rem);
  background-position: top calc(0.325em + 0.3625rem) right calc(0.325em + 0.3625rem); }

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

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

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .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.125rem 0.25rem;
  margin-top: .1rem;
  font-size: 0.9rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.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.3em + 1.45rem);
  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.325em + 0.3625rem) center;
  background-size: calc(0.65em + 0.725rem) calc(0.65em + 0.725rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.3em + 1.45rem);
  background-position: top calc(0.325em + 0.3625rem) right calc(0.325em + 0.3625rem); }

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

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

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .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-weight: 400;
  line-height: 1.3;
  color: #1D1D1B;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.725rem 1.5rem;
  font-size: 1rem;
  border-radius: 8px;
  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: #1D1D1B; }
  .btn-check:focus + .btn, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(115, 63, 255, 0.25); }
  .btn:disabled, .btn.disabled,
  fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65; }

.btn-primary {
  color: #fff;
  background-color: #733FFF;
  border-color: #733FFF; }
  .btn-primary:hover {
    color: #fff;
    background-color: #6236d9;
    border-color: #5c32cc; }
  .btn-check:focus + .btn-primary, .btn-primary:focus {
    color: #fff;
    background-color: #6236d9;
    border-color: #5c32cc;
    box-shadow: 0 0 0 0.25rem rgba(136, 92, 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: #5c32cc;
    border-color: #562fbf; }
    .btn-check:checked + .btn-primary:focus,
    .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(136, 92, 255, 0.5); }
  .btn-primary:disabled, .btn-primary.disabled {
    color: #fff;
    background-color: #733FFF;
    border-color: #733FFF; }

.btn-secondary {
  color: #fff;
  background-color: #141333;
  border-color: #141333; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #11102b;
    border-color: #100f29; }
  .btn-check:focus + .btn-secondary, .btn-secondary:focus {
    color: #fff;
    background-color: #11102b;
    border-color: #100f29;
    box-shadow: 0 0 0 0.25rem rgba(55, 54, 82, 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: #100f29;
    border-color: #0f0e26; }
    .btn-check:checked + .btn-secondary:focus,
    .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(55, 54, 82, 0.5); }
  .btn-secondary:disabled, .btn-secondary.disabled {
    color: #fff;
    background-color: #141333;
    border-color: #141333; }

.btn-third {
  color: #000;
  background-color: #FEBCB4;
  border-color: #FEBCB4; }
  .btn-third:hover {
    color: #000;
    background-color: #fec6bf;
    border-color: #fec3bc; }
  .btn-check:focus + .btn-third, .btn-third:focus {
    color: #000;
    background-color: #fec6bf;
    border-color: #fec3bc;
    box-shadow: 0 0 0 0.25rem rgba(216, 160, 153, 0.5); }
  .btn-check:checked + .btn-third,
  .btn-check:active + .btn-third, .btn-third:active, .btn-third.active,
  .show > .btn-third.dropdown-toggle {
    color: #000;
    background-color: #fec9c3;
    border-color: #fec3bc; }
    .btn-check:checked + .btn-third:focus,
    .btn-check:active + .btn-third:focus, .btn-third:active:focus, .btn-third.active:focus,
    .show > .btn-third.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(216, 160, 153, 0.5); }
  .btn-third:disabled, .btn-third.disabled {
    color: #000;
    background-color: #FEBCB4;
    border-color: #FEBCB4; }

.btn-fourth {
  color: #000;
  background-color: #46ED9F;
  border-color: #46ED9F; }
  .btn-fourth:hover {
    color: #000;
    background-color: #62f0ad;
    border-color: #59efa9; }
  .btn-check:focus + .btn-fourth, .btn-fourth:focus {
    color: #000;
    background-color: #62f0ad;
    border-color: #59efa9;
    box-shadow: 0 0 0 0.25rem rgba(60, 201, 135, 0.5); }
  .btn-check:checked + .btn-fourth,
  .btn-check:active + .btn-fourth, .btn-fourth:active, .btn-fourth.active,
  .show > .btn-fourth.dropdown-toggle {
    color: #000;
    background-color: #6bf1b2;
    border-color: #59efa9; }
    .btn-check:checked + .btn-fourth:focus,
    .btn-check:active + .btn-fourth:focus, .btn-fourth:active:focus, .btn-fourth.active:focus,
    .show > .btn-fourth.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(60, 201, 135, 0.5); }
  .btn-fourth:disabled, .btn-fourth.disabled {
    color: #000;
    background-color: #46ED9F;
    border-color: #46ED9F; }

.btn-warning {
  color: #000;
  background-color: #FED348;
  border-color: #FED348; }
  .btn-warning:hover {
    color: #000;
    background-color: #feda63;
    border-color: #fed75a; }
  .btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #feda63;
    border-color: #fed75a;
    box-shadow: 0 0 0 0.25rem rgba(216, 179, 61, 0.5); }
  .btn-check:checked + .btn-warning,
  .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #000;
    background-color: #fedc6d;
    border-color: #fed75a; }
    .btn-check:checked + .btn-warning:focus,
    .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(216, 179, 61, 0.5); }
  .btn-warning:disabled, .btn-warning.disabled {
    color: #000;
    background-color: #FED348;
    border-color: #FED348; }

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

.btn-dark {
  color: #fff;
  background-color: #1D1D1B;
  border-color: #1D1D1B; }
  .btn-dark:hover {
    color: #fff;
    background-color: #191917;
    border-color: #171716; }
  .btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #fff;
    background-color: #191917;
    border-color: #171716;
    box-shadow: 0 0 0 0.25rem rgba(63, 63, 61, 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: #171716;
    border-color: #161614; }
    .btn-check:checked + .btn-dark:focus,
    .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.25rem rgba(63, 63, 61, 0.5); }
  .btn-dark:disabled, .btn-dark.disabled {
    color: #fff;
    background-color: #1D1D1B;
    border-color: #1D1D1B; }

.btn-outline-primary {
  color: #733FFF;
  border-color: #733FFF; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #733FFF;
    border-color: #733FFF; }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    box-shadow: 0 0 0 0.25rem rgba(115, 63, 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: #733FFF;
    border-color: #733FFF; }
    .btn-check:checked + .btn-outline-primary:focus,
    .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(115, 63, 255, 0.5); }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #733FFF;
    background-color: transparent; }

.btn-outline-secondary {
  color: #141333;
  border-color: #141333; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #141333;
    border-color: #141333; }
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.25rem rgba(20, 19, 51, 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: #141333;
    border-color: #141333; }
    .btn-check:checked + .btn-outline-secondary:focus,
    .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(20, 19, 51, 0.5); }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #141333;
    background-color: transparent; }

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

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

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

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

.btn-outline-dark {
  color: #1D1D1B;
  border-color: #1D1D1B; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #1D1D1B;
    border-color: #1D1D1B; }
  .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    box-shadow: 0 0 0 0.25rem rgba(29, 29, 27, 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: #1D1D1B;
    border-color: #1D1D1B; }
    .btn-check:checked + .btn-outline-dark:focus,
    .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
      box-shadow: 0 0 0 0.25rem rgba(29, 29, 27, 0.5); }
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #1D1D1B;
    background-color: transparent; }

.btn-link {
  font-weight: 400;
  color: #733FFF;
  text-decoration: underline; }
  .btn-link:hover {
    color: inherit;
    text-decoration: none; }
  .btn-link:focus {
    text-decoration: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg {
  padding: 0.96rem 1.5rem;
  font-size: 1.1rem;
  border-radius: 10px; }

.btn-sm {
  padding: 0.54rem 1rem;
  font-size: 0.9rem;
  border-radius: 7px; }

.btn-md {
  padding: 0.65rem 1rem;
  font-size: 0.9rem;
  border-radius: 7px; }

.btn-xs {
  padding: 0.445rem 0.85rem;
  font-size: 0.7rem;
  border-radius: 0.995rem; }

.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; } }
  .collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    transition: width 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .collapsing.collapse-horizontal {
        transition: none; } }

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

.dropdown-toggle {
  white-space: nowrap; }

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #1D1D1B;
  text-align: left;
  list-style: none;
  background-clip: padding-box;
  border-radius: 1rem; }
  .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;
    left: 0; }

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

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

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

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

/*// Allow for dropdowns to go bottom up (aka, dropup-menu)
// Just add .dropup after the standard .dropdown class and you're set.
.dropup {
  .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: $dropdown-spacer;
  }

  .dropdown-toggle {
    @include caret(up);
  }
}

.dropend {
  .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: $dropdown-spacer;
  }

  .dropdown-toggle {
    @include caret(end);
    &::after {
      vertical-align: 0;
    }
  }
}

.dropstart {
  .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: $dropdown-spacer;
  }

  .dropdown-toggle {
    @include caret(start);
    &::before {
      vertical-align: 0;
    }
  }
}


// Dividers (basically an `<hr>`) within the dropdown
.dropdown-divider {
  height: 0;
  margin: $dropdown-divider-margin-y 0;
  overflow: hidden;
  border-top: 1px solid $dropdown-divider-bg;
}

// Links, buttons, and more within the dropdown menu
//
// `<button>`-specific styles are denoted with `// For <button>s`
.dropdown-item {
  display: block;
  width: 100%; // For `<button>`s
  padding: $dropdown-item-padding-y $dropdown-item-padding-x;
  clear: both;
  font-weight: $font-weight-normal;
  color: $dropdown-link-color;
  text-align: inherit; // For `<button>`s
  text-decoration: if($link-decoration == none, null, none);
  white-space: nowrap; // prevent links from randomly breaking onto new lines
  background-color: transparent; // For `<button>`s
  border: 0; // For `<button>`s

  // Prevent dropdown overflow if there's no padding
  // See https://github.com/twbs/bootstrap/pull/27703
  @if $dropdown-padding-y == 0 {
    &:first-child {
      @include border-top-radius($dropdown-inner-border-radius);
    }

    &:last-child {
      @include border-bottom-radius($dropdown-inner-border-radius);
    }
  }

  &:hover,
  &:focus {
    color: $dropdown-link-hover-color;
    text-decoration: if($link-hover-decoration == underline, none, null);
    @include gradient-bg($dropdown-link-hover-bg);
  }

  &.active,
  &:active {
    color: $dropdown-link-active-color;
    text-decoration: none;
    @include gradient-bg($dropdown-link-active-bg);
  }

  &.disabled,
  &:disabled {
    color: $dropdown-link-disabled-color;
    pointer-events: none;
    background-color: transparent;
    // Remove CSS gradients if they're enabled
    background-image: if($enable-gradients, none, null);
  }
}

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

// Dropdown section headers
.dropdown-header {
  display: block;
  padding: $dropdown-header-padding;
  margin-bottom: 0; // for use with heading elements
  @include font-size($font-size-sm);
  color: $dropdown-header-color;
  white-space: nowrap; // as with > li > a
}

// Dropdown text
.dropdown-item-text {
  display: block;
  padding: $dropdown-item-padding-y $dropdown-item-padding-x;
  color: $dropdown-link-color;
}

// Dark dropdowns
.dropdown-menu-dark {
  color: $dropdown-dark-color;
  background-color: $dropdown-dark-bg;
  border-color: $dropdown-dark-border-color;
  @include box-shadow($dropdown-dark-box-shadow);

  .dropdown-item {
    color: $dropdown-dark-link-color;

    &:hover,
    &:focus {
      color: $dropdown-dark-link-hover-color;
      @include gradient-bg($dropdown-dark-link-hover-bg);
    }

    &.active,
    &:active {
      color: $dropdown-dark-link-active-color;
      @include gradient-bg($dropdown-dark-link-active-bg);
    }

    &.disabled,
    &:disabled {
      color: $dropdown-dark-link-disabled-color;
    }
  }

  .dropdown-divider {
    border-color: $dropdown-dark-divider-bg;
  }

  .dropdown-item-text {
    color: $dropdown-dark-link-color;
  }

  .dropdown-header {
    color: $dropdown-dark-header-color;
  }
}
*/
.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.navbar-nav > li > a,
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #733FFF;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .navbar-nav > li > a,
    .nav-link {
      transition: none; } }
  .navbar-nav > li > a:hover, .navbar-nav > li > a:focus,
  .nav-link:hover,
  .nav-link:focus {
    color: inherit; }
  .navbar-nav > li > a.disabled,
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

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

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #733FFF; }

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-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: 0.25rem;
  padding-bottom: 0.25rem; }
  .navbar > .container,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: 0.3315rem;
  padding-bottom: 0.5315rem;
  margin-right: 1rem;
  font-size: 1.1rem;
  text-decoration: none;
  white-space: nowrap; }

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav > li > a,
  .navbar-nav .nav-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.25rem 0.75rem;
  font-size: 1.1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0; }

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

@media (min-width: 768px) {
  .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 > li > a,
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .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; }
    .navbar-expand-sm .offcanvas-header {
      display: none; }
    .navbar-expand-sm .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-sm .offcanvas-top,
    .navbar-expand-sm .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-sm .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 1200px) {
  .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 > li > a,
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .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; }
    .navbar-expand-md .offcanvas-header {
      display: none; }
    .navbar-expand-md .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-md .offcanvas-top,
    .navbar-expand-md .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-md .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 1680px) {
  .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 > li > a,
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .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; }
    .navbar-expand-lg .offcanvas-header {
      display: none; }
    .navbar-expand-lg .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      transition: none;
      transform: none; }
    .navbar-expand-lg .offcanvas-top,
    .navbar-expand-lg .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-lg .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

.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 > li > a,
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .offcanvas-header {
    display: none; }
  .navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none; }
  .navbar-expand .offcanvas-top,
  .navbar-expand .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0; }
  .navbar-expand .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible; }

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

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

.card-title {
  margin-bottom: 0.25rem; }

.card-subtitle {
  margin-top: -0.125rem;
  margin-bottom: 0; }

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

.card-link + .card-link {
  margin-left: 0.5rem; }

.card-header {
  padding: 0.25rem 0.5rem;
  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: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }

.card-footer {
  padding: 0.25rem 0.5rem;
  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 calc(0.25rem - 1px) calc(0.25rem - 1px); }

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

.card-header-pills {
  margin-right: -0.25rem;
  margin-left: -0.25rem; }

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

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

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

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

.card-group > .card {
  margin-bottom: 0.875rem; }

@media (min-width: 768px) {
  .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; } }

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

.page-link {
  position: relative;
  display: block;
  color: #733FFF;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .page-link {
      transition: none; } }
  .page-link:hover {
    z-index: 2;
    color: inherit;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    color: inherit;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(115, 63, 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: #733FFF;
  border-color: #733FFF; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6; }

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

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

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

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.1rem; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.9rem; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  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: 0.3rem;
  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.5rem 0.5rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .btn-close {
    padding: 0.25rem 0.25rem;
    margin: -0.25rem -0.25rem -0.25rem auto; }

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

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

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

@media (min-width: 768px) {
  .modal-dialog {
    max-width: 25rem;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); } }

.modal-sm {
  max-width: 15rem; }

.modal-lg {
  max-width: 44.5rem; }

.modal-xl {
  max-width: 57rem; }

.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: 767.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: 1199.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: 1679.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; } }

@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: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none; } }

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

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

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.37; }

.offcanvas-body {
  flex-grow: 1;
  padding: 0.5rem 0.5rem;
  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; }

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.2; }
  .placeholder.btn::before {
    display: inline-block;
    content: ""; }

.placeholder-xs {
  min-height: .6em; }

.placeholder-sm {
  min-height: .8em; }

.placeholder-lg {
  min-height: 1.2em; }

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite; }

@keyframes placeholder-glow {
  50% {
    opacity: 0.1; } }

.placeholder-wave {
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.9) 75%, #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite; }

@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%; } }

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

.link-primary {
  color: #733FFF; }
  .link-primary:hover, .link-primary:focus {
    color: #5c32cc; }

.link-secondary {
  color: #141333; }
  .link-secondary:hover, .link-secondary:focus {
    color: #100f29; }

.link-third {
  color: #FEBCB4; }
  .link-third:hover, .link-third:focus {
    color: #fec9c3; }

.link-fourth {
  color: #46ED9F; }
  .link-fourth:hover, .link-fourth:focus {
    color: #6bf1b2; }

.link-warning {
  color: #FED348; }
  .link-warning:hover, .link-warning:focus {
    color: #fedc6d; }

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

.link-dark {
  color: #1D1D1B; }
  .link-dark:hover, .link-dark:focus {
    color: #171716; }

.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: 768px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1200px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 1680px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch; }

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch; }

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25; }

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

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

.opacity-25 {
  opacity: 0.25 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-75 {
  opacity: 0.75 !important; }

.opacity-100 {
  opacity: 1 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-primary {
  border-color: #733FFF !important; }

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

.border-third {
  border-color: #FEBCB4 !important; }

.border-fourth {
  border-color: #46ED9F !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0d125 {
  gap: 0.125rem !important; }

.gap-0d25 {
  gap: 0.25rem !important; }

.gap-0d375 {
  gap: 0.375rem !important; }

.gap-0d5 {
  gap: 0.5rem !important; }

.gap-0d675 {
  gap: 0.675rem !important; }

.gap-0d75 {
  gap: 0.75rem !important; }

.gap-0d875 {
  gap: 0.875rem !important; }

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

.gap-1d25 {
  gap: 1.25rem !important; }

.gap-1d5 {
  gap: 1.5rem !important; }

.gap-1d6 {
  gap: 1.6rem !important; }

.gap-1d75 {
  gap: 1.75rem !important; }

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

.gap-2d5 {
  gap: 2.5rem !important; }

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

.gap-3d5 {
  gap: 3.5rem !important; }

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

.gap-4d5 {
  gap: 4.5rem !important; }

.gap-5 {
  gap: 5rem !important; }

.gap-5d5 {
  gap: 5.5rem !important; }

.gap-6 {
  gap: 6rem !important; }

.gap-6d5 {
  gap: 6.5rem !important; }

.gap-7 {
  gap: 7rem !important; }

.gap-7d5 {
  gap: 7.5rem !important; }

.gap-8 {
  gap: 8rem !important; }

.gap-8d5 {
  gap: 8.5rem !important; }

.gap-9 {
  gap: 9rem !important; }

.gap-9d5 {
  gap: 9.5rem !important; }

.gap-10 {
  gap: 10rem !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-0d125 {
  margin: 0.125rem !important; }

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

.m-0d375 {
  margin: 0.375rem !important; }

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

.m-0d675 {
  margin: 0.675rem !important; }

.m-0d75 {
  margin: 0.75rem !important; }

.m-0d875 {
  margin: 0.875rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-6 {
  margin: 6rem !important; }

.m-6d5 {
  margin: 6.5rem !important; }

.m-7 {
  margin: 7rem !important; }

.m-7d5 {
  margin: 7.5rem !important; }

.m-8 {
  margin: 8rem !important; }

.m-8d5 {
  margin: 8.5rem !important; }

.m-9 {
  margin: 9rem !important; }

.m-9d5 {
  margin: 9.5rem !important; }

.m-10 {
  margin: 10rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-6d5 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important; }

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

.mx-7d5 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important; }

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

.mx-8d5 {
  margin-right: 8.5rem !important;
  margin-left: 8.5rem !important; }

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

.mx-9d5 {
  margin-right: 9.5rem !important;
  margin-left: 9.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.my-6d5 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important; }

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

.my-7d5 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important; }

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

.my-8d5 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important; }

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

.my-9d5 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-6d5 {
  margin-top: 6.5rem !important; }

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

.mt-7d5 {
  margin-top: 7.5rem !important; }

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

.mt-8d5 {
  margin-top: 8.5rem !important; }

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

.mt-9d5 {
  margin-top: 9.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-6d5 {
  margin-right: 6.5rem !important; }

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

.me-7d5 {
  margin-right: 7.5rem !important; }

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

.me-8d5 {
  margin-right: 8.5rem !important; }

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

.me-9d5 {
  margin-right: 9.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-6d5 {
  margin-bottom: 6.5rem !important; }

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

.mb-7d5 {
  margin-bottom: 7.5rem !important; }

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

.mb-8d5 {
  margin-bottom: 8.5rem !important; }

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

.mb-9d5 {
  margin-bottom: 9.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ms-6d5 {
  margin-left: 6.5rem !important; }

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

.ms-7d5 {
  margin-left: 7.5rem !important; }

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

.ms-8d5 {
  margin-left: 8.5rem !important; }

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

.ms-9d5 {
  margin-left: 9.5rem !important; }

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

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

.m-n0d125 {
  margin: -0.125rem !important; }

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

.m-n0d375 {
  margin: -0.375rem !important; }

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

.m-n0d675 {
  margin: -0.675rem !important; }

.m-n0d75 {
  margin: -0.75rem !important; }

.m-n0d875 {
  margin: -0.875rem !important; }

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

.m-n1d25 {
  margin: -1.25rem !important; }

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

.m-n1d6 {
  margin: -1.6rem !important; }

.m-n1d75 {
  margin: -1.75rem !important; }

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

.m-n2d5 {
  margin: -2.5rem !important; }

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

.m-n3d5 {
  margin: -3.5rem !important; }

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

.m-n4d5 {
  margin: -4.5rem !important; }

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

.m-n5d5 {
  margin: -5.5rem !important; }

.m-n6 {
  margin: -6rem !important; }

.m-n6d5 {
  margin: -6.5rem !important; }

.m-n7 {
  margin: -7rem !important; }

.m-n7d5 {
  margin: -7.5rem !important; }

.m-n8 {
  margin: -8rem !important; }

.m-n8d5 {
  margin: -8.5rem !important; }

.m-n9 {
  margin: -9rem !important; }

.m-n9d5 {
  margin: -9.5rem !important; }

.m-n10 {
  margin: -10rem !important; }

.mx-n0d125 {
  margin-right: -0.125rem !important;
  margin-left: -0.125rem !important; }

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

.mx-n0d375 {
  margin-right: -0.375rem !important;
  margin-left: -0.375rem !important; }

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

.mx-n0d675 {
  margin-right: -0.675rem !important;
  margin-left: -0.675rem !important; }

.mx-n0d75 {
  margin-right: -0.75rem !important;
  margin-left: -0.75rem !important; }

.mx-n0d875 {
  margin-right: -0.875rem !important;
  margin-left: -0.875rem !important; }

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

.mx-n1d25 {
  margin-right: -1.25rem !important;
  margin-left: -1.25rem !important; }

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

.mx-n1d6 {
  margin-right: -1.6rem !important;
  margin-left: -1.6rem !important; }

.mx-n1d75 {
  margin-right: -1.75rem !important;
  margin-left: -1.75rem !important; }

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

.mx-n2d5 {
  margin-right: -2.5rem !important;
  margin-left: -2.5rem !important; }

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

.mx-n3d5 {
  margin-right: -3.5rem !important;
  margin-left: -3.5rem !important; }

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

.mx-n4d5 {
  margin-right: -4.5rem !important;
  margin-left: -4.5rem !important; }

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

.mx-n5d5 {
  margin-right: -5.5rem !important;
  margin-left: -5.5rem !important; }

.mx-n6 {
  margin-right: -6rem !important;
  margin-left: -6rem !important; }

.mx-n6d5 {
  margin-right: -6.5rem !important;
  margin-left: -6.5rem !important; }

.mx-n7 {
  margin-right: -7rem !important;
  margin-left: -7rem !important; }

.mx-n7d5 {
  margin-right: -7.5rem !important;
  margin-left: -7.5rem !important; }

.mx-n8 {
  margin-right: -8rem !important;
  margin-left: -8rem !important; }

.mx-n8d5 {
  margin-right: -8.5rem !important;
  margin-left: -8.5rem !important; }

.mx-n9 {
  margin-right: -9rem !important;
  margin-left: -9rem !important; }

.mx-n9d5 {
  margin-right: -9.5rem !important;
  margin-left: -9.5rem !important; }

.mx-n10 {
  margin-right: -10rem !important;
  margin-left: -10rem !important; }

.my-n0d125 {
  margin-top: -0.125rem !important;
  margin-bottom: -0.125rem !important; }

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

.my-n0d375 {
  margin-top: -0.375rem !important;
  margin-bottom: -0.375rem !important; }

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

.my-n0d675 {
  margin-top: -0.675rem !important;
  margin-bottom: -0.675rem !important; }

.my-n0d75 {
  margin-top: -0.75rem !important;
  margin-bottom: -0.75rem !important; }

.my-n0d875 {
  margin-top: -0.875rem !important;
  margin-bottom: -0.875rem !important; }

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

.my-n1d25 {
  margin-top: -1.25rem !important;
  margin-bottom: -1.25rem !important; }

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

.my-n1d6 {
  margin-top: -1.6rem !important;
  margin-bottom: -1.6rem !important; }

.my-n1d75 {
  margin-top: -1.75rem !important;
  margin-bottom: -1.75rem !important; }

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

.my-n2d5 {
  margin-top: -2.5rem !important;
  margin-bottom: -2.5rem !important; }

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

.my-n3d5 {
  margin-top: -3.5rem !important;
  margin-bottom: -3.5rem !important; }

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

.my-n4d5 {
  margin-top: -4.5rem !important;
  margin-bottom: -4.5rem !important; }

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

.my-n5d5 {
  margin-top: -5.5rem !important;
  margin-bottom: -5.5rem !important; }

.my-n6 {
  margin-top: -6rem !important;
  margin-bottom: -6rem !important; }

.my-n6d5 {
  margin-top: -6.5rem !important;
  margin-bottom: -6.5rem !important; }

.my-n7 {
  margin-top: -7rem !important;
  margin-bottom: -7rem !important; }

.my-n7d5 {
  margin-top: -7.5rem !important;
  margin-bottom: -7.5rem !important; }

.my-n8 {
  margin-top: -8rem !important;
  margin-bottom: -8rem !important; }

.my-n8d5 {
  margin-top: -8.5rem !important;
  margin-bottom: -8.5rem !important; }

.my-n9 {
  margin-top: -9rem !important;
  margin-bottom: -9rem !important; }

.my-n9d5 {
  margin-top: -9.5rem !important;
  margin-bottom: -9.5rem !important; }

.my-n10 {
  margin-top: -10rem !important;
  margin-bottom: -10rem !important; }

.mt-n0d125 {
  margin-top: -0.125rem !important; }

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

.mt-n0d375 {
  margin-top: -0.375rem !important; }

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

.mt-n0d675 {
  margin-top: -0.675rem !important; }

.mt-n0d75 {
  margin-top: -0.75rem !important; }

.mt-n0d875 {
  margin-top: -0.875rem !important; }

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

.mt-n1d25 {
  margin-top: -1.25rem !important; }

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

.mt-n1d6 {
  margin-top: -1.6rem !important; }

.mt-n1d75 {
  margin-top: -1.75rem !important; }

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

.mt-n2d5 {
  margin-top: -2.5rem !important; }

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

.mt-n3d5 {
  margin-top: -3.5rem !important; }

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

.mt-n4d5 {
  margin-top: -4.5rem !important; }

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

.mt-n5d5 {
  margin-top: -5.5rem !important; }

.mt-n6 {
  margin-top: -6rem !important; }

.mt-n6d5 {
  margin-top: -6.5rem !important; }

.mt-n7 {
  margin-top: -7rem !important; }

.mt-n7d5 {
  margin-top: -7.5rem !important; }

.mt-n8 {
  margin-top: -8rem !important; }

.mt-n8d5 {
  margin-top: -8.5rem !important; }

.mt-n9 {
  margin-top: -9rem !important; }

.mt-n9d5 {
  margin-top: -9.5rem !important; }

.mt-n10 {
  margin-top: -10rem !important; }

.me-n0d125 {
  margin-right: -0.125rem !important; }

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

.me-n0d375 {
  margin-right: -0.375rem !important; }

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

.me-n0d675 {
  margin-right: -0.675rem !important; }

.me-n0d75 {
  margin-right: -0.75rem !important; }

.me-n0d875 {
  margin-right: -0.875rem !important; }

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

.me-n1d25 {
  margin-right: -1.25rem !important; }

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

.me-n1d6 {
  margin-right: -1.6rem !important; }

.me-n1d75 {
  margin-right: -1.75rem !important; }

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

.me-n2d5 {
  margin-right: -2.5rem !important; }

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

.me-n3d5 {
  margin-right: -3.5rem !important; }

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

.me-n4d5 {
  margin-right: -4.5rem !important; }

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

.me-n5d5 {
  margin-right: -5.5rem !important; }

.me-n6 {
  margin-right: -6rem !important; }

.me-n6d5 {
  margin-right: -6.5rem !important; }

.me-n7 {
  margin-right: -7rem !important; }

.me-n7d5 {
  margin-right: -7.5rem !important; }

.me-n8 {
  margin-right: -8rem !important; }

.me-n8d5 {
  margin-right: -8.5rem !important; }

.me-n9 {
  margin-right: -9rem !important; }

.me-n9d5 {
  margin-right: -9.5rem !important; }

.me-n10 {
  margin-right: -10rem !important; }

.mb-n0d125 {
  margin-bottom: -0.125rem !important; }

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

.mb-n0d375 {
  margin-bottom: -0.375rem !important; }

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

.mb-n0d675 {
  margin-bottom: -0.675rem !important; }

.mb-n0d75 {
  margin-bottom: -0.75rem !important; }

.mb-n0d875 {
  margin-bottom: -0.875rem !important; }

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

.mb-n1d25 {
  margin-bottom: -1.25rem !important; }

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

.mb-n1d6 {
  margin-bottom: -1.6rem !important; }

.mb-n1d75 {
  margin-bottom: -1.75rem !important; }

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

.mb-n2d5 {
  margin-bottom: -2.5rem !important; }

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

.mb-n3d5 {
  margin-bottom: -3.5rem !important; }

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

.mb-n4d5 {
  margin-bottom: -4.5rem !important; }

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

.mb-n5d5 {
  margin-bottom: -5.5rem !important; }

.mb-n6 {
  margin-bottom: -6rem !important; }

.mb-n6d5 {
  margin-bottom: -6.5rem !important; }

.mb-n7 {
  margin-bottom: -7rem !important; }

.mb-n7d5 {
  margin-bottom: -7.5rem !important; }

.mb-n8 {
  margin-bottom: -8rem !important; }

.mb-n8d5 {
  margin-bottom: -8.5rem !important; }

.mb-n9 {
  margin-bottom: -9rem !important; }

.mb-n9d5 {
  margin-bottom: -9.5rem !important; }

.mb-n10 {
  margin-bottom: -10rem !important; }

.ms-n0d125 {
  margin-left: -0.125rem !important; }

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

.ms-n0d375 {
  margin-left: -0.375rem !important; }

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

.ms-n0d675 {
  margin-left: -0.675rem !important; }

.ms-n0d75 {
  margin-left: -0.75rem !important; }

.ms-n0d875 {
  margin-left: -0.875rem !important; }

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

.ms-n1d25 {
  margin-left: -1.25rem !important; }

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

.ms-n1d6 {
  margin-left: -1.6rem !important; }

.ms-n1d75 {
  margin-left: -1.75rem !important; }

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

.ms-n2d5 {
  margin-left: -2.5rem !important; }

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

.ms-n3d5 {
  margin-left: -3.5rem !important; }

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

.ms-n4d5 {
  margin-left: -4.5rem !important; }

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

.ms-n5d5 {
  margin-left: -5.5rem !important; }

.ms-n6 {
  margin-left: -6rem !important; }

.ms-n6d5 {
  margin-left: -6.5rem !important; }

.ms-n7 {
  margin-left: -7rem !important; }

.ms-n7d5 {
  margin-left: -7.5rem !important; }

.ms-n8 {
  margin-left: -8rem !important; }

.ms-n8d5 {
  margin-left: -8.5rem !important; }

.ms-n9 {
  margin-left: -9rem !important; }

.ms-n9d5 {
  margin-left: -9.5rem !important; }

.ms-n10 {
  margin-left: -10rem !important; }

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

.p-0d125 {
  padding: 0.125rem !important; }

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

.p-0d375 {
  padding: 0.375rem !important; }

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

.p-0d675 {
  padding: 0.675rem !important; }

.p-0d75 {
  padding: 0.75rem !important; }

.p-0d875 {
  padding: 0.875rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-6 {
  padding: 6rem !important; }

.p-6d5 {
  padding: 6.5rem !important; }

.p-7 {
  padding: 7rem !important; }

.p-7d5 {
  padding: 7.5rem !important; }

.p-8 {
  padding: 8rem !important; }

.p-8d5 {
  padding: 8.5rem !important; }

.p-9 {
  padding: 9rem !important; }

.p-9d5 {
  padding: 9.5rem !important; }

.p-10 {
  padding: 10rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.px-6d5 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important; }

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

.px-7d5 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important; }

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

.px-8d5 {
  padding-right: 8.5rem !important;
  padding-left: 8.5rem !important; }

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

.px-9d5 {
  padding-right: 9.5rem !important;
  padding-left: 9.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-6d5 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important; }

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

.py-7d5 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important; }

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

.py-8d5 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important; }

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

.py-9d5 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-6d5 {
  padding-top: 6.5rem !important; }

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

.pt-7d5 {
  padding-top: 7.5rem !important; }

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

.pt-8d5 {
  padding-top: 8.5rem !important; }

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

.pt-9d5 {
  padding-top: 9.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-6d5 {
  padding-right: 6.5rem !important; }

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

.pe-7d5 {
  padding-right: 7.5rem !important; }

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

.pe-8d5 {
  padding-right: 8.5rem !important; }

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

.pe-9d5 {
  padding-right: 9.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-6d5 {
  padding-bottom: 6.5rem !important; }

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

.pb-7d5 {
  padding-bottom: 7.5rem !important; }

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

.pb-8d5 {
  padding-bottom: 8.5rem !important; }

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

.pb-9d5 {
  padding-bottom: 9.5rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ps-6d5 {
  padding-left: 6.5rem !important; }

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

.ps-7d5 {
  padding-left: 7.5rem !important; }

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

.ps-8d5 {
  padding-left: 8.5rem !important; }

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

.ps-9d5 {
  padding-left: 9.5rem !important; }

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

.font-monospace {
  font-family: var(--bs-font-monospace) !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lh-lg {
  line-height: 1.5 !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; }

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

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; }

.text-third {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-third-rgb), var(--bs-text-opacity)) !important; }

.text-fourth {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-fourth-rgb), var(--bs-text-opacity)) !important; }

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; }

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; }

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; }

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; }

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }

.text-muted {
  --bs-text-opacity: 1;
  color: #6c757d !important; }

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important; }

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

.text-opacity-25 {
  --bs-text-opacity: 0.25; }

.text-opacity-50 {
  --bs-text-opacity: 0.5; }

.text-opacity-75 {
  --bs-text-opacity: 0.75; }

.text-opacity-100 {
  --bs-text-opacity: 1; }

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; }

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }

.bg-third {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-third-rgb), var(--bs-bg-opacity)) !important; }

.bg-fourth {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-fourth-rgb), var(--bs-bg-opacity)) !important; }

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; }

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; }

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; }

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1; }

.bg-opacity-25 {
  --bs-bg-opacity: 0.25; }

.bg-opacity-50 {
  --bs-bg-opacity: 0.5; }

.bg-opacity-75 {
  --bs-bg-opacity: 0.75; }

.bg-opacity-100 {
  --bs-bg-opacity: 1; }

.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: 0.25rem !important; }

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 768px) {
  .float-sm-start {
    float: left !important; }
  .float-sm-end {
    float: right !important; }
  .float-sm-none {
    float: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-sm-0 {
    gap: 0 !important; }
  .gap-sm-0d125 {
    gap: 0.125rem !important; }
  .gap-sm-0d25 {
    gap: 0.25rem !important; }
  .gap-sm-0d375 {
    gap: 0.375rem !important; }
  .gap-sm-0d5 {
    gap: 0.5rem !important; }
  .gap-sm-0d675 {
    gap: 0.675rem !important; }
  .gap-sm-0d75 {
    gap: 0.75rem !important; }
  .gap-sm-0d875 {
    gap: 0.875rem !important; }
  .gap-sm-1 {
    gap: 1rem !important; }
  .gap-sm-1d25 {
    gap: 1.25rem !important; }
  .gap-sm-1d5 {
    gap: 1.5rem !important; }
  .gap-sm-1d6 {
    gap: 1.6rem !important; }
  .gap-sm-1d75 {
    gap: 1.75rem !important; }
  .gap-sm-2 {
    gap: 2rem !important; }
  .gap-sm-2d5 {
    gap: 2.5rem !important; }
  .gap-sm-3 {
    gap: 3rem !important; }
  .gap-sm-3d5 {
    gap: 3.5rem !important; }
  .gap-sm-4 {
    gap: 4rem !important; }
  .gap-sm-4d5 {
    gap: 4.5rem !important; }
  .gap-sm-5 {
    gap: 5rem !important; }
  .gap-sm-5d5 {
    gap: 5.5rem !important; }
  .gap-sm-6 {
    gap: 6rem !important; }
  .gap-sm-6d5 {
    gap: 6.5rem !important; }
  .gap-sm-7 {
    gap: 7rem !important; }
  .gap-sm-7d5 {
    gap: 7.5rem !important; }
  .gap-sm-8 {
    gap: 8rem !important; }
  .gap-sm-8d5 {
    gap: 8.5rem !important; }
  .gap-sm-9 {
    gap: 9rem !important; }
  .gap-sm-9d5 {
    gap: 9.5rem !important; }
  .gap-sm-10 {
    gap: 10rem !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-0d125 {
    margin: 0.125rem !important; }
  .m-sm-0d25 {
    margin: 0.25rem !important; }
  .m-sm-0d375 {
    margin: 0.375rem !important; }
  .m-sm-0d5 {
    margin: 0.5rem !important; }
  .m-sm-0d675 {
    margin: 0.675rem !important; }
  .m-sm-0d75 {
    margin: 0.75rem !important; }
  .m-sm-0d875 {
    margin: 0.875rem !important; }
  .m-sm-1 {
    margin: 1rem !important; }
  .m-sm-1d25 {
    margin: 1.25rem !important; }
  .m-sm-1d5 {
    margin: 1.5rem !important; }
  .m-sm-1d6 {
    margin: 1.6rem !important; }
  .m-sm-1d75 {
    margin: 1.75rem !important; }
  .m-sm-2 {
    margin: 2rem !important; }
  .m-sm-2d5 {
    margin: 2.5rem !important; }
  .m-sm-3 {
    margin: 3rem !important; }
  .m-sm-3d5 {
    margin: 3.5rem !important; }
  .m-sm-4 {
    margin: 4rem !important; }
  .m-sm-4d5 {
    margin: 4.5rem !important; }
  .m-sm-5 {
    margin: 5rem !important; }
  .m-sm-5d5 {
    margin: 5.5rem !important; }
  .m-sm-6 {
    margin: 6rem !important; }
  .m-sm-6d5 {
    margin: 6.5rem !important; }
  .m-sm-7 {
    margin: 7rem !important; }
  .m-sm-7d5 {
    margin: 7.5rem !important; }
  .m-sm-8 {
    margin: 8rem !important; }
  .m-sm-8d5 {
    margin: 8.5rem !important; }
  .m-sm-9 {
    margin: 9rem !important; }
  .m-sm-9d5 {
    margin: 9.5rem !important; }
  .m-sm-10 {
    margin: 10rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-0d125 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important; }
  .mx-sm-0d25 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-0d375 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important; }
  .mx-sm-0d5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-0d675 {
    margin-right: 0.675rem !important;
    margin-left: 0.675rem !important; }
  .mx-sm-0d75 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important; }
  .mx-sm-0d875 {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important; }
  .mx-sm-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-1d25 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }
  .mx-sm-1d5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-1d6 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important; }
  .mx-sm-1d75 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important; }
  .mx-sm-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .mx-sm-2d5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-sm-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-3d5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }
  .mx-sm-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-sm-4d5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important; }
  .mx-sm-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-sm-5d5 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important; }
  .mx-sm-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-sm-6d5 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important; }
  .mx-sm-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important; }
  .mx-sm-7d5 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important; }
  .mx-sm-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important; }
  .mx-sm-8d5 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important; }
  .mx-sm-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important; }
  .mx-sm-9d5 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important; }
  .mx-sm-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !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-0d125 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important; }
  .my-sm-0d25 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-0d375 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important; }
  .my-sm-0d5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-0d675 {
    margin-top: 0.675rem !important;
    margin-bottom: 0.675rem !important; }
  .my-sm-0d75 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }
  .my-sm-0d875 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important; }
  .my-sm-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-1d25 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .my-sm-1d5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-1d6 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important; }
  .my-sm-1d75 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important; }
  .my-sm-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-sm-2d5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-sm-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-3d5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }
  .my-sm-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-sm-4d5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .my-sm-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-sm-5d5 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important; }
  .my-sm-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-sm-6d5 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important; }
  .my-sm-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; }
  .my-sm-7d5 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important; }
  .my-sm-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important; }
  .my-sm-8d5 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important; }
  .my-sm-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
  .my-sm-9d5 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important; }
  .my-sm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-0d125 {
    margin-top: 0.125rem !important; }
  .mt-sm-0d25 {
    margin-top: 0.25rem !important; }
  .mt-sm-0d375 {
    margin-top: 0.375rem !important; }
  .mt-sm-0d5 {
    margin-top: 0.5rem !important; }
  .mt-sm-0d675 {
    margin-top: 0.675rem !important; }
  .mt-sm-0d75 {
    margin-top: 0.75rem !important; }
  .mt-sm-0d875 {
    margin-top: 0.875rem !important; }
  .mt-sm-1 {
    margin-top: 1rem !important; }
  .mt-sm-1d25 {
    margin-top: 1.25rem !important; }
  .mt-sm-1d5 {
    margin-top: 1.5rem !important; }
  .mt-sm-1d6 {
    margin-top: 1.6rem !important; }
  .mt-sm-1d75 {
    margin-top: 1.75rem !important; }
  .mt-sm-2 {
    margin-top: 2rem !important; }
  .mt-sm-2d5 {
    margin-top: 2.5rem !important; }
  .mt-sm-3 {
    margin-top: 3rem !important; }
  .mt-sm-3d5 {
    margin-top: 3.5rem !important; }
  .mt-sm-4 {
    margin-top: 4rem !important; }
  .mt-sm-4d5 {
    margin-top: 4.5rem !important; }
  .mt-sm-5 {
    margin-top: 5rem !important; }
  .mt-sm-5d5 {
    margin-top: 5.5rem !important; }
  .mt-sm-6 {
    margin-top: 6rem !important; }
  .mt-sm-6d5 {
    margin-top: 6.5rem !important; }
  .mt-sm-7 {
    margin-top: 7rem !important; }
  .mt-sm-7d5 {
    margin-top: 7.5rem !important; }
  .mt-sm-8 {
    margin-top: 8rem !important; }
  .mt-sm-8d5 {
    margin-top: 8.5rem !important; }
  .mt-sm-9 {
    margin-top: 9rem !important; }
  .mt-sm-9d5 {
    margin-top: 9.5rem !important; }
  .mt-sm-10 {
    margin-top: 10rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-0d125 {
    margin-right: 0.125rem !important; }
  .me-sm-0d25 {
    margin-right: 0.25rem !important; }
  .me-sm-0d375 {
    margin-right: 0.375rem !important; }
  .me-sm-0d5 {
    margin-right: 0.5rem !important; }
  .me-sm-0d675 {
    margin-right: 0.675rem !important; }
  .me-sm-0d75 {
    margin-right: 0.75rem !important; }
  .me-sm-0d875 {
    margin-right: 0.875rem !important; }
  .me-sm-1 {
    margin-right: 1rem !important; }
  .me-sm-1d25 {
    margin-right: 1.25rem !important; }
  .me-sm-1d5 {
    margin-right: 1.5rem !important; }
  .me-sm-1d6 {
    margin-right: 1.6rem !important; }
  .me-sm-1d75 {
    margin-right: 1.75rem !important; }
  .me-sm-2 {
    margin-right: 2rem !important; }
  .me-sm-2d5 {
    margin-right: 2.5rem !important; }
  .me-sm-3 {
    margin-right: 3rem !important; }
  .me-sm-3d5 {
    margin-right: 3.5rem !important; }
  .me-sm-4 {
    margin-right: 4rem !important; }
  .me-sm-4d5 {
    margin-right: 4.5rem !important; }
  .me-sm-5 {
    margin-right: 5rem !important; }
  .me-sm-5d5 {
    margin-right: 5.5rem !important; }
  .me-sm-6 {
    margin-right: 6rem !important; }
  .me-sm-6d5 {
    margin-right: 6.5rem !important; }
  .me-sm-7 {
    margin-right: 7rem !important; }
  .me-sm-7d5 {
    margin-right: 7.5rem !important; }
  .me-sm-8 {
    margin-right: 8rem !important; }
  .me-sm-8d5 {
    margin-right: 8.5rem !important; }
  .me-sm-9 {
    margin-right: 9rem !important; }
  .me-sm-9d5 {
    margin-right: 9.5rem !important; }
  .me-sm-10 {
    margin-right: 10rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-0d125 {
    margin-bottom: 0.125rem !important; }
  .mb-sm-0d25 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-0d375 {
    margin-bottom: 0.375rem !important; }
  .mb-sm-0d5 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-0d675 {
    margin-bottom: 0.675rem !important; }
  .mb-sm-0d75 {
    margin-bottom: 0.75rem !important; }
  .mb-sm-0d875 {
    margin-bottom: 0.875rem !important; }
  .mb-sm-1 {
    margin-bottom: 1rem !important; }
  .mb-sm-1d25 {
    margin-bottom: 1.25rem !important; }
  .mb-sm-1d5 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-1d6 {
    margin-bottom: 1.6rem !important; }
  .mb-sm-1d75 {
    margin-bottom: 1.75rem !important; }
  .mb-sm-2 {
    margin-bottom: 2rem !important; }
  .mb-sm-2d5 {
    margin-bottom: 2.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 3rem !important; }
  .mb-sm-3d5 {
    margin-bottom: 3.5rem !important; }
  .mb-sm-4 {
    margin-bottom: 4rem !important; }
  .mb-sm-4d5 {
    margin-bottom: 4.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 5rem !important; }
  .mb-sm-5d5 {
    margin-bottom: 5.5rem !important; }
  .mb-sm-6 {
    margin-bottom: 6rem !important; }
  .mb-sm-6d5 {
    margin-bottom: 6.5rem !important; }
  .mb-sm-7 {
    margin-bottom: 7rem !important; }
  .mb-sm-7d5 {
    margin-bottom: 7.5rem !important; }
  .mb-sm-8 {
    margin-bottom: 8rem !important; }
  .mb-sm-8d5 {
    margin-bottom: 8.5rem !important; }
  .mb-sm-9 {
    margin-bottom: 9rem !important; }
  .mb-sm-9d5 {
    margin-bottom: 9.5rem !important; }
  .mb-sm-10 {
    margin-bottom: 10rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-0d125 {
    margin-left: 0.125rem !important; }
  .ms-sm-0d25 {
    margin-left: 0.25rem !important; }
  .ms-sm-0d375 {
    margin-left: 0.375rem !important; }
  .ms-sm-0d5 {
    margin-left: 0.5rem !important; }
  .ms-sm-0d675 {
    margin-left: 0.675rem !important; }
  .ms-sm-0d75 {
    margin-left: 0.75rem !important; }
  .ms-sm-0d875 {
    margin-left: 0.875rem !important; }
  .ms-sm-1 {
    margin-left: 1rem !important; }
  .ms-sm-1d25 {
    margin-left: 1.25rem !important; }
  .ms-sm-1d5 {
    margin-left: 1.5rem !important; }
  .ms-sm-1d6 {
    margin-left: 1.6rem !important; }
  .ms-sm-1d75 {
    margin-left: 1.75rem !important; }
  .ms-sm-2 {
    margin-left: 2rem !important; }
  .ms-sm-2d5 {
    margin-left: 2.5rem !important; }
  .ms-sm-3 {
    margin-left: 3rem !important; }
  .ms-sm-3d5 {
    margin-left: 3.5rem !important; }
  .ms-sm-4 {
    margin-left: 4rem !important; }
  .ms-sm-4d5 {
    margin-left: 4.5rem !important; }
  .ms-sm-5 {
    margin-left: 5rem !important; }
  .ms-sm-5d5 {
    margin-left: 5.5rem !important; }
  .ms-sm-6 {
    margin-left: 6rem !important; }
  .ms-sm-6d5 {
    margin-left: 6.5rem !important; }
  .ms-sm-7 {
    margin-left: 7rem !important; }
  .ms-sm-7d5 {
    margin-left: 7.5rem !important; }
  .ms-sm-8 {
    margin-left: 8rem !important; }
  .ms-sm-8d5 {
    margin-left: 8.5rem !important; }
  .ms-sm-9 {
    margin-left: 9rem !important; }
  .ms-sm-9d5 {
    margin-left: 9.5rem !important; }
  .ms-sm-10 {
    margin-left: 10rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .m-sm-n0d125 {
    margin: -0.125rem !important; }
  .m-sm-n0d25 {
    margin: -0.25rem !important; }
  .m-sm-n0d375 {
    margin: -0.375rem !important; }
  .m-sm-n0d5 {
    margin: -0.5rem !important; }
  .m-sm-n0d675 {
    margin: -0.675rem !important; }
  .m-sm-n0d75 {
    margin: -0.75rem !important; }
  .m-sm-n0d875 {
    margin: -0.875rem !important; }
  .m-sm-n1 {
    margin: -1rem !important; }
  .m-sm-n1d25 {
    margin: -1.25rem !important; }
  .m-sm-n1d5 {
    margin: -1.5rem !important; }
  .m-sm-n1d6 {
    margin: -1.6rem !important; }
  .m-sm-n1d75 {
    margin: -1.75rem !important; }
  .m-sm-n2 {
    margin: -2rem !important; }
  .m-sm-n2d5 {
    margin: -2.5rem !important; }
  .m-sm-n3 {
    margin: -3rem !important; }
  .m-sm-n3d5 {
    margin: -3.5rem !important; }
  .m-sm-n4 {
    margin: -4rem !important; }
  .m-sm-n4d5 {
    margin: -4.5rem !important; }
  .m-sm-n5 {
    margin: -5rem !important; }
  .m-sm-n5d5 {
    margin: -5.5rem !important; }
  .m-sm-n6 {
    margin: -6rem !important; }
  .m-sm-n6d5 {
    margin: -6.5rem !important; }
  .m-sm-n7 {
    margin: -7rem !important; }
  .m-sm-n7d5 {
    margin: -7.5rem !important; }
  .m-sm-n8 {
    margin: -8rem !important; }
  .m-sm-n8d5 {
    margin: -8.5rem !important; }
  .m-sm-n9 {
    margin: -9rem !important; }
  .m-sm-n9d5 {
    margin: -9.5rem !important; }
  .m-sm-n10 {
    margin: -10rem !important; }
  .mx-sm-n0d125 {
    margin-right: -0.125rem !important;
    margin-left: -0.125rem !important; }
  .mx-sm-n0d25 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-sm-n0d375 {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important; }
  .mx-sm-n0d5 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-sm-n0d675 {
    margin-right: -0.675rem !important;
    margin-left: -0.675rem !important; }
  .mx-sm-n0d75 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important; }
  .mx-sm-n0d875 {
    margin-right: -0.875rem !important;
    margin-left: -0.875rem !important; }
  .mx-sm-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-sm-n1d25 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important; }
  .mx-sm-n1d5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-sm-n1d6 {
    margin-right: -1.6rem !important;
    margin-left: -1.6rem !important; }
  .mx-sm-n1d75 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important; }
  .mx-sm-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important; }
  .mx-sm-n2d5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important; }
  .mx-sm-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .mx-sm-n3d5 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important; }
  .mx-sm-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important; }
  .mx-sm-n4d5 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important; }
  .mx-sm-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important; }
  .mx-sm-n5d5 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important; }
  .mx-sm-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important; }
  .mx-sm-n6d5 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-sm-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important; }
  .mx-sm-n7d5 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important; }
  .mx-sm-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important; }
  .mx-sm-n8d5 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important; }
  .mx-sm-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important; }
  .mx-sm-n9d5 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important; }
  .mx-sm-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important; }
  .my-sm-n0d125 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important; }
  .my-sm-n0d25 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-sm-n0d375 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important; }
  .my-sm-n0d5 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-sm-n0d675 {
    margin-top: -0.675rem !important;
    margin-bottom: -0.675rem !important; }
  .my-sm-n0d75 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important; }
  .my-sm-n0d875 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important; }
  .my-sm-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-sm-n1d25 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important; }
  .my-sm-n1d5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-sm-n1d6 {
    margin-top: -1.6rem !important;
    margin-bottom: -1.6rem !important; }
  .my-sm-n1d75 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important; }
  .my-sm-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important; }
  .my-sm-n2d5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important; }
  .my-sm-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .my-sm-n3d5 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important; }
  .my-sm-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important; }
  .my-sm-n4d5 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important; }
  .my-sm-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important; }
  .my-sm-n5d5 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important; }
  .my-sm-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
  .my-sm-n6d5 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-sm-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important; }
  .my-sm-n7d5 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important; }
  .my-sm-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important; }
  .my-sm-n8d5 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important; }
  .my-sm-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important; }
  .my-sm-n9d5 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important; }
  .my-sm-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important; }
  .mt-sm-n0d125 {
    margin-top: -0.125rem !important; }
  .mt-sm-n0d25 {
    margin-top: -0.25rem !important; }
  .mt-sm-n0d375 {
    margin-top: -0.375rem !important; }
  .mt-sm-n0d5 {
    margin-top: -0.5rem !important; }
  .mt-sm-n0d675 {
    margin-top: -0.675rem !important; }
  .mt-sm-n0d75 {
    margin-top: -0.75rem !important; }
  .mt-sm-n0d875 {
    margin-top: -0.875rem !important; }
  .mt-sm-n1 {
    margin-top: -1rem !important; }
  .mt-sm-n1d25 {
    margin-top: -1.25rem !important; }
  .mt-sm-n1d5 {
    margin-top: -1.5rem !important; }
  .mt-sm-n1d6 {
    margin-top: -1.6rem !important; }
  .mt-sm-n1d75 {
    margin-top: -1.75rem !important; }
  .mt-sm-n2 {
    margin-top: -2rem !important; }
  .mt-sm-n2d5 {
    margin-top: -2.5rem !important; }
  .mt-sm-n3 {
    margin-top: -3rem !important; }
  .mt-sm-n3d5 {
    margin-top: -3.5rem !important; }
  .mt-sm-n4 {
    margin-top: -4rem !important; }
  .mt-sm-n4d5 {
    margin-top: -4.5rem !important; }
  .mt-sm-n5 {
    margin-top: -5rem !important; }
  .mt-sm-n5d5 {
    margin-top: -5.5rem !important; }
  .mt-sm-n6 {
    margin-top: -6rem !important; }
  .mt-sm-n6d5 {
    margin-top: -6.5rem !important; }
  .mt-sm-n7 {
    margin-top: -7rem !important; }
  .mt-sm-n7d5 {
    margin-top: -7.5rem !important; }
  .mt-sm-n8 {
    margin-top: -8rem !important; }
  .mt-sm-n8d5 {
    margin-top: -8.5rem !important; }
  .mt-sm-n9 {
    margin-top: -9rem !important; }
  .mt-sm-n9d5 {
    margin-top: -9.5rem !important; }
  .mt-sm-n10 {
    margin-top: -10rem !important; }
  .me-sm-n0d125 {
    margin-right: -0.125rem !important; }
  .me-sm-n0d25 {
    margin-right: -0.25rem !important; }
  .me-sm-n0d375 {
    margin-right: -0.375rem !important; }
  .me-sm-n0d5 {
    margin-right: -0.5rem !important; }
  .me-sm-n0d675 {
    margin-right: -0.675rem !important; }
  .me-sm-n0d75 {
    margin-right: -0.75rem !important; }
  .me-sm-n0d875 {
    margin-right: -0.875rem !important; }
  .me-sm-n1 {
    margin-right: -1rem !important; }
  .me-sm-n1d25 {
    margin-right: -1.25rem !important; }
  .me-sm-n1d5 {
    margin-right: -1.5rem !important; }
  .me-sm-n1d6 {
    margin-right: -1.6rem !important; }
  .me-sm-n1d75 {
    margin-right: -1.75rem !important; }
  .me-sm-n2 {
    margin-right: -2rem !important; }
  .me-sm-n2d5 {
    margin-right: -2.5rem !important; }
  .me-sm-n3 {
    margin-right: -3rem !important; }
  .me-sm-n3d5 {
    margin-right: -3.5rem !important; }
  .me-sm-n4 {
    margin-right: -4rem !important; }
  .me-sm-n4d5 {
    margin-right: -4.5rem !important; }
  .me-sm-n5 {
    margin-right: -5rem !important; }
  .me-sm-n5d5 {
    margin-right: -5.5rem !important; }
  .me-sm-n6 {
    margin-right: -6rem !important; }
  .me-sm-n6d5 {
    margin-right: -6.5rem !important; }
  .me-sm-n7 {
    margin-right: -7rem !important; }
  .me-sm-n7d5 {
    margin-right: -7.5rem !important; }
  .me-sm-n8 {
    margin-right: -8rem !important; }
  .me-sm-n8d5 {
    margin-right: -8.5rem !important; }
  .me-sm-n9 {
    margin-right: -9rem !important; }
  .me-sm-n9d5 {
    margin-right: -9.5rem !important; }
  .me-sm-n10 {
    margin-right: -10rem !important; }
  .mb-sm-n0d125 {
    margin-bottom: -0.125rem !important; }
  .mb-sm-n0d25 {
    margin-bottom: -0.25rem !important; }
  .mb-sm-n0d375 {
    margin-bottom: -0.375rem !important; }
  .mb-sm-n0d5 {
    margin-bottom: -0.5rem !important; }
  .mb-sm-n0d675 {
    margin-bottom: -0.675rem !important; }
  .mb-sm-n0d75 {
    margin-bottom: -0.75rem !important; }
  .mb-sm-n0d875 {
    margin-bottom: -0.875rem !important; }
  .mb-sm-n1 {
    margin-bottom: -1rem !important; }
  .mb-sm-n1d25 {
    margin-bottom: -1.25rem !important; }
  .mb-sm-n1d5 {
    margin-bottom: -1.5rem !important; }
  .mb-sm-n1d6 {
    margin-bottom: -1.6rem !important; }
  .mb-sm-n1d75 {
    margin-bottom: -1.75rem !important; }
  .mb-sm-n2 {
    margin-bottom: -2rem !important; }
  .mb-sm-n2d5 {
    margin-bottom: -2.5rem !important; }
  .mb-sm-n3 {
    margin-bottom: -3rem !important; }
  .mb-sm-n3d5 {
    margin-bottom: -3.5rem !important; }
  .mb-sm-n4 {
    margin-bottom: -4rem !important; }
  .mb-sm-n4d5 {
    margin-bottom: -4.5rem !important; }
  .mb-sm-n5 {
    margin-bottom: -5rem !important; }
  .mb-sm-n5d5 {
    margin-bottom: -5.5rem !important; }
  .mb-sm-n6 {
    margin-bottom: -6rem !important; }
  .mb-sm-n6d5 {
    margin-bottom: -6.5rem !important; }
  .mb-sm-n7 {
    margin-bottom: -7rem !important; }
  .mb-sm-n7d5 {
    margin-bottom: -7.5rem !important; }
  .mb-sm-n8 {
    margin-bottom: -8rem !important; }
  .mb-sm-n8d5 {
    margin-bottom: -8.5rem !important; }
  .mb-sm-n9 {
    margin-bottom: -9rem !important; }
  .mb-sm-n9d5 {
    margin-bottom: -9.5rem !important; }
  .mb-sm-n10 {
    margin-bottom: -10rem !important; }
  .ms-sm-n0d125 {
    margin-left: -0.125rem !important; }
  .ms-sm-n0d25 {
    margin-left: -0.25rem !important; }
  .ms-sm-n0d375 {
    margin-left: -0.375rem !important; }
  .ms-sm-n0d5 {
    margin-left: -0.5rem !important; }
  .ms-sm-n0d675 {
    margin-left: -0.675rem !important; }
  .ms-sm-n0d75 {
    margin-left: -0.75rem !important; }
  .ms-sm-n0d875 {
    margin-left: -0.875rem !important; }
  .ms-sm-n1 {
    margin-left: -1rem !important; }
  .ms-sm-n1d25 {
    margin-left: -1.25rem !important; }
  .ms-sm-n1d5 {
    margin-left: -1.5rem !important; }
  .ms-sm-n1d6 {
    margin-left: -1.6rem !important; }
  .ms-sm-n1d75 {
    margin-left: -1.75rem !important; }
  .ms-sm-n2 {
    margin-left: -2rem !important; }
  .ms-sm-n2d5 {
    margin-left: -2.5rem !important; }
  .ms-sm-n3 {
    margin-left: -3rem !important; }
  .ms-sm-n3d5 {
    margin-left: -3.5rem !important; }
  .ms-sm-n4 {
    margin-left: -4rem !important; }
  .ms-sm-n4d5 {
    margin-left: -4.5rem !important; }
  .ms-sm-n5 {
    margin-left: -5rem !important; }
  .ms-sm-n5d5 {
    margin-left: -5.5rem !important; }
  .ms-sm-n6 {
    margin-left: -6rem !important; }
  .ms-sm-n6d5 {
    margin-left: -6.5rem !important; }
  .ms-sm-n7 {
    margin-left: -7rem !important; }
  .ms-sm-n7d5 {
    margin-left: -7.5rem !important; }
  .ms-sm-n8 {
    margin-left: -8rem !important; }
  .ms-sm-n8d5 {
    margin-left: -8.5rem !important; }
  .ms-sm-n9 {
    margin-left: -9rem !important; }
  .ms-sm-n9d5 {
    margin-left: -9.5rem !important; }
  .ms-sm-n10 {
    margin-left: -10rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-0d125 {
    padding: 0.125rem !important; }
  .p-sm-0d25 {
    padding: 0.25rem !important; }
  .p-sm-0d375 {
    padding: 0.375rem !important; }
  .p-sm-0d5 {
    padding: 0.5rem !important; }
  .p-sm-0d675 {
    padding: 0.675rem !important; }
  .p-sm-0d75 {
    padding: 0.75rem !important; }
  .p-sm-0d875 {
    padding: 0.875rem !important; }
  .p-sm-1 {
    padding: 1rem !important; }
  .p-sm-1d25 {
    padding: 1.25rem !important; }
  .p-sm-1d5 {
    padding: 1.5rem !important; }
  .p-sm-1d6 {
    padding: 1.6rem !important; }
  .p-sm-1d75 {
    padding: 1.75rem !important; }
  .p-sm-2 {
    padding: 2rem !important; }
  .p-sm-2d5 {
    padding: 2.5rem !important; }
  .p-sm-3 {
    padding: 3rem !important; }
  .p-sm-3d5 {
    padding: 3.5rem !important; }
  .p-sm-4 {
    padding: 4rem !important; }
  .p-sm-4d5 {
    padding: 4.5rem !important; }
  .p-sm-5 {
    padding: 5rem !important; }
  .p-sm-5d5 {
    padding: 5.5rem !important; }
  .p-sm-6 {
    padding: 6rem !important; }
  .p-sm-6d5 {
    padding: 6.5rem !important; }
  .p-sm-7 {
    padding: 7rem !important; }
  .p-sm-7d5 {
    padding: 7.5rem !important; }
  .p-sm-8 {
    padding: 8rem !important; }
  .p-sm-8d5 {
    padding: 8.5rem !important; }
  .p-sm-9 {
    padding: 9rem !important; }
  .p-sm-9d5 {
    padding: 9.5rem !important; }
  .p-sm-10 {
    padding: 10rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-0d125 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important; }
  .px-sm-0d25 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-0d375 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important; }
  .px-sm-0d5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-0d675 {
    padding-right: 0.675rem !important;
    padding-left: 0.675rem !important; }
  .px-sm-0d75 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }
  .px-sm-0d875 {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important; }
  .px-sm-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-1d25 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }
  .px-sm-1d5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-1d6 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important; }
  .px-sm-1d75 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important; }
  .px-sm-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .px-sm-2d5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .px-sm-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-sm-3d5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }
  .px-sm-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-sm-4d5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }
  .px-sm-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .px-sm-5d5 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important; }
  .px-sm-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-sm-6d5 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important; }
  .px-sm-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important; }
  .px-sm-7d5 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important; }
  .px-sm-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important; }
  .px-sm-8d5 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important; }
  .px-sm-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
  .px-sm-9d5 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important; }
  .px-sm-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-0d125 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important; }
  .py-sm-0d25 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-0d375 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important; }
  .py-sm-0d5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-0d675 {
    padding-top: 0.675rem !important;
    padding-bottom: 0.675rem !important; }
  .py-sm-0d75 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }
  .py-sm-0d875 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important; }
  .py-sm-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-1d25 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .py-sm-1d5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-1d6 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important; }
  .py-sm-1d75 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important; }
  .py-sm-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-sm-2d5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .py-sm-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-sm-3d5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }
  .py-sm-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-sm-4d5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .py-sm-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .py-sm-5d5 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important; }
  .py-sm-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-sm-6d5 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important; }
  .py-sm-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }
  .py-sm-7d5 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important; }
  .py-sm-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important; }
  .py-sm-8d5 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important; }
  .py-sm-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .py-sm-9d5 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important; }
  .py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-0d125 {
    padding-top: 0.125rem !important; }
  .pt-sm-0d25 {
    padding-top: 0.25rem !important; }
  .pt-sm-0d375 {
    padding-top: 0.375rem !important; }
  .pt-sm-0d5 {
    padding-top: 0.5rem !important; }
  .pt-sm-0d675 {
    padding-top: 0.675rem !important; }
  .pt-sm-0d75 {
    padding-top: 0.75rem !important; }
  .pt-sm-0d875 {
    padding-top: 0.875rem !important; }
  .pt-sm-1 {
    padding-top: 1rem !important; }
  .pt-sm-1d25 {
    padding-top: 1.25rem !important; }
  .pt-sm-1d5 {
    padding-top: 1.5rem !important; }
  .pt-sm-1d6 {
    padding-top: 1.6rem !important; }
  .pt-sm-1d75 {
    padding-top: 1.75rem !important; }
  .pt-sm-2 {
    padding-top: 2rem !important; }
  .pt-sm-2d5 {
    padding-top: 2.5rem !important; }
  .pt-sm-3 {
    padding-top: 3rem !important; }
  .pt-sm-3d5 {
    padding-top: 3.5rem !important; }
  .pt-sm-4 {
    padding-top: 4rem !important; }
  .pt-sm-4d5 {
    padding-top: 4.5rem !important; }
  .pt-sm-5 {
    padding-top: 5rem !important; }
  .pt-sm-5d5 {
    padding-top: 5.5rem !important; }
  .pt-sm-6 {
    padding-top: 6rem !important; }
  .pt-sm-6d5 {
    padding-top: 6.5rem !important; }
  .pt-sm-7 {
    padding-top: 7rem !important; }
  .pt-sm-7d5 {
    padding-top: 7.5rem !important; }
  .pt-sm-8 {
    padding-top: 8rem !important; }
  .pt-sm-8d5 {
    padding-top: 8.5rem !important; }
  .pt-sm-9 {
    padding-top: 9rem !important; }
  .pt-sm-9d5 {
    padding-top: 9.5rem !important; }
  .pt-sm-10 {
    padding-top: 10rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-0d125 {
    padding-right: 0.125rem !important; }
  .pe-sm-0d25 {
    padding-right: 0.25rem !important; }
  .pe-sm-0d375 {
    padding-right: 0.375rem !important; }
  .pe-sm-0d5 {
    padding-right: 0.5rem !important; }
  .pe-sm-0d675 {
    padding-right: 0.675rem !important; }
  .pe-sm-0d75 {
    padding-right: 0.75rem !important; }
  .pe-sm-0d875 {
    padding-right: 0.875rem !important; }
  .pe-sm-1 {
    padding-right: 1rem !important; }
  .pe-sm-1d25 {
    padding-right: 1.25rem !important; }
  .pe-sm-1d5 {
    padding-right: 1.5rem !important; }
  .pe-sm-1d6 {
    padding-right: 1.6rem !important; }
  .pe-sm-1d75 {
    padding-right: 1.75rem !important; }
  .pe-sm-2 {
    padding-right: 2rem !important; }
  .pe-sm-2d5 {
    padding-right: 2.5rem !important; }
  .pe-sm-3 {
    padding-right: 3rem !important; }
  .pe-sm-3d5 {
    padding-right: 3.5rem !important; }
  .pe-sm-4 {
    padding-right: 4rem !important; }
  .pe-sm-4d5 {
    padding-right: 4.5rem !important; }
  .pe-sm-5 {
    padding-right: 5rem !important; }
  .pe-sm-5d5 {
    padding-right: 5.5rem !important; }
  .pe-sm-6 {
    padding-right: 6rem !important; }
  .pe-sm-6d5 {
    padding-right: 6.5rem !important; }
  .pe-sm-7 {
    padding-right: 7rem !important; }
  .pe-sm-7d5 {
    padding-right: 7.5rem !important; }
  .pe-sm-8 {
    padding-right: 8rem !important; }
  .pe-sm-8d5 {
    padding-right: 8.5rem !important; }
  .pe-sm-9 {
    padding-right: 9rem !important; }
  .pe-sm-9d5 {
    padding-right: 9.5rem !important; }
  .pe-sm-10 {
    padding-right: 10rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-0d125 {
    padding-bottom: 0.125rem !important; }
  .pb-sm-0d25 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-0d375 {
    padding-bottom: 0.375rem !important; }
  .pb-sm-0d5 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-0d675 {
    padding-bottom: 0.675rem !important; }
  .pb-sm-0d75 {
    padding-bottom: 0.75rem !important; }
  .pb-sm-0d875 {
    padding-bottom: 0.875rem !important; }
  .pb-sm-1 {
    padding-bottom: 1rem !important; }
  .pb-sm-1d25 {
    padding-bottom: 1.25rem !important; }
  .pb-sm-1d5 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-1d6 {
    padding-bottom: 1.6rem !important; }
  .pb-sm-1d75 {
    padding-bottom: 1.75rem !important; }
  .pb-sm-2 {
    padding-bottom: 2rem !important; }
  .pb-sm-2d5 {
    padding-bottom: 2.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 3rem !important; }
  .pb-sm-3d5 {
    padding-bottom: 3.5rem !important; }
  .pb-sm-4 {
    padding-bottom: 4rem !important; }
  .pb-sm-4d5 {
    padding-bottom: 4.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 5rem !important; }
  .pb-sm-5d5 {
    padding-bottom: 5.5rem !important; }
  .pb-sm-6 {
    padding-bottom: 6rem !important; }
  .pb-sm-6d5 {
    padding-bottom: 6.5rem !important; }
  .pb-sm-7 {
    padding-bottom: 7rem !important; }
  .pb-sm-7d5 {
    padding-bottom: 7.5rem !important; }
  .pb-sm-8 {
    padding-bottom: 8rem !important; }
  .pb-sm-8d5 {
    padding-bottom: 8.5rem !important; }
  .pb-sm-9 {
    padding-bottom: 9rem !important; }
  .pb-sm-9d5 {
    padding-bottom: 9.5rem !important; }
  .pb-sm-10 {
    padding-bottom: 10rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-0d125 {
    padding-left: 0.125rem !important; }
  .ps-sm-0d25 {
    padding-left: 0.25rem !important; }
  .ps-sm-0d375 {
    padding-left: 0.375rem !important; }
  .ps-sm-0d5 {
    padding-left: 0.5rem !important; }
  .ps-sm-0d675 {
    padding-left: 0.675rem !important; }
  .ps-sm-0d75 {
    padding-left: 0.75rem !important; }
  .ps-sm-0d875 {
    padding-left: 0.875rem !important; }
  .ps-sm-1 {
    padding-left: 1rem !important; }
  .ps-sm-1d25 {
    padding-left: 1.25rem !important; }
  .ps-sm-1d5 {
    padding-left: 1.5rem !important; }
  .ps-sm-1d6 {
    padding-left: 1.6rem !important; }
  .ps-sm-1d75 {
    padding-left: 1.75rem !important; }
  .ps-sm-2 {
    padding-left: 2rem !important; }
  .ps-sm-2d5 {
    padding-left: 2.5rem !important; }
  .ps-sm-3 {
    padding-left: 3rem !important; }
  .ps-sm-3d5 {
    padding-left: 3.5rem !important; }
  .ps-sm-4 {
    padding-left: 4rem !important; }
  .ps-sm-4d5 {
    padding-left: 4.5rem !important; }
  .ps-sm-5 {
    padding-left: 5rem !important; }
  .ps-sm-5d5 {
    padding-left: 5.5rem !important; }
  .ps-sm-6 {
    padding-left: 6rem !important; }
  .ps-sm-6d5 {
    padding-left: 6.5rem !important; }
  .ps-sm-7 {
    padding-left: 7rem !important; }
  .ps-sm-7d5 {
    padding-left: 7.5rem !important; }
  .ps-sm-8 {
    padding-left: 8rem !important; }
  .ps-sm-8d5 {
    padding-left: 8.5rem !important; }
  .ps-sm-9 {
    padding-left: 9rem !important; }
  .ps-sm-9d5 {
    padding-left: 9.5rem !important; }
  .ps-sm-10 {
    padding-left: 10rem !important; }
  .text-sm-start {
    text-align: left !important; }
  .text-sm-end {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .float-md-start {
    float: left !important; }
  .float-md-end {
    float: right !important; }
  .float-md-none {
    float: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-md-0 {
    gap: 0 !important; }
  .gap-md-0d125 {
    gap: 0.125rem !important; }
  .gap-md-0d25 {
    gap: 0.25rem !important; }
  .gap-md-0d375 {
    gap: 0.375rem !important; }
  .gap-md-0d5 {
    gap: 0.5rem !important; }
  .gap-md-0d675 {
    gap: 0.675rem !important; }
  .gap-md-0d75 {
    gap: 0.75rem !important; }
  .gap-md-0d875 {
    gap: 0.875rem !important; }
  .gap-md-1 {
    gap: 1rem !important; }
  .gap-md-1d25 {
    gap: 1.25rem !important; }
  .gap-md-1d5 {
    gap: 1.5rem !important; }
  .gap-md-1d6 {
    gap: 1.6rem !important; }
  .gap-md-1d75 {
    gap: 1.75rem !important; }
  .gap-md-2 {
    gap: 2rem !important; }
  .gap-md-2d5 {
    gap: 2.5rem !important; }
  .gap-md-3 {
    gap: 3rem !important; }
  .gap-md-3d5 {
    gap: 3.5rem !important; }
  .gap-md-4 {
    gap: 4rem !important; }
  .gap-md-4d5 {
    gap: 4.5rem !important; }
  .gap-md-5 {
    gap: 5rem !important; }
  .gap-md-5d5 {
    gap: 5.5rem !important; }
  .gap-md-6 {
    gap: 6rem !important; }
  .gap-md-6d5 {
    gap: 6.5rem !important; }
  .gap-md-7 {
    gap: 7rem !important; }
  .gap-md-7d5 {
    gap: 7.5rem !important; }
  .gap-md-8 {
    gap: 8rem !important; }
  .gap-md-8d5 {
    gap: 8.5rem !important; }
  .gap-md-9 {
    gap: 9rem !important; }
  .gap-md-9d5 {
    gap: 9.5rem !important; }
  .gap-md-10 {
    gap: 10rem !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-0d125 {
    margin: 0.125rem !important; }
  .m-md-0d25 {
    margin: 0.25rem !important; }
  .m-md-0d375 {
    margin: 0.375rem !important; }
  .m-md-0d5 {
    margin: 0.5rem !important; }
  .m-md-0d675 {
    margin: 0.675rem !important; }
  .m-md-0d75 {
    margin: 0.75rem !important; }
  .m-md-0d875 {
    margin: 0.875rem !important; }
  .m-md-1 {
    margin: 1rem !important; }
  .m-md-1d25 {
    margin: 1.25rem !important; }
  .m-md-1d5 {
    margin: 1.5rem !important; }
  .m-md-1d6 {
    margin: 1.6rem !important; }
  .m-md-1d75 {
    margin: 1.75rem !important; }
  .m-md-2 {
    margin: 2rem !important; }
  .m-md-2d5 {
    margin: 2.5rem !important; }
  .m-md-3 {
    margin: 3rem !important; }
  .m-md-3d5 {
    margin: 3.5rem !important; }
  .m-md-4 {
    margin: 4rem !important; }
  .m-md-4d5 {
    margin: 4.5rem !important; }
  .m-md-5 {
    margin: 5rem !important; }
  .m-md-5d5 {
    margin: 5.5rem !important; }
  .m-md-6 {
    margin: 6rem !important; }
  .m-md-6d5 {
    margin: 6.5rem !important; }
  .m-md-7 {
    margin: 7rem !important; }
  .m-md-7d5 {
    margin: 7.5rem !important; }
  .m-md-8 {
    margin: 8rem !important; }
  .m-md-8d5 {
    margin: 8.5rem !important; }
  .m-md-9 {
    margin: 9rem !important; }
  .m-md-9d5 {
    margin: 9.5rem !important; }
  .m-md-10 {
    margin: 10rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-0d125 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important; }
  .mx-md-0d25 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-0d375 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important; }
  .mx-md-0d5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-0d675 {
    margin-right: 0.675rem !important;
    margin-left: 0.675rem !important; }
  .mx-md-0d75 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important; }
  .mx-md-0d875 {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important; }
  .mx-md-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-1d25 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }
  .mx-md-1d5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-1d6 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important; }
  .mx-md-1d75 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important; }
  .mx-md-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .mx-md-2d5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-md-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-3d5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }
  .mx-md-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-md-4d5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important; }
  .mx-md-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-md-5d5 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important; }
  .mx-md-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-md-6d5 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important; }
  .mx-md-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important; }
  .mx-md-7d5 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important; }
  .mx-md-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important; }
  .mx-md-8d5 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important; }
  .mx-md-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important; }
  .mx-md-9d5 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important; }
  .mx-md-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !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-0d125 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important; }
  .my-md-0d25 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-0d375 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important; }
  .my-md-0d5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-0d675 {
    margin-top: 0.675rem !important;
    margin-bottom: 0.675rem !important; }
  .my-md-0d75 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }
  .my-md-0d875 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important; }
  .my-md-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-1d25 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .my-md-1d5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-1d6 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important; }
  .my-md-1d75 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important; }
  .my-md-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-md-2d5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-md-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-3d5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }
  .my-md-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-md-4d5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .my-md-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-md-5d5 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important; }
  .my-md-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-md-6d5 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important; }
  .my-md-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; }
  .my-md-7d5 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important; }
  .my-md-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important; }
  .my-md-8d5 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important; }
  .my-md-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
  .my-md-9d5 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important; }
  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-0d125 {
    margin-top: 0.125rem !important; }
  .mt-md-0d25 {
    margin-top: 0.25rem !important; }
  .mt-md-0d375 {
    margin-top: 0.375rem !important; }
  .mt-md-0d5 {
    margin-top: 0.5rem !important; }
  .mt-md-0d675 {
    margin-top: 0.675rem !important; }
  .mt-md-0d75 {
    margin-top: 0.75rem !important; }
  .mt-md-0d875 {
    margin-top: 0.875rem !important; }
  .mt-md-1 {
    margin-top: 1rem !important; }
  .mt-md-1d25 {
    margin-top: 1.25rem !important; }
  .mt-md-1d5 {
    margin-top: 1.5rem !important; }
  .mt-md-1d6 {
    margin-top: 1.6rem !important; }
  .mt-md-1d75 {
    margin-top: 1.75rem !important; }
  .mt-md-2 {
    margin-top: 2rem !important; }
  .mt-md-2d5 {
    margin-top: 2.5rem !important; }
  .mt-md-3 {
    margin-top: 3rem !important; }
  .mt-md-3d5 {
    margin-top: 3.5rem !important; }
  .mt-md-4 {
    margin-top: 4rem !important; }
  .mt-md-4d5 {
    margin-top: 4.5rem !important; }
  .mt-md-5 {
    margin-top: 5rem !important; }
  .mt-md-5d5 {
    margin-top: 5.5rem !important; }
  .mt-md-6 {
    margin-top: 6rem !important; }
  .mt-md-6d5 {
    margin-top: 6.5rem !important; }
  .mt-md-7 {
    margin-top: 7rem !important; }
  .mt-md-7d5 {
    margin-top: 7.5rem !important; }
  .mt-md-8 {
    margin-top: 8rem !important; }
  .mt-md-8d5 {
    margin-top: 8.5rem !important; }
  .mt-md-9 {
    margin-top: 9rem !important; }
  .mt-md-9d5 {
    margin-top: 9.5rem !important; }
  .mt-md-10 {
    margin-top: 10rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-0d125 {
    margin-right: 0.125rem !important; }
  .me-md-0d25 {
    margin-right: 0.25rem !important; }
  .me-md-0d375 {
    margin-right: 0.375rem !important; }
  .me-md-0d5 {
    margin-right: 0.5rem !important; }
  .me-md-0d675 {
    margin-right: 0.675rem !important; }
  .me-md-0d75 {
    margin-right: 0.75rem !important; }
  .me-md-0d875 {
    margin-right: 0.875rem !important; }
  .me-md-1 {
    margin-right: 1rem !important; }
  .me-md-1d25 {
    margin-right: 1.25rem !important; }
  .me-md-1d5 {
    margin-right: 1.5rem !important; }
  .me-md-1d6 {
    margin-right: 1.6rem !important; }
  .me-md-1d75 {
    margin-right: 1.75rem !important; }
  .me-md-2 {
    margin-right: 2rem !important; }
  .me-md-2d5 {
    margin-right: 2.5rem !important; }
  .me-md-3 {
    margin-right: 3rem !important; }
  .me-md-3d5 {
    margin-right: 3.5rem !important; }
  .me-md-4 {
    margin-right: 4rem !important; }
  .me-md-4d5 {
    margin-right: 4.5rem !important; }
  .me-md-5 {
    margin-right: 5rem !important; }
  .me-md-5d5 {
    margin-right: 5.5rem !important; }
  .me-md-6 {
    margin-right: 6rem !important; }
  .me-md-6d5 {
    margin-right: 6.5rem !important; }
  .me-md-7 {
    margin-right: 7rem !important; }
  .me-md-7d5 {
    margin-right: 7.5rem !important; }
  .me-md-8 {
    margin-right: 8rem !important; }
  .me-md-8d5 {
    margin-right: 8.5rem !important; }
  .me-md-9 {
    margin-right: 9rem !important; }
  .me-md-9d5 {
    margin-right: 9.5rem !important; }
  .me-md-10 {
    margin-right: 10rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-0d125 {
    margin-bottom: 0.125rem !important; }
  .mb-md-0d25 {
    margin-bottom: 0.25rem !important; }
  .mb-md-0d375 {
    margin-bottom: 0.375rem !important; }
  .mb-md-0d5 {
    margin-bottom: 0.5rem !important; }
  .mb-md-0d675 {
    margin-bottom: 0.675rem !important; }
  .mb-md-0d75 {
    margin-bottom: 0.75rem !important; }
  .mb-md-0d875 {
    margin-bottom: 0.875rem !important; }
  .mb-md-1 {
    margin-bottom: 1rem !important; }
  .mb-md-1d25 {
    margin-bottom: 1.25rem !important; }
  .mb-md-1d5 {
    margin-bottom: 1.5rem !important; }
  .mb-md-1d6 {
    margin-bottom: 1.6rem !important; }
  .mb-md-1d75 {
    margin-bottom: 1.75rem !important; }
  .mb-md-2 {
    margin-bottom: 2rem !important; }
  .mb-md-2d5 {
    margin-bottom: 2.5rem !important; }
  .mb-md-3 {
    margin-bottom: 3rem !important; }
  .mb-md-3d5 {
    margin-bottom: 3.5rem !important; }
  .mb-md-4 {
    margin-bottom: 4rem !important; }
  .mb-md-4d5 {
    margin-bottom: 4.5rem !important; }
  .mb-md-5 {
    margin-bottom: 5rem !important; }
  .mb-md-5d5 {
    margin-bottom: 5.5rem !important; }
  .mb-md-6 {
    margin-bottom: 6rem !important; }
  .mb-md-6d5 {
    margin-bottom: 6.5rem !important; }
  .mb-md-7 {
    margin-bottom: 7rem !important; }
  .mb-md-7d5 {
    margin-bottom: 7.5rem !important; }
  .mb-md-8 {
    margin-bottom: 8rem !important; }
  .mb-md-8d5 {
    margin-bottom: 8.5rem !important; }
  .mb-md-9 {
    margin-bottom: 9rem !important; }
  .mb-md-9d5 {
    margin-bottom: 9.5rem !important; }
  .mb-md-10 {
    margin-bottom: 10rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-0d125 {
    margin-left: 0.125rem !important; }
  .ms-md-0d25 {
    margin-left: 0.25rem !important; }
  .ms-md-0d375 {
    margin-left: 0.375rem !important; }
  .ms-md-0d5 {
    margin-left: 0.5rem !important; }
  .ms-md-0d675 {
    margin-left: 0.675rem !important; }
  .ms-md-0d75 {
    margin-left: 0.75rem !important; }
  .ms-md-0d875 {
    margin-left: 0.875rem !important; }
  .ms-md-1 {
    margin-left: 1rem !important; }
  .ms-md-1d25 {
    margin-left: 1.25rem !important; }
  .ms-md-1d5 {
    margin-left: 1.5rem !important; }
  .ms-md-1d6 {
    margin-left: 1.6rem !important; }
  .ms-md-1d75 {
    margin-left: 1.75rem !important; }
  .ms-md-2 {
    margin-left: 2rem !important; }
  .ms-md-2d5 {
    margin-left: 2.5rem !important; }
  .ms-md-3 {
    margin-left: 3rem !important; }
  .ms-md-3d5 {
    margin-left: 3.5rem !important; }
  .ms-md-4 {
    margin-left: 4rem !important; }
  .ms-md-4d5 {
    margin-left: 4.5rem !important; }
  .ms-md-5 {
    margin-left: 5rem !important; }
  .ms-md-5d5 {
    margin-left: 5.5rem !important; }
  .ms-md-6 {
    margin-left: 6rem !important; }
  .ms-md-6d5 {
    margin-left: 6.5rem !important; }
  .ms-md-7 {
    margin-left: 7rem !important; }
  .ms-md-7d5 {
    margin-left: 7.5rem !important; }
  .ms-md-8 {
    margin-left: 8rem !important; }
  .ms-md-8d5 {
    margin-left: 8.5rem !important; }
  .ms-md-9 {
    margin-left: 9rem !important; }
  .ms-md-9d5 {
    margin-left: 9.5rem !important; }
  .ms-md-10 {
    margin-left: 10rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .m-md-n0d125 {
    margin: -0.125rem !important; }
  .m-md-n0d25 {
    margin: -0.25rem !important; }
  .m-md-n0d375 {
    margin: -0.375rem !important; }
  .m-md-n0d5 {
    margin: -0.5rem !important; }
  .m-md-n0d675 {
    margin: -0.675rem !important; }
  .m-md-n0d75 {
    margin: -0.75rem !important; }
  .m-md-n0d875 {
    margin: -0.875rem !important; }
  .m-md-n1 {
    margin: -1rem !important; }
  .m-md-n1d25 {
    margin: -1.25rem !important; }
  .m-md-n1d5 {
    margin: -1.5rem !important; }
  .m-md-n1d6 {
    margin: -1.6rem !important; }
  .m-md-n1d75 {
    margin: -1.75rem !important; }
  .m-md-n2 {
    margin: -2rem !important; }
  .m-md-n2d5 {
    margin: -2.5rem !important; }
  .m-md-n3 {
    margin: -3rem !important; }
  .m-md-n3d5 {
    margin: -3.5rem !important; }
  .m-md-n4 {
    margin: -4rem !important; }
  .m-md-n4d5 {
    margin: -4.5rem !important; }
  .m-md-n5 {
    margin: -5rem !important; }
  .m-md-n5d5 {
    margin: -5.5rem !important; }
  .m-md-n6 {
    margin: -6rem !important; }
  .m-md-n6d5 {
    margin: -6.5rem !important; }
  .m-md-n7 {
    margin: -7rem !important; }
  .m-md-n7d5 {
    margin: -7.5rem !important; }
  .m-md-n8 {
    margin: -8rem !important; }
  .m-md-n8d5 {
    margin: -8.5rem !important; }
  .m-md-n9 {
    margin: -9rem !important; }
  .m-md-n9d5 {
    margin: -9.5rem !important; }
  .m-md-n10 {
    margin: -10rem !important; }
  .mx-md-n0d125 {
    margin-right: -0.125rem !important;
    margin-left: -0.125rem !important; }
  .mx-md-n0d25 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-md-n0d375 {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important; }
  .mx-md-n0d5 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-md-n0d675 {
    margin-right: -0.675rem !important;
    margin-left: -0.675rem !important; }
  .mx-md-n0d75 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important; }
  .mx-md-n0d875 {
    margin-right: -0.875rem !important;
    margin-left: -0.875rem !important; }
  .mx-md-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-md-n1d25 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important; }
  .mx-md-n1d5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-md-n1d6 {
    margin-right: -1.6rem !important;
    margin-left: -1.6rem !important; }
  .mx-md-n1d75 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important; }
  .mx-md-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important; }
  .mx-md-n2d5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important; }
  .mx-md-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .mx-md-n3d5 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important; }
  .mx-md-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important; }
  .mx-md-n4d5 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important; }
  .mx-md-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important; }
  .mx-md-n5d5 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important; }
  .mx-md-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important; }
  .mx-md-n6d5 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-md-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important; }
  .mx-md-n7d5 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important; }
  .mx-md-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important; }
  .mx-md-n8d5 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important; }
  .mx-md-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important; }
  .mx-md-n9d5 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important; }
  .mx-md-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important; }
  .my-md-n0d125 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important; }
  .my-md-n0d25 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-md-n0d375 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important; }
  .my-md-n0d5 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-md-n0d675 {
    margin-top: -0.675rem !important;
    margin-bottom: -0.675rem !important; }
  .my-md-n0d75 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important; }
  .my-md-n0d875 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important; }
  .my-md-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-md-n1d25 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important; }
  .my-md-n1d5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-md-n1d6 {
    margin-top: -1.6rem !important;
    margin-bottom: -1.6rem !important; }
  .my-md-n1d75 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important; }
  .my-md-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important; }
  .my-md-n2d5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important; }
  .my-md-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .my-md-n3d5 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important; }
  .my-md-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important; }
  .my-md-n4d5 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important; }
  .my-md-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important; }
  .my-md-n5d5 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important; }
  .my-md-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
  .my-md-n6d5 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-md-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important; }
  .my-md-n7d5 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important; }
  .my-md-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important; }
  .my-md-n8d5 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important; }
  .my-md-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important; }
  .my-md-n9d5 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important; }
  .my-md-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important; }
  .mt-md-n0d125 {
    margin-top: -0.125rem !important; }
  .mt-md-n0d25 {
    margin-top: -0.25rem !important; }
  .mt-md-n0d375 {
    margin-top: -0.375rem !important; }
  .mt-md-n0d5 {
    margin-top: -0.5rem !important; }
  .mt-md-n0d675 {
    margin-top: -0.675rem !important; }
  .mt-md-n0d75 {
    margin-top: -0.75rem !important; }
  .mt-md-n0d875 {
    margin-top: -0.875rem !important; }
  .mt-md-n1 {
    margin-top: -1rem !important; }
  .mt-md-n1d25 {
    margin-top: -1.25rem !important; }
  .mt-md-n1d5 {
    margin-top: -1.5rem !important; }
  .mt-md-n1d6 {
    margin-top: -1.6rem !important; }
  .mt-md-n1d75 {
    margin-top: -1.75rem !important; }
  .mt-md-n2 {
    margin-top: -2rem !important; }
  .mt-md-n2d5 {
    margin-top: -2.5rem !important; }
  .mt-md-n3 {
    margin-top: -3rem !important; }
  .mt-md-n3d5 {
    margin-top: -3.5rem !important; }
  .mt-md-n4 {
    margin-top: -4rem !important; }
  .mt-md-n4d5 {
    margin-top: -4.5rem !important; }
  .mt-md-n5 {
    margin-top: -5rem !important; }
  .mt-md-n5d5 {
    margin-top: -5.5rem !important; }
  .mt-md-n6 {
    margin-top: -6rem !important; }
  .mt-md-n6d5 {
    margin-top: -6.5rem !important; }
  .mt-md-n7 {
    margin-top: -7rem !important; }
  .mt-md-n7d5 {
    margin-top: -7.5rem !important; }
  .mt-md-n8 {
    margin-top: -8rem !important; }
  .mt-md-n8d5 {
    margin-top: -8.5rem !important; }
  .mt-md-n9 {
    margin-top: -9rem !important; }
  .mt-md-n9d5 {
    margin-top: -9.5rem !important; }
  .mt-md-n10 {
    margin-top: -10rem !important; }
  .me-md-n0d125 {
    margin-right: -0.125rem !important; }
  .me-md-n0d25 {
    margin-right: -0.25rem !important; }
  .me-md-n0d375 {
    margin-right: -0.375rem !important; }
  .me-md-n0d5 {
    margin-right: -0.5rem !important; }
  .me-md-n0d675 {
    margin-right: -0.675rem !important; }
  .me-md-n0d75 {
    margin-right: -0.75rem !important; }
  .me-md-n0d875 {
    margin-right: -0.875rem !important; }
  .me-md-n1 {
    margin-right: -1rem !important; }
  .me-md-n1d25 {
    margin-right: -1.25rem !important; }
  .me-md-n1d5 {
    margin-right: -1.5rem !important; }
  .me-md-n1d6 {
    margin-right: -1.6rem !important; }
  .me-md-n1d75 {
    margin-right: -1.75rem !important; }
  .me-md-n2 {
    margin-right: -2rem !important; }
  .me-md-n2d5 {
    margin-right: -2.5rem !important; }
  .me-md-n3 {
    margin-right: -3rem !important; }
  .me-md-n3d5 {
    margin-right: -3.5rem !important; }
  .me-md-n4 {
    margin-right: -4rem !important; }
  .me-md-n4d5 {
    margin-right: -4.5rem !important; }
  .me-md-n5 {
    margin-right: -5rem !important; }
  .me-md-n5d5 {
    margin-right: -5.5rem !important; }
  .me-md-n6 {
    margin-right: -6rem !important; }
  .me-md-n6d5 {
    margin-right: -6.5rem !important; }
  .me-md-n7 {
    margin-right: -7rem !important; }
  .me-md-n7d5 {
    margin-right: -7.5rem !important; }
  .me-md-n8 {
    margin-right: -8rem !important; }
  .me-md-n8d5 {
    margin-right: -8.5rem !important; }
  .me-md-n9 {
    margin-right: -9rem !important; }
  .me-md-n9d5 {
    margin-right: -9.5rem !important; }
  .me-md-n10 {
    margin-right: -10rem !important; }
  .mb-md-n0d125 {
    margin-bottom: -0.125rem !important; }
  .mb-md-n0d25 {
    margin-bottom: -0.25rem !important; }
  .mb-md-n0d375 {
    margin-bottom: -0.375rem !important; }
  .mb-md-n0d5 {
    margin-bottom: -0.5rem !important; }
  .mb-md-n0d675 {
    margin-bottom: -0.675rem !important; }
  .mb-md-n0d75 {
    margin-bottom: -0.75rem !important; }
  .mb-md-n0d875 {
    margin-bottom: -0.875rem !important; }
  .mb-md-n1 {
    margin-bottom: -1rem !important; }
  .mb-md-n1d25 {
    margin-bottom: -1.25rem !important; }
  .mb-md-n1d5 {
    margin-bottom: -1.5rem !important; }
  .mb-md-n1d6 {
    margin-bottom: -1.6rem !important; }
  .mb-md-n1d75 {
    margin-bottom: -1.75rem !important; }
  .mb-md-n2 {
    margin-bottom: -2rem !important; }
  .mb-md-n2d5 {
    margin-bottom: -2.5rem !important; }
  .mb-md-n3 {
    margin-bottom: -3rem !important; }
  .mb-md-n3d5 {
    margin-bottom: -3.5rem !important; }
  .mb-md-n4 {
    margin-bottom: -4rem !important; }
  .mb-md-n4d5 {
    margin-bottom: -4.5rem !important; }
  .mb-md-n5 {
    margin-bottom: -5rem !important; }
  .mb-md-n5d5 {
    margin-bottom: -5.5rem !important; }
  .mb-md-n6 {
    margin-bottom: -6rem !important; }
  .mb-md-n6d5 {
    margin-bottom: -6.5rem !important; }
  .mb-md-n7 {
    margin-bottom: -7rem !important; }
  .mb-md-n7d5 {
    margin-bottom: -7.5rem !important; }
  .mb-md-n8 {
    margin-bottom: -8rem !important; }
  .mb-md-n8d5 {
    margin-bottom: -8.5rem !important; }
  .mb-md-n9 {
    margin-bottom: -9rem !important; }
  .mb-md-n9d5 {
    margin-bottom: -9.5rem !important; }
  .mb-md-n10 {
    margin-bottom: -10rem !important; }
  .ms-md-n0d125 {
    margin-left: -0.125rem !important; }
  .ms-md-n0d25 {
    margin-left: -0.25rem !important; }
  .ms-md-n0d375 {
    margin-left: -0.375rem !important; }
  .ms-md-n0d5 {
    margin-left: -0.5rem !important; }
  .ms-md-n0d675 {
    margin-left: -0.675rem !important; }
  .ms-md-n0d75 {
    margin-left: -0.75rem !important; }
  .ms-md-n0d875 {
    margin-left: -0.875rem !important; }
  .ms-md-n1 {
    margin-left: -1rem !important; }
  .ms-md-n1d25 {
    margin-left: -1.25rem !important; }
  .ms-md-n1d5 {
    margin-left: -1.5rem !important; }
  .ms-md-n1d6 {
    margin-left: -1.6rem !important; }
  .ms-md-n1d75 {
    margin-left: -1.75rem !important; }
  .ms-md-n2 {
    margin-left: -2rem !important; }
  .ms-md-n2d5 {
    margin-left: -2.5rem !important; }
  .ms-md-n3 {
    margin-left: -3rem !important; }
  .ms-md-n3d5 {
    margin-left: -3.5rem !important; }
  .ms-md-n4 {
    margin-left: -4rem !important; }
  .ms-md-n4d5 {
    margin-left: -4.5rem !important; }
  .ms-md-n5 {
    margin-left: -5rem !important; }
  .ms-md-n5d5 {
    margin-left: -5.5rem !important; }
  .ms-md-n6 {
    margin-left: -6rem !important; }
  .ms-md-n6d5 {
    margin-left: -6.5rem !important; }
  .ms-md-n7 {
    margin-left: -7rem !important; }
  .ms-md-n7d5 {
    margin-left: -7.5rem !important; }
  .ms-md-n8 {
    margin-left: -8rem !important; }
  .ms-md-n8d5 {
    margin-left: -8.5rem !important; }
  .ms-md-n9 {
    margin-left: -9rem !important; }
  .ms-md-n9d5 {
    margin-left: -9.5rem !important; }
  .ms-md-n10 {
    margin-left: -10rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-0d125 {
    padding: 0.125rem !important; }
  .p-md-0d25 {
    padding: 0.25rem !important; }
  .p-md-0d375 {
    padding: 0.375rem !important; }
  .p-md-0d5 {
    padding: 0.5rem !important; }
  .p-md-0d675 {
    padding: 0.675rem !important; }
  .p-md-0d75 {
    padding: 0.75rem !important; }
  .p-md-0d875 {
    padding: 0.875rem !important; }
  .p-md-1 {
    padding: 1rem !important; }
  .p-md-1d25 {
    padding: 1.25rem !important; }
  .p-md-1d5 {
    padding: 1.5rem !important; }
  .p-md-1d6 {
    padding: 1.6rem !important; }
  .p-md-1d75 {
    padding: 1.75rem !important; }
  .p-md-2 {
    padding: 2rem !important; }
  .p-md-2d5 {
    padding: 2.5rem !important; }
  .p-md-3 {
    padding: 3rem !important; }
  .p-md-3d5 {
    padding: 3.5rem !important; }
  .p-md-4 {
    padding: 4rem !important; }
  .p-md-4d5 {
    padding: 4.5rem !important; }
  .p-md-5 {
    padding: 5rem !important; }
  .p-md-5d5 {
    padding: 5.5rem !important; }
  .p-md-6 {
    padding: 6rem !important; }
  .p-md-6d5 {
    padding: 6.5rem !important; }
  .p-md-7 {
    padding: 7rem !important; }
  .p-md-7d5 {
    padding: 7.5rem !important; }
  .p-md-8 {
    padding: 8rem !important; }
  .p-md-8d5 {
    padding: 8.5rem !important; }
  .p-md-9 {
    padding: 9rem !important; }
  .p-md-9d5 {
    padding: 9.5rem !important; }
  .p-md-10 {
    padding: 10rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-0d125 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important; }
  .px-md-0d25 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-0d375 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important; }
  .px-md-0d5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-0d675 {
    padding-right: 0.675rem !important;
    padding-left: 0.675rem !important; }
  .px-md-0d75 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }
  .px-md-0d875 {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important; }
  .px-md-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-1d25 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }
  .px-md-1d5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-1d6 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important; }
  .px-md-1d75 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important; }
  .px-md-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .px-md-2d5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .px-md-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-md-3d5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }
  .px-md-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-md-4d5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }
  .px-md-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .px-md-5d5 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important; }
  .px-md-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-md-6d5 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important; }
  .px-md-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important; }
  .px-md-7d5 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important; }
  .px-md-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important; }
  .px-md-8d5 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important; }
  .px-md-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
  .px-md-9d5 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important; }
  .px-md-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-0d125 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important; }
  .py-md-0d25 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-0d375 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important; }
  .py-md-0d5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-0d675 {
    padding-top: 0.675rem !important;
    padding-bottom: 0.675rem !important; }
  .py-md-0d75 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }
  .py-md-0d875 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important; }
  .py-md-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-1d25 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .py-md-1d5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-1d6 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important; }
  .py-md-1d75 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important; }
  .py-md-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-md-2d5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .py-md-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-md-3d5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }
  .py-md-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-md-4d5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .py-md-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .py-md-5d5 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important; }
  .py-md-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-md-6d5 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important; }
  .py-md-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }
  .py-md-7d5 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important; }
  .py-md-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important; }
  .py-md-8d5 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important; }
  .py-md-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .py-md-9d5 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important; }
  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-0d125 {
    padding-top: 0.125rem !important; }
  .pt-md-0d25 {
    padding-top: 0.25rem !important; }
  .pt-md-0d375 {
    padding-top: 0.375rem !important; }
  .pt-md-0d5 {
    padding-top: 0.5rem !important; }
  .pt-md-0d675 {
    padding-top: 0.675rem !important; }
  .pt-md-0d75 {
    padding-top: 0.75rem !important; }
  .pt-md-0d875 {
    padding-top: 0.875rem !important; }
  .pt-md-1 {
    padding-top: 1rem !important; }
  .pt-md-1d25 {
    padding-top: 1.25rem !important; }
  .pt-md-1d5 {
    padding-top: 1.5rem !important; }
  .pt-md-1d6 {
    padding-top: 1.6rem !important; }
  .pt-md-1d75 {
    padding-top: 1.75rem !important; }
  .pt-md-2 {
    padding-top: 2rem !important; }
  .pt-md-2d5 {
    padding-top: 2.5rem !important; }
  .pt-md-3 {
    padding-top: 3rem !important; }
  .pt-md-3d5 {
    padding-top: 3.5rem !important; }
  .pt-md-4 {
    padding-top: 4rem !important; }
  .pt-md-4d5 {
    padding-top: 4.5rem !important; }
  .pt-md-5 {
    padding-top: 5rem !important; }
  .pt-md-5d5 {
    padding-top: 5.5rem !important; }
  .pt-md-6 {
    padding-top: 6rem !important; }
  .pt-md-6d5 {
    padding-top: 6.5rem !important; }
  .pt-md-7 {
    padding-top: 7rem !important; }
  .pt-md-7d5 {
    padding-top: 7.5rem !important; }
  .pt-md-8 {
    padding-top: 8rem !important; }
  .pt-md-8d5 {
    padding-top: 8.5rem !important; }
  .pt-md-9 {
    padding-top: 9rem !important; }
  .pt-md-9d5 {
    padding-top: 9.5rem !important; }
  .pt-md-10 {
    padding-top: 10rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-0d125 {
    padding-right: 0.125rem !important; }
  .pe-md-0d25 {
    padding-right: 0.25rem !important; }
  .pe-md-0d375 {
    padding-right: 0.375rem !important; }
  .pe-md-0d5 {
    padding-right: 0.5rem !important; }
  .pe-md-0d675 {
    padding-right: 0.675rem !important; }
  .pe-md-0d75 {
    padding-right: 0.75rem !important; }
  .pe-md-0d875 {
    padding-right: 0.875rem !important; }
  .pe-md-1 {
    padding-right: 1rem !important; }
  .pe-md-1d25 {
    padding-right: 1.25rem !important; }
  .pe-md-1d5 {
    padding-right: 1.5rem !important; }
  .pe-md-1d6 {
    padding-right: 1.6rem !important; }
  .pe-md-1d75 {
    padding-right: 1.75rem !important; }
  .pe-md-2 {
    padding-right: 2rem !important; }
  .pe-md-2d5 {
    padding-right: 2.5rem !important; }
  .pe-md-3 {
    padding-right: 3rem !important; }
  .pe-md-3d5 {
    padding-right: 3.5rem !important; }
  .pe-md-4 {
    padding-right: 4rem !important; }
  .pe-md-4d5 {
    padding-right: 4.5rem !important; }
  .pe-md-5 {
    padding-right: 5rem !important; }
  .pe-md-5d5 {
    padding-right: 5.5rem !important; }
  .pe-md-6 {
    padding-right: 6rem !important; }
  .pe-md-6d5 {
    padding-right: 6.5rem !important; }
  .pe-md-7 {
    padding-right: 7rem !important; }
  .pe-md-7d5 {
    padding-right: 7.5rem !important; }
  .pe-md-8 {
    padding-right: 8rem !important; }
  .pe-md-8d5 {
    padding-right: 8.5rem !important; }
  .pe-md-9 {
    padding-right: 9rem !important; }
  .pe-md-9d5 {
    padding-right: 9.5rem !important; }
  .pe-md-10 {
    padding-right: 10rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-0d125 {
    padding-bottom: 0.125rem !important; }
  .pb-md-0d25 {
    padding-bottom: 0.25rem !important; }
  .pb-md-0d375 {
    padding-bottom: 0.375rem !important; }
  .pb-md-0d5 {
    padding-bottom: 0.5rem !important; }
  .pb-md-0d675 {
    padding-bottom: 0.675rem !important; }
  .pb-md-0d75 {
    padding-bottom: 0.75rem !important; }
  .pb-md-0d875 {
    padding-bottom: 0.875rem !important; }
  .pb-md-1 {
    padding-bottom: 1rem !important; }
  .pb-md-1d25 {
    padding-bottom: 1.25rem !important; }
  .pb-md-1d5 {
    padding-bottom: 1.5rem !important; }
  .pb-md-1d6 {
    padding-bottom: 1.6rem !important; }
  .pb-md-1d75 {
    padding-bottom: 1.75rem !important; }
  .pb-md-2 {
    padding-bottom: 2rem !important; }
  .pb-md-2d5 {
    padding-bottom: 2.5rem !important; }
  .pb-md-3 {
    padding-bottom: 3rem !important; }
  .pb-md-3d5 {
    padding-bottom: 3.5rem !important; }
  .pb-md-4 {
    padding-bottom: 4rem !important; }
  .pb-md-4d5 {
    padding-bottom: 4.5rem !important; }
  .pb-md-5 {
    padding-bottom: 5rem !important; }
  .pb-md-5d5 {
    padding-bottom: 5.5rem !important; }
  .pb-md-6 {
    padding-bottom: 6rem !important; }
  .pb-md-6d5 {
    padding-bottom: 6.5rem !important; }
  .pb-md-7 {
    padding-bottom: 7rem !important; }
  .pb-md-7d5 {
    padding-bottom: 7.5rem !important; }
  .pb-md-8 {
    padding-bottom: 8rem !important; }
  .pb-md-8d5 {
    padding-bottom: 8.5rem !important; }
  .pb-md-9 {
    padding-bottom: 9rem !important; }
  .pb-md-9d5 {
    padding-bottom: 9.5rem !important; }
  .pb-md-10 {
    padding-bottom: 10rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-0d125 {
    padding-left: 0.125rem !important; }
  .ps-md-0d25 {
    padding-left: 0.25rem !important; }
  .ps-md-0d375 {
    padding-left: 0.375rem !important; }
  .ps-md-0d5 {
    padding-left: 0.5rem !important; }
  .ps-md-0d675 {
    padding-left: 0.675rem !important; }
  .ps-md-0d75 {
    padding-left: 0.75rem !important; }
  .ps-md-0d875 {
    padding-left: 0.875rem !important; }
  .ps-md-1 {
    padding-left: 1rem !important; }
  .ps-md-1d25 {
    padding-left: 1.25rem !important; }
  .ps-md-1d5 {
    padding-left: 1.5rem !important; }
  .ps-md-1d6 {
    padding-left: 1.6rem !important; }
  .ps-md-1d75 {
    padding-left: 1.75rem !important; }
  .ps-md-2 {
    padding-left: 2rem !important; }
  .ps-md-2d5 {
    padding-left: 2.5rem !important; }
  .ps-md-3 {
    padding-left: 3rem !important; }
  .ps-md-3d5 {
    padding-left: 3.5rem !important; }
  .ps-md-4 {
    padding-left: 4rem !important; }
  .ps-md-4d5 {
    padding-left: 4.5rem !important; }
  .ps-md-5 {
    padding-left: 5rem !important; }
  .ps-md-5d5 {
    padding-left: 5.5rem !important; }
  .ps-md-6 {
    padding-left: 6rem !important; }
  .ps-md-6d5 {
    padding-left: 6.5rem !important; }
  .ps-md-7 {
    padding-left: 7rem !important; }
  .ps-md-7d5 {
    padding-left: 7.5rem !important; }
  .ps-md-8 {
    padding-left: 8rem !important; }
  .ps-md-8d5 {
    padding-left: 8.5rem !important; }
  .ps-md-9 {
    padding-left: 9rem !important; }
  .ps-md-9d5 {
    padding-left: 9.5rem !important; }
  .ps-md-10 {
    padding-left: 10rem !important; }
  .text-md-start {
    text-align: left !important; }
  .text-md-end {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 1680px) {
  .float-lg-start {
    float: left !important; }
  .float-lg-end {
    float: right !important; }
  .float-lg-none {
    float: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .gap-lg-0 {
    gap: 0 !important; }
  .gap-lg-0d125 {
    gap: 0.125rem !important; }
  .gap-lg-0d25 {
    gap: 0.25rem !important; }
  .gap-lg-0d375 {
    gap: 0.375rem !important; }
  .gap-lg-0d5 {
    gap: 0.5rem !important; }
  .gap-lg-0d675 {
    gap: 0.675rem !important; }
  .gap-lg-0d75 {
    gap: 0.75rem !important; }
  .gap-lg-0d875 {
    gap: 0.875rem !important; }
  .gap-lg-1 {
    gap: 1rem !important; }
  .gap-lg-1d25 {
    gap: 1.25rem !important; }
  .gap-lg-1d5 {
    gap: 1.5rem !important; }
  .gap-lg-1d6 {
    gap: 1.6rem !important; }
  .gap-lg-1d75 {
    gap: 1.75rem !important; }
  .gap-lg-2 {
    gap: 2rem !important; }
  .gap-lg-2d5 {
    gap: 2.5rem !important; }
  .gap-lg-3 {
    gap: 3rem !important; }
  .gap-lg-3d5 {
    gap: 3.5rem !important; }
  .gap-lg-4 {
    gap: 4rem !important; }
  .gap-lg-4d5 {
    gap: 4.5rem !important; }
  .gap-lg-5 {
    gap: 5rem !important; }
  .gap-lg-5d5 {
    gap: 5.5rem !important; }
  .gap-lg-6 {
    gap: 6rem !important; }
  .gap-lg-6d5 {
    gap: 6.5rem !important; }
  .gap-lg-7 {
    gap: 7rem !important; }
  .gap-lg-7d5 {
    gap: 7.5rem !important; }
  .gap-lg-8 {
    gap: 8rem !important; }
  .gap-lg-8d5 {
    gap: 8.5rem !important; }
  .gap-lg-9 {
    gap: 9rem !important; }
  .gap-lg-9d5 {
    gap: 9.5rem !important; }
  .gap-lg-10 {
    gap: 10rem !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-0d125 {
    margin: 0.125rem !important; }
  .m-lg-0d25 {
    margin: 0.25rem !important; }
  .m-lg-0d375 {
    margin: 0.375rem !important; }
  .m-lg-0d5 {
    margin: 0.5rem !important; }
  .m-lg-0d675 {
    margin: 0.675rem !important; }
  .m-lg-0d75 {
    margin: 0.75rem !important; }
  .m-lg-0d875 {
    margin: 0.875rem !important; }
  .m-lg-1 {
    margin: 1rem !important; }
  .m-lg-1d25 {
    margin: 1.25rem !important; }
  .m-lg-1d5 {
    margin: 1.5rem !important; }
  .m-lg-1d6 {
    margin: 1.6rem !important; }
  .m-lg-1d75 {
    margin: 1.75rem !important; }
  .m-lg-2 {
    margin: 2rem !important; }
  .m-lg-2d5 {
    margin: 2.5rem !important; }
  .m-lg-3 {
    margin: 3rem !important; }
  .m-lg-3d5 {
    margin: 3.5rem !important; }
  .m-lg-4 {
    margin: 4rem !important; }
  .m-lg-4d5 {
    margin: 4.5rem !important; }
  .m-lg-5 {
    margin: 5rem !important; }
  .m-lg-5d5 {
    margin: 5.5rem !important; }
  .m-lg-6 {
    margin: 6rem !important; }
  .m-lg-6d5 {
    margin: 6.5rem !important; }
  .m-lg-7 {
    margin: 7rem !important; }
  .m-lg-7d5 {
    margin: 7.5rem !important; }
  .m-lg-8 {
    margin: 8rem !important; }
  .m-lg-8d5 {
    margin: 8.5rem !important; }
  .m-lg-9 {
    margin: 9rem !important; }
  .m-lg-9d5 {
    margin: 9.5rem !important; }
  .m-lg-10 {
    margin: 10rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-0d125 {
    margin-right: 0.125rem !important;
    margin-left: 0.125rem !important; }
  .mx-lg-0d25 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-0d375 {
    margin-right: 0.375rem !important;
    margin-left: 0.375rem !important; }
  .mx-lg-0d5 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-0d675 {
    margin-right: 0.675rem !important;
    margin-left: 0.675rem !important; }
  .mx-lg-0d75 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important; }
  .mx-lg-0d875 {
    margin-right: 0.875rem !important;
    margin-left: 0.875rem !important; }
  .mx-lg-1 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-1d25 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important; }
  .mx-lg-1d5 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-1d6 {
    margin-right: 1.6rem !important;
    margin-left: 1.6rem !important; }
  .mx-lg-1d75 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important; }
  .mx-lg-2 {
    margin-right: 2rem !important;
    margin-left: 2rem !important; }
  .mx-lg-2d5 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important; }
  .mx-lg-3 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-3d5 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important; }
  .mx-lg-4 {
    margin-right: 4rem !important;
    margin-left: 4rem !important; }
  .mx-lg-4d5 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important; }
  .mx-lg-5 {
    margin-right: 5rem !important;
    margin-left: 5rem !important; }
  .mx-lg-5d5 {
    margin-right: 5.5rem !important;
    margin-left: 5.5rem !important; }
  .mx-lg-6 {
    margin-right: 6rem !important;
    margin-left: 6rem !important; }
  .mx-lg-6d5 {
    margin-right: 6.5rem !important;
    margin-left: 6.5rem !important; }
  .mx-lg-7 {
    margin-right: 7rem !important;
    margin-left: 7rem !important; }
  .mx-lg-7d5 {
    margin-right: 7.5rem !important;
    margin-left: 7.5rem !important; }
  .mx-lg-8 {
    margin-right: 8rem !important;
    margin-left: 8rem !important; }
  .mx-lg-8d5 {
    margin-right: 8.5rem !important;
    margin-left: 8.5rem !important; }
  .mx-lg-9 {
    margin-right: 9rem !important;
    margin-left: 9rem !important; }
  .mx-lg-9d5 {
    margin-right: 9.5rem !important;
    margin-left: 9.5rem !important; }
  .mx-lg-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !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-0d125 {
    margin-top: 0.125rem !important;
    margin-bottom: 0.125rem !important; }
  .my-lg-0d25 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-0d375 {
    margin-top: 0.375rem !important;
    margin-bottom: 0.375rem !important; }
  .my-lg-0d5 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-0d675 {
    margin-top: 0.675rem !important;
    margin-bottom: 0.675rem !important; }
  .my-lg-0d75 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important; }
  .my-lg-0d875 {
    margin-top: 0.875rem !important;
    margin-bottom: 0.875rem !important; }
  .my-lg-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-1d25 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important; }
  .my-lg-1d5 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-1d6 {
    margin-top: 1.6rem !important;
    margin-bottom: 1.6rem !important; }
  .my-lg-1d75 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important; }
  .my-lg-2 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important; }
  .my-lg-2d5 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important; }
  .my-lg-3 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-3d5 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important; }
  .my-lg-4 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important; }
  .my-lg-4d5 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important; }
  .my-lg-5 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important; }
  .my-lg-5d5 {
    margin-top: 5.5rem !important;
    margin-bottom: 5.5rem !important; }
  .my-lg-6 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important; }
  .my-lg-6d5 {
    margin-top: 6.5rem !important;
    margin-bottom: 6.5rem !important; }
  .my-lg-7 {
    margin-top: 7rem !important;
    margin-bottom: 7rem !important; }
  .my-lg-7d5 {
    margin-top: 7.5rem !important;
    margin-bottom: 7.5rem !important; }
  .my-lg-8 {
    margin-top: 8rem !important;
    margin-bottom: 8rem !important; }
  .my-lg-8d5 {
    margin-top: 8.5rem !important;
    margin-bottom: 8.5rem !important; }
  .my-lg-9 {
    margin-top: 9rem !important;
    margin-bottom: 9rem !important; }
  .my-lg-9d5 {
    margin-top: 9.5rem !important;
    margin-bottom: 9.5rem !important; }
  .my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-0d125 {
    margin-top: 0.125rem !important; }
  .mt-lg-0d25 {
    margin-top: 0.25rem !important; }
  .mt-lg-0d375 {
    margin-top: 0.375rem !important; }
  .mt-lg-0d5 {
    margin-top: 0.5rem !important; }
  .mt-lg-0d675 {
    margin-top: 0.675rem !important; }
  .mt-lg-0d75 {
    margin-top: 0.75rem !important; }
  .mt-lg-0d875 {
    margin-top: 0.875rem !important; }
  .mt-lg-1 {
    margin-top: 1rem !important; }
  .mt-lg-1d25 {
    margin-top: 1.25rem !important; }
  .mt-lg-1d5 {
    margin-top: 1.5rem !important; }
  .mt-lg-1d6 {
    margin-top: 1.6rem !important; }
  .mt-lg-1d75 {
    margin-top: 1.75rem !important; }
  .mt-lg-2 {
    margin-top: 2rem !important; }
  .mt-lg-2d5 {
    margin-top: 2.5rem !important; }
  .mt-lg-3 {
    margin-top: 3rem !important; }
  .mt-lg-3d5 {
    margin-top: 3.5rem !important; }
  .mt-lg-4 {
    margin-top: 4rem !important; }
  .mt-lg-4d5 {
    margin-top: 4.5rem !important; }
  .mt-lg-5 {
    margin-top: 5rem !important; }
  .mt-lg-5d5 {
    margin-top: 5.5rem !important; }
  .mt-lg-6 {
    margin-top: 6rem !important; }
  .mt-lg-6d5 {
    margin-top: 6.5rem !important; }
  .mt-lg-7 {
    margin-top: 7rem !important; }
  .mt-lg-7d5 {
    margin-top: 7.5rem !important; }
  .mt-lg-8 {
    margin-top: 8rem !important; }
  .mt-lg-8d5 {
    margin-top: 8.5rem !important; }
  .mt-lg-9 {
    margin-top: 9rem !important; }
  .mt-lg-9d5 {
    margin-top: 9.5rem !important; }
  .mt-lg-10 {
    margin-top: 10rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-0d125 {
    margin-right: 0.125rem !important; }
  .me-lg-0d25 {
    margin-right: 0.25rem !important; }
  .me-lg-0d375 {
    margin-right: 0.375rem !important; }
  .me-lg-0d5 {
    margin-right: 0.5rem !important; }
  .me-lg-0d675 {
    margin-right: 0.675rem !important; }
  .me-lg-0d75 {
    margin-right: 0.75rem !important; }
  .me-lg-0d875 {
    margin-right: 0.875rem !important; }
  .me-lg-1 {
    margin-right: 1rem !important; }
  .me-lg-1d25 {
    margin-right: 1.25rem !important; }
  .me-lg-1d5 {
    margin-right: 1.5rem !important; }
  .me-lg-1d6 {
    margin-right: 1.6rem !important; }
  .me-lg-1d75 {
    margin-right: 1.75rem !important; }
  .me-lg-2 {
    margin-right: 2rem !important; }
  .me-lg-2d5 {
    margin-right: 2.5rem !important; }
  .me-lg-3 {
    margin-right: 3rem !important; }
  .me-lg-3d5 {
    margin-right: 3.5rem !important; }
  .me-lg-4 {
    margin-right: 4rem !important; }
  .me-lg-4d5 {
    margin-right: 4.5rem !important; }
  .me-lg-5 {
    margin-right: 5rem !important; }
  .me-lg-5d5 {
    margin-right: 5.5rem !important; }
  .me-lg-6 {
    margin-right: 6rem !important; }
  .me-lg-6d5 {
    margin-right: 6.5rem !important; }
  .me-lg-7 {
    margin-right: 7rem !important; }
  .me-lg-7d5 {
    margin-right: 7.5rem !important; }
  .me-lg-8 {
    margin-right: 8rem !important; }
  .me-lg-8d5 {
    margin-right: 8.5rem !important; }
  .me-lg-9 {
    margin-right: 9rem !important; }
  .me-lg-9d5 {
    margin-right: 9.5rem !important; }
  .me-lg-10 {
    margin-right: 10rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-0d125 {
    margin-bottom: 0.125rem !important; }
  .mb-lg-0d25 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-0d375 {
    margin-bottom: 0.375rem !important; }
  .mb-lg-0d5 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-0d675 {
    margin-bottom: 0.675rem !important; }
  .mb-lg-0d75 {
    margin-bottom: 0.75rem !important; }
  .mb-lg-0d875 {
    margin-bottom: 0.875rem !important; }
  .mb-lg-1 {
    margin-bottom: 1rem !important; }
  .mb-lg-1d25 {
    margin-bottom: 1.25rem !important; }
  .mb-lg-1d5 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-1d6 {
    margin-bottom: 1.6rem !important; }
  .mb-lg-1d75 {
    margin-bottom: 1.75rem !important; }
  .mb-lg-2 {
    margin-bottom: 2rem !important; }
  .mb-lg-2d5 {
    margin-bottom: 2.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 3rem !important; }
  .mb-lg-3d5 {
    margin-bottom: 3.5rem !important; }
  .mb-lg-4 {
    margin-bottom: 4rem !important; }
  .mb-lg-4d5 {
    margin-bottom: 4.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 5rem !important; }
  .mb-lg-5d5 {
    margin-bottom: 5.5rem !important; }
  .mb-lg-6 {
    margin-bottom: 6rem !important; }
  .mb-lg-6d5 {
    margin-bottom: 6.5rem !important; }
  .mb-lg-7 {
    margin-bottom: 7rem !important; }
  .mb-lg-7d5 {
    margin-bottom: 7.5rem !important; }
  .mb-lg-8 {
    margin-bottom: 8rem !important; }
  .mb-lg-8d5 {
    margin-bottom: 8.5rem !important; }
  .mb-lg-9 {
    margin-bottom: 9rem !important; }
  .mb-lg-9d5 {
    margin-bottom: 9.5rem !important; }
  .mb-lg-10 {
    margin-bottom: 10rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-0d125 {
    margin-left: 0.125rem !important; }
  .ms-lg-0d25 {
    margin-left: 0.25rem !important; }
  .ms-lg-0d375 {
    margin-left: 0.375rem !important; }
  .ms-lg-0d5 {
    margin-left: 0.5rem !important; }
  .ms-lg-0d675 {
    margin-left: 0.675rem !important; }
  .ms-lg-0d75 {
    margin-left: 0.75rem !important; }
  .ms-lg-0d875 {
    margin-left: 0.875rem !important; }
  .ms-lg-1 {
    margin-left: 1rem !important; }
  .ms-lg-1d25 {
    margin-left: 1.25rem !important; }
  .ms-lg-1d5 {
    margin-left: 1.5rem !important; }
  .ms-lg-1d6 {
    margin-left: 1.6rem !important; }
  .ms-lg-1d75 {
    margin-left: 1.75rem !important; }
  .ms-lg-2 {
    margin-left: 2rem !important; }
  .ms-lg-2d5 {
    margin-left: 2.5rem !important; }
  .ms-lg-3 {
    margin-left: 3rem !important; }
  .ms-lg-3d5 {
    margin-left: 3.5rem !important; }
  .ms-lg-4 {
    margin-left: 4rem !important; }
  .ms-lg-4d5 {
    margin-left: 4.5rem !important; }
  .ms-lg-5 {
    margin-left: 5rem !important; }
  .ms-lg-5d5 {
    margin-left: 5.5rem !important; }
  .ms-lg-6 {
    margin-left: 6rem !important; }
  .ms-lg-6d5 {
    margin-left: 6.5rem !important; }
  .ms-lg-7 {
    margin-left: 7rem !important; }
  .ms-lg-7d5 {
    margin-left: 7.5rem !important; }
  .ms-lg-8 {
    margin-left: 8rem !important; }
  .ms-lg-8d5 {
    margin-left: 8.5rem !important; }
  .ms-lg-9 {
    margin-left: 9rem !important; }
  .ms-lg-9d5 {
    margin-left: 9.5rem !important; }
  .ms-lg-10 {
    margin-left: 10rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .m-lg-n0d125 {
    margin: -0.125rem !important; }
  .m-lg-n0d25 {
    margin: -0.25rem !important; }
  .m-lg-n0d375 {
    margin: -0.375rem !important; }
  .m-lg-n0d5 {
    margin: -0.5rem !important; }
  .m-lg-n0d675 {
    margin: -0.675rem !important; }
  .m-lg-n0d75 {
    margin: -0.75rem !important; }
  .m-lg-n0d875 {
    margin: -0.875rem !important; }
  .m-lg-n1 {
    margin: -1rem !important; }
  .m-lg-n1d25 {
    margin: -1.25rem !important; }
  .m-lg-n1d5 {
    margin: -1.5rem !important; }
  .m-lg-n1d6 {
    margin: -1.6rem !important; }
  .m-lg-n1d75 {
    margin: -1.75rem !important; }
  .m-lg-n2 {
    margin: -2rem !important; }
  .m-lg-n2d5 {
    margin: -2.5rem !important; }
  .m-lg-n3 {
    margin: -3rem !important; }
  .m-lg-n3d5 {
    margin: -3.5rem !important; }
  .m-lg-n4 {
    margin: -4rem !important; }
  .m-lg-n4d5 {
    margin: -4.5rem !important; }
  .m-lg-n5 {
    margin: -5rem !important; }
  .m-lg-n5d5 {
    margin: -5.5rem !important; }
  .m-lg-n6 {
    margin: -6rem !important; }
  .m-lg-n6d5 {
    margin: -6.5rem !important; }
  .m-lg-n7 {
    margin: -7rem !important; }
  .m-lg-n7d5 {
    margin: -7.5rem !important; }
  .m-lg-n8 {
    margin: -8rem !important; }
  .m-lg-n8d5 {
    margin: -8.5rem !important; }
  .m-lg-n9 {
    margin: -9rem !important; }
  .m-lg-n9d5 {
    margin: -9.5rem !important; }
  .m-lg-n10 {
    margin: -10rem !important; }
  .mx-lg-n0d125 {
    margin-right: -0.125rem !important;
    margin-left: -0.125rem !important; }
  .mx-lg-n0d25 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important; }
  .mx-lg-n0d375 {
    margin-right: -0.375rem !important;
    margin-left: -0.375rem !important; }
  .mx-lg-n0d5 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important; }
  .mx-lg-n0d675 {
    margin-right: -0.675rem !important;
    margin-left: -0.675rem !important; }
  .mx-lg-n0d75 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important; }
  .mx-lg-n0d875 {
    margin-right: -0.875rem !important;
    margin-left: -0.875rem !important; }
  .mx-lg-n1 {
    margin-right: -1rem !important;
    margin-left: -1rem !important; }
  .mx-lg-n1d25 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important; }
  .mx-lg-n1d5 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important; }
  .mx-lg-n1d6 {
    margin-right: -1.6rem !important;
    margin-left: -1.6rem !important; }
  .mx-lg-n1d75 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important; }
  .mx-lg-n2 {
    margin-right: -2rem !important;
    margin-left: -2rem !important; }
  .mx-lg-n2d5 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important; }
  .mx-lg-n3 {
    margin-right: -3rem !important;
    margin-left: -3rem !important; }
  .mx-lg-n3d5 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important; }
  .mx-lg-n4 {
    margin-right: -4rem !important;
    margin-left: -4rem !important; }
  .mx-lg-n4d5 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important; }
  .mx-lg-n5 {
    margin-right: -5rem !important;
    margin-left: -5rem !important; }
  .mx-lg-n5d5 {
    margin-right: -5.5rem !important;
    margin-left: -5.5rem !important; }
  .mx-lg-n6 {
    margin-right: -6rem !important;
    margin-left: -6rem !important; }
  .mx-lg-n6d5 {
    margin-right: -6.5rem !important;
    margin-left: -6.5rem !important; }
  .mx-lg-n7 {
    margin-right: -7rem !important;
    margin-left: -7rem !important; }
  .mx-lg-n7d5 {
    margin-right: -7.5rem !important;
    margin-left: -7.5rem !important; }
  .mx-lg-n8 {
    margin-right: -8rem !important;
    margin-left: -8rem !important; }
  .mx-lg-n8d5 {
    margin-right: -8.5rem !important;
    margin-left: -8.5rem !important; }
  .mx-lg-n9 {
    margin-right: -9rem !important;
    margin-left: -9rem !important; }
  .mx-lg-n9d5 {
    margin-right: -9.5rem !important;
    margin-left: -9.5rem !important; }
  .mx-lg-n10 {
    margin-right: -10rem !important;
    margin-left: -10rem !important; }
  .my-lg-n0d125 {
    margin-top: -0.125rem !important;
    margin-bottom: -0.125rem !important; }
  .my-lg-n0d25 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important; }
  .my-lg-n0d375 {
    margin-top: -0.375rem !important;
    margin-bottom: -0.375rem !important; }
  .my-lg-n0d5 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important; }
  .my-lg-n0d675 {
    margin-top: -0.675rem !important;
    margin-bottom: -0.675rem !important; }
  .my-lg-n0d75 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important; }
  .my-lg-n0d875 {
    margin-top: -0.875rem !important;
    margin-bottom: -0.875rem !important; }
  .my-lg-n1 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important; }
  .my-lg-n1d25 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important; }
  .my-lg-n1d5 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important; }
  .my-lg-n1d6 {
    margin-top: -1.6rem !important;
    margin-bottom: -1.6rem !important; }
  .my-lg-n1d75 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important; }
  .my-lg-n2 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important; }
  .my-lg-n2d5 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important; }
  .my-lg-n3 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important; }
  .my-lg-n3d5 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important; }
  .my-lg-n4 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important; }
  .my-lg-n4d5 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important; }
  .my-lg-n5 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important; }
  .my-lg-n5d5 {
    margin-top: -5.5rem !important;
    margin-bottom: -5.5rem !important; }
  .my-lg-n6 {
    margin-top: -6rem !important;
    margin-bottom: -6rem !important; }
  .my-lg-n6d5 {
    margin-top: -6.5rem !important;
    margin-bottom: -6.5rem !important; }
  .my-lg-n7 {
    margin-top: -7rem !important;
    margin-bottom: -7rem !important; }
  .my-lg-n7d5 {
    margin-top: -7.5rem !important;
    margin-bottom: -7.5rem !important; }
  .my-lg-n8 {
    margin-top: -8rem !important;
    margin-bottom: -8rem !important; }
  .my-lg-n8d5 {
    margin-top: -8.5rem !important;
    margin-bottom: -8.5rem !important; }
  .my-lg-n9 {
    margin-top: -9rem !important;
    margin-bottom: -9rem !important; }
  .my-lg-n9d5 {
    margin-top: -9.5rem !important;
    margin-bottom: -9.5rem !important; }
  .my-lg-n10 {
    margin-top: -10rem !important;
    margin-bottom: -10rem !important; }
  .mt-lg-n0d125 {
    margin-top: -0.125rem !important; }
  .mt-lg-n0d25 {
    margin-top: -0.25rem !important; }
  .mt-lg-n0d375 {
    margin-top: -0.375rem !important; }
  .mt-lg-n0d5 {
    margin-top: -0.5rem !important; }
  .mt-lg-n0d675 {
    margin-top: -0.675rem !important; }
  .mt-lg-n0d75 {
    margin-top: -0.75rem !important; }
  .mt-lg-n0d875 {
    margin-top: -0.875rem !important; }
  .mt-lg-n1 {
    margin-top: -1rem !important; }
  .mt-lg-n1d25 {
    margin-top: -1.25rem !important; }
  .mt-lg-n1d5 {
    margin-top: -1.5rem !important; }
  .mt-lg-n1d6 {
    margin-top: -1.6rem !important; }
  .mt-lg-n1d75 {
    margin-top: -1.75rem !important; }
  .mt-lg-n2 {
    margin-top: -2rem !important; }
  .mt-lg-n2d5 {
    margin-top: -2.5rem !important; }
  .mt-lg-n3 {
    margin-top: -3rem !important; }
  .mt-lg-n3d5 {
    margin-top: -3.5rem !important; }
  .mt-lg-n4 {
    margin-top: -4rem !important; }
  .mt-lg-n4d5 {
    margin-top: -4.5rem !important; }
  .mt-lg-n5 {
    margin-top: -5rem !important; }
  .mt-lg-n5d5 {
    margin-top: -5.5rem !important; }
  .mt-lg-n6 {
    margin-top: -6rem !important; }
  .mt-lg-n6d5 {
    margin-top: -6.5rem !important; }
  .mt-lg-n7 {
    margin-top: -7rem !important; }
  .mt-lg-n7d5 {
    margin-top: -7.5rem !important; }
  .mt-lg-n8 {
    margin-top: -8rem !important; }
  .mt-lg-n8d5 {
    margin-top: -8.5rem !important; }
  .mt-lg-n9 {
    margin-top: -9rem !important; }
  .mt-lg-n9d5 {
    margin-top: -9.5rem !important; }
  .mt-lg-n10 {
    margin-top: -10rem !important; }
  .me-lg-n0d125 {
    margin-right: -0.125rem !important; }
  .me-lg-n0d25 {
    margin-right: -0.25rem !important; }
  .me-lg-n0d375 {
    margin-right: -0.375rem !important; }
  .me-lg-n0d5 {
    margin-right: -0.5rem !important; }
  .me-lg-n0d675 {
    margin-right: -0.675rem !important; }
  .me-lg-n0d75 {
    margin-right: -0.75rem !important; }
  .me-lg-n0d875 {
    margin-right: -0.875rem !important; }
  .me-lg-n1 {
    margin-right: -1rem !important; }
  .me-lg-n1d25 {
    margin-right: -1.25rem !important; }
  .me-lg-n1d5 {
    margin-right: -1.5rem !important; }
  .me-lg-n1d6 {
    margin-right: -1.6rem !important; }
  .me-lg-n1d75 {
    margin-right: -1.75rem !important; }
  .me-lg-n2 {
    margin-right: -2rem !important; }
  .me-lg-n2d5 {
    margin-right: -2.5rem !important; }
  .me-lg-n3 {
    margin-right: -3rem !important; }
  .me-lg-n3d5 {
    margin-right: -3.5rem !important; }
  .me-lg-n4 {
    margin-right: -4rem !important; }
  .me-lg-n4d5 {
    margin-right: -4.5rem !important; }
  .me-lg-n5 {
    margin-right: -5rem !important; }
  .me-lg-n5d5 {
    margin-right: -5.5rem !important; }
  .me-lg-n6 {
    margin-right: -6rem !important; }
  .me-lg-n6d5 {
    margin-right: -6.5rem !important; }
  .me-lg-n7 {
    margin-right: -7rem !important; }
  .me-lg-n7d5 {
    margin-right: -7.5rem !important; }
  .me-lg-n8 {
    margin-right: -8rem !important; }
  .me-lg-n8d5 {
    margin-right: -8.5rem !important; }
  .me-lg-n9 {
    margin-right: -9rem !important; }
  .me-lg-n9d5 {
    margin-right: -9.5rem !important; }
  .me-lg-n10 {
    margin-right: -10rem !important; }
  .mb-lg-n0d125 {
    margin-bottom: -0.125rem !important; }
  .mb-lg-n0d25 {
    margin-bottom: -0.25rem !important; }
  .mb-lg-n0d375 {
    margin-bottom: -0.375rem !important; }
  .mb-lg-n0d5 {
    margin-bottom: -0.5rem !important; }
  .mb-lg-n0d675 {
    margin-bottom: -0.675rem !important; }
  .mb-lg-n0d75 {
    margin-bottom: -0.75rem !important; }
  .mb-lg-n0d875 {
    margin-bottom: -0.875rem !important; }
  .mb-lg-n1 {
    margin-bottom: -1rem !important; }
  .mb-lg-n1d25 {
    margin-bottom: -1.25rem !important; }
  .mb-lg-n1d5 {
    margin-bottom: -1.5rem !important; }
  .mb-lg-n1d6 {
    margin-bottom: -1.6rem !important; }
  .mb-lg-n1d75 {
    margin-bottom: -1.75rem !important; }
  .mb-lg-n2 {
    margin-bottom: -2rem !important; }
  .mb-lg-n2d5 {
    margin-bottom: -2.5rem !important; }
  .mb-lg-n3 {
    margin-bottom: -3rem !important; }
  .mb-lg-n3d5 {
    margin-bottom: -3.5rem !important; }
  .mb-lg-n4 {
    margin-bottom: -4rem !important; }
  .mb-lg-n4d5 {
    margin-bottom: -4.5rem !important; }
  .mb-lg-n5 {
    margin-bottom: -5rem !important; }
  .mb-lg-n5d5 {
    margin-bottom: -5.5rem !important; }
  .mb-lg-n6 {
    margin-bottom: -6rem !important; }
  .mb-lg-n6d5 {
    margin-bottom: -6.5rem !important; }
  .mb-lg-n7 {
    margin-bottom: -7rem !important; }
  .mb-lg-n7d5 {
    margin-bottom: -7.5rem !important; }
  .mb-lg-n8 {
    margin-bottom: -8rem !important; }
  .mb-lg-n8d5 {
    margin-bottom: -8.5rem !important; }
  .mb-lg-n9 {
    margin-bottom: -9rem !important; }
  .mb-lg-n9d5 {
    margin-bottom: -9.5rem !important; }
  .mb-lg-n10 {
    margin-bottom: -10rem !important; }
  .ms-lg-n0d125 {
    margin-left: -0.125rem !important; }
  .ms-lg-n0d25 {
    margin-left: -0.25rem !important; }
  .ms-lg-n0d375 {
    margin-left: -0.375rem !important; }
  .ms-lg-n0d5 {
    margin-left: -0.5rem !important; }
  .ms-lg-n0d675 {
    margin-left: -0.675rem !important; }
  .ms-lg-n0d75 {
    margin-left: -0.75rem !important; }
  .ms-lg-n0d875 {
    margin-left: -0.875rem !important; }
  .ms-lg-n1 {
    margin-left: -1rem !important; }
  .ms-lg-n1d25 {
    margin-left: -1.25rem !important; }
  .ms-lg-n1d5 {
    margin-left: -1.5rem !important; }
  .ms-lg-n1d6 {
    margin-left: -1.6rem !important; }
  .ms-lg-n1d75 {
    margin-left: -1.75rem !important; }
  .ms-lg-n2 {
    margin-left: -2rem !important; }
  .ms-lg-n2d5 {
    margin-left: -2.5rem !important; }
  .ms-lg-n3 {
    margin-left: -3rem !important; }
  .ms-lg-n3d5 {
    margin-left: -3.5rem !important; }
  .ms-lg-n4 {
    margin-left: -4rem !important; }
  .ms-lg-n4d5 {
    margin-left: -4.5rem !important; }
  .ms-lg-n5 {
    margin-left: -5rem !important; }
  .ms-lg-n5d5 {
    margin-left: -5.5rem !important; }
  .ms-lg-n6 {
    margin-left: -6rem !important; }
  .ms-lg-n6d5 {
    margin-left: -6.5rem !important; }
  .ms-lg-n7 {
    margin-left: -7rem !important; }
  .ms-lg-n7d5 {
    margin-left: -7.5rem !important; }
  .ms-lg-n8 {
    margin-left: -8rem !important; }
  .ms-lg-n8d5 {
    margin-left: -8.5rem !important; }
  .ms-lg-n9 {
    margin-left: -9rem !important; }
  .ms-lg-n9d5 {
    margin-left: -9.5rem !important; }
  .ms-lg-n10 {
    margin-left: -10rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-0d125 {
    padding: 0.125rem !important; }
  .p-lg-0d25 {
    padding: 0.25rem !important; }
  .p-lg-0d375 {
    padding: 0.375rem !important; }
  .p-lg-0d5 {
    padding: 0.5rem !important; }
  .p-lg-0d675 {
    padding: 0.675rem !important; }
  .p-lg-0d75 {
    padding: 0.75rem !important; }
  .p-lg-0d875 {
    padding: 0.875rem !important; }
  .p-lg-1 {
    padding: 1rem !important; }
  .p-lg-1d25 {
    padding: 1.25rem !important; }
  .p-lg-1d5 {
    padding: 1.5rem !important; }
  .p-lg-1d6 {
    padding: 1.6rem !important; }
  .p-lg-1d75 {
    padding: 1.75rem !important; }
  .p-lg-2 {
    padding: 2rem !important; }
  .p-lg-2d5 {
    padding: 2.5rem !important; }
  .p-lg-3 {
    padding: 3rem !important; }
  .p-lg-3d5 {
    padding: 3.5rem !important; }
  .p-lg-4 {
    padding: 4rem !important; }
  .p-lg-4d5 {
    padding: 4.5rem !important; }
  .p-lg-5 {
    padding: 5rem !important; }
  .p-lg-5d5 {
    padding: 5.5rem !important; }
  .p-lg-6 {
    padding: 6rem !important; }
  .p-lg-6d5 {
    padding: 6.5rem !important; }
  .p-lg-7 {
    padding: 7rem !important; }
  .p-lg-7d5 {
    padding: 7.5rem !important; }
  .p-lg-8 {
    padding: 8rem !important; }
  .p-lg-8d5 {
    padding: 8.5rem !important; }
  .p-lg-9 {
    padding: 9rem !important; }
  .p-lg-9d5 {
    padding: 9.5rem !important; }
  .p-lg-10 {
    padding: 10rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-0d125 {
    padding-right: 0.125rem !important;
    padding-left: 0.125rem !important; }
  .px-lg-0d25 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-0d375 {
    padding-right: 0.375rem !important;
    padding-left: 0.375rem !important; }
  .px-lg-0d5 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-0d675 {
    padding-right: 0.675rem !important;
    padding-left: 0.675rem !important; }
  .px-lg-0d75 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important; }
  .px-lg-0d875 {
    padding-right: 0.875rem !important;
    padding-left: 0.875rem !important; }
  .px-lg-1 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-1d25 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important; }
  .px-lg-1d5 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-1d6 {
    padding-right: 1.6rem !important;
    padding-left: 1.6rem !important; }
  .px-lg-1d75 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important; }
  .px-lg-2 {
    padding-right: 2rem !important;
    padding-left: 2rem !important; }
  .px-lg-2d5 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important; }
  .px-lg-3 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .px-lg-3d5 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important; }
  .px-lg-4 {
    padding-right: 4rem !important;
    padding-left: 4rem !important; }
  .px-lg-4d5 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important; }
  .px-lg-5 {
    padding-right: 5rem !important;
    padding-left: 5rem !important; }
  .px-lg-5d5 {
    padding-right: 5.5rem !important;
    padding-left: 5.5rem !important; }
  .px-lg-6 {
    padding-right: 6rem !important;
    padding-left: 6rem !important; }
  .px-lg-6d5 {
    padding-right: 6.5rem !important;
    padding-left: 6.5rem !important; }
  .px-lg-7 {
    padding-right: 7rem !important;
    padding-left: 7rem !important; }
  .px-lg-7d5 {
    padding-right: 7.5rem !important;
    padding-left: 7.5rem !important; }
  .px-lg-8 {
    padding-right: 8rem !important;
    padding-left: 8rem !important; }
  .px-lg-8d5 {
    padding-right: 8.5rem !important;
    padding-left: 8.5rem !important; }
  .px-lg-9 {
    padding-right: 9rem !important;
    padding-left: 9rem !important; }
  .px-lg-9d5 {
    padding-right: 9.5rem !important;
    padding-left: 9.5rem !important; }
  .px-lg-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-0d125 {
    padding-top: 0.125rem !important;
    padding-bottom: 0.125rem !important; }
  .py-lg-0d25 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-0d375 {
    padding-top: 0.375rem !important;
    padding-bottom: 0.375rem !important; }
  .py-lg-0d5 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-0d675 {
    padding-top: 0.675rem !important;
    padding-bottom: 0.675rem !important; }
  .py-lg-0d75 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important; }
  .py-lg-0d875 {
    padding-top: 0.875rem !important;
    padding-bottom: 0.875rem !important; }
  .py-lg-1 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-1d25 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important; }
  .py-lg-1d5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-1d6 {
    padding-top: 1.6rem !important;
    padding-bottom: 1.6rem !important; }
  .py-lg-1d75 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important; }
  .py-lg-2 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important; }
  .py-lg-2d5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important; }
  .py-lg-3 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .py-lg-3d5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important; }
  .py-lg-4 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important; }
  .py-lg-4d5 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important; }
  .py-lg-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important; }
  .py-lg-5d5 {
    padding-top: 5.5rem !important;
    padding-bottom: 5.5rem !important; }
  .py-lg-6 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important; }
  .py-lg-6d5 {
    padding-top: 6.5rem !important;
    padding-bottom: 6.5rem !important; }
  .py-lg-7 {
    padding-top: 7rem !important;
    padding-bottom: 7rem !important; }
  .py-lg-7d5 {
    padding-top: 7.5rem !important;
    padding-bottom: 7.5rem !important; }
  .py-lg-8 {
    padding-top: 8rem !important;
    padding-bottom: 8rem !important; }
  .py-lg-8d5 {
    padding-top: 8.5rem !important;
    padding-bottom: 8.5rem !important; }
  .py-lg-9 {
    padding-top: 9rem !important;
    padding-bottom: 9rem !important; }
  .py-lg-9d5 {
    padding-top: 9.5rem !important;
    padding-bottom: 9.5rem !important; }
  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-0d125 {
    padding-top: 0.125rem !important; }
  .pt-lg-0d25 {
    padding-top: 0.25rem !important; }
  .pt-lg-0d375 {
    padding-top: 0.375rem !important; }
  .pt-lg-0d5 {
    padding-top: 0.5rem !important; }
  .pt-lg-0d675 {
    padding-top: 0.675rem !important; }
  .pt-lg-0d75 {
    padding-top: 0.75rem !important; }
  .pt-lg-0d875 {
    padding-top: 0.875rem !important; }
  .pt-lg-1 {
    padding-top: 1rem !important; }
  .pt-lg-1d25 {
    padding-top: 1.25rem !important; }
  .pt-lg-1d5 {
    padding-top: 1.5rem !important; }
  .pt-lg-1d6 {
    padding-top: 1.6rem !important; }
  .pt-lg-1d75 {
    padding-top: 1.75rem !important; }
  .pt-lg-2 {
    padding-top: 2rem !important; }
  .pt-lg-2d5 {
    padding-top: 2.5rem !important; }
  .pt-lg-3 {
    padding-top: 3rem !important; }
  .pt-lg-3d5 {
    padding-top: 3.5rem !important; }
  .pt-lg-4 {
    padding-top: 4rem !important; }
  .pt-lg-4d5 {
    padding-top: 4.5rem !important; }
  .pt-lg-5 {
    padding-top: 5rem !important; }
  .pt-lg-5d5 {
    padding-top: 5.5rem !important; }
  .pt-lg-6 {
    padding-top: 6rem !important; }
  .pt-lg-6d5 {
    padding-top: 6.5rem !important; }
  .pt-lg-7 {
    padding-top: 7rem !important; }
  .pt-lg-7d5 {
    padding-top: 7.5rem !important; }
  .pt-lg-8 {
    padding-top: 8rem !important; }
  .pt-lg-8d5 {
    padding-top: 8.5rem !important; }
  .pt-lg-9 {
    padding-top: 9rem !important; }
  .pt-lg-9d5 {
    padding-top: 9.5rem !important; }
  .pt-lg-10 {
    padding-top: 10rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-0d125 {
    padding-right: 0.125rem !important; }
  .pe-lg-0d25 {
    padding-right: 0.25rem !important; }
  .pe-lg-0d375 {
    padding-right: 0.375rem !important; }
  .pe-lg-0d5 {
    padding-right: 0.5rem !important; }
  .pe-lg-0d675 {
    padding-right: 0.675rem !important; }
  .pe-lg-0d75 {
    padding-right: 0.75rem !important; }
  .pe-lg-0d875 {
    padding-right: 0.875rem !important; }
  .pe-lg-1 {
    padding-right: 1rem !important; }
  .pe-lg-1d25 {
    padding-right: 1.25rem !important; }
  .pe-lg-1d5 {
    padding-right: 1.5rem !important; }
  .pe-lg-1d6 {
    padding-right: 1.6rem !important; }
  .pe-lg-1d75 {
    padding-right: 1.75rem !important; }
  .pe-lg-2 {
    padding-right: 2rem !important; }
  .pe-lg-2d5 {
    padding-right: 2.5rem !important; }
  .pe-lg-3 {
    padding-right: 3rem !important; }
  .pe-lg-3d5 {
    padding-right: 3.5rem !important; }
  .pe-lg-4 {
    padding-right: 4rem !important; }
  .pe-lg-4d5 {
    padding-right: 4.5rem !important; }
  .pe-lg-5 {
    padding-right: 5rem !important; }
  .pe-lg-5d5 {
    padding-right: 5.5rem !important; }
  .pe-lg-6 {
    padding-right: 6rem !important; }
  .pe-lg-6d5 {
    padding-right: 6.5rem !important; }
  .pe-lg-7 {
    padding-right: 7rem !important; }
  .pe-lg-7d5 {
    padding-right: 7.5rem !important; }
  .pe-lg-8 {
    padding-right: 8rem !important; }
  .pe-lg-8d5 {
    padding-right: 8.5rem !important; }
  .pe-lg-9 {
    padding-right: 9rem !important; }
  .pe-lg-9d5 {
    padding-right: 9.5rem !important; }
  .pe-lg-10 {
    padding-right: 10rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-0d125 {
    padding-bottom: 0.125rem !important; }
  .pb-lg-0d25 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-0d375 {
    padding-bottom: 0.375rem !important; }
  .pb-lg-0d5 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-0d675 {
    padding-bottom: 0.675rem !important; }
  .pb-lg-0d75 {
    padding-bottom: 0.75rem !important; }
  .pb-lg-0d875 {
    padding-bottom: 0.875rem !important; }
  .pb-lg-1 {
    padding-bottom: 1rem !important; }
  .pb-lg-1d25 {
    padding-bottom: 1.25rem !important; }
  .pb-lg-1d5 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-1d6 {
    padding-bottom: 1.6rem !important; }
  .pb-lg-1d75 {
    padding-bottom: 1.75rem !important; }
  .pb-lg-2 {
    padding-bottom: 2rem !important; }
  .pb-lg-2d5 {
    padding-bottom: 2.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 3rem !important; }
  .pb-lg-3d5 {
    padding-bottom: 3.5rem !important; }
  .pb-lg-4 {
    padding-bottom: 4rem !important; }
  .pb-lg-4d5 {
    padding-bottom: 4.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 5rem !important; }
  .pb-lg-5d5 {
    padding-bottom: 5.5rem !important; }
  .pb-lg-6 {
    padding-bottom: 6rem !important; }
  .pb-lg-6d5 {
    padding-bottom: 6.5rem !important; }
  .pb-lg-7 {
    padding-bottom: 7rem !important; }
  .pb-lg-7d5 {
    padding-bottom: 7.5rem !important; }
  .pb-lg-8 {
    padding-bottom: 8rem !important; }
  .pb-lg-8d5 {
    padding-bottom: 8.5rem !important; }
  .pb-lg-9 {
    padding-bottom: 9rem !important; }
  .pb-lg-9d5 {
    padding-bottom: 9.5rem !important; }
  .pb-lg-10 {
    padding-bottom: 10rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-0d125 {
    padding-left: 0.125rem !important; }
  .ps-lg-0d25 {
    padding-left: 0.25rem !important; }
  .ps-lg-0d375 {
    padding-left: 0.375rem !important; }
  .ps-lg-0d5 {
    padding-left: 0.5rem !important; }
  .ps-lg-0d675 {
    padding-left: 0.675rem !important; }
  .ps-lg-0d75 {
    padding-left: 0.75rem !important; }
  .ps-lg-0d875 {
    padding-left: 0.875rem !important; }
  .ps-lg-1 {
    padding-left: 1rem !important; }
  .ps-lg-1d25 {
    padding-left: 1.25rem !important; }
  .ps-lg-1d5 {
    padding-left: 1.5rem !important; }
  .ps-lg-1d6 {
    padding-left: 1.6rem !important; }
  .ps-lg-1d75 {
    padding-left: 1.75rem !important; }
  .ps-lg-2 {
    padding-left: 2rem !important; }
  .ps-lg-2d5 {
    padding-left: 2.5rem !important; }
  .ps-lg-3 {
    padding-left: 3rem !important; }
  .ps-lg-3d5 {
    padding-left: 3.5rem !important; }
  .ps-lg-4 {
    padding-left: 4rem !important; }
  .ps-lg-4d5 {
    padding-left: 4.5rem !important; }
  .ps-lg-5 {
    padding-left: 5rem !important; }
  .ps-lg-5d5 {
    padding-left: 5.5rem !important; }
  .ps-lg-6 {
    padding-left: 6rem !important; }
  .ps-lg-6d5 {
    padding-left: 6.5rem !important; }
  .ps-lg-7 {
    padding-left: 7rem !important; }
  .ps-lg-7d5 {
    padding-left: 7.5rem !important; }
  .ps-lg-8 {
    padding-left: 8rem !important; }
  .ps-lg-8d5 {
    padding-left: 8.5rem !important; }
  .ps-lg-9 {
    padding-left: 9rem !important; }
  .ps-lg-9d5 {
    padding-left: 9.5rem !important; }
  .ps-lg-10 {
    padding-left: 10rem !important; }
  .text-lg-start {
    text-align: left !important; }
  .text-lg-end {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important; }
  .fs-2 {
    font-size: 2rem !important; }
  .fs-3 {
    font-size: 1.75rem !important; }
  .fs-4 {
    font-size: 1.5rem !important; } }

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

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

html {
  height: 100%;
  font-size: 20px; }
  @media (min-width: 1200px) and (max-width: 1679.98px) {
    html {
      font-size: 14px; } }
  @media (max-width: 1199.98px) {
    html {
      font-size: 13px; } }

body {
  background: #ffffff;
  font-style: normal;
  font-weight: 500;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  min-width: 320px; }

.container {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  position: relative; }
  @media (max-width: 1199.98px) {
    .container {
      padding-left: 1.6rem;
      padding-right: 1.6rem; } }

#height-page {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  width: 100%; }

.main-wrp {
  flex: 1; }

.section {
  position: relative; }

.section-bg-bxsh:before,
.section-bg-light-primary-3d4:before,
.section-bg-light-third:before,
.section-bg-light-fourth:before,
.section-bg-light-fourth-0d5:before,
.section-bg-light-fourth-1d5:before {
  z-index: -1;
  position: absolute;
  top: 50%;
  left: -20%;
  right: -20%;
  content: ''; }

.section-bg-before-0:before {
  top: 0; }

.section-bg-before-25:before {
  top: 25%; }

.section-bg-before-50:before {
  top: 50%; }

.section-bg-before-75:before {
  top: 75%; }

.section-bg-before-100:before {
  top: 100%; }

.section-bg-light-primary:before {
  box-shadow: 0 0 1000px 500px #e8dfff; }

.section-bg-light-primary-3d4:before {
  box-shadow: 0 0 750px 375px #e8dfff; }

.section-bg-light-primary-1d5:before {
  box-shadow: 0 0 1500px 750px #e8dfff; }

.section-bg-light-third:before {
  box-shadow: 0 0 1000px 500px #FFD4D5;
  opacity: 0.7; }

.section-bg-light-third-0d25:before {
  box-shadow: 0 0 250px 125px #FFD4D5;
  opacity: 0.7; }

.section-bg-light-third-0d75:before {
  box-shadow: 0 0 750px 375px #FFD4D5;
  opacity: 0.7; }

.section-bg-light-third-1d5:before {
  box-shadow: 0 0 1500px 750px #FFD4D5;
  opacity: 0.7; }

.section-bg-light-fourth:before {
  box-shadow: 0 0 1000px 500px #c1ffe2; }

.section-bg-light-fourth-0d5:before {
  box-shadow: 0 0 500px 250px #c1ffe2; }

.section-bg-light-fourth-1d5:before {
  box-shadow: 0 0 1500px 750px #c1ffe2;
  opacity: 0.7; }

.bg-primary-l-1 {
  background: #8255FE; }

.bg-white-grad {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.29) 29.69%, rgba(255, 255, 255, 0) 100%); }

.bg-primary-grad {
  background: linear-gradient(180deg, #7948FF 9.69%, rgba(255, 255, 255, 0) 100%); }

.bg-primary-grad-2 {
  background: linear-gradient(180deg, #733FFF -10.28%, #A07EFF 18.65%, #733FFF 42.66%, #A07EFF 86.1%); }

.bg-primary-light-grad {
  background: linear-gradient(180deg, #CBB8FF 0%, rgba(203, 183, 255, 0) 100%); }

.bg-third-grad {
  background: linear-gradient(180deg, #FEBCB4 0%, rgba(254, 210, 206, 0) 100%); }

.bg-fourth-grad {
  background: linear-gradient(180deg, #C1FFE2 0%, rgba(255, 255, 255, 0.38) 100%); }

.bg-lilac-grad {
  background: linear-gradient(180deg, rgba(115, 63, 255, 0.29) 0%, rgba(255, 255, 255, 0) 100%); }
  .bg-lilac-grad strong {
    font-weight: inherit;
    color: #733FFF; }

.bg-stripes-white-light-primary-2 {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(224, 213, 255, 0.69) 27.92%, #FFFFFF 58.65%, rgba(224, 213, 255, 0.91) 94.06%); }

.bg-stripes-white-light-primary-primary {
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(224, 213, 255, 0.84) 27.92%, #FFFFFF 58.65%, rgba(165, 135, 245, 0.75) 94.06%); }

.bg-stripes-white-light-fourth-2 {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.32) 0%, #ABFFD8 12.81%, #FFFFFF 45.62%, #C1FFE2 60.21%, #FFFFFF 81.56%, #FFFFFF 96.67%); }

.bg-stripes-white-fourth-third {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 10.73%, #C1FFE2 21.15%, #FFFFFF 29.48%, #FFFFFF 43.54%, #FFD4D5 54.48%, #FFFFFF 65.42%); }

.bg-stripes-white-fourth-2 {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 15.94%, rgba(193, 255, 226, 0.43) 35.73%, #FFFFFF 53.96%, #FFFFFF 71.15%, rgba(193, 255, 226, 0.58) 100%), linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 15.94%, rgba(193, 255, 226, 0.58) 35.73%, #FFFFFF 62.81%, #FFFFFF 94.06%); }

.bg-stripes-white-third {
  background: linear-gradient(180deg, #FFFFFF 1.87%, rgba(255, 212, 213, 0.5) 10.73%, #FFFFFF 16.98%, rgba(255, 212, 213, 0.3) 33.65%, #FFFFFF 56.56%, #FFE1E2 76.87%, #FFFFFF 100%), linear-gradient(180deg, #FFFFFF 1.87%, #FFFFFF 9.69%, #FFFFFF 16.98%, rgba(255, 212, 213, 0.5) 33.65%, #FFFFFF 54.48%, #FFE1E2 70.1%, #FFFFFF 100%); }

.bg-stripes-white-third-3 {
  background: linear-gradient(180deg, #FFFFFF 1.87%, rgba(255, 212, 213, 0.5) 10.73%, #FFFFFF 16.98%, rgba(255, 212, 213, 0.3) 33.65%, #FFFFFF 56.56%, #FFE1E2 76.87%, #FFFFFF 100%), linear-gradient(180deg, #FFFFFF 1.87%, #FFFFFF 9.69%, #FFFFFF 16.98%, rgba(255, 212, 213, 0.5) 33.65%, #FFFFFF 54.48%, #FFE1E2 70.1%, #FFFFFF 100%); }

.micon {
  text-align: left;
  width: 2rem;
  height: 2rem;
  display: block;
  text-indent: -999rem;
  position: relative;
  overflow: hidden;
  background-size: 100% 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  transition: all .3s ease-in-out; }

a:hover .micon,
a.micon:hover {
  transform: scale(1.2); }

a:focus .micon,
a.active .micon,
a.micon:focus,
a.micon.active {
  transition: all .1s ease-in;
  transform: scale(1); }

.bg-micon-round {
  border-radius: 50%;
  background-color: #141333; }
  .bg-micon-round .micon {
    filter: invert(1); }
  .wrap-bg-round-inv .bg-micon-round {
    background: #fff; }
    .wrap-bg-round-inv .bg-micon-round .micon {
      filter: brightness(0) saturate(100%) invert(10%) sepia(5%) saturate(7144%) hue-rotate(203deg) brightness(96%) contrast(101%); }

.micon-28 {
  width: 1.4rem;
  height: 1.4rem; }

.micon-32 {
  width: 1.6rem;
  height: 1.6rem; }

.micon-38 {
  width: 1.9rem;
  height: 1.9rem; }

.micon-40 {
  width: 2rem;
  height: 2rem; }

@media (max-width: 767.98px) {
  .micon-xs-40 {
    width: 3.076923rem;
    height: 3.076923rem; } }

.micon-52 {
  width: 2.6rem;
  height: 2.6rem; }

.micon-16x8 {
  width: 0.769231rem;
  height: 0.384615rem; }

.micon-24x18 {
  width: 1.2rem;
  height: 0.9rem; }

.micon-32x24 {
  width: 1.6rem;
  height: 1.2rem; }

.micon-mail {
  background-image: url("../images/dist/icon-mail.svg");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%; }

.micon-round-mail {
  background-image: url("../images/dist/icon-round-mail.svg");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%; }

.micon-round-telegram {
  background-image: url("../images/dist/icon-round-telegram.svg");
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%; }

.micon-caret {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='7' viewBox='0 0 13 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.85547 1L6.73352 6' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M11.8555 1L6.97742 6' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A"); }
  a.btn-outline-primary .micon-caret {
    filter: brightness(0) saturate(100%) invert(37%) sepia(66%) saturate(5614%) hue-rotate(244deg) brightness(95%) contrast(114%); }
  a:not(.btn-fourth):focus .micon-caret,
  a:not(.btn-fourth):hover .micon-caret {
    filter: invert(1) grayscale(100%) brightness(200%); }
  a[aria-expanded="true"] .micon-caret,
  a.active .micon-caret {
    transform: rotateX(180deg); }

.micon-accordion {
  width: 2.55rem;
  height: 2.55rem;
  background-image: url("../images/dist/icon-accordion-minus.svg");
  border-radius: 50%; }
  .micon-accordion.collapsed {
    background-image: url("../images/dist/icon-accordion-plus.svg"); }

.micon-search {
  background-image: url("/wp-content/themes/eduhub/images/dist/icon-search.svg"); }

.micon-filter {
  background-image: url("/wp-content/themes/eduhub/images/dist/icon-filter.svg"); }

.micon-close-round {
  background-image: url("/wp-content/themes/eduhub/images/dist/micon-close.svg"); }

.micon-sq-copy {
  background-image: url("/wp-content/themes/eduhub/images/src/icon-sq-copy.svg"); }

.micon-sq-fb {
  background-image: url("/wp-content/themes/eduhub/images/src/icon-sq-fb.svg"); }

.micon-sq-inst {
  background-image: url("/wp-content/themes/eduhub/images/src/icon-sq-inst.svg"); }

.micon-sq-mail {
  background-image: url("/wp-content/themes/eduhub/images/src/icon-sq-mail.svg"); }

.micon-sq-ok {
  background-image: url("/wp-content/themes/eduhub/images/src/icon-sq-ok.svg"); }

.micon-sq-telegram {
  background-image: url("/wp-content/themes/eduhub/images/src/icon-sq-telegram.svg"); }

.micon-sq-twitter {
  background-image: url("/wp-content/themes/eduhub/images/src/icon-sq-twitter.svg"); }

.micon-sq-viber {
  background-image: url("/wp-content/themes/eduhub/images/src/icon-sq-viber.svg"); }

.micon-sq-vk {
  background-image: url("/wp-content/themes/eduhub/images/src/icon-sq-vk.svg"); }

.micon-sq-whatsapp {
  background-image: url("/wp-content/themes/eduhub/images/src/icon-sq-whatsapp.svg"); }

.micon-sq-youtube {
  background-image: url("/wp-content/themes/eduhub/images/src/icon-sq-youtube.svg"); }

.micon-icon-copylink {
  background-image: url("/wp-content/themes/eduhub/images/src/icon-copylink.svg"); }

.filter-secondary {
  filter: brightness(0) saturate(100%) invert(10%) sepia(5%) saturate(7144%) hue-rotate(203deg) brightness(96%) contrast(101%); }

.btn-up {
  display: flex;
  align-items: end;
  justify-content: end;
  font-size: 0.9rem;
  color: #141333;
  text-decoration: none; }
  .btn-up.btn-up-inv {
    color: #fff; }

a.btn-up:hover {
  text-decoration: underline; }

.btn-up-text {
  background: rgba(255, 255, 255, 0.75);
  display: inline-block;
  padding: 0.0925rem 0.125em 0.125rem 0.725rem;
  border-radius: 0.725rem 0 0 0.725rem; }
  .btn-up-inv .btn-up-text {
    background: rgba(20, 19, 51, 0.75); }

.btn-up-img {
  max-width: 1.45rem;
  background: rgba(255, 255, 255, 0.75);
  display: inline-block;
  padding: 0.125rem 0.25rem 0.65rem;
  border-radius: 0 0 0.725rem 0;
  position: relative; }
  .btn-up-img:before {
    content: '';
    bottom: 100%;
    left: 0;
    right: 0;
    width: 100%;
    position: absolute;
    border-style: solid;
    border-width: 0 0.725rem 0.5rem;
    border-color: transparent transparent rgba(255, 255, 255, 0.75); }
  .btn-up-inv .btn-up-img {
    background: rgba(20, 19, 51, 0.75); }
    .btn-up-inv .btn-up-img .img-fluid {
      filter: brightness(200%) saturate(0%) contrast(1000%) invert(100%); }
    .btn-up-inv .btn-up-img:before {
      border-color: transparent transparent rgba(20, 19, 51, 0.75); }

.char-circle {
  width: 2.55rem;
  height: 2.55rem;
  border-radius: 50%;
  border: 0.1rem solid #733FFF;
  color: #733FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 500; }
  .char-circle.active {
    background-color: #733FFF;
    color: #ffffff; }

.link-tel, a[href^=tel] {
  color: inherit !important;
  text-decoration: none !important; }

.font-alt,
h1,
.h1,
.h1,
h2,
.h2,
.h2,
h3,
.h3,
.h3 {
  font-family: 'Hagrid', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif; }

h4, .h4,
.h4,
h5,
.h5,
.h5,
h6,
.h6,
.h6 {
  font-family: var(--bs-font-sans-serif); }


h1,
.h1, .h1,
.title {
  font-size: 2.5rem;
  font-weight: 500; }
  @media (max-width: 1199.98px) {
    
    h1,
    .h1, .h1,
    .title {
      font-size: 1.8rem; } }


h2,
.h2, .h2 {
  font-size: 2.5rem;
  font-weight: 500; }
  @media (max-width: 1199.98px) {
    
    h2,
    .h2, .h2 {
      font-size: 1.8rem; } }


h3,
.h3, .h3 {
  font-size: 1.75rem;
  font-weight: 500; }
  @media (max-width: 1199.98px) {
    
    h3,
    .h3, .h3 {
      font-size: 1.8rem; } }

h4, .h4, .h4 {
  font-size: 1.5rem;
  font-weight: 600; }
  @media (max-width: 1199.98px) {
    h4, .h4, .h4 {
      font-size: 1.4rem; } }


h5,
.h5, .h5 {
  font-size: 1.1rem;
  font-weight: 600; }
  @media (max-width: 1199.98px) {
    
    h5,
    .h5, .h5 {
      font-size: 1.2rem; } }


h6,
.h6, .h6 {
  font-size: 1.1rem;
  font-weight: 500; }
  @media (max-width: 1199.98px) {
    
    h6,
    .h6, .h6 {
      font-size: 1.2rem; } }

.font-weight-300 {
  font-weight: 300; }

.font-weight-400 {
  font-weight: 400; }

.font-weight-500 {
  font-weight: 500; }

.font-weight-600 {
  font-weight: 600; }

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

.text-decoration-dashed {
  display: inline;
  position: relative;
  text-decoration: none;
  border-bottom: 1px dashed var(--bs-primary); }

.fz-10 {
  font-size: 0.5rem !important; }

.fz-12 {
  font-size: 0.6rem !important; }

.fz-14 {
  font-size: 0.7rem !important; }

.fz-15 {
  font-size: 0.75rem !important; }

.fz-16 {
  font-size: 0.8rem !important; }

.fz-17 {
  font-size: 0.85rem !important; }

.fz-18 {
  font-size: 0.9rem !important; }

.fz-20 {
  font-size: 1rem !important; }

.fz-22 {
  font-size: 1.1rem !important; }

.fz-24 {
  font-size: 1.2rem !important; }

.fz-25 {
  font-size: 1.25rem !important; }

.fz-28 {
  font-size: 1.4rem !important; }

.fz-30 {
  font-size: 1.5rem !important; }

.fz-35 {
  font-size: 1.75rem !important; }

.fz-40 {
  font-size: 2rem !important; }

.fz-42 {
  font-size: 2.1rem !important; }

.fz-50 {
  font-size: 2.5rem !important; }

.fz-60 {
  font-size: 3rem !important; }

.fz-70 {
  font-size: 3.5rem !important; }

.fz-100 {
  font-size: 5rem !important; }

@media (max-width: 767.98px) {
  .fz-mob-10 {
    font-size: .769234rem !important; }
  .fz-mob-12 {
    font-size: 0.9rem !important; }
  .fz-mob-13 {
    font-size: 1rem !important; }
  .fz-mob-16 {
    font-size: 1.23077rem !important; }
  .fz-mob-18 {
    font-size: 1.3846rem !important; }
  .fz-mob-20 {
    font-size: 1.53846rem !important; }
  .fz-mob-28 {
    font-size: 2.15rem !important; }
  .fz-mob-38 {
    font-size: 2.92rem !important; } }

.bdrz-0 {
  border-radius: 0; }

.bdrz-0d25 {
  border-radius: 0.25rem; }

.bdrz-0d5 {
  border-radius: 0.5rem; }

.bdrz-0d75 {
  border-radius: 0.75rem; }

.bdrz-1 {
  border-radius: 1rem; }

.bdrz-1d5 {
  border-radius: 1.5rem; }

.bdrz-2 {
  border-radius: 2rem; }

.bdrz-2d5 {
  border-radius: 2.5rem; }

.bdrz-3 {
  border-radius: 3rem; }

.bdrz-100 {
  border-radius: 100%; }

.border-gray {
  border-color: #808080 !important; }

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

.border-third-light {
  border-color: rgba(254, 216, 211, 0.5) !important; }

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

@media (max-width: 767.98px) {
  .border-top-xs {
    border-top: 1px solid #733FFF; }
  .border-xs-2 {
    border-width: 2px !important; } }

ul {
  padding-left: 1rem; }

.list-style-plus {
  list-style: none;
  padding-left: 0; }
  .list-style-plus li {
    padding-left: 1rem;
    position: relative; }
    .list-style-plus li:before {
      content: "\002B";
      position: absolute;
      left: 0; }

.pagenav-label {
  overflow: hidden;
  zoom: 1;
  position: relative;
  text-indent: -999rem;
  vertical-align: middle;
  text-align: left !important;
  display: block;
  top: 0;
  height: 0; }

img.alignright {
  display: block;
  float: right;
  margin: 0 0 1em 1em;
  max-width: 100%;
  height: auto; }

img.alignleft {
  display: block;
  float: left;
  margin: 0 1em 1em 0;
  max-width: 100%;
  height: auto; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto; }

img.alignnone {
  display: block;
  max-width: 100%;
  height: auto; }

.height-equal-w {
  display: flex;
  flex-wrap: wrap; }

.height-equal {
  flex: 1;
  max-width: 100%; }

.height-equal-row {
  flex: 1;
  max-width: calc(100% + var(--bs-gutter-x)); }

.height-equal-i {
  flex: 0 0 100%;
  max-width: 100%; }

.height-equal-row-i {
  flex: 0 0 calc(100% + var(--bs-gutter-x));
  max-width: calc(100% + var(--bs-gutter-x)); }

.flex-direction-col {
  flex-direction: column; }

.owl-carousel .owl-stage {
  display: flex; }

.owl-carousel .owl-item {
  position: relative;
  min-height: 0;
  float: none; }

.owl-nav {
  position: relative;
  margin-left: -0.3rem;
  margin-right: -0.3rem;
  display: flex;
  flex-wrap: wrap; }

.owl-prev,
.owl-next {
  width: 3rem;
  height: 3rem;
  border-radius: 1.5rem;
  padding: 0;
  margin: 0 0.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  overflow: hidden;
  position: relative;
  text-indent: -99999px; }
  .owl-prev:after,
  .owl-next:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../images/dist/icon-shevron-r.svg") 50% 50% no-repeat;
    background-size: 100% 100%;
    width: 2.2rem;
    height: 2.2rem;
    transition: all .3s ease-in-out; }
  .owl-prev:hover:after,
  .owl-next:hover:after {
    transform: translate(-50%, -50%) scale(1.2); }

.owl-prev {
  transform: rotate(180deg); }

.icon_list-item {
  display: flex;
  flex-wrap: nowrap; }

.icon_list-img {
  padding-top: 0.2rem; }

.icon-list-60 .icon_list-img {
  width: 60px;
  flex: 0 0 60px; }

.icon-list-70 .icon_list-img {
  width: 70px;
  flex: 0 0 70px; }

.icon-list-90 .icon_list-img {
  width: 90px;
  flex: 0 0 90px; }

.icon_list-descr {
  flex: 1; }

.header-bg-round-angle {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 5.5rem;
  background: url("../images/dist/vazno-seks-5-title-bg.svg") 50% 50% no-repeat;
  background-size: contain; }

.header-bg-round-angle-primary {
  background-image: url("../images/dist/vazno-seks-5-title-bg.svg"); }

.text-bg-round-angle-primary {
  position: relative;
  display: inline-block; }
  .text-bg-round-angle-primary:before {
    position: absolute;
    content: '';
    width: 12.5rem;
    height: 5.5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../images/dist/vazno-seks-5-title-bg.svg") 50% 50% no-repeat;
    background-size: contain; }
    @media (max-width: 767.98px) {
      .text-bg-round-angle-primary:before {
        width: 9rem;
        height: 4rem;
        left: 3.2rem; } }

.bg-primary .text-bg-round-angle-primary:before {
  background-image: url("../images/dist/vazno-seks-5-title-bg-2.svg"); }

.text-bg-round-angle-primary-sm:before {
  width: 7.3rem;
  height: 2.65rem; }
  @media (max-width: 767.98px) {
    .text-bg-round-angle-primary-sm:before {
      width: 8.076923rem;
      height: 2.961538rem;
      left: 50%; } }

.col-line-end,
.col-line-start {
  position: relative; }

@media (max-width: 767.98px) {
  .col-line-start {
    border-top: 2px solid #808080; } }

.col-line-end:after,
.col-line-start:before {
  content: '';
  position: absolute;
  top: 2.5rem;
  bottom: -4rem; }
  @media (max-width: 767.98px) {
    .col-line-end:after,
    .col-line-start:before {
      display: none; } }

.col-line-end:after {
  right: -1px;
  border-right: 2px solid #808080; }

.col-line-start:before {
  left: -1px;
  border-left: 2px solid #808080; }

.link-color-inherit {
  color: inherit;
  text-decoration: none; }

a.link-color-inherit:hover {
  text-decoration: underline; }

.modal {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.modal-dialog {
  margin-left: auto;
  margin-right: auto; }

.modal-content-shadow {
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.25); }

.modal-header,
.modal-body {
  position: relative; }
  .modal-header .btn-close,
  .modal-body .btn-close {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem; }

.modal-backdrop {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 70%, #C1FFE2 120%); }

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

.btn-micon-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background-color: transparent;
  padding: 0;
  border: 0;
  margin: 0;
  z-index: 2090; }

.btn-check:active + .btn-hover-primary, .btn-check:checked + .btn-hover-primary, .btn-hover-primary.active, .btn-hover-primary.dropdown-toggle.show, .btn-hover-primary:active, .btn-hover-primary:hover {
  background: #733FFF;
  border-color: #733FFF;
  color: #fff; }

@media (min-width: 768px) {
  .btn-xl {
    padding: 1.25rem 2.5rem 1.4rem;
    font-size: 1.25rem;
    line-height: 1.4rem; } }

.btn-with-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center; }
  .btn-with-icon .btn-text ~ .btn-text,
  .btn-with-icon .btn-text ~ .micon,
  .btn-with-icon .micon ~ .btn-text,
  .btn-with-icon .micon ~ .micon {
    margin-left: 0.5rem; }

.btn-primary-light {
  color: #000000;
  background-color: #F5F1FF;
  border-color: #F5F1FF; }

.btn-primary-light.active,
.btn-primary-light:hover,
.btn-primary-light:focus,
.btn-check:checked + .btn-primary-light {
  color: #000000;
  background-color: #FFD4D5;
  border-color: #FFD4D5; }

.btn-primary-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 212, 213, 0.5); }

.btn-secondary-light {
  color: #555555;
  background-color: #d8e4f6;
  border-color: #d8e4f6; }

.btn-secondary-light.active,
.btn-secondary-light:hover,
.btn-secondary-light:focus + .btn-primary, .btn-secondary-light:focus {
  color: #fff;
  background-color: #6236d9;
  border-color: #5c32cc; }
  .btn-secondary-light.active .micon, .btn-secondary-light.active img,
  .btn-secondary-light:hover .micon,
  .btn-secondary-light:hover img,
  .btn-secondary-light:focus + .btn-primary .micon,
  .btn-secondary-light:focus + .btn-primary img, .btn-secondary-light:focus .micon, .btn-secondary-light:focus img {
    filter: invert(1) grayscale(100%) brightness(200%); }

.btn-secondary-light:focus + .btn-primary, .btn-secondary-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(136, 92, 255, 0.5); }

.form-check-input {
  transition: all .3s ease-in-out; }

@media (min-width: 768px) {
  .block-xs-collapsed {
    display: block !important; } }

.textarea-4-rows {
  height: calc(5.8rem + 2px); }

.ratio .bdrz-1 > * {
  border-radius: inherit; }

.bg-full-img-wrap {
  position: relative;
  overflow: hidden; }

.bg-full-img-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain; }

.bg-full-img-cover {
  position: relative; }

.form-check-cf7 .wpcf7-list-item {
  display: block;
  margin: 0; }

.form-check-cf7 .wpcf7-list-item > label {
  display: block;
  margin-top: 0.75rem;
  min-height: 1.37rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }

.form-check-cf7 .wpcf7-list-item input[type="radio"] {
  border-radius: 50%;
  float: left;
  margin-left: -1.5em;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 1em;
  height: 1em;
  margin-top: 0.185em;
  vertical-align: top;
  background-color: #d8d8d8;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(115, 63, 255, 0.5);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact; }

.form-check-cf7 .wpcf7-list-item input:checked[type="radio"] {
  background-color: #733fff;
  border-color: #733fff;
  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='%23D8D8D8'/%3e%3c/svg%3e"); }

.form-check-cf7 .wpcf7-list-item input:focus[type="radio"] {
  border-color: #b99fff;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(115, 63, 255, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(115, 63, 255, 0.25); }

.form-check-cf7 .wpcf7-list-item .wpcf7-list-item-label {
  display: inline-block; }

.btn-outline-secondary:hover {
  color: #ffffff;
  --bs-black-rgb: 255, 255, 255; }

@font-face {
  font-family: 'Hagrid';
  src: url("../fonts/hagrid-medium.woff2") format("woff2"), url("../fonts/hagrid-medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Hagrid';
  src: url("../fonts/hagrid-medium.woff2") format("woff2"), url("../fonts/hagrid-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

.header-wrp {
  position: relative; }

.navbar {
  transition: all .3s ease-in-out;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem; }
  @media (min-width: 768px) {
    .navbar {
      padding-top: 2rem;
      padding-bottom: 2rem; } }

.header-sticky .navbar {
  background-color: rgba(255, 255, 255, 0.9);
  padding-top: 0;
  padding-bottom: 0; }
  .header-sticky .navbar.navbar-inv {
    background-color: rgba(20, 19, 51, 0.9); }

.header-logo {
  display: block;
  width: 3.75rem; }
  @media (max-width: 767.98px) {
    .header-logo {
      width: 4.05rem; } }

@media (min-width: 768px) {
  .nav-menu-header {
    flex: 1;
    display: flex; }
  .navbar-collapse {
    align-items: inherit; }
  .navbar-nav {
    flex: 1;
    text-align: center;
    justify-content: center; }
  .navbar-nav > li {
    flex: 0 0 auto;
    max-width: 100%;
    height: 100%; } }

.navbar-nav {
  font-size: 0.9rem; }
  .navbar-nav > li > a.menu-caret {
    display: none; }
  .navbar-nav ul {
    font-size: 0.85rem; }
  @media (max-width: 767.98px) {
    .navbar-nav {
      font-size: 1.2rem; }
      .navbar-nav > li > a.menu-caret {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 1rem;
        position: relative;
        flex: 0 0 auto;
        margin-left: -1.6rem; }
        .navbar-nav > li > a.menu-caret:before {
          position: absolute;
          content: '';
          border-left: 1px solid #000000;
          top: 50%;
          transform: translateY(-50%);
          height: 1.37em;
          left: 0.5rem; }
      .navbar-nav ul {
        font-size: 1rem; } }

.navbar-nav > li {
  display: flex; }
  @media (max-width: 767.98px) {
    .navbar-nav > li {
      flex-wrap: wrap;
      margin-left: -1.6rem !important;
      margin-right: -1.6rem !important; } }

.navbar-nav li a,
.nav-link {
  text-decoration: none;
  color: #000000;
  transition: all .3s ease-in-out; }
  .navbar-nav li a:hover, .navbar-nav li a.active,
  .nav-link:hover,
  .nav-link.active {
    color: #733FFF; }
  @media (max-width: 767.98px) {
    .navbar-nav li a,
    .nav-link {
      padding-left: 1.6rem !important;
      padding-right: 1.6rem !important; } }

.navbar-nav > li > a,
.nav-link {
  display: flex;
  flex: 1; }
  @media (min-width: 768px) {
    .navbar-nav > li > a,
    .nav-link {
      padding-left: 1.4rem !important;
      padding-right: 1.4rem !important;
      justify-content: center;
      align-items: center; } }

.navbar-nav li {
  position: relative; }
  .navbar-nav li.open-hover > a {
    color: #733FFF; }

@media (min-width: 768px) {
  .navbar-nav .dropdown-menu {
    display: none !important;
    padding: 0.75rem 0;
    min-width: 20rem;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    top: 100%;
    left: 50%;
    transform: translateX(-50%); }
    .header-sticky .navbar-nav .dropdown-menu {
      border-radius: 0 0 1rem 1rem; }
    .navbar-nav .dropdown-menu li a {
      display: block;
      padding: 0.5rem 1.4rem; }
      .navbar-nav .dropdown-menu li a:focus, .navbar-nav .dropdown-menu li a:hover {
        background-color: white; } }

@media (max-width: 767.98px) {
  .navbar-nav .dropdown-menu {
    position: relative;
    left: auto;
    right: auto;
    flex: 0 0 100%;
    max-width: 100%;
    min-width: auto;
    width: 100%;
    border-radius: 0;
    top: -0.5rem; }
    .navbar-nav .dropdown-menu li a {
      display: block;
      padding: 0.5rem 1.6rem 0.5rem 2.6rem !important;
      position: relative; }
      .navbar-nav .dropdown-menu li a:before {
        position: absolute;
        content: '';
        left: 1.6rem;
        border-left: 1px solid currentColor;
        top: 0;
        bottom: 0; } }

.caret-down {
  display: block;
  content: "";
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-bottom: 0;
  border-left: 0.35em solid transparent;
  transition: all .3s ease-in-out; }
  .click-hover .caret-down {
    transform: rotateX(180deg);
    color: #733FFF; }

.navbar-right {
  display: flex;
  align-items: center; }
  .navbar-right .btn {
    color: #000000;
    padding-left: 1.75rem;
    padding-right: 1.75rem; }
  @media (max-width: 767.98px) {
    .navbar-right .btn {
      border-color: transparent !important;
      background-color: transparent !important;
      border-radius: 0 !important;
      padding-left: 0 !important;
      padding-right: 0 !important; } }

@media (max-width: 767.98px) {
  .header .navbar-collapse {
    position: fixed;
    top: calc(4.3630rem + 40px);
    max-height: calc(100vh - 4.3630rem - 40px);
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    padding: 1rem 1.6rem;
    overflow: hidden;
    overflow-y: auto; }
    .header-sticky .header .navbar-collapse {
      top: calc(0.8630rem + 40px);
      max-height: calc(100vh - 0.8630rem - 40px); } }

.navbar-toggler {
  margin-left: 1.25rem;
  margin-right: -0.75rem; }

.navbar-toggler-icon {
  width: 1.85rem;
  height: 0.153846154rem;
  margin-top: 0.423076923rem;
  margin-bottom: 0.423076923rem;
  display: block;
  background: #000000;
  border-radius: 0.076923077rem;
  position: relative; }
  .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    transition: all .3s ease-in-out; }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-child(1), .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-child(3) {
      width: 2rem;
      margin-left: -0.075rem;
      margin-right: -0.075rem;
      transform: rotate(45deg);
      top: 0.576923077rem; }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-child(2) {
      opacity: 0; }
    .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:nth-child(3) {
      top: -0.576923077rem;
      transform: rotate(-45deg); }

@media (min-width: 768px) {
  .navbar-inv .navbar-nav li a,
  .navbar-inv .nav-link {
    color: #ffffff; }
    .navbar-inv .navbar-nav li a:hover, .navbar-inv .navbar-nav li a:focus, .navbar-inv .navbar-nav li a.active,
    .navbar-inv .nav-link:hover,
    .navbar-inv .nav-link:focus,
    .navbar-inv .nav-link.active {
      color: #FED348; }
  .navbar-inv .navbar-nav li.open-hover > a {
    color: #FED348; }
  .navbar-inv .dropdown-menu {
    background-color: rgba(20, 19, 51, 0.9); }
    .navbar-inv .dropdown-menu li a:focus, .navbar-inv .dropdown-menu li a:hover {
      background-color: #141333; } }

@media (max-width: 767.98px) {
  .header .navbar-inv .navbar-collapse {
    background-color: rgba(20, 19, 51, 0.9); }
  .navbar-inv .navbar-nav li a,
  .navbar-inv .nav-link {
    color: #ffffff; }
  .navbar-inv .navbar-nav li a:hover, .navbar-inv .navbar-nav li a:focus, .navbar-inv .navbar-nav li a.active,
  .navbar-inv .nav-link:hover,
  .navbar-inv .nav-link:focus,
  .navbar-inv .nav-link.active {
    color: #FED348; }
  .navbar-inv .click-hover .caret-down,
  .navbar-inv .navbar-nav li.open-hover > a {
    color: #FED348; }
  .navbar-inv .navbar-nav > li > a.menu-caret:before {
    border-left-color: #ffffff; } }

.navbar-inv .navbar-right .btn {
  border-color: #ffffff;
  color: #ffffff; }

.navbar-inv .navbar-toggler-icon {
  background: #ffffff; }

.grecaptcha-badge {
  width: 0 !important;
  height: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important; }

.footer-up {
  display: flex;
  bottom: 3rem;
  right: 3rem;
  z-index: 1900;
  position: fixed; }

.wpcf7 p {
  margin-bottom: 0; }

.form-submit-wrap {
  position: relative; }
  .form-submit-wrap .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 10px;
    margin: 0;
    transform: translateY(-50%); }

.wpcf7-not-valid-tip {
  display: block;
  font-size: 0.8rem !important;
  margin-top: 0.4rem; }

.wpcf7 form .wpcf7-response-output {
  margin: 1rem 0 1rem !important;
  padding: 0.5rem 1rem !important;
  font-size: 0.8rem !important; }

.col-main {
  display: flex; }

.col-kurs_rodzice,
.col-kurs_seks,
.col-kurs_znencanie {
  align-items: center; }

@media (min-width: 768px) {
  .col-main-2-1 {
    width: 37.95081967%;
    flex: 1 0 37.95081967%; }
  .col-main-2-2 {
    width: 26.14754098%;
    flex: 1 0 26.14754098%; }
  .col-main-2-3 {
    width: 35.90163934%;
    flex: 1 0 35.90163934%; }
  .col-wazne_seks-2-1 {
    width: 31.9341564%;
    flex: 0 0 31.9341564%; }
  .col-wazne_seks-2-2 {
    width: 33.2510288%;
    flex: 0 0 33.2510288%; }
  .col-wazne_seks-2-3 {
    width: 34.8148148%;
    flex: 0 0 34.8148148%; }
  .col-wazne_seks-2-4 {
    width: 27.7366255%;
    flex: 0 0 27.7366255%; }
  .col-wazne_seks-2-5 {
    width: 35.6378601%;
    flex: 0 0 35.6378601%; }
  .col-wazne_znecanie-2-1 {
    width: 46.2240664%;
    flex: 0 0 46.2240664%; }
  .col-wazne_znecanie-2-2 {
    width: 53.3609959%;
    flex: 0 0 53.3609959%; }
  .col-wazne_znecanie-2-1b {
    width: 48.1795089%;
    flex: 0 0 48.1795089%; }
  .col-wazne_znecanie-2-2b {
    width: 51.8204911%;
    flex: 0 0 51.8204911%; }
  .col-kurs_rodzice-3-1,
  .col-kurs_rodzice-3-2,
  .col-kurs_rodzice-3-3,
  .col-kurs_rodzice-3-4,
  .col-kurs_seks-3-1,
  .col-kurs_seks-3-2,
  .col-kurs_seks-3-3,
  .col-kurs_seks-3-4,
  .col-kurs_znencanie-3-1,
  .col-kurs_znencanie-3-2,
  .col-kurs_znencanie-3-3,
  .col-kurs_znencanie-3-4 {
    width: 50%;
    flex: 0 0 50%; } }

.main-themes {
  padding: 3.5rem 2.75rem;
  flex: 1;
  background: 50% 50% no-repeat;
  background-size: contain;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 1.75rem; }
  @media (max-width: 767.98px) {
    .main-themes {
      margin-bottom: 1.25rem;
      margin-left: auto;
      margin-right: auto;
      padding: 1.5rem 2.25rem; } }

.wazne_seks-themes {
  text-align: left;
  padding: 1.5rem 2.5rem;
  height: 10.5rem; }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .wazne_seks-themes {
      padding-left: 2rem;
      padding-right: 2rem;
      background-size: 100% 100%; } }

.wazne_seks-themes-4,
.wazne_seks-themes-5 {
  padding: 1.5rem 3.5rem;
  min-height: 7.85rem; }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .wazne_seks-themes-4,
    .wazne_seks-themes-5 {
      padding-left: 3rem;
      padding-right: 3rem; } }

.wazne_znecanie-themes {
  min-height: 12.5rem;
  padding: 2rem 2rem;
  text-align: left; }
  @media (min-width: 1200px) and (max-width: 1679.98px) {
    .wazne_znecanie-themes {
      background-size: 100% 100%; } }
  @media (max-width: 1199.98px) {
    .wazne_znecanie-themes {
      background-size: 100% 100%;
      padding-top: 1.7rem;
      padding-bottom: 1.7rem; } }

.kurs_rodzice-themes,
.kurs_seks-themes,
.kurs_znencanie-themes {
  min-height: 13.5rem;
  margin-bottom: 2.5rem; }
  @media (max-width: 1199.98px) {
    .kurs_rodzice-themes,
    .kurs_seks-themes,
    .kurs_znencanie-themes {
      margin-bottom: 2rem; } }

.main-themes-1 {
  background-image: url("../images/dist/main-2-1.svg"); }

.main-themes-2 {
  background-image: url("../images/dist/main-2-2.svg"); }

.main-themes-3 {
  background-image: url("../images/dist/main-2-3.svg");
  color: #ffffff; }

.wazne_seks-themes-1 {
  background-image: url("../images/dist/vazno-seks-4-1-bg.svg"); }

.wazne_seks-themes-2 {
  background-image: url("../images/dist/vazno-seks-4-2-bg.svg"); }

.wazne_seks-themes-3 {
  background-image: url("../images/dist/vazno-seks-4-3-bg.svg"); }

.wazne_seks-themes-4 {
  background-image: url("../images/dist/vazno-seks-4-4-bg.svg"); }

.wazne_seks-themes-5 {
  background-image: url("../images/dist/vazno-seks-4-5-bg.svg"); }

.wazne_znecanie-themes-1 {
  background-image: url("../images/dist/vazno-znecanie-6-1-bg.svg"); }

.wazne_znecanie-themes-2 {
  background-image: url("../images/dist/vazno-znecanie-6-2-bg.svg"); }

.wazne_znecanie-themes-1b {
  background-image: url(../images/dist/wspolnik-add-2-2.svg); }

.wazne_znecanie-themes-2b {
  background-image: url(../images/dist/wspolnik-add-2-1.svg); }

.kurs_rodzice-themes-2-1 {
  background-image: url("../images/dist/kurs-rodzice-3-1.svg"); }

.kurs_rodzice-themes-2-2 {
  background-image: url("../images/dist/kurs-rodzice-3-2.svg"); }

.kurs_rodzice-themes-1 {
  background-image: url("../images/dist/kurs-rodzice-2-1.svg"); }

.kurs_rodzice-themes-2 {
  background-image: url("../images/dist/kurs-rodzice-2-2.svg"); }

.kurs_rodzice-themes-3 {
  background-image: url("../images/dist/kurs-rodzice-2-3.svg"); }

.kurs_rodzice-themes-4 {
  background-image: url("../images/dist/kurs-rodzice-2-4.svg"); }

.kurs_seks-themes-1 {
  background-image: url("../images/dist/kurs_seks-2-1.svg"); }

.kurs_seks-themes-2 {
  background-image: url("../images/dist/kurs_seks-2-2.svg"); }

.kurs_seks-themes-3 {
  background-image: url("../images/dist/kurs_seks-2-3.svg"); }

.kurs_seks-themes-4 {
  background-image: url("../images/dist/kurs_seks-2-4.svg"); }

.kurs_znencanie-themes-1 {
  background-image: url("../images/dist/kurs_znc-3-1.svg"); }

.kurs_znencanie-themes-2 {
  background-image: url("../images/dist/kurs_znc-3-2.svg"); }

.kurs_znencanie-themes-3 {
  background-image: url("../images/dist/kurs_znc-3-3.svg"); }

.kurs_znencanie-themes-4 {
  background-image: url("../images/dist/kurs_znc-3-4.svg"); }

@media (max-width: 767.98px) {
  .main-themes-1 {
    max-width: 260px;
    height: 120px; }
  .main-themes-2 {
    max-width: 175px;
    height: 132px; }
  .main-themes-3 {
    max-width: 245px;
    height: 120px; }
  .wazne_seks-themes {
    text-align: center; }
  .wazne_seks-themes-1 {
    max-width: 258px;
    height: 143px; }
  .wazne_seks-themes-2 {
    max-width: 269px;
    height: 141px; }
  .wazne_seks-themes-3 {
    max-width: 282px;
    height: 145px; }
  .wazne_seks-themes-4 {
    max-width: 271px;
    height: 111px; }
  .wazne_seks-themes-5 {
    max-width: 235px;
    height: 109px; }
  .wazne_znecanie-themes-1 {
    max-width: 271px;
    min-height: 129px; }
  .wazne_znecanie-themes-2 {
    max-width: 271px;
    min-height: 159px; }
  .wazne_znecanie-themes-1b {
    max-width: 264px;
    min-height: 130px; }
  .wazne_znecanie-themes-2b {
    max-width: 264px;
    min-height: 138px; } }

@media (max-width: 1679.98px) {
  .kurs_rodzice-themes-1 {
    max-width: 20.19230769rem;
    min-height: 9.807692308rem; }
  .kurs_rodzice-themes-2 {
    max-width: 17.8461538rem;
    min-height: 10.4230769rem; }
  .kurs_rodzice-themes-3 {
    max-width: 17.30769231rem;
    min-height: 12.96153846rem; }
  .kurs_rodzice-themes-4 {
    max-width: 18.92307692rem;
    min-height: 12.88461538rem; }
  .kurs_seks-themes-1 {
    max-width: 17.30769231rem;
    min-height: 12.96153846rem; }
  .kurs_seks-themes-2 {
    max-width: 20.19230769rem;
    min-height: 9.807692308rem; }
  .kurs_seks-themes-3 {
    max-width: 21.3846153846rem;
    min-height: 10.7692307692rem; }
  .kurs_seks-themes-4 {
    max-width: 17.5rem;
    min-height: 13.2692307692rem; }
  .kurs_znencanie-themes-1 {
    max-width: 18.92307692rem;
    min-height: 12.88461538rem; }
  .kurs_znencanie-themes-2 {
    max-width: 20.19230769rem;
    min-height: 9.807692308rem; }
  .kurs_znencanie-themes-3 {
    max-width: 17.30769231rem;
    min-height: 12.96153846rem; }
  .kurs_znencanie-themes-4 {
    max-width: 18.5rem;
    min-height: 14.03846154rem; } }

.col-card_link {
  display: flex; }

.card_link {
  flex: 1;
  padding: 1.1rem 2.15rem 1.6rem;
  text-decoration: none;
  position: relative;
  font-weight: 600;
  line-height: 120%;
  border-radius: 1rem; }

.card_link-text {
  margin-bottom: 4rem; }

.card_link-image {
  margin-bottom: 1rem; }

.card_link-btn {
  position: absolute;
  bottom: 1.6rem;
  left: 50%;
  transform: translateX(-50%); }

.col-card_info {
  display: flex; }

.card_info {
  flex: 1;
  border-radius: 1.5rem;
  padding: 1.8rem 2.9rem 1.5rem; }
  @media (max-width: 1199.98px) {
    .card_info {
      margin-bottom: 0.5rem; } }

.card_info-title {
  margin-bottom: 1.5rem;
  max-width: 20rem;
  margin-left: auto;
  margin-right: auto; }

.header-bg-round {
  background: url("../images/dist/main-4-1.svg") 50% 50% no-repeat;
  background-size: 100% 100%;
  position: relative;
  padding-bottom: 40%;
  text-align: center; }

.header-bg-round-i {
  position: absolute;
  top: 50%;
  left: 1.5rem;
  right: 1.5rem;
  transform: translate(0, -50%);
  margin-bottom: 0; }

.card_info-text ul {
  position: relative;
  top: -0.5rem; }

.add-event-2-bg,
.main-7-fig-2-bg {
  padding: 3.4rem 1.25rem 1.75rem;
  background: url("../images/dist/main-7-fig-2.svg") 50% 50% no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media (max-width: 1199.98px) {
    .add-event-2-bg,
    .main-7-fig-2-bg {
      background-image: url("../images/dist/main-7-fig-2-sm.svg");
      padding: 2.25rem 0.75rem .75rem;
      max-width: 335px;
      margin-left: auto;
      margin-right: auto;
      min-height: 12rem; } }

.add-event-2-bg {
  background-image: url("../images/src/add-event-2-bg.svg");
  padding: 2.2rem 1rem 1.6rem 1.6rem; }
  @media (max-width: 1679.98px) {
    .add-event-2-bg {
      padding: 3.3rem 1.5rem 2.7rem 2rem; } }
  @media (max-width: 1199.98px) {
    .add-event-2-bg {
      padding: 4.1rem 1rem 3.5rem 1.6rem;
      max-width: none; } }
  @media (max-width: 767.98px) {
    .add-event-2-bg {
      padding: 2.8rem 1rem 2.4rem 1.6rem; } }

.section-persons-slider {
  margin-top: 6.25rem;
  padding-top: 3.6rem;
  padding-bottom: 4.75rem; }

.person_card-list .owl-item {
  display: flex; }

.person_card-item {
  width: 20rem;
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 1.75rem 1.5rem 1.5rem;
  margin-left: 0.55rem;
  margin-right: 0.55rem;
  border-radius: 1rem;
  max-width: 100%; }

.person_card-content {
  flex: 1;
  max-width: 100%; }

.person_card-man {
  margin-bottom: 0.9rem;
  display: flex;
  flex-wrap: nowrap; }

.person_card-photo {
  margin-right: 0.9rem;
  width: 5.5rem;
  flex: 0 0 5.5rem;
  align-self: start; }

.person_card-name {
  flex: 1;
  align-self: center; }

.person_card-name-item {
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 120%;
  hyphens: auto;
  word-break: break-word;
  overflow-wrap: break-word; }

.person_card-name-info {
  margin-top: 0.6rem;
  font-size: 0.8rem;
  line-height: 130%; }

.person_card-text {
  font-size: 0.9rem;
  line-height: 123%; }
  .person_card-text p {
    margin-bottom: 1em; }

.person_card-btns {
  max-width: 100%;
  text-align: right; }

.section-bg-wazne-rodzice-visual {
  background: url("../images/dist/vazno-rodzice-1a-bg.png") 50% 0 no-repeat; }
  @media (max-width: 767.98px) {
    .section-bg-wazne-rodzice-visual {
      background-image: url("../images/dist/vazno-rodzice-1a-bg-xs-b.png");
      background-size: 775px auto; } }

.wazne-rodzice-title {
  position: relative;
  z-index: 2; }

.wazne-rodzice-btn {
  position: relative;
  z-index: 2; }

.wazne-rodzice-block {
  position: relative;
  z-index: 1; }

.wazne-rodzice-descr {
  z-index: 2; }

.wazne-rodzice-img-1 {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  right: 0; }
  @media (min-width: 768px) {
    .wazne-rodzice-img-1 {
      right: -10rem; } }
  @media (min-width: 1200px) {
    .wazne-rodzice-img-1 {
      right: -13rem;
      left: -8rem; } }

.vazno-rodzice-img-4-1-wrp {
  margin-top: -3.4rem;
  margin-left: -24rem;
  margin-right: -5rem; }
  @media (min-width: 768px) {
    .vazno-rodzice-img-4-1-wrp {
      margin-top: -8.9rem;
      margin-left: -30rem;
      margin-right: -7.5rem; } }
  @media (min-width: 1200px) {
    .vazno-rodzice-img-4-1-wrp {
      margin-top: -9.5rem; } }
  @media (min-width: 1680px) {
    .vazno-rodzice-img-4-1-wrp {
      margin-top: -11.5rem; } }

.kurs_rodzice_pro-5-fig,
.vazno-rodzice-6-fig {
  max-width: 100%;
  width: 593px;
  padding: 3rem 2rem 1.63rem;
  background: url("../images/dist/vazno-rodzice-6-fig.svg") 50% 50% no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .kurs_rodzice_pro-5-fig,
    .vazno-rodzice-6-fig {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }
  @media (max-width: 767.98px) {
    .kurs_rodzice_pro-5-fig,
    .vazno-rodzice-6-fig {
      max-width: 100%;
      width: 375px;
      padding: 2.3rem 2.5rem 1rem;
      margin-left: auto;
      margin-right: auto; } }

.kurs_rodzice_pro-5-fig {
  width: 490px;
  background-image: url("../images/dist/kurs_rodzice_pro-5-fig.svg"); }
  @media (max-width: 767.98px) {
    .kurs_rodzice_pro-5-fig {
      width: 375px; } }

.section-bg-wazne-seks-visual {
  background: #FEBCB4 url("../images/dist/vazno-seks-1-bg.png") 50% 0 no-repeat; }
  @media (max-width: 767.98px) {
    .section-bg-wazne-seks-visual {
      background-image: url("../images/dist/vazno-seks-1-bg-xs.png");
      background-size: 320px auto; } }

.wazne-seks-block-quote {
  position: relative; }
  .wazne-seks-block-quote:after {
    position: absolute;
    top: 6.7rem;
    right: 99.5%;
    width: 47%;
    padding-bottom: 16.55%;
    content: '';
    background: url("../images/dist/vazno-seks-1-quote.svg") 100% 0 no-repeat;
    background-size: contain;
    z-index: 2; }
    @media (max-width: 767.98px) {
      .wazne-seks-block-quote:after {
        top: 100%;
        left: 45%;
        right: auto;
        width: 36.5%;
        padding-bottom: 26%;
        margin-top: -1.62rem;
        background-image: url("../images/dist/vazno-seks-1-quote-xs.svg"); } }

@media (max-width: 767.98px) {
  .row-vazno-seks-6 .col-12 {
    max-width: 302px;
    flex: 1 0 300px; } }

.bg-vazno-seks-7-1 {
  position: relative; }
  .bg-vazno-seks-7-1:before {
    z-index: -1;
    content: '';
    width: 18.6rem;
    height: 9.05rem;
    background: url("../images/dist/vazno-seks-7-1b.svg") 50% 50% no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: -3rem;
    top: -1rem; }
    @media (max-width: 767.98px) {
      .bg-vazno-seks-7-1:before {
        background-image: url("../images/dist/vazno-seks-7-1b-mob.svg");
        width: 19.96rem;
        height: 14.15rem;
        top: -1.8rem;
        left: -0.3rem; } }

.bg-vazno-seks-7-2 {
  position: relative; }
  .bg-vazno-seks-7-2:before {
    z-index: 2;
    content: '';
    width: 4.5rem;
    height: 4.5rem;
    background: url("../images/dist/vazno-seks-7-2b.svg") 50% 50% no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: -5.25rem; }
    @media (max-width: 767.98px) {
      .bg-vazno-seks-7-2:before {
        width: 2rem;
        height: 2rem;
        top: -1.8rem;
        left: 80%; } }

.wazne-znecanie-block {
  position: relative; }
  .wazne-znecanie-block:before {
    content: '';
    position: absolute;
    background: url("../images/dist/vazno-znecanie-1-fig.png") 50% 50% no-repeat;
    background-size: contain;
    width: 2.25rem;
    height: 4.95rem;
    top: -10rem;
    margin-bottom: -1.1rem;
    right: 5.5rem; }
    @media (min-width: 768px) and (max-width: 1199.98px) {
      .wazne-znecanie-block:before {
        width: 1.125rem;
        height: 2.5rem; } }
    @media (min-width: 1200px) and (max-width: 1679.98px) {
      .wazne-znecanie-block:before {
        width: 1.9rem;
        height: 3.8rem; } }
    @media (max-width: 767.98px) {
      .wazne-znecanie-block:before {
        background-image: url("../images/dist/vazno-znecanie-1-fig.png");
        width: 16px;
        height: 35px;
        right: 2.6rem; } }

.section-bg-wazne-znecanie-visual {
  background: url("../images/dist/vazno-znecanie-1a-bg.png") 50% 0 no-repeat; }
  @media (min-width: 1200px) and (max-width: 1679.98px) {
    .section-bg-wazne-znecanie-visual {
      background-size: auto 900px; } }
  @media (min-width: 768px) and (max-width: 1199.98px) {
    .section-bg-wazne-znecanie-visual {
      background-size: auto 700px; } }
  @media (max-width: 767.98px) {
    .section-bg-wazne-znecanie-visual {
      background-image: url("../images/dist/vazno-znecanie-1a-bg-xs.png");
      background-size: 775px auto; } }

@media (min-width: 768px) {
  .vazno-znecanie-img-3-wrp {
    z-index: 1;
    position: absolute;
    width: 45%;
    top: -2.25rem;
    right: -1.50rem; } }

@media (max-width: 767.98px) {
  .vazno-znecanie-img-3-wrp {
    z-index: 1;
    position: relative;
    margin-left: 0.3rem;
    margin-right: -2.3rem;
    margin-bottom: -20rem; } }

.vazno-znecanie-text-3-wrp {
  position: relative;
  z-index: 2; }

@media (max-width: 767.98px) {
  .vazno-znecanie-text-3-list-wrap .col-6 {
    max-width: 12rem;
    flex: 0 0 11.9rem; } }

.vazno-znecanie-5-1-wrp {
  position: relative;
  z-index: 3; }

.vazno-znecanie-5-2-wrp {
  position: relative;
  z-index: 2; }

.vazno-znecanie-img-5-quote {
  position: relative; }
  .vazno-znecanie-img-5-quote:after {
    bottom: 1rem;
    right: 100%;
    content: '';
    margin-right: -0.3rem;
    width: 2.6rem;
    height: 2.65rem;
    background: url("../images/dist/vazno-znecanie-5-quote.svg") 50% 50% no-repeat;
    background-size: 100% 100%;
    position: absolute; }
    @media (max-width: 767.98px) {
      .vazno-znecanie-img-5-quote:after {
        margin-top: -0.5rem;
        margin-right: 0;
        top: 100%;
        bottom: auto;
        right: 1rem;
        transform: rotate(-90deg);
        width: 2.423076923rem;
        height: 2.5rem; } }

@media (min-width: 768px) {
  .vazno-znecanie-img-5-2-wrp {
    position: absolute;
    top: 0;
    right: 108%;
    width: 79%; } }

@media (min-width: 1200px) and (max-width: 1679.98px) {
  .vazno-znecanie-img-5-2-wrp {
    width: 70%;
    top: 20px; } }

@media (min-width: 768px) and (max-width: 1199.98px) {
  .vazno-znecanie-img-5-2-wrp {
    top: 75px;
    right: 102%; } }

@media (max-width: 767.98px) {
  .vazno-znecanie-img-5-2-wrp {
    position: relative;
    margin-top: -1rem;
    margin-left: 1rem;
    margin-right: 4.8rem;
    margin-bottom: 1.6rem; } }

@media (max-width: 767.98px) {
  .kurs_znc-5-list .col-7 {
    width: 55%; }
  .kurs_znc-5-list .col-5 {
    width: 45%; } }

.contacts-map .ymaps,
.contacts-map iframe {
  height: 27.25rem !important; }

.footer-logo .img-fluid,
.footer-sublogo .img-fluid {
  width: auto;
  max-width: 5.55rem;
  height: auto; }

.footer-social {
  padding-top: .25rem; }
  .footer-social p {
    margin-bottom: 0.675rem; }
  @media (min-width: 768px) {
    .footer-social {
      margin-bottom: -0.675rem; }
      .footer-social .row {
        justify-content: center; } }

.person-vertical-img {
  width: 7rem;
  margin-left: auto;
  margin-right: auto; }

@media (max-width: 767.98px) {
  .person-vertical-wrap {
    padding-left: 3.75rem;
    padding-right: 3.75rem; }
  .person-list-nav {
    position: absolute;
    top: calc((100vw - 10.7rem) * 0.401315789);
    left: 0;
    right: 0; }
    .person-list-nav .owl-prev,
    .person-list-nav .owl-next {
      position: absolute;
      top: 50%;
      margin-top: -1.5rem; }
    .person-list-nav .owl-prev {
      left: -0.5rem; }
    .person-list-nav .owl-next {
      right: -0.5rem; }
  .footer-logo .img-fluid,
  .footer-sublogo .img-fluid {
    width: auto;
    max-width: none;
    height: 4.1923rem; }
  .footer-sublogo {
    text-align: center; }
  .person-vertical-img {
    width: 8.7rem; } }

.anons-item {
  color: #1D1D1B !important;
  text-decoration: none !important;
  margin-bottom: 2.15rem;
  display: block; }

.anons-item-img {
  margin-bottom: 1.15rem;
  background: #C4C4C4;
  border-radius: 0.5rem; }
  .anons-item-img .img-fluid {
    border-radius: 0.5rem;
    width: 100%; }

a.anons-item:focus,
a.anons-item:hover {
  color: #733FFF; }

.anons-item-title {
  margin-bottom: 0.45rem; }

.anons-item-date {
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 130%;
  color: #848484; }

.anons-item-lg .anons-item-img {
  margin-bottom: 0.95rem;
  border-radius: 1rem; }
  .anons-item-lg .anons-item-img .img-fluid {
    border-radius: 1rem; }

.anons-item-lg .anons-item-title {
  margin-bottom: 0.65rem;
  font-weight: 600;
  font-size: 1.5rem; }

@media (max-width: 767.98px) {
  .anons-item-title {
    font-size: 1.076923rem; }
    .anons-item-lg .anons-item-title {
      font-size: 1.153846rem; }
  .anons-list-tags .btn {
    width: 100%; } }

.anons-item-videoprev {
  position: relative; }
  .anons-item-videoprev .anons-item-img {
    position: relative;
    border-radius: 1rem; }
    .anons-item-videoprev .anons-item-img:before {
      position: absolute;
      content: '';
      background: #000;
      opacity: 0.15;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      transition: all .3s ease-in-out;
      border-radius: 1rem; }
    .anons-item-videoprev .anons-item-img:after {
      position: absolute;
      content: '';
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 1rem;
      width: 6.75rem;
      height: 6.75rem;
      background-size: 100% 100%;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      transition: all .3s ease-in-out;
      background-image: url("../images/dist/icon-play.svg");
      margin-top: -1rem; }
      @media (max-width: 767.98px) {
        .anons-item-videoprev .anons-item-img:after {
          margin-top: 0;
          width: 4rem;
          height: 4rem; } }
  .anons-item-videoprev:hover .anons-item-img:before {
    opacity: 0.25; }
  .anons-item-videoprev:hover .anons-item-img:after {
    transform: translate(-50%, -50%) scale(1.2); }
  @media (min-width: 768px) {
    .anons-item-videoprev .anons-item-title {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 2.2rem 2.5rem;
      margin-bottom: 0; } }

.anons-item-headerblock {
  position: relative; }
  .anons-item-headerblock .anons-item-img {
    position: relative;
    border-radius: 1rem; }
  .anons-item-headerblock .anons-item-btn {
    text-align: center; }
  @media (min-width: 768px) {
    .anons-item-headerblock .anons-item-title {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      padding: 2.2rem 2.5rem;
      margin-bottom: 0; }
    .anons-item-headerblock .anons-item-btn {
      text-align: left;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 2.2rem 2.5rem;
      margin-bottom: 0; } }

.anons-najblizszy ul {
  margin-bottom: 0; }

.anons-najblizszy li {
  margin-bottom: 0.5rem; }

.entry-date {
  font-size: 0.7rem;
  color: #848484; }

.slider-counter {
  font-weight: 500;
  font-size: 1.5rem; }

.review-list .owl-stage {
  display: block; }

.review-list .owl-item {
  float: left; }

.review-person {
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 0.5rem; }
  .review-person span {
    color: #733FFF; }
    .bg-primary-light-grad .review-person span,
    .bg-third-grad .review-person span {
      color: #ffffff; }

.seminarium-icons img {
  max-width: 12rem; }

.sticky-filter {
  margin: -1rem -1rem 0 -1rem;
  padding: 1rem 1rem 0 1rem;
  max-height: 94vh;
  overflow-x: visible;
  overflow-y: auto; }
  @media (min-width: 768px) {
    .sticky-filter {
      top: 3.25rem; } }

@media (max-width: 767.98px) {
  .icotext-item > .row {
    max-width: 375px;
    margin-left: auto;
    margin-right: auto; } }

.icotext-icon {
  position: relative;
  max-width: 9.75rem; }

.icotext-text {
  min-height: 6.75rem; }

.mailingowa-wrap {
  position: relative; }
  @media (max-width: 767.98px) {
    .mailingowa-wrap {
      max-width: 380px;
      margin-left: auto;
      margin-right: auto; } }

.mailingowa-img-down,
.mailingowa-img-up {
  top: 0;
  left: 0;
  right: 0;
  margin: -2.65rem -3rem -6.75rem -5rem; }
  @media (max-width: 1199.98px) {
    .mailingowa-img-down,
    .mailingowa-img-up {
      margin: -4.5rem -3rem -5.5rem -4.5rem; } }
  @media (max-width: 767.98px) {
    .mailingowa-img-down,
    .mailingowa-img-up {
      margin: 0rem -10% calc(-6rem) -27%; } }

.mailingowa-img-down {
  z-index: -1;
  position: relative; }

.mailingowa-img-up {
  margin-top: 0;
  z-index: 2;
  position: absolute; }

.mailingowa-form .wpcf7 {
  position: relative;
  z-index: 3; }

.course-choise-btn-wrp {
  position: relative; }

.course-choise-warn {
  position: absolute;
  bottom: 100%;
  margin-bottom: .65rem;
  left: 0;
  right: 0;
  color: #733FFF;
  font-weight: 600;
  text-align: center;
  display: none; }

.share-link-copy {
  position: relative; }

.share-link-copy:after {
  opacity: 0;
  transition: opacity .5s;
  content: attr(data-answer-success);
  display: inline-block;
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 0.35rem;
  color: #733FFF;
  background: #FEBCB4;
  border: 1px solid #733FFF;
  padding: 0 0.33rem;
  white-space: nowrap;
  font-size: .8rem;
  border-radius: 5px;
  z-index: 5;
  max-width: 12rem;
  text-align: left; }

.share-link-copy.is-copied:after {
  opacity: 1; }

html .fieldset-cf7mls-wrapper,
html .wpcf7-form {
  overflow: visible;
  border: 0; }

.multiform-step-list {
  position: relative;
  margin-bottom: 2rem;
  display: flex;
  align-items: center; }

.multiform-step-sep {
  flex: 1;
  height: 0.1rem;
  background-color: #733FFF; }

.multiform-step-item {
  max-width: 2.55rem;
  flex: 0 0 2.55rem; }

html .cf7mls_back.action-button,
html .cf7mls_next.action-button {
  display: inline-block;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: 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;
  font-size: 0.9rem;
  border-radius: 7px;
  padding: 0.54rem 1rem !important;
  margin: 0 !important;
  min-width: 5rem; }
  html .cf7mls_back.action-button:hover,
  html .cf7mls_next.action-button:hover {
    color: #fff; }

html .cf7mls_next.action-button {
  color: #ffffff;
  background-color: #733FFF;
  border: 1px solid #733FFF; }
  html .cf7mls_next.action-button:hover {
    background-color: #6236d9;
    border-color: #5c32cc; }
  .btn-check:focus + html .cf7mls_next.action-button, html .cf7mls_next.action-button:focus {
    color: #fff;
    background-color: #6236d9;
    border-color: #5c32cc;
    box-shadow: 0 0 0 0.25rem rgba(136, 92, 255, 0.5); }

html .cf7mls_back.action-button {
  color: #733FFF;
  background-color: transparent;
  border: 1px solid #733FFF; }
  html .cf7mls_back.action-button:hover {
    background-color: #733FFF;
    border-color: #733FFF; }
  .btn-check:focus + html .cf7mls_back.action-button, html .cf7mls_back.action-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(115, 63, 255, 0.5); }

html form.cf7mls input.wpcf7-form-control.wpcf7-submit {
  font-weight: 400 !important;
  border-radius: 7px !important;
  padding: 0.54rem 1rem !important;
  margin: 0 !important; }

html .wpcf7-form .fieldset-cf7mls .cf7mls-btns {
  min-height: auto;
  padding-bottom: 1.5rem; }
  html .wpcf7-form .fieldset-cf7mls .cf7mls-btns:after {
    content: '';
    display: table;
    clear: both; }

html .fieldset-cf7mls-wrapper div.wpcf7-validation-errors {
  clear: both;
  display: block;
  border-color: #ffb900;
  border-width: 2px;
  border-style: solid;
  padding-bottom: 1.5rem;
  color: inherit; }
